/* CUSTOM STEP FORM STYLE  */
ul li {
	margin: 0;
}

.more_info {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	background: transparent ! IMPORTANT;
	border: 0;
	color: #2d4647 !important;
	FONT-WEIGHT: 700;
	padding: 0;
	line-height: 1;
	transform: translateY(5px);
}

form#multi-step-form .step:not([data-step="1"]) .radio_field>label {
	display: inline;
}

dd.variation-Optionsku,
dt.variation-Optionsku {
	display: none !important;
}

.form_head h2 {
	font-size: 28px !important;
}

.z_video_wrap {
	max-width: 700px;
	margin: 0 auto;
	padding: 60px 0;
}

.qnty_wrap {
	max-width: 60px;
	margin-left: auto;
	padding-left: 5px;
}

* {
	box-sizing: border-box;
	margin: 0;
}

body {
	font-family: Arial, sans-serif;
	margin: 0;
}

.step-container {
	background: #EEF2E9;
	padding: 0 50px 200px 135px;
	display: flex;
	align-items: start;
	gap: 26px;
}

.form_header {
	display: flex;
	align-items: center;
	padding: 10px 30px;
	justify-content: space-between;
	background: #DCEACA;
}

.progress-bar {
	left: 0;
	width: 100%;
	position: absolute;
	/* left: 40px; */
	transform: translateY(-50%);
	top: calc(50% + 0px);
	/* max-width: calc(100% - 80px); */
	border-bottom: 1px dotted;
}

.progress-fill {
	width: var(--width);
	background: #2D4647;
	transition: width 0.3s ease-in-out;
	height: 1px;
	margin-bottom: -3px;
	z-index: 2;
	position: relative;
}

