/*   
Theme Name: Индивидуальная тема
Theme URI: https: //kwork.ru/user/ravlex
Version: 1.0
Description: С вниманием к деталям
Author: Ravlex
Author URI: https: //kwork.ru/user/ravlex
*/
/* Для веб-кит браузеров, таких как Chrome, Safari и новые версии Edge */

.main .mobile {
	display: none;
}

.product-card__image-nav::-webkit-scrollbar {
	width: 2px;
	display: none;
}
.product-card__image-nav {
	    overflow-y: overlay !important;--scrollbar-width: none;
}

.product-card__image-nav::-webkit-scrollbar-track {
	background: #E8E8E8;
}

.product-card__image-nav::-webkit-scrollbar-thumb {
	background-color: var(--accent);
	border-radius: 4px;
	border: 1px solid rgba(232, 232, 232, 0.5);

}
.birka {
    position: absolute !important;
    right: calc((62% - 520px) / 2);
    top: calc(39% - 16px);
    z-index: 5 !important;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    height: auto;
    padding: 20px 30px;
    box-shadow: 0px 0px 48px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    font-size: 28px;
    color: #59686d;
    font-weight: 500;
    max-width: 430px;
    box-sizing: border-box;
    line-height: 1.2;
    min-height: auto;
}
@media (max-width: 768px){
.birka {
    right: 0;
    top: 41px;
    font-size: 12px;
    z-index: 5 !important;
    left: 0;
    justify-content: center;
    padding: 14px 0;
    max-width: 245px;
    margin: 0 auto;
}
}

.filter__new input {
	display: none;
}

.filter__nav-btn {
	border: 1px solid #e8ecf0;
	border-radius: 6px;
	height: 34px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	color: #0f2730;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px 0 15px;
	gap: 10px;
	cursor: pointer;
}

.filter__nav-btn::after {
	content: '';
}

.filter__new span {
	width: 24px;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 8px;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #27D524;
	border-radius: 100%;
}

.filter__checkbox span::after,
.filter__new-btn::after {
	content: '';
	display: block;
	flex-shrink: 0;
	width: 14px;
	aspect-ratio: 1;
	background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.24935 12.8334H8.74935C11.666 12.8334 12.8327 11.6667 12.8327 8.75002V5.25002C12.8327 2.33335 11.666 1.16669 8.74935 1.16669H5.24935C2.33268 1.16669 1.16602 2.33335 1.16602 5.25002V8.75002C1.16602 11.6667 2.33268 12.8334 5.24935 12.8334Z' stroke='%230F2730' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center / 100%;
	opacity: 0.5;
	transition-duration: .15s;
}

.filter__checkbox span:hover::after,
.filter__new-btn:hover::after {
	opacity: 1;
}

.filter__checkbox input:checked+span::after,
.filter__new input:checked+.filter__nav-btn::after {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.24935 12.8334H8.74935C11.666 12.8334 12.8327 11.6667 12.8327 8.75002V5.25002C12.8327 2.33335 11.666 1.16669 8.74935 1.16669H5.24935C2.33268 1.16669 1.16602 2.33335 1.16602 5.25002V8.75002C1.16602 11.6667 2.33268 12.8334 5.24935 12.8334Z' fill='%230F2730' stroke='%230F2730' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.52148 7.00002L6.17232 8.65085L9.47982 5.34918' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	opacity: 1;
}

.catalog {
	position: relative;
}

.search_preloader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 300px;
	/* Размер контейнера прелоадера */
	height: 300px;
	/* Высота контейнера прелоадера */
}

.search_preloader:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* Размер SVG иконки */
	height: 100%;
	/* Высота SVG иконки */
	background-image: url('images/preloader_3.svg');
	/* SVG иконка */
	background-repeat: no-repeat;
	background-position: center;
	z-index: 999;
}


.filter {
	margin-top: 30px;
}

