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

.sticky-price .product-price.current-price-value {
    font-size: 25px;
}

@media screen and (max-width: 386px) {
    .sticky-price .product-price.current-price-value {
        font-size: 22px;
    }
}
@media (max-width: 576px) {
    .product-add-to-cart .col-add-qty{
        max-width: 15%;
    }
}
@media (max-width: 767px) {
    #product .sticky-price .product-price.current-price-value .price_decimals {
          font-size: 17px;
          top: -5px;
    }
}

#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(238, 137, 47, 0.45);
    transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

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

.product-price-and-shipping .price_decimals{
  font-size: 10px;
  position: relative;
  top: -3px;
}

#category .product-price .price_decimals {
  font-size: 10px;
  position: relative;
  top: 9px;
}

#product .product-price .price_decimals{
  font-size: 12px;
  position: relative;
  top: -4px;
}

@media (width < 767px) {  
    #product .product-price .price_decimals{
        top: -2px;
    }
    #category .product-price .price_decimals,
    .product-price-and-shipping .price_decimals{
        top: -1px;
    } 
    #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;
    }
    #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;    
    }
    #iqitpopup .iqitpopup-close{
        height: 66px;
        top: -68px;
    }
    #iqitpopup .iqit-close-popup{
        width: 66px;
        height: 66px;
        line-height: 66px;
    }
    #iqitpopup .iqit-close-checkbox{
        padding: 9px;
        font-size: 50px;
        margin-right: 60px;
    }
    #iqitpopup .cross::before{
        font-size: 50px;
    }
    .custom-checkbox input[type="checkbox"] + span{
        width: 50px;
        height: 50px;
    }
    .custom-checkbox input[type="checkbox"] + span .checkbox-checked{
        font-size: 50px;
    }
}