.category_slide{
    position: relative;
}
.category__list {
    padding-top: 32px!important;
}

.category__img {
    overflow: hidden;
    border-radius: 8px;
}
.category__item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 8px;
    transition: all 0.5s;
    object-fit: cover;
}
.category__item:hover .category__img img {
    transform: scale(1.2);
}
.category__item p {
    margin-top: 16px;
    margin-bottom: 0;
    color: #090909;
    font-size: 20px;
    font-weight: 600;
}
.category__item:hover p{
    color: var(--primary-color);
}
.category__values {
    width: 100%;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.category__total, .category__sort span {
    color: #7F7F80;
    font-size: 16px;
    font-weight: 600;
}
.category__sort {
    display: flex
;
    align-items: center;
    vertical-align: middle;
    justify-content: flex-end;
    flex: 1;
    position: relative;
}
.category__sort select {

    height: 44px;
    border-radius: 44px;
    align-items: center;
    box-sizing: border-box;
    color: #7F7F80;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    border: none;
    background-color: #F5F5F5;
    padding: 0 16px;
    margin-left: 16px;
    appearance: none;
}

.products__ctn{
    padding-top: 30px;
}
.cproducts__title {
    position: relative;
    width: 100%;
    padding: 48px 0 32px 0;
}
.cproducts__title h2 {
    color: #090909;
    font-size: 39px;
    font-weight: 700;
    display: inline-block;margin-bottom: 0;
}
.cproducts__title a {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.boder-line{
    width: 100%;
    background-color: #E2E1E3;
    height: 1px;margin: 40px 0;
}
#products-container .products__ctn>div:nth-of-type(n+4):not(.general__btn) {
    display: none;
}
#products-container.show .products__ctn>div:nth-of-type(n+4):not(.general__btn) {
    display: block;
}
.category__content {
    padding-top: 88px;
    padding-bottom: 56px;
    max-width: 1200px;
    margin: 0 auto;
}
.category__desc {
    color: #7F7F80;
    font-size: 16px;
    font-weight: 400;
    margin: 32px 0;
    margin: 20px auto;
    max-height: 100px;
    overflow: hidden;
}
.category__btn {
    box-sizing: border-box;
    height: 44px;
    width: 144px;
    border-radius: 44px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    align-content: center;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.widget {
    position: relative;
}
.widget_layered_nav{
    overflow: hidden;
}
.widget_layered_nav span.widget-title{
    margin-bottom: 10px;
    width: 100%;
    display: block;
    cursor: pointer;
}
.widget ul{
    transition: all 0.3s ease-in-out;
    height: max-content;
}
.widget_layered_nav.noshow ul{
    height: 0;
}
.widget_layered_nav span.widget-title:before {
    position: absolute;
    content: url(../img/icons/caret-filter-top.svg);
    pointer-events: none;
    top: 1px;
    right: 0;
    height: 20px;
    width: 20px;
    rotate: 0deg;
    transition: all 0.3s ease-in-out;
}
.widget_layered_nav.noshow span.widget-title:before{
    rotate: 180deg;
}
.widget .is-divider,.widget>ul>li .count{display: none}
.widget>ul>li+li, ul.menu>li+li{
    border-top: unset;
}
.widget_layered_nav li.woocommerce-widget-layered-nav-list__item a{
    margin: 5px 0;
    color: #7F7F80;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.widget_layered_nav li.woocommerce-widget-layered-nav-list__item a:before {
    content: '';
    background-color: #F5F5F5;
    border: 1px solid #BCB9C0;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    box-sizing: border-box;
    cursor: pointer;display: inline-block;margin-right: 12px;
    top: unset;opacity: 1;
}
.widget_layered_nav li.woocommerce-widget-layered-nav-list__item.chosen a:after {
    content: '';
    width: 18px;
    height: 18px;
    left: 1px;
    border: 3px solid #ffffff;
    border-radius: 3px;
    background: var(--primary-color);
    box-sizing: border-box;
    position: absolute;
}
.widget_layered_nav li.woocommerce-widget-layered-nav-list__item.chosen a {
    color: var(--primary-color);
}
.category__list .swiper-container {
    overflow: hidden;
}
.category__shortcut{
    display: none;
}
.category__shortcut>div {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
}
.category__shortcut>div:first-of-type {
    border-right: 1px solid #ccc;
}
.category__shortcut>div img {
    height: 16px;
    width: 16px;
    margin-left: 8px;
}

.pfilter__container {
    position: fixed;
    background: rgba(100, 100, 100, 0.6);
    display: none;
    z-index: 1002;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.pfilter__container img.close {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 3;
}
.pfilter__wrapper {
    position: fixed;
    height: 80%;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    left: 50%;
    bottom: 0;
    background: #fff;
    transform: translate(-50%, 0);
    padding: 0 16px 12px 16px;
    box-sizing: border-box;
    border-radius: 12px 12px 0px 0px;
}
.pfilter__header {
    position: sticky;
    display: flex;
    top: 0;
    padding: 12px 0;
    z-index: 2;
    background-color: #fff;
    border-bottom: 2px solid #008C4F;
    margin-bottom: 16px;
}
.pfilter__header>div {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.pfilter__body {
    overflow-x: hidden;
    overflow-y: scroll;
    height: max-content;
    min-height: 100%;
}
.pfilter__scroll {
    height: max-content;
}
.pfilter__sort {
    margin-bottom: 20px;
}
.checkbox__lumi input {
    display: none;
}
.checkbox__lumi label {
    display: flex!important;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.checkbox__lumi label:before {
    content: '';
    background-color: #F5F5F5;
    border: 1px solid #BCB9C0;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.pfilter__wrapper .checkbox__lumi label:before, .pfilter__wrapper .checkbox__lumi input:checked+label:after {
    border-radius: 50%;
}
.checkbox__lumi input:checked+label:after {
    content: '';
    width: 18px;
    height: 18px;
    left: 1px;
    border: 3px solid #ffffff;
    border-radius: 3px;
    background: var(--primary-color);
    box-sizing: border-box;
    position: absolute;
}
.checkbox__lumi input:checked+label span {
    color: var(--primary-color);
}
.checkbox__lumi label span {
    margin-left: 12px;
}
@media (max-width: 1439.98px) {
    .category__content {
        padding-top: 0;
    }

}
@media (max-width: 991.98px) {
    .products__ctn,.category-page-row {
        padding-top: 0!important;
    }
    .category__filter, .category__sort {
        display: none;
    }
    .cproducts__title h2 {
        font-size: 28px;
    }
    .category__shortcut {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        padding: 12px 0;
        margin: 16px 0;
        width: 100%;
    }
}
@media screen and (max-width: 849px) {
    .products__ctn .col.large-9 {
        padding-left: 0;padding-right:0
    }
    .products__ctn .products.row.row-small{
        margin:0 auto;
    }
    .products__ctn .products.row.row-small>.col{
        padding: 0 5px 13px;
    }
}
@media (max-width: 767.98px) {

    .cproducts__title a {
        right: unset;
        left: 0;
        top: 100%;
        position: unset;
        margin-top: 20px;
    }
}

@media (max-width: 549px) {
    section.category__list{
        margin-top: 15px;
    }
    .products__ctn .products.row.row-small>.product-small.col {
        padding: 0 5px 13px!important;
    }
}