/* Archief producten */
body.woocommerce,
body.woocommerce-page {
	background: var(--color-bg);
}


body.post-type-archive-product h1 {
	margin-bottom: 64px;
	font-size: 56px;
	line-height: 64px;
	font-weight: 500;
}

.woocommerce-products-header {
	border-bottom: solid 1px #DBDBDB;
	margin-bottom: 64px;
}

.shop_wrapper {
	display: flex;
	padding-bottom: 100px;
}

.shop_wrapper .shop_filters {
	flex-basis: calc(25% - 20px);
	align-self: start;
}

.shop_wrapper .shop_filters h4 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 24px;
	margin-top: 24px;
}

.wc-block-product-categories-list a {
	color: var(--color-intro);
	text-decoration: none;
	font-size: 16px;
}

.shop_wrapper .shop_overzicht {
	flex-basis: 75%;
	margin-left: auto;
	align-self: start;
}

.shop_wrapper .shop_overzicht .woocommerce-result-count {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
}

.shop_wrapper .shop_overzicht .woocommerce-ordering {
	display: inline-block;
	width: 49%;
	text-align: right;
}

.products {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.related.products {
	margin-bottom: 80px;
}

.products.related .products {
	flex-wrap: nowrap;
}


.products.related .products .product {
	flex-basis: calc(25% - 24px);
}

.products > .product {
	margin: 12px;
	flex-basis: calc(33% - 24px);
	max-width: 33%;
	position: relative;
	z-index: 0;
	transition: 0.2s all;
}

.products > .product:hover {
	transform: translateY(-4px);
}

.products > .product a {
	display: flex;
	flex-direction: column;
	background-color: var(--color-wit);
	border-radius: 10px;
	padding: 16px;
	text-decoration: none;
	height: 100%;
    box-sizing: border-box;
}

.products > .product a img {
	width: 100%;
	display: block;
	border-radius: 6px;
	margin-bottom: 20px;
	border: 1px solid #DEDEDE;
	border-radius: 8px;
}

.products.columns-3 .product h2 {
	font-size: 19px;
    line-height: 22px;
    margin-bottom: 6px;
}

.single-product h3 {
	margin-bottom: 16px;
}

body.single-product #primary > .site-main > .product form.cart input {
	background-color: transparent !important;
}

body.single-product #breadcrumbs {
	padding-bottom: 16px;
}

body.single-product .related.products {
	margin-top: 80px;
}

@media (max-width: 830px) {
	body.single-product .related.products {
		margin: 40px 0;
		padding: 16px;
		box-sizing: border-box;
		width: 100%;
		flex-direction: column;
	}

	body.single-product .related.products .products:not(.related) {
		display: block;
		margin: 0;
	}

	body.single-product .related.products .products:not(.related) .product {
		margin: 0 0 24px 0;
		box-sizing: border-box;
	}
}

.products > .product img {
	display: block;
}

.products > .product h2 {
	margin: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	padding: 0;
	display: block;
	text-transform: uppercase;
}

.products > .product span.price {
	text-align: right;
	color: var(--color-titel);
	font-weight: 500;
	padding: 0;
	display: block;
}

.title_price_wrapper {
	display: inline-flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
}

span.brand {
	color: var(--color-text);
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
	min-height: 15px;
    display: block;
}


@media (max-width: 1220px) {
	.products.columns-3 .product {
		flex-basis: calc(50% - 24px);
		max-width: 50%;
	}
}

@media (max-width: 1200px) {

	.products.related .products {
		flex-wrap: wrap;
	}

	.products.related .products .product {
		flex-basis: calc(50% - 24px);
		max-width: unset;
	}
}

.shopfiltersheader {
	display: none;
}

@media (max-width: 830px) {

	.shop_wrapper {
		flex-direction: column;
	}
	.shop_wrapper .shop_filters {
		flex-basis: 100%;
		width: 100%;
		align-self: start;
		overflow: hidden;
		position: relative;
		margin-bottom: 32px;
	}
	.shop_wrapper .shop_filters.active {
		max-height: 1000px;
		height: auto;
	}

	.shopfiltersheader {
		border: solid 1px #EEE;
		border-radius: 4px;
		padding: 16px;
		position: relative;
	}

	.shopfiltersheader:after {
		content: '';
		background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xNS41NCAxMS4yOUw5Ljg4IDUuNjRhMSAxIDAgMCAwLTEuNDIgMGExIDEgMCAwIDAgMCAxLjQxbDQuOTUgNUw4LjQ2IDE3YTEgMSAwIDAgMCAwIDEuNDFhMSAxIDAgMCAwIC43MS4zYTEgMSAwIDAgMCAuNzEtLjNsNS42Ni01LjY1YTEgMSAwIDAgMCAwLTEuNDdaIi8+PC9zdmc+");
		display: block;
		width: 30px;
		height: 30px;
		border: solid 1px #FFF;
		border-radius: 100%;
		background-size: 65%;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		left: 98px;
		top: 12px;
		line-height: 24px;
		font-size: 18px;
		transition: 0.2s all;
		transform: rotate(90deg);
	}
	.shopfiltersheader.active:after {
		transform: rotate(-90deg);
	}
	.shop_wrapper .shop_overzicht {
		width: 100%;
		flex-basis: 100%;
	}
}

@media (max-width: 730px) {
	.products.columns-3 .product {
		flex-basis: calc(100% - 24px);
		max-width: 100%;
	}
}

@media (max-width: 650px) {
	.shop_wrapper .shop_overzicht .woocommerce-result-count,
	.shop_wrapper .shop_overzicht .woocommerce-ordering {
		width: 100%;
		text-align: left;
	}
}

@media (max-width: 520px) {
	.products.related .products .product,
	.products.columns-3 .product,
	.products > .product {
		flex-basis: calc(100%);
	}
}

/* Single product */
body.single-product {
	position: relative;
	z-index: 0;
}

body.single-product #primary > .site-main > .product  {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
}

body.single-product #primary > .site-main > .product > .woocommerce-product-gallery {
	flex: 0 0 calc(50% - 32px);
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	overflow: hidden;
	opacity: 1 !important;
}

body.single-product #primary > .site-main > .product > .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	z-index: 2;
	left: 20px;
	top: 20px;
}

body.single-product .product-modal-wrap {
	width: 45%;
	aspect-ratio: 1/1;
}

body.single-product .product-modal-wrap :is(.modelViewerBlock, .b3dviewer-wrapper) {
	aspect-ratio: 1/1;
	height: unset !important;
}

.flex-viewport {
	margin-bottom: 32px;
}

.flex-control-nav {
	display: flex;
	list-style: none;
	margin: 0;
	padding-inline-start: 0;
}

.flex-control-nav li::marker {
	display: none;
}

.flex-control-nav li {
	display: inline-block;
	max-width: 96px;
	aspect-ratio: 1/1;
	margin-left: 8px;
}

/* .flex-control-nav li:first-of-type {
	order: 99;
} */

.flex-control-nav li img {
	display: inline-block;
	max-width: 96px;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
	cursor: pointer;
	opacity: 0.5;
	border-radius: 12px;
}

.flex-control-nav li img.flex-active {
	opacity: 1;
}

body.single-product .variations_form {
	width: 100%;
	flex-direction: column;
}

body.single-product .variations_form .woocommerce-variation-price {
	width: 100%;
}

body.single-product .variations_form .input-group {
	width: fit-content;
}

body.single-product .variations_form a.reset_variations {
	display: none !important;
	visibility: hidden;
}

body.single-product .variations_form .variations tr {
	display: flex;
    flex-direction: column;
}

body.single-product .variations_form .variations th label {
	font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
    letter-spacing: 0.28px;
    color: var(--color-titel);
}

body.single-product .variations_form .variations,
body.single-product .variations_form .variations th,
body.single-product .variations_form .variations td,
body.single-product .variations_form .variations select {
	width: 100%;
}