.products {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.products.tax {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.product-card {
	padding: 10px;
	border: 1px solid #e8ecf0;
	border-radius: 16px;
	position: relative;
}

.product-card__image {
	position: relative;
}

.product-card__art {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.2;
	color: #9eb5be;
	z-index: 5;
}

.product-card__bottom {
	display: flex;
	flex-direction: column;
	margin-top: 12px;
}

.product-card__price {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	color: var(--accent);
}

.product-card__title {
	display: inline-flex;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	color: #0f2730;
	margin-top: 3px;
	text-decoration: none;
	margin-bottom: 20px;
}

.product-card__stock {
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	row-gap: 6px;
}

.product-card__stock-row {
	display: flex;
	position: relative;
	padding-bottom: 3px;
}

.product-card__stock-row::after {
	content: '';
	position: absolute;
	left: 20px;
	bottom: 0;
	right: 0;
	height: 1px;
	background: #e8ecf0;
}

.product-card__btn {
	margin-top: auto;
	align-self: flex-start;
	font-size: 12px;
	height: 34px;
	border-radius: 6px;
	padding: 0 20px;
}

.product-card__title::before {
	content: '';
	position: absolute;
	inset: 0;
}

.product-card__stock-row div {
	font-weight: 500;
	font-size: 10px;
	line-height: 1.2;
	color: #9eb5be;
}

.product-card__stock-row div:first-child {
	flex: 1;
}

.product-card__stock-row div:last-child {
	flex: 0 0 100px;
}

.product-card__image-body {
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-card__image-body img {
	max-width: 100%;
	max-height: 100%;
}

.product-card__image-nav {
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 10;
}

.product-card__image-nav--image {
	border: 1px solid #e8ecf0;
	border-radius: 6px;
	width: 32px;
	height: 32px;
	background-color: #fff;
	padding: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.product-card__image-nav--image img {
	max-width: 100%;
	max-height: 100%;
}

.product-card__image-nav {
	position: absolute;
    left: 0;
    bottom: 25px;
    max-height: 93%;
    overflow: auto;
    top: auto;
    padding-top: 32px;
}

.product-card__image-body img:not(.active) {
	display: none;
}

.product-card__image-nav--image.active {
	border-color: #0F2730;
}

.product-card__image-nav--image.active,
.product-card__image-body img.active {
	display: flex;
}


.filter__item-pallet {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 5px;
}

.filter__item-color input {
	display: none;
}

.filter__item-color label {
	cursor: pointer;
}

.filter__item-color span {
	width: 38px;
	aspect-ratio: 1;
	display: block;
	margin: 3px;
	border-radius: 6px;
	position: relative;
}

.filter__item-color span::before {
	content: '';
	position: absolute;
	inset: -3px;
	border: 1px solid #e8ecf0;
	border-radius: 6px;
}

.filter__item-color input:checked+span::before {
	border-color: #0F2730;
}

.filter__input input {
	border: 1px solid #e8ecf0;
	padding: 4px 12px;
	height: 30px;
	font-size: 12px;
	width: 100%;
}

.filter__col-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.filter__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 35px;
	position: relative;
	z-index: 100;
}

.filter__item {
	position: relative;
	cursor: pointer;
	user-select: none;
}

.filter__item-body {
	max-height: 200px;
	overflow: auto;
}

.filter__item-body::-webkit-scrollbar {
	width: 4px;
}

.filter__item-body::-webkit-scrollbar-track {
	background: #E8E8E8;
}

.filter__item-body::-webkit-scrollbar-thumb {
	background-color: var(--accent);
	border-radius: 4px;
	border: 1px solid #E8E8E8;
}

.filter__checkbox span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 12px;
	font-size: 14px;
	color: #0f2730;
	border-radius: 6px;
}

.filter__checkbox label {
	width: 100%;
	cursor: pointer;
}

.filter__checkbox input {
	display: none;
}

.filter__checkbox input:checked+span {
	color: #009FE3;
	transition-duration: .15s;
}

.filter__checkbox input:hover+span {
	background-color: #F3F3F3;
}

.filter__checkbox span::after,
.filter__nav-btn::after {
	content: '';
	display: block;
	flex-shrink: 0;
	width: 14px;
	aspect-ratio: 1;
	background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.24935 12.8334H8.74935C11.666 12.8334 12.8327 11.6667 12.8327 8.75002V5.25002C12.8327 2.33335 11.666 1.16669 8.74935 1.16669H5.24935C2.33268 1.16669 1.16602 2.33335 1.16602 5.25002V8.75002C1.16602 11.6667 2.33268 12.8334 5.24935 12.8334Z' stroke='%230F2730' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center / 100%;
	opacity: 0.5;
	transition-duration: .15s;
}

.filter__checkbox span:hover::after,
.filter__nav-btn:hover::after {
	opacity: 1;
}

.filter__checkbox input:checked+span::after,
.filter__new input:checked+.filter__nav-btn::after {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.24935 12.8334H8.74935C11.666 12.8334 12.8327 11.6667 12.8327 8.75002V5.25002C12.8327 2.33335 11.666 1.16669 8.74935 1.16669H5.24935C2.33268 1.16669 1.16602 2.33335 1.16602 5.25002V8.75002C1.16602 11.6667 2.33268 12.8334 5.24935 12.8334Z' fill='%230F2730' stroke='%230F2730' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.52148 7.00002L6.17232 8.65085L9.47982 5.34918' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	opacity: 1;
}

.filter__item-btns {
	margin-top: 10px;
	display: flex;
	align-items: center;
	white-space: nowrap;
	gap: 5px;
}

.filter__item-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	padding: 0 12px;
	background-color: var(--accent);
	color: #fff;
	border-radius: 6px;
	height: 34px;
	border: none;
	transition-duration: .15s;
	border-radius: 6px;
}

.filter__item-btn:hover {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .25);
}

