.b-product-item {
	position: relative;
	width: 100%;
	background-color: #ffffff;
}
.b-product-item__wrapper {
	position: relative;
	width: 87.5%;
	max-width: 1600px;
	height: auto;
	min-height: 1px;
	margin: 0px auto;
}
.b-product-item__view {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.b-product-item__info {
	width: 55%;
}

.product-price-value {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}
.product-price-value__current {
	font-size: 36px;
	color: #1e1a1b;
}
.product-price-value__old {
	margin-left: 20px;
	font-size: 24px;
	color: #959595;
	text-decoration: line-through;
}

@media (max-width: 600px) {
	.product-price-value {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.product-price-avaliability {
	margin-bottom: 30px;
}

.b-product-item__properties {
	width: 80%;
	margin-bottom: 30px;
}
.product-properties {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.product-properties__row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 18px 0px;
	border-bottom: 2px dashed #d6d3d0;
	font-size: 14px;
	color: #000000;
}
.product-properties__row:last-child {
	border-bottom: 0px;
}

.product-properties__value {
	max-width: 185px;
	width: 100%;
}

@media (max-width: 600px) {
	.product-properties__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.product-properties__name,
	.product-properties__value {
		max-width: 100%;
		width: 100%;
	}

	.product-properties__name {
		margin-bottom: 15px;
	}
}

.product-pay {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-pay__quantity {
	margin-bottom: 20px;
}

.product-pay-amount {
	position: relative;
	width: 130px;
	height: 45px;
	border: 1px solid #d6d3d0;
}
.product-pay-amount__field {
	width: 100%;
	height: 100%;
	padding: 15px;
	text-align: center;
	font-size: 14px;
	color: #1e1a1b;
}
.product-pay-amount__minus {
	left: 10px;
}

.product-pay-amount__minus::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 1px;
	width: 17px;
	background: #000;
}

.product-pay-amount__plus {
	right: 10px;
}

.product-pay-amount__plus::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 1px;
	width: 17px;
	background: #000;
}

.product-pay-amount__plus::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 17px;
	width: 1px;
	background: #000;
}

.product-pay-amount__minus,
.product-pay-amount__plus {
	position: absolute;
	width: 25px;
	height: 100%;
	background-size: auto 12px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: background 300ms ease, opacity 300ms ease;
	transition: background 300ms ease, opacity 300ms ease;
}

.product-pay__total-price {
	margin: 0px 10px;
	margin-bottom: 20px;
}
.product-total-price {
	font-size: 14px;
	color: #000000;
}
.product-total-price span {
	font-size: 30px;
	color: #1e1a1b;
}

.product-pay__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.product-pay-oneClick {
	z-index: 12;
}

.product-pay-oneClick + .product-pay-oneClick {
	margin-left: 15px;
}

.b-product-item__images {
	width: 45%;
}

@media (max-width: 1000px) {
	.product-pay-oneClick {
		width: 100%;
		margin-bottom: 20px;
	}

	.product-pay-oneClick + .product-pay-oneClick {
		margin-left: 0;
	}
}

/* Sidebar */
.product-item-detail-info-section {
	padding: 0 20px;
}

@media (max-width: 992px) {
	.product-item-detail-info-section {
		padding: 0;
	}
}

.product-item-detail-info-container {
	margin-bottom: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-info-container-title {
	margin-bottom: 3px;
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.product-item-detail-pay-block {
	position: relative;
	margin-bottom: 15px;
	padding: 20px 20px 0;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background-color: #fff;
}

.bx-retina .product-item-detail-pay-block {
	border-width: 0.5px;
}

/*Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -20px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	-webkit-box-shadow: inset 0 1px 1px 0 #eee;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-detail-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* Price */
.product-item-detail-price-current {
	color: #d0021b;
	white-space: nowrap;
	font-weight: bold;
	font-size: 30px;
	line-height: 33px;
	-webkit-transition: font-size 200ms ease;
	transition: font-size 200ms ease;
}

.product-item-detail-price-old {
	color: #bdbdbd;
	text-decoration: line-through;
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
}

/* SCU */
.product-item-scu-container {
	padding: 0 0 2px;
}

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block {
}

.product-item-scu-list {
	margin: 0;
}

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
	vertical-align: middle;
}

.product-item-scu-item-text-container {
	min-width: 48px;
}

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	-webkit-transition: outline 200ms ease;
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
	outline-width: 0.5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
	outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
	outline-width: 1px;
}

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	-webkit-transition: outline 300ms ease;
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
	outline-width: 0.5px;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
	outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
	outline-width: 1px;
}

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	overflow: hidden;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75)
		url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=)
		no-repeat center;
	background-size: 80% 80%;
	content: "";
}

