*{
    font-family: "Comfortaa", serif;
}
a{
    text-decoration: none;
}
.aie{
    display: flex;
    justify-content: end;
}
.ai{

    display: flex;
    align-items: center;
}

.head-block{
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}
.head-block .logo-block a{
    font-weight: 500;
    color: black;
    text-transform: uppercase;
}
.head-block .logo-block a span{
       font-family: "Comfortaa", serif;
    color: #205c21 !important;
    font-weight: 900;
    font-size: 22px;
}



.head-block .menu-block ul{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.lang-my{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
        margin-right: 30px;
}
.lang-my li{
    list-style: none;
}
.lang-my li a{
        color: white;
    padding: 10px;
}
.lang-my li.current-lang a{
    color: #205c21 !important;
}

.single-post-page {
    padding: 20px 0
}

.single-post-page h1 {
    font-size: 28px;
    margin-bottom: 15px
}

.single-post-page h2 {
    font-size: 24px;
    margin-bottom: 15px
}

.single-post-page h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000
}

.single-post-page ul {
    margin: 0;
    padding: 10px 0 20px 15px
}

.single-post-page p {
    font-size: 16px;
    margin-bottom: 15px
}

.single-post-page .post-thumbnail {
    margin-bottom: 20px
}

.head-block .menu-block ul li{
    list-style: none;
}
.head-block .menu-block ul li a{
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 10px;
    font-size: 14px;
    font-family: "Comfortaa", serif;
}
.banner-block{
        padding: 20px 0 0;
}

.faq{
    padding: 60px 0;
    background: black;
}
.faq .title h2{
     color: #ffffff;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
        padding-top: 0;
}
.faq .title p{
        font-size: 14px;
    margin-bottom: 10px;
    color: #dfdfdf;
}
.faq .title{
    margin-bottom: 40px;
}
.faq .accordion .accordion-header h3{
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.faq .accordion {

}
.faq .accordion-item {
       border: 0px;
    border-bottom: 1px solid #ddd;
}
.faq .accordion-header {
        background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
        border-radius: 0px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
    background: black;
    color: white;
}

.gallery-home .title h2{
    color: black;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
        padding-top: 0;
}

.faq .accordion-content {
        max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    transition: max-height 0.3s
ease, padding 0.3s
ease;
    background: black;
    color: white;
}
.faq .accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 15px;
        background: black;
    color: white;
}
.faq .accordion-header .icon {
    font-size: 24px;
    line-height: 1;
    transition: transform 0.3s;
}
.faq .accordion-item.active .accordion-header .icon {
    content: '-';
}
.faq .accordion-item.active .accordion-header .icon::before {
    content: '-';
}
.faq  .accordion-header .icon::before {
    content: '+';
}

.owl-next{
    right: -6%;
    background: #205c21 !important;
    position: absolute;
    margin: -40px 0 0;
    top: 50%;
    z-index: 10;
    width: 48px;
    height: 48px;
    border: 1px solid #ededed;
    outline: 0;
    color: #FFF !important;
}
.owl-prev{
        left: -6%;
    background: #205c21 !important;
    position: absolute;
    margin: -40px 0 0;
    top: 50%;
    z-index: 10;
    width: 48px;
    height: 48px;
    border: 1px solid #ededed;
    outline: 0;
    color: #FFF !important;
}
.owl-dot.active span {
    background: #1f5c21 !important;
    width: 30px !important;
    height: 10px !important;
}
.banner-block img{
    border-radius: 12px;
}
.banner-block h1{
    font-family: "Comfortaa", serif;
    margin: 0 0 20px;
    text-align: center;
}
.text-block{
        position: absolute;
    bottom: 30px;
    left: 20px;
    background: #00000091;
    padding: 20px;
    color: white;
    font-family: "Comfortaa", serif;
    text-transform: uppercase;
    font-size: 24px;
        border-radius: 12px;
}
.top-prod span.title{
        font-family: "Comfortaa", serif;
    color: black;
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 20px;
    display: block;
}
.top-prod img{
    border-radius: 12px;
}

.top-prod{
    padding: 20px 0 40px;
}
.top-prod .woocommerce-loop-product__title{
    font-family: "Comfortaa", serif;
    font-size: 16px;
        color: black;
    display: block;
        min-height: 75px;
}
.top-prod .discount{
    position: absolute;
    right: 5px;
    top: 5px;
    background: #000000;
    padding: 15px;
    font-family: "Comfortaa", serif;
    color: white;
    border-radius: 12px;
}

