img, svg {
	max-width: 100%;
	height: auto;
}
.header {
	position: relative;
	z-index: 100;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.header-top,
.header-bot {
	display: none;
	padding: 15px 0 12px;
}
.header-top {
	border-bottom: 1px solid #DEDEDE;
}
.header-top .btn-callback {
	display: none;
}
.section {
	padding: 8px 0;
}
.subtitle {
	font-size: 16px;
	margin-bottom: 20px;
	color: #414141;
}
.p-r {
	position: relative;
}
img {
	max-width: 100%;
}
svg {
	max-height: 100%;
}
.btn {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.1s;
	font-family: 'Onest', sans-serif;
	line-height: 1;
	font-size: 12px;
	text-align: center;
	position: relative;
	border-radius: 12px;
	background-color: transparent;
}
.btn-v2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.1s;
	font-family: 'Onest', sans-serif;
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	border-radius: 12px;
	text-align: center;
	position: relative;
	color: #fff;
	padding: 10px;
	background-color: #FFC41F;
	min-width: 150px;
}
.btn-v2:hover {
	background-color: #F6A122;
}
.btn-v2-accent {
	background-color: #D05732;
}
.btn-v2-accent:hover {
	background-color: #EA8F74;
}
.btn-callback {
	color: #5A5A5A;
	background-color: transparent;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding: 10px;
	border: 1px solid #DEDEDE; 
}
.btn-callback:hover {
	color: #fff !important;
	background-color: #E57351;
	border-color: #E57351;
}
.btn-icon {
	display: none;
	margin-left: 8px;
}
.btn-blue-icon {
	background-color: #2F5C73;
	font-weight: 500;
	color: #fff !important;
	border-radius: 10px;
	font-size: 15px;
	padding: 10px 17px 10px 50px;
}
.btn-blue-icon::before {
	content: '';
	display: inline-block;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto 0;
	background: url(/img/icons/obr.svg) no-repeat center/contain;
	
}
.btn-stamp-icon {
	padding: 14px 11px 14px 43px;
	font-weight: 600;
	color: #E57351;
	border: 1px solid #E57351;
	background-color: transparent;
	font-size: 16px;
	min-width: 215px;
	transition: all 0.1s;
}
.btn-stamp-icon path {
	transition: all 0.1s;
}
.btn-stamp-icon:hover {
	color: #fff;
	background-color: #E57351;
}
.btn-stamp-icon:hover path {
	stroke: #fff; 
}
.btn-stamp-icon svg { 
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 21px;
	left: 11px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.btn-stamp-remove {
	padding: 0 35px 0 0;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.1s;
	color: #E57351;
	border: 1px solid #F3C0B0;
}
.btn-stamp-remove span {
	display: inline-block;
	border-radius: 12px;
	padding: 14px 10px;
	transition: all 0.1s;
	border: 1px solid #E57351;
	margin: -1px 0 -1px -1px;
}
.btn-stamp-remove:hover span {
	background-color: #E57351;
	color: #fff;
}
.btn-stamp-remove-icon {
	position: absolute;
	width: 35px;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
}
.btn-stamp-remove svg {
	display: inline-block;
	width: 16px;
	height: 18px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.btn-stamp-add {
	border: 1px solid #E57351;
	padding: 14px 20px 14px 50px;
	transition: all 0.1s;
	color: #E57351;
	font-weight: 600;
	font-size: 16px;
}
.btn-stamp-add:hover {
	background-color: #E57351;
	color: #fff;
}
.btn-stamp-add span {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-color: #E57351;
}
.btn-accent {
	color: #fff;
	background-color: #E57351;
	font-weight: 600;
	border-radius: 8px;
	padding: 15px 29px;
	min-width: 85px;
}
.btn-accent:hover {
	background-color: #b93d15;
}
.btn-border {
	border: 1px solid #414141;
	color: #414141;
	border-radius: 8px;
	background-color: #fff;
	padding: 17px 20px;
}
.btn-border-v2 {
	font-size: 14px;
	color: #414141;
	border-radius: 8px;
	padding: 8px 21px 8px 21px;
	border: 1px solid #414141;
	background-color: rgba(255,255,255,0.74);
}
.btn-border-v2:hover {
	color: #fff;
	background-color: #E54B1A;
	border-color: #E54B1A;
}
.btn-accent-border {
	border: 1px solid #E54B1A !important;
	color: #E54B1A !important;
	font-weight: 600;
	border-radius: 12px;
	padding: 14px 29px;
	min-width: 170px;
	background: none !important;
}
.btn-accent-border:hover {
	color: #fff;
	background-color: #E54B1A;
}
.btn-pagination {
	color: #E54B1A;
	border-radius: 5px;
	padding: 8px 10px;
	text-align: center;
	border: 1px solid #E54B1A;
	min-width: 270px;
}
/**/
.title {
	margin-bottom: 20px;
}
.catalog-main {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.catalog-main-item-img,
.catalog-main-item-name {
	display: block;
	text-decoration: none;
}
.catalog-main-item-img {
	margin-bottom: 5px;
	text-align: center;
}
.catalog-main-item-img img {
	max-height: 80px;
}
.catalog-main-item-name {
	color: #414141;
	margin-bottom: 0;
	font-size: 15px;
	font-family: 'Actay Wide', sans-serif;
	transition: all 0.1s;
	text-align: center;
}
.catalog-main-item-name:hover {
	color: #2F5C73;
}
.catalog-main-sub-box {
	position: relative;
}
.catalog-main-sub {
	display: none;
}
.catalog-main-sub-out {
/*	margin-top: 8px;*/
	position: absolute;
	padding: 0 10px 10px;
	top: 0;
	left: -10px;
	right: -10px;
	box-shadow: 5px 8px 8px rgba(0,0,0,0.25);
	background-color: #fff;
	border-radius: 0 0 12px 12px;
	z-index: 2;
/*
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
*/
	opacity: 0;
	visibility: hidden;
}
.catalog-main-sub-name {
	color: #000;
	display: block;
	text-decoration: none;
	transition: all 0.1s;
	font-family: 'Onest', sans-serif;
}
.catalog-main-sub-name:hover {
	color: #D05732;
	font-weight: 500;
}
.catalog-main-sub-item {
	margin-bottom: 8px;
	
}
.catalog-main-sub-item:last-child {
	margin-bottom: 0;
}
.catalog-main-col {
	width: 50%;
	margin-bottom: 5px;
	position: relative;
}
.catalog-main-item {
	height: 100%;
	position: relative;
}
.catalog-main-item:hover .catalog-main-item-container {
	box-shadow: 5px 5px 8px rgba(0,0,0,0.25);
}
.catalog-main-item-container {
	padding: 10px;
	transition: all 0.1s;
	border-radius: 12px;
	height: 100%;
	background-color: #fff;
	z-index: 2;
}
.catalog-main-item-v2:hover .catalog-main-sub-out {
	opacity: 1;
	visibility: visible;
}
.home-catalog {
	padding: 30px 0 0px;
}
.home-banner {
	position: relative;
	min-height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
}
.home-banner .slider-dots {
	display: block;
}
.home-slider {
	display: none;
}
.home-slider.slick-initialized {
	display: block;
}
.home-slider-item {
	background-position: center;
	background-size: cover;
	position: relative;
	font-family: 'Onest', sans-serif;
	color: #414141;
/*	left: 1.2em;*/
}
.home-slider-item-dark .home-slider-item-name,
.home-slider-item-dark .home-slider-item-subtitle {
	color: #fff;
}
.home-slider-item-bg,
.home-slider-item-bg-mobile { 
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
}
.home-slider-item-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-slider-item-subtitle {
	text-transform: uppercase;
	font-weight: 500;
	color: #D05732;
	font-size: 15px;
	line-height: 1.2;
}
.home-slider-item-btns { 
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	row-gap: 15px;
	margin-left: -8px;
}
.home-slider-item-btns .btn-v2 {
	margin-left: 8px;
	width: calc(50% - 8px);
}
.home-slider-arrows {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	display: none;
}
.home-slider-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
}
.home-slider-arrows .slider-arrow {
	position: static;
}
.home-slider-btn-form {
	width: 100% !important;
}
.slider-arrows {
	display: flex;
	align-items: center;
}
.slider-arrow {
	height: 20px;
	width: 20px;
	cursor: pointer;
	display: none !important;
	transform-origin: center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 10;
}
.product__bot-slider .slider-arrow {
	width: 20px;
	height: 20px;
	display: inline-block !important;
} 
.slider-arrow:hover path {
	fill: #E54B1A;
}
.slider-arrow:hover rect {
	stroke: #E54B1A;
}
.slider-arrow path,
.slider-arrow rect {
	transition: all 0.1s;
}
.slider-arrow-prev {
	left: 0;
}
.slider-arrow-next {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 0;
}

.home-slider-arrows .slider-arrow-next{
	margin-left: 15px;
}
.home-slider-container {
	position: relative;
	z-index: 1; 
}
.home-slider-item-content {
	max-width: 600px;
	padding: 25px 0 45px;
	min-height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.home-slider-item-name {
	font-family: 'Actay Wide', sans-serif;
	font-weight: bold;
/*	margin-bottom: 20px;*/
	font-size: 21px;
	margin-bottom: 12px;
}
.home-slider-item-text {
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 1.5;
}
.home-slider-item-img {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	margin-left: auto;
/*	display: none;*/
}
.portfolio-home-content-col {
	padding: 0 15px;
}
.portfolio-home-content-col {
	width: 100%;
}
.portfolio-wrap {
	position: relative;
}

.portfolio-title {
	font-weight: 55px;
	font-weight: bold;
	color: #fff;
	font-family: 'Actay Wide', sans-serif;
	margin-bottom: 50px;
	line-height: 1.1;
}
.portfolio-row {
	row-gap: 80px;
}
.portfolio-col {
/*	margin-bottom: 80px;*/
}
.portfolio-item {
	color: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.portfolio-item-img {
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}
.portfolio-item-name {
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.portfolio-item-text {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3;
}
.portfolio-item-text li {
	position: relative;
	padding-left: 25px;
}
.portfolio-item-text li::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 11px;
	top: 10px;
}
.compains-items {
	position: relative;
}
.compains-item {
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 0 5px;
	
}

.compains-item:hover .compains-item-img {
	filter: none;
}
.compains-item-img {
	transition: all 0.1s;
}
.products-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.product-col {
	width: 100%;
	margin-bottom: 0;
	position: relative;
}
.product-col:hover .product-item-container {
	box-shadow: 5px 5px 8px rgba(0,0,0,0.25);
}
.product-item-container {
	height: 100%;
	min-height: 100%;
	padding: 10px;
	z-index: 100;
	background-color: #fff;
}
.product-card {
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	row-gap: 5px;
}

.product-card-img {
	display: flex;
	justify-content: center;
	margin-bottom: 8px;
	width: 100%;
}
.product-card-img img {
	object-fit: contain;
}
.product-card-colors {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px;
/*	margin-bottom: 15px;*/
	width: 100%;
	height: 40px;
	overflow: hidden;
}
.product-card-color-item {
	width: calc(20% - 4px);
	height: 40px;
	cursor: pointer;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.product-card-top {
	margin-bottom: 17px;
	width: 100%;
}
.product-card-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 15px;
	margin-top: 15px;
}
.slick-slider .product-card-bottom {
	margin-top: 0;
}
.product-card-bottom .btn-accent,
.product-card-bottom .btn-accent-border{
	width: 100%;
}
.product-card-btn {
	border-radius: 3px;
	background: #fff;
	border: 1px solid #414141;
	color: #414141;
	width: 23px;
	height: 23px;
	text-align: center;
	font-size: 12px;
	padding: 0;
	cursor: pointer;
	line-height: 1;
	display: inline-block;
}
.slick-slider .product-card-btn {
	width: 12px;
	height: 12px; 
}
.product-card-q {
	display: flex;
	align-items: center;
}
.product-q {
	width: 20px;
	text-align: center;
}
.product-card-labels {
	position: relative;
	padding-left: 45px;
	min-height: 12px;
	margin-bottom: 3px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	min-height: 40px;
	align-items: center;
	justify-content: flex-end;
}
.product-card-whishlist {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
}
.slick-slider .product-card-labels {
	padding-left: 0;
	padding-right: 15px;
	min-height: 10px;
	justify-content: flex-start;
}
.slick-slider .product-card-whishlist {
	width: 10px;
	height: 10px;
	right: 0;
	left: auto;
}

.product-card-whishlist svg {
	width: 100%;
}
.product-card-whishlist.active path {
	fill: #E54B1A;
}
.product-card-label {
	border-radius: 7px;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	min-width: 52px;
	line-height: 23px;
	font-weight: 300;
	height: 20px;
}
.product-card-label-accent {
	background-color: #E54B1A;
}
.product-card-label-yellow {
	background-color: #F6A122;
}
.product-card-label-yellow-border {
	color: #F6A122;
	border: 1px solid #F6A122;
}
.product-card-top-discont,
.product-card-price-discont {
	font-weight: 500;
}
.product-card-name {
	color: #414141;
	font-size: 14px;
	display: block;
	margin-bottom: 6px;
	font-weight: 500;
}
.product-card-num,
.product-card-count {
	font-size: 12px;
	color: #414141;
	margin-bottom: 3px;
}
.product-card-price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	margin-bottom: 10px;
	justify-content: center;
}
.product-card-price-old {
	color: #ADADAD;
	font-size: 18px;
}
.product-card-price-value {
	font-size: 30px;
	font-weight: 500;
	display: flex;
	gap: 10px;
	align-items: center;
}
.slick-slider .product-card-price-value {
	font-size: 20px;
}
.slick-slider .product-card-price-old {
	font-size: 12px;
}
.catalog__content-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	position: relative;
}
.catalog__content-title {
	font-size: 20px;
	font-weight: 500;
	color: #414141;
	line-height: 1.2;
	width: 100%;
	margin-bottom: 20px;
	font-family: 'Actay Wide', sans-serif;
}
.catalog-filter-list {
	padding-top: 20px;
}
.catalog-filter-list-img {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.catalog-filter-list-img label {
	display: inline-block;
	padding-left: 0 !important;
	width: 17px;
	height: 17px;
	border-radius: 3px;
}
.catalog-filter {
/*	display: none;*/
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}
.catalog-filter input {
	display: none;
}
.catalog-filter input:checked + span svg {
	display: inline-block;
}
.catalog-filter-item-label {
	position: relative;
	padding-left: 18px;
	font-size: 15px;
	cursor: pointer;
	font-weight: 300;
	color: #414141;
}
.catalog-filter-item-label.active {
	font-weight: 500;
}
.catalog-filter-item-label span {
	display: inline-block;
	position: absolute;
	width: 13px;
	height: 13px;
	border: 1px solid #414141;
	left: 0;
	top: 3px;
}
.catalog-filter-item-label svg {
	display: none;
	width: 9px;
	height: 7px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.catalog-select {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.catalog-select::after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	bottom: -5px;
	height: 1px;
	background-color: #414141;
}
.nice-select {
	padding-right: 28px;
}
.nice-select::after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 7px;
	background: url(/img/icons/chevron.svg) no-repeat center/contain;
	position: absolute;
	right: 0;
	top: 4px;
}
.nice-select .list {
	min-width: 145px;
	font-size: 12px;
	padding: 10px 12px;
	box-shadow: -2px 2 4px rgba(0,0,0,0.15); 
	margin-top: 7px;
}
.nice-select li {
	margin-bottom: 9px;
}
.nice-select li:last-child {
	margin-bottom: 0;
}
.nice-select li.selected {
	font-weight: 500;
}
.catalog-menu {
	background-color: #E57351;
	color: #fff;
	font-size: 16px;
	padding: 15px 12px 15px 42px;
	position: relative;
	display: none;
	border-radius: 10px;
}
.catalog-menu-buger {
	position: absolute;
	width: 24px;
	height: 24px;
	left: 12px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.catalog-menu-buger.active span:nth-child(2) {
	opacity: 0;
}
.catalog-menu-buger.active span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 11px;
}
.catalog-menu-buger.active span:last-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 11px;
}
.catalog-menu-buger span {
	display: inline-block;
	width: 17px;
	height: 2px;
	border-radius: 5px; 
	background-color: #fff;
	position: absolute;
	transform-origin: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 0.1s;
}
.catalog-menu-buger span:first-child {
	top: 5px;
}
.catalog-menu-buger span:nth-child(2) {
	top: 11px;
}
.catalog-menu-buger span:last-child {
	bottom: 5px;
}
.catalog-mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #fff;
	height: calc(100vh - 178px);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-2%);
	transition: all 0.1s;
}
.catalog-mega-menu.active {
	opacity: 1;
	visibility: visible;
	transform: none;
}
.catalog-mega-menu .container {
	height: 100%;
}
.catalog-mega-menu-row {
	display: flex;
	align-items: flex-start;
	height: 100%;
/*	justify-content: space-between;*/
}
.catalog-mega-menu-left {
	max-height: 100%;
	overflow-y: auto;
	overflow-x: visible;
	min-width: 335px;
}
.catalog-mega-menu-right {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	padding-top: 50px;
}
.catalog-mega-menu-wrap {
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: visible;
}
.catalog-menu-banner {
	min-width: 335px;
	width: 335px;
	display: none;
}
.catalog-menu-banner .btn-v2 {
	font-size: 14px;
}
.catalog-menu-banner-item {
	position: relative;
}
.catalog-menu-banner-item-dark .catalog-menu-banner-name {
	color: #fff;
}
.catalog-menu-banner-content {
	position: absolute;
	top: 60px;
	left: 10px;
}
.catalog-menu-banner-name {
	display: block;
	font-weight: bold;
	font-family: 'Actay Wide', sans-serif;
	font-size: 22px;
	margin-bottom: 30px;
	color: #2D1613;
}
.catalog-mega-menu a {
	display: block;
	color: #414141;
	transition: all 0.1s;
	font-size: 15px;
}
.catalog-mega-menu a:hover {
	color: #E54B1A;
}
.catalog-mega-menu-list {
	min-width: 335px;
	background-color: #F4F4F4;
	border-radius: 0 0 15px 15px;
	padding: 45px 0 45px 25px;
	
}
.catalog-mega-menu-item {
	position: relative;
	transition: all 0.1s;
	padding-left: 19px;
}
.catalog-mega-menu-item-custom {
	margin-bottom: 15px;
}
.catalog-mega-menu-item:hover .catalog-mega-menu-l2 {
	opacity: 1;
	visibility: visible;
}
.catalog-mega-menu-icon {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.catalog-mega-menu-link {
	padding: 8px 10px 6px 15px;
	border-radius: 15px 0 0 15px;
}
.catalog-mega-menu-link:hover {
	font-weight: 500;
	background-color: #fff;
}
.catalog-mega-menu-l2 {
	padding-left: 30px;
	background-color: #fff;
	display: none;
	column-count: 2;
	transition: all 0.1s;
	
}
.catalog-mega-menu-l2-custom {
	column-count: 1;
}
.catalog-mega-menu-l2.active {
	display: block;
}
.catalog-mega-menu-l3 {
	margin-top: 10px;
}
.catalog-mega-menu-l2-item {
	min-width: 291px;
	margin-bottom: 10px;
}
.catalog-mega-menu-l2-item-custom {
	width: 100%;
/*	margin-bottom: 15px;*/
}
.catalog-mega-menu-l2-item a {
	font-weight: 500;
}
.catalog-mega-menu-l3-item {
	margin-bottom: 10px;
}
.catalog-mega-menu-l3-item a {
	font-size: 13px;
	font-weight: 300;
}
.catalog-filter-label {
	display: block;
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 100;
}
.catalog-filter-price {
	display: flex;
	gap: 12px;
	margin-top: 20px;
}
.catalog-filter-price-box {
	border-bottom: 1px solid #000;
}

.catalog-filter-price-input input::-webkit-input-placeholder {color: #b5b5b5;}
.catalog-filter-price-input input::-moz-placeholder          {color: #b5b5b5;}
.catalog-filter-price-input input:-moz-placeholder           {color: #b5b5b5;}
.catalog-filter-price-input input:-ms-input-placeholder      {color: #b5b5b5;}
.catalog-sections {
	display: flex;
	gap: 8px;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
.catalog-sections-link {
	display: inline-block;
	border-radius: 8px;
	border: 1px solid #DEDEDE;
	text-align: center;
	padding: 10px 7px;
	color: #9B9B9B;
	text-decoration: none;
	transition: all 0.1s;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 5px;
	cursor: pointer;
}
.catalog-sections-link.active,
.catalog-sections-link:hover {
	background-color: #E54B1A;
	color: #fff;
	border-color: #E54B1A;
}
.form-main {
	padding-bottom: 0;
}
.form-main .container {
	padding-right: 0;
	padding-left: 0;
}
.form-main-content {
	border-radius: 0;
	padding: 20px 15px 55px;
	display: block;
}
.form-main-content h2 {
	font-size: 18px;
	text-align: left;
	line-height: 1.3;
	margin-bottom: 7px;
	color: #fff;
}
.form-main-content h2 span {
	display: block;
}
.form-main-form {
	max-width: 265px;	
	margin: 0 auto;
	display: block !important;
}
.form-main-content .form-input {
	border-radius: 8px;
	height: auto;
	font-size: 12px;
	margin-bottom: 10px;
	width: 100%;
	padding: 2px 6px;
}
.footer-main {
	margin-top: 0;
}
.form-main-submit {
	font-size: 12px;
	border-radius: 12px !important;
	width: 115px !important;
	height: auto!important;
	padding: 2px 5px;
	background-color: #FFC41F;
	transition: all 0.2s;
	cursor: pointer;
	color: #fff;
	font-weight: 500;
}
.form-main-submit:hover {
	background-color: #F6A122;
}
.form-main-content-row {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.slider-dots {
	display: block;
	margin-top: 15px;
}
.slick-track {
	display: flex;
	align-items: stretch;
}
.slick-dots {
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	padding: 0 20px;
	gap: 13px;
	justify-content: center;
}
.slider-dots li {
	margin: 0;
}
.slider-dots button {
	display: block;
	width: 24px;
	height: 5px;
	padding: 0;
	cursor: pointer;
	background-color: #919191;
	font-size: 0;
	border-radius: 10px;
}

.slider-dots .slick-active button {
	background-color: #E57351;
}
.home-banner .slider-dots button {
	background-color: #fff;
}
.home-banner .slider-dots .slick-active button {
	background-color: #E57351;
}
.logo {
	display: inline-block;
	max-width: 88px;
}
.whishlist {
	display: none;
}
.header-middle .header-top__contacts a {
	font-size: 14px;
}
.dgwt-wcas-search-wrapp {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
.dgwt-wcas-search-wrapp.active {
	opacity: 1;
	visibility: visible;
}
.header-middle {
	padding: 11px 0 11px;
	border: none;
}
.search-mobile,
.burger-menu {
	background: none;
	padding: 0;
	cursor: pointer;
}
.header-middle__right {
	gap: 15px;
}
.section-top-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: center;
}
.section-top-row h2 {
	margin-bottom: 0;
}
.section-top-row-link{
	display: none;
	color: #5A5A5A;
	font-size: 18px;
}
.section-top-row-link-m {
	display: inline-block;
}
.related-products {
	padding-left: 15px;
	padding-right: 15px;
}
.career-content_item {
	padding: 16px 7px;
	height: 140px;
	background-size: contain;
	background-repeat: no-repeat;
}
.career-content_item h4 {
	font-size: 12px;
}
.career-content_items.slick-slider {
	margin-left: -3px;
	margin-right: -3px;
}
.career-content_items.slick-slider .career-content_item {
	margin-left: 3px;
	margin-right: 3px;
}
.footer-phone-m {
	padding: 8px 10px;
	font-weight: 300;
	margin-top: 13px;
}
.product__bot-content .slick-slide {
	height: auto;
}
.mobile-menu {
	background-color: #fff;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 100;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	max-height: calc(100vh - 100px);
	height: calc(100vh - 100px);
	
	overflow-x: hidden;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-transform: translateY(-120%);
	transform: translateY(-120%);
}
.mobile-menu.active {
	transform: none;
}
.mobile-menu a {
	color: #5A5A5A;
	position: relative;
	display: block;
}
.mobile-menu a.active,
.mobile-menu a:hover {
	color: #E54B1A;
	font-weight: bold;
}
.mobile-menu a.active path,
.mobile-menu a:hover path {
	fill: #E54B1A;
}
.mobile-menu-list {
	background-color: #F4F4F4;
	padding: 21px 0px;
	margin-left: 15px;
	margin-right: 15px;
	border: 1px solid rgba(65,65,65,0.1);
	overflow-y: auto;
	height: 100%;
}
.mobile-menu-list li {
	background-color: #F4F4F4;
	padding-left: 15px;
	padding-right: 15px;
}
.mobile-menu-list > li {
	padding-bottom: 15px;
	font-size: 16px;
}
.mobile-menu-list > li > .mobile-menu-sub-list{
	margin-left: 15px;
	margin-right: 15px;
}
.mobile-menu-sub-list {
	position: absolute;
	top: 0;
	z-index: 2;
	background-color: #F4F4F4;
	left: 0;
	right: 0;
	padding: 21px 0;
	-webkit-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	height: 100%;
}
.mobile-menu-sub-list.active {
	transform: none;
	visibility: visible;
}
.mobile-menu-sub-list li {
	padding-bottom: 10px;
	font-size: 16px;
}
.mobile-menu-back {
	display: block;
	color: #5A5A5A;
	column-count: pointer;
	font-weight: 500;
}
.mobile-menu-back::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 13px;
	background: url(/img/icons/chevron-v2.svg) no-repeat center/contain;
	transform-origin: center;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-right: 7px;
}
.mobile-menu-link {
	display: flex !important;
	align-items: center;
	gap: 5px;
}
.mobile-menu-link-parent {
	padding-right: 15px;
	font-weight: 400;
}
.mobile-menu-link-icon {
	display: inline-block;
	width: 8px;
	height: 13px;
	right: 0;
	top: 3px;
	position: absolute;
}
.mobile-menu-link-icon svg {
	float: left;
}
.mobile-menu-list-hidden {
	visibility: hidden !important;
}
.variations_form th {
	font-weight: 400;
}
.product__right {
	display: flex;
	flex-direction: column;
}
.product__right .attribute {
	margin-top: 15px;
}
.product__info {
	margin-bottom: 0;
}
.product__info-thumb {
	display: flex;
	justify-content: center;
}
.flex-control-nav {
	margin-top: 20px;
}
.flex-control-thumb {
	width: 75px;
	height: 75px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	min-width: 75px;
}
.product__left .slider-arrow {
	display: inline-block !important;
}
.price-new .new {
	font-size: 25px;
}
.price-new .old {
	font-size: 18px;
}
.product-detail-labels .product-card-whishlist {
	width: 40px;
	height: 40px;
}
.product__bot.container {
	display: none;
}
.form-group--number button {
	width: 42px;
	height: 42px;
}
.form-group--number .form-control {
	width: 35px;
}
.product__right-rating,
.product__right-title,
.product__right-count {
	display: none;
}
.price-new {
	justify-content: center;
}
.price-new .product-card-label {
	display: none;
}
.product__wrap {
	gap: 15px;
}
.product-card-colors {
	display: none !important;
	position: static;
	margin-bottom: 15px;
}
.catalog__products .product-card-colors {
	display: flex !important;
	top: 47px;
	bottom: 0;
	right: 100%;
	margin-bottom: 15px;
}
.product__wrap .product-card-colors {
	margin-bottom: 0;
}
.product-card-colors .slick-list {
	width: 100%;
}
.product__left-top {
	text-align: center;
	margin-bottom: 15px;
}
.product__left-top-title {
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.3;
}
.product__left-top-count {
	margin-top: 5px;
}
.product__info {
	display: none;
}
.product__info-mobile {
	display: block;
	margin-bottom: 15px;
}
.product__bot-popular {
	display: none;
	margin-bottom: 40px;
}
.catalog-filter-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.catalog-filter-top-clear,
.catalog-filter-top-close {
	background: none;
	cursor: pointer;
	padding: 0;
	border: none;
}
.catalog-filter-top-clear {
	font-size: 12px;
	color: #E54B1A;
	display: inline-block !important;
}
.catalog-filter-top-name {
	font-size: 15px;
	font-weight: 600;
}
.catalog-filter-top-close {
	
}
.bx-filter-section {
	max-height: 73vh;
	overflow-y: auto;
}
.catalog__content-top-btns {
	display: flex;
	gap: 10px;
	align-items: center;
	position: absolute;
	right: 0;
	top: 1px;
}
.catalog__content-top-btn {
	background: none;
	cursor: pointer;
	padding: 0;
	border: none;
}
.page-numbers {
	color: #E54B1A;
	font-weight: 500;
	text-decoration: underline;
	display: inline-block;
}
.page-numbers.current {
	font-weight: 300;
	color: #414141;
	text-decoration: none;
}
.page-numbers.dots {
	text-decoration: none;
}
.page-numbers-arrow {
	transform-origin: center;
	display: inline-block;
}
.page-numbers-arrow-prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.product-card-name,
.product-card-num,
.product-card-count {
	display: none;
}
.product-card-count-mobile,
.product-card-num-mobile,
.product-card-name-mobile {
	display: block;
	text-align: center;
	
}
.slick-slider .product-card-name,
.slick-slider .product-card-num,
.slick-slider .product-card-count {
	display: block;
}
.slick-slider .product-card-count-mobile,
.slick-slider .product-card-num-mobile,
.slick-slider .product-card-name-mobile {
	display: none;
}
.product-card-name-mobile {
	font-size: 17px;
	margin-bottom: 14px;
	font-weight: 500;
}
.product-card-num-mobile,
.product-card-count-mobile {
	font-size: 12px;
}
.product-art {
	font-size: 12px;
	margin-bottom: 12px;
	display: none;
}
.woocommerce-product-gallery {
	min-height: 404px;
}
.woocommerce-product-gallery__wrapper,
.flex-control-thumbs {
	display: none;
}
.woocommerce-product-gallery__wrapper.slick-slider,
.flex-control-thumbs.slick-slider {
	display: block;
}
.product__info-desk table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}
.product__info-desk img {
	margin: 10px 0;
}
.product__info-desk td {
	border: 1px solid #222;
	padding: 3px;
}
.ajax-form {
	padding: 30px 15px 25px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	max-width: 315px;
	margin: 0 auto;
}
.mfp-close:hover path {
	fill: rgb(229, 115, 81);
}
.ajax-form .mfp-close {
	font-size: 0;
	width: 16px;
	height: 16px;
/*	background: url(/img/icons/x.svg) no-repeat center/contain;*/
	top: 14px;
	right: 14px;
	opacity: 1;
}
.ajax-form [type="submit"] {
	width: 100%;
}
.ajax-form-title {
	font-size: 16px;
	margin-bottom: 10px;
	color: #3F3F3F;
	font-family: 'Actay Wide', sans-serif;
	font-weight: bold;
}
.ajax-form-fields {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.ajax-form-field {
	margin-bottom: 10px;
	width: 100%;
}
.ajax-form-field textarea,
.ajax-form-field select,
.ajax-form-field input[type="text"],
.ajax-form-field input[type="tel"],
.ajax-form-field input[type="email"] {
	font-size: 12px;
	padding: 15px;
	line-height: 1.2;
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	display: block;
	color: #919191;
	width: 100%;
}
.ajax-form-field [data-required].required {
	border-color: #D05732;
}
.ajax-form-field textarea {
	min-height: 75px;
}
.ajax-form-label {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	color: #222;
}
.ajax-form-label span {
	color: #E54B1A;
}
.select2-container .select2-selection--single {
	padding: 15px;
	height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.2;
}
.select2-selection__arrow {
	width: 14px !important;
	height: 8px !important;
	right: 19px !important;
	top: 0 !important;
	bottom: 0;
	margin: auto 0; 
	background: url(/img/icons/chevron-v3.svg) no-repeat center;
}
.select2-selection__rendered {
	padding-left: 0 !important;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	font-size: 12px;
}
.select2-selection__arrow b {
	display: none;
}
.select2-dropdown {
	border: none !important;
	background-color: #fff;
	border-radius: 10px !important;
	box-shadow: 5px 5px 30px rgba(185,185,185,0.2);
	overflow: hidden;
}
.select2-results__option {
	padding: 5px 15px;
}
.select2-results__option:first-child {
	padding-top: 10px;
}
.select2-results__option:last-child {
	padding-bottom: 10px;
}
.catalog-banner {
	margin-bottom: 20px;
	position: relative;
	padding: 0 15px;
	min-height: 250px;
	display: flex;
}
.catalog-banner-dark .catalog-banner-uptitle,
.catalog-banner-dark .catalog-banner-title {
	color: #fff;
}
.catalog-banner-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.catalog-banner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.catalog-banner-content {
	max-width: 600px;
	padding: 30px 0;
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.catalog-banner-uptitle {
	font-weight: 500;
	
	margin-bottom: 12px;
	text-transform: uppercase;
	color: #5A5A5A;
	font-size: 22px;
}
.catalog-banner-title {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 20px;
	color: #2D1613;
	font-family: 'Actay Wide', sans-serif;
}
.get-math {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000000;
}
.get-math.active {
	opacity: 1;
	visibility: visible;
}
.file-upload-label {
	font-size: 16px;
	font-weight: 500;
	color: #E57351;
	display: flex;
	align-items: center;
	min-height: 50px;
	padding-left: 60px;
	cursor: pointer;
}
.file-upload-label svg {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 0;
	top: 0;
}
.file-upload-box {
	display: flex;
	flex-wrap: wrap;
	gap: 20px; 
} 
.file-upload-item {
	width: 100px;
	height: 100px;
	border-radius: 12px;
	background-color: #DEDEDE;
	font-size: 16px;
	color: #222;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.file-upload-item img { 
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.file-upload-item-delete {
	position: absolute;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background: url(/img/icons/x.svg) no-repeat center;
	background-color: #F4F4F4;
	right: 2px;
	top: 2px;
	z-index: 2;
	border-radius: 50%;
}
.label-agreement {
	display: block;
	position: relative;
	padding-left: 31px;
	line-height: 19px;
	font-size: 15px;
	color: #919191;
	text-align: left;
	cursor: pointer;
}

.label-agreement span {
	display: inline-block;
	width: 19px;
	height: 19px;
	position: absolute;
	border: 1px solid #E57351;
	border-radius: 3px;
	left: 0;
	top: 0;
}
.label-agreement span::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url('/img/icons/check.svg') no-repeat center;
	opacity: 0;
}
.checkbox-agreement:checked span {
	background-color: #E57351;
}
.checkbox-agreement:checked + span::after {
	opacity: 1;
}
.modalka .mfp-close {
	font-size: 0;
	width: 24px;
	height: 24px;
/*	background: url(/img/icons/x.svg) no-repeat center;*/
	right: 15px;
	top: 15px;
	opacity: 1 !important;
}
.product-reviews-box {
	padding: 15px;
	background-color: #DCEFFA;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	margin-top: 4px;
	margin-bottom: 15px;
}
.product-reviews-box .btn-v2 {
	display: inline-block;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 14px;
}
.product-reviews-box-left {
	margin-bottom: 20px;
	width: 100%;
}
.product-reviews-box-right {
	width: 100%;
}
.product-reviews-box-title {
	font-size: 14px;
	margin-bottom: 12px;
	text-align: center;
	color: #5A5A5A;
}
.product-reviews-box-count {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 15px;
	color: #414141;
	text-align: center;
	line-height: 1;
}
.product-reviews-rating td {
	padding-bottom: 8px;
}
.product-reviews-rating tr:last-child td {
	padding-bottom: 0;
}
.product-reviews-rating-item {
	font-size: 16px;
	color: #5A5A5A;
}

.product-reviews-rating-star {
	padding: 0 10px 0 6px;
}
.product-reviews-rating-line {
	width: 225px;
	background-color: #fff;
	border-radius: 10px;
}
.product-reviews-rating-line span {
	display: block;
	border-radius: 10px;
	background-color: #E57351;
	height: 4px;
}
.product-reviews-rating-count {
	padding-left: 10px;
}
.form-rating {
	text-align: left;
	display: flex;
	align-items: center;
}
.form-rating-title {
	font-size: 16px;
	color: #5A5A5A;
}
.form-rating-box {
	display: flex;
	margin-left: 24px;
	gap: 9px;
}
.form-rating-item {
	cursor: pointer;
}
.rating-star-bg,
.rating-star-stroke {
	display: none;
}
.rating-star-bg.active,
.rating-star-stroke.active {
	display: inline;
}
.review-item {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #dedede;
}
.review-item:first-child {
	padding-top: 0;
}
.review-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.review-item-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	color: #222;
	margin-bottom: 12px;
}
.review-item-top-group {
	display: flex;
	align-items: center;
}
.review-item-rating {
	margin-left: 10px;
}
.review-item-date {
	color: #919191;
}
.review-item-text {
	color: #5a5a5a;
	font-size: 16px;
	margin-top: 12px;
}
.review-item-photo {
	margin-top: 15px;
	display: flex;
	margin-left: -6px;
	margin-right: -6px;
	margin-bottom: -12px;
}
.review-item-photo-item {
	display: block;
	width: 50%;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 12px;
	border-radius: 4px;
	overflow: hidden;
	height: 120px;
}
.review-item-photo-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.reviews-nav {
	text-align: center;
	margin-top: 20px;
}
.reviews-nav .btn-v2 {
	min-width: 185px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.select2-container--default .select2-results__option--selected {
	background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #fff;
	color: #D05732;
}
.select_custom-box {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	background-color: #fff;
	z-index: 2;
	box-shadow: 5px 5px 30px rgba(185,185,185,0.2);
	border-radius: 10px;
	overflow: hidden;
	padding: 5px 8px 5px 15px;
}
.select_custom-box.active {
	display: inline-block;
}
.select_custom {
	max-height: 165px;
	overflow-y: auto;
	scrollbar-width: 10px;
}
.select_custom::-webkit-scrollbar {
  width: 10px;
}
.select_custom::-webkit-scrollbar-track {
  background: #F4F4F4;
	border-radius: 10px;
}
.select_custom::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border-radius: 10px;
}
[data-select-opt] {
	padding: 5px;
	font-size: 12px;
	cursor: pointer; 
}
[data-select-opt].active {
	color: #D05732;
}
.table-sizes,
.table-sizes-td {
	width: 100%;
	max-width: 320px;
	color: #919191;
	font-size: 16px;
}
.table-sizes td {
	padding: 15px 0;
	white-space: nowrap;
}
.table-sizes th {
	color: #5a5a5a;
	padding: 0 0 15px;
	text-align: left;
}
.table-sizes th:first-child {
	width: 58px;
}
.table-sizes th:last-child {
	width: 58px;
}
.table-sizes th:nth-child(2) {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.table-sizes td:first-child {
	text-align: center;
}
.table-sizes td:nth-child(2) {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.table-sizes td input {
	max-width: 90px;
	border-bottom: 1px solid #919191;
	text-align: left;
	padding: 0 5px; 
}
.table-sizes td input[readonly] {
	opacity: 0.5;
	cursor: not-allowed;
}
.table-sizes tr {
	display: table-row;
	margin-bottom: 0;
}
.product-item-scu-item-text-block img {
	max-width: 48px;
}
[v-cloak] {
	opacity: 0;
}
.product-stamp {
	display: flex;
	flex-wrap: wrap;
	gap: 20px; 
}
.product-stamp-btn {
	position: relative;
}
.product-stamp-select {
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.10);
	position: absolute;
	top: 100%;
	margin-top: 20px;
	width: 216px;
	background-color: #fff;
	z-index: 2;
	font-size: 15px;
	color: #222;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	border-radius: 12px;
	overflow: hidden;
}
.product-stamp-select.active {
	display: block;
}
.product-stamp-select::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 14px;
	border-bottom: 14px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.product-stamp-method {
	padding: 12px 10px;
	border-bottom: 1px solid #F4F4F4;
	cursor: pointer;
	transition: all 0.1s;
	overflow: hidden;
}
.product-stamp-method:hover,
.product-stamp-method.active {
	background-color: #DEDEDE;
}
.product-stamp-method:first-child {
	border-radius: 12px 12px 0 0;
}
.product-stamp-method:last-child {
	border-bottom: none;
	border-radius: 0 0 12px 12px;
}
.input_quantity {
	display: block;
	max-width: 208px;
	padding: 10px 5px;
	border-bottom: 1px solid #919191;
}
.product-stamp-add {
	padding: 54px 15px 15px;
	border-radius: 12px;
	font-size: 13px;
	box-shadow: 5px 6px 10px rgba(185,185,185, 0.12), -5px 6px 10px rgba(185,185,185, 0.12);
	width: 100%; 
	margin: 30px 0 30px;
}
.product-stamp-add-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	
}
.product-stamp-add-select {
	position: relative;
	margin-bottom: 30px;
}
.product-stamp-add-select .product-stamp-select {
	width: 100%;
	transform: none;
	left: 0;
}
.product-stamp-add-col {
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.product-stamp-add-input-col {
	width: 50%;
}
.product-stamp-add-select-title {
	color: #919191;
	margin-bottom: 14px;
}
.product-stamp-add-select-name {
	border-bottom: 1px solid #919191;
	padding: 10px 38px 10px 10px;
	position: relative;
	cursor: pointer;
/*	margin-bottom: 30px;*/
}
.product-stamp-add-select-name.active .product-stamp-add-arrow {
	transform: rotate(180deg);
}
.product-stamp-add-arrow {
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 9px;
	right: 11px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transform-origin: center;
	transition: all 0.1s;
}
.product-stamp-add-input { 
	padding: 10px;
	border-bottom: 1px solid #919191;
	max-width: 100%;
	width: 100%;
/*	margin-bottom: 30px;*/
}
.product-stamp-add-bottom {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed #dedede;
}
.product-stamp-add-input-max {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	color: #919191;
}
.product-stamp-add-file {
	position: relative;
	cursor: pointer;
	color: #E57351;
	font-size: 18px;
	padding: 12px 10px 12px 44px;
	border-radius: 12px;
	border: 1px solid #E57351;
	margin-bottom: 30px;
}
.product-stamp-add-file-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.product-stamp-add-file input {
	display: none;
}
.product-stamp-add-file svg {
	width: 19px;
	height: 17px;
	position: absolute;
	left: 12px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.product-stamp-add-total {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	font-size: 16px;
	color: #5A5A5A;
}
.product-stamp-add-price {
	margin-bottom: 20px;
}
.product-stamp-add-price span {
	color: #222;
}
.product-stamp-add-submit {
	text-align: right;
	margin-top: 10px;
}
.product-stamp-add-submit button {
	min-width: 215px;
	width: 100%;
}
.single_variation_wrap {
	width: 100%;
}
.stamp-total {
	background-color: #F4F4F4;
	border-radius: 12px;
/*	overflow: hidden;*/
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 20px;
	display: none;
}
.stamp-total.active {
	display: block;
}
.stamp-total-top {
	padding: 20px;
}
.stamp-total-bottom {
	padding: 12px 20px;
	background-color: #DCEFFA;
}
.stamp-total-table {
	width: 100%;
	border-collapse: collapse;
}
.stamp-total-table th {
	text-align: left;
	font-weight: 600;
	color: #5a5a5a;
	padding-bottom: 7px;
}
.stamp-total-table td {
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.stamp-total-table th:last-child,
.stamp-total-table td:last-child {
	text-align: right;
	padding-left: 10px;
	padding-right: 0;
}

.stamp-total-stamp {
	padding-top: 7px;
	border-top: 1px solid #dedede;
	margin-top: 3px;
	display: none;
}
.stamp-total-stamp tr:last-child td {
	padding-bottom: 0;
}
.stamp-total-show {
	display: inline-block;
	position: relative;
	color: #5a5a5a;
	cursor: pointer;
	font-size: 16px;
	padding-right: 26px;
	margin-top: 7px;
}
.stamp-total-show.active {
	margin-top: 14px;
}
.stamp-total-show.active svg {
	transform: rotate(180deg);
}
.stamp-total-show svg {
	display: inline-block;
	width: 15px;
	height: 9px;
	transform-origin: center;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transition: all 0.1s;
}
.tooltip {
	position: relative;
	vertical-align: middle;
	margin-left: 4px;
	display: none;
}
.tooltip:hover .tooltip-text {
	opacity: 1;
	visibility: visible;
}
.tooltip-icon {
	display: inline-block;
	text-align: center;
}
.tooltip-text {
	max-width: 360px;
	background-color: #222;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 12px;
	position: absolute;
	bottom: 100%;
	padding: 14px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: 1.25;
	margin-bottom: 25px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.05s;
	transition: all 0.05s;
}
.tooltip-text::after {
	content: '';
	display: inline-block;
	width: 33px;
	height: 28px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -17px;
	background: url(/img/icons/tooltip.svg) no-repeat center/contain;
}
.variations {
	margin-top: 30px;
}
.cart {
	width: 100%;
	order: 2;
}
.cart-total {
	padding: 20px 0;
	width: 100%;
}
.cart-total-row {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	align-items: center;
}
.cart-total-row span {
	display: inline-block;
}
.cart-total-price {
	font-size: 28px;
	font-weight: 500;
}
.cart-total-count {
	padding-bottom: 24px;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 24px;
	font-size: 16px;
	color: #919191;
}
.cart-total-title {
	font-size: 32px;
	margin-bottom: 8px;
	font-weight: bold;
}
.cart-total-product {
	margin-bottom: 24px;
}
.cart-total-total {
	margin: 35px 0;
}
.cart-total-order {
	width: 100%;
}
.cart-top {
	padding: 10px 0;
	box-shadow: 0px 5px 15px rgba(145,145,145,0.1);
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 41px;
}
.cart-top .cart-checkbox {
	padding-left: 31px;
}
.cart-top .cart-checkbox span {
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.cart-checkbox {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #222;
	cursor: pointer;
	line-height: 19px;
}
.cart-checkbox input {
	display: none;
}
.cart-checkbox input:checked + span {
	background-color: #E57351;
	border-color: #E57351;
}
.cart-checkbox input:checked + span::before {
	display: inline-block;
}
.cart-checkbox span {
	position: absolute;
	border: 1px solid #919191;
	border-radius: 3px;
	width: 19px;
	height: 19px;
}
.cart-checkbox span::before {
	content: '';
	position: absolute;
	width: 19px;
	height: 15px;
	background: url(/img/icons/check.svg) no-repeat center/contain;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	display: none;
}
.cart-clear-select {
	color: #D05732;
	font-size: 16px;
	font-weight: 500;
	background: none;
	border: none;
	padding: 0;
}
.cart-item {
	position: relative;
}
.cart-item-remove {
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 48px;
	border-radius: 8px;
	border: 1px solid #F3C0B0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.cart-item-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.cart-item-img {
	position: relative;
	width: 100%;
	height: 155px;
	display: flex;
	justify-content: center;
	padding: 8px 12px;
	margin-bottom: 10px;
}
.cart-item-img img {
/*	width: 100%;*/
	max-width: 175px;
	height: 140px;
	max-height: 100%;
	border-radius: 12px;
	overflow: hidden;
}
.cart-item-img .cart-checkbox {
	position: absolute;
	top: 10px;
	left: 0;
}
.cart-item {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
	min-height: 165px;
}
.cart-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.cart-item-col {
	text-align: center;
	min-width: 128px;
	width: 50%;
	margin-bottom: 30px;
	order: 3;
}
.cart-item-description {
	font-size: 12px;
	color: #5a5a5a;
	margin-top: 6px;
}
.cart-item-description span {
	display: inline-block;
}
.cart-item-props {
	width: 100%;
	order: 0;
}
.cart-item-price {
	order: 1;
}
.cart-item-total {
	order: 2;
}
.cart-item-name {
	font-size: 18px;
	margin-bottom: 20px;
	color: #222;
	text-decoration: none;
}
.cart-item-title {
	margin: 0 auto 30px;
	max-width: 248px;
}
.cart-item-stamp {
	margin-top: 20px;
}
.cart-item-stamp-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.cart-item-stamp-item:last-child {
	margin-bottom: 0;
}
.cart-item-stamp-logo {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	font-size: 16px;
	text-transform: uppercase;
	color: #2F5C73;
	background-color: #DCEFFA;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 13px;
	min-width: 48px;
	font-weight: 500;
}
.cart-item-stamp-name {
	max-width: 390px;
	font-size: 12px;
	margin-right: 10px;
}
.cart-item-stamp-price {
	font-size: 16px;
	font-weight: 500;
	text-align: right;
	margin: 0 0 0 auto;
	white-space: nowrap;
}
.cart-item-total-value {
	font-size: 16px;
	font-weight: 500;
}
.cart-item-count {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.cart-item-count .cart-item-name {
	margin-bottom: 0;
}
.cart-item-count-value {
	font-size: 15px;
	color: #5A5A5A;
	padding-bottom: 7px;
	border-bottom: 1px solid #919191;
	min-width: 90px;
	margin-bottom: 30px;
	position: relative;
}
.cart-item-count-value:last-child {
	margin-bottom: 0;
}
.cart-item-count-value [type="number"] {
/*	opacity: 0;*/
/*
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
*/
/*
	color: transparent;
	background: none;
*/
	height: 23px;
	font-size: 15px;
	max-width: 100%;
	text-align: center;
	color: #5A5A5A;
}
.cart-item-size {
	width: auto;
}
.cart-item-delimeter {
	display: none;
}
.cart-item-delimeter + .cart-item-count {
	width: auto;
	justify-content: flex-end;
}
.cart-item-size-value {
	display: flex;
	font-size: 15px;
	color: #5a5a5a;
	align-items: center;
	margin-bottom: 20px;
}
.cart-item-size-value:last-child {
	margin-bottom: 0;
}
.cart-item-size-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #222;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	width: 40px;
	height: 40px;
	min-width: 40px;
	font-weight: 500;
	margin-right: 8px;
}
.cart-item-count-box .cart-item-count-value {
	margin-bottom: 38px;
}
.cart-item-count-box .cart-item-count-value:last-child {
	margin-bottom: 0;
}
input.input_quantity.error {
    color: red;
    border-bottom-color: currentcolor;
    background-color: rgb(255 0 0 / 13%);
}

.table-sizes tbody input[type="number"].error {
	color: red;
    border-bottom-color: currentcolor;
    background-color: rgb(255 0 0 / 13%);
}