.product-item-selected-scu-container {
	word-spacing: 1px;
}

.product-item-selected-scu {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px;
	min-width: 22px;
	height: 22px;
	outline: 1px solid #c0cfda;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 22px;
}

.bx-retina .product-item-selected-scu {
	outline-width: 0.5px;
}

.product-item-selected-scu-color {
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container {
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: transparent;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background 300ms ease, opacity 300ms ease;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
	border-width: 0.5px;
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: 0.8;
	-webkit-transition: opacity 300ms ease, background 300ms ease;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: 0.3 !important;
	cursor: default;
}

.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: 0.8;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==)
		no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
		no-repeat center;
	background-size: 10px;
}

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;
	-webkit-transition: border 300ms ease;
	transition: border 300ms ease;
	font-size: 14px;
	color: #1e1a1b;
}

.bx-retina .product-item-amount-field {
	border-width: 0.5px;
}

.product-item-amount-field:focus {
	outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Buy button*/
.btn.product-item-detail-buy-button {
	position: relative;
	display: block;
	margin: 0 auto 20px;
	max-width: 250px;
	width: 100%;
	height: 50px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
	margin: 0;
}

.btn.product-item-detail-buy-button span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: inline-block;
	min-height: 16px;
	max-width: 100%;
	white-space: normal;
	line-height: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button {
	height: 25px;
}

/* Slider */
.product-item-detail-slider-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	height: 600px;
	background: transparent;
	-webkit-transition: background 800ms ease;
	transition: background 800ms ease;
}

.product-item-detail-slider-block {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 600px;
	width: 100%;
	height: 100%;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square {
	padding-top: 100%;
}

.product-item-detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.product-item-detail-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 250ms linear;
	transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
	z-index: 1;
	opacity: 1;
}

.product-item-detail-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	outline: 1px solid transparent;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 180;
	height: 3px;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px 0;
	text-align: center;
	overflow: auto;
}

@media (max-width: 700px) {
	.product-item-detail-slider-controls-block {
		display: none !important;
	}
}

.product-item-detail-slider-controls-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 130px;
	min-height: 130px;
	margin-bottom: 45px;
	outline: none;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}

.bx-retina .product-item-detail-slider-controls-image {
	outline-width: 0.5px;
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
	outline-width: 2px;
}

.bx-retina .product-item-detail-slider-controls-image.active {
	outline-width: 1px;
}

.product-item-detail-slider-controls-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 111;
	display: block;
	width: 25%;
	background: rgba(255, 255, 255, 0)
		url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E")
		no-repeat center;
	opacity: 0.57;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-item-detail-slider-left {
	left: 0;
}

.product-item-detail-slider-right {
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
	background-color: rgba(255, 255, 255, 0.4);
	opacity: 0.8;
}

.product-item-detail-slider-close {
	display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 110px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E")
		no-repeat center;
	opacity: 0.27;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
	opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
	right: 105px;
}