.slick-list.draggable,
.multiimage-wrapper {
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.progress {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	position: relative;
}

.step-indicator {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: #fff;
	z-index: 1;
	width: 40px;
	color: #7B9F4D;
	font-size: 19.2px;
	border: 1px solid #7B9F4D;
	border-radius: 50%;
	line-height: 1;
	height: 40px;
}

.step-indicator.complete_step {
	background: url(https://zillionera.com/webwoo/wp-content/uploads/2025/02/check_circle.png) no-repeat center;
	font-size: 0;
	background-color: white;
}

.step {
	display: none;
}

.step.active {
	display: block;
}

.navigation {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}

.nav_btn {
	padding: 15px 20px;
	background: #A7C87D;
	color: white;
	border: none;
	cursor: pointer;
	width: 50%;
	font-size: 14px;
	font-weight: 900;
}

.nav_btn:disabled {
	background: #ccc;
}

.arrow_nav button {
	padding: 0;
	border: 0;
	background: unset;
	outline: 0;
}

.arrow_nav button:hover {
	opacity: 50%;
}

.form_header h2 {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
}

.card_button_inner {
	display: flex;
	margin-top: 20px;
	align-items: center;
	justify-content: space-between;
}

.card_button_inner h3 {
	font-size: 36px;
}

.option_card_inner {
	padding: 24px 32px 60px;
}



.step-indicator div {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #7B9F4D;
	font-size: 19.2px;
	color: #7B9F4D;
	position: relative;
}

.step-indicator div::before {
	position: absolute;
	content: '';
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	width: 16px;
	height: 7px;
	transform: rotate(-45deg) scale(0);
	top: 12px;
	transition: 0.2s linear;
}

.step-indicator div.active::before {
	transform: rotate(-45deg) scale(1);
}

.step-indicator .active {
	background: #2D4647;
	border-color: #2D4647;
	font-size: 0;
}

.step[data-step="1"] label:has(input[type="radio"]:checked) {
	background: #DCEACA !important;
}

.step[data-step="1"] .wrapper {
	padding: 24px 32px 30px;
}

.option_card_inner p {
	font-size: 15px;
	letter-spacing: 0.2em;
	text-transform: capitalize;
	color: #020202;
}

.card_button_inner a,
a.popup_button {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 18px;
}

a.popup_button {
	justify-content: end;
	margin-top: 30px;
}

.navigation {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
	align-items: center;
}

button.nav_btn.btn-prev,
button.mobile_nav.prev {
	background: #2D4647 !important;
	color: #DCEACA !important;
}

button.nav_btn.btn-prev svg path,
button.mobile_nav.prev svg path {
	fill: #DCEACA;
}

.navigation .nav_btn,
button.mobile_nav {
	background: #A7C87D;
	color: white;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	width: 50%;
	font-size: 14px;
	min-height: 56px;
	font-weight: 900;
	gap: 10px;
	border-radius: 0;
}

.navigation .nav_btn span.icon,
.navigation .nav_btn,
button.mobile_nav {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

button.nav_btn.btn-next,
button.mobile_nav.next {
	color: #2D4647 !important;
	background: #A7C87D !important;
}

button.nav_btn.btn-next svg path,
button.mobile_nav.next svg path {
	fill: #2D4647;
}


button.nav_btn,
button.mobile_nav {
	border-radius: 0 !important;
}

button.navigation button.nav_btn.btn-prev,
button.mobile_nav.prev {
	background: #FFFFFF;
	/* 	color: #ADADAD !important; */
}

h3.step_title {
	display: none;
}


.header_navigation .btn {
	background: rgb(0 0 0 / 50%);
	border: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	cursor: pointer;
}

.header_navigation .btn:disabled {
	background: hsl(0deg 0% 0% / 20%);
}

.step_main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.step_left {
	width: 50%;
	background: #fff;
	padding: 27px 45px 2px;
}

.step_right {
	width: 50%;
}

.step_right video {
	width: 100%;
}

.step_left h5 {
	font-size: 15px;
	letter-spacing: 0.2em;
	text-transform: capitalize;
	color: #020202;
	font-weight: 500;
	margin: 0 0 17px;
}

.step_left h3 {
	font-size: 36px;
	margin-bottom: 20px;
}

.step_left h4 {
	font-size: 24px;
}

.radio_box {
	margin-top: 60px;
}

.radio_box label {
	display: block;
	background: #EEF2E9;
	padding: 11px 18px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	color: #000000;
	position: relative;
}

.radio_box label input {
	display: none;
}

.radio_box label:has(input:checked) {
	box-shadow: 0 0 5px 0 #596e3f80;
	background: #DCEACA;
}

.radio_box label::before {
	position: absolute;
	content: '';
	background: url(https://zillionera.com/webwoo/wp-content/uploads/2024/11/check_circle.png) no-repeat center / contain;
	width: 25px;
	height: 25px;
	right: 20px;
	transform: scale(0);
	transition: 0.2s linear;
}

.radio_box label:has(input:checked)::before {
	transform: scale(1);
}

.progress_stuts {
	background: #fff;
	padding: 16px 40px;
	position: relative;
}

form#multi-step-form .step[data-step="1"] label {
	width: 50%;
	display: flex;
	background: #fff;
	flex-direction: column;
	cursor: pointer;
}

.card_button_inner a {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 18px;
}

.price_wrap {
	display: flex;
	margin-top: 20px;
	align-items: center;
	justify-content: space-between;
}

.price_wrap span.price {
	font-size: 32px;
	font-weight: bold;
}

.step[data-step="1"] .wrapper .label {
	font-size: 15px;
	letter-spacing: 0.2em;
	text-transform: capitalize;
	color: #020202;
}

form#multi-step-form .step[data-step="1"] .product-field {
	width: 100%;
}

form#multi-step-form .step[data-step="1"] .product-radio-options {
	display: flex;
}

form#multi-step-form .step[data-step="1"] label input[type="radio"] {
	appearance: none;
}

form#multi-step-form .inner_wrapper {
	width: 100%;
}

form#multi-step-form .inner_wrapper h3 {
	font-size: 15px;
	letter-spacing: 0.2em;
	text-transform: capitalize;
	color: #020202;
	font-weight: 500;
	padding: 0;
}

input[type="radio"] {
	appearance: none;
}

form#multi-step-form .step:not([data-step="1"]) .inner_wrapper .price_wrap {
	display: none;
}