body.single-product .variations_form .variations select {
	-webkit-appearance: none;
	background: var(--color-wit);
	border: 1px solid #C5C5C5;
	border-radius: 8px;
	height: 52px;
	line-height: 52px;
	color: var(--color-text);
	font-size: 16px;
	outline: 0;
	padding: 0 16px !important;
	box-sizing: border-box;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4.71'%3E%3Cpath d='m8 .71-4 4-4-4L.71 0 4 3.29 7.29 0Z' data-name='Path 22874'/%3E%3C/svg%3E");
	background-position:  center right 16px;
	background-repeat: no-repeat;
}

body.single-product .variations_form .variations .label {
	font-weight: bold;
}

body.single-product .variations_form .variations_button {
	display: flex;
	flex-wrap: wrap;
}

body.single-product .variations_form .variations_button h6 {
	margin-top: 32px;
	width: 100%;
}

body.single-product #primary > .site-main > .product > .summary.entry-summary {
	flex: 0 0 50%;
	box-sizing: border-box;
	padding: 0 32px 32px 80px;
	border-radius: 10px;
}

body.single-product #primary > .site-main > .product > .summary.entry-summary h1 {
	font-size: 48px;
	line-height:58px;
	letter-spacing: -0.38px;
	margin-bottom: 12px;
}

body.single-product #primary > .site-main > .product > .summary.entry-summary p.price {
	font-size: 28px;
	line-height: 40px;
	font-weight: 500;
	color: var(--color-titel);
	margin-bottom: 12px;
}

@media (max-width: 1158px) {
	body.single-product #primary > .site-main > .product > .summary.entry-summary,
	body.single-product #primary > .site-main > .product > .woocommerce-product-gallery {
		flex: 0 0 100%;
	}

	body.single-product #primary > .site-main > .product > .summary.entry-summary {
		order: -1;
		padding: 0 0 32px 0;
	}	
}

.posted_in a {
	text-decoration: none;
	color: #E8431C;
}

body.single-product #primary > .site-main > .product  form.cart {
}

body.single-product #primary > .site-main > .product  form.cart button {
	min-width: 140px;
	font-family: 'Exo', sans-serif;
	display: block;
	width: 100%;
}

body.single-product #primary > .site-main > .product  form.cart button:hover {
	background: #FFF;
	border-color: #FFF;
	color: #E8431C;
}

body.single-product #primary > .site-main > .product  form.cart input {
	background-color: #fff;
	outline: 0;
	border: 0;
	border-radius: 4px;
	line-height: 50px;
	text-align: center;
	margin: 0;
	margin-right: 8px;
	max-width: 130px;
	min-width: 130px;
	font-weight: bold;
	padding: 0;
}

body.single-product .woocommerce-product-details__short-description + h6 {
	margin-top: 32px;
	text-transform: none;
	font-size: 18px;
	line-height: 26px;
}

.product-type-variable p.price {
	display: none;
}

.product-type-variable .woocommerce-variation-price .price bdi {
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 28px;
	line-height: 40px;
	font-weight: 500;
	color: var(--color-text);
}

.input-group {
	position: relative;
}

.input-group button {
	background: transparent;
	outline: 0;
	border: 0;
	position: absolute;
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
}

.input-group button:first-child {
	left: 24px;
}

.input-group button:last-child {
	right: 24px;
}

body.single-product .woocommerce-tabs {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	margin-top: 64px;
	display: flex;
	gap: 40px;
	flex-direction: row;
}

body.single-product .woocommerce-tabs ul.wc-tabs {
	display: block;
	flex-basis: 300px;
	min-width: 300px;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
	box-sizing: border-box;
	margin: 64px auto;
	margin-top: 0;
}

body.single-product .woocommerce-tabs ul.wc-tabs li {
	font-size: 16px !important;
	color: #FFFF;
	transition: 0.2s all;
	flex: 1;
	white-space: nowrap;
	text-align: center;
	font-weight: 500;
}


body.single-product .woocommerce-tabs ul.wc-tabs li a {
	color: var(--color-bg-dark);
	padding: 12px 20px 12px 0;
	display: block;
	text-decoration: none;
}

body.single-product .woocommerce-tabs ul.wc-tabs li:hover {
	color: #FFF;
	background-color: #EEE;
}

body.single-product .woocommerce-tabs ul.wc-tabs li.active {
	color: #FFFFFF;
}

body.single-product .woocommerce-tabs ul.wc-tabs li.active a {
	color: var(--color-text);
	display: inline-block;
	border-bottom: solid 1px var(--color-orange);
}

@media (max-width: 800px) {
	body.single-product .woocommerce-tabs ul.wc-tabs {
		flex-basis: unset;
		min-width: unset;
	}	
}

body.single-product #review_form_wrapper {
	margin-top: 32px;
	padding: 24px 0;
	border-top: 1px solid lightgrey;
}

body.single-product #review_form_wrapper #commentform .comment-form-rating label {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

body.single-product #review_form_wrapper #commentform .comment-form-rating .stars {
	display: flex;
	gap: 24px;
	font-size: 0;
}

body.single-product #review_form_wrapper #commentform .comment-form-rating .stars a:before {
	content: '★';
	font-size: 32px;
	line-height: 32px;
}

body.single-product #review_form_wrapper #commentform .comment-form-rating .stars a {
	color: #00A787;
}

body.single-product #review_form_wrapper #commentform .comment-form-rating .stars a.active {
	color: #00A787;
}

body.single-product #review_form_wrapper #commentform .comment-form-rating .stars:not(.selected) a {
	color: #9C9A99;
}

body.single-product #review_form_wrapper #commentform .comment-form-rating .stars a.active ~ a {
	color: #9C9A99;
}

body.single-product #review_form_wrapper #commentform .comment-form-comment label {
	display: block;
	font-weight: bold;
}

ol.commentlist {
	list-style: none;
	padding-inline-start: 0;
}

ol.commentlist li.review > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

ol.commentlist li.review > div img {
	margin-right: 36px;
	aspect-ratio: 1/1;
	flex: 0 0 11%;
}

ol.commentlist li.review > div > div {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}

ol.commentlist li.review > div > div .star-rating {
	font-size: 0;
	flex: 0 0 48px;
	line-height: 0;
}

ol.commentlist li.review > div > div .star-rating .rating {
	font-size: 14px;
	line-height: 32px;
	color: #fff;
	position: relative;
	z-index: 0;
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
}

ol.commentlist li.review > div > div .star-rating .rating:before {
	content: '★';
	position: absolute;
	left: -4px;
	top: 0;
	font-size: 48px;
	line-height: 32px;
	z-index: -1;
	color: #00A787;
}

ol.commentlist li.review > div > div > p.meta {
	flex: 1;
	margin: 0;
	line-height: 32px;
}

ol.commentlist li.review > div > div > .description {
	flex: 1 0 100%;
}

#controleitems {
	max-height: 300px;
	height: 300px;
	transition: 0.2s all;
	position: relative;
	overflow: hidden;
}

#controleitems.controleitems-large {
	max-height: 415px;
	height: 415px;
}

#controleitems.expanded {
	max-height: unset;
	height: auto;
	transition: 0.2s all;
}

#controleitems .lees_meer {
	color: #00A787;
	width: 100%;
	height: 48px;
	text-align: left;
	padding-left: 112px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #ffffff;
	text-decoration: underline;
}

#controleitems .lees_meer:before {
	content: '';
	width: 100%;
	height: 96px;
	display: block;
	position: absolute;
	top: -92px;
	left: 0;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}

#controleitems.expanded .lees_meer:before {
	height: 0;
}

.products.related {
	width: calc(100% - 32px);
	padding-left: 16px;
	padding-right: 16px;
}

.terug_naar_boven {
	align-self: flex-end;
	order: 10;
	margin: 46px 0;
	color: #1D3D8F;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	display: block;
	text-align: right;
}

.terug_naar_boven i {
	transform: rotate(-180deg);
	padding-right: 16px;
	line-height: 24px;
	font-size: 18px;
	display: inline-block;
}

