:root {
	--display-status: none;
	--filter-status: none;
	--opacity-status: 1;
}

#primary.content-area {
	padding: 0;
	max-width: none;
}

.ew-cont {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 100%;
}

.count-order-right {
	display: flex;
	gap: 1rem;
	align-items: center;
	line-height: 1.2;
}

.products-loop {
	padding-left: 0;
}

.ew-cont.desk-filt-open aside.aside-filter {
	display: flex;
	margin-right: 3rem;
}

.ew-cont.desk-filt-open .products-cont {
	width: 80%;
}

section .bg-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.aside-filter {
	display: none;
	width: 20%;
	height: 100%;
	flex-direction: column;
	gap: 3rem;
	scrollbar-width: thin;
	scrollbar-color: var(--link-hover) transparent;
	background: #fff;
	padding: 3rem 2rem;
	position: relative;
}

.close-filter-side {
	position: absolute;
	top: 0;
	right: -2rem;
	width: 2rem;
	height: 7.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--alpha-button);
}

.close-filter-side svg {
	transform: scale(-1);
}

.aside-filter .search-form {
	height: 4rem;
}

.aside-filter .search-form label {
	width: 100%;
	border-right: none;
}

.aside-filter .search-field {
	height: 4rem;
	width: 100%;
	max-width: 100%;
	border: 0.1rem solid #888888;
	border-right: none;
	padding: 0.5rem 1rem;
	font-size: inherit;
}

.aside-filter .search-submit {
	width: 6rem;
	height: 4rem;
}

.aside-filter::-webkit-scrollbar {
	width: 10px;
}

.aside-filter::-webkit-scrollbar-track {
	background: transparent;
}

.aside-filter::-webkit-scrollbar-thumb {
	background-color: var(--link-hover);
	border-radius: 20px;
	border: 3px solid transparent;
}

.aside-filter .bricks-search-form input {
	background: rgba(255, 255, 255, 0.59);
	width: 100%;
	border-radius: 5rem;
}

#order-by {
	background: rgba(255, 255, 255, 0.59);
}

.products-cont {
	/*overflow: hidden;*/
	width: 100%;
	transition: width 0.2s;
	scroll-margin-top: 8rem;
}

.woocommerce-products-header {
	text-align: center;
	background: #fff;
	position: relative;
}

.attribute-name {
	font-weight: bold;
	position: relative;
	margin-bottom: 2rem;
	font-size: 130%;
}

.attribute-name::after {
	position: absolute;
	content: "";
	width: 10%;
	height: 0.5rem;
	background: var(--thd-btn-bg);
	bottom: -0.2rem;
	left: 0;
}

.filter-item {
	display: flex;
	align-items: center;
	position: relative;
}

.filter-item:not([data-level="0"]) {
	display: none;
}

.filter-item[data-level="0"] {
	border-bottom: .1rem solid #c1c1c1;
}

.filter-item.has-children::after {
	position: absolute;
	content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20shape-rendering%3D%27geometricPrecision%27%20text-rendering%3D%27geometricPrecision%27%20image-rendering%3D%27optimizeQuality%27%20fill-rule%3D%27evenodd%27%20clip-rule%3D%27evenodd%27%20viewBox%3D%270%200%20512%20266.77%27%3E%3Cpath%20fill-rule%3D%27nonzero%27%20d%3D%27M493.12%203.22c4.3-4.27%2011.3-4.3%2015.62-.04a10.85%2010.85%200%200%201%20.05%2015.46L263.83%20263.55c-4.3%204.28-11.3%204.3-15.63.05L3.21%2018.64a10.85%2010.85%200%200%201%20.05-15.46c4.32-4.26%2011.32-4.23%2015.62.04L255.99%20240.3%20493.12%203.22z%27%2F%3E%3C%2Fsvg%3E");
	right: 0;
	top: 0.5rem;
	pointer-events: none;
	height: 1.5rem;
	width: 1.5rem;
}