form#multi-step-form .step:not([data-step="1"]) .inner_wrapper {
	/*     display: grid; */
	grid-template-columns: repeat(2, 1fr);
	background: #fff;
}

form#multi-step-form .step:not([data-step="1"]) .grp {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	/*     align-items: center; */
}

form#multi-step-form .step:not([data-step="1"]) .radio_field {
	/*     grid-row: 2; */
	padding: 45px 27px;
	width: 50%;
}

form#multi-step-form .step:not([data-step="1"]) .image_field {
	/*     grid-row: 1 / 3; */
	width: 50%;
}

form#multi-step-form .step:not([data-step="1"]) .product-radio-options {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

form#multi-step-form .step:not([data-step="1"]) .radio_field>label {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
}

span.rd_op_price {
	margin: 0 !important;
	font-size: 14px !important;
	line-height: 1.4;
	FONT-WEIGHT: 600;
	min-width: max-content;
}

form#multi-step-form .step:not([data-step="1"]) .product-radio-options label {
	background: #EEF2E9;
	padding: 11px 18px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	color: #000000;
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
}

.op_qnty {
	padding: 7px 5px !important;
	text-align: center;
}


form#multi-step-form .step:not([data-step="1"]) label:has(input:checked) {
	box-shadow: 0 0 2.75px 0 #596E3F;
	background: #DCEACA;
	padding-right: 50px;
}

form#multi-step-form .step:not([data-step="1"]) label::before {
	position: absolute;
	content: '';
	background: url(https://zillionera.com/webwoo/wp-content/uploads/2024/11/check_circle.png) no-repeat center / contain;
	width: 25px;
	height: 25px;
	right: 20px;
	transform: scale(0);
	transition: 0.2s linear;
}

form#multi-step-form .step:not([data-step="1"]) label:has(input:checked)::before {
	transform: scale(1);
}


.multiimage-wrapper {
	height: 100%;
	width: 100%;
	display: flex;
}

.multiimage-wrapper img {
	width: 100%;
}

.step[data-step="final"].active {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
	padding: 30px;
	justify-content: center;
}

.step[data-step="final"] button.btn {
	max-width: 150px;
	border-radius: 0;
	padding: 19px 20px 20px;
	background: #A7C87D;
	color: white;
	border: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: 900;
}

form#multi-step-form .step:not([data-step="1"]) .radio_field label span {
	display: block;
	font-size: 24px;
	margin-top: 20px;
}


.multiimage-wrapper button.slick-arrow {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	border: 0;
	border-radius: 50%;
	background: rgb(0 0 0 / 60%);
	left: 20px;
	z-index: 9;
}

.multiimage-wrapper button.slick-next.slick-arrow {
	left: auto;
	right: 20px;
}