@media (max-width: 1260px) {
	body.single-product #primary > .site-main > .product > .woocommerce-product-gallery {
		flex: 0 0 calc(50% - 32px);
	}
}


@media (max-width: 1120px) {
	#controleitems {
		padding: 45px;
	}

	#controleitems .lees_meer {
		padding-left: 45px;
	}

	#controleitems.controleitems-large {
		max-height: 380px;
		height: 380px;
	}
}

@media (max-width: 1090px) {
	#controleitems ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	#controleitems ul > li {
		flex: 1 0 33%;
		box-sizing: border-box;
	}
}

@media (max-width: 800px) {
	body.single-product #primary > .site-main > .product > .woocommerce-product-gallery,
	body.single-product #primary > .site-main > .product > .summary.entry-summary {
		flex: 1 0 100%;
		align-self: flex-start;
		padding: 0;
	}
	body.single-product #primary > .site-main > .product > .summary.entry-summary h1 {
		margin-top: 32px;
	}
	body.single-product .woocommerce-product-gallery__image.flex-active-slide {
		text-align: center;
	}
	.flex-control-nav {
		width: fit-content;
		margin: 0 auto;
	}
	body.single-product:before {
		height: 1500px;
	}
}

@media (max-width: 770px) {
	#controleitems ul > li {
		flex: 1 0 50%;
	}
}

@media (max-width: 710px) {
	body.single-product #primary > .site-main > .product  {
		flex-direction: column;
		overflow: hidden;
	}	
	body.single-product .woocommerce-tabs {
		margin: 64px 0 0 0;
		display: block;
	}
}

@media (max-width: 630px) {
	#controleitems.controleitems-large {
		max-height: 370px;
		height: 370px;
	}
}

@media (max-width: 520px) {
	#controleitems ul > li {
		flex: 1 0 100%;
	}
}

@media (max-width: 500px) {
	body.single-product #primary {
		margin: 66px 0;
	}
	body.single-product #primary > .site-main > .product > .summary.entry-summary h1 {
		font-size: 22px;
		line-height: 26px;
	}
	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
		padding: 48px 32px;
	}
}

@media (max-width: 430px) {
	#controleitems {
		padding: 26px;
	}

	#controleitems .lees_meer {
		padding-left: 26px;
	}

	#controleitems .lees_meer:before {
		height: 80px;
		top: -80px;
		background: rgb(255,255,255);
		background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%);
	}
	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
		padding: 32px 20px;
	}
}


/* Attributen */
.woocommerce-product-attributes {
	width: 100%;
	max-width: 320px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 32px;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
}
.woocommerce-product-attributes tr:nth-child(odd) {
	background: white;
}

.woocommerce-product-attributes :is(td, th) {
	padding: 8px 12px;
	border-bottom: 1px solid gray;
}

.woocommerce-product-attributes th {
	text-align: left;
	font-weight: 600;
}

.woocommerce-product-attributes td {
	text-align: right;
}

.woocommerce-product-attributes * {
	margin: 0
}

/* Quantity buttons
-------------------------------------------------------------- */
.quantity {
	display: flex;
	background: var(--color-wit);
	width: fit-content;
	min-height: 40px;
	margin-bottom: 16px;
	border: 1px solid #C5C5C5;
	border-radius: 8px;
}

.quantity :is(input, .qty-btn) {
	border: 0;
	outline: 0;
	background: unset;
}

.quantity input[type="number"] {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.0675;
	-moz-appearance: textfield;
}

.woocommerce .quantity .qty {
    padding: 0;
    width: 37px;
    min-width: unset !important;
}

.quantity .qty-btn {
	font-size: 0;
	cursor: pointer;
	padding: 0 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}

.quantity .qty-btn.minus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='1'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M.5.5h16' data-name='Path 83'/%3E%3C/svg%3E");
}

.quantity .qty-btn.plus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' data-name='Group 86'%3E%3Cpath d='M.5 8.5h16' data-name='Path 81'/%3E%3Cpath d='M8.5.5v16' data-name='Path 82'/%3E%3C/g%3E%3C/svg%3E");
}

.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.so_quantity_buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}

/* Variaties */
.optionbox {
	display: inline-block;
	cursor: pointer;
	padding: 15px 18px;
	margin-right: 12px;
	margin-bottom: 12px;
	border-radius: 2px;
	background: #FFF;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	min-width: 140px;
	color: #070F24;
	border-radius: 36px;
	box-sizing: border-box;
	transition: 0.2s all;
	letter-spacing: 0.5px;
}

.optionbox.active {
	position: relative;
	background: linear-gradient(96deg, #00A787 0%, #1D3D8F 100%);
	padding: 14px 15px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0px;
}

body.single-product .reset_variations {
	display: none !important;
}

.selection select {
	opacity: 0;
	visibility: hidden;
	height: 0;
	max-height: 0;
	overflow: hidden;
	padding: 5px;
}

.woocommerce-notices-wrapper,
.woocommerce-error {
	flex-basis: 100%;
}

.woocommerce-notices-wrapper > div {
	flex-basis: 100%;
	display: flex;
	align-items: center;
	padding: 24px 48px;
	background: none;
	border-radius: 6px;
	border: solid 1px #E8431C;
	margin: 48px 0;
	box-sizing: border-box;
	box-shadow: 0px 55px 99px rgba(0, 0, 0, 0.06);
}

.woocommerce-notices-wrapper > div > a {
	margin-left: auto;
	color: #E8431C;
}


/* Winkelwagen */
.so_cart_wrapper {
	display: flex;
	flex-wrap: nowrap;
	gap: 140px;
}

body.woocommerce-cart .main.supermain,
body.woocommerce-checkout .main.supermain,
body.woocommerce-page .main.supermain {
	padding-top: 140px;
}

body.woocommerce-cart .woocommerce .cart-empty.woocommerce-info {
	display: block;
	flex-basis: 100%;
	margin-top: 64px;
	margin-bottom: 32px;
}

body.woocommerce-cart .woocommerce .cart-empty.woocommerce-info + .return-to-shop {
	margin-bottom: 128px;
}

body.woocommerce-cart .woocommerce > form {
	flex-basis: 65%;
}

body.woocommerce-cart .woocommerce > .cart-collaterals {
	flex-basis: 35%;
}

.so_cart_wrapper > form table {
	border-spacing: 0 22px;
	width: 100%;
}

.so_cart_wrapper > form thead tr th {
	border-bottom: 2px solid #Fff;
	font-size: 18px;
	line-height: 26px;
	padding: 16px;
	font-weight: 500;
}

.so_cart_wrapper > form .woocommerce-cart-form__cart-item.cart_item {
	margin-bottom: 22px;
}

.so_cart_wrapper > form .woocommerce-cart-form__cart-item.cart_item td {
	vertical-align: middle;
	padding: 0 16px;
	border-bottom: solid 1px #EEE;
}

.so_cart_wrapper > form .woocommerce-cart-form__cart-item.cart_item .product-remove {
	
}

.so_cart_wrapper > form .woocommerce-cart-form__cart-item.cart_item .product-remove a {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	line-height: 24px;
	font-size: 30px;
	text-align: center;
	color: var(--color-orange);
	font-weight: bold;
	text-decoration: none;
}

.so_cart_wrapper > form .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
	max-width: 128px;
	height: 128px;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	padding: 0;
}

.so_cart_wrapper > form .woocommerce-cart-form__cart-item.cart_item .product-thumbnail a {
	display: block;
}

.so_cart_wrapper > form .woocommerce-cart-form__cart-item.cart_item .product-thumbnail img {
	max-height: 128px;
	aspect-ratio: 1/1;
	object-fit: contain;
	object-position: center;
	margin: 0;
	border-radius: 6px;
}

.so_cart_wrapper > form .woocommerce-cart-form__cart-item.cart_item .product-name {
	font-weight: bold;
}

.so_cart_wrapper > form .woocommerce-cart-form__cart-item.cart_item .product-name a {
	color: var(--color-text);
	font-size: 18px;
	text-decoration: none;
}

