:root{
    --wd-form-brd-width: 1px !important;
    --wd-form-brd-color: rgba(0, 0, 0, 0.2) !important;
}

.category .site-content{
    display: flex;
    flex-direction: column;
}

.category .site-content .filters-area{
    order: -1;
}

.category .page-title{
    background-color:#fff;
    background-image: unset;
    margin-bottom: 0;
    padding: 0;
}

.category .page-title *{
    color: var(--wd-primary-color);
}

.category .page-title .container{
    justify-content: flex-start;  
}

.category .page-title h1,
.category .page-title p{
    text-align: left;
}

.category .page-title .term-description{
    width: 100%;
}

.category .page-title ul{
    
}


.site-content .term-description{
    display: none;
}


.page-title{
    background-image: unset !important;
}

.page-title .swiper{
    width: 100%;
}

.page-title .swiper .swiper-wrapper{
    justify-content: unset;
    --nav-gap: 0;
    margin: 0;
    width: fit-content;
    max-width: none;
    flex-wrap: nowrap !important;
}

.page-title .swiper .swiper-slide{
    flex: 0 0 auto !important;
    max-width: 120px;
}

.page-title .swiper .swiper-slide a{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
}

.page-title .swiper .swiper-slide img{
    display: block;
    margin-right: 0;
    max-height: unset;
    width: 100px!important;
    height: 100px !important;
    border-radius: 50%;
    max-width: none;
    object-fit: cover;  
    margin-bottom: 12px;   
}

.page-title .swiper .swiper-slide span{
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
    padding: 0 !important;
}

.page-title .swiper .swiper-slide span:after {
    display: none !important;
}


.page-title .swiper .swiper-slide:not(:has(img)){
    height: 120px; 
    width: 120px; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #f6f6f6;
    border-radius: 50%;
}

@media (max-width:1024px){
    .page-title .swiper .swiper-slide:not(:has(img)) {
        height: 90px; 
        width: 90px; 
    }

    .page-title .swiper .swiper-slide {
        max-width: 90px;
    }

    .page-title .swiper .swiper-slide img {
        width: 74px !important;
        height: 74px !important;
        margin-bottom: 9px;
    }

    .page-title .swiper .swiper-slide span {
        font-size: 14px;
    }

    .page-title .swiper .swiper-wrapper{
        padding: 0 !important;
    }
}


.page-title .category-slider{
    position: relative;
    width: 100%;
    flex: 0 0 auto;
    margin-top: 60px;
}

.category .filters-area {
    top: 0;
    margin-bottom: 60px;
    padding-top: 0;
    padding-bottom: 0;
    border-style: none;
    border-color: transparent;
    border-top-width: 0;
    border-bottom-width: 0;
}

.page-title .category-slider{
    margin-bottom: 60px !important;
}

.category .page-title + .container:has(.site-content){
    margin-top: 60px;
}

@media (max-width:768.98px){
    .category .filters-area {
        margin-bottom: 40px;
    }

    .page-title .category-slider {
        margin-bottom: 40px!important;
    }

    .category .page-title+.container:has(.site-content) {
        margin-top: 40px;
    }
}

.page-title .category-slider button{
    outline: none;
    padding: 0;
    background-color:#fff;
    filter: drop-shadow(0px 4px 16px rgba(124, 124, 124, 0.20));
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
    position: absolute;
    top: calc(93px / 2);
    z-index: 2;
    display: flex!important;
    align-items: center;
    justify-content: center;
    min-height: 0;
}

.page-title .category-slider .prev{
    left: 0;
    transform: translate(-50%, -50%);
}

.page-title .category-slider .next {
    right: 0;
    transform: translate(50%, -50%);
}


.page-title .category-slider button:before{
    content: "";
    display: block;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDcgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjA2Mjk2IDQuMDg4ODlMNS4wMTkwNSAwLjY5Nzk1N0M1Ljc5NzQ2IDAuMDMwNzUwMiA3IDAuNTgzODQxIDcgMS42MDkwNlY4LjM5MDkzQzcgOS40MTYxNiA1Ljc5NzQ2IDkuOTY5MjUgNS4wMTkwNSA5LjMwMjA0TDEuMDYyOTYgNS45MTExMUMwLjUwNDIyNiA1LjQzMjE5IDAuNTA0MjI1IDQuNTY3ODEgMS4wNjI5NiA0LjA4ODg5WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
}