.filter-item>label {
	margin-bottom: 0;
	padding: 1rem 2rem 1rem 0;
	width: 100%;
}

.filter-item>label span {
	margin-left: 0.7rem;
}

.desktop-show-filter {
	display: flex;
	align-items: center;
	padding: 1rem 3rem;
	background: var(--alpha-button);
	color: var(--foxtrot);
	cursor: pointer;
	max-width: 20rem;
	margin: auto;
}

.desktop-show-filter button {
	background: var(--alpha-button);
	color: var(--foxtrot);
	line-height: 1;
}

.desktop-show-filter svg,
.filter-mobile-btn svg {
	max-height: 2rem;
	fill: var(--foxtrot);
	margin-left: 1.5rem;
}

.filter-item[data-level="1"] {
	padding: .2rem 0 .2rem 1.5rem;
}

.filter-item[data-level="2"] {
	padding-left: 3rem;
}

.filter-item label {
	cursor: pointer;
	position: relative;
}

.filter-item span {
	font-size: 60%;
}

.filter-item input[type="checkbox"] {
	margin-right: 0.5rem;
	cursor: pointer;
}

.woocommerce-products-header .ew-cont .term-description {
	margin: 3rem auto 0 auto;
	padding: 0 1rem;
	max-width: 60rem;
}

.product-loop-top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 3rem;
}

.woocommerce-notices-wrapper {
	max-width: 144rem;
	display: flex;
	justify-content: center;
}

.woocommerce-notices-wrapper .woocommerce-message {
	display: flex;
	align-items: center;
	padding: 3rem 0;
	font-size: 1.8rem;
}

.woocommerce-notices-wrapper .woocommerce-message a {
	margin-right: 2rem;
}

.woocommerce-pagination {
	display: flex;
	margin-top: 5rem;
}

.page-numbers {
	display: flex;
	margin: auto;
	list-style: none;
}

.pagination-cont {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-top: 5rem;
}

.pagination-cont:empty {
	display: none;
}

.inactive-pagin {
	pointer-events: none;
	opacity: 0.2;
}

.pagin-nav {
	background: var(--delta);
	color: var(--golf);
}

.page-numbers li,
.pagination-cont .pagin-nav {
	margin: 0.3rem;
}

.page-numbers li a,
.page-numbers li span,
.pagination-cont .pagin-nav {
	line-height: 1;
	padding: 1rem 1.4rem;
	border: none;
	font-size: clamp(1.4rem, 0.287vw + 1.308rem, 1.7rem);
}

.page-numbers li .current,
.pagination-cont .pagin-nav.active-button {
	pointer-events: none;
	opacity: 0.7;
}

.pagination-cont .pagin-nav {
	cursor: pointer;
	transition: color 0.3s;
}

/* .pagination-cont .pagin-nav:hover {
    color: var(--thd-btn-hov-txt);
} */

.products-loop-cont {
	width: 100%;
}

.count-order-cont {
	display: flex;
	justify-content: space-between;
	font-size: 90%;
	margin-bottom: 0.5rem;
	align-items: flex-end;
}

.active-filters {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: wrap;
	width: fit-content;
	min-height: 4rem;
	padding-right: 2rem;
}

.active-filters.loader::after {
	/* border: 0.4rem solid #f3f3f3;
    border-top: 0.4rem solid var(--thd-btn-bg);
    border-radius: 50%; */
	width: 2.6rem;
	height: 2.6rem;
	animation: spin 1s linear infinite;
	position: absolute;
	content: "";
	right: -4rem;
	top: 0;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.selected-filt-btn {
	position: relative;
}

.selected-filt-btn span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0.3rem;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	/* color: var(--thd-btn-txt); */
}

.selected-filt-btn button {
	cursor: pointer;
	padding: 0.5rem 1rem 0.5rem 2rem;
	width: fit-content;
	width: -webkit-fit-content;
	border: none;
	font-weight: normal;
	background: var(--delta);
	color: var(--golf);
	transition: 0.3s;
	font-size: 1.2rem;
}