.so_cart_wrapper > form .woocommerce-cart-form__cart-item.cart_item .product-quantity .qty {
	padding: 15px 0;
	border: 1px solid #EEEEEE;
	font-weight: bold;
	margin: 0;
	width: 80px;
	text-align: center;
	border-radius: 4px;
}

.so_cart_wrapper > form .woocommerce-cart-form__cart-item.cart_item .product-subtotal {
	color: var(--color-text);
	font-weight: bold;
}

body.woocommerce-cart .coupon,
body.woocommerce-cart .actions {
	margin-bottom: 12px;
	margin-top: 12px;
	text-align: right;
}

body.woocommerce-cart .actions > * {
	display: inline-flex;
	flex-wrap: wrap;
}

body.woocommerce-cart .coupon > button,
body.woocommerce-cart .actions > button {
	border: inherit;
	outline: 0;
	-webkit-appearance: none;
	background: none;
	color: #E8431C;
	margin-left: auto;
	align-items: center;
}

body.woocommerce-cart .actions > button:disabled {
	opacity: 0.7;
	pointer-events: none;
	background: none;
}

body.woocommerce-cart .actions > button:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.26' height='24.265'%3E%3Cg fill='none' stroke='%23ff4f26' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' data-name='streamline-icon-button-refresh-arrows@40x40'%3E%3Cpath d='M6.2 14.604v4.953H1.25' data-name='Path 378'/%3E%3Cpath d='M21.058 9.653V4.7h4.95' data-name='Path 379'/%3E%3Cpath d='M21.369 4.697a10.731 10.731 0 0 1-11.87 17.337' data-name='Path 380'/%3E%3Cpath d='M5.891 19.559a10.732 10.732 0 0 1 11.87-17.333' data-name='Path 381'/%3E%3C/g%3E%3C/svg%3E");
	margin-right: 5px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-top: -5px;
}

body.woocommerce-cart .coupon input {
	margin: 0 12px 0 0;
}

body.woocommerce-cart .coupon label {
	display: none;
}

.so_cart_wrapper .cart_totals {
	flex-basis: 30%;
	border-radius: 16px;
	background-color: var(--color-wit);
	padding: 32px;
	box-sizing: border-box;
	margin-left: auto;
	color: var(--color-text);
}

.so_cart_wrapper .cart_totals a {
	color: #E8431C;
}

.so_cart_wrapper .cart_totals .shop_table {
	width: 100%;
}

.so_cart_wrapper .cart_totals .cart_totals {
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.shop_table thead {
	display: none;
}

.so_cart_wrapper .cart_totals .shop_table tr th {
	width: 50%;
	font-size: 18px;
	line-height: 26px;
	padding: 32px 0;
	font-weight: 500;
}

.so_cart_wrapper .cart_totals .shop_table tr td {
	width: 50%;
	font-size: 14px;
	line-height: 26px;
	padding: 32px 0;
	font-weight: 400;
}

.so_cart_wrapper .order-total th,
.so_cart_wrapper .order-total td {
	border-top: 1px solid #EEEEEE;
}

.so_cart_wrapper .cart_totals .shop_table tr.order-total th,
.so_cart_wrapper .cart_totals .shop_table tr.order-total td {
	border-bottom: 1px solid transparent;
}

.so_cart_wrapper .cart_totals .shop_table tr td strong {
	font-weight: 400;
}

.so_cart_wrapper .cart_totals .wc-proceed-to-checkout{
	margin-top: auto;
}

.so_cart_wrapper .cart_totals tr.order-total td {
	font-size: 32px;
	font-weight: 800;
}

.so_cart_wrapper .cart_totals h2 {
	font-size: 18px;
	line-height: 32px;
	border-bottom: solid 1px #EEE;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.so_cart_wrapper .cart_totals a.checkout-button {
	min-width: 140px;
	font-family: 'Exo', sans-serif;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-color: #E8431C;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	padding: 14px 22px;
	border-radius: 25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-appearance: none;
	border: none;
	box-shadow: none;
}

.so_cart_wrapper .cart_totals a.checkout-button:hover {
	background: #FFF;
	border-color: #FFF;
	color: #E8431C;
}

.linkcontainer {
	padding: 16px;
	text-align: center;
}

.linkcontainer a {
	text-transform: uppercase;
	text-decoration: none;
}

.linkcontainer a:hover {
	text-decoration: underline;
}

h1.cartheader {
	font-size: 48px;
	line-height: 64px;
	font-weight: 500;
}

@media (max-width: 964px) {
	body.woocommerce-cart .woocommerce {
		flex-direction: column;
	}
}

@media (max-width: 694px) {
	.so_cart_wrapper .woocommerce-cart-form__cart-item.cart_item td {
		display: inline-block;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		max-width: 100%;
	}
	.so_cart_wrapper .woocommerce-cart-form__cart-item.cart_item td.product-price:before {
		content: 'Prijs:  ';
		display: inline-block;
	}
	.so_cart_wrapper .woocommerce-cart-form__cart-item.cart_item td.product-subtotal:before {
		content: 'Subtotaal:  ';
		display: inline-block;
	}
	.so_cart_wrapper form thead tr th {
		display: none;
	}
	.so_cart_wrapper form .woocommerce-cart-form__cart-item.cart_item .product-quantity .qty {
		width: 100%;
	}
}

/* Afrekenen */
body.woocommerce-checkout .woocommerce-form-coupon {
	flex-basis: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	padding: 24px 48px;
	background-color: #fff;
	margin: 48px 0;
	box-sizing: border-box;
	box-shadow: 0px 55px 99px rgba(0, 0, 0, 0.06);
}

body.woocommerce-checkout .woocommerce-form-coupon p:first-of-type {
	margin-right: auto;
}

body.woocommerce-checkout .woocommerce-form-coupon p input {
	border: 1px solid #eee;
	margin: 0 8px 0 0;
}
body.woocommerce-checkout h1 {
	margin-bottom: 80px;
	font-size: 48px;
	font-weight: 500;
	line-height: 60px;
}

.checkout.woocommerce-checkout {
	display: flex;
	flex-wrap: wrap;
}

.checkout.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
	flex-basis: 100%;
}

.checkout.woocommerce-checkout > h3 {
	display: none;
}

.woocommerce-billing-fields h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
}

.woocommerce-billing-fields label {
	display: none;
}

.woocommerce-billing-fields .select2 {
	display: none;
}

.woocommerce-billing-fields p {
	margin-bottom: 32px;
}

.checkout.woocommerce-checkout .col2-set {
	flex-basis: 50%;
}

.checkout.woocommerce-checkout .col2-set .col-2 {
	display: none;
}

.woocommerce-billing-fields__field-wrapper #billing_first_name_field {
	max-width: 40%;
	width: 40%;
	display: inline-block;
	padding-right: 24px;
	box-sizing: border-box;
}

.woocommerce-billing-fields__field-wrapper #billing_last_name_field {
	max-width: 60%;
	width: 60%;
	display: inline-block;
}

.woocommerce-billing-fields__field-wrapper #billing_state_field {
	display: none;
}

.woocommerce-billing-fields__field-wrapper input, 
.woocommerce-billing-fields__field-wrapper select {
	width: 100%;
}

.woocommerce-invalid input {
	border: 1px solid #f73939 !important;
	color: #f73939 !important;
}

.checkout.woocommerce-checkout #order_review {
	flex-basis: 40%;
	background-color: var(--color-wit);
	padding: 32px;
	box-sizing: border-box;
	margin-left: auto;
	margin-top: 0px;
	color: var(--color-text);
	border-radius: 12px;
}

