.detail-first-row {
	display: flex;
	column-gap: 155px;
	row-gap: 20px;
	align-items: flex-start;
	padding: 0 40px 0 0;
}

.detail-images {
	max-width: 950px;
}

.detail-share {
	cursor: pointer;
	column-gap: 7px;
}

.detail-share_icon {
	display: flex;
}

.detail-share_text {
	color: #5A819E;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	/* 22.4px */
}

.detail-info {
	position: sticky;
	top: 30px;
	max-width: 800px;
}

.breadcrumbs-wrapper {
	padding-top: 25px;
	padding-bottom: 25px;
}

.detail-rating {
	column-gap: 4px;
}

.detail-rating_value {
	color: #5A819E;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.detail-rating {
	margin-top: 30px;
}

.detail-collection-name {
	color: #5A819E;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.detail-title {
	margin: 30px 0;
}

.detail-title_heading {
	color: #5A819E;
	font-family: Tenor Sans;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 103%;
	/* 49.44px */
	letter-spacing: -0.96px;
	text-transform: uppercase;
}

.detail-title_subline {
	color: #5A819E;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 3px;
}

.detail-divider {
	background: #5A819E;
	width: 100%;
	height: 1px;
}

.detail_colorpicker {
	margin-top: 30px;
}

.detail_colorpicker-title {
	color: #5A819E;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.detail_colorpicker-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.detail_colorpicker-item {
	display: flex;
	width: 70px;
	height: 72px;
}

.detail_colorpicker-item.active {
	width: 40px;
	height: 40px;
	border: 1px solid #5A819E;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.detail_selectors {
	margin-top: 30px;
	display: flex;
	column-gap: 23px;
}

.detail_selector {
	width: 100%;
}

.detail_count {
	max-width: 114px;
}

.selector-wrapper {
	border: 1px solid #5A819E;
}

