body {
	background-color: #f5f5f5;
	color: #000;
	font-family: Montserrat, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	margin: 0;
}


.few-slides-track {
	display: flex !important;
	justify-content: flex-start !important;
	transform: none !important;
	margin-left: inherit;
}




:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
	all: unset;
	display: revert;
}

ul li {
	list-style: none;
}

.links-place-link.phone span {
	position: relative;
}


.page-content__inner p {
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 140%;
}

.page-content__inner ul li {
	/* 	    list-style: initial; */
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px 0;
}



.page-content__inner ol li {
	list-style: auto;
}

.page-content__inner ol ul,
.page-content__inner ul ul {
	margin: 10px 0 15px 0;
}

.page-content__inner ol ul li {
	list-style: initial;
	font-size: 14px;
	font-weight: 400;
}

/* .page-content__inner h2,.page-content__inner h3,.page-content__inner h4,.page-content__inner h5,.page-content__inner h6{
    margin-bottom: 18px;
	margin-top:15px;
} */

.page-content__inner h2 {
	font-size: 24px;
}

.page-content__inner h3 {
	font-size: 22px;
}

.page-content__inner h4 {
	font-size: 20px;
}

.page-content__inner h5 {
	font-size: 18px;
}

.page-content__inner h6 {
	font-size: 16px;
}

.page-content__inner strong {
	font-weight: 600;
}

.page-content__inner ul,
.page-content__inner ol {
	margin-bottom: 22px;
	padding-left: 20px;
	list-style: none;
}

ol.personal-ol {
	counter-reset: subpoint;
	list-style: none;
	padding-left: 0;
}

ol.personal-ol li {
	counter-increment: subpoint;
	margin-bottom: 15px;
	list-style: none;
}

ol.personal-ol li p {
	margin: 5px 0 0 0;
}

ol.personal-ol li::before {
	content: "1." counter(subpoint) " ";
	/* Здесь "1." можно менять на нужный основной номер */
	font-weight: bold;
}

button,
a,
select {
	cursor: pointer;
}

.page-head__breadcrumbs a {
	cursor: pointer;
}

a {
	align-items: center;
	color: #0b0b0b;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	transition: all .3s ease-in-out;

}

*:focus {
	outline: none !important;
	box-shadow: none !important;
}

a:focus,
a:active {
	outline: none !important;
	box-shadow: none !important;
}


.single_add_to_cart_button {
	padding: 18px 33px;
	display: flex;
	width: auto;
	border: 1px solid #000;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	letter-spacing: 0.0155em;
	transition: all ease-in-out 0.3s;
	cursor: pointer;
}

.button {
	padding: 18px 33px;
	width: auto;
	border: 1px solid #000 !important;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 17px !important;
	display: flex !important;
	align-items: center;
	letter-spacing: 0.0155em !important;
	transition: all ease-in-out 0.3s;
	cursor: pointer;
	border-radius: 0 !important;
}

.button::placeholder {
	color: #000;
}

.button-white {
	color: #000;
	background-color: transparent;
}

.button-white:hover {
	color: #fff;
	background-color: #000;
}

.button-black {
	color: #fff !important;
	background-color: #000 !important;
}

.button-black::placeholder {
	color: #fff;
}

.button-black:hover {
	color: #000 !important;
	background-color: #fff !important;
}





.overflow-block {
	background-color: rgba(1, 1, 1, .4);
	/*     height: 0; */
	transition: opacity .15s ease-in-out;
	/* только opacity! */
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	/*     position: absolute; */
	position: fixed;
	bottom: 0;

	top: 0;
	transition: all .1s ease-in-out;
	width: 100%;
	z-index: 10;
}


/* width  body.classList.add("active-left")  ;   */
::-webkit-scrollbar {
	width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: rgb(25, 25, 25);
	border-radius: 0px;
}


.content {
	margin: 0 auto 50px;
	max-width: 1190px;
	padding: 0 15px;
}

a {
	color: #0b0b0b;
	text-decoration: none;
	transition: 0.5s all;
}



.bread {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}

.bread:before {
	content: "";
	height: 1px;
	background-color: #e1e1e1;
	width: 100%;
	position: absolute;
	display: block;
	top: 50%;
	left: 0px;
	right: 0px;
}

.bread-links {
	font-size: 40px;
	display: flex;
	padding: 0px 20px;
	background-color: #f5f5f5;
	margin: 0 auto;
	z-index: 0;
}

.bread-links a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0.05em;
	position: relative;
}

.bread-links a:hover {
	color: #000;
	text-shadow: 0px 0px 1px black;
}

.bread-links a:last-child {
	color: #000;
	font-weight: 500;
}

.bread-links a:not(:last-child) {
	margin-right: 14px;
}

.bread-links a:not(:last-child):after {
	content: "";
	background-color: #7a7c7f;
	width: 2px;
	height: 2px;
	border-radius: 100%;
	display: block;
	position: absolute;
	right: -7px;
	top: 40%;
}

.bread {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.line {
	height: 1px;
	background-color: red;
	width: auto;
}






.page-head__breadcrumbs {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}

.page-head__breadcrumbs:before {
	content: "";
	height: 1px;
	background-color: #e1e1e1;
	width: 100%;
	position: absolute;
	display: block;
	top: 50%;
	left: 0px;
	right: 0px;
}

.page-head__breadcrumbs>span {
	display: flex;
	padding: 0px 20px;
	background-color: #f5f5f5;
	margin: 0 auto;
	z-index: 0;
	font-size: 11px;
}

.page-head__breadcrumbs a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0.05em;
	position: relative;
}

.page-head__breadcrumbs span span a:after {
	background-color: #7a7c7f;
	border-radius: 100%;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	right: -7px;
	top: 40%;
	width: 2px;
}

.one-item-wrap .button {
	width: 360px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.page-head__breadcrumbs span a:hover {
	color: #000;
	text-shadow: 0px 0px 1px black;
}

.page-head__breadcrumbs span.breadcrumb_last {
	color: #000;
	font-weight: 500;
}

.page-head__breadcrumbs a {
	margin-right: 14px;
	text-decoration: none;
}

.page-head__breadcrumbs {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.line {
	height: 1px;
	background-color: red;
	width: auto;
}

@media screen and (max-width: 780px) {
	.page-head__breadcrumbs {
		margin-bottom: 15px;
	}

	.page-head__breadcrumbs:before {
		display: none;
	}

	.bread-links {
		margin: 0;
		padding: 0 14px;
	}

	.bread-links a:not(:last-child):after {
		display: none;
	}
}




.l-main {
	margin-bottom: 65px;
}

.l-main .sliders-item {
	min-height: 500px;
}

.l-main .sliders-item img {
	width: 100%;
}

.l-main .main-image-slider {
	position: relative;
}

.l-main .main-image-slider .slick-dots {
	position: absolute;
	bottom: 24px;
	right: 19%;
}

.slick-dots li {
	list-style: none;
}

.main-slider .slick-slide img {
	object-fit: cover;
	width: 100%;
}

.main-slider .slick-slide img.mob {
	display: none;
}

@media screen and (max-width: 670px) {
	.main-slider .slider-item img {
		display: none;
	}

	.main-slider .slider-item img.mob {
		display: block;
		min-height: 590px;
	}
}

@media screen and (max-width: 570px) {
	.main-slider .slider-item img.mob {
		min-height: 500px;
	}
}

.slick-dots li button {
	font-size: 0;
	width: 8px;
	height: 8px;
	background: #0b0b0b;
	border-radius: 100%;
	border: none;
	position: relative;
	padding: 0;
}

.slick-dots li.slick-active button:before {
	background: transparent;
	border: 2px solid #0b0b0b;
	border-radius: 100%;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	width: 12px;
	top: 0;
	left: 0;
	transform: translate(-4px, -4px);
}

.card {
	max-width: unset;
	display: block;
	width: 100%;
}

.card .prices {
	display: flex;
	align-items: baseline;
}

.card-top {
	position: relative;
	/* max-height: 336px;
	height: 336px; */
	overflow: hidden;
	margin-bottom: 20px;
}

.card-top img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all ease 0.3s;
	display: block;
}

.card-top:hover img {
	transform: scale(1.1);
}

.card-flag {
	position: absolute;
	width: 50px;
	height: 22px;
	font-style: normal;
	font-weight: 800;
	font-size: 13px;
	line-height: 16px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-sale {
	bottom: 10px;
	left: 10px;
	background-color: #ff3737;
	z-index: 8;
}

.card-sale:after {
	border-left: 11px solid transparent;
	border-right: 0 solid transparent;
	border-top: 9px solid #ff3737;
	bottom: -5px;
	left: 1px;
	content: "";
	height: 0;
	position: absolute;
	width: 1px;

}

.card-new {
	top: 10px;
	right: 10px;
	background-color: #6fb662;
	z-index: 8;
}

.card-new:after {
	border-left: 11px solid transparent;
	border-right: 0 solid transparent;
	border-top: 9px solid #6fb662;
	bottom: -5px;
	left: 1px;
	content: "";
	height: 0;
	position: absolute;
	width: 1px;
}

.card-colors {
	display: flex;
	align-items: center;
	font-family: 'Montserrat';
}

.card-colors .color-item {
	width: 14px;
	height: 14px;
	border-radius: 100%;
	border: 1px solid transparent;
	margin-right: 6px;
}

.card.card-no-data .card-top {
	background-color: #e9e9e9;
}

.card.card-no-data .card-name,
.card.card-no-data .price-num,
.card.card-no-data .price-currency,
.card.card-no-data .oldPrice,
.card.card-no-data .card-colors {
	background-color: #e9e9e9;
	display: inline;
	color: transparent;
	font-size: 17px;
	height: 20px;
}

.card.card-no-data .card-name {
	margin-bottom: 20px;
}

.card.card-no-data .price-num {
	margin-top: 10px;
}

.more-colors {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	color: #7f7f7f;
}

.newPrice {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	display: flex;
	align-items: center;
	color: #0b0b0b;
	margin-right: 10px;
}

.oldPrice {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 129.99%;
	display: flex;
	align-items: center;
	letter-spacing: 0.0155em;
	text-decoration-line: line-through;
	color: #7f7f7f;
	max-width: 81px;
	overflow: hidden;
	position: relative;
}

.card-name {
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	align-items: center;
	letter-spacing: 0.0155em;
	color: black;
	margin-bottom: 10px;
	width: 100%;

	min-height: 2.2em;
	/* фиксируем высоту под 2 строки, чтобы карточки не прыгали */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* максимум 2 строки */
	white-space: normal;
}

.card-infoLine {
	display: flex;
	justify-content: space-between;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	margin-bottom: 7px;
	white-space: nowrap;
}

.new-collection-block {
	padding: 20px 0px;
}

.sale-block {
	padding: 20px 0px;
}

.last-seen {
	padding: 20px 0px;
}

.sale-block .slider-name {
	transform: rotate(-90deg) translateX(-10px) translateY(-41px);
}

.last-seen .slider-name {
	width: 200px;
	transform: rotate(-90deg) translateX(-79px) translateY(-61px);
}

.new-collection-slider .slick-slide,
.sale-slider .slick-slide,
.last-seen .slick-slide {
	margin: 0 14px;
}

.side-custom-arrows .slick-next {
	background-repeat: no-repeat;
	background-position: 30% center;
	height: 81%;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 60px;
	border: none;
	background-color: transparent;
}

@media (hover: hover) {
	.side-custom-arrows .slick-next:hover {
		background-color: rgba(250, 250, 250, 0.2);
		background-image: url('../icons/arrow-right.svg');
	}
}

@media (hover: none) {
	.side-custom-arrows .slick-next {
		background-color: rgba(250, 250, 250, 0.2);
		background-image: url('../icons/arrow-right.svg');
	}
}


.side-custom-arrows .slick-prev {
	background-repeat: no-repeat;
	background-position: 30% center;
	height: 81%;
	position: absolute;
	z-index: 20;
	left: 10px;
	top: 0px;
	width: 60px;
	background-color: transparent;
	border: none;
}

@media (hover: hover) {
	.side-custom-arrows .slick-prev:hover {
		background-color: rgba(250, 250, 250, 0.2);
		background-image: url('../icons/arrow-left.svg');
	}
}

@media (hover: none) {
	.side-custom-arrows .slick-prev {
		background-color: rgba(250, 250, 250, 0.2);
		background-image: url('../icons/arrow-left.svg');
	}
}

.slider-name {
	position: absolute;
	left: 0px;
	/* top: 0px;
	 */
	transform: rotate(-90deg) translateX(-41px) translateY(-41px);
	color: #7f7f7f;
	font-style: normal;
	letter-spacing: 0.022em;
	font-weight: 800;
	text-transform: uppercase;
	width: 193px;
	letter-spacing: 0.22em;
	font-size: 12px;
	position: absolute;
	left: -10px;
}

.new-collection-slider:before,
.sale-slider:before,
.last-seen-slider:before {
	content: attr(data-sliderName);
	/* top: 0px;
	 */
	transform: rotate(-90deg) translateX(-87px) translateY(0px);
	color: #7f7f7f;
	font-style: normal;
	letter-spacing: 0.022em;
	font-weight: 800;
	text-transform: uppercase;
	width: 193px;
	letter-spacing: 0.22em;
	font-size: 12px;
	position: absolute;
	left: -174px;
	text-align: right;
}

.new-collection-block .content {
	position: relative;
}

.sale-block .content {
	position: relative;
}

.last-seen .content {
	position: relative;
}

.sliders-header-writing-mode {
	display: block;
	color: #7f7f7f;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	line-height: 39px;
	height: 40px;
	height: 300px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	position: absolute;
	left: -77px;
	margin: 0;
	padding: 0;
	text-align: right;
	transform: rotate(-180deg);
	writing-mode: tb-rl;
}

@media screen and (max-width: 1680px) {
	.sliders-header-writing-mode {
		font-size: 12px;
		writing-mode: initial;
		transform: none;
		left: auto;
		top: auto;
		position: relative;
		text-align: left;
		height: auto;
		margin-left: 16px;
	}
}

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

	.main-slider .slick-slide img {
		min-height: 468px;
		/* width: 100%;
		 */
		object-fit: cover;
	}

	.last-seen-slider:before,
	.new-collection-slider:before,
	.sale-slider:before {
		content: attr(data-sliderName);
		left: -174px;
		text-align: right;
		transform: none;
		left: 0;
		top: -39px;
		text-align: left;
	}
}

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

	.slider-name,
	.sale-block .slider-name,
	.last-seen .slider-name {
		position: relative;
		transform: none;
		width: auto;
		margin-bottom: 30px;
	}

	.main-image-slider {
		min-height: 468px;
	}

	.l-main {
		margin-bottom: 25px;
	}

	.l-main {
		margin-top: -20px;
	}
}

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

	.content {
		margin: 0 auto 0;
	}

	.new-collection-slider,
	.sale-slider,
	.last-seen-slider {
		/* max-width: 310px; */
		margin: 0 auto;
	}

	.last-seen {
		padding-bottom: 0;
	}

	.last-seen-slider {
		max-width: 100%;
		margin: 0 auto;
	}

	.card {
		margin-right: 7px;
		margin-left: 7px;
		/* max-width: 150px; */
		margin-bottom: 40px;
	}

	.card-top {
		/* height: 230px; */
		/* width: 150px; */
		margin-bottom: 0px;
		height: auto;
		width: auto;
		max-height: unset;
	}

	.cart-right .card {
		width: 100%;
		max-width: 350px;
	}

	.cart-right .card-top {
		height: auto;
		width: auto;
		max-height: unset;
	}

	.card-name {
		font-weight: 600;
		margin-top: 10px;
		margin-bottom: 5px;
		font-size: 12px;
	}

	.card-infoLine {
		flex-direction: row-reverse;
		margin-top: 10px;
	}

	.cardInfoinCart-item {
		width: 50%;
	}

	.slick-slide .card img {
		display: block;
		width: auto;
		height: auto;
		object-fit: cover;
		max-width: 100%;
	}

	.card-infoLine .prices {
		order: 2;
	}

	.card-colors {
		margin-bottom: 5px;
	}

	.newPrice {
		font-size: 16px;
	}

	.oldPrice {
		font-size: 16px;
	}

	.main-slider .slick-slide img {
		min-height: 468px;
		/* width: 100%;
		 */
		object-fit: cover;
	}

	.new-collection-block .content,
	.sale-block .content,
	.last-seen .content {
		padding: 0 5px;
	}

	.last-seen,
	.sale-block,
	.new-collection-block {
		padding: 60px 0px 0px 0px;
	}

	.side-custom-arrows .slick-next {
		background-position: 30%;
		background-repeat: no-repeat;
		height: 250px;
		position: absolute;
		right: 8px;
		top: 0;
		width: 45px;
	}
}

