/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#index section#wrapper {
    padding-top: 0;
}

#index section#wrapper,
section#wrapper{
    padding-bottom: 0;
}

.swiper-container-wrapper {
    overflow: visible;
}

#product-comments-list-header {
    padding: 20px 0;
}

#manufacturer .ms-grid > .row {
    justify-content: center;
}

.cbp-hrmenu .cbp-manufacturers li{
    text-align: center;
}

.img-fluid.logo_manufacturer {
  max-height: 60px;
  width: auto;
}

.float.warehousechild.whatsapp_1,
#cookiesplus-tab {
    z-index: 1;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    font-weight: bold;
    left: 4px;
}

.product-miniature .product-thumbnail-second {
    background-color: white;
}

#category .product-list-subcategories .row {
    justify-content: center;
}

.col-mobile-menu-push.show #mobile_menu_click_overlay {
    background-color: rgba(20, 17, 147, 0.45);
    transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

.btn.add-to-cart {
    text-transform: uppercase;
    font-weight: bold;
}

.float.warehousechild {
    z-index: 1;
}

@media (max-width: 767px) {    
    #left-column.-only-facet-search #facets_search_wrapper{
        margin-bottom: 70px;
    }
    #category #search_filter_controls{
        position: fixed;
        bottom: 0px;
        background-color: white;
        width: 100%;
        margin: 0;
        left: 0;
        z-index: 999;
        padding: 10px 0;
        border-top: solid 1px #e3e3e3;
    }
    #product #back-to-top {
        bottom: 100px;
    }
    #product .float.warehousechild {
        bottom: 110px;
    }
    #search_filters .facet .facet-type-radio,
    #search_filters .facet > .facet-type-checkbox,
    #search_filters_brands .facet .facet-type-radio,
    #search_filters_brands .facet > .facet-type-checkbox,
    #search_filters_suppliers .facet .facet-type-radio,
    #search_filters_suppliers .facet > .facet-type-checkbox{
        max-height: unset;
        overflow: unset;    
    }
}