.multiimage-wrapper button.slick-arrow::before {
	position: absolute;
	content: '';
	width: 15px;
	height: 16px;
	background: url(/wp-content/uploads/2025/03/left_arrow-1-1.png) no-repeat center / contain !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.multiimage-wrapper button.slick-next.slick-arrow::before {
	background-image: url('/wp-content/uploads/2025/03/right-arrow-1-1.png') !important;
}

.multiimage-wrapper ul.slick-dots {
	position: absolute;
	display: flex;
	list-style: none;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
	bottom: 30px;
	justify-content: center;
	gap: 8px;
}

.multiimage-wrapper.slick-dotted.slick-slider {
	margin: 0;
}

.multiimage-wrapper .slick-dots li button:before {
	display: none;
}

.multiimage-wrapper ul.slick-dots button {
	font-size: 0;
	padding: 0;
	border: 0;
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 0.5;
	border-radius: 50%;
}

.multiimage-wrapper ul.slick-dots * {
	margin: 0;
	padding: 0;
}

.multiimage-wrapper ul.slick-dots * {
	margin: 0;
	padding: 0;
	width: unset;
}

.multiimage-wrapper ul.slick-dots li.slick-active button {
	opacity: 1;
}

.multiimage-wrapper .slick-track {
	display: flex;
	height: 100%;
}

.multiimage-wrapper .slick-track .slide {
	height: auto;
}

.multiimage-wrapper .slick-track .slide * {
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.8;
}

.step[data-step="1"] .product-field>label {
	display: none !important;
}

span.error-message {
	font-size: 12px;
}

.step_form_calc {
	background: #fff;
	padding: 30px 30px 0px 30px;
	margin-top: -20px;
	min-height: 51px;
	width: 426px;
}

body button.ze_add_to_quote {
	margin-top: 8px;
}

.calc_table {
	display: flex;
	justify-content: space-between;
}

.prodct_price,
.calc_price {
	margin-bottom: 30px;
}

.calc_table.total {
	padding-top: 29px;
	border-top: 1px solid #DCEACA;
}

.step_form_calc h3 {
	margin-block-start: unset;
	display: block;
	margin-bottom: 47px;
	font-size: 32px;
	font-weight: bold;
}

.step_from_wrapper {
	margin-top: -30px;
	width: 100%;
}

.calc_table.total .label,
.calc_table.total .value {
	font-weight: bold;
}

/* .multiimage-wrapper img {
max-height: 320px;
object-fit: cover;
} */

.arrow_nav button {
	background: transparent !important;
}

.calc_table .value {
	font-weight: bold;
	font-size: 15px;
	width: 47%;
	text-align: right;
}

.calc_table .label {
	text-align: left;
	width: 45%;
}

button.single_add_to_cart_button.button.alt {
	border-radius: 0;
	background: #A7C87D !important;
}

button.single_add_to_cart_button.button.alt {
	border-radius: 0;
	background: #A7C87D !important;
	min-width: 100% !important;
}

button.add-request-quote-button {
	border-radius: 0;
	margin-top: 20px;
	width: 100%;
	border: 0;
}

.main_form_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 26px;
	align-items: self-start;
}

.steps_form_left {
	width: calc(100% - (426px + 28px));
}

button.custom_add_to_cart_button,
button.ze_add_to_quote,
button.custom_cartbutton_toggle,
.woocommerce div.product form.cart button.single_add_to_cart_button.button {
	border-radius: 0 !important;
	width: calc(100% + 60px);
	border: 0;
	margin-left: -30px;
	margin-top: 50px;
	background: #A7C87D !important;
	color: #2D4647 !important;
	FONT-WEIGHT: 900;
	font-size: 14px;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-transform: uppercase;
}

button.custom_add_to_cart_button:hover,
body button.ze_add_to_quote:hover {
	opacity: 85%;

}

button.custom_cartbutton_toggle,
.woocommerce div.product form.cart button.single_add_to_cart_button.button {
	margin: 10px 0 0;
}

/* button.ze_add_to_quote {
background: #A7C87D !important;
color: #2D4647 !important;
} */
button.ze_add_to_quote {
	background: #2D4647 !important;
	color: #DCEACA !important;
}

form#multi-step-form .step[data-step="1"] .product-radio-options img {
	height: 230px;
	object-fit: cover;
}

h2.step_main_heading {
	font-size: 36px;
	font-weight: bold;
	padding: 0 50px 0 135px;
	margin-bottom: 83px;
	padding-top: 40px;
	margin-top: 0;
}

form#multi-step-form .step[data-step="1"] .product-field h3.step_title {
	display: none;
}

.step[data-step="1"] span.rd_op_price {
	display: none;
}

.video-slide {
	position: relative;
	display: inline-block;
}

img.video_poster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
	/* Poster sabse upar rahega */
}

button.video_play_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	color: #fff;
	border: none;
	/*     padding: 10px 20px; */
	cursor: pointer;
	border-radius: 5px;
	width: 84px;
	height: 84px;
	background: transparent !important;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.video-slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

div#disabled-option-popup:after {
	content: '';
	border-bottom: 13px solid #2D4647;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	left: -7px;
	transform: rotate(-89deg) translateY(-50%);
	top: calc(50% - 6px);

}

div#disabled-option-popup {
	background: #2D4647;
	color: #fff;
	padding: 4px 10px;
	font-size: 14px;
}

button.custom_add_to_cart_button,
button.ze_add_to_quote {
	margin-top: 10px;
}