/*magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image {
	z-index: 100;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
	outline-color: #ddd;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right {
	z-index: 50;
}

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring {
	opacity: 0;
}

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	-webkit-animation-name: imgPopupShow;
	animation-name: imgPopupShow;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
	right: 105px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
	padding-top: 0;
	height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	width: calc(100% - 150px);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes imgPopupShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	cursor: default;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 20px;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
	display: block;
	margin-bottom: 20px;
}

/* Slider Mobile*/
@media (max-width: 767px) {
	.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
		right: 0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-block {
		padding-top: 0;
		height: calc(100vh - 111px);
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image {
		width: 90%;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
		max-width: 100%;
		max-height: calc(100vh - 115px);
		width: auto;
		cursor: default;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: auto;
		max-height: 111px;
		border-top: 1px solid #d3d3d3;
		border-left: none;
		white-space: nowrap;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
		display: inline-block;
		margin-bottom: 0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-close {
		right: 10px;
		z-index: 200;
	}

	.product-item-detail-slider-left,
	.product-item-detail-slider-right {
		max-width: 75px;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-right {
		right: 0;
	}
}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 190;
	opacity: 1;
	-webkit-transition: opacity 450ms ease;
	transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
	background-color: #fba90c;
}

.product-item-label-text > div,
.product-item-label-ring > div {
	line-height: 0;
}

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring {
	display: none;
}

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

.product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

@media (max-width: 767px) {
	.product-item-label-text > div {
		line-height: 0;
	}

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 20px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top {
	top: -5px;
}

.product-item-label-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.product-item-label-center > div {
	text-align: center;
}

.product-item-label-left {
	left: -5px;
}

.product-item-label-left > div {
	text-align: left;
}

.product-item-label-bottom {
	bottom: -5px;
}

.product-item-label-middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-item-label-right {
	right: -5px;
}

.product-item-label-right > div {
	text-align: right;
}

.product-item-label-center.product-item-label-middle {
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

/* Tabs */
.product-item-detail-tabs-container {
	min-height: 60px;
	border-bottom: 1px solid #ededed;
	background: #fff;
}

.product-item-detail-tabs-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-detail-tabs-list:after {
	display: table;
	clear: both;
	content: "";
}

.product-item-detail-tab {
	float: left;
	min-height: 60px;
}

.product-item-detail-tab:last-child .product-item-detail-tab-link {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #ada090;
	border: 1px solid transparent;
	text-align: center;
}

.product-item-detail-tab:last-child .product-item-detail-tab-link:hover {
	color: #ada090;
	background: transparent;
	border-color: #ada090;
}

.product-item-detail-tab:last-child .product-item-detail-tab-link:hover::after {
	/*content: none;*/
}

.product-item-detail-tab-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 25px;
	height: 100%;
	color: #1e1a1b;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 20px;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
	color: #000;
	text-decoration: none;
}

.product-item-detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #000;
	content: "";
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.product-item-detail-tab-link:focus {
	text-decoration: none;
}

.product-item-detail-tab:last-child .product-item-detail-tab-link {
	color: #ffffff;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
	height: 2px;
}

.product-item-detail-tab-link:active:after {
	height: 6px;
}

.product-item-detail-tab-content {
	padding: 0px 0px 25px;
}

.product-item-detail-tab-content .const-wrap__item:nth-child(1) {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 5%;
}

@media (max-width: 991px) {
	.product-item-detail-tabs-container {
		display: none !important;
	}

	.product-item-detail-tab-content {
		display: block !important;
	}
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
	position: fixed;
	top: -100px;
	right: 0;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
	-webkit-transition: top 350ms linear;
	transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
	min-height: 45px;
	background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
	min-height: 45px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
	padding: 10px 25px;
	height: 45px;
	line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed {
	display: none !important;
}

/*Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 1010;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 0 8px;
	height: 85px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
	-webkit-transition: top 220ms linear;
	transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
	top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
	display: none !important;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-short-card-content-container table {
	min-width: 100%;
	border-collapse: collapse;
}

.product-item-detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	vertical-align: middle;
	text-align: left;
}

.product-item-detail-short-card-image img {
	max-width: none;
	height: 65px;
}

.product-item-detail-short-title-container {
	max-width: 650px;
}

.product-item-detail-short-title-text {
	display: block;
	color: #000;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.product-item-detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
}

/*Properties */
.product-item-detail-tab-content {
	display: none;
	font-size: 15px;
}

.product-item-detail-tab-content.active {
	display: block;
}

.product-item-detail-tab-content h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

.product-item-detail-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	max-width: 560px;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-detail-properties dl {
	clear: both;
}

.product-item-detail-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-detail-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

/*.catalog-element{
	width: 100%;
	height: auto;
	background-color: #ffffff;
}
.catalog-element__wrapper{
	position: relative;
    width: 87.5%;
    max-width: 1600px;
    height: auto;
    min-height: 1px;
    padding-top: 60px;
    margin: 0px auto;
}*/
.b-element {
	width: 100%;
	height: auto;
	padding-bottom: 50px;
	background-color: #ffffff;
}
.b-element__wrapper,
.catalog-element-simular__wrapper,
.catalog-element-viewed__wrapper {
	position: relative;
	width: 87.5%;
	max-width: 1600px;
	height: auto;
	min-height: 1px;
	padding-top: 60px;
	margin: 0px auto;
}
.b-element-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}

.b-element-card__cell {
	width: 52%;
}

.b-element-card__cell:nth-child(1) {
	margin-right: 80px;
}

.b-element-card__cell:nth-child(2) {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 48%;
}

.b-element-card__wrap {
	width: 100%;
}

.b-element__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 40px;
}

.b-element__tabs-panel {
	margin-bottom: 24px;
	border: 1px solid #d6d3d0;
}

.b-element__tabs-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*     -ms-flex-pack: distribute;
     justify-content: space-around;*/
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #1e1a1b;
	list-style: none;
}

@media (max-width: 1000px) {
	.b-element-card {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.b-element-card__cell {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.b-element-card__cell:nth-child(2) {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.b-element-card__cell:nth-child(1) {
		margin-right: 0px;
	}
}

@media (max-width: 800px) {
	.product-item-detail-tab {
		width: 100%;
	}
}

.product-item-detail-tab {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}
/* ****************************************************
==== b-product-description ====
***************************************************** */
.description__container {
	margin-top: 40px;
}
.description__row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.description__cell {
	margin-bottom: 20px;
}
.description__cell:first-child {
	width: 15%;
}
.description__cell:last-child {
	width: 70%;
}

.description__title .h4,
.description__text .h4 {
	font-weight: bold;
	font-size: 18px;
}

.description__text p {
	margin: 15px 0;
	margin-top: 0;
}

/* ****************************************************
==== b-product-colors ====
***************************************************** */

/* ****************************************************
==== b-product-comments ====
***************************************************** */
.b-element__comments-form {
/*	display: none;*/
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	padding: 3%;
	background-color: #fafafa;
}
.comments-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.comments-form__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
.comments-form__name {
	margin-bottom: 20px;
	font-size: 36px;
	color: #1e1a1b;
}
.comments-form__legend {
	font-size: 16px;
	color: #1e1a1b;
}

.form-comment__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}

.form-comment__cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	padding-right: 20px;
}

.form-comment__cell:nth-child(2) {
	width: 30%;
}

.form-comment__cell span {
	font-size: 14px;
	color: #1e1a1b;
}

.form-comment__cell .placeholder span {
	color: #ff0000;
}

.form-comment__buttom-block div:first-child {
	margin-bottom: 20px;
	font-size: 14px;
	color: #1e1a1b;
}

.form-comment__buttom-block div:first-child a {
	color: #ada090;
}

.form-comment__input {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding-right: 20px;
}

.form-comment__input .form-comment__field-label {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #36414d;
	opacity: 1;
	border-bottom: 1px solid #ada090;
}
.form-comment__input .form-comment__field-label:before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0px;
	width: 70px;
	height: 3px;
	background-color: #ada090;
}

.form-comment__input .placeholder {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.form-comment__field {
	width: 100%;
	height: 100%;
	padding-bottom: 8px;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #36414d;
	background-color: transparent;
	border: none;
	resize: none;
}
textarea.form-comment__field::-webkit-scrollbar {
	width: 5px;

	background-color: #ada090;
}
textarea.form-comment__field::-webkit-scrollbar-thumb {
	height: 10px;
	background-color: #675f54;
	border-radius: 3px;
}
.comments-form__buttom {
	width: 116px;
	height: 116px;
	cursor: pointer;
}
.comments-form__buttom span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 2px solid #ada090;
	border-radius: 50%;
}

@media (max-width: 600px) {
	.comments-form__buttom svg {
		width: 70px;
		height: 70px;
	}

	.form-comment__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.form-comment__cell {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}

	.form-comment__input {
		width: 100%;
		margin-bottom: 20px;
	}
}

.rating-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: 100px;
}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	width: 16px;
	margin-left: 10px;
	padding: 0;
	cursor: pointer;
	font-size: 14px;
	line-height: 14px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
	content: "★";
}
.rating-area > input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
	position: relative;
}