.page-title .category-slider .prev:before {
    margin: 0 2px 0 0;
}

.page-title .category-slider .next:before {
    transform: rotate(180deg);
    margin: 0 0 0 2px;
}

.category form{
    align-items: flex-end;
}

.category form .widget_price_filter .wd-pf-title{
    display: none;
}

.category form .price_slider_wrapper{
    display: flex;
    flex-direction: column-reverse;
}

.category form .widget_price_filter .ui-slider-horizontal{
    margin-bottom: 0;
    margin-top: 14px;
}

.category form .wd-pf-price-range .wd-pf-dropdown{
    padding: 0;
}

.category form .wd-pf-dropdown {
    right: 0;
    left: 0;
}

.category .page-title .wd-action-btn>a:hover{
    color: var(--btn-default-bgcolor-hover);
}

.category .wd-product-filters-wrapp{
    margin-bottom: 0;
}

@media (max-width:1280px){
    .category .page-title .wd-back-btn{
        margin-inline-start: 0 !important;
    }
}

.category form .widget_price_filter .wd-dropdown{
    position: static;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transform: none;
    box-shadow: none;
}

.category form .widget_price_filter .wd-dropdown:after{
    display: none !important;
}

.category form .wd-pf-title {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    padding-bottom: 1em;
    border-radius: 0;
}

.category .wd-style-form .wd-pf-title span {
    text-transform: unset;
    font-size: 18px;
    font-weight: 300;
}

.category form .filter_price_slider_amount .price_label {
    font-size: 18px;
}

.category form .widget_price_filter [class*="price_slider_amount"] .price_label>span {
    font-weight: 300;
}

.category .filter_price_slider_amount .button{
    padding: 8px 14px !important;
    font-size: 16px !important;
    text-transform: unset;
    font-weight: 300;
    min-height: 0 !important;
}

@media (max-width:768.98px){
    .category .wd-style-form .wd-pf-title span {
        font-size: 14px;
    }

    .category form .filter_price_slider_amount .price_label {
        font-size: 14px;
    }

    .category .filter_price_slider_amount .button {
        font-size: 14px !important;
    }

    .page-title .category-slider {
        margin-top: 40px;
    }
}

.category .filter_price_slider_amount .price_label,
.category .filter_price_slider_amount .button{
    margin-bottom: 0 !important;
}

.category form .wd-pf-price-range .filter_price_slider_amount {
    margin: 0;
    padding: 0;
    border-top: 0;
}

.category form .widget_price_filter .ui-slider-horizontal {
    height: auto;
}


.category .wd-clear-filters a,
.category .widget_layered_nav_filters a {
    font-weight: 300;
    font-size: 16px !important;
    padding: 0.8em 1.2em;
    border-radius: 100px;
    height: auto;
}

.category .wd-clear-filters a {
    background-color: #f6f6f6;
}

.category .widget_layered_nav_filters a{
    background-color:#8cb782;
    color: #fff;
}

.category .widget_layered_nav_filters a .amount{
    font-weight: 300;
    color: #fff;
}

.category .widget_price_filter .ui-slider .ui-slider-handle:after {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: var(--btn-default-bgcolor);
    flex: 0 0 auto;
}

.category .widget_price_filter .ui-slider .ui-slider-handle:first-of-type{
    display: none;
}

.category .widget_price_filter .ui-slider .ui-slider-range {
    background-color: var(--btn-default-bgcolor);
}

.category .widget_price_filter .ui-slider-horizontal:before{
    background-color: var(--btn-default-bgcolor);
    opacity: 0.2;
}