.filter__item-btn.reset {
	background: #f3f3f3;
	color: #9eb5be;
}

.filter__btn-new {
	border: 1px solid #e8ecf0;
	border-radius: 6px;
	font-weight: 500;
	font-size: 12px;
	FreeQuantitySamara line-height: 1.2;
	color: #0f2730;
	height: 34px;
	display: flex;
	align-items: center;
	padding: 4px 12px;
}

.filter__btn-new span {
	width: 24px;
	aspect-ratio: 1;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #27d524;
	font-weight: 500;
	font-size: 8px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
}

.filter__item-popup {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	z-index: 10;
	box-shadow: 2px 2px 24px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 5px;
	display: none;
}

.filter__item-title {
	border: 1px solid #e8ecf0;
	border-radius: 6px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	color: #0f2730;
	padding: 4px 12px;
	display: flex;
	align-items: center;
	height: 34px;
	gap: 10px;
}

.filter__item-title::after {
	content: '';
	display: block;
	flex-shrink: 0;
	width: 10px;
	aspect-ratio: 1;
	background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.29922 3.72919L5.58255 6.44585C5.26172 6.76669 4.73672 6.76669 4.41589 6.44585L1.69922 3.72919' stroke='%230F2730' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center / 100%;
}

.main__item::before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(92deg, rgba(8, 28, 36, 0.70) 4.89%, rgba(8, 28, 36, 0.00) 114.93%);
}

.mobile-menu__catalog-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 10px;
}

.mobile-menu__catalog-btn {
	width: 24px;
	height: 13px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='14' viewBox='0 0 24 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L12 12L23 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
	transition-duration: .15s;
	background-size: 100%;
	background-repeat: no-repeat;
}

.mobile-menu__catalog-btn.opened {
	transform: scale(1, -1);
}

a.swiper-slide {
	outline: none;
}

.swiper-slide-thumb-active .single-product__thumb {
	border-color: var(--accent)
}

.single-product__thumb {
	position: relative;
	height: 50px;
	padding: 3px;
	border: 1px solid #e6e6e6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-product__thumb img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	object-fit: cover;
}

.single-product__image {
	width: 100%;
	height: 300px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}


.single-product__image-wr {
	min-width: 0;
	flex: 0 0 300px;
}

.single-product__main-init {
	min-width: 0;
	overflow: hidden;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .25);

}

.single-product__radio {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
	margin-top: 20px;
}

.single-product__radio label {
	cursor: pointer;
}

.single-product__radio input {
	display: none;
}

.single-product__radio span {
	border: 1px solid #009fe3;
	padding: 5px 10px;
	color: var(--accent);
	display: inline-flex;
	border-radius: 6px;
}

.single-product__radio input:checked+span {
	background-color: var(--accent);
	color: #fff;
}

.modal__input.hide {
	display: none !important;
}

.facetwp-facet.facetwp-facet-order {
	margin: 0 0 .5rem;
}

.facetwp-facet-order select {
	width: 100%;
	height: 40px;
	border: 1px solid var(--accent);
	padding: 0 20px;
	font-size: 16px;
}

.single-product__variation {
	margin-top: 15px;
}

.single-product__variation a.variation_item_size {
	border: 1px solid #009fe3;
	padding: 10px;
	border-radius: 10px;
	outline: none;
	text-decoration: none;
	text-align: center;
	width: auto;
}

.search-list {
	display: flex;
	flex-direction: column;
}

.search-list__item {
	display: flex;
	align-items: center;
	font-size: 18px;
	text-decoration: none;
	line-height: 1.2;
	gap: 12px;
	color: var(--text)
}

.search-list__item+.search-list__item {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid var(--accent);
}

