.form-indicator {
	display: flex;
	justify-content: center;
	align-items: center;
}

.step {
	padding: 0.3em;
	background-color: #FFFFFF;
	border: 2px solid #3D3D3D;
	border-radius: 4px;
	cursor: pointer;
}

.single_add_to_cart_button {
	background-color: orange !important;
}

.active {
	color: white;
	border: 2px solid #166697;
	background-color: #0671b8;;
}

.connector {
	width: 10%;
	margin: 0.4em;
	height: 2px;
	background-color: #3D3D3D;
}

.full-size {
	width: 100%;
}

.form-equalizer {
	display: grid;
	grid-template-columns: 50% auto auto;
	gap: 0.4em
}

.tomm {
	content: 'mm';
	position: absolute;
	background-color: white;
	right: 52%;
	margin-top: 0.5em;
	display: inline-block;
}

.forme-container {
	display: flex;
	width: fit-content;
	align-items: center;
	justify-content: center;
	padding: 0.3em;
	border-radius: 5px;
	/* border: #3D3D3DAA solid 1px; */
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	margin: 0.2em 0;
	padding: 0.5vw 2vw;
	gap: 10px;
	height: fit-content;
}

.special {
	background-blend-mode: hard-light;
	background: black url("/wp-content/themes/astra-child/assets/images/sans.jpg");
	background-size: 90px;
	height: 90px;
	width: 90px;
}

.checkbox-style {
	display: block;
	width: 100%;
	box-shadow: 2px 2px 5px 0px rgb(0, 0, 0, 0.2);
	padding: 1em;
}

.checkbox-style > div {
	display: flex;
	justify-content: space-between;
}



.checkbox-style:has(input:checked) {
	border: solid 2px #0671b8;
	color: #0671b8;
	font-weight: bold;
}

input[type="radio"]:checked + .special {
	background: #0671b8 url("/wp-content/themes/astra-child/assets/images/sans.jpg");
	background-size: 90px;
}

.form-label img {
	max-width: 110vw;
}

.flex-column {
	display: flex;
	flex-flow: column;
	font-size: 12px;
}

.forme-container p {
	font-size: 15px !important;
}

.forme-container input[type="radio"] {
	display: none;
}

.forme-container:has(input[type="radio"]:checked){
	border: 2px solid #0671b8;
	color: #0671b8;
	font-weight: bold;
}

.form-page {
	/* border: 1px solid black; */
	padding: 1em;
	display: none;
	border-radius: 5px;

}

.form-page.page-active {
	display: block;
}

div[form-button] {
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
	width: 96.5%;

}

.complete-line {
	width: 99%;
	height:2px;
	display:inline-block;
	background-color:#0671b8;
	position:absolute;
	bottom:0
}

.light-title {
	font-size: x-large;
	color: #0671b8;
	margin-top: 1em;
	padding-right: 5px;
	z-index:2;
	position: relative;
	background: white;
	width: fit-content;
}

.btn {
	color: white;
	background-color: #0671b8;
	padding: 0.4em 1.5em;
	border-radius: 5px;
	cursor: pointer;
}

.btn:hover {
	background-color: rgb(21, 67, 131);;
}

.active {
		/* border-color: #166697 !important; */
		background-color: #0671b8 !important;
		opacity: 1 !important;
		color: white !important;
	}

	.passed {
		background-color: #166697 !important;
		border-color: #166697 !important;
		opacity: 1 !important;
		color: white !important;
		/* color: white */
	}

	.transition {
		position: relative;
		background-color: rgba(128, 128, 128, 0.329);
		height: 5px;
		width: 227%;
		/* left: 9px; */
		top: -0.7em;
		/* opacity: 0.2; */
	}

	.name {
		justify-self: center;
	}

	.inline-step {
		display: grid;
		justify-items: center;
		align-items: center;
		grid-template-columns: auto auto auto auto auto;
		grid-template-rows: 100%;
	}

	.step-container {
		grid-template-columns: 1;
		grid-template-rows: 2;
		display: grid;
	}

	.indicator {
		justify-self: center;
		border-radius: 50%;
		padding: 0.25em 0.9em;
		border: 0.2em solid rgba(128, 128, 128, 0.329);
		background-color: white;
		z-index: 1;
		color:rgba(128, 128, 128, 0.329)
		/* opacity: 0.3 */
	}

	.accessoire-section {
		margin-bottom: 2rem;
	}

	.summary {
		margin: 2em 0 0 0;
	}

	.accessoire-title {
		font-size: 1.2rem;
		font-weight: 600;
		margin-bottom: 0.75rem;
	}

	.accessoire-grid {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
		gap: 1rem;
	}

	.accessoire-option {
		display: flex;
		flex-direction: column;
		align-items: center;
		border: 2px solid #ccc;
		border-radius: 8px;
		padding: 1rem;
		cursor: pointer;
		transition: all 0.2s ease-in-out;
		text-align: center;
		opacity: 1;
	}

	.accessoire-option input[type="radio"] {
		margin-top: 0.5rem;
	}

	.accessoire-option:hover {
		border-color: #0071a1;
		background-color: #f0f8ff;
	}

	.accessoire-option input[disabled] {
		cursor: not-allowed;
	}

	.accessoire-option.disabled {
		opacity: 0.4;
		pointer-events: none;
	}