@media (max-width: 800px){
    .mob-block{
        display: block;
    }
    .pc-block{
        display: none;
    }
    .all-cat-home .main-categories .category-block{
        width: 50%;
    }
    .all-brands .title span{
        margin-bottom: 0;
    }
    .banner-block-text{
        margin-top: 20px;
    }


        .site-header-center a.user-link-cart i {
        margin-right: 0px;
        font-size: 24px;
    }
    span.account-text-logout{
            color: #000000;
    }
    .user-link-cart i{
        color: #005677;
    }

        .site-header-center a.user-link-cart {
        text-decoration: none;
        text-align: center;
        color: #344c6499;
        padding: 0px;
    }
    .header-wrap-search {
    display: flex;
    height: 56px;
    align-items: center;
}
.woocommerce-shep .shop-cat  .item{
    width: 50%;
}
   header.mob-block {
        background: hsla(0, 0%, 100%, .698) !important;
    }
    a.user-link-cart {
    position: relative;
            text-decoration: none;
        text-align: center;
        color: #344c6499;
        padding: 0px;
            color: #344c6499;
    text-decoration: none;
    font-size: 24px;
    margin-right: 40px;
            margin-left: 10px;
}
span.cart-count-suma{
        top: 3px;
    right: -30px;
}
span.cart-customlocation-count{
        left: 16px;
    top: 16px;
}

.top-head .logo img{
        object-fit: contain;
}
.product-categories{
    display: none;
}
.mobile_menu_content .product-categories{
    display: block;
}
.single-slide .slide-block .prod-title span{
        left: 15px;
    font-size: 20px;
    width: 200px;
}
.woocommerce-loop-product__title{
   height: 90px;
        display: block;
        line-height: 20px !important;
        font-weight: 400;
        overflow: hidden;
}
.products li img {
    padding: 15px 15px 20px;
}
.last-prod .title span{
    font-size: 20px;
}
.all-brands .single-brand{
    width: 33%;
}
.all-brands .title span{
    font-size: 20px;
}
.price-block-wrap .button.add_to_cart_button.ajax_add_to_cart{
    padding: 8px 14px !important;
}
.qib-button-wrapper .quantity input.input-text.qty.text{
    font-size: 14px !important;
}

#categories ul li a{
            padding: 13px 15px 3px ;
}
.subcategories li a{
    padding: 5px 0px !important;
}

.main-banner{
    padding: 20px 0;
}

.single-slide .slide-block .prod-opis p{
        left: 20px;
    width: 230px;
}
.single-slide .slide-block .price-block p{
        left: 20px;
}
.owl-carousel.banner .slide-img img{
   
        object-fit: cover;
}
.custom-row span{
        background: #ffc009;
    color: #000000;
    padding: 7px;
    margin-left: 10px;
    border-radius: 12px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
    font-size: 14px;
    width: fit-content;
    margin: 10px auto 0;
}
#breadcrumbs{
   font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 10px 0 0;
    font-size: 14px;
}
    .all-info-block {
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-wrap: nowrap !important;
    }
        .info-home .info-block {
        min-height: 135px;
        width: 75%;
        min-width: 75%;
        margin-right: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .woocommerce-shep h1{
        font-size: 21px;
    }
    #description{
        padding: 15px;
    }
    .attr-table{
        padding: 15px;
    }
    #reviews{
        padding: 7px;
    }

    ul.products{
            display: flex;
    flex-wrap: wrap;
    }
    .button.add_to_cart_button.ajax_add_to_cart{
        width: 100%;
        font-size: 14px;
    }
    /* Стили для кнопки */
.mobile_menu_button {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1001;
}

/* Скрытое меню */
.mobile_menu_container {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 0 10px rgba(0,0,0,0.5);
    z-index: 1000;
    overflow-y: auto;
}

/* Оверлей для затемнения */
.mobile_menu_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.mobile_menu_content .logo img{
        height: 50px;
    width: 100%;
    object-fit: contain;
}

/* Стили для контента меню */


.mobile_menu_content .head-menu ul {
    list-style-type: none;
    padding: 0;
}