.search-list__image {
	border-radius: 5px;
	border: 1px solid var(--accent);
	padding: 5px;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.search-list__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mobile-menu .header__city {
	margin-top: 20px;
}

.form__checkbox {
	display: flex;
	align-items: center;
	gap: 7px;
}

.header__city {
	text-decoration: none;
}

.header__city:hover {
	color: #fff;
}

.mobile-menu__city {
	margin-top: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
}

.mobile-menu__city svg {
	width: 20px;
	height: 20px;
	filter: brightness(0) invert(1);
	flex-shrink: 0;
}

.modal-city__filter {
	margin-top: 30px;
	position: relative;
}

.modal-city__filter::after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.0625 15.625C12.6869 15.625 15.625 12.6869 15.625 9.0625C15.625 5.43813 12.6869 2.5 9.0625 2.5C5.43813 2.5 2.5 5.43813 2.5 9.0625C2.5 12.6869 5.43813 15.625 9.0625 15.625Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.7021 13.7031L17.4991 17.5' stroke='black' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
	user-select: none;
	pointer-events: none;
}

.modal-city__filter input {
	width: 100%;
	font-size: 16px;
	height: 40px;
	padding: 0 50px 0 20px;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, .1);
}

.modal_city {
	background-color: #fff;
}

.modal-city__item {
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.2;
	color: #000;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.modal-city__item.active {
	font-weight: bold;
	color: var(--accent);
	border-color: var(--accent);
}

.modal-city__title {
	font-size: 28px;
}

.modal-city__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 30px;
}

.modal-city__wrapper {
	width: 800px;
	transition-duration: .15s;
}

.hidden-menu .tab {
	cursor: pointer;
	text-decoration: none;
}

.footer__menu-item ul a.all {
	color: #ADBBC9;
}

.service__item-desc {
	text-decoration: none;
}

.cat-nav {
	margin-bottom: 30px;
}

.cat-nav__wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 12px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.cat-nav__wrapper a {
	font-size: 16px;
	font-weight: 500;
	border: 1px solid var(--accent);
	padding: 5px 12px;
	display: inline-flex;
	border-radius: 8px;
	border-radius: 10px;
	text-decoration: none;
}

.sub-menu li+li {
	margin-top: 5px;
}

.cat-nav__wrapper a.active {
	background-color: var(--accent);
	color: #fff;
}

.swiper-pagination-bullet {
	flex-shrink: 0;
}

.menu-item-has-children>a::before {
	display: none;
}

.menu-item-has-children>a::after {
	content: '';
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.72027 5.93994L7.06694 10.2866C7.58027 10.7999 8.42027 10.7999 8.93361 10.2866L13.2803 5.93994' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header__top {
	position: relative;
	z-index: 5;
}

.header__top-mnu>li {
	position: relative;
	padding-bottom: 5px;
	margin-top: 5px;
}

.header__top-mnu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

.sub-menu {
	margin: 0;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	left: -12px;
	top: 100%;
	background-color: var(--accent);
	padding: 12px;
	border-radius: 6px;
}

.sub-menu a {
	white-space: nowrap;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
	gap: 10px;
}

.pagination .prev,
.pagination .next {
	position: relative;
	right: auto;
	left: auto;
	top: auto;
	bottom: auto;
	width: auto;
	height: auto;
	margin: initial;
	background-color: transparent;
}

.pagination a,
.pagination span {
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	padding: 0 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pagination .current {
	width: 34px;
	height: 34px;
	border-radius: 100%;
	color: #fff;
	background-color: var(--accent);
}

.category-item {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.category-item__title {
	margin-top: 16px;
	font-size: clamp(14px, 3vw, 16px);
	line-height: 120%;
	color: var(--text);
	display: flex;
	gap: 14px;
	flex-grow: 1;
}

.not-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.not-image::before {
	content: 'Нет изображения';
	display: block;
	font-size: 20px;
	color: var(--accent);
	text-align: center;
}

.products-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 40px;
}

.category-item__image {
	height: 200px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .25);
}

.category-item__image img {
	max-width: 100%;
	max-height: 100%;
}

.single-product__title {
	font-size: clamp(20px, 3vw, 26px);
	line-height: 1.2;
	font-weight: 600;
}

.single-product__art {
	margin-top: 10px;
}

.single-product__price {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 600;
	color: var(--accent)
}

.single-product__count {
	margin-top: 10px;
}

.single-product__btn {
	margin-top: 20px;
}

.single-product table {}

.single-product__work {
	border-radius: 10px;
	display: flex;
	align-items: center;
	font-size: 14px;
	background-color: #f5f6f6;
	padding: 10px 25px;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
	font-weight: 600;
}

.single-product__work::before {
	content: '!';
	color: red;
	font-size: 40px;
	font-weight: bold;
}

.single-product td {
	padding: 8px 12px;
	background-color: var(--accent);
	color: #fff;
}

.single-product tr:nth-child(2n) td {
	background-color: #f5f6f6;
	color: var(--text)
}

.single-product__tabs-content {
	margin-top: 20px;
}

.single-product__details {
	margin-top: 40px;
}