.center {
	text-align: center;
}

.row-oferta {
	display: flex;
	flex-direction: row;
	justify-content: baseline;
	padding-left: 100px;
	margin: 35px 0px;
}

.left-oferta {
	padding-right: 20px;
}

.left-oferta p,
.left-oferta h2,
.left-oferta h3,
.left-oferta h4,
.left-oferta h5,
.left-oferta h6 {
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.left-oferta p:empty {
	display: none;
}

.right-oferta {
	width: 70%;
}

.right-oferta h6,
.right-oferta h3 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}

.right-oferta p {
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 22px;
	line-height: 140%;
}

.right-oferta p span {
	font-weight: 600;
}

.right-oferta ul {
	margin-bottom: 22px;
	padding-left: 20px;
	list-style: none;
}

.right-oferta ul li {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 6px;
	position: relative;
	line-height: 140%;
}

.right-oferta ul li::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: black;
	border-radius: 50%;
	margin-right: 10px;
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
}

.map-place {
	width: 100%;
	min-height: 400px;
	height: 400px;
	filter: grayscale(1);
}

.map-place #map {
	width: 100%;
	height: 100%;
}

.adress-line {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	padding-left: 100px;
	margin: 35px 0px;
}

.adress-line .city {
	width: 20%;
}

.adress-line .city p {
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.1px;
}

.adress-line .adress {
	width: 50%;
	padding-right: 50px;
}

.adress-line .link {
	width: 20%;
}

.adress-line .text p {
	font-size: 14px;
}

.adress-line .link a,
.adress-line a,
.adress-line p {
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 22px;
}

.adress-line .link a span,
.adress-line a span,
.adress-line p span {
	font-weight: 600;
}

.adress-line a {
	text-decoration: underline;
}

.wrap-info {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.wrap-info .wrp-img {
	width: 30px;
	margin-right: 15px;
	justify-content: center;
	display: flex;
	align-items: center;
	width: 30px;
	min-width: 26px;
}

.wrap-info .wrp-img.time img {
	width: 20px;
}

.wrap-info .text {
	margin-top: 0px;
}

@media (max-width: 780px) {
	.row-oferta {
		padding-left: 0px;
	}

	.adress-line {
		padding-left: 0px;
	}

	.adress-line .city {
		width: 16%;
	}

	.wrap-info .wrp-img {
		width: 30px;
		min-width: 26px;
	}
}

@media (max-width: 600px) {
	.row-oferta {
		flex-direction: column;
	}

	.adress-line {
		flex-direction: column;
	}

	.adress-line .city,
	.adress-line .adress,
	.adress-line .link {
		width: 100%;
		padding-right: 0;
	}
}






.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	height: 24px;
	width: 23px;
	background: url(../icons/search.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: auto;
	min-width: auto;
	padding: 0;
	top: 8px;
	right: 21px;
}

.dgwt-wcas-search-submit svg {
	display: none;
}



.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
	display: none;
}




.l-header p {
	margin-bottom: 0px;
}

.l-header ul,
.l-header ol {
	list-style: none;
}

.l-header ul li,
.l-header ol li {
	margin-bottom: 0px;
}

.blackline {
	background-color: #0b0b0b;
	padding: 16px 0px;
	text-align: center;
}

.blackline .norm {
	color: #f5f5f5;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.4px;
	font-size: 14px;
	margin: 0;
}

.menu-line {
	height: 90px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
	align-items: center;
	padding: 0 55px 0 39px;
}

.open-menu {
	height: 20px;
	width: 27px;
	cursor: pointer;
	margin-right: 44px;
}

.open-menu:hover span {
	border-bottom: 1px solid #7d5555;
	transition: all ease 0.3s;
}

.open-menu span {
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #000;
}

.open-menu span:not(:last-child) {
	margin-bottom: 8px;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999999;
	top: 0;
	opacity: 0;
	left: -100%;
	background-color: #fff;
	transition: 0.4s;
	padding-top: 60px;
	width: 289px;
	padding-right: 40px;
}

.sidenav ul,
.sidenav ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidenav ul li,
.sidenav ol li {
	margin-bottom: 0px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 18px;
	color: #363636;
	display: block;
	transition: 0.4s;
	font-weight: 400;
}

.sidenav a:hover {
	color: #000;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 36px;
	margin-left: 50px;
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}

	.sidenav a {
		font-size: 18px;
	}
}

.main-menu,
.right-menu-info,
.left-menu {
	display: flex;
	align-items: center;
}

.right-menu-info {
	justify-content: flex-end;
}

.main-menu-item {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #0b0b0b;
	cursor: pointer;
}

.main-menu-item:hover {
	color: #000;
	cursor: default;
}

.main-menu-item:not(:last-child) {
	padding-right: 42px;
}

.search {
	position: relative;
	height: 24px;
	right: 40px;
	width: 23px;
}

.search-form.active input[type='search'] {
	background-color: #fff;
	width: 300px;
	padding-left: 30px;
}

.search-form.active input[type='search']::-webkit-search-cancel-button {
	display: block;
}

input[type='search'] {
	height: 40px;
	margin-right: 15px;
	text-align: left;
	padding-left: 0px;
	width: 0px;
	background-color: transparent;
	border-radius: 2PX;
}

