.configurator_page_container {
	padding-top: 40px;
	padding-bottom: 60px;
}

.progress {
	padding-bottom: 16px;
}

ul.progress_steps {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 145px;
}

.progress_step {
	text-align: center;
	width: 50px;
	position: relative;
}

.progress_step.completed {
	cursor: pointer;
}

.progress_step.active {
	font-weight: 500;
}

.step_number {
	font-size: 12px;
}

.step_name {
	font-size: 12px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 20px);
	white-space: nowrap;
	bottom: 0;
}

.progress_step.active .step_name {
	font-weight: 600;
}

.step_circle {
	width: 50px;
	height: 50px;
	background-color: #ECEFF3;
	border-radius: 50%;
	position: relative;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.progress_circle,
.inner_circle {
	display: none;
}

.progress_step.active .progress_circle {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: conic-gradient(#44C890 0%, #cad0dc 0);
	border-radius: 50%;
}

.progress_step.active.completed_in_advance .progress_circle {
	display: none;
}

.progress_step.active .inner_circle {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #ECEFF3;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border-radius: 50%;
}

.progress_step.active.completed_in_advance .inner_circle {
	background-color: #44C890;
}

.step_circle img {
	width: 25px;
	height: auto;
	z-index: 1;
}

li.progress_step.completed_in_advance .step_circle img,
li.progress_step.completed .step_circle img {
	filter: brightness(1000%);
}

.completed .step_circle,
.completed_in_advance .step_circle {
	background-color: #44C890;
}

.step_circle:after {
	content: '';
	height: 4px;
	width: 150px;
	background-color: #ECEFF3;
	position: absolute;
	top: 50%;
	display: block;
	left: 50px;
	pointer-events: none;
}

.progress_step.completed .step_circle:after {
	background-color: #44C890;
}

.progress_step:last-child .step_circle:after {
	display: none;
}

.configurator {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.preview {
	flex: 0 1 450px;
}

.content_configurator {
	flex-grow: 1;
	flex: 1 0 730px;
	max-width: 730px;
}

.content_configurator h1,
.content_configurator .h1 {
	line-height: 1.2;
	margin-bottom: 25px;
	font-size: 28px;
	font-weight: 600;
	color: #000000;
}

.configurator p {
	margin-bottom: 20px;
}

.configurator p:last-child {
	margin-bottom: 0;
}

.step_block {
	background-color: #F4F7F9;
	padding: 30px;
	margin-bottom: 25px;
	display: none;
}

.step_block.active {
	display: block;
}

.instructions_configurator {
	margin-bottom: 25px;
}

.title_block {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 15px;
	display: inline-flex;
	gap: 10px;
	align-items: center;
}

.first_option .title_block {
	border: 1px dashed #9ED3DD;
	border-radius: 5px;
	padding: 5px 10px;
}

.substep_indiciation {
	color: #0FA6C2;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 7px;
}

.substep_indiciation img {
	height: 14px;
	width: auto;
	filter: brightness(0) saturate(100%) invert(51%) sepia(88%) saturate(2930%) hue-rotate(156deg) brightness(97%) contrast(88%);
}

.choices {
	display: flex;
	column-gap: 40px;
	row-gap: 25px;
	flex-wrap: wrap;
}

.choice,
.choices[data-choices_row="5"] .choice {
	cursor: pointer;
	flex: 1 1 calc(20% - 32px);
	max-width: calc(25% - 30px);
	min-width: calc(20% - 32px);
	text-align: center;
}

.choices[data-choices_row="4"] .choice {
	flex: 0 0 calc(25% - 30px);
	min-width: calc(25% - 30px);
}

.choices[data-choices_row="3"] .choice {
	flex: 0 0 calc(33.33% - 40px);
	max-width: calc(33.33% - 40px);
	min-width: calc(33.33% - 40px);
}

.choice_icon {
	background-color: #fff;
	padding: 15px 10px;
	margin-bottom: 11px;
	border-radius: 10px;
	border: 1px solid #F2F4F7;
	border: 3px solid white;
	min-height: 119px;
	box-sizing: border-box;
	display: flex;
}

.option[data-dark_background="1"] .choice_icon {
	background-color: #a7a7a7;
	background-color: #bfbfbf;
}

.choices[data-choices_row="5"] .choice_icon {
	padding: 12px 5px;
	min-height: 90px;
}

.choice.active .choice_icon {
	border: 3px solid var(--blue);
}

.choice.active .choice_text {
	font-weight: 500;
}

.configurator_heading {
	display: flex;
	margin-bottom: 15px;
}

img.gobain_logo {
	width: 144px;
	height: auto;
	margin-bottom: 15px;
}

.star_rating,
.review_count {
	font-weight: 600;
}

.underline {
	text-decoration: underline;
}

.header_rating {
	display: flex;
	gap: 10px;
	align-items: center;
}

.star_rating {
	font-size: 18px;
}

.footer_rating {
	font-size: 12px;
}

.rating_logo {
	text-align: center;
	flex: 0 0 144px;
}

.configurator {
	margin-bottom: 65px;
}

.usps_custom_mirror_wrapper {
	margin-bottom: 49px;
}

ul.photo_reviews {
	padding: 0; 
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

li.photo_review {
	flex: 0 0 calc(25% - (30px * 3) / 4);
	max-width: calc(25% - (30px * 3) / 4);
	border: 1px solid #ECEFF3;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	text-align: center;
}

.photo {
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #F6F8FA;
	padding-top: calc(720 / 1280 * 100%);
	position: relative;
	margin-bottom: 12px;
}

.review_content {
	padding: 20px;
}

.author_name {
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 15px;
}

.author_name:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(https://design-spiegels.local/wp-content/themes/designspiegels/asset/img/checkmark-verified.svg);
	position: relative;
	top: 2px;
	margin-left: 3px;
}

.reviews_configurator {
	margin-bottom: 50px;
}

.reviews_configurator h2 {
	text-align: center;
}

.stars {
	background-color: white;
	bottom: 0;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 50%);
	z-index: 1;
	padding: 5px 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

#reviews {
	display: none;
}

.all_reviews {
	text-align: center;
	margin-top: 25px;
}

.custom_wishes a {
	color: var(--blue);
	text-decoration: underline;
}

.choice_icon img {
	max-height: 87px;
	max-width: 100%;
	height: auto;
	width: auto;
	margin: auto;
}

.rating_configurator {
	cursor: pointer;
}

.custom_wishes {
	margin-top: 20px;
}

.step {
	display: none;
}

.step.active {
	display: block;
}

.lightning_type .choice_icon,
.direct_lightning_position .choice_icon {
	padding: 12px;
	min-height: 0;
}

.direct_lightning_position ul {
	gap: 25px;
}

.extra_info {
	margin-bottom: 25px;
	font-size: 13px;
}

.choice_icon.text {
	text-align: center;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 19px;
}

.step_form {
	background-color: white;
	padding: 30px;
}

.form_field {
	margin-bottom: 20px;
}

.form_field:last-child {
	margin-bottom: 0;
}

.form_field label {
	display: block;
	font-weight: 500;
	margin-bottom: 8px;
}

.form_field input[type="number"],
.form_field input[type="text"],
.form_field textarea {
	border: 1px solid #EAECF0;
	display: block;
	background: #FCFCFE;
	width: 100%;
	padding: 16px 20px;
	box-sizing: border-box;
}

.form_field textarea {
	height: 120px;
}

.step_button {
	cursor: pointer;
	border-radius: 7px;
	padding: 16px 25px;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	min-width: 155px;
}

.step_buttons {
	display: flex;
	gap: 16px;
	justify-content: center;
}

.step_button.back {
	background: #ECEFF3;
	color: #98A2B3;
}

.step_button.next {
	background: #3CAFCB;
	color: white;
}

.inside_preview {
	position: sticky;
	top: calc(91px + 15px);
}

#main-nav {
	position: static;
}

body {
	padding-top: 0;
}

.searchform {
	visibility: hidden;
}

.topbar_configurator {
	width: 100%;
	z-index: 2;
	background-color: #F4F7F9;
	border-bottom: 1px solid #ECEFF3;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .03), 0 4px 4px 0 rgba(0, 0, 0, .03), 0 10px 6px 0 rgba(0, 0, 0, .02), 0 17px 7px 0 rgba(0, 0, 0, 0), 0 27px 8px 0 rgba(0, 0, 0, 0);
}

.sticky_topbar .topbar_configurator {
	position: fixed;
	top: 0;
	left: 0;
}

.sticky_topbar #main-nav {
	margin-bottom: 91px;
}

.price_configurator {
	font-weight: normal;
	transition: all 0.5s ease-in-out;
	font-size: 17px;
	font-weight: 500;
}

.price_configurator.price_updated {
	font-size: 17px;
}

.price_configurator.calculated:before {
	content: 'Totaal: ';
}

.inside_topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 10px 0;
}