.category .wd-style-form .wd-pf-title:after {
    inset-inline-end: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC45MTExMSA1LjI4NDc1TDcuMzAyMDQgMi40OTUzMkM3Ljk2OTI1IDEuNzE2OTIgNy40MTYxNiAwLjUxNDM3NCA2LjM5MDkzIDAuNTE0Mzc0TDEuNjA5MDcgMC41MTQzNzNDMC41ODM4NDEgMC41MTQzNzMgMC4wMzA3NTAyIDEuNzE2OTEgMC42OTc5NTcgMi40OTUzMkwzLjA4ODg5IDUuMjg0NzVDMy41Njc4MSA1Ljg0MzQ4IDQuNDMyMTkgNS44NDM0OCA0LjkxMTExIDUuMjg0NzVaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    font-family: unset;
    content: '';
}

.category .filters-inner-area form{
    gap: 40px;
}

.category .filters-inner-area .wd-pf-checkboxes {
    margin-bottom: 0;
}

.category .filters-inner-area .wd-pf-checkboxes {
    padding-right: 0;
    padding-left: 0;
}

.category .page-title .term-description{
    font-size: 20px;
    line-height: 1.2;
}

.category .page-title .term-description p{
   margin-bottom: 0;
}

.category .page-title h1{
    margin-bottom: 20px;
    font-size: 40px;
}

.category .filters-inner-area .wd-pf-checkboxes.wd-opened .wd-pf-title:after{
    transform: rotate(180deg);
}

.category .shop-loop-head{
    margin-bottom: 32px;
    margin-top: 0 !important;
}

.category .woocommerce-ordering select {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC45MTExMSA1LjI4NDc1TDcuMzAyMDQgMi40OTUzMkM3Ljk2OTI1IDEuNzE2OTIgNy40MTYxNiAwLjUxNDM3NCA2LjM5MDkzIDAuNTE0Mzc0TDEuNjA5MDcgMC41MTQzNzNDMC41ODM4NDEgMC41MTQzNzMgMC4wMzA3NTAyIDEuNzE2OTEgMC42OTc5NTcgMi40OTUzMkwzLjA4ODg5IDUuMjg0NzVDMy41Njc4MSA1Ljg0MzQ4IDQuNDMyMTkgNS44NDM0OCA0LjkxMTExIDUuMjg0NzVaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K');
    background-size: 12px;
    font-weight: 300 !important;
}

.category .wd-products-per-page .per-page-title{
    font-weight: 300;
}

@media (max-width: 1024px) {
    .category .page-title .term-description {
        font-size: 18px;
    }

    .category .page-title h1 {
        font-size: 34px;
    }

    .category .page-title .swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        background-color: transparent;
    }

    .category .page-title .swiper li.shop-all-link{
        display: none;
    }

    .category .page-title .wd-btn-show-cat {
        display: none !important;
    }

    .category .wd-clear-filters a,
    .category .widget_layered_nav_filters a {
        font-size: 14px !important;
    }
}

@media (max-width: 768.98px) {
    .category .woocommerce-ordering.wd-ordering-mb-icon:after {
        display: block;
        content: "";
        font-family: unset;
        width: 25px;
        height: 25px;
        margin: 2.5px;
        flex: 0 0 auto;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNDExNTkgNS4zNTM2M0w3LjgwMjUyIDIuNTY0MkM4LjQ2OTczIDEuNzg1NzkgNy45MTY2NCAwLjU4MzI1MiA2Ljg5MTQxIDAuNTgzMjUySDIuMTA5NTVDMS4wODQzMiAwLjU4MzI1MiAwLjUzMTIyOSAxLjc4NTc5IDEuMTk4NDQgMi41NjQyTDMuNTg5MzcgNS4zNTM2M0M0LjA2ODI5IDUuOTEyMzYgNC45MzI2NyA1LjkxMjM2IDUuNDExNTkgNS4zNTM2M1oiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik03LjY4MjE0IDQuNDE5MDVMNS4yOTEyMSA3LjIwODQ4QzQuNjI0IDcuOTg2ODggNS4xNzcwOSA5LjE4OTQzIDYuMjAyMzIgOS4xODk0M0gxMC45ODQyQzEyLjAwOTUgOS4xODk0MyAxMi41NjI1IDcuOTg2ODggMTEuODk1MyA3LjIwODQ4TDkuNTA0MzUgNC40MTkwNUM5LjAyNTQ1IDMuODYwMzIgOC4xNjEwNSAzLjg2MDMyIDcuNjgyMTQgNC40MTkwNVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=');
    }
}