.woocommerce-checkout-review-order-table {
	width: 100%;
	padding: 24px 0;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.woocommerce-checkout-review-order-table tbody tr td {
	padding: 16px 0;
}

.woocommerce-checkout-review-order-table th:first-child,
.woocommerce-checkout-review-order-table td:first-child {
	width: 80%;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
}

.woocommerce-checkout-review-order-table th:last-child,
.woocommerce-checkout-review-order-table td:last-child {
	width: 20%;
	text-align: right;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
}

.woocommerce-checkout-review-order-table thead th:first-child,
.woocommerce-checkout-review-order-table thead th:last-child,
.woocommerce-checkout-review-order-table thead td:last-child,
.woocommerce-checkout-review-order-table thead td:first-child {
	font-size: 18px;
	font-weight: bold;
}

body.woocommerce-checkout #payment {
	margin: 36px 0;
}

.woocommerce-checkout-payment li {
	margin: 12px 0 24px;
}

.woocommerce-checkout-payment li .payment_box {
	padding: 12px;
	box-sizing: border-box;
	background-color: rgba(0, 167, 135, 0.1);
	margin: 12px 0 12px;
	display: block;
	position: relative;
}

.woocommerce-checkout-payment li .payment_box:before {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid rgba(0, 167, 135, 0.1);
	position: absolute;
	left: 4px;
	top: -8px;
}

.woocommerce-checkout-payment label {
	padding-left: 40px;
	line-height: 24px;
	margin-top: -30px;
	display: block;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}

.woocommerce-terms-and-conditions-checkbox-text {
	position: relative;
}

.woocommerce-terms-and-conditions-checkbox-text:before {
	content: "";
	width: 24px;
	height: 24px;
	left: -36px;
	top: 0;
	background: #F5F5F5;
	border: 4px solid #fff;
	position: absolute;
	display: block;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0px 4px 8px rgb(0 0 0 / 6%);
}

.mailchimp-newsletter input[type="checkbox"] + label:before {
	content: "";
	width: 24px;
	height: 24px;
	left: 4px;
	top: 0;
	background: #F5F5F5;
	border: 4px solid #fff;
	position: absolute;
	display: block;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0px 4px 8px rgb(0 0 0 / 6%);
}

.mailchimp-newsletter input[type="checkbox"]:checked + label:before {
	background: linear-gradient(133deg, #00A787 0%, #1D3D8F 100%);
}

.mailchimp-newsletter {
	margin-bottom: 24px;
}

.woocommerce-terms-and-conditions + .form-row .woocommerce-form__label-for-checkbox input {
	position: absolute;
}

.woocommerce-privacy-policy-text {
	padding-bottom: 4px;
}

input:checked ~ .woocommerce-terms-and-conditions-checkbox-text:before {
	background: linear-gradient(133deg, #00A787 0%, #1D3D8F 100%);
}

.woocommerce-shipping-totals .woocommerce-shipping-methods li label {
	position: relative;
}

.woocommerce-shipping-totals .woocommerce-shipping-methods li input {
	visibility: hidden;
	position: absolute;
}

.woocommerce-shipping-totals .woocommerce-shipping-methods li label:before,
.woocommerce-checkout-payment .wc_payment_method > label:before {
	content: "";
	width: 24px;
	height: 24px;
	left: 0;
	top: 0;
	background: none;
	border: 2px solid #B3B3B3;
	position: absolute;
	display: block;
	box-sizing: border-box;
	border-radius: 100%;
}

.woocommerce-shipping-totals .woocommerce-shipping-methods li label:before {
	left: -32px;
	top: -4px;
}

.woocommerce-shipping-totals .woocommerce-shipping-methods input[type="radio"]:checked ~ label:before,
.woocommerce-checkout-payment .wc_payment_methods .input-radio:checked ~ label:before {
	background: seagreen;
	border: 4px solid #F5F5FA;
}

.woocommerce-checkout-payment .payment_method_cardgateideal .payment_method_cardgateideal label {
	padding-left: 0;
}

.woocommerce-checkout #payment ul.payment_methods li input, .woocommerce form .form-row .input-checkbox {
	visibility: hidden;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	margin: 36px 0;
}

#mailchimp-gdpr-fields {
	display: none;
}




@media (max-width: 1130px) {

	.so_cart_wrapper {
		display: block;
	}

	.so_cart_wrapper > form .woocommerce-cart-form__cart-item.cart_item td,
	.so_cart_wrapper > form .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
		padding: 8px 0;
	}

	.woocommerce-billing-fields__field-wrapper #billing_first_name_field,
	.woocommerce-billing-fields__field-wrapper #billing_last_name_field {
		max-width: 50%;
		width: 50%;
	}
	.woocommerce-billing-fields__field-wrapper #billing_address_1_field {
		max-width: 60%;
		width: 60%;
	}
	.woocommerce-billing-fields__field-wrapper #billing_address_2_field {
		max-width: 40%;
		width: 40%;
	}
	.checkout.woocommerce-checkout #order_review {
		flex-basis: 45%;
	}
}

@media (max-width: 864px) {
	.checkout.woocommerce-checkout {
		flex-direction: column;
	}
	.checkout.woocommerce-checkout #order_review {
		margin-top: 64px;
	}
}

@media (max-width: 460px) {
	.woocommerce-billing-fields__field-wrapper #billing_first_name_field,
	.woocommerce-billing-fields__field-wrapper #billing_last_name_field {
		max-width: 100%;
		width: 100%;
		padding-right: 0;
	}
	.woocommerce-billing-fields__field-wrapper #billing_address_1_field {
		max-width: 100%;
		width: 100%;
		padding-right: 0;
	}
	.woocommerce-billing-fields__field-wrapper #billing_address_2_field {
		max-width: 100%;
		width: 100%;
		padding-right: 0;
	}
	.checkout.woocommerce-checkout #order_review {
		flex-basis: 45%;
	}
}

/* Mijn account pagina */
#customer_login {
	display: flex;
	padding-bottom: 8px;
}

.password-input {
	position: relative;
}

.password-input input {
	padding-right: 40px;
}

.show-password-input {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	background-color: transparent;
	border: none;
	outline: none;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3C!-- Icon from Lets Icons by Leonid Tsvetkov - https://creativecommons.org/licenses/by/4.0/ --%3E%3Cg fill='none'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M15.92 12.799Q16 12.41 16 12a4 4 0 0 0-4.799-3.92zM8.667 9.788a4 4 0 0 0 5.545 5.545l-1.474-1.474a2 2 0 0 1-2.597-2.597z' clip-rule='evenodd'/%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='m16.52 17.64l-1.47-1.469c-.972.51-2.002.829-3.05.829c-1.526 0-3.014-.678-4.34-1.632c-1.32-.95-2.396-2.112-3.076-2.938c-.1-.121-.174-.212-.236-.291a2 2 0 0 1-.1-.139q.028-.045.1-.139c.062-.08.136-.17.236-.291c.665-.808 1.71-1.938 2.99-2.875l-1.43-1.43C4.797 8.297 3.723 9.47 3.04 10.3l-.073.088c-.314.375-.737.883-.737 1.613s.423 1.238.737 1.613l.073.088c.74.899 1.94 2.203 3.451 3.29C7.994 18.073 9.891 19 12 19c1.67 0 3.206-.581 4.52-1.36M8.806 5.686C9.79 5.269 10.864 5 12 5c2.11 0 4.006.927 5.509 2.009c1.51 1.087 2.711 2.391 3.45 3.29l.074.088c.314.375.737.883.737 1.613s-.423 1.238-.737 1.613l-.073.088a20.5 20.5 0 0 1-2.015 2.123l-1.416-1.416a18.5 18.5 0 0 0 2.123-2.27a2 2 0 0 0 .1-.138a2 2 0 0 0-.1-.139a14 14 0 0 0-.236-.291c-.68-.826-1.756-1.989-3.075-2.938C15.014 7.678 13.526 7 12 7c-.551 0-1.097.088-1.632.246z' clip-rule='evenodd'/%3E%3Cpath stroke='%23000000' stroke-width='2' d='m5 2l16 16'/%3E%3C/g%3E%3C/svg%3E");
	transition: all .1s ease-in-out;
}