body button.ze_add_to_quote {
	margin-top: 28px;
}

.product-radio-options input[type="radio"] {
	display: none !important;
}

label.disabled_option {
	display: none !important;
}

.custom-cart-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
}

.custom-cart-icon svg {
	max-width: 19px;
}

span.cart-count {
	position: absolute;
	right: -12px;
	top: -11px;
	font-size: 12px;
	color: #fff;
	width: 15px;
	background: #000;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	line-height: 1;
}

body.woocommerce div.product form.cart button.single_add_to_cart_button.button {
	width: 100%;
	font-size: 16px;
	background: url(https://lamellanl.adsvibe.nl/wp-content/uploads/2025/02/elements.svg) no-repeat calc(100% - 110px) #A7C87D !important;
}

.summary.entry-summary #saving_total_price {
	FONT-WEIGHT: 600;
	color: #ea2a36;
	display: inline-block;
	padding: 2px 12px;
	width: max-content;
	border-radius: 3px;
	margin: 0;
}

.slctd_stpopt p {
	font-size: 14px;
	margin-bottom: 0;
	padding: 2px 0;
}

.woocommerce-variation-price {
	display: flex;
	align-items: center;
}

/* CUSTOM STEP FORM STYLE  */
.steps_form_left .arrow_nav {
	display: none;
}

/* .multiimage-wrapper img, .multiimage-wrapper video ,
.multiimage-wrapper .slick-track .slide{
max-height: 250px;
} */
label:has(>.qnty_wrap) {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.qnty_wrap input[type="number"] {
	-moz-appearance: textfield !important;
	appearance: auto !important;
}

.qnty_wrap input[type="number"]::-webkit-inner-spin-button,
.qnty_wrap input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: auto !important;
}

div#step_form_calc {
	padding-bottom: 30px;
}

div#step_form_calc button {
	display: none;
}

.form-completed div#step_form_calc button {
	display: flex;
}

.form-completed div#step_form_calc {
	padding-bottom: 0;
}

.navigation.mobile {
	display: none;
}

.grayed-out {
	opacity: 0.5 !important;
	pointer-events: none;
	user-select: none;
	background-color: #f0f0f0 !important;
	display: flex !important;
}

@media (min-width:767px) {
	form.form-completed button.nav_btn.btn-next {
		display: none !important;
	}
}

@media(max-width:1440px) {
	form#multi-step-form .step:not([data-step="1"]) label:has(input:checked) {
		padding-right: 35px;
	}

	form#multi-step-form .step:not([data-step="1"]) .radio_field>label {
		font-size: 18px;
	}

	form#multi-step-form .step:not([data-step="1"]) .product-radio-options label,
	span.rd_op_price,
	body .op_qnty {
		font-size: 12px !important;
		line-height: 1.4em;
	}

	.form_header h2 {
		font-size: 24px;
	}

	.arrow_nav svg {
		width: 40px;
		height: 40px;
	}

	.progress {
		margin-top: 0;
	}

	.step-indicator {
		width: 35px;
		height: 35px;
	}

	form#multi-step-form .step[data-step="1"] .product-radio-options img {
		height: 190px;
	}

	.price_wrap span.price {
		font-size: 28px;
	}

	.step[data-step="1"] .wrapper {
		padding: 15px 25px 20px;
	}

	form#multi-step-form .step:not([data-step="1"]) label::before {
		width: 20px;
		height: 20px;
		right: 10px;
	}

	form#multi-step-form .step:not([data-step="1"]) .radio_field {
		padding: 25px 27px;
	}

	.step_form_calc {
		width: 335px;
	}

	.steps_form_left {
		width: calc(100% - (335px + 28px));
	}
}


