.shop-filters .attributes, .shop-filters .widget_price_filter {
	display: inline-block;
}
.attribute-container ul, .price-container form {
    /*display: block;*/
	/*background: var(--clr5);*/
    /*position: absolute;*/
    /*width: 30rem;*/
    /*top: 4rem;*/
	/*left: 0;*/
    /*padding: 0;*/
    /*list-style: none;*/
	/*z-index: 9;*/
    /*margin: 0;*/
}
.products-archive-wrapper {
    display: flex;
    width: 100%;
}
ul.categories a {
    text-decoration: none;
    color: var(--textclr1);
    font-size: var(--fontsize_s);
}
ul.categories a:hover {
	color: var(--clr1);
	text-decoration: underline;
}
ul.categories {
	padding: 0;
    list-style: none;
	margin-top: 1rem;
    margin-bottom: 1rem;
}
.archive-top-categories ul.categories {
    display: flex;
    gap: 1rem;
}
.archive-top-categories ul.categories li {
    padding: 0;
    cursor: pointer;
}
.archive-top-categories {
    margin-top: 3rem;
}
.archive-top-categories ul.categories li a{
    display: flex;
    transition: var(--animtime1);
    padding: 1.1rem 2rem!important;
    border: var(--border1);
    border-radius: var(--radius2);
}
.archive-top-categories ul.categories li a:hover,
.archive-top-categories ul.categories li.cat-item.current-cat a{
    text-decoration: none;
    background-color: var(--clr1);
    color: #fff;
    border: var(--border2);
}

.archive-left h4 {
	margin-top: 0;
}
.archive-left {
    width: 20rem;
	margin-left: 3rem;
    margin-top: 5rem;
}
.archive-right {
    width: calc(100% - 24rem);
    margin-right: 3rem;
    margin-top: 6rem;
}
.archive main {
    /*display: flex;*/
    justify-content: space-between;
    /* margin-top: 12rem; */
    padding-top: 12rem;
}
.archive main nav.woocommerce-breadcrumb {
    margin-top: 0;
    margin-bottom: 5rem;
    color: var(--textclr5);
}
.archive main nav.woocommerce-breadcrumb *{
    color: var(--textclr5);
}
.woocommerce-ordering-cdm {
    display: none;
}
.price-container form {
    padding: 2rem 2rem;
}