.mobile_menu_content .head-menu ul li {
    margin: 10px 0;
}

.mobile_menu_content .head-menu ul li a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
}

.mobile_menu_content .sub-menu {
        margin-left: 15px;
    padding: 5px 15px !important;
}
    .filter-toggle {
        display: block;
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #007bff;
        color: #fff;
        padding: 10px;
        border-radius: 50px;
        z-index: 1000;
        cursor: pointer;
    }
    .mobile-filters {
        display: none;
        position: fixed;
        left: -100%;
        top: 0;
        width: 300px;
        height: 100%;
        background-color: #fff;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
        z-index: 999;
        overflow-y: auto;
        transition: left 0.3s ease;
    }
    .mobile-filters.active {
        left: 0;
    } .mobile_menu_container .logo {
        padding: 15px 15px 0;
    }

    .mobile_menu_container {
    display: none; /* Изначально меню скрыто */
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow-y: auto;
    -webkit-transform: translateX(-300px); /* Меню скрыто за экраном */
    transform: translateX(-300px);
    transition: transform 0.3s ease;
}

.mobile_menu_container.loaded {
    display: block; /* При открытии меню становится видимым */
    -webkit-transform: translateX(0); /* Меню выезжает */
    transform: translateX(0);
}

.mobile_menu_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    cursor: pointer;
}

.mobile_menu_overlay.active {
    display: block; /* Оверлей показывается при активном меню */
}

/* Стили для меню фильтров */
.mobile_filter_container {
    display: none; /* Изначально меню фильтров скрыто */
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1001;
    overflow-y: auto;
    -webkit-transform: translateX(-300px); /* Фильтр скрыт за экраном */
    transform: translateX(-300px);
    transition: transform 0.3s ease;
}

.mobile_filter_container.loaded {
    display: block; /* При открытии фильтра он становится видимым */
    -webkit-transform: translateX(0); /* Фильтр выезжает */
    transform: translateX(0);
}

.mobile_menu_overlay_filter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    cursor: pointer;
}

.mobile_menu_overlay_filter.active {
    display: block; /* Оверлей показывается при активном фильтре */
}

/* Ваши оригинальные стили */
.mobile_menu_overlay, .mobile_menu_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mobile_menu_container, .mobile_menu_container ul li ul {
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}

.mobile_menu_overlay {
    display: none;
    cursor: pointer;
    z-index: 999999102;
    background: rgba(0, 0, 0, 0.5);
}

.mobile_menu_container {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    width: 300px;
    overflow: hidden;
    z-index: 99999999999102011;
    background: #ffffff;
}

.mobile_menu_container.loaded {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.mobile_menu_container .mobile_menu_content {
    overflow: auto;
    max-height: 100%;
    padding-bottom: 30px;
    padding: 20px;
    height: 100%;
    position: relative;
    padding: 0px;
}

.mobile_menu_container ul {
    margin: 0;
    padding: 20px 0px;
}

.mobile_menu_container ul li {
    list-style: none;
}

.mobile_menu_container ul li a.parent {
    padding-right: 50px;
    background: #3884da url("images/arrow_right.svg") right 20px center no-repeat;
    background-size: 20px;
}

.menu_container a {
    text-decoration: none;
}

.menu_container a span {
    color: white;
    margin-left: 6px;
    font-size: 20px;
}

.mobile_menu_container ul li a.parent:hover {
    background: #3c8de8 url("images/arrow_right.svg") right 20px center no-repeat;
    background-size: 20px;
}

.mobile_menu_container ul li a.back {
    padding-left: 50px;
    background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
    background-size: 20px;
    box-sizing: border-box;
    min-height: 50px;
}

.mobile_menu_container ul li a.back:hover {
    background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
    background-size: 20px;
}



.mobile_menu_container ul li ul.activity {
    overflow-y: auto;
    overflow-x: hidden;
}
.mob-block .mobile_menu_filter{
        background: #005677;
    padding: 8px 10px;
    border-radius: 12px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: inherit;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    border: 1px solid;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.brand-page .single-brand-block{
    width: 50%;
}
    #breadcrumbs span {
        Display: flex;
        overflow: auto;
        scrollbar-width: none;
        align-items: center;
    }
    .product.type-product .woocommerce-LoopProduct-link img{
        height: 160px !important;
    }

    #breadcrumbs span span {
        display: block;
        overflow: hidden;
        text-align: center;
        padding: 0px 5px;
        min-height: 50px;
        /* width: 15%; */
        min-width: max-content;
        margin-right: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-radius: 12px;
        margin: 0;
    }