/* ****************************************************
==== b-product-kit ====
***************************************************** */
.b-product-kit__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.b-product-kit__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.b-product-kit__item {
	width: 32%;
	margin-right: 15px;
	margin-bottom: 26px;
}
.b-product-kit__list > div:not(clsss) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 20px;
}

.b-product-kit__item .product-item {
	max-width: none;
	border: 1px solid #cdcdcd;
}

@media (max-width: ) {
}

.product-comments {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
}

.product-comments__element {
	width: calc(50% - 15px);
	margin-right: 15px;
	padding: 20px 25px;
	border: 1px solid #d6d3d0;
}

.product-comments-item__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #d6d3d0;
}

.product-comments-item__author {
	font-size: 16px;
	line-height: 20px;
	color: #1e1a1b;
}

.product-comments-item__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-comments-item__rating div:nth-child(1) {
	margin-right: 16px;
	font-size: 16px;
	line-height: 20px;
	color: #1e1a1b;
}

.product-comment-description__block {
	margin-bottom: 20px;
}

.product-comment-description__title {
	margin-bottom: 17px;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: #1e1a1b;
}

.product-comment-description__text {
	font-size: 16px;
	line-height: 20px;
	color: #1e1a1b;
}

@media (max-width: 1300px) {
	.product-comments__element {
		max-width: 100%;
	}
}