.selected-filt-btn button[data-id="clearall"] {
	background: var(--alpha-button);
	color: #fff;
}

.attribute-name span {
	position: absolute;
	display: none;
	cursor: pointer;
	width: 2rem;
	height: 2rem;
}

[data-visible="0"] {
	display: none !important;
}

.atr-values-cont {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

@keyframes pop {
	0% {
		opacity: 0;
	}

	75% {
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
	}
}

.filter-item.sub-filter-open {
	display: flex;
	opacity: 0;
	animation: fadeIn 0.3s ease-in-out forwards;
}

.filter-item.sub-filter-open label {
	padding-top: 0;
	padding-bottom: 0;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.filter-item input[type="checkbox"],
.filter-item input[type="radio"] {
	display: none;
}

.filter-item.type-checkbox label,
.filter-item.type-radio label {
	padding-left: 2.2rem;
	position: relative;
	color: #000;
}

.filter-item.type-checkbox label::before,
.filter-item.type-radio label::before {
	content: "";
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
	width: 1.2rem;
	height: 1.2rem;
	background: transparent;
	border: 0.2rem solid #000;
}

.filter-item.type-checkbox input[type="checkbox"]:checked+label::before,
.filter-item.type-radio input[type="radio"]:checked~label::before {
	background: #000;
	transform: rotateY(180deg) translateY(-50%);
}

.select select {
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 0.8rem 3rem 0.8rem 0.8rem;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
	outline: none;
}

.select {
	width: 100%;
	border: 0.1rem solid #888888;
	border-radius: 0.3rem;
	padding: 0;
	cursor: pointer;
	line-height: 1.1;
	background-color: #fff;
	background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
	position: relative;
}

.loader-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(225, 225, 255, 0.15);
}

.mob-filter-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.69);
	cursor: pointer;
}

.mob-filter-x {
	pointer-events: none;
	color: rgb(179, 0, 0) !important;
	transform: translatex(50%) rotate(45deg);
	position: fixed;
	bottom: 2rem;
	right: 4rem;
	line-height: 1;
	font-size: 5rem;
	z-index: 10000;
	font-weight: 700;
}

.mob-filter-count {
	pointer-events: none;
	position: absolute;
	top: 9rem;
	right: 14%;
	color: #000;
	transform: translatex(50%);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mob-res-number {
	font-size: 120%;
	font-weight: bold;
}

.filter-mobile-btn {
	display: none;
	cursor: pointer;
}

.mob-res {
	border-radius: 50vw;
	background: #fff;
	padding: 0.5rem 0.8rem;
	color: #000;
	font-size: 16px;
}

.dot-windmill {
	position: relative;
	top: -1rem;
	width: 1rem;
	height: 1rem;
	border-radius: 0.5rem;
	background-color: #000;
	color: #000;
	transform-origin: 0.5rem 1.5rem;
	animation: dotWindmill 2s infinite linear;
}

.dot-windmill::before,
.dot-windmill::after {
	content: "";
	display: inline-block;
	position: absolute;
}

.dot-windmill::before {
	left: -0.866rem;
	top: 1.5rem;
	width: 1rem;
	height: 1rem;
	border-radius: 0.5rem;
	background-color: var(--alpha);
	color: var(--alpha);
}

.dot-windmill::after {
	left: 0.866rem;
	top: 1.5rem;
	width: 1rem;
	height: 1rem;
	border-radius: 0.5rem;
	background-color: var(--alpha);
	color: var(--alpha);
}

@keyframes dotWindmill {
	0% {
		transform: rotateZ(0deg) translate3d(0, 0, 0);
	}

	100% {
		transform: rotateZ(720deg) translate3d(0, 0, 0);
	}
}

li.product-item::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: var(--alpha);
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	animation: flipX 2s linear infinite;
	display: var(--display-status);
	z-index: 2;
}