.title_configurator {
	font-size: 20px;
	font-weight: 600;
}

.info_icon {
	width: 17px;
	height: 17px;
	background-image: url(/wp-content/plugins/mirror-configurator/assets/images/info.svg);
	background-size: 100%;
	cursor: pointer;
}

.price_configurator_wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 140px;
}

.title_configurator .price_configurator_wrapper {
	margin-top: 6px;
}

.info_popup {
	display: none;
}

.info {
	position: relative;
	display: inline-block;
}

.info.active .info_popup {
	display: block;
	position: absolute;
	/* border-radius: 8px; */
	border: 1px solid rgba(30, 46, 56, .1);
	background: #FFF;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .03), 0 4px 4px 0 rgba(0, 0, 0, .03), 0 10px 6px 0 rgba(0, 0, 0, .02), 0 17px 7px 0 rgba(0, 0, 0, 0), 0 27px 8px 0 rgba(0, 0, 0, 0);
	padding: 25px 52px 25px 22px;
	width: 395px;
	top: -16px;
	right: 0;
	transform: translateY(-100%);
	z-index: 100000;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}

.topbar_configurator .info.active .info_popup {
	top: unset;
	bottom: -16px;
	transform: translateY(100%);
	right: unset;
	left: 0;
}

.popup_overlay {
	width: 100%;
	height: 100%;
	background: #1E2E38;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	opacity: .1;
	display: none;
}