.shop-filters .attributes a:hover, .shop-filters .attributes a.active {
	background: var(--clr4);
}
.shop-filters .attributes a {
    color: var(--txtclr1);
    text-decoration: none;
    font-size: var(--fontsize_s);
    padding: 1rem 2rem;
    width: 100%;
    display: block;
	margin-bottom: 0.4rem;
}
.shop-filters .attributes li:last-child a {
	margin-bottom: 0;
}
.shop-filters .attributes a span {
    float: right;
    opacity: 0.5;
    font-size: var(--fontsize_xs);
    line-height: 2;
}
.attribute-container .top-block, .price-container .top-block {
	cursor: pointer;
	float: left;
    padding-right: 5rem;
}
.attribute-container span {
    position: relative;
}
.selected-item-num {
	background: var(--clr1);
    color: white;
    width: 2rem;
    height: 2rem;
    text-align: center;
    font-size: var(--fontsize_xs);
    border-radius: 1rem;
    right: 0;
    top: 0;
    display: inline-block;
    margin-left: 0.7rem;
    line-height: 2.1rem;
}
aside.shop-filters {
    display: block;
    width: 100%;
    float: left;
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.filter-reset {
    background: url(../img/icons/feather/x.svg) center left no-repeat;
    padding-left: 3rem;
    background-size: 2rem;
    border: 0;
    font-size: var(--fontsize_s);
    cursor: pointer;
    margin: 2rem 0rem 1rem 1.5rem;
}
.attribute-container .top-block:after,
.price-container .top-block:after {
    content: "";
    position: absolute;
    width: 1.8rem;
    height: 1.1rem;
    background: url(../img/icons/feather/chevron-down.svg) center no-repeat;
    background-size: 100%;
    margin-left: 1rem;
    margin-top: 0.9rem;
    transition: var(--animtime1);
}
.attribute-container .top-block.open:after,
.price-container .top-block.open:after {
	transform: rotate(180deg);
}
.attribute-container .top-block.open,
.price-container .top-block.open {
	color: var(--clr1);
}
.attribute-container, .price-container {
    position: relative;
    display: inline-block;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: var(--clr1);
    height: 2px;
    position: absolute;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff;
    border: var(--border5);
    width: 3.2rem !important;
    height: 3.2rem !important;
    top: -1.5rem !important;
    border-radius: 50%;
    display: flex;
    position: absolute;
    cursor: ew-resize;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:nth-child(3){
    margin-left: -3.2rem;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e5e5e5;
    height: 2px;
    position: relative;
    width: 100%;
}
.woocommerce .widget_price_filter .price_slider_amount input::-webkit-inner-spin-button,
.woocommerce .widget_price_filter .price_slider_amount input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.shop-products-filters .filter-back-button {
    width: 3.2rem;
    height: 3.2rem;
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    left: 0;
    margin-left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.shop-products-filters .filter-name.show .filter-back-button {
    opacity: 1;
    transform: translateX(0px);
}
.shop-products-filters .filter-name.show.clicked .filter-back-button {
    opacity: 0;
    transform: translateX(-100%);
    background-color: #edededd0;
}
.shop-products-filters .filter-name.show .filter-back-button-text {
    transform: translateX(4rem);
}
.shop-products-filters.active-filter .shop-filter-container,
.shop-products-filters .filter-name.show.clicked .filter-back-button-text{
    transform: translate(0);
}
.shop-products-filters .shop-filter-container .bottom-button {
    display: flex;
    gap: 1rem;
    margin-top: auto;
}
.shop-products-filters .shop-filter-container .bottom-button .apply-filter-button {
    width: 100%;
    padding: 1.4rem 4rem !important;
}
.shop-products-filters .shop-filter-container .filters-list ul {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    padding: 0;
}
.shop-products-filters .shop-filter-container .filters-list ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--textclr5);
    height: 4.4rem;
    font-weight: 600;
    cursor: pointer;
}
.shop-products-filters .shop-filter-container .filters-list ul > li a {
    color: var(--textclr5);
    display: flex;
    height: 4.4rem;
    align-items: center;
    width: 100%;
    position: relative;
}
.shop-products-filters .shop-filter-container .filters-list ul > li a::after{
    content: '';
    border: var(--border4) !important;
    border-radius: var(--radius3);
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 0;
    top: calc(50% - 1rem);
}

.shop-products-filters .shop-filter-container .filters-list ul > li a.active-url::after{
    background: #000;
    border: var(--border5)!important;
}

.shop-products-filters .shop-filter-container .filters-list ul > li a.active-url::before{
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    background: url("data:image/svg+xml,%3Csvg fill='%23fff' width='14px' height='14px' viewBox='0 0 1920 1920' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1743.858 267.012 710.747 1300.124 176.005 765.382 0 941.387l710.747 710.871 1209.24-1209.116z' fill-rule='evenodd'/%3E%3C/svg%3E");
    position: absolute;
    right: 0.3rem;
    top: calc(50% - 0.7rem);
    z-index: 99;
}
.shop-products-filters .shop-filter-container .filters-list ul > li a.sortby::after {
    border-radius: 100%;
}
.shop-products-filters .shop-filter-container .filters-list ul > li a.active-url.sortby::before {
    width: 0.6rem;
    height: 0.6rem;
    background-color: #FFF;
    border-radius: 100%;
    right: 0.7rem;
    top: calc(50% - 0.3rem);
}
.shop-products-filters .shop-filter-container .filters-list ul li.attribute-container .sub-filter {
    display: none;
}
.shop-products-filters .shop-filter-container .filters-list ul li.attribute-container.show-attributes .sub-filter {
    position: absolute !important;
    background: #ffffff !important;
    z-index: 10;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
}
.shop-products-filters .shop-filter-container .filters-list ul .arrow {
    position: absolute;
    top: unset;
    right: 0;
    width: 1.6rem;
    transform: none;
    height: 1.6rem;
    justify-content: end;
    pointer-events: none;
}
.shop-products-filters .shop-filter-container .filters-list ul .arrow svg {
    width: 1.6rem;
    height: auto;
}
.shop-products-filters .shop-filter-container .filters-list ul .arrow svg path {
    stroke: var(--clr1);
    stroke-width: 2;
}
/*.shop-products-filters .filter-name  {*/
/*    width: 100%;*/
/*    font-size: var(--fontsize_h3);*/
/*    border-bottom: 1px solid #00000029;*/
/*    padding-bottom: 1rem;*/
/*    font-weight: bold;*/
/*    margin-bottom: 1rem;*/
/*}*/
.shop-products-filters .filter-button {
    display: flex;
    align-items: center;
}

.shop-products-filters.active-filter .filter-button {
    display: none;
}
.shop-products-filters .filter-button span {
    margin-left: 1rem;
    color: #757575;
}
.shop-products-filters .shop-filter-container {
    display: none;
}
.attribute-container, .price-container {
    position: static;
}
.woocommerce .widget_price_filter .price_slider_amount input {
    width: 100%;
    display: flex !important;
    border: var(--border1) !important;
    text-align: right;
    padding-right: 2.3rem;
}
.woocommerce .widget_price_filter .price_slider_amount p{
    width: calc(50% - 0.7rem);
    margin: 0;
    position: relative;
}
.woocommerce .widget_price_filter .price_slider_amount p .currency-symbol{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    right: 1.3rem;
    font-weight: 400;
    color: #000;
}
.woocommerce .widget_price_filter .price_slider_amount p label{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    left: 1.3rem;
    font-size: 1.2rem;
}
.price-container {
    width: 100%;
}
.price-container form{
    padding: 0;
    width: 100%;
}

.price-container form .price_label {
    display: none!important;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.price-container form .inputs.active {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.1rem;
}
.total-products {
    display: inline-block;
    float: right;
    /*padding: 1.1rem 0 1.1rem 0 !important;*/
}
.shop-products-filters svg{
    width: 1.6rem;
    height: auto;
}
.shop-products-filters .filter-button button.button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.7rem 1.1rem 2rem !important;
}

.filter-name {
    border-bottom: var(--border1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.8rem !important;
    padding-bottom: 1.6rem !important;
    position: relative;
}
.filter-name .feather.feather-x{
    width: 2.2rem;
    height: 2.2rem;
    display: none;
}
.filter-back-button-text {
    font-size: calc(var(--fontsize_h6)* var(--text-scaler));
    line-height: calc(var(--lineh_h6)* var(--text-scaler));
    font-weight: 700;
    transition: var(--animtime1);
}
@media screen and (min-width: 769px){
    .shop-products-filters {
        display: flex;
        margin-top: 3rem;
        justify-content: space-between;
        align-items: flex-end;
    }
    .shop-products-filters.active-filter .filter-button {
        display: block !important;
    }
    .shop-products-filters .filter-button span {
        display: none;
    }
    .shop-products-filters .shop-filter-container {
        display: flex;
        position: fixed;
        right: 0;
        top: 0;
        width: 50rem;
        height: 100%;
        background: #FFF;
        z-index: 999999;
        transform: translateX(100%);
        transition: var(--animtime2);
        flex-direction: column;
        padding: 5rem;
    }
}

@media screen and (max-width: 1000px) {
    .shop-products-filters .shop-filter-container .bottom-button .apply-filter-button {
        padding: 1.1rem 2rem !important;
    }
    .archive main {
        padding-top: 8rem;
    }
	.attribute-container .top-block:after, .price-container .top-block:after {
		margin-top: 0.5rem;
	}
    .filter-name .feather.feather-x{
        display: flex;
    }
    ul.categories a {
        font-size: var(--fontsize_p);
        color: var(--textclr5);
    }
    .woocommerce .widget_price_filter .price_slider_amount{
        width: 100%!important;
    }
    .archive main nav.woocommerce-breadcrumb {
        margin-bottom: 1rem;
    }
    .archive-top-categories {
        margin-top: 2rem;
    }
    .archive-top-categories ul.categories {
        margin-bottom: 1.2rem;
        overflow: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        width: calc(100% + 3.2rem);
        left: -1.6rem;
        position: relative;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .archive-top-categories ul.categories::-webkit-scrollbar {
        display: none;
    }
    .archive-top-categories ul.categories li:first-child{
        margin-left: 1.6rem;
    }
    .archive-top-categories ul.categories li:last-child{
        margin-right: 1.6rem;
    }
    .shop-products-filters .filter-button button.button {
        padding: 0.7rem 1.3rem 0.7rem 1.6rem !important;
    }
    .shop-products-filters .shop-filter-container {
        visibility: hidden;
        background-color: var(--clr5);
        position: fixed;
        top: 8rem;
        left: 50%;
        bottom: 0.8rem;
        border-radius: var(--radius1);
        width: calc(100% - 1.6rem);
        padding: 1.6rem;
        transform: translateX(-50%) translateY(100%) scale(0.8);
        height: calc(100dvh - 8.8rem);
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .shop-products-filters .shop-filter-container.active {
        transform: translateX(-50%) translateY(0) scale(1);
        left: 50%;
        transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
        visibility: visible;
        opacity: 1;
        z-index: 9;
    }
    /*.shop-products-filters.full-height .shop-filter-container.active {*/
    /*    bottom: 0.8rem;*/
    /*    height: calc(100dvh - 8rem);*/
    /*    z-index: 9;*/
    /*}*/
    .shop-products-filters.active-filter::after{
        content: '';
        background-color: #18181833;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        bottom: unset;
        transform: unset;
    }
    .woo-filter-open.filter-closing .shop-products-filters .shop-filter-container {
        opacity: 1;
        transform: translateX(-50%) translateY(100%) scale(0.95);
        left: 50%;
        transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
        visibility: visible;
        height: calc(100dvh - 7.9rem);
    }
    .woo-filter-open.filter-closing .shop-products-filters.full-height .shop-filter-container {
        height: calc(100dvh - 1.6rem);
    }
    .shop-products-filters.active-filter .filter-button {
        display: flex;
    }
    .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
        width: calc(100% - 3.2rem);
    }
}
@media screen and (max-width: 768px) {

    .total-products {
        display: none;
    }
    .shop-products-filters {
        position: fixed;
        bottom: 0.8rem;
        width: calc(100% - 1.6rem);
        left: 0.8rem;
        display: block;
        z-index: 10;
        background: #FFF;
        padding: 0.8rem;
        border: var(--border1);
        border-radius: var(--radius1);
    }
    /*.shop-products-filters.active-filter {*/
    /*    height: calc(100vh - 8rem);*/
    /*}*/
	.filter-button-mobile {
		display: none!important;
	}
	aside.shop-filters {
		position: relative;
	}
	.attribute-container ul, .price-container form {
		width: 100%;
		top: 3rem;
	}
	.attribute-container .top-block, .price-container .top-block {
		padding-right: 3rem;
	}
	.attribute-container .top-block:after, .price-container .top-block:after {
		margin-left: 0.4rem;
	}
	aside.shop-filters {
		margin-bottom: 0rem!important;
	}
	div.archive-left {
		display: none;
	}
	div.archive-right {
		width: 100%;
		margin: 0;
	}
}
@media screen and (min-width: 769px) {
	.archive-right .container {
		padding: 0;
	}
}
