#top-menu .sub-menu a{
    text-transform: uppercase;
}
.ibif-underscore{
    text-decoration: underline;
}
body:not(#index) .slider-desktop{
    display: none;
}
body .block-categories .category-sub-menu > li[data-depth="0"] > a,body   .block-categories .category-sub-menu > li[data-depth="0"] > a:before{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 25px;
}

.btn.see_price{
    display:flex;
}
@media (min-width: 992px) {
    body .block-categories .category-sub-menu > li[data-depth="0"] > a,body .block-categories .category-sub-menu > li[data-depth="0"] > a:before{
        padding-top: 3px;
        padding-bottom: 3px;
    }
}
body .pts input,body .pts button,body .pts select,body .pts textarea{
    font-family: "Titillium Web", sans-serif;

    font-weight: 600;
}
body .pts .form-control
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.pagination .btn , .pagination .spacer{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    body#product #content .product-content .product-left, .quickview .product-content .product-left {
        width: 100%;
    }
    body .block-categories .category-sub-menu[data-depth="0"] {
        margin: 10px 0 25px;
    }
    .product-additional-info-hook .favorite-standart-icon .fav-button i{
        font-size: 16px;
    }
    .product-additional-info-hook .favorite-standart-icon .fav-button{
        width: 40px;
        height: 40px;
    }
    body#product #content .product-manufacturer-image img, .quickview .product-manufacturer-image img{
        max-width: 60px !important;
    }
}
body#product #content .product-manufacturer-image{
    display: flex;
    justify-content: end;
    align-items: center;
}
body#product #content .product-manufacturer-image img, .quickview .product-manufacturer-image img{
    padding-left: 1rem;
}
@media (min-width: 992px) {
    body .hidden-lg-up {
        display: none !important;
    }
    body .block-categories .category-sub-menu.collapse {
        display: block;
    }
}
@media   (min-width: 768px) and (max-width: 991px){
    body .block-categories .category-sub-menu.collapse {
        display: none;
    }
}
body .brands  .brand-miniature img {
    width: 130px;
    height: 100%;
}

body#product .product-add-to-cart {

}
body#product .product-content .product-additional-info-hook{
    position: absolute;
    top: 20px;
    right: 9px;
    z-index: 5;
}
body#product .product-content .product-additional-info-hook .fav_box{

    padding-left: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 19px 0;
}
body#product .product-content .product-quantity .qty{
    width: 100%;

}
body#product .product-content .product-quantity .add {

}

body#product .product-content .product-quantity {
    display: flex;
    justify-content: space-between;

}
body#product #content .product-add-to-cart .add-to-cart{
    white-space: nowrap ;
}
@media (min-width: 992px) {
    body#product #content .product-add-to-cart .product-quantity,body .quickview .product-add-to-cart .product-quantity {
        display: grid;
        align-content: center;
        grid-template-columns: 1fr 1fr !important;
        gap: 1.5625vw;
    }
    body#product #content .product-manufacturer-image{
        position: static !important;
    }

}
body#product #content .product-name, .quickview .product-name {
    padding: 0.5vw 0 1vw 0 ;
    margin: 0 !important;
}
.justify-content-between{
    justify-content: space-between;
}
#header .header-top .menu .sub-menu  .top-menu{
    position: absolute;
}
#header .header-top .menu > .top-menu .sub-menu a.dropdown-item{
    text-transform: uppercase;
}
#header .header-top .menu > .top-menu .sub-menu > ul::after{
    background: #e7e5e2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: -5;
}