.top-prod .product.woocommerce.add_to_cart_inline{
    border: 0px solid #ccc !important;
    padding: 0px !important;
}
.top-prod .prod-info{
    padding: 20px 0;
}
.top-prod  .product.woocommerce.add_to_cart_inline  a{
    background: #205c21 !important;
    color: white;
    font-weight: 300;
    font-family: "Comfortaa", serif;
    display: block;
    width: fit-content;
    margin-top: 10px;
}
.top-prod  .woocommerce-Price-amount.amount{
        display: block;
    font-family: "Comfortaa", serif !important;
    font-size: 18px;
}
.top-prod del{
        float: left;
    color: #ff1100;
    opacity: .8;
    display: inline-block;
    margin-right: 10px;
}
.top-prod del bdi{
    color: black;
}
.cat-block .title{
        font-family: "Comfortaa", serif;
    color: black;
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 20px;
    display: block;
}
.cat-block h3{
         font-family: "Comfortaa", serif;
    color: #ffffff;
    font-size: 24px;
    background: #00000094;
    padding: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: 900;
}
.shop-page{
    padding: 20px 0;
}
#breadcrumbs {
   font-family: "Comfortaa", serif;
}
#breadcrumbs a{
    font-family: "Comfortaa", serif;
    color: black;
    font-size: 14px;
}
#breadcrumbs .breadcrumb_last strong{
     font-family: "Comfortaa", serif;
    color: black;
    font-size: 14px;
}

.shop-page h1{
        font-family: "Comfortaa", serif;
    margin: 0 0 20px;
}
.shop-page  li img{
    border-radius: 12px;
        height: 185px !important;
    width: 100%;
    object-fit: contain;
}
.shop-page li h2{
    font-family: "Comfortaa", serif;
    font-size: 16px;
    color: black;
    display: block;
    min-height: 75px;
}
.shop-page li .button.product_type_simple.add_to_cart_button{
        background: #205c21 !important;
    color: white;
    font-weight: 300;
    font-family: "Comfortaa", serif;
    display: block;
    width: fit-content;
    margin-top: 10px;
}
.shop-page li .discount{
    position: absolute;
    right: 5px;
    top: 5px;
    background: #000000;
    padding: 15px;
    font-family: "Comfortaa", serif;
    color: white;
    border-radius: 12px;
}

.shop-page li  .woocommerce-Price-amount.amount {
    display: block;
    font-family: "Comfortaa", serif !important;
    font-size: 18px;
    color: black;
}
.shop-page li  del {
    float: left;
    color: #ff1100 !important;
    opacity: .8 !important;
    display: inline-block !important;
    margin-right: 10px;
}

.shop-page .bapf_head h3{
        font-family: "Comfortaa", serif;
    margin: 0 0 20px;
    font-size: 20px;
}

.single-cat{
    margin-bottom: 20px;
        position: relative;
}
.top-head{
   background: #ffffff;
    border-bottom: 1px solid #dddddd;
}
.top-head .top-head-menu ul{
    display: flex;
    margin: 0;
    padding: 0;
}
.top-head .top-head-menu ul li{
    list-style: none;
}
.top-head .top-head-menu ul li a{
   color: #000000;
    font-family: "Comfortaa", serif;
    font-size: 14px;
    padding: 15px;
    display: block;
}

.top-head .contact-info-block{
    display: flex;
}
.top-head .contact-info-block a{
         color: #000000;
    font-family: "Comfortaa", serif;
    font-size: 14px;
    padding: 15px;
    display: block;
}
.head-block .menu-block i{
        font-size: 24px;
    color: #205c21 !important;
}
.head-block .menu-block a{
        position: relative;
            color: black;
                text-align: center;
}
.head-block .home-btn{
      text-align: center;
    margin: 0 15px 0 0;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    background-color: #ffffff !important;
    border: 1px solid !important;
}
.site-main.checkout{
        padding: 40px 0;
}
.products.columns-3{
    display: flex
;
    flex-wrap: wrap;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
        background: #ffffff;
    box-shadow: 0px 0px 0px 1px #EAEDF7;
    border-radius: 8px;
    -webkit-transition: box-shadow .2s
ease;
    transition: box-shadow .2s
ease;
    padding: 12px;
}

.site-main.checkout #place_order {
    background-color: #205c21 !important ;
    padding: 12px 24px;
    display: block;
    font-family: "Comfortaa", serif;
}
.woocommerce-checkout #payment{
    background: rgb(237 237 237 / 27%) !important;
}