.single-product__tabs {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.single-product__card {
	display: flex;
	gap: 40px;
}


.gallery__slider {
	max-width: 300px;
	margin-top: 15px;
}

.single-product__gallery {
	overflow: hidden;
}

.gallery__slider a {

	outline: none;
	width: 50px;
	border: none;
}

.single-product__variation .variation_item {
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	outline: none;
	border: none;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #e6e6e6;
}

.single-product__variation .variation_item.active {
	border-color: var(--accent)
}

.single-product__variation .variation_item img {
	max-width: 100%;
	max-height: 100%;
}

.single-product__info {
	flex: 1;
}

.single-product__image img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.single-product__main {
	width: 100%;
	flex: 1;
	min-width: 0;
}

.single-product__nav-title {
	display: flex;
	justify-content: space-between;
	background-color: transparent;
	border: 1px solid #d5d5d5;
	overflow: hidden;
}

.opened .single-product__nav-title a {
	background-color: #62c4ef;
	color: #fff;
}

.single-product__nav-title a {
	display: flex;
	align-items: center;
	padding: 5px 0 5px 20px;
	flex: 1;
	color: var(--text);
	text-decoration: none;
	font-size: 16px;
	line-height: 1.2;
	transition-duration: .15s;
}

.single-product__nav-title svg {
	width: 18px;
	height: 18px;
	filter: brightness(0) opacity(.3)
}

.single-product__nav-arrow {
	width: 40px;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #d5d5d5;
	flex-shrink: 0;
	cursor: pointer;
}

.opened .single-product__nav-arrow {
	background-color: var(--accent);
}

.single-product__nav-list {
	padding: 0;
	margin: 1px 0 0;
	list-style-type: none;
	background: #f5f6f6;
	display: none;
}

.single-product__nav-list.opened {
	display: block;
}

.single-product__nav-list a {
	padding: 6px 20px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: var(--text);
	text-decoration: none;
	transition-duration: .15s;
}

.single-product__nav-list a:hover {
	background-color: #62c4ef;
	color: #fff;
}

.single-product__nav-list .active a {
	background-color: var(--accent);
	color: #fff;
}

.single-product__wrapper {
	display: flex;
	align-items: flex-start;
	gap: 80px;
}

.single-product__nav {
	width: 300px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.single-product__nav-item.opened .single-product__nav-arrow svg {
	transform: rotate(90deg);
	filter: brightness(0) invert(1)
}

.price__wrapper+.price__wrapper {
	margin-top: 40px;
}

.form__input input {
	border: 1px solid transparent;
}

.thank+.footer {
	margin-top: 0;
}

.modal__btns-check label {
	position: relative;
}

input.is-invalid {
	border-color: red !important;
}

label.error {
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	font-size: 10px;
	line-height: 1;
	color: red;
}

.modal__radio {
	position: relative;
}

.modal__radio input {
	display: none;
}

.modal__radio-wrapper {
	position: relative;
	padding: 10px 10px 10px 35px;
	background: #F3F3F3;
	border-radius: 6px;
	transition-duration: .15s;
	height: 100%;
	border: 1px solid transparent;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.modal__radio input:checked+.modal__radio-wrapper {
	background: #FFFFFF;
	border: 1px solid var(--accent);
}

.modal__radio label {
	width: 100%;
	height: 100%;
	cursor: pointer;
	user-select: none;
}

.modal__radio input:checked+.modal__radio-wrapper::before {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z' fill='black' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.4375 8.125L8.85414 12.5L6.5625 10.3125' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.modal__radio-wrapper::before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 7px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.modal__radio-title {
	font-size: 14px;
	line-height: 120%;
}

.modal__radio-desc {
	font-size: 12px;
	line-height: 120%;
	color: #AAAAAA;
	margin-top: 4px;
}

.catalog__nav {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
}

.catalog__nav span {
	display: inline-flex;
	align-items: center;
	height: 44px;
	background: #F3F3F3;
	border-radius: 6px;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	color: #000000;
	padding: 0 20px;
	cursor: pointer;
	transition-duration: 0.15s;
}

.catalog__nav input {
	display: none;
}

.catalog__nav input:checked+span {
	background-color: var(--accent);
	color: #fff;
}

.modal__input-title {
	z-index: 2;
}

.product-info {
	margin: 20px 0 0;
	font-size: 18px;
	font-weight: 500;
	text-decoration: underline;
	font-style: italic;
}

.modal {
	padding: 30px 40px;
	display: none;
}

.modal__wrapper {
	width: 860px;
}

.modal__wrapper-2 {
	width: 565px;
}

.modal__fields {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.modal__fields .full {
	grid-column: span 3;
}

.modal__fields-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.modal__fields-2 .full {
	grid-column: span 2;
}

.modal__input {
	position: relative;
}

.modal__input input {
	width: 100%;
	height: 56px;
	border: 1px solid #E8E8E8;
	border-radius: 6px;
	font-size: 14px;
	line-height: 120%;
	padding: 25px 12px 7px;
}

.modal__input-title {
	position: absolute;
	left: 12px;
	top: 9px;
	font-size: 12px;
	line-height: 120%;
}

.modal__sub-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 15px;
}

.modal__btns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 30px;
}

.modal__btns button {
	border: none;
}

.modal__btns-check {
	display: flex;
	align-items: center;
	gap: 10px 30px;
}

.modal__btns-check input {
	width: 0;
	height: 0;
	position: absolute;
	left: -9999px;
	opacity: 0;
	visibility: hidden;
}

.modal__btns-check input:checked+.modal__btns-check--item,
.modal__btns-check input:checked+label+.modal__btns-check--item {
	color: #000000;
}

.modal__btns-check input:checked+.modal__btns-check--item::before,
.modal__btns-check input:checked+label+.modal__btns-check--item::before {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z' fill='black' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.4375 8.125L8.85414 12.5L6.5625 10.3125' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.modal__btns-check--item {
	font-weight: 500;
	font-size: 10px;
	line-height: 120%;
	color: #aaa;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	transition-duration: 0.15s;
}

.modal__btns-check--item::before {
	content: "";
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	background-image: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/></svg>");
	display: block;
	transition-duration: 0.15s;
}

.modal__file-input {
	padding: 10px;
	border: 2px dashed #E8E8E8;
	border-radius: 6px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 20px;
	cursor: pointer;
	position: relative;
}

.modal__file-input label {
	position: absolute;
	inset: 0;
	cursor: pointer;
}

.modal__file-input input {
	display: none;
}

.modal__file-input--title {
	display: flex;
	align-items: center;
	gap: 9px;
}

.modal__file-input--title svg {
	width: 34px;
	height: 34px;
	flex-shrink: 0;
}

.modal__file-input--desc {
	font-size: 12px;
	color: #AAAAAA;
}

.modal__file-list {
	margin-top: 15px;
}

.modal__file-list--item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px 20px;
	background: #F3F3F3;
	border-radius: 6px;
	padding: 8px 12px;
}

.modal__file-list--item+div {
	margin-top: 5px;
}

.modal__file-list--title {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
}

.modal__file-list--title::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 7.5V11.25C16.5 15 15 16.5 11.25 16.5H6.75C3 16.5 1.5 15 1.5 11.25V6.75C1.5 3 3 1.5 6.75 1.5H10.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 7.5H13.5C11.25 7.5 10.5 6.75 10.5 4.5V1.5L16.5 7.5Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.25 9.75H9.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.25 12.75H8.25' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: block;
	flex-shrink: 0;
}

.modal__file-list--remove {
	width: 18px;
	height: 18px;
	cursor: pointer;
	flex-shrink: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.87891 11.1224L11.1239 6.87744' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.1239 11.1224L6.87891 6.87744' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.75 16.5H11.25C15 16.5 16.5 15 16.5 11.25V6.75C16.5 3 15 1.5 11.25 1.5H6.75C3 1.5 1.5 3 1.5 6.75V11.25C1.5 15 3 16.5 6.75 16.5Z' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.footer__search form {
	flex: 1;
}

.search {
	position: relative;
}

.footer__search input {
	width: 100%;
	height: 100%;
}


.search .result-search {
	position: absolute;
	width: 100%;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	z-index: 1000;
	display: none;
}

.search .result-search .preloader {
	width: 100%;
	display: none;
	background: #fff;
	border-top: none;
	border: 1px solid #e8ecf0;
}

.search .result-search .preloader .loader {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	display: block;
}

.search .result-search .result-search-list {
	width: 100%;
	display: none;
	overflow-y: auto;
	padding: 10px;
	background: #fff;
	border-top: none;
	border: 1px solid #e8ecf0;
	border-radius: 18px;
}

.result_item {
	width: 100%;
	display: flex;
	align-items: center;
	color: var(--text);
	text-decoration: none;
	gap: 5px;
}

a.result_item {
	border-bottom: 1px solid #eeeeee;
}

.result_item-image {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px;
	flex-shrink: 0;
}

.result_item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.result_item-title {
	font-size: 16px;
	line-height: 1.2;
	padding: 5px 0;
}

.price .tab-content>div:not(:first-child) {
	display: none;
}

.swiper-pagination-lock {
	display: none !important;
}

.main__advantages-item {
	justify-content: space-between;
}

.facts__title::after {
	flex-shrink: 0;
}

.load-more__btn {}

.facetwp-type-search .facetwp-input-wrap {
	width: 100%;
}

body .facetwp-icon {
	right: auto;
	left: 7px;
}

body .facetwp-load-more {
	color: var(--text);
	background-color: transparent;
	border: 1px solid var(--accent);
	padding: 0 25px;
	border-radius: 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	background-color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition-duration: 0.15s;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	height: 46px;
}

.thank__wrapper {
	display: flex;
	gap: 40px;
}

.thank__content {
	width: 670px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
	padding-bottom: 60px;
}

.thank__content p {
	color: #666666;
	margin: 0;
}

.thank__image {
	display: flex;
	align-items: flex-end;
}

.thank__image img {
	max-width: 320px;
}

.thank__image svg {
	align-self: center;
}

.thank+section {
	margin-top: 0;
}

#modal_banner {
	overflow: visible;
	border-radius: 40px;
	background: #FFF;
	box-shadow: 6px 6px 54px 0px rgba(0, 0, 0, 0.25);
	padding: 5px;
}

#modal_banner .modal__wrapper-2.dflex {
	display: flex;
	width: 736px;
	justify-content: space-between;
	border-radius: 36px;
	border: 1px solid #009FE3;
	padding: 25px 35px;
}