.show-password-input.display-password {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3C!-- Icon from Lets Icons by Leonid Tsvetkov - https://creativecommons.org/licenses/by/4.0/ --%3E%3Cg fill='none' stroke='%23000000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M20.188 10.934c.388.472.582.707.582 1.066s-.194.594-.582 1.066C18.768 14.79 15.636 18 12 18s-6.768-3.21-8.188-4.934c-.388-.472-.582-.707-.582-1.066s.194-.594.582-1.066C5.232 9.21 8.364 6 12 6s6.768 3.21 8.188 4.934Z'/%3E%3C/g%3E%3C/svg%3E");
}


body.woocommerce-account .woocommerce .col-1 {
	border-radius: 12px;
	padding: 80px;
	flex-basis: 50%;
}

body.woocommerce-account .woocommerce .col-2 {
	display: flex;
	flex-wrap: wrap;
	padding: 80px;
	flex-basis: 50%;
}

body.woocommerce-account .woocommerce {
	padding-bottom: 60px;
}

body.woocommerce-account.logged-in .woocommerce {
	display: flex;
}

@media screen and (max-width: 980px) {
	#customer_login {
		flex-direction: column;
		display: flex;
	}

	#customer_login :is(.u-column1, .u-column2) {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#customer_login h2 {
		width: 100%;
	}

	#customer_login form {
		width: 100%;
		max-width: unset;
	}
}

@media screen and (max-width: 640px) {
	#customer_login {
		gap: 40px;
		padding-bottom: 36px;
	}

	#customer_login :is(.u-column1, .u-column2) {
		padding: 24px;
	}

	#customer_login .u-column2 {
		padding: 0;
	}

	body.woocommerce-account .woocommerce:has(#customer_login) {
		padding-bottom: 0;
	}
}

body.woocommerce-account .u-column1.col-1:has(> .login) {
	background: var(--color-wit);
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
	flex-basis: 20%;
	box-sizing: border-box;
	margin-right: auto;
	align-self: flex-start;
	background: var(--color-wit);
	border-radius: 12px;
	box-sizing: border-box;
	position: sticky;
	top: 80px;
	padding: 8px;
	box-sizing: border-box;
}

body.woocommerce-account .woocommerce .woocommerce-Address {
	padding: 24px;
	background: var(--color-wit);
}

select.select2-hidden-accessible {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    pointer-events: none;
}

.select2-selection {
	display: block;
	border: 1px solid #C5C5C5;
    border-radius: 8px;
    color: var(--color-text);
    font-size: 16px;
	background: var(--color-wit);
	display: flex;
	cursor: pointer;
}

.select2-selection__rendered {
	min-height: 52px;
	flex: 1 0;
}

.select2-selection__arrow {
	background-size: 16px;
	background-position: center;
	background-repeat: no-repeat;
	width: 52px;
	height: 52px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3C!-- Icon from Myna UI Icons by Praveen Juge - https://github.com/praveenjuge/mynaui-icons/blob/main/LICENSE --%3E%3Cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 9l6 6l6-6'/%3E%3C/svg%3E");
}

.select2-selection__rendered {
	margin: 0 !important;
	display: flex;
	padding: 8px 16px;
	min-height: 52px;
	align-items: center;
	box-sizing: border-box;
}

.select2-dropdown {
	display: flex;
	background: var(--color-wit);
	border: 1px solid #C5C5C5;
	flex-direction: column;
	gap: 8px;
	margin-top: 8px;
	border-radius: 12px;
}

.select2-search {
	padding: 8px 16px;
	box-sizing: border-box;
}

.select2-search input {
	width: 100%;
}

.select2-results {
	padding-bottom: 8px;
}

.select2-results ul {
	padding: 0 8px;
	max-height: calc(20vh);
	overflow-y: auto;
}

.select2-results li {
	padding: 8px 16px;
	cursor: pointer;
	border-radius: 8px;
}

.select2-results__option--highlighted,
.select2-results li:hover {
	background: #ebebeb;
}

.select2-container:has(.select2-dropdown) {
	z-index: 9;
}