.shop-page .shop-section-title{
    background: #F7F8FB;
    font-size: 18px;
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.head-block .menu-block .link-block{
        display: block;
    font-size: 12px;
}

.head-block .user-link-cart .name{
        display: block;
    font-size: 12px;
}

.head-block .menu-block .cart-customlocation-count{
    position: absolute;
    top: 2px;
    right: 0px;
    height: 18px;
    min-width: 18px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 25px;
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    top: -7px;
    right: 45%;
    transform: translateX(20px);
    background: #3F51B5;
    font-family: cursive;
}

.mark, mark{
    display: none;
}

.cat-block{
    padding-bottom: 60px;
        padding-top: 60px;
}

.head-block .logo a span{
    font-weight: 900;
    font-size: 21px;
    color: #205c21 !important;
}

.footer-cat-block span{
    font-family: "Comfortaa", serif;
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
    font-weight: 900;
    color: #b7b7b7 !important;
}
.footer-cat-block ul{
    margin: 0;
    padding: 0;
}
.footer-cat-block ul li{
    list-style: none;
}
.footer-cat-block ul li a{
    font-family: "Comfortaa", serif;
    color: #ffffff;
    margin-bottom: 5px;
    display: block;
}

.woocommerce-result-count , .woocommerce-ordering{
    display: none;
}
.bapf_body li{
    margin-bottom: 10px;
}
.bapf_body li label{
    font-family: "Comfortaa", serif;
    margin-bottom: 10px;
}

.bapf_body{
    padding-right: 15px;
}
.prod-block{
    padding: 20px 0;
}
.woocommerce div.product div.images img{
    border-radius: 12px;
}
.summary.entry-summary h1{
        font-family: "Comfortaa", serif;
    font-size: 28px;
}
.summary.entry-summary  .price{
     font-family: "Comfortaa", serif;
    color: #1f5c21 !important;
    font-size: 24px !important;
}

.footer-menu span{
     font-family: "Comfortaa", serif;
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
    font-weight: 900;
    color: #b7b7b7 !important;
}
.footer-menu ul{
    margin: 0;
    padding: 0;
}
.footer-menu ul li{
   list-style: none;
}
.footer-menu ul li a{
     font-family: "Comfortaa", serif;
    color: #ffffff;
    margin-bottom: 5px;
    display: block;
}
.footer-logo a{
        font-family: "Comfortaa", serif;
    color: #b7b7b7 !important;
    font-weight: 900;
    font-size: 32px;
}
.site-footer{
    padding: 40px 0;
    background: #000000;
}


.summary.entry-summary .cart button{
    background: #1f5c21 !important;
    font-family: "Comfortaa", serif;
    padding: 15px;
}
.summary.entry-summary .input-text.qty.text{
        padding: 10px;
    font-family: "Comfortaa", serif;
}
.summary.entry-summary .posted_in a{
     color: #1f5c21 !important;
}
.related.products .woocommerce-loop-product__title{
    font-family: "Comfortaa", serif;
    font-size: 16px;
    color: black;
    display: block;
    min-height: 75px;
}
.related.products .button.product_type_simple.add_to_cart_button{
        background: #205c21 !important;
    color: white;
    font-weight: 300;
    font-family: "Comfortaa", serif;
    display: block;
    width: fit-content;
    margin-top: 10px;
}

.related.products ul.products li.product .price{
    display: block;
    font-family: "Comfortaa", serif !important;
    font-size: 18px;
    color: #656565;
}
.woocommerce ul.products li.product a img{
    border-radius: 12px;
}
.site-main.page-post{
    padding: 20px 0;
}

.post-thumbnail img{
        height: 500px;
    width: 100%;
    object-fit: contain;
}
.carousel-slider .carousel-slider__item{
    margin: 20px 0;
}

.carousel-slider .carousel-slider__item img{
        height: 300px !important;
    object-fit: cover;
}

.prod-block .discount{
        position: absolute;
    left: 5px;
    top: 5px;
    background: #000000;
    padding: 15px;
    font-family: "Comfortaa", serif;
    color: white;
    border-radius: 12px;
    z-index: 99;
}

.related.products li img{
        height: 300px !important;
        object-fit: cover;
}
#reviews .form-submit input{
        background: #1f5c21 !important;
    font-family: "Comfortaa", serif;
    padding: 15px !important;
    color: white !important;
}
.woocommerce-message{
        background: #f7f7f7 !important;
}
.woocommerce-message a.button.wc-forward{
                background: #1f5c21 !important;
        font-family: "Comfortaa", serif;
        padding: 15px !important;
        color: white !important;
}
.news-block img{
    height: 300px;
    width: 100%;
    object-fit: cover;
        border-radius: 6px;
}