#modal_banner .modal__wrapper-2_left {
	width: 52%;
}

#modal_banner .modal__wrapper-2_left .s-title:after {
	content: url('images/modal_banner_title.svg');

}

#modal_banner .modal__input.nm {
	background-image: url('images/user.svg');
	background-repeat: no-repeat;
	background-position: 94% 15px;
}

#modal_banner .modal__input.ph {
	background-image: url('images/call.svg');
	background-repeat: no-repeat;
	background-position: 94% 15px;
}

#modal_banner .modal__input input {
	background: transparent;
	height: 65px;
}

#modal_banner .modal__wrapper-2_right {
	width: 41%;
	padding-top: 0px;
	margin-top: 10px;
}

#modal_banner .modal__fields-2 {
	display: flex;
	flex-direction: column;
	margin-top: 0;
}

#modal_banner .fancybox-close-small svg path {
	fill: #fff;
}

#modal_banner .modal__wrapper-2_left .modal__title {
	padding-bottom: 25px;
	margin-bottom: 11px;
}

#modal_banner .modal__title strong {
	margin-top: -5px;
	display: block;
	line-height: 36.2px;
	font-weight: bold;
	margin-top: 8px;
}

#modal_banner .modal__btns {
	margin-top: 18px;
}

#modal_banner .modal__btns button {
	width: 100%;
	height: 72px;
	font-size: 16px;
}

