.configurator-wrap {
	display: grid;
	grid-template-columns: 1.15fr 0.9fr;
	gap: 50px;
	padding: 23px 0 0 0;
	margin-left: -20px;
	margin-right: -20px;
}
.configurator__image{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.configurator__image img {
	max-width: 100%;
	height: auto;
}
.configurator__right-col{
	display: flex;
	flex-direction: column;
}
.line{
	height: 1px;
	background-color: #cfcfcf;
	transform: scaleY(0.5);
	margin-bottom: 16px;
	display:block;
}
.line.line-empty{
	background-color: transparent;
}
.top-block{
	margin-bottom: 32px;
}
.page-title{
	color: #555555;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 26px;
	margin-bottom: 16px;
}
.page-desc{
	color: #555555;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	&p{
		&:last-child{
			margin-bottom: 0;
		}
	}
}
.configurator__pricebox {
	padding: 1rem;
	border-radius: 6px;
	background: #F8F8F8;
}
.pricebox__row{
	color: #555555;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 16px;
	display: flex;
	justify-content: space-between;
}
.pricebox__row:last-child{
	margin-bottom: 0;
}
.row__base-price{
	font-size: 16px;
}
.row__total-without-tax{
	font-size: 16px;
	line-height: 130%;
}
.row__total{
	font-size: 20px;
	font-weight: 600;
	line-height: 130%;
}
.configurator__options{
	display: flex;
	flex-direction: column;
	margin-top: 32px;
}
.configurator__options .options-title{
	color: #555555;
	font-family: "Work Sans", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 16px;
}
.option-wrap{}
.option-icons-wrap{
	display: flex;
	gap:8px;
}
.option-btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 16px;
	border: 1px solid #E0E0E0;
	transition: all 0.3s ease;
	cursor:pointer;
}
.option-icon{
	width: 36px;
	height: 36px;
	border-radius: 50px;
}
.label-nme{
	color: #6E6E6E;
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
	margin-bottom: 16px;
	display: block;
}
.label-chart{
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	text-decoration: underline;
}
.option-label{
	color: #6E6E6E;
	font-size: 15px;
	font-weight: 400;
	line-height: 14px;
	text-transform: uppercase;
	margin-left: 10px;
	transition: all 0.3s ease;
}
.option-wrap > .label-chart{
	margin-top: 16px;
}
.option-btn:hover, .option-btn:focus, .option-btn.is-active{
	background-color: #414141;
	border-color: #414141;
	outline: 0;
}
.option-btn:hover .option-label, .option-btn:focus .option-label, .option-btn.is-active .option-label{
	color: #FFFFFF;
}
/*Dropdown*/
.space-24{
	margin-top: 24px;
}
.custom-dropdown {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #F8F8F8;
	border: 1px solid #DFDFDF;
}
.dropdown-header {
	color: #757575;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 11px 16px;
	cursor: pointer;
}
.dropdown-icon {
	transition: transform 0.3s ease;
}
.custom-dropdown.open .dropdown-icon {
	transform: rotate(180deg);
}
.dropdown-options {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out;
}
.custom-dropdown.open .dropdown-options {
	max-height: 185px;
}
.option{
	color: #757575;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	display: flex;
	align-items: center;
	padding: 11px 16px;
	cursor: pointer;
	transition: all 0.3s ease;
	/*border-bottom: 1px solid #f0f0f0;*/
}
.option:hover, .option.is-active{
	color: #fff;
	background-color: #414141;
}
.option-img{
	width: 24px;
	height: 24px;
	border-radius: 50px;
	margin-right: 10px;
	object-fit: cover;
}
/*Color*/
.custom-color-wrap{
	margin-top: 24px;
}
.custom-color-wrap .color-options{
	display: flex;
	gap: 15px;
}
.custom-color-wrap .color-options .color-option{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid transparent;
	box-shadow: 0 0 0 1px #333;
	cursor: pointer;
	transition: all 0.3s ease;
}
.custom-color-wrap .color-options .color-option.is-active, .custom-color-wrap .color-options .color-option:hover{
	border-color: #ffffff;
}
.option-wrap .line{
	margin-top: 16px;
}
.option-group-wrap{
	margin-top: 24px;
}
.option-group-wrap .option-group{
	display: flex;
	gap: 8px;
}
.option-group-wrap .option-group .option-button{
	color: #6E6E6E;
	font-size: 15px;
	font-weight: 400;
	line-height: 14px;
	padding:15px;
	border: 1px solid #E0E0E0;
	transition: all 0.3s ease;
	cursor: pointer;
}
.option-group-wrap .option-group .option-button:hover, .option-group-wrap .option-group .option-button:focus, .option-group-wrap .option-group .option-button.is-active{
	color:#ffffff;
	background-color: #414141;
	border-color: #414141;
	outline: 0;
}
.btn-cart-wrap{
	margin-top: 49px;
}
.btn-cart-wrap .qty .input-group .input-group-btn{
	display:none;
}
.btn-cart-wrap .qty .input-group .input-group-btn-vertical .btn{
	color: #231f20;
}
.info-message-wrap{
	color: #555555;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	max-width: 600px;
	padding: 17px;
	background-color: #F8F8F8;
	margin-top: 24px;
}
.info-message-wrap .message-icon{
	width: 18px;
	height: 18px;
}
.info-message-wrap .message-text{}
.info-message-wrap .message-text .message-link{
	color: #555555;
	text-decoration: underline;
}
.info-message-wrap .message-text .message-link:hover{
	text-decoration: none;
}
.configurator-wrap .configurator-blockreassurance{
	margin-top: 40px;
}
.configurator-blockreassurance #block-reassurance{
	padding: 0;
	background-color: transparent;
}
.configurator-blockreassurance #block-reassurance ul{
	width: 100%;
}
.configurator-blockreassurance #block-reassurance ul li{
	background-color: #F8F8F8;
	border-bottom: 0;
	margin-bottom: 10px;
}
.configurator-blockreassurance #block-reassurance ul li:last-child{
	margin-bottom: 0;
}
.configurator-blockreassurance #block-reassurance ul li .block-reassurance-item{
	padding: 13px 1rem;
}
.configurator-blockreassurance #block-reassurance ul li .block-reassurance-item img{
	width: 28px;
}
.configurator-blockreassurance #block-reassurance ul li .block-reassurance-item .h6{
	color: #555555;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
@media(max-width: 768px){
	.configurator-wrap{
		grid-template-columns: 1fr;
		margin-left: 0;
		margin-right: 0;
	}
}