body, html{
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.btn{
    display: none !important;
}

#cookieman-modal{
    display: none !important;
}

/* Header */
#navbarMain, #header .red-box, #header .gray-box, .preheader .search-icon-mobile{
    display: none !important;
}
.preheader{
    width: 50%;
    float: left;
    text-align: left;
}
#header{
    width: 50%;
    float: left;
    text-align: right;
    margin-bottom: 2rem;
}

#footer{
    display: none !important;
}


/* Whishlist */
.wishlist-buttons{
    display: none !important;
}


#wishlist-list{
    padding-left: 0;
}
.wishlist-list-item{
    list-style-type: none;
}
.wishlist-product{
    height: 175px;
    clear: both;
}
.wishlist-image{
    float: left;
    width: 150px;
}
.wishlist-image img{
    width: 125px;
    height: 125px;
}
.wishlist-text{
    float: left;
    width: 450px;
    margin-left: 25px;
}