.info.active + .popup_overlay {
	display: block;
}

.close_popup {
	position: absolute;
	background-image: url(https://www.designspiegels.nl/wp-content/themes/designspiegels/asset/img/close-white.svg);
	width: 25px;
	height: 25px;
	top: 22px;
	right: 18px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #3cafcb;
	background-repeat: no-repeat;
	background-position: 3px 4px;
	background-size: 20px;
}

.choice_text .info {
	position: absolute;
	transform: translate(5px, 1px);
	z-index: 999999;
}

ul.usps_custom_mirror {
	display: flex;
	justify-content: center;
	gap: 50px;
}

.usps_custom_mirror li {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
}

.usps_custom_mirror li:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background-image: url(https://www.designspiegels.nl/wp-content/themes/designspiegels/asset/img/check-c.svg);
	background-size: 100%;
}

.configurator_page_container h2 {
	font-size: 28px;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 25px;
}

.product_tabs_wrapper {
	width: 900px;
	max-width: 100%;
	margin-bottom: 75px;
}

table#specifications_table {
	border: none !important;
}

div.product_spec_inside {
	height: auto;
}

section.custom_mirror_section:not(:last-child) {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

span.read_more,
#all_reviews_text {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	background-image: url(../img/arrow-right-specs-blue.svg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	padding-left: 19px;
	line-height: 15px;
	color: #3CAFCB;
}

.read_more_wrapper {
	margin-top: 15px;
}

.technical_drawing_link {
	color: var(--blue);
	text-decoration: underline;
	cursor: pointer;
}

.technical_drawing_popup_wrapper {
	display: none;
}

.technical_drawing_popup_wrapper.active {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

.technical_drawing_popup_wrapper.active .popup_overlay {
	display: block;
}

.technical_drawing_popup {
	background-color: white;
	width: 550px;
	border-radius: 10px;
	padding: 30px;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100000;
}

.button_navigation {
	cursor: pointer;
	font-weight: 500;
	display: flex;
	gap: 4px;
	align-items: center;
}

.button_navigation.back {
	font-size: 13px;
}

.button_navigation.back:before {
	content: '';
	background-image: url(../img/arrow-right-black.svg);
	width: 13px;
	display: block;
	height: 13px;
	background-size: 100%;
	transform: rotate(180deg);
}

.navigation_buttons_wrapper {
	margin-top: 25px;
	margin-bottom: -10px;
}

#futy-container {
	display: none;
}

#specifications_table tr:nth-child(n+5) {
	display: none;
}

.product_spec_inside.active #specifications_table tr {
	display: table-row;
}

ul.navigation_buttons {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.navigation_button.next:only-child {
	margin-left: auto;
}

.navigation_button {
	cursor: pointer;
	line-height: 15px;
	border-radius: 5px;
	background-color: #ECEFF3;
	color: #1A1515;
	font-size: 16px;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	gap: 7px;
}

.navigation_button.highlighted,
.navigation_button.order {
	color: white;
	background-color: #0FA6C2;
	background-color: var(--green);
}

.navigation_button.back:before,
.navigation_button.next:after,
.navigation_button.order.order:after,
.navigation_button.order.loading:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background-size: cover;
}