.mobile_menu_overlay_main.active {
    display: block;
}
#scrollToTopBtn {
    position: fixed;
    bottom: 80px;
    right: 14px;
    width: 24px;
    height: 32px;
    display: none;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #005677;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 10px #e1e1e16e;
    font-weight: 800;
}
#scrollToTopBtn i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mobile_menu_overlay_main {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    cursor: pointer;
}
.bottom-block-menu .head-phone{
    display: block;
}
.single-phone{
    margin-bottom: 10px;
    justify-content: center;

}
.bapf_sfilter.bapf_ckbox.bapf_ckbox_sqchck{
        padding: 0px 16px;
}

.shop-cat  .category-item{
            border-bottom: 0;
        min-height: 135px;
        width: 100%;
        min-width: 100%;
        margin-right: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
}
.description-product-wrap ul{
    margin: 0;
}
body{
        margin-left: 0px !important;
}

.shop-cat{
    position: relative;
}
.shop-cat .owl-prev span{
            position: absolute;
        left: 10px;
        top: 50%;
        transform: translate(-50%, -51%);
        font-size: 48px;
}
.shop-cat .owl-next span{
           position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(-50%, -51%);
        font-size: 48px;
}
.cat-block-shop {
    background: white;
    padding: 12px 0;
    margin-bottom: 40px;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap !important;
}

.mobile_menu_content{
    padding: 15px;
}
.bottom-block-menu .social-block{
        display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-block-menu{
    position: absolute;
        bottom: 0px;
        width: 100%;
        border-top: 1px solid;
        padding: 20px 20px 0;
}
.price-block a{
         position: absolute;
    font-family: "Montserrat", sans-serif;
    top: 75%;
    left: 25px;
    background: #d9251b;
    padding: 10px;
    color: white;
    font-weight: 800;
    border-radius: 12px;
    margin-bottom: 0;
}
.site-main.woocommerce-shep h1.page-title {
    font-weight: 600;
    font-size: 24px;
}
.menu_container .mobile_menu i{
        color: #d9251b;
    font-weight: 600;
    font-size: 20px;
    margin: 4px 25px 2px 0;
}
.page.type-page h1{
    font-weight: 600;
    font-size: 28px;
}
.page__404 h2{
    width: 100%;
}

ul.my-footer-nav__contact-list.social-footer-item{
    justify-content: center;
    margin-top: 15px;
}
.pay-wrap{
        display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.page__404 {
    background: url(../img/page-404.webp);
    padding: 275px 0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: relative;
}
.page__404__content{
        position: absolute;
    top: 60px;
}
.page__404__content h1{
    font-size: 24px;
    margin-bottom: 20px;
}
.page__404__content h2{
    font-size: 18px;
}

.mobile_menu_content .menu ul{
    display: block;
    margin: 20px 0;
}

.mobile-menu .tab-link{
           background: #ffffff;
        color: #005677;
        border-bottom: 2px solid #005677;
        border-radius: 0;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
                font-weight: 600;
}





}

@media (min-width: 801px){
    .mob-block{
        display: none;
    }
    .pc-block{
        display: block;
    }
    .products li span.woocommerce-loop-product__title {
            font-family: "Montserrat", sans-serif;
        font-size: 14px !important;
        text-decoration: none;
        color: #000;
        line-height: 18px;
        display: block;
}

}


@media (min-width: 1000px) and (max-width: 1400px) {
   

}


@media (min-width: 1420px){
    .banner-block-text .single-text-block.second-block{
            padding: 32px 33px 16px 22px;
    }
    .banner-block-text .single-text-block.first-block{
            padding: 32px 33px 16px 22px;
    }

}