#modal_banner .modal__wrapper-2_left .modal__title.s-caption {
	padding: 0;
	margin: 0;
}

#modal_banner .fancybox-close-small {

	right: -28px !important;
	top: -28px !important;
}


#modal_banner .modal__btns-check--item span,
#modal_banner .modal__btns-check--item a {
	color: #ADBBC9;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.modal__btns-check--item a {
	color: #ADBBC9;
}

@media (min-width: 768px) {
	body .facetwp-load-more {
		min-width: 335px;
	}
}

@media (max-width: 1275px) {
	.thank__content {
		width: 540px;
	}

	.single-product__wrapper {
		gap: 40px;
	}

	.single-product__nav {
		width: 260px;
	}

	.single-product__nav-title a,
	.single-product__nav-list a {
		font-size: 14px;
	}

	.products {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 992px) {
	.modal__wrapper {
		width: 100%;
	}

	.products {
		grid-template-columns: repeat(3, 1fr);
	}

	.products-grid {
		grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
		gap: 20px;
	}

	.thank__content {
		width: 100%;
	}

	.thank__image {
		display: none;
	}

	.single-product__wrapper {
		flex-direction: column-reverse;
		gap: 20px;
	}

	.single-product__nav {
		width: 100%;
		max-height: 340px;
		overflow: auto;
		box-shadow: 3px 3px 10px rgba(0, 0, 0, .25);
	}

	.modal-city__wrapper {
		width: 100%;
	}

	.modal_city {
		width: 100%;
	}

	.modal-city__grid {
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	}
}












@media (max-width: 768px) {
	.products {
		grid-template-columns: repeat(2, 1fr);
	}
.products.tax {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
	#modal_banner .modal__wrapper-2.dflex {
		padding: 20px 15px;
		width: 100%;
		flex-wrap: wrap;
	}

	#modal_banner .fancybox-close-small {

		right: 0 !important;
		top: 0 !important;
	}

	#modal_banner .fancybox-close-small svg path {
		fill: #000;
	}

	#modal_banner .modal__wrapper-2_left .modal__title {
		padding-bottom: 5px;
	}

	#modal_banner .modal__wrapper-2_left {
		width: 100%;
	}

	#modal_banner .modal__wrapper-2_right {
		width: 100%;
	}

	.modal__fields .full {
		grid-column: span 1;
	}

	.modal__wrapper-2 {
		width: 100%;
	}

	.modal__fields,
	.modal__fields-2 {
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	}

	.modal .mt35 {
		margin-top: 20px;
	}

	.bread {
		overflow: auto;
	}

	.bread a,
	.bread span {
		white-space: nowrap;
	}

	.single-product__card {
		flex-direction: column;
		gap: 20px;
	}

	.single-product__image {
		width: 200px;
		height: 200px;
		margin: auto;
	}

	.single-product__price,
	.single-product__btn {
		margin-top: 10px;
	}

	.single-product__details {
		margin-top: 20px;
	}

	.single-product__work {
		font-weight: 500;
	}

	.single-product__image-wr {
		flex: 1;
	}

	.ya-reviews {
		width: 100% !important;
	}
}