@keyframes flipX {
	0% {
		opacity: 0.1;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0.1;
	}
}

@-webkit-keyframes slide-in {
	0% {
		opacity: 0.2;
		transform: translateY(-1rem);
	}

	50% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0.2;
		transform: translateY(-1rem);
	}
}

@keyframes slide-in {
	0% {
		opacity: 0.2;
		transform: translateY(-1rem);
	}

	50% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0.2;
		transform: translateY(-1rem);
	}
}


@media only screen and (max-width: 991px) {
	.ew-cont.desk-filt-open aside.aside-filter {
		display: none;
		margin-right: 0;
	}

	.ew-cont.desk-filt-open .products-cont {
		width: 100%;
	}

	.ew-cont {
		grid-template-columns: minmax(0, 1fr);
	}

	.filter-mobile-btn {
		margin: 0 auto 3rem auto;
		background: var(--alpha-button);
		padding: 1rem 2rem;
		border: none;
		display: flex;
		width: fit-content;
	}

	.filter-mobile-btn button {
		background: var(--alpha-button);
		color: var(--foxtrot);
		align-items: center;
		justify-content: center;
	}

	.aside-filter {
		display: none;
		padding-top: 6rem;
		padding-bottom: 6rem;
		padding-left: 2rem;
		padding-right: 2rem;
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		width: 35% !important;
		height: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
		z-index: 99999;
		-webkit-animation: mob-filter-appear 0.15s 0.15s both ease-out;
		animation: mob-filter-appear 0.15s 0.15s both ease-out;
	}

	.ew-cont aside.aside-filter.aside-mob-visible {
		display: flex;
	}

	@-webkit-keyframes mob-filter-appear {
		0% {
			transform: translateX(-100%);
		}

		100% {
			transform: translateX(0);
		}
	}

	@keyframes mob-filter-appear {
		0% {
			transform: translateX(-100%);
		}

		100% {
			transform: translateX(0);
		}
	}

	.atr-values-cont {
		font-size: 2rem;
	}

	.desktop-show-filter {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.aside-filter {
		width: 70% !important;
	}

	.count-order-cont {
		margin-bottom: 2.5rem;
		flex-wrap: wrap;
	}

	.count-order-right {
		margin-top: 1rem;
	}
}

@media only screen and (max-width: 480px) {

	.product img,
	.columns-2 .product img,
	.columns-3 .product img,
	.columns-4 .product img,
	.columns-5 .product img {
		height: 25rem;
	}
}

ul.products {
	display: grid !important;
	list-style: none;
	row-gap: 5rem;
	justify-content: space-between;
}

ul.columns-7 {
	grid-template-columns: repeat(7, 13.2%);
}

ul.columns-6 {
	grid-template-columns: repeat(6, 15.5%);
}

ul.columns-5 {
	grid-template-columns: repeat(5, 19%);
}

ul.columns-4 {
	grid-template-columns: repeat(4, 24%);
}

ul.columns-3 {
	grid-template-columns: repeat(3, 32%);
}

ul.columns-2 {
	grid-template-columns: repeat(2, 49%);
}

ul.columns-1 {
	grid-template-columns: repeat(1, 100%);
}

@media only screen and (max-width: 1200px) {

	ul.columns-5,
	ul.columns-4 {
		grid-template-columns: repeat(3, 32%);
	}
}

@media only screen and (max-width: 600px) {

	ul.columns-7,
	ul.columns-6,
	ul.columns-5,
	ul.columns-4,
	ul.columns-3 {
		grid-template-columns: repeat(2, 49%);
	}
}

@media only screen and (max-width: 480px) {

	ul.columns-7,
	ul.columns-6,
	ul.columns-5,
	ul.columns-4,
	ul.columns-3,
	ul.columns-2 {
		grid-template-columns: repeat(1, 100%);
	}
}