.news.news-page{
    padding: 0 0 40px;
}
.bread{
    padding: 20px 0 0;
}

.news.news-page .news-title a   {
    font-family: "Comfortaa", serif;
    font-size: 18px;
    color: #205c21 !important;
    display: block;
    font-weight: 700;
}


.wp-block-woocommerce-cart .wc-block-components-button{
        background: #205c21 !important;
    color: white;
    font-weight: 300;
    font-family: "Comfortaa", serif;
    display: block;
    /* width: fit-content; */
    padding: 10px 15px;
    border-radius: 6px;
}
.wp-block-woocommerce-cart .wc-block-components-button span{
    margin: 0;
}
.wp-block-woocommerce-cart .wc-block-components-product-name{
    color: black;
}
.wp-block-woocommerce-cart ins{
        background: #ffffff;
    font-weight: 900;
}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button{
        background: #205c21 !important;
    color: white;
    font-weight: 300;
    font-family: "Comfortaa", serif;
    display: block;
    /* width: fit-content; */
    padding: 10px 15px;
    border-radius: 6px;
}
#post-13{
    padding: 20px 0;
}
#post-14{
    padding: 20px 0;
}
#post-14 .woocommerce-button.button.woocommerce-form-login__submit{
      background: #205c21 !important;
    color: white;
    font-weight: 300;
    font-family: "Comfortaa", serif;
    display: block;
    /* width: fit-content; */
    padding: 10px 15px;
    border-radius: 6px;
}
#post-14 .woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit{
       background: #205c21 !important;
    color: white;
    font-weight: 300;
    font-family: "Comfortaa", serif;
    display: block;
    /* width: fit-content; */
    padding: 10px 15px;
    border-radius: 6px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
        border: 1px solid #f5f5f5 !important;
}
.woocommerce-Button.button{
          background: #205c21 !important;
        color: white !important;
        font-weight: 300;
        font-family: "Comfortaa", serif;
        display: block;
        /* width: fit-content; */
        padding: 10px 15px;
        border-radius: 6px;
}
.woocommerce-LostPassword.lost_password a , .woocommerce-privacy-policy-link{
    color: black;
}
.about-block{
    padding: 20px 0;
}

.page-post .entry-content .wp-block-image img{
    height: 600px;
    width: 100%;
    object-fit: contain;
    margin: 10px 0 20px;
}
.footer-block ul{
    margin: 10px 0;
    padding: 0;
    display: block;
}
.footer-block ul li{
    list-style: none;
}
.footer-block i{
        color: #205c21 !important;
    margin-right: 10px;
    font-size: 20px;
}
.banner-block .item img{
        height: 575px;
    width: 100%;
    object-fit: cover;
}
.bapf_body ul{
        height: 150px;
    overflow: auto;
}
footer .footer-logo a span{
        font-family: "Comfortaa", serif;
    color: #ffffff !important;
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
}
.woocommerce ul.products.columns-4.bs-subcats-separate li.product{
        margin: 0 3.8% 0em 0 ;
        width: 21.05% ;
}
.woocommerce ul.products.columns-4.bs-subcats-separate{
    margin-bottom: 40px;
}

.footer-block ul li a{
    color: white
}
.footer-block span{
        color: #b7b7b7 !important;
    font-weight: 700;
    font-size: 18px;
}
.footer-menu-list li p{
       color: white !important
}

.single-cat img{
        height: 255px;
    width: 100%;
    object-fit: cover;
        border-radius: 8px;
}

.contact-block{
    padding: 20px 0;
}