.navigation_button.back:before {
	background-image: url(../img/left-button.svg);
}

.navigation_button.next:after {
	background-image: url(../img/right-button.svg);
}

.navigation_button.next.highlighted:after {
	background-image: url(../img/right-button-white.svg);
}

.navigation_button.order:after {
	background-image: url(../img/cart-white.svg);
}

.navigation_button.order.loading:after {
	background-image: url(../img/spinner-white.svg);
	background-size: 20px;
	background-position: center;
}

.price_configurator.calculated {
	display: none;
}

.price_configurator_wrapper.has_price .price_configurator.calculated {
	display: block;
}

.price_configurator_wrapper.has_price .price_configurator.default {
	display: none;
}

.step[data-step="2"] .calculated_price_wrapper {
	display: none;
}

.technical_drawing_wrapper {
	width: 600px;
	max-width: 100%;
	display: none;
}

.technical_drawing_wrapper img {
	display: block;
}

.pd-tech.available .technical_drawing_wrapper {
	display: block;
}

.pd-tech.available .technical_drawing_not_yet {
	display: none;
}

.bezleft li {
	display: flex;
	flex-wrap: wrap;
}
.bezleft li {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #000000;
	margin-bottom: 37px;
	box-sizing: border-box;
	padding-left: 36px;
	position: relative;
}

.d_item_left {
	flex: 0 0 70%;
	padding-right: 20px;
	box-sizing: border-box;
}

.icnlist {
	position: absolute;
	top: 4px;
	left: 0;
}

.bezleft h3 {
	margin-bottom: 5px;
}

.bezleft li p:last-child {
	margin-bottom: 0;
}

.bezleft li p {
	margin-bottom: 24px;
}

.d_item_right {
	flex: 0 0 30%;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.d_item_right img {
	max-width: 121px;
}

.d_item_right.centered_con_se a:nth-child(1) img, .d_item_right.centered_con_se a:nth-child(2) img, .d_item_right.centered_con_se a:nth-child(3) img {
	height: 30px;
}

.d_item_right.centered_con_se a:nth-child(4) img, .d_item_right.centered_con_se a:nth-child(5) img, .d_item_right.centered_con_se a:nth-child(6) img {
	height: 25px;
}

.d_item_right img[src*="Kantoor"] {
	max-width: 200px;
}

.d_item_left ul li {
	display: list-item;
	list-style-type: disc;
}

.bezleft li li {
	margin-bottom: 0px;
	list-style: disc;
	padding-left: 0;
}

.bezleft li ul {
	box-sizing: border-box;
	padding-left: 45px;
}

.icnbtn {
	align-items: center;
	margin-bottom: 10px;
}

.icnbtn img {
	margin-right: 16px;
}

.extra_info img {
	max-width: 200px;
}

#wpadminbar {
	display: none;
}

html {
	margin-top: 0 !important;
}

.reviews_configurator .header_product_review {
	float: none;
	margin: auto;
	margin-bottom: 30px;
	display: flex;
	gap: 30px;
	width: 500px;
	max-width: 100%;
}

.reviews_configurator .fbc_logo_wrapper {
	margin-top: 9px;
}

a.review.flex {
	pointer-events: none;
}

.toggle_configuration {
	background-color: #ECEFF3;
	border-radius: 5px;
	cursor: pointer;
	padding: 13px 16px;
}

.text_toggle_button {
	display: flex;
	align-items: center;
	gap: 16px;
	font-weight: 500;
}

.text_toggle_button:after {
	content: '';
	width: 8px;
	height: 5px;
	display: block;
	background-image: url(../img/arrow-down.svg);
}

.toggle_configuration.active .text_toggle_button:after {
	transform: rotate(180deg);
}

.has_price .info {
	display: none;
}

.overview_configuration {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #F4F7F9;;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .03), 0 4px 4px 0 rgba(0, 0, 0, .03), 0 10px 6px 0 rgba(0, 0, 0, .02), 0 17px 7px 0 rgba(0, 0, 0, 0), 0 27px 8px 0 rgba(0, 0, 0, 0);
	transform: translateY(100%);
	width: 500px;
	max-width: 100%;
	padding: 20px 25px;
	display: none;
	border-bottom: 1px solid #ECEFF3;
	border-top: none;
	z-index: 2;
}

.overview_configuration.active {
	display: block;
}

.overview_table {
	width: 100%;
	font-size: 12px;
}

.overview_table th {
	text-align: left;
	font-weight: 600;
}