body.woocommerce-account .woocommerce .woocommerce-Address h2 {
	font-size: 1.6rem;
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
	margin-top: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
	font-weight: bold;
	font-size: 16px;
	line-height: 36px;
	box-sizing: border-box;
	transition: 0.2s all;
	background-color: #fbfbfb;
	border-radius: 8px;
	padding-right: 40px;
	border: 1px solid #e5e5e5 !important;
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
	color: var(--color-text);
	padding: 8px 16px;
	display: block;
	text-decoration: none;
	font-size: 14px;
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:hover a {
	color: #E8431C;
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #E8431C;
}

body.woocommerce-account .woocommerce-MyAccount-content {
	flex-basis: 75%;
	padding: 0 16px;
	box-sizing: border-box;
}

body.woocommerce-account .woocommerce-MyAccount-content label {
	display: block;
	font-weight: bold;
}

body.woocommerce-account .woocommerce-MyAccount-content input {
	display: block;
	width: 100%;
	margin-bottom: 24px;
}

body.woocommerce-account .woocommerce-MyAccount-content em {
	font-style: italic;
	font-size: 14px;
	padding-left: 24px;
	margin-bottom: 24px;
	margin-top: -18px;
	display: block;
}

body.woocommerce-account .woocommerce-MyAccount-content fieldset {
	margin-top: 56px;
	display: block;
}

body.woocommerce-account .woocommerce-MyAccount-content legend {
	color: #2C363C;
	font-size: 22px;
	margin-bottom: 24px;
}

body.woocommerce-account .woocommerce-Addresses.col2-set {
	display: flex;
	justify-content: space-between;
}

body.woocommerce-account .woocommerce-Addresses.col2-set > * {
	flex: 1;
	max-width: 45%;
	box-sizing: border-box;
}

body.woocommerce-account .woocommerce-Addresses.col2-set > * h3 {
	margin-bottom: 12px;
}

body.woocommerce-account .woocommerce-MyAccount-orders {
	width: 100%;
}

body.woocommerce-account .woocommerce-MyAccount-orders th.woocommerce-orders-table__header {
	font-weight: bold;
}

body.woocommerce-account .woocommerce-MyAccount-orders tbody tr:nth-of-type(odd) {
	background-color: white;
}

body.woocommerce-account .woocommerce-MyAccount-orders tbody tr td {
	padding: 4px 8px;
	box-sizing: border-box;
}

body.woocommerce-account .woocommerce-MyAccount-orders tbody tr td .button {
	transform: scale(0.8);
	transform-origin: left;
}

body.woocommerce-account .wc-forward {
	font-family: var(--font-family);
	display: inline-block;
	color: #FFFFFF;
	background-color: var(--color-orange);
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	padding: 22px 56px;
	border-radius: 37px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	width: fit-content;
	margin-top: 32px;
}

body.woocommerce-account .wc-forward:hover {
	background: var(--color-orange-hover);
	border-color: var(--color-orange-hover);
	color: var(--color-wit);
}

.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation-link--orders,
.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--edit-address,
.woocommerce-MyAccount-navigation-link--edit-account,
.woocommerce-MyAccount-navigation-link--customer-logout {
	background-position:  center right 16px;
	background-repeat: no-repeat;
}

.woocommerce-MyAccount-navigation-link--dashboard {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg data-name='Group 3428'%3E%3Cg fill='none' stroke='%23676767' stroke-linecap='round' stroke-linejoin='round' data-name='Group 3232'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5' data-name='Ellipse 225' transform='translate(.5 .5)'/%3E%3Cpath d='M13.414 13.414a2 2 0 1 1-2.828-2.828c.781-.781 8.132-5.3 8.132-5.3s-4.518 7.347-5.304 8.128Z' data-name='Path 22733'/%3E%3Cpath d='M3.5 12H5' data-name='Line 179'/%3E%3Cpath d='m5.99 5.99 1.06 1.06' data-name='Line 180'/%3E%3Cpath d='M12 3.5V5' data-name='Line 181'/%3E%3Cpath d='M20.5 12H19' data-name='Line 182'/%3E%3Cpath d='M20.633 19.6A14.708 14.708 0 0 0 12 17a14.708 14.708 0 0 0-8.633 2.6' data-name='Path 22734'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation-link--orders {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23.857'%3E%3Cg fill='none' stroke='%23676767' stroke-linecap='round' stroke-linejoin='round' data-name='Group 3233'%3E%3Cpath d='M23.5 6.071a1 1 0 0 0-.6-.917L12.4.588a1.006 1.006 0 0 0-.8 0L1.1 5.154a1 1 0 0 0-.6.917v11.677a1 1 0 0 0 .615.923L12.1 23.248a1 1 0 0 0 .8-.013l10.014-4.554a1 1 0 0 0 .586-.91Z' data-name='Path 22735'/%3E%3Cpath d='M12.5 10.415.685 5.492' data-name='Line 183'/%3E%3Cpath d='m12.5 10.415 10.819-4.918' data-name='Line 184'/%3E%3Cpath d='m7.187 2.51 11.101 5.278' data-name='Line 185'/%3E%3Cpath d='M9.5 12.867a.5.5 0 0 0-.3-.458l-5-2.188a.5.5 0 0 0-.7.459v3.908a.5.5 0 0 0 .3.458l5 2.188a.5.5 0 0 0 .7-.458Z' data-name='Path 22736'/%3E%3Cpath d='M12.5 23.357V10.415' data-name='Line 186'/%3E%3C/g%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation-link--downloads {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' data-name='Group 3234'%3E%3Cpath fill='none' stroke='%23676767' stroke-linecap='round' stroke-linejoin='round' d='M11.5 12.5V.5' data-name='Line 187'/%3E%3Cpath fill='none' stroke='%23676767' stroke-linecap='round' stroke-linejoin='round' d='m7.5 8.5 4 4 4-4' data-name='Path 22737'/%3E%3Cpath fill='none' stroke='%23676767' stroke-linecap='round' stroke-linejoin='round' d='M20 20.5h-1.5' data-name='Line 188'/%3E%3Cpath fill='none' stroke='%23676767' stroke-linecap='round' stroke-linejoin='round' d='M6.5 11.5h-1l-4.36 5.232A3.217 3.217 0 0 0 .5 18.5v3a2.006 2.006 0 0 0 2 2h19a2.006 2.006 0 0 0 2-2v-3a3.217 3.217 0 0 0-.64-1.768L18.5 11.5H17' data-name='Path 22738'/%3E%3Cpath fill='none' stroke='%23676767' stroke-linecap='round' stroke-linejoin='round' d='M.713 17.5h22.574' data-name='Line 189'/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation-link--edit-address {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.414' height='23'%3E%3Cg fill='none' stroke='%23676767' stroke-linecap='round' stroke-linejoin='round' data-name='Group 3235'%3E%3Cpath d='M3.707 12.5v9a1 1 0 0 0 1 1h4.5a.5.5 0 0 0 .5-.5v-4a2.5 2.5 0 0 1 5 0v4a.5.5 0 0 0 .5.5h4.5a1 1 0 0 0 1-1V13' data-name='Path 22739'/%3E%3Cpath d='M.707 12 12.207.5l11.5 11.5' data-name='Path 22740'/%3E%3Cpath d='M16.207 1.5h3a.5.5 0 0 1 .5.5v3' data-name='Path 22741'/%3E%3C/g%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation-link--edit-account {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24.003'%3E%3Cpath fill='none' stroke='%23676767' stroke-linecap='round' stroke-linejoin='round' d='M23.5 23.503a10.135 10.135 0 0 0-1-4.057c-.746-1.492-4-2.5-8-4v-3a3.75 3.75 0 0 0 1.5-3c.5 0 1-2 0-2.5 0-.3 1.339-2.8 1-4.5-.5-2.5-7.5-2.5-8-.5-3 0-1 4.594-1 5-1 .5-.5 2.5 0 2.5a3.75 3.75 0 0 0 1.5 3v3c-4 1.5-7.255 2.508-8 4a10.135 10.135 0 0 0-1 4.057Z' data-name='Path 22744'/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation-link--customer-logout {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' data-name='Group 3237'%3E%3Cpath fill='none' stroke='%23676767' stroke-linecap='round' stroke-linejoin='round' d='M13.5 5V1.5a1 1 0 0 0-1-1h-11a1 1 0 0 0-1 1v21a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V19' data-name='Path 22742'/%3E%3Cpath fill='none' stroke='%23676767' stroke-linecap='round' stroke-linejoin='round' d='M23.5 12h-19' data-name='Line 194'/%3E%3Cpath fill='none' stroke='%23676767' stroke-linecap='round' stroke-linejoin='round' d='m18.5 17 5-5-5-5' data-name='Path 22743'/%3E%3C/svg%3E");
}

@media (max-width: 900px) {
	body.woocommerce-account .woocommerce {
		flex-direction: column;
	}
	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
		width: 100%;
		flex-basis: 100%;
		position: static;
	}
	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
		flex-wrap: wrap;
		flex-direction: row;
	}
	body.woocommerce-account .woocommerce-MyAccount-content {
		padding: 0;
		margin-top: 64px;
	}
	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
		align-self: flex-start;
		text-align: center;
	}

	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
		font-size: 14px;
		padding: 4px 16px;
	}

	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
		border-bottom: 1px solid #EEE;
		border-left: 0px;
	}
}


@media (max-width: 676px) {
	body.woocommerce-account .woocommerce-MyAccount-orders thead {
		display: none;
	}
	body.woocommerce-account .woocommerce-MyAccount-orders td {
		display: inline-block;
		width: 50%;
	}
	body.woocommerce-account .woocommerce-MyAccount-orders .woocommerce-orders-table__cell:before{
		content: '';
		font-weight: bold;
	}
	body.woocommerce-account .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number:before{
		content: 'Bestelnummer: ';
	}
	body.woocommerce-account .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-date:before{
		content: 'Besteldatum: ';
	}
	body.woocommerce-account .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-status:before{
		content: 'Status: ';
	}
	body.woocommerce-account .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-total:before{
		content: 'Totaal: ';
	}
}

@media (max-width: 600px) {
	body.woocommerce-account .woocommerce-Addresses.col2-set {
		flex-direction: column;
	}
	body.woocommerce-account .woocommerce-Addresses.col2-set > * {
		flex: 1;
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 24px;
	}

	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
		width: 100%;
	}

	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
		text-align: left;
	}
}

/* Woocommerce wachtwoord vergeten */
body.woocommerce-lost-password .woocommerce-ResetPassword {
	max-width: 560px;
	margin: 0 auto;
}

body.woocommerce-lost-password .woocommerce-ResetPassword label {
	display: block;
	font-weight: bold;
	padding-left: 20px;
}

body.woocommerce-lost-password .woocommerce-ResetPassword label + input {
	display: block;
	width: 100%;
}

/* Login */
body.woocommerce-account:not(.logged-in) .woocommerce > * {
	flex-basis: 100%;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login {
	max-width: 456px;
}

body.woocommerce-account:not(.logged-in) .portal-login {
	max-width: 40%;
	margin-left: auto;
	background-color: #fff;
	padding: 48px;
	box-sizing: border-box;
	align-self: flex-start;
	margin-top: 0 !important;
}

body.woocommerce-account:not(.logged-in) label {
	display: block;
	font-weight: bold;
}

body.woocommerce-account:not(.logged-in) input:not(.woocommerce-form__input-checkbox) {
	display: block;
	width: 100%;
	margin-bottom: 24px;
}

body.woocommerce-account:not(.logged-in) input.woocommerce-form__input-checkbox {
	margin-bottom: 0;
	position: absolute;
}

body.woocommerce-account:not(.logged-in) .woocommerce-button {
	margin-bottom: 24px;
	margin-top: 24px;
	width: 100%;
	text-transform: uppercase;
}

body.woocommerce-account:not(.logged-in) .woocommerce-LostPassword {
	text-align: center;
}

.woocommerce-form-login__rememberme {
	box-sizing: border-box;
}

.woocommerce-form-login__rememberme input {
	margin-bottom: 0;
	visibility: hidden;
}

.woocommerce-form-login__rememberme span {
	display: flex;
	align-items: center;
	height: 24px;
	position: relative;
	font-size: 12px;
}

.woocommerce-form-login__rememberme span:before {
	content: "";
	width: 24px;
	height: 24px;
	left: 0px;
	top: 0;
	background-color: transparent !important;
    border: solid 1px var(--color-text) !important;
    min-height: 24px !important;
    min-width: 24px !important;
    border-radius: 2px !important;
    margin-right: 16px;
}

.woocommerce-form-login__rememberme input:checked ~ span:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='wc-block-components-checkbox__mark' viewBox='0 0 24 20'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'/%3E%3C/svg%3E");
	background-size: 20px;
	background-position: 2px 2px;
}