.contact-block-page p{
         display: block;
    margin-bottom: 10px;
    color: black;
    font-weight: 600;
}
.contact-block-page a{
        display: block;
    margin-bottom: 10px;
    color: black;
    font-weight: 600;
}
.contact-block-page i{
    color: #205c21 !important;
    font-weight: 500;
    font-size: 20px;
    margin-right: 10px;
}
.contact-block-page{
    padding-bottom: 40px;
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th{
    border: 0px solid;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border-bottom: 1px solid #e3e3e3 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
     border: 1px solid #e3e3e3 !important;
         border-bottom: 0px solid red !important;
}


.seo-block{
        padding: 40px 0;
                background: #f1f1f1;
}
.seo-block .seo-content h2{
            font-size: 20px;
        padding: 0;
        font-weight: 600;
        color: black;
}

.seo-block .seo-content h3{
                        font-size: 18px;
                padding: 0;
                font-weight: 600;
                color: black;
}
.seo-block .seo-content h4{
                        font-size: 16px;
                padding: 0;
                font-weight: 600;
                color: black;
}
.seo-block .seo-content ul{
        padding: 5px 15px;
        margin-left: 0px;
}
.seo-block .seo-content ul li{
        list-style: disc;
        font-size: 14px;
}
.seo-block .seo-content ul li b{
        color: black;
        font-weight: 500;
}

.seo-block .seo-content ol{
        padding: 5px 15px;
        margin-left: 0px;
}
.seo-block .seo-content ol li{
        list-style: disc;
        font-size: 14px;
}
.seo-block .seo-content ol li b{
        color: black;
        font-weight: 500;
}


.seo-block .seo-content p{
        font-size: 14px;
}
.seo-block .seo-content p b{
        color: black;
        font-weight: 500;
}

.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;
}


.privacy-policy h2{
        font-size: 20px;
}
.privacy-policy ul{
    margin: 0;
    padding: 10px 15px 30px;
}
.privacy-policy .site-main{
        padding: 20px 0;
}


.prod-block .summary.entry-summary h2{
    font-family: "Comfortaa", serif;
    font-size: 20px;
}
.prod-block .summary.entry-summary h3{
    font-family: "Comfortaa", serif;
    font-size: 18px;
}
.prod-block .summary.entry-summary ul{
        margin: 0;
    padding: 15px 15px 30px;
}
.prod-block .summary.entry-summary ol{
        margin: 0;
    padding: 15px 15px 30px;
}

.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: #00448d;
    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;
}


@media (max-width: 800px){
    .banner-block h1{
        font-size: 16px;
    }
    .mob-block{
        display: block;
    }
    .pc-block{
        display: none;
    }
        #categories ul li a {
                padding: 13px 15px 3px;
        text-decoration: none;
        color: black;
        /* margin-bottom: 2px; */
        display: block;
    }
        .toggle-subcategories {
        position: absolute !important;
        right: 0 !important;
        top: 0px;
        border-left: 0px solid #ddd !important;
        border-radius: 0;
        border-bottom: 0px solid #ddd !important;
        padding: 14px 15px;
        display: block;
        /* background: #00448d; */
        color: #000000;
        border-top: 0px solid #ddd;
        z-index: 9999;
    }
        .subcategories {
        display: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3sease-out;
    }
        .mobile_menu_container ul {
        margin: 0;
        padding: 20px 0px;
    }
        .mobile_menu_container, .mobile_menu_container ul li ul {
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        transition: all 200ms;
    }
        .mobile_menu_container .mobile_menu_content {
        overflow: auto;
        max-height: 100%;
        padding-bottom: 30px;
        padding: 20px;
        height: 100%;
        position: relative;
        padding: 0px;
    }
        .mobile-menu {
        width: 100%;
        background-color: #fff;
        margin-top: 20px;
    }
    .tabs {
        display: flex
;
        justify-content: space-around;
        border-bottom: 1px solid #ddd;
    }
    .tab-content {
        display: none;
    }
        .bottom-block-menu {
        position: absolute;
        bottom: 0px;
        width: 100%;
        border-top: 1px solid;
        padding: 20px 20px 0;
    }
    .bottom-block-menu .head-phone {
        display: block;
    }
    .head-phone {
    display: flex
;
    align-items: center;
}
.single-phone {
    display: flex
;
    align-items: center;
    margin-right: 20px;
}
    .single-phone {
        margin-bottom: 10px;
        justify-content: center;
    }
    .site-header .head-phone a {

    text-decoration: none;
    color: #00448d;
    font-weight: 600;
    font-size: 20px;
    margin-left: 5px;
}
    .mobile-menu .tab-link {
                background-color: #f1f1f1;
        border: none;
        padding: 10px;
        cursor: pointer;
        width: 50%;
        text-align: center;
       background: #ffffff;
        color: #000000;
        border-bottom: 2px solid #dfdfdf;
        border-radius: 0;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
    }
        .tab-link.active {
        border-bottom: 2px solid #205c21 ;
        background-color: #f5f5f5;
    }
    .top-head{
            background: #ffffff;
            padding: 20px 0;
    }
    .wrap-all-user {
    display: flex
;
    align-items: center;
    justify-content: end;
}
.user-link-cart i{

    color: #205c21;
            font-size: 22px;
}