@media(max-width:1300px) {

	/* 	Step FORM CSS  */
	.steps_form_left {
		width: calc(100% - (320px + 28px));
	}

	.step_form_calc {
		width: 320px;
	}

	form#multi-step-form .step:not([data-step="1"]) .radio_field {
		padding: 0px 25px 27px;
	}




	.form_header h2 {
		font-size: 30px;
	}

	.step_form_calc h3 {
		font-size: 30px;
	}

	.progress_stuts {
		padding: 31px 25px;
	}

	form#multi-step-form .step:not([data-step="1"]) .product-radio-options {
		margin-top: 40px;
	}

	.prodct_price,
	.calc_price {
		margin-bottom: 20px;
	}

	.calc_table .label {
		width: 100%;
	}

	.price_wrap span.price {
		font-size: 28px;
	}

	h2.step_main_heading {
		font-size: 28px;
	}


	/* 	Step FORM CSS  */

}


@media(max-width:1200px) {

	form#multi-step-form .step:not([data-step="1"]) .radio_field {
		padding: 21px 25px 27px;
		width: 100%;
	}

	form#multi-step-form .step:not([data-step="1"]) .image_field {
		width: 100%;
	}

	.multiimage-wrapper .slick-track .slide * {
		aspect-ratio: 1;
	}

	form#multi-step-form .step:not([data-step="1"]) .product-radio-options {
		margin-top: 30px;
	}

	.form_header h2 {
		font-size: 26px;
	}

	.step_form_calc h3 {
		margin-bottom: 30px;
		font-size: 26px;
	}

	button.custom_add_to_cart_button,
	button.ze_add_to_quote {
		min-height: 40px;
	}

	.navigation .nav_btn,
	button.mobile_nav {
		min-height: 40px;
	}


}

@media (max-width:991px) {
	.project_video .elementor-custom-embed-play {
		left: 10% !important;
	}

	.project_video .elementor-custom-embed-play:after {
		font-size: 28px;
	}

	.single-product .wapf-product-totals {
		padding: 65px 30px 19px;
	}

	.step_form_calc {
		width: 100%;
		margin-top: 20px;
	}

	.steps_form_left {
		width: 100%;
	}

	h2.step_main_heading {
		font-size: 35px;
	}

	.step-container {
		padding: 0 50px 100px 80px;
	}

	h2.step_main_heading {
		font-size: 29px;
	}

	form#multi-step-form .step[data-step="1"] label {
		width: 100%;
	}

	form#multi-step-form .step[data-step="1"] .product-radio-options {
		flex-wrap: wrap;
	}

	body .custom-mannual {
		padding: 20px;
	}

	.form_header h2 {
		font-size: 18px !important;
	}

}


