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

#index section#wrapper, 
#module-iqitelementor-Preview.elementor-landing-body #wrapper {
    padding-top: 0;
}

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

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

.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(73, 161, 94, 0.65);
    transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
    width: 100vw;
    height: 100vh;
}

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

@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: 130px;
    }
}