@media (max-width: 575px) {
	.main .desk {
		display: none;
	}
	.main__slide-desk img {
		margin-left: -50%;
		
	}
	.main .mobile {
		display: block;
	}
	.main__list {
		margin-top: 15px;
	}
	.main__list li {
		color: var(--text);
		font-size: 14px;
	}

	.main__item {
		padding: 5px;
		border-radius: 0;
		gap: 10px;
		border-radius: 20px;
		background: #f5f6f6;
	}
.main__left {
	padding: 10px;
}
	.main__item img {
		position: relative;
		height: auto;
		border-radius: 16px;
	}

	.main__item::before {
		display: none;
	}

	.modal__btns-check {
		flex-wrap: wrap;
		gap: 5px 10px;
	}

	.main__title,
	.main__date {
		color: var(--text)
	}

	.main .btn {
		margin-top: 15px;
	}

	.modal__btns-check br {
		display: none;
	}

	.modal__fields-2 .full {
		grid-column: span 1;
	}

	.category-item__image {
		height: 160px;
	}



	.company__left .s-title {
		font-size: 22px;
	}

	.product-card__image-body {
		height: 180px;
	}

	.filter__item-pallet {
		grid-template-columns: repeat(5, 1fr);
	}

	.filter__item-color span {
		width: 30px;
	}

	.filter__nav {
		gap: 5px 10px;
	}
}

@media (max-width: 450px) {
	.filter__nav {
		flex-direction: column;
	}

	.filter__item-title {
		justify-content: space-between;
	}

	.filter__item-popup {
		top: 100%;
		left: 0 !important;
		right: 0 !important;
	}
}

@media (max-width: 400px) {
	.products {
		grid-template-columns: repeat(1, 1fr);
	}
}

.filter__row {
	display:flex;gap:8px;align-items:center;
	margin-bottom: 15px;
}

.newfilter {
	margin-bottom: 20px;
}
.newfilter input {
	height: 40px;
    border: 1px solid var(--accent);

}

.color-filter {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}
.color-filter input {
	position: absolute;
	left: -9999px;
	opacity: 0;
	visibility: hidden;
}

.color-filter span {
	display: inline-block;
	position: relative;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	margin: 3PX;
}
.color-filter span::before {
	content: '';
	display: block;
	position: absolute;
	left: -3px;
	top: -3px;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	border-radius: 5px;
	border: 1px solid #e8ecf0;
}
.color-filter input:checked + span::before {
	border-color: var(--accent);
}

.color-filter__wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 5px;
}

.filter_btns {

	margin-top: 15px;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}


.newfilter .btn {
	height: 40px;
	line-height: 40px;
	display: block;
}

.s-title .accent {
	color: var(--accent)
}


.single-product__sort h5 {
	position: relative;
	cursor: pointer;
}
.single-product__sort h5::before{
	position: absolute;
	content: '';
	display: block;
	right: 2px;
	top: calc(50% - 8px);
	transform: rotate(90deg);
	width: 16px;
	height: 16px;
	transition-duration: .2s;

background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' id='next'%3E%3Cpath d='M5.99978 13.28L10.3464 8.9333C10.8598 8.41997 10.8598 7.57997 10.3464 7.06664L5.99978 2.71997' stroke='%230F2730' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.single-product__sort h5.active::before{

	transform: rotate(-90deg);
}

.newfilter {
	display: none;
}