@media (max-width: 840px) {
	.product-comments__element {
		-ms-flex-preferred-size: calc(100% - 20px);
		flex-basis: calc(100% - 20px);
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.product-comments__element {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.tab-color__title {
	height: 48px;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	color: #1e1a1b;
}

.tab-color__wrapper {
	border-top: 1px dashed #d6d3d0;
}

.tab-color__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	padding-top: 30px;
}

.tab-color__list-item {
	margin-left: 18px;
	margin-bottom: 18px;
	width: 97px;
}

.tab-color__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 11px;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #d6d3d0;
}

.tab-color__img span {
	display: block;
	width: 76px;
	height: 76px;
}

.tab-color__name {
	font-size: 16px;
	line-height: 30px;
	color: #1e1a1b;
	text-align: center;
}

.catalog-element-recomended__header {
	font-size: 36px;
	color: #1e1a1b;
	text-transform: uppercase;
}

.catalog-element-viewed__header {
	font-size: 36px;
	color: #1e1a1b;
	text-transform: uppercase;
}

.raiting-stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.raiting-stars .stars.active {
	color: #ffc700;
}

.b-element-shop {
	padding: 15px;
	background-color: #fafafa;
}
.b-element-shop__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 430px;
}
.b-element-shop__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 430px;
	height: 100%;
	padding: 20px;
	background-color: #ffffff;
	overflow: auto;
}
.b-element-shop__item {
	margin-bottom: 25px;
}
.b-element-shop-item-map {
	width: 100%;
	max-width: 1130px;
	height: 100%;
}
.b-element-shop__header {
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 40px;
	font-size: 24px;
	color: #1e1a1b;
}
.b-element-shop-item__shop-name {
	padding-left: 10px;
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
}
.b-element-shop-item__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
}
.b-element-shop-item__name span {
	margin-left: 10px;
}
.b-element-shop-item__value {
	padding-left: 30px;
	font-size: 14px;
	color: #000000;
}