.category .wd-active-filters .wd-clear-filters {
    border-inline-end: 0;
}

@media (max-width:768.98px){
    .category .page-title .term-description {
        font-size: 14px;
    }

    .category .page-title h1 {
        font-size: 24px !important;
    }

    .category .wd-active-filters .wd-clear-filters {
        margin-inline-end: 7px;
        padding-inline-end: 7px;
    }

    .category .wd-active-filters .widget_layered_nav_filters li{
        margin-inline-end: 0
    }

    .category .wd-clear-filters a,
    .category .widget_layered_nav_filters a {
        font-size: 12px !important;
    }
}



.category .wd-term-desc{
    margin-top: 120px;
    font-size: 20px;
    line-height: 1.2;
    max-width: 880px;
}

.category .wd-term-desc:has(.vc_row){
    max-width: none;
}


.category .wd-term-desc ul{
    margin-left: var(--li-pl);
}

.category .wd-term-desc ul li::marker {
    font-size: .75em;
}

.category .wd-term-desc h2{
    margin-bottom: 60px;
    font-size: 40px;
}

.category .wd-term-desc h3 {
    margin-top: 93px;
    margin-bottom: 40px;
    font-size: 24px;
}

.category .wd-term-desc ul,
.category .wd-term-desc ul{
    margin-top: 1em;
}

.category .wd-term-desc em{
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
}

@media (max-width:1024px){
    .category .wd-term-desc {
        margin-top: 120px;
        font-size: 18px;
        max-width: none;
    }

    .category .wd-term-desc h2 {
        font-size: 34px;
    }

    .category .wd-term-desc h3 {
        font-size: 24px;
    }
}

@media (max-width:768.98px) {
    .category .wd-term-desc {
        margin-top: 80px;
        font-size: 14px;
        max-width: none;
    }

    .category .wd-term-desc h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .category .wd-term-desc h3 {
        font-size: 18px;
        margin-top: 60px;
        margin-bottom: 20px;
    }
    
    .category .wd-term-desc ul {
        margin-left: calc(var(--li-pl) / 4);
    }
}


.wd-pf-attributes:has(input[name="filter_greyd"]),
.filter-greyd{
    flex: 0 0 100%;
    width: 100%;
    margin-top: 12px;
}

.wd-pf-attributes:has(input[name="filter_greyd"]) .wd-dropdown {
    position: static;
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;
    background-color: unset;
    background-repeat: no-repeat;
    box-shadow: none;
    border-radius: 0;
    visibility: unset;
    opacity: 1;
    transform: none;
    pointer-events: all;
}


.wd-pf-attributes:has(input[name="filter_greyd"]) .wd-pf-title{
    padding-bottom: 0;
    border: 0;
}

.wd-pf-attributes:has(input[name="filter_greyd"]) .wd-pf-title:after {
    display: none;
}

.wd-pf-attributes:has(input[name="filter_greyd"]) .wd-swatches-filter{
    padding: 0;
    margin-bottom: 0;
    gap: 16px;
    flex-wrap: wrap;
}


.wd-pf-attributes:has(input[name="filter_greyd"]) .wd-swatches-filter a{
    padding: 12px 20px;
    border-radius: 100px;
    background: #F6F6F6 !important;    
    color: var(--wd-title-color);
    font-size: 16px;
    line-height: 1.2;
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover){
    .wd-pf-attributes:has(input[name="filter_greyd"]) .wd-swatches-filter a:hover{
        background: var(--btn-default-bgcolor) !important;
        color: #fff;
    };
}

.category .wd-style-form .wd-pf-attributes:has(input[name="filter_greyd"]) .wd-pf-title{
    align-items: center;
}

.category .wd-style-form .wd-pf-attributes:has(input[name="filter_greyd"]) .wd-pf-title span{
    flex: unset;
}

.category .wd-style-form .wd-pf-attributes:has(input[name="filter_greyd"]) .wd-pf-title ul{
    margin: 0 0 0 1em;
}

.wd-pf-results li:after{
    opacity: 1!important;
}