@media (max-width: 990px) {
	body.woocommerce-account:not(.logged-in) .portal-login {
		width: 80%;
		max-width: 80%;
		margin-left: 0;
		margin-top: 80px !important;
	}
	body.woocommerce-account > .main, body.woocommerce-cart > .main, body.woocommerce-checkout > .main {
		margin-top: 80px;
	}
}

@media (max-width: 580px) {
	body.woocommerce-account:not(.logged-in) .portal-login {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-top: 80px !important;
	}
}

@media (max-width: 400px) {
	body.woocommerce-account:not(.logged-in) .portal-login {
		padding: 24px;
	}
	body.woocommerce-account:not(.logged-in) .woocommerce-LostPassword {
		padding-left: 150px;
	}
}

/* Woocommerce order received */
body.woocommerce-order-received .woocommerce-order {
	display: flex;
	flex-wrap: wrap;
}

body.woocommerce-order-received p.woocommerce-thankyou-order-received {
	flex-basis: 100%;
	font-size: 48px;
	line-height: 56px;
	font-weight: bold;
	margin-bottom: 56px;
}

body.woocommerce-order-received h2 {
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
}

body.woocommerce-order-received .woocommerce-thankyou-order-details {
	padding: 20px;
	background-color: #ffffff;
	flex-basis: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

body.woocommerce-order-received .woocommerce-thankyou-order-details li {
	display: inline-block;
	margin: 12px;
}

body.woocommerce-order-received .woocommerce-order-details {
	background-color: #fff;
	margin-top: 48px;
	padding: 48px;
	flex-basis: 50%;
	box-sizing: border-box;
}

body.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details {
	width: 100%;
}

body.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details thead th {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 12px;
}

body.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details .wc-item-meta-label {
	font-weight: 400;
	font-size: 12px;
	font-style: italic;
}

body.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tbody td {
	padding-bottom: 12px;
}

body.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot th {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 12px;
}

body.woocommerce-order-received .woocommerce-customer-details {
	background-color: #fff;
	margin-top: 48px;
	margin-left: auto;
	padding: 48px;
	flex-basis: 40%;
	display: inline-flex;
	flex-direction: column;
	box-sizing: border-box;
}

body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column--shipping-address {
	margin-top: 48px;
}

@media (max-width: 800px) {
	body.woocommerce-order-received .woocommerce-order-details,
	body.woocommerce-order-received .woocommerce-customer-details {
		flex-basis: 100%;

	}
}

@media (max-width: 530px) {
	body.woocommerce-order-received .woocommerce-order-details,
	body.woocommerce-order-received .woocommerce-customer-details {
		padding: 24px;
	}
}

@media (max-width: 410px) {
	body.woocommerce-order-received .woocommerce-table__product-table,
	body.woocommerce-order-received tfoot td,
	body.woocommerce-order-received .woocommerce-table__product-total {
		display: inline-block;
		width: 80px;
	}
}


.woocommerce-product-gallery__wrapper img {
	display: block;
	border-radius: 12px;
	width: 100%;
}

body.woocommerce-account input,
.checkout.woocommerce-checkout input[type="text"],
.checkout.woocommerce-checkout input[type="tel"],
.checkout.woocommerce-checkout input[type="email"] {
	-webkit-appearance: none;
	background: var(--color-wit);
	border: 1px solid #C5C5C5;
	border-radius: 8px;
	height: 52px;
	line-height: 52px;
	color: var(--color-text);
	font-size: 16px;
	outline: 0;
	padding: 0 16px !important;
	box-sizing: border-box;
}

.checkout.woocommerce-checkout select {
	-webkit-appearance: none;
	background: var(--color-wit);
	border: 1px solid #C5C5C5;
	border-radius: 8px;
	height: 52px;
	line-height: 52px;
	color: var(--color-text);
	font-size: 16px;
	outline: 0;
	padding: 0 16px !important;
	box-sizing: border-box;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4.71'%3E%3Cpath d='m8 .71-4 4-4-4L.71 0 4 3.29 7.29 0Z' data-name='Path 22874'/%3E%3C/svg%3E");
	background-position:  center right 16px;
	background-repeat: no-repeat;
}

.checkout.woocommerce-checkout textarea {
	-webkit-appearance: none;
	background: none;
	border: solid 1px rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	height: 156px;
	line-height: 52px;
	color: #FFF;
	font-size: 16px;
	outline: 0;
	font-family: 'Exo', sans-serif;
	padding: 0 16px !important;
}

.in_offerte button[type="submit"],
body.woocommerce-account button[type="submit"],
#place_order,
form.checkout.woocommerce-checkout input[type="submit"] {
	font-family: var(--font-family);
	background-color: var(--color-orange);
	color: var(--color-wit);
	font-size: 16px;
	line-height: 1.3125;
	font-weight: 400;
	padding: 22px 56px;
	border-radius: 37px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-appearance: none;
	border: none;
	box-shadow: none;
	justify-content: center;
}

.in_offerte .is-style-omlijnd-orange a {
	align-items: center;
	justify-content: center;
}

.in_offerte {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
}
.in_offerte > :is(h6, .wp-block-button) {
	flex: 1 0 100%
}
.in_offerte > :is(*) {
	margin: 0
}

body.woocommerce-account .woocommerce .col-2 button[type="submit"] {
	background: transparent;
	color: var(--color-orange);
	border: 1px solid var(--color-orange);
}

body.woocommerce-account .woocommerce .col-2 button[type="submit"]:hover {
	background: var(--color-orange);
	color: var(--color-wit);
	border: 1px solid var(--color-orange);
}

#place_order {
	display: block;
	width: 100%;
}

body.woocommerce-account button[type="submit"]:hover,
#place_order:hover,
form.checkout.woocommerce-checkout input[type="submit"]:hover {
	background: var(--color-orange-hover);
	border-color: var(--color-orange-hover);
	color: var(--color-wit);
}

#offerte_slideout .gform-body > .gform_fields > * {
	margin-top: 24px;
}


#offerte_slideout :is(label, legend, .gfield_description) {
	color: white !important;
	display: block;
	position: relative;
	padding: 0;
}

#offerte_slideout button.add_list_item {
	visibility: hidden;
	pointer-events: none;
	position: absolute;
}

#offerte_slideout .gform_wrapper.gravity-theme .gfield_list_icons button {
	filter: brightness(0) saturate(100%) invert(31%) sepia(48%) saturate(3278%) hue-rotate(352deg) brightness(94%) contrast(93%);
}

#offerte_slideout .gform_wrapper.gravity-theme .gfield_list_icons button.delete_list_item {
	visibility: visible !important;
	cursor: pointer !important;
	pointer-events: all !important;
}

#offerte_slideout .gform_body .gfield_list_groups input[type="text"] {
    background-color: #201e1e;
	cursor: default;
}

#offerte_slideout .gform_body .gfield_list_groups input[type="text"]:focus {
    border: 1px solid transparent;
}

#offerte_slideout .gform_confirmation_message {
	color: #b3b3b3;
}

#offerte_slideout .validation_message  {
	color: var(--color-text) !important;
}