@media (max-width: 800px) {
	.b-element-shop__wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
		min-height: 430px;
	}

	.b-element-shop__list {
		max-width: none;
	}

	.b-element-shop-item-map {
		max-width: none;
		height: 430px;
	}
}

.comments-form__form,
.comments-form__legend {
	display: none;
}

.catalog-element-simular__header,
.catalog-element-viewed__header {
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: 36px;
	text-transform: uppercase;
	color: #1e1a1b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.b-slider-arrows.simular-slider,
.b-slider-arrows.viewed-slider {
	width: 100%;
	max-width: 610px;
}
.b-slider-arrows.simular-slider .b-slider-arrows__container:before,
.b-slider-arrows.simular-slider .b-slider-arrows__container:after,
.b-slider-arrows.viewed-slider .b-slider-arrows__container:before,
.b-slider-arrows.viewed-slider .b-slider-arrows__container:after {
	background-color: #ada090;
}
.b-slider-arrows.simular-slider .b-slider-arrows__item,
.b-slider-arrows.viewed-slider .b-slider-arrows__item {
	border: 1px solid #ada090;
}

.b-element__tabs-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
}
.b-element__tabs__content {
	width: calc(100% - 465px);
	margin-right: 20px;
}
.b-element__tabs__advantages {
	width: 445px;
	padding: 25px;
	border: 1px solid #d6d3d0;
	background-color: #ffffff;
}

@media (max-width: 1000px) {
	.b-element__tabs-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.b-element__tabs__content {
		width: 100% !important;
	}

	.b-element__tabs__advantages {
		width: 100%;
	}
}

.tabs-advantages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.tabs-advantages__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tabs-advantages__row:nth-child(-n+2) {
	border-bottom: 1px dashed #ada090;
}

.tabs-advantages__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100px;
}
.tabs-advantages__text {
	width: calc(100% - 100px);
	font-size: 14px;
	line-height: 22px;
	color: #1e1a1b;
}
.tabs-advantages__text .h4 {
	display: block;
	padding-bottom: 10px;
	margin-top: 0px;
	font-weight: bold;
}

.product-item-detail-slider-controls-block::-webkit-scrollbar {
	width: 7px;
	background-color: #d6d3d0;
	border-radius: 100px;
}
.product-item-detail-slider-controls-block::-webkit-scrollbar-thumb {
	width: 7px;
	height: 58px;
	background-color: #ada090;
	border-radius: 100px;
}
.product-item-detail-slider-controls-block::-webkit-scrollbar-button {
	height: 58px;
}

.b-element-shop__list::-webkit-scrollbar {
	width: 7px;
	background-color: #d6d3d0;
	border-radius: 100px;
}
.b-element-shop__list::-webkit-scrollbar-thumb {
	width: 7px;
	height: 58px;
	background-color: #ada090;
	border-radius: 100px;
}

/*
.product-item-detail-slider-controls-block::-webkit-scrollbar-track {  background-color: #D6D3D0;}
.product-item-detail-slider-controls-block::-webkit-scrollbar-track-piece { background-color: #ADA090;}

.product-item-detail-slider-controls-block::-webkit-scrollbar-corner { background-color: #999;}}
.product-item-detail-slider-controls-block::-webkit-resizer { background-color: #666;}*/

@media (max-width: 1000px) {
	.product-item-detail-tab-content .const-wrap__item:nth-child(1) {
		margin-right: 0;
	}

	.b-product-kit__item {
		width: 100%;
	}
}