.search-btn {
	height: 24px;
	background: url('../icons/search.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	width: 23px;
	right: 25px;
	top: 9px;
	border: none;
}

input[type='search']::-webkit-search-cancel-button {
	-webkit-appearance: none;
	display: none;
	height: 40px;
	width: 15px;
	position: absolute;
	left: 7px;
	/* position: absolute;
	 right: 0;
	 */
	content: URL('../icons/close.svg');
	cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
	background-color: #fff !important;
	color: #555 !important;
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
	-webkit-text-fill-color: #555 !important;
}

.personal-cabinet {
	height: 24px;
	width: 24px;
	background: url('../icons/person.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-right: 40px;
}

.person-icon {
	height: 24px;
	display: block;
}

.cbinet-info-popup {
	display: none;
}

.personal-cabinet {
	position: relative;
}

.logged.active .right-menu-info .cbinet-info-popup {
	position: absolute;
	display: block;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 15px;
	right: 33px;
	top: 65px;
	z-index: 99;
	width: 253px;
}

.logged.active .right-menu-info .cbinet-info-popup .client-name {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #0b0b0b;
	margin-bottom: 10px;
	text-align: left;
}

.logged.active .right-menu-info .cbinet-info-popup .client-mail {
	font-style: normal;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #6f7682;
	margin-bottom: 20px;
}

.logged.active .right-menu-info .cbinet-info-popup .settings-block {
	padding: 20px 0px;
	margin-bottom: 20px;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
}

.logged.active .right-menu-info .cbinet-info-popup .settings-block a {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #0b0b0b;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition: all ease 0.3s;
}

.logged.active .right-menu-info .cbinet-info-popup .settings-block a:not(:last-child) {
	margin-bottom: 15px;
}

.logged.active .right-menu-info .cbinet-info-popup .settings-block a:hover {
	color: #000;
	text-shadow: 0px 0px 0px #000;
}

.logged.active .right-menu-info .cbinet-info-popup .settings-block a:hover svg {
	fill: #000;
}

.logged.active .right-menu-info .cbinet-info-popup .settings-block img {
	max-width: 21px;
	margin-right: 15px;
}

.logged.active .right-menu-info .cbinet-info-popup .exit-link {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: center;
	color: #6f7682;
	justify-content: space-between;
	transition: all ease 0.3s;
}

.logged.active .right-menu-info .cbinet-info-popup .exit-link:hover {
	color: #000;
}

.logged.active .right-menu-info .cbinet-info-popup .exit-link img {
	width: 24px;
	fill: #000;
}

.cart-icon {
	width: 27px;
	height: 28px;
	background: url('../icons/bag.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.cart-amount {
	align-items: center;
	background-color: #6fb662;
	border: 3px solid #f5f5f5;
	border-radius: 100%;
	bottom: -5px;
	color: #fff;
	display: flex;
	font-family: Montserrat;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	/* 	 height: 22px; */
	height: 11px;
	padding: 3px;
	position: absolute;
	right: -8px;
	width: 10px;
	/* 	 width: 23px; */
	z-index: 9;
	display: flex;
	justify-content: center;
}

.right-menu-info--icon {
	cursor: pointer;
}

.menu-line {
	position: relative;
}

.sub-menu {
	background: #f5f5f5;
	position: absolute;
	left: 0px;
	width: 100%;
	padding: 100px 40px 60px;
	top: 57px;
	z-index: 9;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	pointer-events: none;
	transition: all ease-in-out 0s;
}

.sub-menu {
	transition: all ease-in-out 0.3s;
}

.hovers .sub-menu {
	transition: none;
}

.main-menu-item {
	transition: all ease-in-out 0.2s;
}

.main-menu-item:hover {
	color: #cba25e;
}

.main-menu-item.hover {
	color: #cba25e;
}

.main-menu-item.hover .sub-menu {
	opacity: 1;
	color: #000;
	pointer-events: all;
	visibility: visible;
}

.main-menu-item p {
	width: 100%;
	cursor: pointer;
	margin: 0;
	font-family: Montserrat;
	font-weight: 500;
	color: #0b0b0b;
	font-size: 18px;
}

.main-menu-item p:hover {
	text-decoration: underline;
}

.submenu-name {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 28px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #0b0b0b;
	transform: rotate(-90deg) translateY(-26px) translateX(-111px);
	position: absolute;
	left: 40px;
	transform: rotate(-180deg);
	writing-mode: vertical-rl;
}

.sub-menu:before {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	top: 30px;
	left: 0px;
	background-repeat: repeat;
	background-image: url('../icons/dashed.svg');
}

.sub-menu .left {
	display: flex;
	text-align: left;
	margin-right: 93px;
	padding-left: 70px;
}

.sub-menu .left ul:not(:last-child) {
	margin-right: 84px;
}

.sub-menu .left li {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 129.99%;
	/* or 21px */
	display: flex;
	align-items: center;
	letter-spacing: 0.0155em;
	margin-bottom: 26px;
	text-transform: none;
	position: relative;
}

.sub-menu .left li a:hover {
	text-decoration: underline;
}

.sub-menu .right {
	display: flex;
	justify-content: space-between;
}

.menu-illustrations {
	width: auto;
	height: 363px;
	position: absolute;
	bottom: 0px;
	margin-right: 80px;
	left: 47%;
}

.inform-banner {
	width: 546px;
	height: 260px;
	position: relative;
	text-align: right;
}

.inform-banner img {
	width: 100%;
}

/*  .inform-banner:before {
	 content: "";
	 display: block;
	 position: absolute;
	 display: block;
	 height: 73px;
	 left: 131px;
	 position: absolute;
	 top: -55px;
	 width: 97px;
	 background: url('../img/cat.png');
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-size: cover;
} */
.sidenav .mobile-main-menu a.nemu-name {
	font-weight: 600;
	display: flex;
	justify-content: space-between;
}

.open-close {
	width: 15px;
	height: 15px;
	position: relative;
	margin-right: 20px;
	transition: all ease 0.3s;
}

.open-close:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background-color: #000;
	position: absolute;
	top: 7px;
	transition: all ease 0.3s;
}

.open-close:before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background-color: #000;
	position: absolute;
	transform: rotate(90deg);
	transform-origin: center;
	top: 7px;
}

.hidden-mobile-submenu {
	height: 0px;
	visibility: hidden;
	opacity: 0;
	transition: all ease-in-out 0.3s;
}

.mobile-main-menu.open .hidden-mobile-submenu {
	height: 100%;
	visibility: visible;
	opacity: 1;
	padding: 0;
}

.mobile-main-menu.open .open-close:before {
	transform: rotate(0deg);
	transform-origin: center;
}

@media screen and (max-width: 1650px) {
	.inform-banner {
		height: auto;
		width: 386px;
	}

	.menu-illustrations {
		left: auto;
		right: 23%;
	}

	.sub-menu .left ul:not(:last-child) {
		margin-right: 50px;
	}
}

@media screen and (max-width: 1500px) {
	.menu-illustrations {
		display: none;
	}

	.inform-banner:before {
		left: 7px;
	}
}

@media screen and (max-width: 1200px) {
	.main-menu {
		display: none;
	}
}

@media screen and (max-width: 920px) {
	.personal-cabinet {
		margin-right: 12px;
	}

	.menu-line {
		align-items: center;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		height: 70px;
		padding: 0 15px 0 15px;
	}

	.search {}

	.search.active .input {
		background-color: rgba(255, 255, 255, 1);
		border: 1px solid #d5d5d5;
	}

	.search-btn {
		left: 8px;
	}

	input[type='search']::-webkit-search-cancel-button {
		left: auto;
		right: 7px;
	}

	.search-form.active input[type=search] {
		background-color: #fff;
		padding-left: 40px;
		width: 245px;
		padding-right: 35px;
	}

	.l-header.no-margin-bottom {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 780px) {
	.sidenav {
		width: calc(100% - 40px);
	}

	.menu-line {
		background-color: #fff;
		height: 60px;
		margin-bottom: 15px;
	}

	.cart-amount {
		border: 3px solid #fff;
	}

	.l-header {
		position: sticky;
		top: 0px;
		z-index: 9999;
		/* border-bottom: 1px solid #ccc;
		 */
		box-shadow: -3px 4px 15px #ccc 42;
	}
}




.catalog-wrap {
	position: relative;
	margin-bottom: 80px;
}

.catalog-wrap:after {
	content: "";
	display: block;
	width: 315px;
	height: 388px;
	position: absolute;
	right: 0px;
	background-image: url('../img/surprize.png');
}

.catalog-wrap .last-seen {
	padding-bottom: 30px;
}

.cards-place {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.cards-place img {
	transition: all ease 0.3s;
}

.cards-place .card:hover {
	text-decoration: none;
}

/*
.cards-place .card:hover .card-top img {
	transform: scale(1.1);
} */

.tags-place {
	display: flex;
	padding-left: 0px;
	justify-content: flex-start;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px;
	flex-flow: wrap;
}

.tags-place li {
	list-style: none;
}

.tags-item {
	margin-right: 20px;
	margin-bottom: 15px;
}

.outline-small-button {
	display: inline-flex;
	padding: 8px 26px;
	justify-content: center;
	align-items: center;
	border: 2px solid #000;
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.201px;
	text-transform: uppercase;
	transition: all ease 0.3s;
}

.outline-small-button:hover {
	background-color: #000;
	color: #fff;
}

.page-name-mode {
	color: #0b0b0b;
	display: block;
	font-size: 35px;
	font-style: normal;
	font-weight: 500;
	height: 40px;
	height: 600px;
	left: 29px;
	line-height: 39px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: right;
	transform: rotate(-180deg);
	writing-mode: tb-rl;
	pointer-events: none;
}

.filter-line {
	display: flex;
	align-items: center;
	flex-flow: wrap;
}

.filter-item {
	background-color: #ebebeb;
	cursor: pointer;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	align-items: center;
	display: flex;
	text-transform: uppercase;
	margin-right: 10px;
	/* 	 height: 44px; */
	color: #000;
	margin-bottom: 10px;
}

.filter-item:first-child {
	border-radius: 100%;
	width: 43px;
	height: 43px;
	min-width: 43px;
	display: flex;
	align-items: center;
}

.filter-item:first-child img {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
}

.filter-item:not(:first-child) {
	padding: 13px 19px 13px 29px;
	border-radius: 27px;
}

.filter-item .num {
	width: 19px;
	height: 19px;
	background: #d9d9d9;
	border-radius: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 9px;
	line-height: 11px;
	/* identical to box height */
	display: flex;
	align-items: center;
	text-transform: uppercase;
	text-align: center;
	justify-content: center;
	margin-left: 6px;
	color: #393939;
	margin-top: 2px;
}

.filter-item p {
	margin: 0px;
}

.filter-right {
	transition: all 0.3s ease;
	position: absolute;
	right: 0px;
	top: 0px;
	transform: translateX(100%);
	background-color: #fff;
	width: 295px;
	height: 100%;
	padding: 60px 47px 50px 42px;
	z-index: 99;
	overflow-x: hidden;
	padding-top: 60px;
	position: fixed;
	overflow: hidden;
}

.filter-right.active {
	transform: translateX(0%);
	z-index: 99999;
}

.filter-right .hidden-mobile-submenu label {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */
	display: flex;
	align-items: center;
	letter-spacing: 0.0155em;
	/* 2 */
	color: #0b0b0b;
	justify-content: flex-start;
}

.filter-right .mobile-main-menu .open-close {
	margin-right: 0px;
}

.filter-right .mobile-main-menu a.nemu-name {
	display: flex;
	font-weight: 600;
	justify-content: space-between;
}

.closeRightSidebar {
	position: absolute;
	right: 19px;
	top: 29px;
}

.filter-name {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 39px;
	color: #0b0b0b;
	margin-bottom: 49px;
}

.block-name {
	margin-bottom: 30px;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */
	display: flex;
	align-items: center;
	text-transform: uppercase;
	/* 2 */
	color: #0b0b0b;
}

.noUi-connect,
.noUi-origin,
.noUi-base,
.noUi-connects {
	height: 2px;
	background: #000;
}

.noUi-target {
	background: transparent;
	border-radius: 0px;
	border: 1px solid transparent;
	box-shadow: none;
}

.noUi-horizontal .noUi-handle {
	width: 24px;
	height: 24px;
	right: -17px;
	top: -11px;
}

.noUi-handle {
	border: 1px solid #000;
	border-radius: 3px;
	background: #fff;
	cursor: default;
	height: 24px;
	border-radius: 100%;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
	display: none;
}

#steps-slider {
	margin-bottom: 18px;
}

.slider-inputs {
	display: flex;
	justify-content: space-between;
}

.slider-inputs input {
	height: 36px;
	border: 1px solid #e0e0e0;
	max-width: 35%;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */
	display: flex;
	align-items: center;
	color: #c9c9c9;
	padding-left: 11px;
}

.catalog-filter-item.price-range {
	margin-bottom: 32px;
}

.filter-right .hidden-mobile-submenu li:last-child {
	margin-bottom: 32px;
}

/* Customize the label (the container) */
.wrap-checkbox {
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
	padding-left: 35px;
	height: 29px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.wrap-checkbox .amount {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	/* identical to box height, or 24px */
	text-align: right;
	color: #636363;
	padding-left: 10px;
}

/* Hide the browser's default checkbox */
.wrap-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 24px;
	width: 24px;
	border: 2px solid #0b0b0b;
}

/* On mouse-over, add a grey background color */
.wrap-checkbox:hover input~.checkmark {
	background-color: #e4e4e4;
}

/* When the checkbox is checked, add a blue background */
.wrap-checkbox input:checked~.checkmark {
	background: no-repeat center center url("../icons/check.svg");
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
	height: 9px;
	left: 5px;
	top: 6px;
	width: 13px;
	/* 	 background: no-repeat center center url("../icons/check.svg"); */
	background-size: cover;
}

/* Show the checkmark when checked */
.wrap-checkbox input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.wrap-checkbox .checkmark:after {
	height: 9px;
	left: 5px;
	top: 6px;
	width: 13px;
}

.filter-btn {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
}

.filter-btn .button:not(:last-child) {
	margin-right: 10px;
}

.group-catalog-buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.group-pages {
	display: flex;
	justify-content: space-between;
}

.group-pages .button {
	width: 54px;
	height: 54px;
	padding: 0px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.group-pages .button.active {
	color: #fff;
	background-color: #000;
}

.group-pages .button.active::placeholder {
	color: #fff;
}

.group-pages .button.active:hover {
	color: #000;
	background-color: #fff;
}

.group-pages .button.disable {
	background-color: #ccc;
	cursor: not-allowed;
}

.group-pages .button.disable.active:before {
	display: none;
}

.group-pages .button.disable:hover:before {
	display: none;
}

.group-pages .button:not(:last-child) {
	margin-right: 10px;
}

.wrp-filters {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.sort-catalog {
	align-items: baseline;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
}

.sort-catalog .text-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.sort-catalog select {
	outline: none;
	border: none;
	height: 30px;
	position: absolute;
	right: 0;
	width: 100%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: rgba(255, 255, 255, 0);
	background-color: rgba(255, 255, 255, 0);
	width: 180px;
}

.sort-catalog select {
	padding: 12px 12px 0;
}

.sort-catalog select option {
	background-color: #f5f5f5;
	color: #333;
	padding: 5px 10px;
}

.sort-catalog p {
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	cursor: pointer;
	color: #000;
}

.sort-catalog img {
	width: 16px;
	margin-left: 10px;
}

.sort-catalog p,
.sort-catalog select option {
	color: #222321;
}

.sort-catalog select option {
	background: white;
}

.cabinet-page {
	padding: 80px 0px;
}

@media screen and (max-width: 1440px) {
	.catalog-wrap:after {
		display: none;
	}
}

@media screen and (max-width: 1340px) {
	.page-name-mode {
		transform: none;
		writing-mode: initial;
	}

	.catalog-content {
		padding-top: 75px;
	}
}

@media screen and (max-width: 1290px) {
	.catalog-wrap {
		padding-top: 23px;
	}
}

@media screen and (max-width: 1290px) {
	.wrp-filters {
		width: 100%;
		max-width: 900px;
		overflow-x: scroll;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
		/* Internet Explorer 10+ */
		scrollbar-width: none;
		/* Firefox */
	}

	.wrp-filters::-webkit-scrollbar {
		display: none;
		/* Safari and Chrome */
	}

	.catalog-wrap {
		padding-top: 0;
		overflow-x: hidden;
	}
}

@media screen and (max-width: 780px) {
	.cards-place {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.page-catalog-name {
		top: 5px;
		left: 12px;
		font-size: 12px;
		font-weight: 800;
		line-height: 15px;
		color: #7f7f7f;
		letter-spacing: 0.22em;
	}

	.tags-place {
		padding-top: 34px;
		padding-left: 10px;
		margin-bottom: 0px;
	}

	.catalog-wrap {
		padding-top: 0;
	}

	.outline-small-button {
		font-size: 12px;
		padding: 5px 9px;
	}

	.tags-item {
		margin-right: 11px;
		margin-bottom: 10px;
	}

	.filter-item-name {
		font-weight: 500;
		font-size: 13px;
		line-height: 16px;
	}

	.filter-item:not(:first-child) {
		padding: 7px 20px 7px 15px;
	}

	.filter-line {
		width: 100%;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
		/* Internet Explorer 10+ */
		scrollbar-width: none;
		/* Firefox */
	}

	.filter-line::-webkit-scrollbar {
		display: none;
		/* Safari and Chrome */
	}

	.filter-right {
		padding: 60px 41px 47px 32px;
		width: 100%;
	}

	.wrp-filters {
		margin-bottom: 15px;
		padding-top: 42px;
	}
}

@media screen and (max-width: 780px) {
	.filter-right {
		padding: 60px 17px 35px 12px;
		width: 100%;
	}

	.group-catalog-buttons {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.button.form {
		margin-bottom: 10px;
		max-width: 280px;
		margin: 0 auto 18px;
	}

	.group-pages {
		max-width: 320px;
		margin: 0 auto;
	}

	.group-pages .button {
		height: 40px;
		width: 40px;
	}

	.catalog-wrap .card {
		margin-bottom: 20px;
		margin-right: 4px;
	}

	.catalog-wrap .content {
		padding: 0 4px;
	}


	.wrp-filters {
		padding-top: 0px;
	}

	.catalog-content {
		padding-top: 42px;
	}
}

@media screen and (max-width: 590px) {
	.cards-place {
		grid-template-columns: 1fr 1fr;
	}

	.catalog-wrap .card {
		margin-bottom: 20px;
	}

	.catalog-wrap .content {
		padding: 0 4px;
	}
}









.one-item-block {
	margin-bottom: 80px;
}

.one-item-block .last-seen-slider:before {
	transform: rotate(-90deg) translateX(-158px) translateY(-50px);
	width: 293px;
}

.one-item-block .last-seen {
	padding: 80px;
}

.one-item-block .oldPrice {
	width: 100%;
	max-width: 100%;
}

.one-item-wrap {
	display: flex;
	justify-content: flex-start;
	padding-bottom: 80px;
}

.one-item-wrap .left-part {
	max-width: 700px;
}

.one-item-wrap .right-part {
	max-width: 460px;
	padding-left: 58px;
}

.one-item-wrap .prices {
	display: flex;
	margin-bottom: 20px;
	align-items: baseline;
}

.one-item-wrap .prices .newPrice {
	font-size: 32px;
}

.one-item-wrap .oldPrice:after {
	display: none;
}

.one-item-wrap .color-item {
	width: 36px;
	height: 36px;
	margin-right: 16px;
	cursor: pointer;
	position: relative;
}

.one-item-wrap .color-item.active:before {
	content: "";
	border: dashed;
	width: 50px;
	display: block;
	height: 50px;
	border-radius: 100%;
	background-color: transparent;
	position: absolute;
	left: -8px;
	top: -8px;
	border: 1px dashed #000;
}

.one-item-wrap .color-item:hover:before {
	content: "";
	border: dashed;
	width: 50px;
	display: block;
	height: 50px;
	border-radius: 100%;
	background-color: transparent;
	position: absolute;
	left: -8px;
	top: -8px;
	border: 1px dashed #000;
}

.one-item-wrap .button {
	min-width: 361px;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 95px;
}

.size-item,
.cfvsw-swatch-inner {
	cursor: pointer;
	height: 36px;
	margin-right: 16px;
	position: relative;
	width: 36px;
	display: flex;
	background-color: #fff;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 11px;
	line-height: 13px;
	display: flex;
	align-items: center;
	text-align: center;
	/* 2 */
	color: #0b0b0b;
	text-align: center;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}

.size-item:hover:before {
	content: "";
	border: dashed;
	width: 50px;
	display: block;
	height: 50px;
	border-radius: 100%;
	background-color: transparent;
	position: absolute;
	left: -7px;
	top: -8px;
	border: 1px dashed #000;
}

.size-item.active:before {
	content: "";
	border: dashed;
	width: 50px;
	display: block;
	height: 50px;
	border-radius: 100%;
	background-color: transparent;
	position: absolute;
	left: -7px;
	top: -8px;
	border: 1px dashed #000;
}

.size-item.disable {
	background-color: #ccc;
	cursor: not-allowed;
}

.size-item.disable.active:before {
	display: none;
}

.size-item.disable:hover:before {
	display: none;
}

.chooses-block {
	margin-bottom: 23px;
}

/* Position the image container (needed to position the left and right arrows) */
.container-for-slider {
	position: relative;
	display: flex;
	overflow: hidden;
}

/* Hide the images by default */
.mySlides {
	display: none;
	max-width: 580px;
	overflow: hidden;
	opacity: 0;
	transition: all ease 0.3s;
}

.mySlides.active {
	display: block;
	opacity: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mySlides.active img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
	cursor: pointer;
}

.thumbnails {
	max-height: 771px;
	overflow-y: scroll;
}

.slides-block {
	max-height: 762px;
}

/* хром, сафари */
.thumbnails::-webkit-scrollbar {
	width: 0;
}

/* ie 10+ */
.thumbnails {
	-ms-overflow-style: none;
}

/* фф (свойство больше не работает, других способов тоже нет)*/
.thumbnails {
	overflow: -moz-scrollbars-none;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: #000;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Container for image text */
.caption-container {
	text-align: center;
	background-color: #222;
	padding: 2px 16px;
	color: white;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Six columns side by side */
.column {
	width: 95px;
	max-height: 126px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: 15px;
}

/* Add a transparency effect for thumnbail images */
.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

.size-table-btn {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */
	display: flex;
	align-items: center;
	text-align: center;
	/* 2 */
	color: #0b0b0b;
	cursor: pointer;
	margin-bottom: 30px;
}

.size-table-btn span {
	margin-right: 8px;
}

/* The Modal (background) */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 10;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: #000;
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	/* Could be more or less, depending on screen size */
}

/* The Close Button */
.close-modal {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.description-text {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #0b0b0b;
	width: 100%;
	margin-bottom: 33px;
	position: relative;
	cursor: pointer;
}

.description-text:after {
	content: "";
	display: block;
	height: 2px;
	width: 15px;
	border-bottom: 2px solid #212121;
	position: absolute;
	right: 0px;
	top: 6px;
}

.description-text:before {
	content: "";
	display: block;
	height: 2px;
	width: 15px;
	border-bottom: 2px solid #212121;
	position: absolute;
	right: 1px;
	top: 7px;
	transform: rotate(-90deg);
}

.info-right,
.cart-right {
	transition: all ease 0.3s;
	position: absolute;
	right: 0px;
	top: 0px;
	transform: translateX(100%);
	background-color: #fff;
	width: 295px;
	height: 100%;
	padding: 60px 47px 50px 42px;
	z-index: 99999;
	overflow-x: hidden;
	padding-top: 60px;
	position: fixed;
	overflow: hidden;
	overflow: auto;
}

.info-right.sizes {
	width: 34vw;
}

.info-right .description-text-info.tabcontent.sizes img {
	max-height: 700px;
}

.info-right .description-text-info.tabcontent.sizes .img-wrapper {
	display: flex;
	justify-content: center;
}

.info-right.active,
.cart-right.active {
	transform: translateX(0%);
}

.descr-name {
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 39px;
	color: #0b0b0b;
	margin-bottom: 32px;
}

.descr-text {
	margin-bottom: 46px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	display: flex;
	align-items: center;
	letter-spacing: 0.0155em;
	color: #0b0b0b;
}

.right-info-list {
	list-style-type: disc;
	list-style: circle;
	margin-bottom: 40px;
	padding-left: 20px;
}

.right-info-list-name {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.0155em;
	text-transform: uppercase;
	color: #0b0b0b;
	margin-bottom: 10px;
}

.right-info-list-item {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	align-items: center;
	letter-spacing: 0.0155em;
	color: #000;
	list-style-type: disc;
	/* list-style-position: inside; */
}

.right-info-list-item ul li {
	list-style: disc;
}

.right-info-list-item ul {
	padding-left: 17px;
	padding-top: 5px;
}

.right-info-list-item span {
	font-weight: 600;
}

.cardInfoinCart {
	display: flex;
	justify-content: space-between;
}

.cardInfoinCart-item {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
	letter-spacing: 0.0155em;
	color: #666;
}

.cart-right {
	transition: all ease 0.3s;
}

.cart-right .submit-block .button {
	height: 55px;
	padding: 0;
}

.cart-right .card {
	margin: 0px auto 48px;
}

.cart-right .card-top {
	margin-bottom: 10px;
}

.cart-right .card-top img {
	width: 100%;
}

.cart-right .card-name {
	margin-bottom: 10px;
	color: #7f7f7f;
}

.cart-right .submit-block {
	border-top: 1px dashed #c8c7c7;
	padding-top: 22px;
	margin-bottom: 110px;
}

.cart-right .sale {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	align-items: center;
	color: #212121;
	text-align: center;
	margin: 0 auto 46px;
	width: 100%;
}

.cart-right .sale span {
	color: #ff3737;
	padding-left: 5px;
}

.cart-right .toPay {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	align-items: center;
	color: #0b0b0b;
}

.cart-right .totalSum {
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
	text-align: center;
	align-items: center;
	color: #0b0b0b;
	margin-bottom: 27px;
}

.cart-right .form {
	margin-bottom: 22px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.cart-right .one-click-buy {
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: center;
}


.cart-right .submit-block-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 27px;
}

.h4 {
	font-size: 25px;
}

.h3,
.h4 {
	color: #0b0b0b;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	line-height: 168.4%;
}


@media screen and (max-width: 1200px) {
	.thumbnails {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	.one-item-wrap {
		flex-direction: column;
	}

	.one-item-wrap .left-part {
		max-width: 100%;
	}

	.slides-block {
		position: relative;
		margin: 20px auto;
	}

	.one-item-wrap .right-part {
		max-width: 100%;
		padding-left: 0px;
	}

	.one-item-block .last-seen {
		padding: 70px 15px;
	}

	.one-item-block {
		margin-bottom: 20px;
	}

	.one-item-block .last-seen-slider:before {
		transform: none;
	}
}

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

	.info-right,
	.cart-right {
		width: auto;
		left: 0;
	}

	.info-right.sizes {
		width: auto;
	}

	.h4 {
		font-size: 18px;
		max-width: 322px;
		margin-bottom: 20px;
	}

	.articul {
		display: none;
		margin-bottom: 15px;
	}

	.one-item-wrap .prices {
		display: flex;
		margin-bottom: 20px;
	}

	.one-item-block .size-item {
		margin-bottom: 14px;
		margin-right: 10px;
	}

	.one-item-block .card-colors {
		margin-bottom: 15px;
		flex-flow: wrap;
	}

	.one-item-block .one-item-wrap .color-item {
		margin-bottom: 17px;
	}

	.size-table-btn {
		margin-bottom: 30px;
	}

	.one-item-wrap .button {
		margin-bottom: 40px;
		min-width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important;
	}

	.description-text {
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1.5px;
		line-height: 18px;
		margin-bottom: 24px;
		/* 		 padding-right: 20px; */
	}

	.one-item-block .last-seen {
		padding: 20px 5px;
	}

	.one-item-block {
		margin-bottom: 10px;
	}

	.one-item-wrap {
		padding-bottom: 38px;
	}

	.one-item-block .last-seen-slider:before {
		transform: none;
	}

	.modal-content {
		padding: 15px;
		width: 97%;
	}
}





































.l-footer {
	padding: 0px 0px 97px 0px;
}

.l-footer p {
	margin-bottom: 0px;
}

.l-footer ul,
.l-footer ol {
	list-style: none;
}

.l-footer .content {
	padding-top: 67px;
	position: relative;
}

.l-footer .content:before {
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	border-top: 1px solid #ededed;
	width: 94%;
	left: 15px;
	top: 0px;
}

.l-footer .footer-content,
.l-footer .footer-left {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.l-footer .footer-ul {
	margin-right: 50px;
}

.l-footer .footer-ul.footer-ul-bold .footer-a {
	font-weight: 800;
}

.l-footer .footer-li {
	margin-bottom: 29px;
}

.l-footer .footer-a {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */
	display: flex;
	align-items: center;
	/* 2 */
	color: #0b0b0b;
	transition: all ease-in-out 0.3s;
}

.l-footer .footer-a:hover {
	text-decoration: underline;
}

.footer-right {
	display: flex;
	position: relative;
}

.footer-logo-place {
	transform: rotate(-90deg);
	width: 115px;
	position: absolute;
	left: -118px;
	top: 47px;
}

.links-place-group {
	margin-bottom: 64px;
	height: 32px;
}

.links-place-group a img {
	width: 100%;
	height: 100%;
}

.links-place-group a {
	display: inline-flex;
	height: 30px;
	width: 30px;
}

.links-place-link {
	margin-right: 10px;
	transition: all ease-in-out 0.3s;
}

.links-place-link.phone {
	font-size: 14px;
	height: 28px;
	width: 28px;
}

.links-place-link:hover {
	opacity: 0.8;
}

.l-footer .phone {
	line-height: 25px;
	align-items: center;
	padding-right: 20px;
}

.l-footer .phone img {
	margin-right: 10px;
}

.copyright {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */
	display: flex;
	align-items: center;
	text-align: center;
	color: #4b4b4c;
	transition: all ease-in-out 0.3s;
}

.copyright a {
	font-size: inherit;
}

.copyright a:hover {
	color: #ff5b5b;
}

.for-mobile-footer {
	display: none;
}

@media screen and (max-width: 1024px) {
	.footer-content {
		flex-direction: column;
	}

	.footer-left {
		margin-bottom: 50px;
	}

	.footer-right {
		align-self: center;
	}

	.footer-logo-place {
		left: -43px;
	}

	.links-place {
		padding-left: 106px;
	}
}

@media screen and (max-width: 580px) {
	.l-footer {
		padding: 37px 0px 37px 0px;
	}

	.l-footer .footer-left {
		flex-direction: column;
		order: 2;
		gap: 0;
		padding-left: 50px;
	}

	.footer-content {
		flex-direction: row;
	}

	.l-footer .footer-content {
		justify-content: center;
	}

	.links-place {
		padding-left: 0px;
		padding-top: 153px;
	}

	.footer-logo-place {
		left: -30px;
		top: -16px;
	}

	.footer-content .links-place-link.phone {
		display: none;
	}

	.footer-content .copyright {
		display: none;
	}

	.links-place-link {
		display: flex;
		margin-bottom: 21px;
		margin-right: 0px;
		justify-content: center;
	}

	.l-footer .footer-li {
		margin-bottom: 14px;
	}

	.footer-right {
		margin-right: 10px;
	}

	.links-place-group {
		display: none;
	}

	.links-place-group.mob {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 30px;
		margin-bottom: 0;
	}

	.for-mobile-footer {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.one-item-wrap .prices .newPrice {
		font-size: 22px;
	}
}









.cart-page-block {
	position: relative;
}

.cart-page-block .cart-page-name {
	position: relative;
}

.cart-page-block .cart-page-name {
	display: block;
	height: 40px;
	position: absolute;
	left: 29px;
	text-align: right;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 39px;
	color: #0b0b0b;
	writing-mode: tb-rl;
	transform: rotate(-180deg);
	padding: 0;
	margin: 0;
	height: 600px;
}

.wrap-ware {
	display: flex;
	margin-bottom: 50px;
	flex-direction: column;
	position: relative;
	justify-content: space-between;
}

.wrap-ware .your-order,
.wrap-ware .register-order {
	width: 793px;
	margin-right: 24px;
}

.wrap-ware .total-sum-block {
	position: absolute;
	right: 0px;
	top: 0px;
	max-width: 246px;
}

.wrap-ware-item {
	background-color: #fff;
	padding: 30px 32px;
}

.personal-line {
	margin: 0 auto 45px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #0b0b0b;
}

.personal-line img {
	margin-right: 10px;
}

.ware-block-name {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #0b0b0b;
	margin-bottom: 35px;
}

.ware-item {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 50px;
}

.ware-item:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 102%;
	left: auto;
	right: auto;
	margin: auto;
	bottom: -24px;
	background-image: url('../icons/dashed.svg');
}

.ware-left {
	display: flex;
	justify-content: flex-start;
}

.ware-img {
	width: 163px;
	max-height: 302px;
	overflow: hidden;
	margin-right: 33px;
}

.ware-img img {
	width: 100%;
}

.ware-inform-block {
	max-width: 268px;
	align-items: stretch;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ware-name {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 128.9%;
	display: flex;
	align-items: center;
	color: #0b0b0b;
	margin-bottom: 5px;
}

.ware-name a {
	transition: 0.3s ease all;
}

.ware-name a:hover {
	text-decoration: underline;
}

.ware-info {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
	letter-spacing: 0.0155em;
	color: #000;
}

.counter-wrap {
	width: 158px;
	height: 59px;
	border: 1px solid #7f7f7f;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 27px;
	display: flex;
	align-items: center;
	color: #7f7f7f;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.counter-nav,
.counter-number {
	width: 50px;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	height: 100%;
	line-height: 52px;
	transition: all ease-in-out 0.3s;
}

.counter-minus:before {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	border-bottom: 1px solid #7f7f7f;
	position: absolute;
	left: 20px;
	top: 25px;
}

.counter-minus:hover:before {
	border-bottom: 1px solid #000;
}

.counter-plus:before {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	border-bottom: 1px solid #7f7f7f;
	position: absolute;
	right: 20px;
	top: 25px;
}

.counter-plus:hover:before {
	border-bottom: 1px solid #000;
}

.counter-plus:after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	border-right: 1px solid #7f7f7f;
	position: absolute;
	left: 20px;
	top: 16px;
}

.counter-plus:hover:after {
	border-right: 1px solid #000;
}

.ware-prices .newPrice {
	margin-right: 0px;
	margin-bottom: 5px;
}

.ware-prices .oldPrice {
	max-width: 120px;
	display: block;
}

.ware-prices .oldPrice:after {
	display: none;
}

.delete-img {
	position: absolute;
	right: 0px;
	bottom: 0px;
	cursor: pointer;
}

.delete-img svg>.delete-icon {
	transition: all ease 0.3s;
}

.delete-img:hover svg>.delete-icon {
	fill: red;
}

.hide-info {
	color: transparent;
	font-size: 0px;
}

.your-order {
	margin-bottom: 28px;
}

.order-wrap {
	display: flex;
	justify-content: space-between;
}

.order-wrap input,
.order-wrap select {
	border: 1px solid #000;
	line-height: 41px;
}

/*  .order-wrap input {
	 font-size: 11px;
} */
.order-wrap label,
.woocommerce form .form-row label {
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 13px;
	color: #a9a9a9;
}

.order-header {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 17px;
	color: #0b0b0b;
	margin-bottom: 42px;
}

.order-input {
	margin-bottom: 17px;
	width: 100%;
}

.order-input label,
.woocommerce form .form-row label {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}

.order-input input {
	height: 41px !important;
	padding-left: 13px !important;
	border-radius: 0 !important;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 16px;
	width: 100%;
	color: #000 !important;
	font-size: 14px;
	box-sizing: border-box;
}

.order-input input::placeholder {
	color: #a9a9a9;
}

.order-input select,
.order-input option {
	line-height: 39px;
	font-size: 14px;
	width: 100%;
	padding-left: 13px;
	cursor: pointer;
}

.select-label {
	position: relative;
	cursor: pointer;
}

.select-label:after {
	content: "";
	display: block;
	position: absolute;
	top: 32px;
	right: 10px;
	width: 25px;
	height: 25px;
	background-image: url('../icons/arrow-ch.svg');
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
}

.order-part {
	width: 31%;
}

.wrap-checkradio {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.radio-block {
	padding-top: 19px;
	margin-bottom: 112px;
	/* Customize the label (the container) */
	/* Hide the browser's default radio button */
	/* Create a custom radio button */
	/* On mouse-over, add a grey background color */
	/* When the radio button is checked, add a blue background */
	/* Create the indicator (the dot/circle - hidden when not checked) */
	/* Show the indicator (dot/circle) when checked */
	/* Style the indicator (dot/circle) */
}

.radio-block .label-radio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-weight: 500;
	font-size: 15px;
	line-height: 13px;
	color: #000;
	user-select: none;
}

.radio-block .label-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.radio-block .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 17px;
	width: 17px;
	background-color: #eee;
	border-radius: 50%;
	border: 1px solid #0b0b0b;
}

.radio-block .label-radio:hover input~.checkmark {
	background-color: #ccc;
}

.radio-block .label-radio input:checked~.checkmark,
.radio-block li input:checked~.checkmark {
	background-color: #fff;
}

.radio-block .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.radio-block .label-radio input:checked~.checkmark:after {
	display: block;
	background-color: #000;
}

.radio-block .label-radio .checkmark:after {
	top: 4px;
	left: 4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: white;
}

.radio-block label.label-radio {
	display: flex;
	align-items: center;
	line-height: 17px;
	margin-bottom: 10px;
}

.radio-block .wrap-checkbox {
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 13px;
	color: #000;
}

.check-block .wrap-checkbox {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	position: relative;
	margin-bottom: 50px;
}

.check-block.checkout .wrap-checkbox:before {
	display: none;
}

.check-block .wrap-checkbox:before {
	content: "";
	display: block;
	height: 1px;
	left: 0px;
	position: absolute;
	top: -25px;
	width: 100%;
	background-image: url('../icons/dashed.svg');
}

.total-sum-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 34px;
	position: relative;
}

.total-sum-info:after {
	content: "";
	display: block;
	height: 1px;
	left: 0px;
	position: absolute;
	bottom: -15px;
	width: 100%;
	background-image: url('../icons/dashed.svg');
}

.total-sum-info p,
.total-sum-info span,
.total-sum-info .pay-for-send {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	color: #000;
}

.pay-for-send span {
	font-size: 14px;
}

.total-sum-info .ware-number,
.total-sum-info .ware-calc-sum {
	margin-right: 5px;
}

.to-pay {
	margin-bottom: 10px;
}

.total-sum-block .total-sum-info:last-child {
	margin-bottom: 45px;
}

.resultInfo {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	align-items: center;
	color: #0b0b0b;
	margin-bottom: 29px;
	text-align: center;
	padding-top: 30px;
}

.total-sum-block .button {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 25px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.totaly-sum span {
	font-size: 22px;
}

.agree {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 131.9%;
	align-items: center;
	color: #7f7f7f;
	max-width: 100%;
	margin: 0 auto 15px;
}

.agree a {
	text-decoration: underline;
	transition: all ease 0.3s;
	font-size: inherit;
}

.agree a:hover {
	color: #000;
}

.send-pay {
	margin-right: 5px;
}

.finalSum {
	margin-right: 5px;
}

.only-mobile-card {
	display: none;
}

.ware-info span {
	padding-left: 6px;
}

.cart-page-block:before {
	content: "";
	display: block;
	position: absolute;
	height: 70px;
	right: 264px;
	top: -110px;
	width: 79px;
	background-image: url("../images/cat.png");
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1290px) {
	.wrap-ware {
		position: relative;
	}

	.wrap-ware .your-order,
	.wrap-ware .register-order {
		width: auto;
		margin-bottom: 25px;
		margin-right: 0;
	}

	.wrap-ware .total-sum-block {
		position: relative;
		right: 0px;
		max-width: 100%;
		margin-bottom: 25px;
		order: 3;
		top: 0px !important;
	}

	.ware-number-mob,
	.ware-calc-sum-mob,
	.finalSum-mob {
		margin-right: 5px;
	}

	.only-mobile-card {
		display: block;
		margin-bottom: 20px;
	}

	.cart-page-block .cart-page-name {
		writing-mode: initial;
		position: initial;
		height: auto;
		transform: none;
		text-align: left;
		margin-bottom: 15px;
	}

	.cart-page-block:before {
		display: none;
	}

	.cart-page-block:after {
		display: none;
	}
}

@media screen and (max-width: 780px) {
	.cart-page-block .cart-page-name {
		display: none;
	}

	.counter-wrap {
		position: absolute;
		left: 0px;
		bottom: 0px;
	}

	.wrap-ware-item {
		padding: 25px 12px;
	}

	.your-order .ware-block-name {
		display: none;
	}

	.ware-img {
		width: 140px;
	}

	.ware-item {
		padding-bottom: 48px;
	}

	.counter-wrap {
		width: 140px;
		height: 40px;
	}

	.counter-nav,
	.counter-number {
		line-height: 40px;
	}

	.counter-minus:before {
		top: 19px;
	}

	.counter-plus:before {
		right: 16px;
		top: 18px;
	}

	.counter-plus:after {
		top: 9px;
	}

	.delete-img {
		right: 9px;
		bottom: 6px;
	}

	.ware-item:not:last-child {
		margin-bottom: 40px;
	}

	.ware-item:last-child {
		margin-bottom: 15px;
	}

	.order-wrap {
		flex-direction: column;
	}

	.order-part {
		width: 100%;
		margin-bottom: 15px;
	}

	.order-header {
		margin-bottom: 24px;
	}

	.radio-block {
		margin-bottom: 20px;
	}

	.check-block .wrap-checkbox {
		margin-bottom: 32px;
	}

	.check-block .wrap-checkbox:before {
		top: -14px;
	}

	.personal-line {
		display: none;
	}

	.ware-block-name {
		font-size: 16px;
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 690px) {
	.ware-img {
		width: 80px;
		min-width: 80px;
		margin-right: 18px;
	}

	.ware-item {
		padding-bottom: 48px;
	}

	.counter-wrap {
		width: 80px;
		height: 30px;
	}

	.counter-nav,
	.counter-number {
		width: 27px;
	}

	.ware-item {
		padding-bottom: 38px;
	}

	.counter-minus:before {
		left: 9px;
		top: 15px;
		width: 13px;
	}

	.counter-nav,
	.counter-number {
		line-height: 30px;
		font-size: 22px;
	}

	.counter-plus:before {
		right: 9px;
		top: 15px;
		width: 13px;
	}

	.counter-plus:after {
		height: 13px;
		left: 10px;
		top: 9px;
	}

	.ware-name {
		font-size: 12px;
	}

	.ware-info {
		font-size: 11px;
		line-height: 15px;
	}

	.delete-img {
		bottom: auto;
		right: 3px;
		top: 0px;
		max-width: 20px;
	}

	.delete-img svg {
		width: 20px;
	}

	.ware-prices {
		position: absolute;
		bottom: 0px;
		right: 0;
		display: flex;
		align-items: flex-end;
	}

	.ware-prices .newPrice {
		order: 2;
		padding-left: 5px;
		margin-bottom: 0px;
		line-height: 15px;
	}

	.ware-prices .oldPrice {
		font-size: 12px;
	}

	.ware-inform-block {
		max-width: 166px;
	}
}


.dgwt-wcas-search-icon-arrow {
	display: none;
}





.closeCabinetSidebar {
	position: absolute;
	right: 34px;
	top: 29px;
}

.login-part .order-wrap {
	flex-direction: column;
}

.login-part .order-header {
	margin-bottom: 25px;
}

.login-part .check-block .wrap-checkbox:before {
	display: none;
}

.login-part .button {
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin-bottom: 10px !important;
	height: 55px;
	justify-content: center;
	display: flex !important;
	padding: 0 !important;
}

.login-part .register-link,
.login-part .rule-link {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	align-items: center;
	color: #000;
	text-align: center;
	cursor: pointer;
}

.login-part .register-link:hover {
	text-decoration: underline;
}

.login-part .rule-link a:hover {
	color: #4b4b4c;
}

.login-part .rule-link a {
	font-size: inherit;
	text-decoration: underline;
}

.login-part .rule-link {
	text-align: left;
	margin-bottom: 10px;
}

.login-part .check-block .wrap-checkbox {
	margin-bottom: 25px;
}

.wrap-register {
	opacity: 0;
	height: 0;
	pointer-events: none;
	transition: all ease-in-out 0.3s;
	transform: translateY(-100%);
}

.wrap-register.active {
	opacity: 1;
	pointer-events: all;
	height: auto;
	transform: translateY(0%);
	padding-bottom: 100px;
}

.wrap-login {
	opacity: 0;
	height: 0;
	pointer-events: none;
	transition: all ease-in-out 0.3s;
	transform: translateX(-100%);
}

.wrap-login.active {
	opacity: 1;
	pointer-events: all;
	transform: translateX(0%);
	height: auto;
}

.cabinet-page {
	padding-bottom: 60px;
}

.cabinet-page .h2 {
	margin-bottom: 50px;
}

.back-link {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	transition: all ease 0.3s;
}

.back-link:hover {
	text-decoration: underline;
}

.back-link img {
	margin-right: 10px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: #fff;
	color: #000;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/* Style the accordion panel. Note: hidden by default */
.panel {
	background-color: white;
	display: none;
	overflow: hidden;
	padding-bottom: 35px;
}

.panel .button {
	margin-top: 24px;
}

.table-row {
	display: flex;
	justify-content: space-between;
	text-align: center;
	position: relative;
}

.table-row .t-item {
	width: 20%;
	text-align: left;
}

.panel-status {
	position: absolute;
	right: 15px;
	top: 22px;
	width: 15px;
	height: 15px;
	background-image: url(../icons/list-open.svg);
	width: 21px;
	background-repeat: no-repeat;
}

.accordion.active .panel-status {
	top: 18px;
	transform: rotate(180deg);
}

.order-table-header,
.order-table-inner {
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding: 4px 18px;
}

.order-table {
	border: 1px solid #d6d6d6;
	margin: 20px;
	border-radius: 10px;
	background-color: #fff;
}

.order-table .table-column {
	padding: 16px 10px;
}

.order-table .column-1 {
	width: 10%;
}

.order-table .order-table-header {
	background-color: #f6f6f6;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.order-table .column-2.photo {
	max-width: 70px;
}

.order-table .column-2.photo img {
	width: 100%;
}

.personal-data-form .order-input option,
.personal-data-form .order-input select {
	font-size: 16px;
}

.personal-data-form .order-input label {
	color: #a9a9a9;
}

.personal-data-form .order-input input::placeholder {
	color: #000;
}

.personal-data-form .order-input input,
.personal-data-form .order-input select {
	height: 51px;
	line-height: 51px;
}

.table-plate {
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.cabinet-page .button {
	float: right;
	text-align: right;
}

.personal-data-form input,
.personal-data-form select {
	border: 1px solid #000;
	line-height: 41px;
}

.wrap-form {
	background-color: #fff;
	padding: 50px;
	padding-bottom: 100px;
}

.personal-data-form {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 20px;
}

.personal-data-form .select-label:after {
	top: 39px;
}

.personal-data-form .left-part,
.personal-data-form .right-part {
	width: 48%;
}

.names-of-all .t-item {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	align-items: center;
	color: #6f7682;
	margin-bottom: 20px;
	padding-left: 15px;
}

.status-road {
	color: #035bdf;
}

.status-rejected {
	color: #df1c03;
}

.status-done {
	color: #1a984f;
}

.status-complect {
	color: #035bdf;
}

.table-column.column-1 {
	width: 94px;
}

.order-table .column-2.photo {
	max-width: 73px;
}

.table-column.column-2 {
	width: 83px;
}

.table-column.column-3 {
	width: 480px;
	text-align: left;
}

.table-column.column-4 {
	width: 100px;
}

.order-table-inner {
	padding: 20px 20px;
	position: relative;
}

.order-table-inner.dashed:after {
	content: "";
	display: block;
	bottom: -2px;
	height: 1px;
	left: 35px;
	position: absolute;
	width: 94%;
	background-image: url("../icons/dashed.svg");
}

.table-column.column-3.name a {
	transition: all 0.3s ease;
}

.table-column.column-3.name a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 900px) {
	.personal-data-form {
		flex-direction: column;
	}

	.personal-data-form .left-part,
	.personal-data-form .right-part {
		width: 100%;
	}

	.cabinet-page .h2 {
		margin-bottom: 25px;
	}

	.back-link {
		margin-bottom: 15px;
	}
}

.only-mob-info {
	display: none;
}

@media screen and (max-width: 780px) {
	.table-row.names-of-all {
		display: none;
	}

	.only-mob-info {
		display: block;
		font-weight: 600;
		font-size: 14px;
		line-height: 17px;
		display: flex;
		align-items: center;
		color: #bebebe;
		margin-bottom: 9px;
	}

	.table-row {
		flex-flow: wrap;
	}

	.table-row .t-item {
		text-align: left;
		width: 35%;
		text-combine-upright: 20px;
		margin-bottom: 15px;
	}

	.accordion {
		padding-bottom: 0px;
	}

	.order-table-header {
		display: none;
	}

	.order-table-inner {
		flex-flow: wrap;
	}

	.table-column.column-1 {
		order: 3;
	}

	.table-column.column-1,
	.table-column.column-4,
	.table-column.column-5 {
		width: 26%;
	}

	.order-table .table-column {
		padding: 16px 2px;
		text-align: left;
	}

	.table-column.column-2 {
		width: 86px;
	}

	.table-column.column-3 {
		width: 73%;
	}

	.order-table-inner {
		padding: 12px;
	}

	.cabinet-page {
		padding-bottom: 20px;
	}

	.table-header.accordion {
		position: relative;
	}

	.table-header.accordion:after {
		content: "";
		display: block;
		height: 1px;
		width: 100%;
		background-color: #fafafa;
		position: absolute;
		width: 89%;
		left: 14px;
		top: 52%;
	}
}

@media screen and (max-width: 450px) {
	.wrap-form {
		padding: 25px 15px 87px;
	}

	.cabinet-page .button {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.table-column.column-3 {
		width: 55%;
	}
}









.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
	height: 24px;
	background: url("../icons/search.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 23px;
	border: none;
}

.dgwt-wcas-ico-magnifier-handler {
	opacity: 0;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	box-shadow: none !important;
	border: none !important;
	padding-left: 30px;
	font-family: 'Montserrat';
	font-weight: 500;
}


/* Основной стиль для placeholder */
.dgwt-wcas-search-input::placeholder {
	color: #A9A9A9 !important;
	font-weight: 400 !important;
	font-style: normal !important;
}

/* Для кроссбраузерности — старые движки */
.dgwt-wcas-search-input::-webkit-input-placeholder {
	color: #A9A9A9 !important;
	font-weight: 400 !important;
	font-style: normal !important;
}

.dgwt-wcas-search-input:-moz-placeholder {
	color: #A9A9A9 !important;
	font-weight: 400 !important;
	font-style: normal !important;
}

.dgwt-wcas-search-input::-moz-placeholder {
	color: #A9A9A9 !important;
	font-weight: 400 !important;
	font-style: normal !important;
}

.dgwt-wcas-search-input:-ms-input-placeholder {
	color: #A9A9A9 !important;
	font-weight: 500 !important;
	font-style: normal !important;
}



.dgwt-wcas-search-icon-arrow {
	display: none !important;
}

.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
	max-width: 23px !important;
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form {
	min-width: 300px !important;
	margin-top: -40px;
}

.dgwt-wcas-preloader {
	left: 0 !important;
}


.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):before {
	background-image: url("../icons/close.svg");
	width: 14px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 12px 8px;
	background-size: contain;
}

.dgwt-wcas-close svg {
	display: none;
}

.product-sizes {
	margin: 0 0 5px 0;
}

.product-out-of-stock {
	font-size: 12px;
	color: #ff3737;
}

.out-of-stock-single {
	margin: 10px 0;
	color: #ff3737;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 0;
	text-align: center;
	background-color: transparent;
	color: #000;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	display: flex;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: .0155em;
	line-height: 17px;
	padding: 18px 33px;
	transition: all .3s ease-in-out;
	width: auto;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	border: 1px solid #000;
	margin-right: 10px;
	display: flex;
	height: 54px;
	justify-content: center;
	width: 54px;
}

.pagination {
	margin: auto;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #000;
	color: #fff;
}

.next.page-numbers,
.prev.page-numbers {
	position: relative;

	top: 0 !important;
}

.cards-place-main-sh .products {
	display: flex;
	justify-content: space-evenly;
	flex-flow: wrap;
}

.navigation.pagination {
	margin-top: 50px;
}

.navigation.pagination .page-numbers {
	border-radius: 0;
	color: black;
	padding: 0;
	border: 1px solid #000;
	margin-right: 10px;
	display: flex;
	height: 54px;
	justify-content: center;
	width: 54px;
	align-items: center;
}

.navigation.pagination .page-numbers:hover {
	background-color: #000;
	color: #fff;
}

.page-numbers.current {
	background-color: #000;
	color: #fff !important;
}




.navigation.pagination .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
}

.woocommerce-variation-add-to-cart input.input-text {
	display: none;
}

.single_add_to_cart_button.disabled {
	opacity: 1 !important;
}

.cfvsw-swatches-option .cfvsw-swatch-inner {
	white-space: normal;
	align-items: center;
	background-color: #fff;
	border-radius: 100%;
	color: #0b0b0b;
	cursor: pointer;
	font-family: Montserrat;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	height: 36px;
	min-width: 36px;
	line-height: 13px;
	margin-right: 0;
	position: relative;
	width: 36px;
	display: flex;
	justify-content: center;
	text-align: center;
}

.cfvsw-selected-swatch {
	margin: 0 !important;
	height: 36px !important;
	line-height: 13px;

	position: relative;
	width: 36px !important;
}

.cfvsw-label-option {
	padding: 0 !important;
	border-radius: 100% !important;
}

.upsell-block {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px 15px 0;
}

.variations_form.cart {
	margin-bottom: 50px;
}

.upsell-card {
	height: 150px;
    width: 100px;
	margin: 0 5px 15px 0;
}

.upsell-card-link {
	display: block;
	height: 100%;
}

.upsell-card-image {
	height: 100% !important;
	width: auto;
	object-fit: cover;
}

.slides-block .prev:hover,
.slides-block .next:hover {
	background-color: hsla(0, 0%, 100%, .33);
}

.little-gray-text {
	color: #7f7f7f;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .0155em;
	line-height: 24px;
	margin-bottom: 10px;
}

.articul {
	margin-bottom: 20px;
}

.button-black,
.button-white:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.single_add_to_cart_button {
	align-items: center;
	border: 1px solid #000 !important;
	cursor: pointer;
	display: flex !important;
	font-family: Montserrat;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	letter-spacing: .0155em;
	line-height: 17px !important;
	padding: 18px 33px !important;
	transition: all .3s ease-in-out;
	width: auto;
	justify-content: center;
	text-align: center;
	margin-bottom: 95px;
	min-width: 361px;
	background-color: #000 !important;
	color: #fff;
}

.single_add_to_cart_button:hover {
	background-color: #fff !important;
	color: #000 !important;
}

.reset_variations {
	display: none;
}

.value.disable-to-select a.reset_variations {
	display: none !important;
}

.woocommerce-variation-availability .stock.in-stock {
	color: green;
	margin: 0 0 10px 0;

	font-size: 12px;

}

@media screen and (max-width: 767px) {
	.single_add_to_cart_button {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.search {
		position: absolute;
		left: 65px;
		margin-bottom: -4px;
	}

	.dgwt-wcas-search-form {
		border: 1px solid #d5d5d5;
		border-radius: 2PX;
		margin-left: 49px;

	}

	html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form {
		min-width: 250px !important;
		margin-top: -43px;
	}

	.page-head__breadcrumbs>span {
		flex-wrap: wrap;
		line-height: 2.2;
	}

	.filter-right.active {
		width: auto;
		left: 0;
	}
}

.cfvsw-swatches-option {
	background: transparent;
}

.cfvsw-label-option,
.cfvsw-image-option {
	border: none;
}

.cfvsw-selected-swatch {
	width: 36px !important;
	height: 36px !important;
}

.cfvsw-swatches-container {
	grid-gap: 17px;
	margin: 0 0 20px 0;
}

.cfvsw-selected-swatch:before {
	content: "";
	border: dashed;
	width: 50px;
	display: block;
	height: 50px;
	border-radius: 100%;
	background-color: transparent;
	position: absolute;
	left: -7px;
	top: -8px;
	border: 1px dashed #000;
}



.cfvsw-label-option:hover .cfvsw-swatch-inner:before {
	content: "";
	border: dashed;
	width: 50px;
	display: block;
	height: 50px;
	border-radius: 100%;
	background-color: transparent;
	position: absolute;
	left: -7px;
	top: -8px;
	border: 1px dashed #000;
}

.cfvsw-swatches-option:hover .cfvsw-swatches-option:before {
	content: "";
	border: dashed;
	width: 50px;
	display: block;
	height: 50px;
	border-radius: 100%;
	background-color: transparent;
	position: absolute;
	left: -7px;
	top: -8px;
	border: 1px dashed #000;
}

.reset_variations {
	margin: 25px 0;
}

.filter-right {
	overflow: auto;
}


.product-size {
	font-size: 12px;
	color: #7f7f7f;
}

.filter-btn .button-black {
	width: 100%;
	justify-content: center;
}

.one-item-wrap h1 {
	margin-bottom: 20px;
}

.counter-plus,
.counter-minus {
	font-size: 0;
}


.resultInfo p {
	align-items: center;
	color: #0b0b0b;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 15px;
}

.checkout-form-container {
	display: flex;
	flex-direction: column;
}

.order-part-container {
	display: flex;
}

.woocommerce-checkout-payment {
	/* 	display:none; */
}

.payment_method_liqpay {}

.payment_method_liqpay .payment_box.payment_method_liqpay {
	display: none !important;
}


.zoom-container {
	position: relative;
	overflow: hidden;
	cursor: zoom-in;
}

.zoom-container .card-sale {
	bottom: auto;
	top: 10px;
	width: 70px;
	height: 30px;
	font-size: 16px;
}

.zoom-container img {
	display: block;
	width: 100%;
	transition: transform 0.3s ease;
	cursor: inherit;
}

.remove-product-cart-panel {
	width: 15px;
	height: 15px;
	margin: 1px 0 0px 0;
}

.remove-product-cart-panel svg {
	transition: 0.5s all;
}

.remove-product-cart-panel svg>.delete-icon {
	transition: 0.5s all;
}

.remove-product-cart-panel:hover svg>.delete-icon {
	fill: red;
}


#payment input,
#shipping_method input {
	all: revert;
}

.woocommerce form .form-row {
	margin: 0 0 17px 0;
	padding: 0;
}

.page-template h1,
.page-template-default h1 {
	font-size: 35px;
	margin-bottom: 20px;
}

#billing_country_field {
	display: none;
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
	float: none;
	width: 100%;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
	color: #000;
	font-style: normal;
	font-weight: 500;
	height: 41px;
	line-height: 16px;
	padding-left: 13px;
	width: 100%;
	border: 1px solid #000;
	border-radius: 0;
	font-size: 11px;
}

.form-row.notes .woocommerce-input-wrapper {
	display: flex;
}

.woocommerce form .form-row textarea {
	width: 100%;
	color: #000;
	font-style: normal;
	font-weight: 500;
	border: 1px solid #000;
	padding: 9px 12px;
}


.woocommerce-checkout-review-order-table {
	display: none;
}

.woocommerce-checkout #payment {
	background: transparent;
}

.woocommerce-privacy-policy-text {
	display: none !important;
}

.form-row.place-order .button.alt {
	background: #000 !important;
}

.order-wrap .woocommerce-NoticeGroup {
	display: none !important;
}

.zen-ui-select__search-input {
	width: -webkit-fill-available;
}

.order-part h3 {
	display: none;
}

.woocommerce-checkout #payment ul.payment_methods li label {
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 13px;
	margin-bottom: 0;
	padding-left: 20px;
	margin-left: -20px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.wc_payment_methods.payment_methods.methods li {
	display: flex;
	position: relative;
	padding: 0;
	margin: 0 0 25px 0 !important;
}


#order_comments_field label {
	line-height: 1.4;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
}

.zen-ui-select__value>svg {
	width: 15px;
	height: 15px;
	opacity: 0.7;
}

#sendType {
	box-sizing: border-box;
	width: 100%;
}

.zen-ui-select__value {
	border: 1px solid #000;
	height: 21px;
}

.zen-ui-select__value-text {
	font-size: 14px;
	padding-top: 1px;
}

.zen-ui-select__option {
	font-size: 14px;
}



/* Стили для кастомного радио */
ul.wc_payment_methods li.wc_payment_method {
	position: relative;
	padding-left: 30px;
	/* Отступ для кружка */
	cursor: pointer;
}

/* Сам кружок */
ul.wc_payment_methods li.wc_payment_method .checkmark.radio-btns {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 17px;
	width: 17px;
	background-color: #eee;
	border: 1px solid #000;
	border-radius: 50%;
	box-sizing: border-box;
}

/* Кружок активного состояния */
ul.wc_payment_methods li.wc_payment_method.selected .checkmark.radio-btns::after {
	content: "";
	position: absolute;
	background: #fff;
	border-radius: 50%;
	height: 7px;
	left: 4px;
	top: 4px;
	width: 7px;
	background-color: #000;
	display: block;
	border-radius: 50%;
	display: block;
}

ul.wc_payment_methods li.wc_payment_method.selected .checkmark.radio-btns {
	background-color: #fff;
}



#place_order {
	justify-content: center;
	width: 100%;
}


.wrap-ware-item.total-sum-block button {
	padding: 18px 33px;
	line-height: 17px;
}

#place_order {
	padding: 18px 0;
	line-height: 17px;
}

.woocommerce-checkout #payment div.form-row {
	padding: 40px 0;
}

.form-row.place-order {
	padding: 0;
}

.woocommerce-thankyou-order-received {
	font-size: 45px;
	line-height: 37px;
	margin-bottom: 50px;
}


.woocommerce-order-overview.woocommerce-thankyou-order-details {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	padding: 20px;
}

.woocommerce ul.order_details li strong {
	margin: 10px 0 0 0;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
	color: #0b0b0b;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.woocommerce table.shop_table {
	border-radius: 0;
}

@media screen and (max-width: 767px) {
	.woocommerce ul.order_details li {
		margin: 0 0 25px 0;
		border-right: none;
	}
}

.shop_table.order_details {
	background: white;
	width: 100%;
}

.woocommerce-customer-details address {
	background: white;
	border-radius: 0 !important;
	padding: 15px !important;
}

.woocommerce-customer-details address p {
	margin: 10px 0 0 0;
}

.woocommerce-column--shipping-address address {
	line-height: 1.7;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
	line-height: 1.3;
}










.modal-size-table {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.modal-size-table-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.modal-size-table-content {
	position: relative;
	background: #fff;
	padding: 25px;
	max-width: 700px;
	width: 90%;
	border-radius: 8px;
	z-index: 10000;
	overflow-y: auto;
	max-height: 80vh;
}

.close-size-table {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 24px;
	border: none;
	background: none;
	cursor: pointer;
}

.modal-size-table-body table {
	width: 100%;
	border-collapse: collapse;
}

.modal-size-table-body td,
.modal-size-table-body th {
	border: 1px solid #ddd;
	padding: 8px;
}

.btn-back-to-home {
	display: inline-flex;
	padding: 8px 26px;
	justify-content: center;
	align-items: center;
	border: 2px solid #000;
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.201px;
	text-transform: uppercase;
	transition: all ease 0.3s;
	width: fit-content;
}

.error-page {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.error-page-title {
	position: relative;
}

.error-page-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 50px;
	border-bottom: 2px solid #0068e1;
	border-bottom: 2px solid #000000;
}

.error-image {
	width: 100%;
}

.error-page-title {
	font-size: 28px;
	line-height: 36px;
	padding-bottom: 22px;
	margin-bottom: 26px;
}

.error-page-left>p {
	width: 350px;
	margin-bottom: 44px;
	color: #6e6e6e;
}

.error-page-wrap {
	margin-top: 70px;
	padding-bottom: 20px;
}

.error-page-left {
	display: flex;
	justify-content: center;
	flex-direction: column;

}

.woocommerce-variation-description {
	display: none !important;
}

.user-login-icon {
	align-items: center;
	background-color: rgb(111, 182, 98);
	bottom: -7px;
	color: rgb(255, 255, 255);
	font-family: Montserrat;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	height: 11px;
	position: absolute;
	right: -8px;
	width: 10px;
	z-index: 9;
	display: flex;
	justify-content: center;
	border-width: 3px;
	border-style: solid;
	border-color: rgb(245, 245, 245);
	border-image: initial;
	border-radius: 100%;
	padding: 3px;
}


.cabinet-menu li a {
	font-size: 16px;
	line-height: 36px;
	position: relative;
	display: inline-block;
	color: #191919;
	padding: 8px 0 8px 28px;
}

.my-cabinet {
	display: flex;
}

.cabinet-wrapper .cabinet-menu {
	min-width: 245px;
	background: white;
	padding: 20px 30px;
}

.cabinet-wrapper .cabinet-content {
	padding: 20px 30px;
	background: white;
	width: 100%;
	margin-left: 30px;
	line-height: 2;
}

.cabinet-content a {
	text-decoration: underline;
	font-size: 16px;
	font-weight: 600;
}

.cabinet-content .woocommerce-Address a {
	float: left !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: auto;
}

.cabinet-menu li.is-active a:after {
	position: absolute;
	content: "";
	left: 0;
	top: 17px;
	height: 15px;
	width: 7px;
	background: #0068e1;
	background: black;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.woocommerce-EditAccountForm .form-row .input-text {
	color: #000;
	font-style: normal;
	font-weight: 500;
	height: 41px;
	line-height: 16px;
	padding-left: 13px;
	width: 100%;
	border: 1px solid #000;
	border-radius: 0;
	font-size: 16px;
	margin: 0 0 10px 0;
}

.woocommerce-EditAccountForm .form-row label {
	color: #a9a9a9;
	font-size: 16px;
}

.woocommerce-EditAccountForm button.woocommerce-Button {
	background: #000;
	color: #fff;
	margin: 30px 0 0 0;
	float: right;
}


.cabinet-content .woocommerce-EditAccountForm .woocommerce-form-row {
	width: 48%;
}

.cabinet-content .woocommerce-EditAccountForm {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}


.cabinet-content .woocommerce-EditAccountForm fieldset {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin: 30px 0 0 0;
}

.cabinet-content .woocommerce-Address-title {
	margin: 20px 0;
}

.page-template-my-account .woocommerce-orders-table.woocommerce-MyAccount-orders {
	width: 100%;
}

.page-template-my-account .woocommerce-orders-table__row {
	margin: 15px 0;
}


.woocommerce-orders-table__cell-order-actions a {
	margin: 10px 0;
	background: #000;
	color: #fff;
	padding: 18px 33px;
	width: auto;
	border: 1px solid #000 !important;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 17px !important;
	display: flex !important;
	align-items: center;
	letter-spacing: 0.0155em !important;
	transition: all ease-in-out 0.3s;
	cursor: pointer;
	border-radius: 0 !important;
	text-decoration: none;
	justify-content: center;
}

.woocommerce-orders-table__cell-wcus_shipment,
.woocommerce-orders-table__header-wcus_shipment {
	display: none;
}

.account-orders-table thead th {
	padding-bottom: 20px;
}

.account-orders-table thead {
	color: #6f7682;
	/*     font-size: 14px; */
	font-style: normal;
	font-weight: 600;
	line-height: 17px;
}


.empty-cart__empty {
	border-bottom: 1px dashed #c8c7c7;
}

.cabinet-content .woocommerce-order-details {
	margin: 25px 0 35px;
}


/* Скрыть сезон */
.variations [swatches-attr="attribute_pa_sezon"] {
	display: none !important;
}

/* Скрыть материал */
.variations [swatches-attr="attribute_pa_material"] {
	display: none !important;
}






@media screen and (max-width: 380px) {
	.error-page-left>p {
		width: auto;
	}
}

@media screen and (min-width: 992px) {
	.error-page-title {
		padding-bottom: 21px;
	}

	.error-page-left {
		width: 60%;
		flex: 0 0 38.8888888889%;
		max-width: 38.8888888889%;
	}

	.error-page-right {
		width: 40%;
		width: 40%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.error-page-title {
		font-size: 2.5rem;
		line-height: 1.2;
	}
}

@media screen and (max-width: 991px) {
	.error-page-title:after {
		right: 0;
		margin: 0 auto;
	}

	.error-page {
		flex-direction: column-reverse;
	}

	.error-page-right {
		margin-bottom: 43px;
		text-align: center;
	}

	.error-page-left {
		align-items: center;
		text-align: center;
	}
}

@media screen and (max-width: 780px) {
	.bread {
		margin-bottom: 15px;
	}

	.bread:before {
		display: none;
	}

	.bread-links {
		margin: 0;
		padding: 0 14px;
	}

	.bread-links a:not(:last-child):after {
		display: none;
	}

	.right-oferta {
		width: 100%;
	}

	.woocommerce-thankyou-order-received {
		font-size: 36px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 670px) {
	.woocommerce-thankyou-order-received {
		font-size: 26px;
	}
}

strong {
	font-weight: 600;
}

.grid-template:not(.slick-initialized) {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
}

.main-image-slider:not(.slick-initialized) .slick-track .slick-slide:not(:first-child) {
	display: none;
}