.user-link-menu .account-text-logout{
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    margin: 0px 6px 0px 8px;
    border-bottom: 1px #cdcdcd dashed;
    font-family: "Montserrat", sans-serif;
}
    .menu_container .mobile_menu i {
            color: #205c21;
        font-weight: 600;
        font-size: 20px;
        margin: 4px 25px 2px 0;
    }
    .product-categories .category-item{
            list-style: none;
    padding: 2px 0px;
    position: relative;
    display: flex
;
        border-bottom: 1px solid #ddd;
    align-items: center;
    display: block;

    }
    .mobile_menu_content #menu ul li a {
        padding: 10px 15px;
        display: block;
        color: black;
        font-weight: 500;
    }
        .mobile_menu_container ul li {
        list-style: none;
    }
        .mobile_menu_container ul {
        margin: 0;
        padding: 20px 0px;
    }
        .category-item.open .subcategories {
        width: 100%;
        display: block;
        position: relative;
        top: 0;
        left: 15px;
        padding: 0;
            margin: 0;
    }
    .mobile_menu_content .logo-block{
        padding: 15px;
    }

        .category-item.open .subcategories {
        display: block;
        max-height: 1000px;
        transition: max-height 0.3sease-in;
    }
    .product-categories .category-item a{
      color: black;
    }

    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-customlocation-count {
         background: #3F51B5;
        padding: 0px;
        font-size: 12px;
        display: block;
        width: 20px;
        height: 20px;
        line-height: 15px;
        border-radius: 50%;
        font-weight: 500;
        position: absolute;
        z-index: 99;
        left: 30px;
        top: 20px;
        /* border: 2px #fff solid; */
        font-family: "Comfortaa", serif;
        color: white;
        line-height: 22px;
        font-size: 10px;
}
.home-btn{
        text-align: center;
}
.home-btn a{
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    margin: 0px 6px 0px 8px;
    border-bottom: 1px #cdcdcd dashed;
    font-family: "Montserrat", sans-serif;
}
.home-btn i{
        color: #205c21;
    font-size: 22px;
}

.user-link-menu{
    text-align: center;
}
.user-link-menu i{
         color: #205c21;
    font-size: 22px;
}
.user-link-cart .name{
        color: #000000;
    font-size: 12px;
    font-weight: 500;
    margin: 0px 6px 0px 8px;
    border-bottom: 1px #cdcdcd dashed;
    font-family: "Montserrat", sans-serif;
}

    span.cart-customlocation-count {
                left: 30px;
        top: -6px;
    }
        a.user-link-cart {
        position: relative;
        text-decoration: none;
        text-align: center;
        color: #344c6499;
        padding: 0px;
        color: #344c6499;
        text-decoration: none;
        font-size: 16px;
        margin-right: 0px;
        margin-left: 0px;
    }
    ul.user-link-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex
;
    justify-content: end;
}
.banner-block .text-block{
        left: 5px;
            font-size: 16px;
}
.bread-block .woocommerce-products-header__title.page-title {
    display: none;
}
#breadcrumbs{
    margin: 0;
}
.woocommerce div.product .product_title{
    font-size: 20px;
}
.summary.entry-summary .price{
    font-size: 18px;
}
.top-head .logo-block a{
        font-family: "Comfortaa", serif;
    color: #205c21 !important;
    font-weight: 900;
    font-size: 20px;
}
.woocommerce ul.products.columns-4.bs-subcats-separate li.product{
    width: 46.05%;
}
#wooswipe{
    position: relative !important;
}

}

@media (min-width: 801px){
    .mob-block{
        display: none;
    }
    .pc-block{
        display: block;
    }

}







    /* === Mobile Filters Only === */
@media (max-width: 800px){

    /* Плавающая кнопка открытия фильтров */
    .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;
    }

    /* Вариант контейнера фильтров с классом loaded (если используешь этот вариант) */
    .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);
                padding: 20px 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;
    }

    /* Стили для кнопки "Фільтри" внутри мобильного блока (если есть) */
    .mob-block .mobile_menu_filter{
        background: #205c21;
        padding: 8px 10px;
        border-radius: 12px;
        color: #fff;
        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;
    }

    /* Небольшой твик для чекбоксов BeRocket в мобильной панели */
    .bapf_sfilter.bapf_ckbox.bapf_ckbox_sqchck{
        padding: 0 16px;
    }
}