.overlay {
  position: fixed;
  z-index: 1000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6); /* затемнение фона */
  display: none;
}
.overlay.active {
  display: block;
}
.overlay .flex-popap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay .popap {
  position: relative;
  background-color: #fff;  /* цвет фона всплывающего блока */
  padding: 35px 25px;
  margin: 0 10px;
  width: 60%;
  height: 30%;
  text-align: center;
  overflow:  hidden;
}



.popap h2{
	font-size:40px;
}
@media (max-width:1020px){
.popap h2{font-size:20px;}
.overlay .flex-popap .popap {width: 100%; height: 35%;}
}

@media (min-height:720px){

.overlay .flex-popap .popap { height: 25%;}
}


.min-b {
  height: 100px;
  background: #FfFfFf;
}
 
.min-b button {
  padding: 20px 40px;
  background: none;
  border: none;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  cursor: pointer;
}
.min-b button:after, .min-b button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid #000;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.min-b button:after {
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}
.min-b button:before {
  -webkit-transform: translate(-3px, -3px);
          transform: translate(-3px, -3px);
}
.min-b button:hover:after, .min-b button:hover:before {
  -webkit-transform: translate(0);
          transform: translate(0);
}

@media (max-width: 1000px) {
	.b-element-card .b-element-card__cell:first-child {
		order: 2;
	}

	.b-element-card .b-element-card__cell:last-child {
		order: 1;
	}
}

@media (max-width: 700px) {
	.product-item-detail-slider-controls-block {
		display: flex!important;
		flex-direction: row;
    	overflow-x: auto;
		overflow-y: hidden;
		min-height: 150px;
	}

	.product-item-detail-slider-container {
		flex-direction: column;
	}

	.product-item-detail-slider-controls-image {
		margin-bottom: 0;
    	margin-right: 45px;
		flex-shrink: 0;
	}

	.product-item-detail-slider-controls-block::-webkit-scrollbar {
		height: 7px;
	}
}

.product-item-detail-tab-content:first-child {
    font-size: 18px;
    line-height: 30px;
}

.product-item-detail-tab-content a {
	text-decoration: underline;
}

.b-element__tabs__content ol li {
    font-size: 18px;
}

.b-element__tabs__content ul {
    padding-left: 40px;
}

.b-element__tabs__content ul li {
	list-style-type: circle;
}

@media (max-width: 850px) {
	.product-pay__button {
		flex-wrap: nowrap;
		width: 100%;
	}

	.product-pay-oneClick {
		margin-right: 15px;
	}

	.product-pay-oneClick:last-child {
		margin-right: 0;
	}

	.button-third,
	.button-secondary {
		width: 100%!important;
    	height: 45px!important;
	}

	.product-pay-oneClick {
		margin-bottom: 0;
	}

	.product-pay-amount {
		width: 110px;
	}

	.product-pay-amount__minus, .product-pay-amount__plus {
		width: 15px;
	}

	.comments-form__name {
		font-size: 25px;
	}

	.comments-form__buttom {
		width: 90px;
		height: 90px;
	}
}

@media (max-width: 600px) {
	.comments-form__buttom svg {
		width: 30px;
		height: 30px;
	}

	.comments-form__header {
		margin-bottom: 0;
	}

	.comments-form__buttom {
		width: 60px;
    	height: 60px;
	}

	.comments-form__name {
		margin-bottom: 0;
	}

	.form-comment__cell:nth-child(2) {
		width: 100%;
	}

	.comments-form__title {
		max-width: 85%;
	}
}

@media (max-width: 450px) {
	.button-third,
	.button-secondary {
		font-size: 12px!important;
	}

	.product-total-price span {
		font-size: 20px;
	}

	.comments-form__name {
		font-size: 18px;
	}

	.comments-form__buttom {
		width: 40px;
		height: 40px;
	}

	.comments-form__buttom svg {
		width: 20px;
		height: 20px;
	}

	.b-element__comments-form {
		margin-bottom: 10px;
	}
}

.comments-form__legend {
    color: #9e9e9e;
    margin: 10px 0;
}

.b-element__tabs__content ul li {
	list-style-type: none;
}

