/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
main {
    overflow: hidden;
}
#header > div.header-top > div.container > div.row{
    width: 100%;
}

#custom-menu-open {
    display: none;
}

.featured-products .thumbnail-container .thumbnail-container-images>a,
.product-miniature .thumbnail-container .thumbnail-container-images>a {
    background: rgba(0, 0, 0, .03);
}

.featured-products .thumbnail-container .thumbnail-container-images img,
.product-miniature .thumbnail-container .thumbnail-container-images img {
    mix-blend-mode: multiply;
}

.product-add-to-cart .product-quantity .bon-stock-countdown .bon-stock-countdown-range {
    display: none;
}

@media (max-width: 767px) {
     #header .header-top .position-static #_desktop_search_widget {
       right: 0;
     }
}

@media (max-width: 575px) {
    #header #_desktop_user_info .user-info .bon-login-popup,
    #header #_desktop_user_info:hover .user-info .bon-login-popup {
        right: 0;

    }
}

/* Force white background */
body, main, #wrapper, #content {
    background-color: #ffffff !important;
}