.wd-pf-results li {
    padding-inline-start: 20px!important;
}

@media (max-width:1024px){
    .wd-pf-attributes:has(input[name="filter_greyd"]) .wd-swatches-filter a {
        padding: 10px 16px;
        font-size: 14px;
    }

    .wd-pf-attributes:has(input[name="filter_greyd"]) .wd-swatches-filter {
        gap: 12px;
    }

    .wd-pf-attributes:has(input[name="filter_greyd"]),
    .filter-greyd {
        margin-top: 0;
    }
}

@media (max-width:768.98px){
    .category .wd-style-form .wd-pf-attributes:has(input[name="filter_greyd"]) .wd-pf-title span{
        font-size: 18px;
    }

    .page-title .swiper .swiper-slide span {
        font-size: 12px;
    }
}

.wd-active-filters .widget_layered_nav_filters ul{
    margin-bottom: 0;
}

.wd-active-filters{
    margin-bottom: 32px !important;
}

.woocommerce-ordering{
    margin-bottom: 0;
}

.woocommerce-ordering select{
    border: 0 !important;
}

.wd-pf-results li{
    border-radius: 100px;
}

.wd-pf-results{
    margin-bottom: 0;
}

.wd-pf-attributes .wd-pf-dropdown ul{
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .wd-active-filters {
        flex-wrap: wrap !important;
    }

    .wd-active-filters .widget_layered_nav_filters {
        overflow-x: unset!important;
        direction: unset!important;
        width: fit-content;
    }

    .wd-active-filters .widget_layered_nav_filters ul {
        flex-wrap: wrap !important;
        direction: unset !important;
        gap: 10px !important;
    }
}

@media (max-width: 576px){
    .wd-clear-filters.wd-action-btn.wd-style-text >a {
        font-size: 12px !important;
    }
}


.wd-shop-tools .wd-breadcrumbs{
    display: none;
}

.category .wd-clear-filters a{
	color: var(--wd-title-color) !important;
}


.tea-cat-descr ._h2,
.tea-cat-descr ._subtitle{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.tea-cat-descr ._subtitle{
    margin-bottom: 60px;
}

.tea-cat-descr ._h3{
    font-size: 28px !important;
}

.attention__block-images .vc_column-inner:before,
.attention__block-images .vc_column-inner:after{ 
    display: none;
}

.attention__block-images > .vc_column-inner > .wpb_wrapper{
    display: flex;
    gap: 20px;
}

.attention__block-images .wpb_single_image img{
    border-radius: 20px;
}


.tea-cat-descr .main__table tbody tr > :first-child{
    flex-direction: row;
    align-items: center;
    flex: 0 0 28%;
    justify-content: flex-start;
}

.tea-cat-descr .main__table tbody tr > :not(:first-child) {
    justify-content: center;
}

.tea-cat-descr .main__table .wptb-image-container{
    margin: 0 10px 0 0;
    flex: 0 0 auto;
    width: 72px;
}

@media (max-width:1024px) {
    .tea-cat-descr ._h3 {
        font-size: 24px!important;
    }

    .tea-cat-descr ._subtitle {
        margin-bottom: 40px;
    }

    .tea-cat-descr .main__table .wptb-image-container {
        width: 52px;
    }
}

@media (max-width:768.98px) {
    .tea-cat-descr ._h3 {
        font-size: 18px!important;
    }

    .tea-cat-descr ._subtitle {
        margin-bottom: 36px;
    }

    .tea-cat-descr .main__table tbody tr>:first-child {
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
    }

    .tea-cat-descr .main__table .wptb-image-container {
        width: 39px;
        margin-right: 7px;
    }

    .tea-cat-descr .main__table tbody tr td{
        padding: 10px !important;
    }  
}

.woocommerce-pagination.wd-pagination{
    margin-top: 22px;
}

.page-numbers{

}

nav[class*="-pagination"].woocommerce-pagination li .page-numbers{
    min-width: 32px;
    height: 32px;
    font-weight: 300;
    border-radius: 50%;
}

nav[class*="-pagination"].woocommerce-pagination li .current {
    background-color: var(--btn-default-bgcolor);
}