.overview_table td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.total_row td {
	font-weight: 600;
}

.overview_table td:first-child,
.overview_table th:first-child {
	width: 180px;
}

.overview_table td:last-child,
.overview_table th:last-child {
	text-align: right;
	width: 85px;
}

.calculated_overview_price {
	display: none;
}

.has_price .calculated_overview_price {
	display: block;
}

.has_price .initial_overview_price {
	display: none;
}

.hide_row {
	display: none !important;
}

.skip_option {
	display: none;
}

.thumb img {
	height: 75px;
	cursor: pointer;
}

.thumbs {
	display: flex;
	align-items: center;
	margin-top: 11px;
	gap: 10px;
	justify-content: center;
}

.main_preview {
	position: relative;
}

.nav_arrow {
	position: absolute;
	height: 100px;
	width: 72px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 32px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.nav_arrow.left {
	left: 0;
	background-image: url(/wp-content/themes/designspiegels/asset/img/arrow-left-fixed.svg);
}

.nav_arrow.right {
	right: 0;
	background-image: url(/wp-content/themes/designspiegels/asset/img/arrow-right.svg);
}

.first_active .nav_arrow.left {
	display: none;
}

.last_active .nav_arrow.right {
	display: none;
}

.thumbs:empty {
	display: none;
}

.no_thumbs .nav_arrow {
	display: none;
}

.form_field input.invalid,
.form_field input.valid {
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
}

.form_field input.valid {
	background-image: url(../img/checkmark-green.svg);
}

.form_field input.invalid {
	background-image: url(../img/cross-red.svg);
}

.final_price {
	text-align: right;
	margin-top: 30px;
	margin-bottom: -13px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: underline;
}

span.total_price {
	background-image: url(/wp-content/plugins/mirror-configurator/assets/images/info.svg);
	background-size: 13px;
	padding-right: 19px;
	background-repeat: no-repeat;
	background-position: right 1px;
}

.info_popup img {
	max-height: 250px;
}

@media (min-width: 1300px) {
	.preview {
		flex: 0 1 510px;
	}

	.inside_preview {
		max-width: calc(100% - 60px);
	}

	.nav_arrow.right {
		right: -65px;
	}

	.nav_arrow.left {
		left: -65px;
	}
}

@media (min-width: 768px) {
	.title_block {
		font-size: 17px;
		line-height: 21px;
	}

	.choices[data-choices_row="5"] {
		column-gap: 20px;
	}

	html, body {
		overflow-x: unset;
	}

	.mobile_button_text {
		display: none;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.content_configurator {
		flex: 1 0 600px;
		max-width: 600px;
	}

	ul.progress_steps {
		gap: 80px;
	}
}

@media (max-width: 1030px) {
	body {
		padding-top: 0 !important;
	}

	.searchmobile {
		display: none;
	}
}

@media (max-width: 991px) {
	li.photo_review {
		flex: 0 0 calc(50% - 30px / 2);
		max-width: calc(50% - 30px / 2);
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.content_configurator {
		flex: 1 0 450px;
		max-width: 450px;
	}	

	.choice,
	.choices[data-choices_row="4"] .choice {
		flex: 0 0 calc(50% - 30px);
		min-width: calc(50% - 30px);
	}

	.choices[data-choices_row="5"] .choice {
		flex: 1 1 calc(33.333% - 32px);
		max-width: calc(33.333% - 30px);
		min-width: calc(33.333% - 32px);
	}

	ul.usps_custom_mirror {
		gap: 20px;
	}

	ul.progress_steps {
		gap: 50px;
	}

	.your {
		display: none;
	}

	.text_toggle_button {
		font-size: 12px;
	}

	.title_configurator {
		font-size: 17px;
	}

	.step_circle:after {
		width: 75px;
	}
}

@media (max-width: 767px) {
	.inside_preview,
	.main_preview {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}

	.thumbs {
		display: none;
	}

	.step_name_number {
		display: none;
	}

	.overview_table td {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.overview_table {
		font-size: 11px;
	}

	.overview_table td:first-child,
	.overview_table th:first-child {
		width: 155px;
	}

	li.photo_review {
		max-width: 100%;
		flex: 0 0 300px;
		margin: auto;
		font-size: 12px;
		line-height: 1.7;
	}

	.title_configurator {
		display: none;
	}

	.toggle_configuration {
		padding: 0;
		background-color: transparent;
	}

	.step_circle {
		width: 38px;
		height: 38px;
	}

	.step_circle img {
		width: 18px;
	}

	ul.progress_steps {
		gap: 40px;
	}

	.step_circle:after {
		width: 62px;
		left: 39px;
	}

	ul.usps_custom_mirror {
		gap: 20px;
		row-gap: 10px;
	}

	.usps_custom_mirror li:before {
		flex: 0 0 14px;
	}

	.usps_custom_mirror li {
		white-space: nowrap;
		font-size: 12px;
	}

	ul.usps_custom_mirror {
		flex-wrap: wrap;
	}

	.photo_review:nth-of-type(n+4) {
		display: none;
	}

	.product_review_wrapper .header_product_review {
		display: none;
	}

	.configurator {
		flex-direction: column;
		gap: 16px;
		margin-bottom: 20px;
	}

	.configurator_page_container {
		padding-top: 0;
	}

	.preview {
		margin-left: -15px;
		margin-right: -15px;
	}

	.preview {
		flex: unset;
		height: 0;
		padding-bottom: 60%;
		overflow: hidden;
		position: relative;
	}

	.preview img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	ul.substeps {
		margin-left: -15px;
		margin-right: -15px;
	}

	.choices {
		column-gap: 8px;
	}

	.choices[data-choices_row="4"] .choice {
		flex: 0 0 calc(25% - 6px);
		min-width: calc(25% - 6px);
	}

	.choice_icon {
		padding: 10px;
		min-height: 101px;
	}

	.custom_wishes {
		margin-top: 15px;
		font-size: 12px;
	}

	.step_block {
		padding: 15px;
	}

	.choice,
	.choices[data-count="2"] .choice,
	.choices[data-count="3"] .choice,
	.choices[data-choices_row="3"] .choice,
	.choices[data-choices_row="5"] .choice {
		flex: 1 1 calc(33.333% - 8px);
		max-width: calc(33.333% - 8px);
		min-width: calc(33.333% - 8px);
	}

	.choice_text {
		font-size: 12px;
		line-height: 1.2;
	}

	.substep_indiciation {
		text-wrap: nowrap;
		flex-grow: 1;
		flex-shrink: 0;
	}

	.content_configurator h1, .content_configurator .h1 {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.instructions_configurator {
		margin-bottom: 0;
		font-size: 12px;
	}

	.configurator_heading {
		gap: 10px;
	}

	.info_icon {
		width: 12px;
		height: 12px;
	}

	.extra_info {
		margin-bottom: 15px;
		font-size: 12px;
	}

	.choice_icon img {
		max-height: 75px;
	}

	img.gobain_logo {
		width: 100px;
		margin-left: auto;
		margin-right: auto;
	}

	.star_rating {
		font-size: 15px;
	}

	.review_stars .star {
		width: 15px;
		height: 15px;
	}

	.rating_logo {
		flex: 0 0 122px;
	}

	.header_rating {
		gap: 7px;
		justify-content: center;
	}

	.content_configurator {
		flex: unset;
	}

	.option_title {
		font-size: 13px;
	}

	.overview_configuration.active {
		box-sizing: border-box;
		max-width: calc(100% + 30px);
		right: -15px;
		padding: 10px 15px;
		max-height: calc(100vh - 80px);
		overflow: auto;
	}

	.navigation_buttons_wrapper {
		margin-bottom: 0;
	}

	.usps_custom_mirror_wrapper {
		margin-bottom: 0;
	}

	div.prodes-slide {
		margin-top: 10px;
	}

	.configurator_page_container h2 {
		font-size: 20px;
		line-height: 1.5;
	}

	.d_item_left {
		flex: 0 0 100%;
		padding-right: 0px;
		box-sizing: border-box;
		max-width: 100%;
	}

	.d_item_right {
		flex: 0 0 100%;
		padding-top: 10px;
	}

	.d_item_right a {
		padding: 5px;
	}

	.info.active .info_popup {
		box-sizing: border-box;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 100%;
	}

	.progress_step {
		width: 38px;
	}

	.step_name {
		font-size: 11px;
	}

	.whatsapp {
		display: none;
	}

	.choice_icon.text {
		font-size: 17px;
	}

	.desktop_button_text {
		display: none;
	}

	.text_toggle_button {
		font-size: 12px;
		font-weight: 400;
		gap: 7px;
	}
}

@media (max-width: 389px) {
	ul.progress_steps {
		gap: 35px;
	}

	.text_toggle_button {
		font-size: 11px;
		gap: 4px;
	}

	.topbar_configurator     .container {
		width: calc(100% - 20px);
	}
}