@media(max-width:767px) {
	.navigation {
		display: none;
	}

	.navigation.mobile {
		display: flex;
	}


	.woocommerce div div.product form.cart {
		padding-left: 0;
	}

	body.woocommerce div div.product form.cart {
		padding: 0;
	}

	body.woocommerce div.product form.cart button.single_add_to_cart_button.button,
	.woocommerce div.product form.cart .button {
		font-size: 13px;
		padding: 0px;
	}

	.step_main {
		padding: 30px 0 40px 50px;
	}

	.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form p#message_field {
		grid-column: 1;
		grid-row: unset;
	}

	.step_main .step_row::before {
		width: 30px;
		height: 30px;
		top: 20px;
		left: -40px;
	}

	.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form p#term_condition_field {
		grid-column: 1 / 2;
	}

	.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form .raq-send-request-row {
		grid-column: 1 / 2;
	}

	.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form {
		grid-template-columns: repeat(1, 1fr);
	}

	.header_popup>.e-con-inner>.elementor-element tbody {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.header_popup table#yith-ywrq-table-list tr.cart_item {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		flex-direction: column;
		min-width: 100%;
	}

	.header_popup table#yith-ywrq-table-list tr.cart_item td.product-quantity {
		display: none;
	}

	.header_popup table#yith-ywrq-table-list tr.cart_item td.product-name ul li::marker {
		font-size: 16px;
	}

	.header_popup table#yith-ywrq-table-list tr.cart_item td.product-name ul {
		padding-left: 19px;
		padding-top: 10px;
	}

	#yith-ywraq-form table.cart .product-thumbnail a {
		width: 100%;
		display: block;
	}

	.header_popup table#yith-ywrq-table-list tr.cart_item img {
		height: 160px;
		width: 100%;
		object-fit: contain;
		background: #fff;
	}

	.header_popup table#yith-ywrq-table-list tr.cart_item td.product-remove {
		min-width: 40px;
		height: 40px;
		padding: 7px;
		justify-content: center;
	}

	.step_main .step_row.main_form::before {
		left: 10px;
		top: 20px;
	}

	.main_form_inner {
		margin: 0px auto 0;
	}

	.step_main .step_row::after {
		top: 51px;
		left: -26px;
	}

	.step_left {
		padding: 30px 25px;
	}

	.step_left h3 {
		font-size: 22px;
	}

	.step_row.main_form h3 {
		font-size: 24px;
	}

	.main_form_inner h4 {
		font-size: 18px;
		margin: 0 0 20px;
	}

	.step_row.main_form label input {
		padding: 12px 17px;
		font-size: 14px;
	}

	.step_row.main_form .file-upload-label {
		padding: 14px 8px;
	}

	.step_row.main_form {
		padding: 60px 20px 80px;
		margin-left: -50px;
	}

	.mobile-icon i.icon {
		color: #fff;
	}

	div .count_btn a {
		color: #fff;
	}

	button.video_play_btn {
		width: 50px;
		height: 50px;
	}

	.arrow_nav {
		width: 31%;
		text-align: right;
	}


	.form_header {
		padding: 10px 10px;
	}

	.arrow_nav svg {
		width: 38px;
		height: 38px;
	}

	h2.step_main_heading {
		font-size: 23px;
		padding: 0 20px 0 20px;
		margin-bottom: 60px;
	}

	.step_from_wrapper {
		min-width: 100%;

	}

	.progress_stuts {
		overflow: auto;
		padding: 15px 20px 15px 20px;
	}

	.progress {
		min-width: 100%;
	}

	/*     .steps_form_wrap {
	padding: 36px 0;
} */

	.step[data-step="1"] .wrapper {
		padding: 24px 32px 30px;
	}

	.step[data-step="1"] label:has(input[type="radio"]:checked) {
		border: 3.6px solid #A7C87D;
		filter: drop-shadow(0px 0px 11.8px #8EBB53);
	}

	form#multi-step-form .step[data-step="1"] .product-radio-options img {
		height: auto;
	}

	.step_form_calc {
		margin: 30px 0 0 0;
	}

	.multiimage-wrapper .slick-track .slide * {
		aspect-ratio: 2 / 1;
	}

	.main_form_container {
		gap: 0;
	}

	form#multi-step-form .step:not([data-step="1"]) label::before {
		width: 16px;
		height: 16px;
	}


	form#multi-step-form .step:not([data-step="1"]) .product-radio-options label {
		margin-bottom: 6px;
	}

	form#multi-step-form .step:not([data-step="1"]) .grp {
		flex-direction: column;
	}

	body .step-indicator {
		width: 24px;
		height: 24px;
	}

	.step-indicator.complete_step {
		background-size: 24px;
	}

	body .step-indicator {
		font-size: 13.2px;
	}

	.step-container {
		padding: 0 20px 60px 30px;
	}

	body.woocommerce div.product form.cart button.single_add_to_cart_button.button {
		background-position: center right 5% !important;
	}
}


@media(max-width:575px) {

	.custom-file-upload p {
		flex-wrap: wrap;
	}

	.step_row.main_form .file-upload-label {
		max-width: 100%;
		text-align: center;
	}

	.file_below {
		flex-wrap: wrap;
	}

	.step-container {
		padding: 0px 20px 50px 20px;
	}

	.video-slide video {
		height: unset;
		aspect-ratio: 1 / 1;
	}

	body button.custom_add_to_cart_button,
	body button.ze_add_to_quote {
		font-size: 12px;
	}

	form#multi-step-form .step:not([data-step="1"]) .radio_field {
		padding: 21px 12px 27px;
	}

	.form_header h2 {
		font-size: 18px;
	}

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

	.multiimage-wrapper .slick-track .slide * {
		aspect-ratio: 2 / 2;
	}

	.wrapper .label {
		word-break: break-all;
	}

	.form_head h2 {
		font-size: 20px !important;
	}

}