.selector_title {
	color: #5A819E;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.selector-opener {
	padding: 10px 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.selector-value {
	color: #5A819E;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.selector-values {
	display: none;
	/* display: flex; */
	flex-direction: column;
	/* row-gap: 3px; */
	margin-top: 18px;
	max-height: 97px;
	overflow-y: auto;
}

.selector-choose-value {
	padding-top: 1.5px;
	padding-bottom: 1.5px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 16px;
	line-height: normal;
	color: #5A819E;
	cursor: pointer;
}

.selector-choose-value.disabled {
	background: #f6f6f6;
	color: gray;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.selector-values.opened {
	display: flex;
}

.selector-icon {
	display: flex;
}

.how-to-choose-dioptrix {
	display: block;
	margin-top: 10px;
	text-decoration: none;
	color: #5A819E;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.detail_basket {
	margin-top: 30px;
	display: flex;
	align-items: center;
	column-gap: 5px;
}

.detail_basket-add {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 10px;
	width: 226px;
	background: #5A819E;
	color: #FFF;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.detail_basket-add.disabled {
	cursor: not-allowed;
}

.detail_basket-price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	row-gap: 10px;
}

.detail_basket-new_price {
	color: #914343;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.detail_basket-cur_price,
.detail_basket-old_price {
	color: #5A819E;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.detail_basket-old_price {
	font-size: 16px;
	position: relative;
}
/* .detail_basket-old_price, */
.oldprice-value {
	text-decoration: line-through;
}
/* .detail_basket-old_price::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: var(--custom-color-air-force-blue);
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
} */

.detail-more_info {
	margin-top: 100px;
}

.detail-more_info-item {
	border-bottom: 1px solid #5A819E;
}

.detail-more_info-item:first-child {
	border-top: 1px solid #5A819E;
}

.detail-more_info-open {
	cursor: pointer;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #5A819E;
	text-align: center;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.detail_banner {
	position: relative;
	margin-top: 180px;
}

.detail_banner-text {
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 60px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.detail_banner-collection {
	color: #FFF;
	font-family: Tenor Sans;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 103%;
	/* 49.44px */
	letter-spacing: -0.96px;
	text-transform: uppercase;
}

.detail_banner-color {
	margin-top: 10px;
	color: #FFF;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.detail-before_after {
	margin-top: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
}

.detail_before,
.detail_after {
	position: relative;
}

.detail-before_after-text {
	color: #5A819E;
	font-family: Tenor Sans;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 103%;
	/* 49.44px */
	letter-spacing: -0.96px;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	bottom: 60px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.detail_materials {
	display: flex;
	align-items: flex-start;
}

.detail_material {
	width: 100%;
	text-align: center;
}

.detail_material-image {
	display: flex;
}

.detail_material-title {
	margin-top: 12px;
	color: #5A819E;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.detail_material-desc {
	margin-top: 10px;
	color: #5A819E;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.collection_detail_banner {
	position: relative;
	display: flex;
}

.collection_detail_banner-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 506px;
	text-align: center;
	position: absolute;
	top: 195px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.collection_detail_banner-text {
	color: #FFF;
	text-align: center;
	font-family: Tenor Sans;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 103.023%;
	/* 65.935px */
	letter-spacing: -1.28px;
	text-transform: uppercase;
}

.collection_detail-banner-shop {
	margin-top: 30px;
	width: 226px;
	background: #fff;
	padding: 20px 15px;
	color: #5A819E;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.detail_mat-tablet,
.detail_mat-mobile,
.detail_banner-image-tablet,
.detail_banner-image-mobile,
.collection_detail_banner_img-tablet,
.collection_detail_banner_img-mobile {
	display: none;
}

.detail_mat-desktop,
.detail_banner-image-desktop,
.collection_detail_banner_img-desktop {
	display: block;
}

.bx-catalog-element {
	position: relative;
}

.detail-images-miniatures,
.detail_basket-mobile {
	display: none;
}

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

	.detail-first-row {
		padding: 0 40px;
		column-gap: 20px;
	}

	.detail-title_heading {
		font-size: 36px;
		letter-spacing: -0.36px;
	}

	.detail_selectors {
		column-gap: 13px;
	}

	.detail_count {
		max-width: 114px;
	}

	.detail-info {
		min-width: 334px;
	}

	.detail-more_info {
		margin-top: 61px;
	}

	.detail_banner {
		margin-top: 100px;
	}

	.collection_detail_banner-actions {
		max-width: 459px;
		top: 15%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		-moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		-o-transform: translateY(-50%) translateX(-50%);
	}

	.collection_detail_banner-text {
		font-size: 48px;
		letter-spacing: -0.96px;
	}
}

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

	.detail_mat-desktop,
	.detail_mat-mobile,
	.detail_banner-image-desktop,
	.detail_banner-image-mobile,
	.collection_detail_banner_img-desktop,
	.collection_detail_banner_img-mobile {
		display: none;
	}

	.detail_mat-tablet,
	.detail_banner-image-tablet,
	.collection_detail_banner_img-tablet {
		display: block;
	}

	.detail_materials {
		display: flex;
		flex-direction: column;
	}

	.detail_material {
		display: flex;
		align-items: center;
		column-gap: 20px;
	}

	.detail_material-text {
		width: 320px;
		min-width: 320px;
		text-align: left;
	}
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
	.detail_material:nth-child(2n) .detail_material-text {
		order: 1;
	}

	.detail_material:nth-child(2n) .detail_material-image {
		order: 2;
	}
}

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

	.detail_material {
		display: flex;
		flex-direction: column;
		justify-content: center;
		row-gap: 20px;
	}

	.detail_material-text {
		min-width: unset;
		max-width: 100%;
		text-align: center;
	}

	.product-item-detail-slider-image {
		position: absolute;
		visibility: hidden;
		opacity: 0;
		transition: opacite .3s ease-in-out;
		-webkit-transition: opacite .3s ease-in-out;
		-moz-transition: opacite .3s ease-in-out;
		-ms-transition: opacite .3s ease-in-out;
		-o-transition: opacite .3s ease-in-out;
	}

	.product-item-detail-slider-image.active {
		position: static;
		visibility: visible;
		opacity: 1;
	}

	.detail-first-row {
		flex-wrap: wrap;
		padding: 0 20px;
	}

	.detail-images-miniatures {
		display: flex;
		column-gap: 5px;
		overflow-x: auto;
		max-width: 100%;
	}

	.detail-images-miniatures img {
		max-width: 49px;
		max-height: 100%;
		width: auto;
		height: auto;
	}

	.detail_mat-desktop,
	.detail_mat-tablet,
	.detail_banner-image-desktop,
	.detail_banner-image-tablet,
	.collection_detail_banner_img-desktop,
	.collection_detail_banner_img-tablet {
		display: none;
	}

	.detail_mat-mobile,
	.detail_banner-image-mobile,
	.collection_detail_banner_img-mobile {
		display: block;
	}

	.detail-rating_value {
		font-size: 12px;
	}

	.detail-title_heading {
		font-size: 24px;
		letter-spacing: normal;
	}

	.detail-title_subline {
		text-transform: unset;
	}

	.detail-info {
		min-width: unset;
	}

	.detail-divider {
		display: none;
	}

	.detail_colorpicker {
		margin-top: 20px;
	}

	.detail_colorpicker-item {
		width: 55px;
		height: 56px;
	}

	.detail_selectors {
		margin-top: 0;
	}

	.detail_selectors {
		column-gap: 10px;
	}

	.detail-title {
		margin: 10px 0;
	}

	.detail_count {
		max-width: unset;
	}

	.detail_basket-mobile {
		margin-top: 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		column-gap: 5px;
	}

	.detail-more_info {
		margin-top: 30px;
	}

	.detail_banner {
		margin-top: 90px;
	}

	.detail_banner-text {
		width: 100%;
		bottom: 30px;
	}

	.detail_banner-collection {
		font-size: 24px;
		letter-spacing: normal;
	}

	.detail_banner-color {
		margin-top: 0;
		font-size: 16px;
	}

	.collection_detail_banner-text {
		font-size: 24px;
		letter-spacing: normal;
	}

	.collection_detail-banner-shop {
		margin-top: 10px;
	}

	.collection_detail-banner-shop {
		width: 181px;
	}

	.detail_basket {
		display: none;
	}
}