/*
Theme Name: Van Valderen Template
Theme URI: https://www.scherponline.nl/
Author: Scherponline
Author URI: http://scherponline.nl/
Description: Van Valderen Template WordPress theme
Version: 1.0
License: Van Valderen Template
License URI: https://www.scherponline.nl/
Tags: two-columns, right-sidebar, flexible-width
Text Domain: scherponline
*/

/* = Reset default browser CSS
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-display: swap;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #FDFBF7;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* Yooker */
mark {
	background: none;
}
/* Yooker */

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
.clearfix {
	/**zoom: 1; Yooker*/
	clear:both;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
audio, canvas, video {
	display: inline-block;
	/**display: inline; Yooker*/
	/**zoom: 1; Yooker*/
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
button,
input,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	border-radius: 0;
}
select {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	border-radius: 0;
}
button, input {
	/**overflow: visible; Yooker*/
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	/*Yooker*/
	appearance: none;
	-webkit-apperance: none; /*Yooker*/
}
input[type="search"] {
	/*Yooker*/
	appearance: textfield;
	-webkit-apperance: textfield; /*Yooker*/
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	/*Yooker*/
	appearance: none;
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}

figure {
	padding: 0;
	margin: 0;
}

.has-hs-ivory-color {
	color: #F5EEE6;
}

.has-hs-zand-color {
	color: #F1E2D0;
}

.has-hs-wit-color {
	color: #FFFFFF;
}

.has-hs-grijs-color {
	color: #FDFBF7;
}

.has-hs-dark-grijs-color {
	color: #BAB8B5;
}

/* Yooker */
.has-hs-donker-color {
	color: #222222;
}
/* Yooker */

.is-style-tekst-semi-groot,
p.is-style-tekst-semi-groot {
	font-size: 24px !important;
	line-height: 38px !important;
	color: #222222 !important;
	font-weight: 500 !important;
}

@media only screen and (max-width: 570px)  {
	.is-style-tekst-semi-groot,
	p.is-style-tekst-semi-groot {
		font-size: 20px !important;
		line-height: 28px !important;
	}
}

hr.wp-block-separator {
	border: 0 !important;
	height: 2px;
	width: 100%;
	background: #868686;
	margin-top: 0;
	margin-bottom: 22px;
}




/* GRID
-------------------------------------------------------------- */
html, body {
	/*overflow-x: hidden*/ /*;Yooker*/
	/*margin-top: 100px;*/
	overflow: visible;
	font-family: 'Lexend', sans-serif;
}

@media only screen and (max-width: 782px)  {
	body {
		margin-top: 85px;
	}
}

.sowrapper,
.main, 
#main {
	max-width: 1312px;
	margin: 0 auto;
	clear: both;
}

.main {
	padding-left: 16px;
	padding-right: 16px;
}


.section {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -16px; /* column gutter */
	margin-right: -16px;
}

.section:after {
	content: '';
	display: table;
	clear: both;
}

[class^="fc"], [class*=" fc"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 16px 30px 16px; /* column gutter */
	border: none;
	/* Float fallback */
	float: left;
}

[class^="fc"]:last-child, [class*=" fc"]:last-child {
	margin-right: 0;
}

.fc25 {
	width: calc( 25% - 32px );
}

.fc25:nth-child(4n+1) {
	clear: left;
}

.fc20 {
	width: calc( 20% - 32px );
}

.fc20:nth-child(5n+1) {
	clear: left;
}

.fc33 {
	width: calc( 33.3333% - 32px );
}

.fc33:nth-child(3n+1) {
	clear: left;
}

.fc40 {
	width: calc( 40% - 32px );
}

.fc50 {
	width: calc( 50% - 32px );
}

.fc50:nth-child(2n+1) {
	clear: left;
}

.fc60 {
	width: calc( 60% - 32px );
}

.fc66 {
	width: calc( 66.6666% - 32px );
}

.fc75 {
	width: calc( 75% - 32px );
}

::-moz-selection { background: #000000; color: #FDFBF7; }
::selection { background: #000000; color: #FDFBF7; }


a.stretched-link:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
}


/* Fonts */

/* vietnamese */
@font-face {
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lexend/v2/wlpwgwvFAVdoq2_v9KQU4Wc.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lexend/v2/wlpwgwvFAVdoq2_v9aQU4Wc.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lexend/v2/wlpwgwvFAVdoq2_v-6QU.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lexend/v2/wlpzgwvFAVdoq2_nCIcB0UZKUCk.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lexend/v2/wlpzgwvFAVdoq2_nCIcB0EZKUCk.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lexend/v2/wlpzgwvFAVdoq2_nCIcB3kZK.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lexend/v2/wlpzgwvFAVdoq2_nJIAB0UZKUCk.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lexend/v2/wlpzgwvFAVdoq2_nJIAB0EZKUCk.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lexend/v2/wlpzgwvFAVdoq2_nJIAB3kZK.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* Noto serif font */
@font-face {
	font-family: 'Noto Serif';
	src: url('/wp-content/themes/vanvalderen/assets/fonts/NotoSerif-Italic.woff2') format('woff2'),
			 url('/wp-content/themes/vanvalderen/assets/fonts/NotoSerif-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Serif';
	src: url('/wp-content/themes/vanvalderen/assets/fonts/NotoSerif-Bold.woff2') format('woff2'),
			 url('/wp-content/themes/vanvalderen/assets/fonts/NotoSerif-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Serif';
	src: url('/wp-content/themes/vanvalderen/assets/fonts/NotoSerif-BoldItalic.woff2') format('woff2'),
			 url('/wp-content/themes/vanvalderen/assets/fonts/NotoSerif-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Serif';
	src: url('/wp-content/themes/vanvalderen/assets/fonts/NotoSerif.woff2') format('woff2'),
			 url('/wp-content/themes/vanvalderen/assets/fonts/NotoSerif.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


/* Icon font */

@font-face {
	font-family: 'Va-icon';
	src:  url('/wp-content/themes/vanvalderen/assets/icon/va-icon.eot?h9mbyg');
	src:  url('/wp-content/themes/vanvalderen/assets/icon/va-icon.eot?h9mbyg#iefix') format('embedded-opentype'),
		url('/wp-content/themes/vanvalderen/assets/icon/va-icon.ttf?h9mbyg') format('truetype'),
		url('/wp-content/themes/vanvalderen/assets/icon/va-icon.woff?h9mbyg') format('woff'),
		url('/wp-content/themes/vanvalderen/assets/icon/va-icon.svg?h9mbyg#Va-icon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'Va-icon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-account:before {
	content: "\e900";
}
.icon-bezorging:before {
	content: "\e901";
	color: #9d9287;
}
.icon-check .path1:before {
	content: "\e902";
	color: rgb(245, 238, 230);
}
.icon-check .path2:before {
	content: "\e903";
	margin-left: -1em;
	color: rgb(34, 34, 34);
}
.icon-check .path3:before {
	content: "\e904";
	margin-left: -1em;
	color: rgb(34, 34, 34);
}
.icon-check .path4:before {
	content: "\e905";
	margin-left: -1em;
	color: rgb(255, 255, 255);
}
.icon-linkedIn:before {
	content: "\e906";
	color: #fdfbf7;
}
.icon-mail:before {
	content: "\e907";
}
.icon-min:before {
	content: "\e908";
}
.icon-oppervlakte:before {
	content: "\e909";
	color: #9d9287;
}
.icon-pijl-links:before {
	content: "\e90a";
}
.icon-pijl-rechts:before {
	content: "\e90a";
}
.icon-pijl-down:before {
	content: "\e90b";
}
.icon-plus:before {
	content: "\e90c";
}
.icon-search:before {
	content: "\e90d";
}
.icon-service:before {
	content: "\e90e";
	color: #9d9287;
}
.icon-shop:before {
	content: "\e90f";
}
.icon-showroom:before {
	content: "\e910";
}
.icon-telefoon:before {
	content: "\e911";
}
.icon-twitter:before {
	content: "\e912";
	color: #fdfbf7;
}



/* Variables */
:root {
	--news-gap: 40px;
	--news-gap-mobile: 15px;

	--regular-bg: #f5EEE6;
}




/* CSS Animation */
@keyframes shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}
	
	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}

	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}



/* Text styles */

body {
	font-size: 18px;
	line-height: 27px;
	color: #0D0D0D;
	font-family: 'Lexend', sans-serif;
	font-weight: 500;
	font-style: normal;
}

p {
	margin: 0 0 12px 0;
}

ul:not([class]) li:not([class]) {
	color: #0D0D0D;
	font-size: 18px;
	line-height: 30px;
	margin: 8px 0;
	font-weight: normal;
	padding-left: 20px;
}

ul:not([class]) li:not([class]):before {
	content: "";
	background-color: #FE8400;
	color: #fff;
	border-radius: 100%;
	display: inline-block;
	height: 6px;
	width: 6px;
	vertical-align: middle;
	line-height: 30px;
	margin-left: -15px;
	margin-right: 10px;
}

h1 {
	font-family: 'Lexend', sans-serif;
	font-weight: 500;
	font-style: normal;
	/*font-size: 64px;*/
	font-size: 80px;
	/*line-height: 76px;*/
	line-height: 96px;
	/*letter-spacing: -0.32px;*/
	letter-spacing: -0.4px;
	color: #222222;
}

h1 strong {
	font-weight: 800;
}

h2 {
	font-family: 'Lexend', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 40px;
	line-height: 48px;
	color: #222222;
	margin-bottom: 24px;
	letter-spacing: 0px;
}

h3 {
	font-family: 'Lexend', sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 32px;
	line-height: 40px;
	color: #222222;
	margin-bottom: 36px;
	font-weight: 500;
}

h4 {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-size: 24px;
	line-height: 32px;
	color: #222222;
	margin-bottom: 32px;
	letter-spacing: -0.12px;
}

h5 {
	font-family: 'Lexend', sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	color: #222222;
	margin-bottom: 24px;
}

h6 {
	font-family: 'Lexend', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 0.28px;
}

@media (max-width: 1400px) {
	h1 {
		font-size: 48px;
		line-height: 56px;
	}
}

@media (max-width: 800px) {
	h2 {
		font-size: 24px;
		line-height: 28px;
		font-weight: 600;
	}

	h3 {
		font-size: 20px;
		line-height: 28px;
	}
}

@media (max-width: 620px) {
	h1 {
		font-size: 36px;
		line-height: 48px;
	}
}

@media (max-width: 420px) {
	h1 {
		font-size: 24px;
		line-height: 32px;
	}
}

strong {
	font-weight: bold;
}

sup {
	top: -4.9px;
	letter-spacing: -0.5px;
	font-size: 65%;
}

.wp-block-columns {
	margin-bottom: 0;
}

:is(div.main, .product_content) > .wp-block-columns,
:is(div.main, .product_content) > .wp-block-columns.has-background {
	margin-bottom: 0;
	padding: 80px 0; /* Yooker */
}

@media only screen and (max-width: 1600px)  {
	:is(div.main, .product_content) > .wp-block-columns,
	:is(div.main, .product_content) > .wp-block-columns.has-background {
		padding: 100px 0;
	}
}

@media only screen and (max-width: 1100px)  {
	:is(div.main, .product_content) > .wp-block-columns,
	:is(div.main, .product_content) > .wp-block-columns.has-background {
		padding: 80px 0;
	}
}

@media only screen and (max-width: 700px)  {
	:is(div.main, .product_content) > .wp-block-columns,
	:is(div.main, .product_content) > .wp-block-columns.has-background {
		padding: 60px 0;
	}
}

@media only screen and (max-width: 600px)  {
	:is(div.main, .product_content) > .wp-block-columns,
	:is(div.main, .product_content) > .wp-block-columns.has-background {
		padding: 40px 0;
	}
}

.wp-block-columns .wp-block-column:only-child {
	margin: 0 auto;
}

.wp-block-columns.is-style-nw-columns {
	padding: 0 !important;
}

:is(div.main, .product_content) > .wp-block-columns.is-style-small-columns,
:is(div.main, .product_content) > .wp-block-columns.is-style-small-columns.has-background {
	max-width: 940px;
	margin: 0 auto;
}

:is(div.main, .product_content) > .wp-block-columns.is-style-small-nw-columns,
:is(div.main, .product_content) > .wp-block-columns.is-style-small-nw-columns.has-background {
	max-width: 940px;
	margin: 0 auto;
	padding: 0;
}

:is(div.main, .product_content) > .wp-block-columns.is-style-extra-small-columns,
:is(div.main, .product_content) > .wp-block-columns.is-style-extra-small-columns.has-background {
	max-width: 752px;
	margin: 0 auto;
}

:is(div.main, .product_content) > .wp-block-columns.is-style-extra-small-nw-columns,
:is(div.main, .product_content) > .wp-block-columns.is-style-extra-small-nw-columns.has-background {
	max-width: 752px;
	margin: 0 auto;
	padding: 0;
}



figure.is-style-stretch-image {
	height: 100%;
	width: auto;
}

figure.is-style-stretch-image > img {
	height: 100%;
	width: auto;
	object-fit: cover;
}




.is-style-tekst-groot {
	font-size: 40px;
	line-height: 64px;
	letter-spacing: -0.2px;
	font-weight: 700;
}

@media only screen and (max-width: 1200px) {
	.is-style-tekst-groot {
		font-size: 30px;
		line-height: 45px;
	}
}

@media only screen and (max-width: 600px) {
	.is-style-tekst-groot {
		font-size: 24px;
		line-height: 34px;
	}
}




/* Generic */
body {
	overflow-y: auto;
	overflow-x: hidden;
}

.main ul:not([class]) li:not([class]) {
	color: #0D0D0D;
	font-size: 18px;
	line-height: 30px;
	margin: 8px 0 22px;
	font-weight: 500;
	padding-left: 24px;
}

.main ul:not([class]) li:not([class]):before {
	content: "";
	background-color: #222222;
	color: #fff;
	border-radius: 100%;
	display: inline-block;
	height: 8px;
	width: 8px;
	vertical-align: middle;
	line-height: 30px;
	margin-left: -15px;
	margin-right: 8px;
	transform: translate(-6px, -2px);
}

@media only screen and (max-width: 781px)  {
	div.wp-block-columns.responsive-product-columns {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	div.wp-block-columns.responsive-product-columns .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
}



@media only screen and (min-width: 781px)  {
	.is-style-no-spacing-desktop {
		display: none;
	}
}

@media only screen and (max-width: 781px)  {
	.is-style-no-spacing-mobile {
		height: 10px !important;
	}
}

@media only screen and (max-width: 525px)  { 
	div.is-style-no-spacing-mobile {
		height: 6px !important;
	}
}

figure.wp-block-image.is-style-fw-image img {
	width: 100%;
	max-height: 80vh;
	object-fit: cover;
}

.half-bg {
	position: relative;
}

.half-bg:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100vw;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	z-index: -1;
	background: linear-gradient(0deg, #FDFBF7 50%, var(--regular-bg) 50%);
}

.woocommerce-notices-wrapper :is(.woocommerce-message, .woocommerce-message::before) {
	color: #000000;
	border-top-color: #000000;
}

/*
.splitted-bg {
	position: relative;
}

.splitted-bg:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100vw;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	z-index: -1;
	background: linear-gradient(90deg, #FDFBF7 50%, #F1E2D0 50%);
}
*/

/* Block quote */
.wp-block-quote {
	padding: 50px;
	max-width: 640px;
	margin: 0 auto;
}

.wp-block-quote p {
	display: inline;
	background-color: #F4E7D8;
	font-size: 24px;
	line-height: 38px;
}

.wp-block-quote p + cite {
	display: block;
	padding-top: 12px;
	font-size: 14px;
	font-weight: 600;
}

@media only screen and (max-width: 820px)  {
	.wp-block-quote {
		padding: 30px;
	}
}

@media only screen and (max-width: 530px)  {
	.wp-block-quote {
		padding: 30px 0;
	}
}




/* Single */
body.single-post {
	background: #ffffff;
}

body.single-post .blogintro {
	justify-content: center;
	text-align: center;
}

body.single-post .blogintro > .fc75 {
	padding-top: 150px;
	padding-bottom: 20px;
}

body.single-post .blogintro h1 {
	font-size: 64px;
	line-height: 76px;
	letter-spacing: -1.32px;
	font-weight: 600;
}

body.single-post .blogintro h1 + p {
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0;
	padding-top: 20px;
}

body.single-post .blogintro .blogmeta {
	padding-bottom: 26px;
}

body.single-post .blogintro .blogmeta > * {
	padding-right: 18px;
}

body.single-post .blogintro .blogmeta > tag {
	color: #9D9287;
}

body.single-post .blogintro .blogmeta > *:last-child {
	padding-right: 0;
}

body.single-post .blog-featured-image {
	background: linear-gradient(180deg, var(--regular-bg) calc(30%), transparent 30%);
	padding: 0 100px;
	text-align: center;
}

body.single-post .related-posts {
	padding: 130px 0 100px;
}

body.single-post .related-posts h2 {
	font-weight: 600;
}

body.single-post .news-articles > .news-article > img {
	aspect-ratio: 6/4;
	object-fit: cover;
	width: 100%;
}





/* Uitgelicht product */
.uitgelicht-product {
	position: relative;
	max-width: 400px;
}

.uitgelicht-product .uitgelicht-product-image {
	display: flex;
	align-items: center;
	background: #FFFFFF;
	aspect-ratio: 1/1;
	padding: 10px;
}

.uitgelicht-product .uitgelicht-product-image > img {
	mix-blend-mode: multiply;
}

.uitgelicht-product .uitgelicht-product-details {
	display: flex;
	flex-direction: row;
	padding-top: 8px;
	justify-content: space-between;
	max-width: 300px;
}

.uitgelicht-product .uitgelicht-product-details h3 {
	color: #9D9287;
	font-size: 18px;
	line-height: 28px;
}

.uitgelicht-product .uitgelicht-product-details .wc-price {
	margin-top: auto;
}

.uitgelicht-product .uitgelicht-product-details a {
	text-decoration: none;
}

.uitgelicht-product .uitgelicht-product-details span {
	display: inline-block;
}

.uitgelicht-product .uitgelicht-product-details :is(h3, .wc-price > span) {
	margin-bottom: 4px;
}

.uitgelicht-product .uitgelicht-product-details .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	display: none;
}

.uitgelicht-product .uitgelicht-product-details-small {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 25px;
}

.uitgelicht-product .uitgelicht-product-details-small > span {
	color: #7D7D7D;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	font-family: 'Noto Serif';
	font-weight: bold;
}

.uitgelicht-product .uitgelicht-product-details-small > h4 {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 600;
	margin: 6px 0 4px 0;
}

.uitgelicht-product .uitgelicht-product-details-small > a {
	background: #1A1A1A;
	width: calc(100% - 28px);
	padding: 14px;
	color: white;
	font-weight: 500;
	transition: 0.2s ease all;
}

.uitgelicht-product .uitgelicht-product-details-small > p {
	margin: 0 0 18px 0;
	font-size: 18px;
}

.uitgelicht-product .uitgelicht-product-details-small > a:hover {
	background: #222222;
}

@media only screen and (max-width: 2000px)  {
	.uitgelicht-product .uitgelicht-product-details {
		max-width: 280px;
	}
}

@media only screen and (max-width: 1900px)  {
	.uitgelicht-product .uitgelicht-product-details {
		max-width: 220px;
		margin-top: -30px;
	}
}

@media only screen and (max-width: 1800px)  {
	.uitgelicht-product .uitgelicht-product-details-small {
		padding: 20px;
	}

	.uitgelicht-product .uitgelicht-product-details-small > a {
		padding: 8px;
		width: calc(100% - 16px);
	}

	.uitgelicht-product .uitgelicht-product-details-small > p {
		margin: 0 0 12px 0;
	}
}

@media only screen and (max-width: 1530px)  {
	body.single-post .blogintro > .fc75 {
		padding-top: 100px;
	}

	body.single-post .related-posts {
		padding: 60px 0 40px;
	}

	body.single-post .related-posts .news-articles {
		margin: 40px 0;
	}
}

@media only screen and (max-width: 1100px)  {
	body.single-post .blogintro > .fc75 {
		padding-top: 70px;
	}

	body.single-post .blogintro h1 {
		font-size: 44px;
		line-height: 56px;
	}
}

@media only screen and (max-width: 1000px)  {
	body.single-post .blog-featured-image {
		padding: 0 50px;
	}
}

@media only screen and (max-width: 870px)  {
	body.single-post .blog-featured-image {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 820px)  {
	body.single-post .blogintro h1 + p {
		font-size: 20px;
		line-height: 32px;
	}
}

@media only screen and (max-width: 660px)  {
	body.single-post .blogintro > .fc75 {
		margin: 0 16px;
		width: 100%;
		padding-top: 60px;
	}

	body.single-post .blogintro .blogmeta {
		padding-bottom: 16px;
	}

	body.single-post .related-posts {
		padding: 40px 0 20px;
	}
}

@media only screen and (max-width: 620px)  {
	body.page.page-template-default > h1 {
		font-weight: 600;
		padding-bottom: 4px;
	}
}

@media only screen and (max-width: 540px)  {
	body.single-post .blogintro h1 {
		font-size: 38px;
		line-height: 44px;
	}
}







/* Openingstijden */
.wp-block-table.is-style-openingstijden table tr > td {
	font-weight: 600;
	color: #242424;
	padding: 0;
	border: 0;
	padding-bottom: 30px;
}

.wp-block-table.is-style-openingstijden table tr > td:first-child {
	font-size: 18px;
	line-height: 32px;
}

.wp-block-table.is-style-openingstijden table tr > td:last-child {
	font-size: 24px;
	letter-spacing: -0.12px;
	line-height: 40px;
}

.wp-block-table.is-style-openingstijden table tbody > tr:last-child td {
	padding-bottom: 5px;
}

@media only screen and (max-width: 730px)  {
	.wp-block-table.is-style-openingstijden table tr > td {
		padding-bottom: 16px;
	}
}

@media only screen and (max-width: 500px)  {
	.wp-block-table.is-style-openingstijden table tr > td:last-child {
		font-size: 20px;
		letter-spacing: -0.12px;
		line-height: 32px;
	}

	.openingstijden > h2 {
		margin-bottom: 12px;
	}
}

@media only screen and (max-width: 420px)  {
	.wp-block-table.is-style-openingstijden table tr > :is(td:first-child, td:last-child) {
		font-size: 16px;
	}
}


/* Form general */
input[type='checkbox'] {
	position: relative;
	height: 20px;
	width: 20px;
	border: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: white;
	border: 1.5px solid #BEBEBE;
}

input[type='checkbox']:checked {
	background: #222222;
	border: 1.5px solid #222222; 
}

input[type='checkbox']:checked:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 10px;
	line-height: 6px;
}

input[type='text'], input[type='submit'], button {
	font-family: 'Lexend', sans-serif;
}

input[type='submit'], button[type='submit'], .woocommerce-form-login__submit {
	font-weight: 500 !important;
}

.select2-selection__rendered {
    line-height: 41px !important;
}
.select2-container .select2-selection--single {
    height: 45px !important;
}
.select2-selection__arrow {
    height: 44px !important;
}

input[type='text'], input[type='email'], input[type='password'], input[type='tel'] {
	background: #FFFFFF;
	border: 1.5px solid #BEBEBE;
	padding: 10px 20px;
	height: 45px;
	border-radius: 2px;
	font-size: 16px;
	max-height: 22px;
	font-family: 'Lexend', sans-serif;
	width: calc(100% - 44px);
}

input[type='submit'] {
	border: 0;
	background: #000000;
	color: white;
	padding: 18px;
	width: 100%;
	margin-top: 28px;
	transition: 0.2s ease all;
}

input[type='submit']:hover {
	background: #222222;
}

textarea {
	background: rgb(255, 255, 255);
	border: 1.5px solid rgb(190, 190, 190);
	padding: 10px 20px;
	border-radius: 2px;
	font-size: 16px;
	font-family: Lexend, sans-serif;
	width: 323px;
	margin: 0px;
	height: 163px;
}





/* Has color */
.has-hs-ivory-color,
.has-hs-ivory-color *,
span.has-hs-ivory-color {
	color: #F5EEE6;
}

.has-hs-zand-color,
.has-hs-zand-color *,
span.has-hs-zand-color {
	color: #F1E2D0;
}

.has-hs-wit-color,
.has-hs-wit-color *,
span.has-hs-wit-color {
	color: #FFFFFF;
}

.has-hs-grijs-color,
.has-hs-grijs-color *,
span.has-hs-grijs-color {
	color: #FDFBF7;
}

.has-hs-zwart-color,
.has-hs-zwart-color *,
span.has-hs-zwart-color {
	color: #222222;
}



/* Has background */
.has-background {
	position: relative;
}

.has-background:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100vw;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	z-index: -1;
}

.has-hs-ivory-background-color.has-background:after {
	background-color: var(--regular-bg);
}

.has-hs-zand-background-color.has-background:after {
	background-color: #F1E2D0;
}

.has-hs-wit-background-color.has-background:after {
	background-color: #FFFFFF;
}

.has-hs-grijs-background-color.has-background:after {
	background-color: #FDFBF7;
}

.has-hs-zwart-background-color.has-background:after {
	background-color: #222222;
}

p.is-style-tekst-subtitel {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

/* Yooker */
p.is-style-tekst-default {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
	font-weight: 600;
}


/* Buttons */
.is-style-btnborder:not(.wp-block-button),
.wp-block-buttons .is-style-btnborder .wp-block-button__link {
	box-shadow: none;
	border: 1px solid #1A1A1A;
	border-radius: 0;
	padding: 18px 35px;
	font-size: 16px;
	text-transform: unset;
	color: #2C363C;
	line-height: 21px;
	font-weight: 500;
	transition: 0.2s ease all;
}

.is-style-btnborder:not(.wp-block-button) {
	display: inline-block;
	text-decoration: none;
}

.is-style-btnborder:not(.wp-block-button):hover,
.wp-block-buttons .is-style-btnborder .wp-block-button__link:hover {
	background: #1A1A1A;
	color: white;
}




/* Merken slider */
.merken-slider-container {
	padding-top: 140px;
	padding-left: calc((100% - 1312px) / 2);
	padding-bottom: 100px;
}

.merken-slider-container .product-merken-slider .slick-slide {
	position: relative;
	margin-right: 25px;
}

.merken-slider-container .product-merken-slider .slick-slide:hover > .merk-afbeelding {
	background-size: 110%;
}

.merken-slider-container .product-merken-slider .slick-slide .merk-afbeelding {
	display: flex;
	aspect-ratio: 11/6;
	background-size: cover;
	background-position: center;
	background-size: 110%;
	transition: 0.2s ease all;
}

.merken-slider-container .product-merken-slider .slick-slide .merk-afbeelding img {
	width: 100%;
	height: auto;
	margin: auto;
	max-width: 180px;
}

.merken-slider-container .product-merken-slider .slick-slide h4 {
	margin-bottom: 20px;
	margin-top: 26px;
	font-weight: 600;
	letter-spacing: -0.12px;
}

.merken-slider-container .product-merken-slider .slick-slide p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	margin: 0 0 40px;
	max-width: 530px;
}

.merken-slider-container .product-merken-slider .slick-slide > a:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0,0,0,0);
}

@media screen and (max-width: 1540px) {
	.merken-slider-container {
		padding-left: 16px !important;
	}
}

@media screen and (max-width: 470px) {
	.merken-slider-container h3 {
		padding-right: 16px !important;
	}
}


form label {
	font-weight: 600;
}

fieldset {
	margin-top: 25px;
}

.woocommerce form .form-row {
	margin: 0 0 5px;
}

.woocommerce-EditAccountForm button[type='submit'] {
	margin-top: 14px;
}

/* Top */

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	/*height: 100px;*/
	/*Yooker*/
	height: unset;
	z-index: 98;
	overflow: unset;
	padding: 0 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/* background-color: #1D1D1D; */
	line-height: 100px;
	border-bottom: none; /* Yooker */
}

header:has(div.top-t) {
	background-color: #1D1D1D;
}

/* Yooker */
header a, header p, header ul {
	color: black;
}
/* Yooker */

body.admin-bar > header {
	position: fixed;
	top: 32px;
	z-index: 999;
}

header .top-t {
	display: flex;
	justify-content: space-between;
	max-width: 1320px;
	margin: auto;
	/* Yooker */
	align-items: center;
	padding: 10px 0px;
	z-index: 2; /* Fixes navigation items bug (hover link) */
	/* Yooker */
}

/* Yooker */
/* Mega Menu Styles */
.mega-menu {
    background-color: #1D1D1D;
    padding: 20px;
    overflow: hidden;
}

.mega-menu > li {
    list-style: none;
    position: relative;
}

.mega-menu > li > a, .mega-menu > li .dropdown-wrap > a {
    display: block;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #F5EEE6;
    float: left;
}

.mega-menu-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    /* background-color: #1D1D1D; */
	background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 100vw;
}

.sub-menu.mega-menu.columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.sub-menu.mega-menu {
	color: #000 !important;
}

.sub-menu.mega-menu.columns-4 li {
    list-style: none;
}

/* Yooker */
.sub-menu.mega-menu.columns-4 li.menu-item-has-children, .sub-menu.mega-menu.columns-4 li.menu-item-has-children ul {
	display: flex;
	flex-direction: column;
}
.sub-menu.mega-menu > li > .sub-menu li a {
	font-weight: 500 !important;
}
/* Yooker */

.sub-menu.mega-menu.columns-4 li a {
    display: flex;
	/* Yooker */
	align-items: center;
	gap: 8px;
    color: #000;
	/* Yooker */
    padding: 10px;
    text-decoration: none;
}

.sub-menu.mega-menu > li {
    float: unset;
    display: block;
    padding: 0.25rem 0;
}

.sub-menu.mega-menu > li > a {
    display: block;
    align-items: center;
    z-index: 3;
    position: relative;
}

.sub-menu.mega-menu > li > a > span {
    margin-bottom: 0;
    margin-left: 0.25rem;
}

.sub-menu > li img {
    width: 50px;
    height: auto;
    object-fit: contain;
}

.menu-item-icon {
    z-index: 5;
    background-color: unset;
    position: unset;
    width: auto;
    height: auto;
    border-radius: unset;
    display: inline-block;
    line-height: 0;
    font-size: 20px;
    padding: 0px 12px;
}

.menu-item-has-children > a {
    display: inline-block;
}

.dropdown-wrap {
    line-height: unset;
    display: flex;
    align-items: center;
}

.main-navigation {
    display: flex;
    align-items: center;
    max-width: 1320px;
    width: 100%;
}

/* Tablet */
@media (min-width: 940px) {
    .mainmenu li {
        position: relative;
        display: block;
        margin: 0 12px;
        float: left;
    }
    .mega-menu > li:hover .mega-menu-container {
        display: block;
    }
    .mega-menu > li:hover {
        position: unset;
    }
}

/* Mobile */
@media (max-width: 940px) {
    .mega-menu-container.show {
        display: block;
    }
    li:has(> .openingstijden_link), li:has(> .inspiratie_link) {
        display: none;
    }
    .mega-menu > li {
        float: none;
        padding-left: 0 !important;
    }
    .mainmenu {
        float: unset;
    }
    .mega-menu > li > a {
        text-align: left;
        float: unset;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .dropdown-wrap > a {
        padding-left: 0 !important;
    }
    .mega-menu-container {
        position: relative;
        width: 100%;
        box-shadow: none;
    }
    .menu-container {
        display: block;
    }
    .sub-menu.mega-menu {
        display: block;
    }
    .menu-item-icon {
        background-color: unset !important;
        position: unset !important;
        width: auto !important;
        height: auto !important;
        border-radius: unset !important;
        display: inline-block !important;
        line-height: unset !important;
        font-size: 20px;
        padding: 16px 12px;
    }
    .menu-item-icon > i {
        pointer-events: none;
    }
    .menu-item-has-children > a {
        display: inline-block !important;
    }
	/* Yooker */
	.sub-menu.mega-menu.columns-4 {
    	grid-template-columns: repeat(1, 1fr); /* Sets navigation items underneath each other inside mega menu for mobile */
	}
	/* Yooker */
}

/* Yooker */
.mega-menu > li {
    z-index: 2;
    list-style: none;
    position: relative;
}

.mega-menu > li > a, .mega-menu > li .dropdown-wrap > a {
    display: block;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 14px 0px 14px 16px;
    color: #333;
    float: left;
}

.mega-menu-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 100vw;
    z-index: 1;
}

.parent-item-info {
    flex: 1 1 25%;
    line-height: normal;
    padding: 20px 0;
}

.menu-item-featured img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.sub-menu.mega-menu {
    flex: 1 1 75%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    align-items: flex-start;
    align-content: flex-start;
}

.menu-container {
    display: flex;
    max-width: 1320px;
    margin: 0 auto;
}

.sub-menu.mega-menu > li {
    float: unset;
    display: block;
    padding: 0.25rem 0;
    flex: 1 1 25%;
}

.sub-menu.mega-menu > li > a {
    display: flex;
    align-items: center;
    z-index: 3;
    position: relative;
}

.sub-menu.mega-menu > li > a > span {
    margin-bottom: 0;
    margin-left: 0.25rem;
}

.parent-item-info > .is-style-btnborder::after {
    position: unset;
    top: unset;
    content: unset;
    left: unset;
    right: unset;
    bottom: unset;
    cursor: unset;
}

.sub-menu.mega-menu > li a {
    text-align: left;
}

.sub-menu > li img {
    width: 50px;
    height: auto;
    object-fit: contain;
}

.menu-item-icon {
    z-index: 5;
    background-color: unset;
    position: unset;
    width: auto;
    height: auto;
    border-radius: unset;
    display: inline-block;
    line-height: 0;
    font-size: 20px;
    padding: 0px 12px;
}

.menu-item-has-children > a {
    display: inline-block;
}

.dropdown-wrap {
    line-height: unset;
    display: flex;
    align-items: center;
}

.main-navigation {
    display: flex;
    align-items: center;
    max-width: 1320px;
    width: 100%;
}

/* Tablet */
@media (min-width: 940px) {
    .mainmenu li {
        position: relative;
        display: block;
        margin: 0 12px;
        float: left;
    }
    .mega-menu > li:hover .mega-menu-container {
        display: block;
    }
    .mega-menu > li:hover {
        position: unset;
    }
}

/* Mobile */
@media (max-width: 940px) {
    .mega-menu-container.show {
        display: block;
    }
    li:has(> .openingstijden_link), li:has(> .inspiratie_link) {
        display: none;
    }
    .mega-menu > li {
        float: none;
        padding-left: 0 !important;
    }
    .mainmenu {
        float: unset;
    }
    .mega-menu > li > a {
        text-align: left;
        float: unset;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .dropdown-wrap > a {
        padding-left: 0 !important;
    }
    .mega-menu-container {
        position: relative;
        width: 100%;
        box-shadow: none;
    }
    .menu-container {
        display: block;
    }
    .sub-menu.mega-menu {
        display: block;
    }
    .menu-item-icon {
        background-color: unset !important;
        position: unset !important;
        width: auto !important;
        height: auto !important;
        border-radius: unset !important;
        display: inline-block !important;
        line-height: unset !important;
        font-size: 20px;
        padding: 16px 12px;
    }
    .menu-item-icon > i {
        pointer-events: none;
    }
    .menu-item-has-children > a {
        display: inline-block !important;
    }
}
/* Yooker */
header .top-t a {
	font-size: 15px;
	text-transform: none;
	text-decoration: none;
	font-weight: 500;
}
header .top-t #phone-link:before {
	content: "\f879";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	margin-right: 7px;
}
header .top-t ul {
	display: flex;
	gap: 20px;
	flex-direction: row;
	line-height: normal;
}
header .top-t .cta-button {
	background-color: black;
	padding: 4px 18px;
	color: #F5EEE6;
	text-decoration: none;
}
header .top-t p {
	margin: 0;
}
/* Yooker */

header .top-c {
	/*position: relative;*/
	/* Yooker */
	position: unset;
	z-index: 98;
	background-color: #1D1D1D;
	/* Yooker */
	max-width: 1320px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	/* Yooker */
	justify-content: start;
	transition: 0.2s ease all;
}

header .sub-c {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 98;
	max-width: 1312px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--regular-bg);
	transition: 0s;
}

header .sub-c > a {
	padding-right: 40px;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
	color: #0D0D0D;
	line-height: 70px;
}

header .sub-c > a:last-of-type {
	padding-right: 0;
}

header .sub-c .cat_sub_menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

/* header .sub-c .cat_sub_menu :is(.cat_sub_lists.cats, .cat_sub_lists.merken) > a:last-of-type */
header .sub-c .cat_sub_menu :is(.cat_sub_lists.cats, .cat_sub_lists.merken) > a.all-category {
	text-decoration: underline;
}

header .sub-c .cat_sub_menu :is(.cat_sub_lists.cats, .cat_sub_lists.merken) {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: fit-content;
}

header .sub-c .cat_sub_menu .cat_sub_lists.cats {
	flex: 1 0 30%;
}

header .sub-c .cat_sub_menu .cat_sub_lists.merken {
	flex: 1 0 20%;
}

header .sub-c .cat_sub_menu .cat_sub_lists.merken > a {
	flex: 100% !important;
}

header .sub-c .cat_sub_menu :is(.cat_sub_lists.cats, .cat_sub_lists.merken) > h5 {
	flex: 1 0 100%;
}

header .sub-c .cat_sub_menu :is(.cat_sub_lists.cats, .cat_sub_lists.merken) > a {
	flex: 1 0 50%;
	line-height: initial;
	height: fit-content;
	margin-bottom: 22px;
	text-decoration: none;
	color: #2C363C;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	transition: 0.2s ease all;
}

header .sub-c .cat_sub_menu :is(.cat_sub_lists.cats, .cat_sub_lists.merken) > a:hover {
	color: rgb(105,103,100);
}

header .sub-c .cat_sub_menu :is(.cat_sub_lists.cats, .cat_sub_lists.merken) > a:last-of-type {
	margin-bottom: 0;
}

header .sub-c .cat_sub_menu :is(.cat_sub_lists.cats, .cat_sub_lists.merken) > :is(h5, a) {
	height: fit-content;
}

/*header .sub-c .cat_sub_menu .cat_sub_lists.merken {
	width: 15%
}*/

header + div.main {
	margin-top: 137px; /* Yooker */
}

header .menu-item-icon {
	color: #F5EEE6;
}

/* Yooker */
@media only screen and (max-width: 940px) {
	header + div.main {
		/* margin-top: 115px; */
		margin-top: 132px;
	}
}

header .sub-c .cat_sub_menu .cat_sub_hover {
	flex: 1 0 50%;
}

header .sub-c .cat_sub_menu .cat_sub_hover > .image {
	display: flex;
	aspect-ratio: 8/5;
	background: #F1E2D0;
	padding: 20px;
	align-items: center;
}

header .sub-c .cat_sub_menu .cat_sub_hover > .image img {
	mix-blend-mode: multiply;
	height: 100%;
	width: auto;
	margin: auto;
}

header .sub-c .cat_sub_menu .cat_sub_hover.disabled {
	display: block;
	opacity: 0;
}

header .top-c .logo {
	display: inline-block;
	height: auto;
	text-decoration: none;
}

header .top-c .iconset_right {
	display: flex;
	/* Yooker */
	margin-left: auto;
	color: #F1E2D0;
	/* Yooker */
}

header .top-c .iconset_right > div {
	line-height: 52px;
	padding: 10px; /* Yooker */
	position: relative;
	cursor: pointer;
}

header .top-c .iconset_right > div > a {
	color: #F1E2D0; /* Yooker */
	text-decoration: none;
}

header .top-c .iconset_right > .icon-shop.product-in-cart {
	position: relative;
}

header .top-c .iconset_right > .icon-shop.product-in-cart:after {
	content: '';
	position: absolute;
	height: 6px;
	width: 6px;
	background: #020202;
	transform: translate(-11px, 10px);
	border-radius: 100%;
	border: 3px solid white;
}

header .top-c .iconset_right > #cart-sidebar, header .top-c > #cart-sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	background: #F5EEE6;
	padding: 0;
	cursor: auto;
	-webkit-box-shadow: 0px 0px 38px -2px rgba(34,34,34,0.1);
	box-shadow: 0px 0px 38px -2px rgba(34,34,34,0.1);
	max-width: 530px;
	width: 100%;
	overflow: hidden;
}

header .top-c .iconset_right > #cart-sidebar #header-widget-area > .cart-sidebar:not(:first-child), header .top-c > #cart-sidebar #header-widget-area > .cart-sidebar:not(:first-child) {
	height: fit-content;
}

header .top-c .iconset_right > #cart-sidebar :is(#header-widget-area, .cart-sidebar), header .top-c > #cart-sidebar :is(#header-widget-area, .cart-sidebar) {
	height: 100%;
}

header .top-c .iconset_right > :is(#account_dropdown, #cart-sidebar) h2, header .top-c > :is(#account_dropdown, #cart-sidebar) h2,
header .top-c .iconset_right #account_dropdown > h1, header .top-c #account_dropdown > h1{
	padding: 25px 32px 8px 66px;
	font-size: 24px;
	letter-spacing: -0.12px;
	font-weight: 600;
}

@media only screen and (max-width: 800px)  {
	header .top-c .iconset_right > :is(#account_dropdown, #cart-sidebar) h2 {
		top: 37px;
		padding: 0 34px 8px 66px;
		position: relative;
	}
}

header .top-c .iconset_right #account_dropdown > h1, header .top-c #account_dropdown > h1 {
	line-height: 17px;
	position: absolute;
	top: 16px;
	left: 0;
}

header .top-c .iconset_right #account_dropdown > h1 + nav.woocommerce-MyAccount-navigation, header .top-c #account_dropdown > h1 + nav.woocommerce-MyAccount-navigation {
	margin-top: 50px;
}

header .top-c .iconset_right > #cart-sidebar .cart-sidebar-footer, #cart-sidebar .cart-sidebar-footer {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	background: #F1E2D0;
	padding: 25px 32px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: calc(100% - 64px);
	height: 70px;
}

header .top-c .iconset_right > #cart-sidebar .cart-sidebar-footer > p, header .top-c > #cart-sidebar .cart-sidebar-footer > p {
	line-height: 1;
	margin: 12px 0 14px 0;
}

header .top-c .iconset_right > #cart-sidebar .cart-sidebar-footer > a, header .top-c > #cart-sidebar .cart-sidebar-footer > a {
	font-size: 14px;
}

header .top-c .iconset_right > #cart-sidebar .cart-sidebar-footer > a:before, header .top-c > #cart-sidebar .cart-sidebar-footer > a:before {
	content: "\f879";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	margin-right: 7px;
}

header .top-c .iconset_right > #cart-sidebar .widget_shopping_cart_content, header .top-c > #cart-sidebar .widget_shopping_cart_content {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: calc(100% - 72px);
	padding-top: 25px;
}

header .top-c .iconset_right > #cart-sidebar .widget_shopping_cart_content .woocommerce-mini-cart__empty-message, header .top-c > #cart-sidebar .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
	padding: 0 32px;
}

header .top-c .iconset_right > #cart-sidebar ul.woocommerce-mini-cart, header .top-c > #cart-sidebar ul.woocommerce-mini-cart {
	height: calc(100vh - 427px);
	overflow-y: auto;
}

header .top-c .iconset_right > #cart-sidebar ul.woocommerce-mini-cart::-webkit-scrollbar, header .top-c > #cart-sidebar ul.woocommerce-mini-cart::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

header .top-c .iconset_right > #cart-sidebar ul.woocommerce-mini-cart::-webkit-scrollbar-thumb, header .top-c > #cart-sidebar ul.woocommerce-mini-cart::-webkit-scrollbar-thumb {
	background: #222222;
	border-radius: 0px;
}

header .top-c .iconset_right > #cart-sidebar ul.woocommerce-mini-cart::-webkit-scrollbar-thumb:hover, header .top-c > #cart-sidebar ul.woocommerce-mini-cart::-webkit-scrollbar-thumb:hover{
	background: #000000;
}

header .top-c .iconset_right > #cart-sidebar ul.woocommerce-mini-cart::-webkit-scrollbar-track, header .top-c > #cart-sidebar ul.woocommerce-mini-cart::-webkit-scrollbar-track{
	background: #F0F0F0;
	border-radius: 0px;
	box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}

header .top-c .iconset_right > #cart-sidebar .cart-sidebart-total, header .top-c > #cart-sidebar .cart-sidebart-total {
	position: absolute;
	left: 0;
	right: 0;
	width: calc(100% - 64px);
	bottom: 120px;
	height: 150px;
	margin-top: auto;
	border-top: 2px solid #222222;
	padding: 25px 32px 8px 32px;
}

header .top-c .iconset_right > #cart-sidebar .cart-sidebart-total .woocommerce-mini-cart__total, header .top-c > #cart-sidebar .cart-sidebart-total .woocommerce-mini-cart__total {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	line-height: 18px;
	margin-bottom: 26px;
}

header .top-c .iconset_right > #cart-sidebar .cart-sidebart-total .woocommerce-mini-cart__total > span, header .top-c > #cart-sidebar .cart-sidebart-total .woocommerce-mini-cart__total > span {
	margin-right: auto;
}

header .top-c .iconset_right > #cart-sidebar .cart-sidebart-total .woocommerce-mini-cart__buttons, header .top-c > #cart-sidebar .cart-sidebart-total .woocommerce-mini-cart__buttons {
	display: flex;
	flex-direction: column;
	text-align: center;
}

header .top-c .iconset_right > #cart-sidebar .cart-sidebart-total .woocommerce-mini-cart__buttons .wc-forward:not(.checkout), header .top-c > #cart-sidebar .cart-sidebart-total .woocommerce-mini-cart__buttons .wc-forward:not(.checkout) {
	display: none;
}

header .top-c .iconset_right > #cart-sidebar .cart-sidebart-total .woocommerce-mini-cart__buttons > a:not(:last-of-type), header .top-c > #cart-sidebar .cart-sidebart-total .woocommerce-mini-cart__buttons > a:not(:last-of-type) {
	margin-bottom: 12px;
}

header .top-c .iconset_right > #cart-sidebar .cart-sidebart-total .woocommerce-mini-cart__buttons > a:last-of-type, header .top-c > #cart-sidebar .cart-sidebart-total .woocommerce-mini-cart__buttons > a:last-of-type {
	width: fit-content;
	margin: auto;
}

header .top-c .iconset_right :is(#cart-sidebar #close-cart-sidebar, .account_icon #account_dropdown > #close-account-sidebar), header .top-c :is(#cart-sidebar #close-cart-sidebar, #close-account-sidebar) {
	position: absolute;
	right: unset;
	cursor: pointer;
	top: 37px;
	font-size: 25px;
	left: 32px;
	z-index: 2;
}

header .top-c .iconset_right > #cart-sidebar, header .top-c > #cart-sidebar {
	transition: 0.2s ease right;
}

header .top-c .iconset_right > #cart-sidebar:not(.active), header .top-c > #cart-sidebar:not(.active) {
	right: -200vw;
}

header .top-c .iconset_right > #cart-sidebar.active, header .top-c > #cart-sidebar.active {
	right: 0;
	z-index: 9999;
}

header .top-c .iconset_right .icon-shop:before,
header .top-c .iconset_right :is(.icon-account, .icon-search):before {
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
}

header .top-c .iconset_right #search_dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	height: 0;
	max-height: 0;
	display: block;
	transition: 0.2s all;
	opacity: 0;
	pointer-events: none;
}

header .top-c .iconset_right #account_dropdown, header .top-c #account_dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	display: block;
	height: 0;
	max-height: 0;
	transition: 0.2s all;
	opacity: 0;
	pointer-events: none;
}

header .top-c .iconset_right .search_icon {
	z-index: 999;
}

/* Yooker */
header .top-c .iconset_right #search_dropdown input {
	width: 200px !important;
}

header .top-c .iconset_right #search_dropdown.active,
header .top-c .iconset_right #account_dropdown.active, header .top-c #search_dropdown.active,
header .top-c #account_dropdown.active  {
	height: fit-content;
	pointer-events: all;
	opacity: 1;
	top: 65px;
	background: var(--regular-bg);
	padding: 10px;
	border: 1px solid #222222;
}

header .top-c .iconset_right #search_dropdown.active {
	max-height: 100%;
}

header .top-c .iconset_right #account_dropdown, header .top-c #account_dropdown {
	max-height: 100vh;
	top: 0;
	bottom: 0;
	right: -200vw;
	position: fixed;
	height: 100%;
	z-index: 99;
	box-shadow: 0px 0px 50px 0px rgb(34 34 34 / 15%);
	-webkit-box-shadow: 0px 0px 50px 0px rgb(34 34 34 / 15%);
}

header .top-c .iconset_right #account_dropdown a, header .top-c #account_dropdown a {
	text-decoration: none;
	transition: 0.2s ease all;
}

header .top-c .iconset_right #account_dropdown a:hover, header .top-c #account_dropdown a:hover {
	color: #9D9287;
}

header .top-c .iconset_right #account_dropdown.active, header .top-c #account_dropdown.active {
	max-height: 100vh;
	top: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	height: calc(100% - 60px);
	z-index: 999;
	padding: 32px;
	border: 0;
	min-width: 410px;
	max-width: 466px;
	width: 100%;
}

/*header .top-c .iconset_right #account_dropdown > h1 {
	font-size: 24px;
	letter-spacing: -0.12px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 22px;
}*/

header .top-c a.logo {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	max-width: 190px;
	background: #1D1D1D;
	transition: 0.2s ease max-height, 0.2s ease margin-top;
	/*max-height: 200px;*/
	/* Yooker */
	max-height: 82px;
	z-index: 4;
    /*margin-top: 9px;*/
	/* Yooker */
}

header .top-c a.logo:before {
	content: "";
	display: block;
	padding-top: 100%;
}

header .top-c a.logo > * {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	border: 0;
	object-fit: contain;
	padding: 20px;
}

header .top-c.shrink-logo a.logo {
	transition: 0.2s ease max-height, 0.2s ease margin-top;
	background: #1D1D1D;
	max-height: 82px;
	/*margin-top: 9px;*/
	/*Yooker*/
	margin-top: 0px;
}

header .top-c .iconset_right #account_dropdown .woocommerce-MyAccount-navigation ul > li, header .top-c #account_dropdown .woocommerce-MyAccount-navigation ul > li {
	line-height: 30px;
	margin-bottom: 4px;
}

header .top-c .iconset_right #account_dropdown .woocommerce-MyAccount-navigation ul > li:last-of-type, header .top-c #account_dropdown .woocommerce-MyAccount-navigation ul > li:last-of-type {
	margin-bottom: 0;
}

@media only screen and (max-width: 940px)  {
	header .top-c.shrink-logo a.logo {
		z-index: 999;
		position: relative;
		height: 100px;
	}

	header .top-c .iconset_right {
		margin-right: 65px; /* Yooker */
	}

	header .top-c .iconset_right > div {
		line-height: 60px;
	}
}

@media only screen and (max-width: 690px) {
	header .top-c a.logo {
		margin-right: auto;
	}

	header .top-c .iconset_right {
		left: unset;
		transform: unset;
	}

	header .top-c .iconset_right > .search_icon {
		display: none;
	}
}

@media only screen and (max-width: 620px) {
	header .top-c .iconset_right :is(#account_dropdown.active, #cart-sidebar.active) {
		min-width: unset;
		max-width: 400px;
	}

	header .top-c .iconset_right > #cart-sidebar .cart-sidebar-footer, header .top-c > #cart-sidebar .cart-sidebar-footer {
		display: none;
	}

	header .top-c .iconset_right > #cart-sidebar .cart-sidebart-total, header .top-c > #cart-sidebar .cart-sidebart-total {
		bottom: 0;
	}

	header .top-c .iconset_right > #cart-sidebar ul.woocommerce-mini-cart, header .top-c > #cart-sidebar ul.woocommerce-mini-cart {
		height: calc(100vh - 270px);
	}

	header .top-c .iconset_right > #cart-sidebar .widget_shopping_cart_content form, header .top-c > #cart-sidebar .widget_shopping_cart_content form {
		position: absolute;
		top: 85px;
		left: 0;
		right: 0;
		bottom: 185px;
	}
}

@media only screen and (max-width: 580px) {
	header .top-c .iconset_right #cart-sidebar.active {
		max-width: unset;
	}

	header .top-c .iconset_right #account_dropdown.active, header .top-c #account_dropdown.active {
		max-width: calc(100% - 64px);
	}
}

header .sub-c:not(.open) {
	position: relative;
	top: -100vh;
	transition: 0.2s ease all;
	display: none;
	margin-top: -100vh;
}

header .sub-c.open {
	max-width: unset;
	width: 100vw;
	margin-left: -20px;
	border-bottom: 2px solid #1D1D1D;
	margin-top: -2px;
	z-index: 99;
	top: 0;
	opacity: 1;
}

header .sub-c.open > a + .cat_sub_menu {
	display: none;
}

header .sub-c.open > a + .cat_sub_menu {
	background-color: var(--regular-bg);
	border-bottom: 2px solid #1D1D1D;
}

header .sub-c.open > a:hover + .cat_sub_menu,
header .sub-c.open > a + .cat_sub_menu:hover {
	display: flex;
	max-width: 1312px;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 50px 0;
	gap: 45px;
	justify-content: space-between;
}

header .sub-c.open > a:hover + .cat_sub_menu:after,
header .sub-c.open > a + .cat_sub_menu:hover:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100vw;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	z-index: -1;
	background-color: #FDFBF7;
	border-bottom: 2px solid #1D1D1D;
}

header .sub-c.open > .cat_sub_menu h4 {
	padding: 15px 0 10px;
	margin-bottom: 0;
	font-weight: 600;
}

header .sub-c.open > .cat_sub_menu p {
	line-height: initial;
	font-size: 16px;
	font-weight: 500;
	color: #5F5F61;
	line-height: 22px;
}

@media only screen and (max-width: 1530px)  {
	header .top-c a.logo {
		max-width: 150px;
	}
}

@media only screen and (max-width: 1100px)  {
	header .top-c a.logo {
		max-width: 120px;
	}
}

a {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	color: #222222;
}

a.all-category {
	text-decoration: underline;
}



/* Main menu */

@media (min-width: 940px) {
	.mainmenu {
		float: right;
		/*padding: 24px 0;*/
	}

	.mainmenu li {
		position: relative;
		display: inline-block;
		margin: 0 12px;
	}

	.mainmenu li a {
		transition: 0.2s ease color;
	}

	.mainmenu li.active-sibling a, .mainmenu li.active-sibling span {
		color: #696764;
	}

	.mainmenu li a {
		font-weight: 600;
		font-size: 16px;
		text-decoration: none;
		color: #F1E2D0; /* Yooker */
		padding: 16px 20px;
		transition: 0s ease font-size;
	}

	.mainmenu li a:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		cursor: pointer;
	}

	/*.mainmenu li:not(.button) a:hover {
		color: #6D6B68;
		font-weight: 700;
	}*/

	.mainmenu li.button {
		background: #3C41DF;
		max-width: 230px;
		box-sizing: border-box;
		vertical-align: middle;
		padding: 0;
	}

	.mainmenu li.button:hover {
		background: #6D6B68;
	}

	.mainmenu li.button:hover a {
		color : #fff;
	}

	.mainmenu li.button a {
		color: #FFF;
		display: inline-block;
		text-align: center;
		box-sizing: border-box;
		padding: 10px 24px;
		font-size: 14px;
		line-height: 16px;
	}

	.mainmenu li.blauw a {
		color: #3C41DF;
	}

}

@media (max-width: 1400px) {
	.mainmenu li a {
		font-weight: 700;
		font-size: 16px;
		text-decoration: none;
		/*text-transform: uppercase;*/
		color: #0D0D0D;
		padding: 16px 12px;
	}
}


@media (max-width: 1070px) {
	.mainmenu li a {
		font-size: 14px;
		padding: 16px 8px;
	}
}

@media (max-width: 980px) {
	.mainmenu li a {
		font-size: 14px;
		padding: 16px 4px;
	}
}

#mobmenu {
	display: none;
}

@media (max-width: 940px) {
	.logo {
		display: inline-flex;
	}
	#mobmenu {
		display: contents;
		text-align: right;
		width: 40px;
		align-self: flex-end;
		vertical-align: middle;
		position: relative;
		height: 90px;
	}
	/*Yooker*/
	/*#mobmenu span {
		display: block;
		position: absolute;
		width: 30px;
		height: 4px;
		border-radius: 200px;
		background-color: #3C41DF;
		top: 35px;
		right: 0;
		transition: 0.4s all ease-in-out;
	}*/
	#mobmenu span:nth-of-type(1) {
		z-index: 1;
	}
	#mobmenu span:nth-of-type(2) {
		top: 45px;
	}
	#mobmenu span:nth-of-type(3) {
		top: 55px;
	}
	#mobmenu.active span:nth-of-type(1) {
		transform: rotate(-45deg);
		z-index: 1;
		top: 40px;
	}
	#mobmenu.active span:nth-of-type(2) {
		background-color: #F5F6FA;
		height: 300vh;
		width: 300vh;
		transform: translate(150vh, -150vh);
		-webkit-transform: translate(150vh, -150vh);
		border-radius: 100%;
		z-index: 0;
	}
	#mobmenu.active span:nth-of-type(3) {
		transform: rotate(45deg);
		z-index: 1;
		top: 40px;
	}
	.mainmenu.active {
		display: block;
		opacity: 1;
		z-index: 99;
		width: 100%;
		position: absolute;
		top: 60px;
		text-align: center;
	}
	.mainmenu.active li {
		margin: 8px 0;
		opacity: 1;
	}
	#mobmenu > .ham:not(.active) + div#mobmenu-container {
		display: none;
	}
	header .top-c a.logo {
		z-index: 2;
	}
	#mobmenu > .ham.active + div#mobmenu-container {
		position: fixed;
		top: 129px !important; /* Yooker */
		bottom: 0;
		left: 0;
		right: 0;
		text-align: left;
		background: #1D1D1D; /* Yooker */
		padding-top: 25px;
		padding-bottom: 25px;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	#mobmenu > .ham.active + div#mobmenu-container ul > li {
		line-height: 40px;
		padding: 0 16px;
	}

	#mobmenu > .ham.active + div#mobmenu-container::-webkit-scrollbar{
		width: 10px;
		height: 10px;
	}

	#mobmenu > .ham.active + div#mobmenu-container::-webkit-scrollbar-thumb{
		background: #222222;
		border-radius: 0px;
	}

	#mobmenu > .ham.active + div#mobmenu-container::-webkit-scrollbar-thumb:hover{
		background: #000000;
	}

	#mobmenu > .ham.active + div#mobmenu-container::-webkit-scrollbar-track{
		background: #F0F0F0;
		border-radius: 0px;
		box-shadow: inset 0px 0px 0px 0px #F0F0F0;
	}

	/*header .top-c > ul.mainmenu*/ /*Yooker*/
}

/* Basket sidebar */
#basket_sidebar {
	position: fixed;
	right: 0;
	top: 0;
	width: 0vw;
	height: 100vh;
	background-color: rgba(0,0,0,0);
	z-index: 99;
	display: flex;
	transition: 0.2s all;
	overflow: hidden;
}

#basket_sidebar.active {
	width: 100vw;
	background-color: rgba(0,0,0,0.2);
}

#basket_sidebar .sidebar {
	height: 100%;
	max-width: 328px;
	margin-left: auto;
	width: 100%;
	background-color: #fff;
}

hr.wp-block-separator {
	border-color: #A69C91;
	border-top: 1px solid #A69C91;
	border-bottom: 0;
}

/* Buttons */
.button,
.wp-block-button .wp-block-button__link {
	display: inline-block;
	background: #000000;
	border-radius: 0;
	padding: 16px 32px;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.button:hover,
.wp-block-button .wp-block-button__link:hover {
	background: #222222;
}

/* Partial socials */
.social_icons a {
	display: inline-block;
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	margin: 4px 4px 4px 0;
	color: #706D6A;
}

.social_icons a:hover {
	color: #FE8300;
}

/* Single product pagina */
.optionbox:not(.color-select) {
	display: inline-block;
	cursor: pointer;
	padding: 15px 18px;
	border: 1px solid #B9B5B0;
	margin-right: 12px;
	margin-bottom: 12px;
	border-radius: 2px;
	background: #FAF6F1;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	min-width: 140px;
	color: #9C9A99;
}

.optionbox:not(.color-select).active {
	position: relative;
	background-color: white;
	border: 2px solid black;
	padding: 14px 17px;
	color: #222222;
}

.optionbox:not(.color-select).active:before {
	content: "\e905";
	font-family: 'Va-icon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	background: #222222;
	border-radius: 100%;
	position: absolute;
	top: -13px;
	left: -16px;
	z-index: 3;
	font-size: 24px;
	border: 4px solid var(--regular-bg);
}

.radio_wrapper.color_selector {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 8px;
}

.radio_wrapper.color_selector > div.optionbox.color-select {
	position: relative;
	font-size: 0;
	height: 32px;
	width: 32px;
	margin: 3px;
	cursor: pointer;
}

.radio_wrapper.color_selector > div.optionbox.color-select:after {
	content: '';
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	border: 1px solid #D8D3CD;
	border-radius: 4px;
}

.radio_wrapper.color_selector > div.optionbox.color-select.active:after {
	border-color: #222222;
	border: 2px solid #222222 !important;
}

.radio_wrapper.color_selector > div.optionbox.color-select.active:before {
	content: "\e905";
	font-family: 'Va-icon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	background: #222222;
	border-radius: 100%;
	position: absolute;
	top: -13px;
	left: -13px;
	z-index: 3;
	font-size: 24px;
	border: 2px solid var(--regular-bg);
}

.optionbox.color-select {
	font-size: 0;
	height: 32px;
	width: 32px;
}

.woocommerce div.product .quantity .qty {
	display: inline-block;
	width: auto;
	max-width: 115px;
	min-height: 40px;
	border-bottom: 0;
	background-color: white;
	border: 1px solid #B9B5B0;
	border-radius: 4px;
}

body.single-product .reset_variations {
	/*display: none !important;*/
	display: none;
}

.woocommerce div.product form.cart div.quantity {
	float: unset;
}

.woocommerce div.product form.cart div.quantity .qty {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	font-family: Lexend, sans-serif;
}

.woocommerce div.product .quantity .qty::-webkit-outer-spin-button,
.woocommerce div.product .quantity .qty::-webkit-inner-spin-button,
.woocommerce div.product .quantity input[type=number].qty {
	/*Yooker*/
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	margin: 0;
}

.qty-plus-minus {
	position: relative;
	width: fit-content;
	margin-bottom: 30px;
	margin-right: 14px;
}

.qty-plus-minus > :where(.qty-minus, .qty-plus) {
	position: absolute;
	z-index: 2;
	border: 0;
	height: 100%;
	width: 45px;
	background: none;
}

.qty-plus-minus > .qty-plus {
	top: 0;
	right: 0;
}

.qty-plus-minus > :is(button.qty-minus, button.qty-plus) {
	font-size: 0;
	background: 0;
	border: 0;
}

.so_wc_quantity .minus,
.so_wc_quantity .plus {
	display: none;
}

.qty-plus-minus > .qty-plus:before {
	content: "\e90c";
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'Va-icon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	font-size: 17px;
}

.qty-plus-minus > .qty-minus:after {
	content: '';
	height: 2px;
	width: 18px;
	position: absolute;
	background: black;
	left: 50%;
	transform: translate(-50%, 0);
}

.qty-plus-minus :is(input[type='number'], input[type='number']::-webkit-outer-spin-button, input[type='number']::-webkit-inner-spin-button) {
	/*Yooker*/
	appearance: none;
	-webkit-appearance: none;
}

.selection select {
	opacity: 0;
	visibility: hidden;
}

/* Yooker */
.woocommerce-page .page-description {
    display: none;
}
/* Yooker */

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: none;
	display: inline-block;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: none;
	display: inline-block;
}

.is-style-link-arrow > a {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
}

.is-style-link-arrow > a:after {
	content: "\e90a";
	font-family: 'Va-icon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 10px;
}

.is-style-link-arrow > a:before {
	content: '';
	position: absolute;
	bottom: 0px;
	width: calc(100% - 25px);
	height: 1px;
	background: #0D0D0D;
	border: 0;
}



/* Shoppable slider */
.shoppableslideshow {
	padding: 20px;
}

.shoppableslideshow .slick-list {
	overflow: hidden;
}

.shoppableslideshow .slick-list .slick-track .slick-slide {
	aspect-ratio: 19/9;
}

.shoppableslideshow .slick-list .slick-track .slick-slide > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center;
}

.shoppableslideshow .slick-dots {
	position: unset;
	bottom: unset;
	height: fit-content;
}

.shoppableslideshow .slick-dots li {
	margin: 30px 2px 0;
}

.shoppableslideshow .slick-dots li button:before {
	font-size: 14px;
}

/*Yooker*/
.slick-slide p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


/* Home header */
div.home-header .wp-block-cover__inner-container {
	display: flex;
	height: 100%;
	flex-direction: column;
}

div.home-header .wp-block-cover__inner-container :is(h1, .icon-pijl-down) {
	margin-top: auto;
}

div.home-header .wp-block-cover__inner-container > p {
	margin-top: 80px;
}

div.home-header .wp-block-cover__inner-container p > a {
	font-size: 40px;
	letter-spacing: -0.2px;
	line-height: 36px;
	font-weight: 400;
}

div.home-header .wp-block-cover__inner-container > a.last-item {
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	text-align: center;
	color: white;
	width: fit-content;
}

div.home-header .wp-block-cover__inner-container span.icon-pijl-down {
	text-align: center;
	font-size: 30px;
}

@media only screen and (max-width: 1810px)  {
	div.home-header .wp-block-cover__inner-container :is(h1, .icon-pijl-down) {
		font-size: 35px;
	}

	div.home-header .wp-block-cover__inner-container p > a {
		font-size: 30px;
	}

	div.home-header .wp-block-cover__inner-container > p {
		margin-bottom: 40px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1810px)  {
	div.home-header .wp-block-cover__inner-container h1 {
		line-height: 45px;
	}
}



/* Klikbare afbeeldingen */
/* Yooker */
.clickable-images {
	display: flex;
	flex-direction: row;
	width: calc(100% - 90px);
	padding: 30px;
	gap: 30px;
}
/* Yooker */

.clickable-images > * {
	position: relative;
	aspect-ratio: 1/1;
	flex: 1 0 50%;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	/* Yooker */
	max-height: 75vh;
	flex-direction: column;
	/* Yooker */
}
.clickable-images > div:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3));
}

.clickable-images.full > * {
	aspect-ratio: 2/1;
	flex: 1 0 100%;
}

.clickable-images > * p {
	z-index: 1;
	color: white;
}

.clickable-images > * a {
	font-size: 80px;
	letter-spacing: -0.4px;
	line-height: 96px;
	color: #FFFFFF;
	font-weight: 500;
	z-index: 2;
	/* Yooker */
	text-decoration: none;
	/* Yooker */
}

.clickable-images > * a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	background-color: rgba(0,0,0,0);
}

.clickable-images > * a:after {
	content: "\e90a";
	position: absolute;
	top: 50%; /* Yooker */
	transform: translate(10px, -50%);
	font-family: 'Va-icon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 50px;
	transition: 0.2s ease all;
}

.clickable-images > * a:hover:after {
	margin-left: 10px;
}

@media only screen and (max-width: 1810px)  {
	.clickable-images > * a {
		font-size: 60px;
	}

	.clickable-images > * a:after {
		font-size: 40px;
	}
}

@media only screen and (max-width: 1440px)  {
	.clickable-images > * a {
		font-size: 50px;
	}

	.clickable-images > * a:after {
		font-size: 30px;
	}
}

@media only screen and (max-width: 1200px)  {
	.clickable-images > * a {
		font-size: 35px;
	}

	.clickable-images > * a:after {
		font-size: 20px;
		transform: translate(10px, -100%); /* Yooker */
	}
}

/* Yooker */
@media only screen and (max-width: 980px)  {
	.clickable-images {
		padding: 20px;
		width: calc(100% - 60px);
		padding-top: 30px;
		gap: 20px;
	}
}

@media only screen and (max-width: 860px)  {
	.clickable-images {
		flex-direction: column;
		/* Yooker */
		gap: 0;
		width: calc(100% - 40px);
		/* Yooker */
	}

	.clickable-images > *:not(:last-child) {
		margin-bottom: 20px;
	}

	/* Yooker */
	.clickable-images > * a:after {
		transform: translate(10px, -110%);
	}
	/* Yooker */

	.clickable-images > *, .clickable-images.full > * {
		aspect-ratio:  1/1;
		max-height: 50vh;
	}
}

@media only screen and (max-width: 525px)  {
	.clickable-images > * a {
		font-size: 26px;
	}

	.clickable-images > * a:after {
		font-size: 20px;
		transform: translate(10px, -130%); /* Yooker */
	}

	/* .clickable-images > *, .clickable-images.full > * {
		max-height: 40vh;
	} */
}



/* Product categorie */
.fs-product-categorie {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 65px 0;
}

.fs-product-categorie :where(.fs-product-categorie-nav, .fs-product-categorie-images) {
	flex: 1 0 50%;
	max-width: 50%;
}

.fs-product-categorie .fs-product-categorie-nav > * {
	padding-left: calc((100vw - 1312px) / 2);
}

.fs-product-categorie .fs-product-categorie-nav > p.is-style-tekst-subtitel {
	margin-bottom: 30px;
}

.fs-product-categorie .fs-product-categorie-nav > .product-categorie-nav-title {
	display: inline-block;
	position: relative;
	font-size: 62px;
	font-weight: 600;
	letter-spacing: -0.32px;
	line-height: 76px;
	cursor: pointer;
	margin-bottom: 25px;
	width: fit-content;
	text-decoration: none;
	margin-bottom: 30px;
}

.fs-product-categorie .fs-product-categorie-nav > .product-categorie-nav-title:last-child {
	margin-bottom: 0;
}

.fs-product-categorie .fs-product-categorie-nav > .product-categorie-nav-title:hover,
.fs-product-categorie .fs-product-categorie-nav > .product-categorie-nav-title.active {
	text-decoration: underline;
}

.fs-product-categorie .fs-product-categorie-nav > .product-categorie-nav-title:after {
	content: "\e90a";
	position: absolute;
	top: 50%;
	transform: translate(9px, -50%);
	font-family: 'Va-icon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 50px;
	opacity: 0;
}

.fs-product-categorie .fs-product-categorie-nav > .product-categorie-nav-title:hover:after,
.fs-product-categorie .fs-product-categorie-nav > .product-categorie-nav-title.active:after {
	opacity: 1;
}

.fs-product-categorie > .fs-product-categorie-images {
	position: relative;
	/* Yooker */
	padding: 25px;
	max-width: calc(50% - 75px);
	/* Yooker */
	background-color: #f1e2d0;
	text-align: center;
	max-height: calc(90vh - 160px);
}

.fs-product-categorie > .fs-product-categorie-images > * {
	position: absolute;
	bottom: 0;
	border: 0;
	/* Yooker */
	top: 25px;
	left: 25px;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	object-fit: cover;
	/* Yooker */
}

.fs-product-categorie > .fs-product-categorie-images:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.fs-product-categorie > .fs-product-categorie-images > *:not(.active) {
	opacity: 0;
}

.fs-product-categorie > .fs-product-categorie-images > *.active {
	opacity: 1;
}

.fs-product-categorie > .fs-product-categorie-images > p {
	text-align: left;
	font-size: 40px;
	line-height: 48px;
	max-width: 586px;
}

.fs-product-categorie > .fs-product-categorie-images > img.active + p {
	opacity: 1;
}

.fs-product-categorie > .fs-product-categorie-images > :is(*:not(.active), *.active) {
	transition: 0.4s ease all;
}

@media only screen and (max-width: 1540px)  {
	.fs-product-categorie-nav {
		display: flex;
		padding-left: 16px;
		flex-direction: column;
	}
}

@media only screen and (max-width: 1300px)  {
	.fs-product-categorie .fs-product-categorie-nav > .product-categorie-nav-title {
		font-size: 40px;
		line-height: 40px;
	}

	.fs-product-categorie .fs-product-categorie-nav > .product-categorie-nav-title:hover:after, .fs-product-categorie .fs-product-categorie-nav > .product-categorie-nav-title.active:after {
		font-size: 26px;
	}
}

@media (min-width: 1090px) and (max-width: 1300px) {
	.fs-product-categorie .fs-product-categorie-nav {
		flex: 1 0 40%;
		max-width: 40%;
	}

	.fs-product-categorie > .fs-product-categorie-images {
		padding: 45px;
		max-width: calc(60% - 140px);
	}
}

@media only screen and (max-width: 1090px)  {
	.fs-product-categorie > .fs-product-categorie-images > p {
		text-align: left;
		font-size: 30px;
		line-height: 39px;
		max-width: 586px;
	}
}

@media only screen and (max-width: 880px)  {
	.fs-product-categorie .fs-product-categorie-nav > .product-categorie-nav-title {
		font-size: 30px;
		line-height: 30px;
	}

	.fs-product-categorie .fs-product-categorie-nav > .product-categorie-nav-title:hover:after, .fs-product-categorie .fs-product-categorie-nav > .product-categorie-nav-title.active:after {
		font-size: 18px;
		transform: translate(8px, -4px);
	}

	.fs-product-categorie > .fs-product-categorie-images > p {
		display: none;
	}
}

@media only screen and (max-width: 690px)  {
	.fs-product-categorie-nav {
		flex: 100%;
		max-width: calc(100% - 32px);
	}

	.fs-product-categorie > .fs-product-categorie-images {
		display: none;
	}
}

@media only screen and (max-width: 655px)  {
	.fs-product-categorie .fs-product-categorie-nav > .product-categorie-nav-title {
		font-size: 24px;
		line-height: 18px;
	}

	.fs-product-categorie > .fs-product-categorie-images {
		padding: 25px;
		max-width: calc(50% - 90px);
		margin-left: auto;
		margin-right: 16px;
	}
}

@media only screen and (max-width: 340px)  {
	.fs-product-categorie .fs-product-categorie-nav > .product-categorie-nav-title {
		font-size: 18px;
		line-height: 18px;
	}
}


/* WP Block Cover uitbereidingen */
.wp-block-column.is-style-fw-column {
	width: 100vw;
	margin-left: calc(calc(-100vw / 2 + 100% / 2) + 55px) !important;
	margin-right: calc(calc(-100vw / 2 + 100% / 2) + 55px) !important;
}

.wp-block-cover.is-style-full-screen {
	width: 100vw;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
}

.wp-block-cover.is-style-full-screen .wp-block-cover__inner-container {
	margin: 0 auto;
	max-width: 1312px;
}


/* Kopafbeelding formaat */
div.wp-block-cover.is-style-kop-afbeelding {
	aspect-ratio: 12/5;
	margin-top: 50px;
}

@media only screen and (max-width: 1030px)  {
	div.wp-block-cover.is-style-kop-afbeelding {
		aspect-ratio: 9/5;
	}
}

@media only screen and (max-width: 800px)  {
	.wp-block-column.is-style-fw-column {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	div.wp-block-cover.is-style-kop-afbeelding {
		aspect-ratio: 6/5;
	}
}

@media only screen and (max-width: 782px)  {
	div.wp-block-cover.is-style-kop-afbeelding {
		margin-top: 45px;
	}
}

@media only screen and (max-width: 740px)  {
	div.home-header .wp-block-cover__inner-container :is(h1, .icon-pijl-down) {
		font-size: 40px;
		line-height: 40px;
	}

	div.wp-block-cover.is-style-kop-afbeelding {
		aspect-ratio: unset;
		padding: 80px 18px;
	}

	div.home-header .wp-block-cover__inner-container span.icon-pijl-down {
		transform: translate(0, 70px);
	}
}

@media only screen and (max-width: 610px)  {
	div.home-header .wp-block-cover__inner-container > p {
		margin-top: 50px;
	}

	div.home-header .wp-block-cover__inner-container a {
		font-size: 30px;
	}

	div.home-header .wp-block-cover__inner-container h1 {
		font-size: 35px;
	}
}

@media only screen and (max-width: 570px)  {
	div.home-header .wp-block-cover__inner-container h1 {
		font-size: 32px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 380px)  {
	div.home-header .wp-block-cover__inner-container a {
		font-size: 25px;
	}

	div.home-header .wp-block-cover__inner-container h1 {
		font-size: 30px;
		line-height: 34px;
	}
}


/* Subfooter */
.splitted-bg {
	position: relative;
}

.splitted-bg:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100vw;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	z-index: -1;
	background: linear-gradient(90deg, #FDFBF7 50%, #F1E2D0 50%);
}

.sub-footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 120px;
	padding-bottom: 170px;
}

.sub-footer > div {
	flex: 1 0 50%;
	max-width: calc(50% - 70px);
}

.sub-footer > div:first-child {
	margin-right: auto;
}

.sub-footer > div:last-child {
	margin-left: 0; /* Yooker */ 
}

.sub-footer > .openingstijden > div {
	max-width: 570px;
}

/* Yooker */
.sub-footer > .contact-bg {
	max-width: 50%;
	object-fit: cover;
}
/* Yooker */

.sub-footer .tel-column a:before {
	content: "\f879";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	margin-right: 7px;
}

@media only screen and (max-width: 1020px)  {
	.sub-footer {
		flex-direction: column; /* Yooker */
	}
	.sub-footer > .contact-bg {
		max-width: 100%;
	}
	.sub-footer > div {
		flex: 1 0 50%;
		max-width: calc(50% - 30px);
	}
}

@media only screen and (max-width: 810px)  {
	.splitted-bg:after {
		background: #FDFBF7;
	}

	.sub-footer {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.sub-footer :is(.openingstijden, .afspraak-maken) {
		flex: 1 0 100%;
		max-width: unset;
		width: 100%;
	}

	.sub-footer .openingstijden {
		position: relative;
		margin-bottom: 30px;
	}

	.sub-footer .afspraak-maken {
		position: relative;
		margin-top: 60px;
	}

	.sub-footer .afspraak-maken > * {
		position: relative;
		z-index: 2;
	}

	.sub-footer .afspraak-maken:after {
		content: '';
		background: #F1E2D0;
		position: absolute;
		top: -60px;
		left: -16px;
		right: -16px;
		bottom: -60px;
		z-index: 1;
	}
}


/* Service kolommen */
.service-columns .wp-block-image {
	display: flex;
	align-items: center;
	height: 80px;
}

.service-columns h4.has-text-align-center {
	margin-bottom: 14px;
}

@media only screen and (max-width: 600px)  {
	div.service-columns > .wp-block-column {
		margin-bottom: 25px;
	}

	div.service-columns > .wp-block-column:last-of-type {
		margin-bottom: 0;
	}
}



/* Product merken slider */
.product-merken-slider-nav {
	position: relative;
	margin-bottom: 36px;
}

.product-merken-slider-nav h3 {
	font-size: 40px;
	line-height: 48px;
	max-width: 1050px;
	margin-bottom: 5px;
}

.product-merken-slider-nav > :is(i.icon-pijl-links, i.icon-pijl-rechts) {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 35px;
	font-weight: 600;
	cursor: pointer;
}

.product-merken-slider-nav > i.icon-pijl-links {
	right: 150px;
}

.product-merken-slider-nav > i.icon-pijl-rechts {
	right: 100px;
}

@media only screen and (max-width: 1290px)  {
	.product-merken-slider-nav h3 {
		max-width: 850px;
	}
}

@media only screen and (max-width: 1100px)  {
	.product-merken-slider-nav h3 {
		font-size: 30px;
		line-height: 38px;
	}

	.product-merken-slider-nav > i.icon-pijl-rechts {
		right: 18px;
	}

	.product-merken-slider-nav > i.icon-pijl-links {
		right: 60px;
	}

	.product-merken-slider-nav h3 {
		max-width: unset;
		width: auto;
		display: block;
		padding-right: 135px;
	}

	.merken-slider-container {
		padding-top: 80px;
		padding-bottom: 70px;
	}
}

@media only screen and (max-width: 570px)  {
	.product-merken-slider-nav h3 {
		width: calc(100% - 16px);
	}

	.product-merken-slider-nav > :is(i.icon-pijl-links, i.icon-pijl-rechts) {
		top: calc(100% + 40px);
	}

	.product-merken-slider {
		padding-top: 50px;
	}
}




/* Contact page */
.contact-title {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.contact-title h4 {
	margin: 0;
	font-size: 18px;
	line-height: 64px;
	font-weight: 600;
	padding-left: 10px;
}

.contact-content h1 {
	font-size: 64px;
	letter-spacing: -0.32px;
	line-height: 76px;
	font-weight: 600;
	margin-bottom: 16px;
}

.contact-content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

body.page-template-page-contact > *:not(:where(footer, header)) > .section {
	padding-top: 120px;
	padding-bottom: 15px;
}

body.page-template-page-contact {
	background: var(--regular-bg);
}

body.page-template-page-contact .contact-content {
	width: calc(60% - 132px);
}

body.page-template-page-contact .contact-content + div {
	margin-left: auto;
}

body.page-template-page-contact .contact-content + div .wpcf7 {
	background: #F1E2D0;
	padding: 10px 30px 30px; /* Yooker */
}

body.page-template-page-contact .contact-content + div .wpcf7 form {
	width: 100%;
}

/* Yooker */
body.page-template-page-contact .contact-content + div .wpcf7 form .input-required {
	color: #a00;
}

body.page-template-page-contact .contact-content + div .wpcf7 form input[type='text'] {
	width: calc(100% - 44px);
}

body.page-template-page-contact .contact-content + div .wpcf7 form textarea {
	width: calc(100% - 43px);
}

body.page-template-page-contact .contact-content + div .wpcf7 form h3 {
	line-height: 30px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.12px;
	margin-bottom: 20px;
}

body.page-template-page-contact .contact-content + div .wpcf7 form label {
	font-weight: 500;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 20px;
	/* Yooker */
	display: flex;
	align-items: center;
}

/* Yooker */
body.page-template-page-contact .contact-content + div .wpcf7 form input {
	margin-right: 8px;
}
/* Yooker */

body.page-template-page-contact .contact-content + div .wpcf7 form > label:not(:first-of-type), body.page-template-page-contact .contact-content + div .wpcf7 .form-row+label {
	margin-top: 20px;
}

/* 10-03-2025 */
body.page-template-page-contact .contact-content + div .wpcf7 .form-row {
    display: flex;
    gap: 20px;
}
body.page-template-page-contact .contact-content + div .wpcf7 .form-group {
    flex: 1;
}
/* 10-03-2025 */


/* Yooker */
.sub-footer {
	padding-top: 0;
	padding-bottom: 0;
}

.sub-footer .openingstijden {
	padding-top: 100px;
	padding-bottom: 80px;
	padding-left: calc((100% - 1312px) / 2);
	flex: unset;
	/* Yooker */
	max-width: calc(38vw - calc((100% - 1290px) / 2));
	/* Yooker */
	width: 100%;  
	margin-right: 0;
}

.sub-footer > .contact-map {
	margin: 0;
	max-width: 50%;
}

.sub-footer > .contact-map #gmap_canvas {
	height: 100%;
	width: 100%;
}

.sub-footer > .openingstijden .has-hs-dark-grijs-color {
	color: #827B75;
}

/* .openingstijden,  */
.afspraak-maken {
	margin: 45px 0;
}
/* Yooker */

.contact-subfooter-bg {
	background: #F1E2D0;
}

@media only screen and (max-width: 1340px) {
	/* Yooker */
	.sub-footer .openingstijden {
		padding-left: 16px;
		max-width: 45vw;
	}

	.contact-content + div {
		padding-right: 16px;
	}
	/* Yooker */
}

@media only screen and (max-width: 1130px) {
	body.page-template-page-contact .contact-content + div {
		padding-right: 16px;
		margin-left: 30px;
		width: calc(40% + 68px);
	}

	body.page-template-page-contact .contact-content + div .wpcf7 {
		padding: 30px 50px 50px;
	}
}

@media only screen and (max-width: 1100px) {
	body.page-template-page-contact > *:not(:where(footer, header)) > .section {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 940px) {
	.contact-content h1 {
		font-size: 50px;
		line-height: 50px;
	}
}

@media only screen and (max-width: 928px) {
	.contact-content h1 {
		font-size: 40px;
		line-height: 40px;
	}
}

@media only screen and (max-width: 810px) {
	/* Yooker */
	.sub-footer .openingstijden {
		padding-left: 16px;
		max-width: unset;
		width: 100%;
		padding-bottom: 20px;
	}
	/* Yooker */

	.sub-footer > .openingstijden > div {
		max-width: calc(100% - 48px);
	}

	/* Yooker */
	.sub-footer > .contact-map {
		max-width: 100%;
		height: 400px;
		display: grid;
	}
	/* Yooker */
}

@media only screen and (max-width: 800px) {
	body.page-template-page-contact > *:not(:where(footer, header)) > .section {
		padding-top: 50px;
	}

	body.page-template-page-contact .contact-content {
		width: calc(100% - 32px);
	}

	body.page-template-page-contact .contact-content p.is-style-tekst-semi-groot {
		margin-bottom: 24px;
	}

	body.page-template-page-contact .contact-content + div {
		width: calc(100% - 16px);
		margin-left: 16px;
	}

	body.page-template-page-contact .contact-content .wp-block-spacer {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	.tel-column,
	.tel-column .has-text-align-right {
		text-align: left;
	}

	body.page-template-page-contact .contact-content + div .wpcf7 {
		padding: 25px;
	}

	body.page-template-page-contact .contact-content + div .wpcf7 form h3 {
		margin-bottom: 8px;
	}

	body.page-template-page-contact .contact-content + div .wpcf7 .wpcf7-response-output {
		padding-top: 16px;
	}

	body.page-template-page-contact .contact-content h1 {
		padding-top: 10px;
		padding-bottom: 6px;
	}
}

@media only screen and (max-width: 550px) {
	/* Yooker */
	.sub-footer .openingstijden {
		padding-top: 56px;
	}

	.sub-footer .openingstijden .wp-block-spacer {
		display: none;
	}
	/* Yooker */
}

@media only screen and (max-width: 550px) {
	/* Yooker */
	.sub-footer > .contact-map {
		height: 300px;
	}
	/* Yooker */
}

/* Account page */
body.woocommerce-account {
	background: var(--regular-bg);
}

body.woocommerce-account .woocommerce > h1 {
	font-size: 44px;
	font-weight: 600;
	letter-spacing: -0.32px;
	line-height: 76px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 16px;
}

body.woocommerce-account #customer_login > :is(.u-column1, .u-column2) > h2 {
	display: none;
}

body.woocommerce-account #customer_login > :is(.u-column1, .u-column2) form {
	max-width: calc(490px - 40px);
	margin: 0 auto;
	border: 0;
}

body.woocommerce-account #customer_login > :is(.u-column1, .u-column2) form > h2 {
	font-size: 24px;
	letter-spacing: -0.12px;
	line-height: 34px;
}

body.woocommerce-account #customer_login > :is(.u-column1, .u-column2) form > h2 strong {
	display: block;
}

body.woocommerce-account .woocommerce form .form-row :is(input.input-text, textarea) {
	background: #FFFFFF;
	border: 1.5px solid #BEBEBE;
	padding: 22px 20px;
	height: 45px;
	border-radius: 2px;
	font-size: 16px;
}

.woocommerce :is(.woocommerce-form-login, .woocommerce-form-register) :is(.woocommerce-form-login__submit, .woocommerce-form-register__submit) {
	width: 100%;
	margin-right: 0;
	display: inline-block;
	background: #000000;
	border-radius: 0;
	padding: 24px 32px;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: white;
}

.woocommerce :is(.woocommerce-form-login, .woocommerce-form-register) :is(.woocommerce-form-login__submit:hover, .woocommerce-form-register__submit:hover) {
	color: white;
	background: #222222;
}

form.woocommerce-form p label {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding-bottom: 2px;
}

form.woocommerce-form p label.woocommerce-form-login__rememberme {
	margin-bottom: 10px;
}

/* Account page - Not logged in */
body.woocommerce-account:not(.logged-in) h1 {
	font-size: 64px;
	text-align: center;
	margin-top: 140px;
	margin-bottom: 30px;
}

body.woocommerce-account:not(.logged-in) header + div.main {
	margin-top: 100px;
	margin-bottom: 160px;
}

body.woocommerce-account:not(.logged-in) #customer_login > div {
	position: relative;
	padding: 40px 0;
}

body.woocommerce-account:not(.logged-in) #customer_login > div:after {
	content: '';
	background: #F1E2D0;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	transition: opacity 0.2s ease;
	opacity: 0;
}

body.woocommerce-account:not(.logged-in) #customer_login > div:hover:after {
	opacity: 1;
}

body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 8px;
	margin-bottom: 18px;
}

body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme > span {
	padding-left: 7px;
}

body.woocommerce-account:not(.logged-in) :is(.woocommerce-form-register p, .woocommerce-form-register a) {
	font-size: 12px;
	line-height: 18px;
}

body.woocommerce-account:not(.logged-in) .woocommerce form .form-row {
	margin: 0 0 10px;
}

body.woocommerce-account:not(.logged-in) .woocommerce-privacy-policy-text {
	margin-top: 8px;
	display: inline-block;
	margin-bottom: 2px;
}

@media only screen and (max-width: 1530px) {
	body.woocommerce-account .woocommerce > h1 {
		margin-top: 90px;
	}

	body.woocommerce-account.logged-in .woocommerce > h1 {
		margin-top: 10px;
	}

	body.woocommerce-account:not(.logged-in) header + div.main {
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 1100px) {
	body.woocommerce-account .woocommerce > h1 {
		margin-top: 60px;
		margin-bottom: 20px;
	}

	body.woocommerce-account:not(.logged-in) header + div.main {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 782px) {
	body.woocommerce-account:not(.logged-in) header + div.main {
		margin-top: 60px;
	}

	body.woocommerce-account .woocommerce > h1 {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 768px) {
	body.woocommerce-account #customer_login > :is(.u-column1, .u-column2) form {
		max-width: unset;
	}

	body.woocommerce-account:not(.logged-in) #customer_login > div {
		padding: 0;
	}

	body.woocommerce-account:not(.logged-in) #customer_login > div:not(:last-of-type) {
		padding-bottom: 15px;
	}

	body.woocommerce-account #customer_login > :is(.u-column1, .u-column2) form > h2 {
		margin-bottom: 10px;
	}




	body.woocommerce-account .woocommerce > h1 {
		font-size: 48px;
		line-height: 50px;
	}
}





/* News page */
body.blog {
	background: #FFFFFF;
}

.news-header {
	position: relative;
}

.news-header h1 {
	padding-top: 140px;
	padding-bottom: 70px;
	font-size: 64px;
	font-weight: 600;
	letter-spacing: -0.32px;
	line-height: 76px;
}

.news-header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100vw;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	background: var(--regular-bg);
	z-index: -1;
}

.news-articles {
	/* Yooker */
	display: grid;
	/* flex-direction: row; */
	grid-template-columns: 1fr 1fr 1fr;
	margin: 60px 0;
	gap: var(--news-gap);
	/* flex-wrap: wrap; */
}

.news-articles a.stretched-link {
	text-decoration: none;
}

.news-articles > .news-article {
	position: relative;
	/* Yooker */
	/* flex: 1 0 calc(33% - var(--news-gap)); */
	/* max-width: calc(33% - var(--news-gap)); */
	height: fit-content;
}

/* Yooker */
/* *:not(.related-posts) > .news-articles > .news-article:first-of-type {
	flex: 1 0 calc(66% - var(--news-gap));
	max-width: calc(66% - var(--news-gap));
} */

.news-articles .news-article > .news-article-img {
	position: relative;
	overflow: hidden;
	/* Yooker */
	height: 300px;
}

.news-articles > .news-article > .news-article-img > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: auto;
	object-fit: cover;
	width: 100%;
	transition: 0.2s ease all;
}

.news-articles > .news-article:hover > .news-article-img > img {
	transform: scale(1.1);
}

.news-articles > .news-article:not(:first-of-type) > .news-article-img:after {
	content: '';
	display: block;
	aspect-ratio: 2/1;
}

.news-articles > .news-article:first-of-type > .news-article-img:after {
	content: '';
	display: block;
	aspect-ratio: 7/4;
}

/*.news-articles > .news-article:first-of-type > img {
	aspect-ratio: 7/4;
	object-fit: cover;
	width: 100%;
}*/

.news-articles > .news-article .news-article-info {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 24px;
	padding: 10px 0;
	z-index: 3;
    	position: relative;
}

.news-articles > .news-article .news-article-info > * {
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 500;
	color: #9D9287;
	margin: 0;
}

.news-articles > .news-article:first-child .news-article-info > * {
	font-size: 18px;
}

.news-articles > .news-article .news-article-info > date {
	color: #222222;
}

.news-articles > .news-article :is(h2, h2 > a) {
	font-size: 24px;
	letter-spacing: -0.12px;
	line-height: 32px;
	text-align: left;
	color: #222222;
	font-weight: 600;
}

.news-articles > .news-article p {
	font-weight: 500;
}

.news-filters > button {
	border: 0;
	background: none;
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
	margin-right: 20px;
	color: #1F1F23;
	transition: 0.2s ease color;
}

.news-filters > button:hover {
	color: #9D9287;
}

.news-filters > button.mixitup-control-active {
	color: #9D9287;
	border-bottom: 4px solid #222222;
	padding-bottom: 11px;
}

.news-filters > button:last-of-type {
	margin-right: 0;
}

@media screen and (max-width: 1530px) {
	.news-header h1 {
		padding-top: 115px;
	}
}

@media screen and (max-width: 1260px) {
	.news-articles {
		gap: var(--news-gap-mobile);
		justify-content: space-between;
	}

	.news-articles > .news-article {
		flex: 1 0 calc(50% - var(--news-gap-mobile)) !important;
		max-width: calc(50% - var(--news-gap-mobile)) !important;
	}

	.news-articles > .news-article > img {
		aspect-ratio: 5/3 !important;
	}

	.news-articles > .news-article:last-child {
		display: none;
	}
}

@media screen and (max-width: 1100px) {
	.news-header h1 {
		padding-top: 80px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 920px) {
	.news-header h1 {
		font-size: 50px;
		line-height: 50px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 680px) {
	.news-articles > .news-article {
		flex: 100% !important;
		max-width: 100% !important;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 380px) {
	.news-header h1 {
		font-size: 40px;
		line-height: 40px;
		padding-bottom: 35px;
		padding-top: 60px;
	}
}







/* Footer */
footer {
	background: #222222;
	padding: 60px 0 24px;
}

footer .logo {
	max-width: 230px;
}

@media only screen and (max-width: 730px)  {
	footer .section {
		margin-left: 0;
		margin-right: 0;
	}

	footer .section > .fc25 {
		flex: 1 0 50%;
		max-width: calc(50% - 32px);
		margin-bottom: 12px;
	}

	footer .section > .fc25 h4 {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 510px)  {
	footer .logo {
		margin-bottom: 12px;
	}

	footer .section > .fc25 {
		max-width: unset;
		flex: 100%;
		margin-bottom: 5px;
	}

	footer .section > .fc25 h4 {
		margin-top: 15px;
	}
}

.footermenu h2 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 16px;
	margin-top: 36px;
	color: #E8DAC8;
	font-weight: 600;
}

.footermenu a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 16px;
	text-decoration: none;
	color: #E8E7E3;
	width: fit-content;
}

.footermenu a:hover {
	color: #706D6A;
}

.footer_subrow {
	width: 100%;
	padding-top: 24px;
	position: relative;
}

.footer_subrow:before {
	content: '';
	width: 100vw;
	left: 0;
	top: 0;
	height: 1px;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	background-color: rgba(255,255,255, 0.1);
	position: absolute;
}

.copyright {
	display: inline-block;
	line-height: 20px;
	font-size: 12px;
	color: #FFF;
}

.subfooter_menu {
	display: inline-block;
	line-height: 20px;
}

.subfooter_menu ul li {
	display: inline-block;
	margin: 0 4px;
}

.subfooter_menu ul li a {
	font-size: 12px;
	color: #FDFBF7;
	line-height: 20px;
}

.subfooter_menu ul li a:hover {
	color: #F1E2D0;
}

@media (max-width: 860px) {
	footer .info {
		padding-right: 32px;
		width: calc( 40% - 32px );
	}
	footer .footermenus {
		width: calc( 60% - 32px );
	}
}

@media (max-width: 760px) {
	footer .info {
		width: calc( 30% - 32px );
	}
	footer .footermenus {
		width: calc( 70% - 32px );
	}
}

@media (max-width: 670px) {
	footer .info {
		padding-right: 0;
		width: calc( 100% - 32px );
	}
	footer .footermenus {
		width: calc( 100% - 32px );
	}
}

@media (max-width: 600px) {
	.footer_subrow {
		display: block;
		text-align: center;
	}
	.subfooter_menu {
		text-align: center;
	}
}

@media (max-width: 470px) {
	footer .footermenus .f33 {
		width: calc( 50% - 32px );
	}
}


@media (max-width: 800px) {

	.fleft {
		display: block;
	}

	.fsocials {
		float: none;
		clear: both;
		margin-top: 32px;
	}

	.fsocials > span {
		display: block;
		margin-bottom: 16px;
		font-size: 20px;
	}

	.fsocials a {
		margin: 0 20px 20px 0;
	}

	.fsocials a span {
		display: inline;
	}

	.footermenus {
		float: none;
		clear: both;
	}

	.footermenu {
		margin-left: 0;
		display: block;
		margin-bottom: 32px;
	}

	.footermenu .meer a {
		margin-top: 0;
	}
}


/* Ham */
.ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.hamRotate.active {
	transform: rotate(45deg);
}
.hamRotate180.active {
	transform: rotate(180deg);
}
.line {
	fill:none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke:#F1E2D0;
	stroke-width: 3.5;
	stroke-linecap:round;
}
.ham4 .top {
	stroke-dasharray: 40 121;
}
.ham4 .bottom {
	stroke-dasharray: 40 121;
}
.ham4.active .top {
	stroke-dashoffset: -68px;
}
.ham4.active .bottom {
	stroke-dashoffset: -68px;
}

#mobmenu .ham {
	height: 80px;
	position: absolute;
	right: 0;
	z-index: 99;
}



/* Woocommerce info */
.woocommerce-info,
.woocommerce-info:before {
	color: #222222;
	border-top-color: #222222;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: black;
	color: white;
	border-radius: 0;
	padding: 20px 28px;
	font-weight: 500;
	font-size: 16px;
	transition: 0.2s ease all;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	color: white;
	background: #222222;
}




/* Wie zijn wij */
.wp-block-sogutenberg-wiezijnwij {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 32px;
    --gap: 32px;
    --aantal-items: 3;
}

.wp-block-sogutenberg-wiezijnwij > .wie-zijn-wij {
    flex: 1 0 calc((100% / var(--aantal-items)) - ((var(--gap) * (var(--aantal-items) - 1)) / var(--aantal-items)) - 80px);
    max-width: calc((100% / var(--aantal-items)) - ((var(--gap) * (var(--aantal-items) - 1)) / var(--aantal-items)) - 80px);
	background-color: #222222;
	padding: 40px;
	color: #FFFFFF;
}

.wp-block-sogutenberg-wiezijnwij > .wie-zijn-wij img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.wp-block-sogutenberg-wiezijnwij > .wie-zijn-wij h4 {
	font-size: 24px;
	letter-spacing: 0.12px;
	font-weight: 600;
	color: white;
	margin-top: 14px;
	margin-bottom: 2px;
}

.wp-block-sogutenberg-wiezijnwij > .wie-zijn-wij :is(h5, p) {
	font-size: 18px;
	line-height: 28px;
	color: white;
	font-weight: 400;
}

.wp-block-sogutenberg-wiezijnwij > .wie-zijn-wij h5 {
	color: rgba(255, 255, 255, 0.69);
	font-weight: 500;
	margin-bottom: 8px;
}

.wp-block-sogutenberg-wiezijnwij > .wie-zijn-wij .social-icons {
	display: inline-block;
	margin-top: 12px;
}

.wp-block-sogutenberg-wiezijnwij > .wie-zijn-wij .social-icons i {
	color: white;
	font-size: 24px;
	margin-right: 20px;
	transition: 0.2s ease all;
}

.wp-block-sogutenberg-wiezijnwij > .wie-zijn-wij .social-icons i:hover {
	color: rgba(255, 255, 255, 0.69);
}

.wp-block-sogutenberg-wiezijnwij > .wie-zijn-wij .social-icons > a:last-of-type i {
	margin-right: 0;
}

@media only screen and (max-width: 1040px)  {
	.wp-block-sogutenberg-wiezijnwij > .wie-zijn-wij {
    	flex: 1 0 calc((100% / var(--aantal-items)) - ((var(--gap) * (var(--aantal-items) - 1)) / var(--aantal-items)) - 60px);
    	max-width: calc((100% / var(--aantal-items)) - ((var(--gap) * (var(--aantal-items) - 1)) / var(--aantal-items)) - 60px);
		padding: 30px;
	}
}

@media only screen and (max-width: 950px)  {
	.wp-block-sogutenberg-wiezijnwij {
	    --aantal-items: 2;
	}

	.wp-block-sogutenberg-wiezijnwij > .wie-zijn-wij:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media only screen and (max-width: 730px)  {
	.wp-block-sogutenberg-wiezijnwij {
		gap: 16px;
		--gap: 16px;
	}
}

@media only screen and (max-width: 565px)  {
	.wp-block-sogutenberg-wiezijnwij {
		flex-direction: column;
	}

	.wp-block-sogutenberg-wiezijnwij > .wie-zijn-wij {
		flex: 1;
		width: calc(100% - 60px);
		max-width: 100%;
	}
}

@media only screen and (max-width: 350px) {
	.wp-block-sogutenberg-wiezijnwij > .wie-zijn-wij {
		width: calc(100% - 40px);
		padding: 20px;
	}
}





/* Tijdlijn */
.tijdlijn-slide {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 120px;
	padding-top: 50px;
}

.tijdlijn-slide .tijdlijn-slide-content {
	flex: 1 0 40%;
	max-width: 430px;
}

.tijdlijn-slide .tijdlijn-slide-content h4 {
	font-size: 24px;
	letter-spacing: -0.12px;
	line-height: 24px;
}

.tijdlijn-slide .tijdlijn-slide-image {
	position: relative;
	flex: 1 0 47%;
	max-width: 47%;
	margin-left: auto;
}

.tijdlijn-slide .tijdlijn-slide-image > span {
	position: absolute;
	font-size: 80px;
	line-height: 64px;
	text-shadow: 0px 3px 24px #00000029;
	margin-top: -40px;
	margin-left: -30px;
	font-weight: 600;
}

.wp-block-sogutenberg-tijdlijn > .tijdlijn-slide:nth-child(even) {
	flex-direction: row-reverse;
}

.wp-block-sogutenberg-tijdlijn > .tijdlijn-slide:nth-child(even) .tijdlijn-slide-image {
	margin-left: unset;
	margin-right: auto;
}

.wp-block-sogutenberg-tijdlijn > .tijdlijn-slide:nth-child(even) .tijdlijn-slide-image > span {
	margin-left: 0;
	margin-right: -30px;
	right: 0;
}

.tijdlijn-slide .tijdlijn-slide-image img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
}

.tijdlijn-slide .tijdlijn-slide-image.jaartal:before {
	content: '●';
	position: absolute;
	height: 1px;
	width: 180px;
	background: white;
	left: -225px;
	line-height: 0px;
	text-align: right;
}

.tijdlijn-slide .tijdlijn-slide-image.jaartal:after {
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	border-radius: 100%;
	background: #222222;
	border: 8px solid white;
	left: -225px;
	top: -13.5px;
}

.wp-block-sogutenberg-tijdlijn > .tijdlijn-slide:nth-child(even) .tijdlijn-slide-image.jaartal:before {
	content: '●';
	position: absolute;
	height: 1px;
	width: 180px;
	background: white;
	left: unset;
	line-height: 0px;
	text-align: left;
	right: -225px;
}

.wp-block-sogutenberg-tijdlijn > .tijdlijn-slide:nth-child(even) .tijdlijn-slide-image.jaartal:after {
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	border-radius: 100%;
	background: #222222;
	border: 8px solid white;
	left: unset;
	right: -225px;
	top: -13.5px;
}

@media only screen and (max-width: 1290px)  {
	.tijdlijn-slide .tijdlijn-slide-image.jaartal:before {
		content: '●';
		position: absolute;
		height: 1px;
		width: 140px;
		background: white;
		left: -185px;
		line-height: 0px;
		text-align: right;
	}

	.tijdlijn-slide .tijdlijn-slide-image.jaartal:after {
		left: -185px;
	}

	.wp-block-sogutenberg-tijdlijn > .tijdlijn-slide:nth-child(even) .tijdlijn-slide-image.jaartal:before {
		width: 140px;
		right: -185px;
	}

	.wp-block-sogutenberg-tijdlijn > .tijdlijn-slide:nth-child(even) .tijdlijn-slide-image.jaartal:after {
		right: -185px;
	}
}

@media only screen and (max-width: 1220px)  {
	.tijdlijn-slide .tijdlijn-slide-image.jaartal:before,
	.tijdlijn-slide .tijdlijn-slide-image.jaartal:after {
		display: none;
	}
}

@media only screen and (max-width: 1040px)  {
	.tijdlijn-slide {
		margin-bottom: 50px;
	}

	.wp-block-sogutenberg-tijdlijn > .tijdlijn-slide:nth-child(even) .tijdlijn-slide-content {
		margin-left: 60px;
	}

	.wp-block-sogutenberg-tijdlijn > .tijdlijn-slide:nth-child(odd) .tijdlijn-slide-content {
		margin-right: 60px;
	}
}

@media only screen and (max-width: 700px)  {
	.wp-block-sogutenberg-tijdlijn > .tijdlijn-slide:nth-child(even),
	.wp-block-sogutenberg-tijdlijn > .tijdlijn-slide:nth-child(odd) {
		flex-direction: column-reverse;
	}

	.wp-block-sogutenberg-tijdlijn > .tijdlijn-slide:nth-child(even) > .tijdlijn-slide-content,
	.wp-block-sogutenberg-tijdlijn > .tijdlijn-slide:nth-child(odd) > .tijdlijn-slide-content {
		flex: 1;
		max-width: 100%;
		margin-top: 30px;
		margin-left: 0;
		margin-right: 0;
	}

	.wp-block-sogutenberg-tijdlijn > .tijdlijn-slide > .tijdlijn-slide-image {
		flex: 1;
		max-width: 100%;
		margin: 0;
	}

	.tijdlijn-slide .tijdlijn-slide-image > span {
		margin-left: 0;
		text-align: center;
		width: 100%;
	}

	.wp-block-sogutenberg-tijdlijn > .tijdlijn-slide:nth-child(even) .tijdlijn-slide-image > span {
		margin-right: 0;
	}
}




/* Veelgestelde vragen */
.wp-block-sogutenberg-veelgesteldevragen > .veelgestelde-vraag p {
	display: flex;
	flex-direction: row;
	margin: 0 0 16px;
}

.wp-block-sogutenberg-veelgesteldevragen > .veelgestelde-vraag > p {
	cursor: pointer;
}

.wp-block-sogutenberg-veelgesteldevragen > .veelgestelde-vraag > p:hover {
	text-decoration: underline;
	font-weight: 600;
}

.wp-block-sogutenberg-veelgesteldevragen > .veelgestelde-vraag:last-child > p {
	margin: 0;
}

.wp-block-sogutenberg-veelgesteldevragen .veelgestelde-vraag > p:before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 10px;
	text-decoration: none;
	transition: 0.2s ease all;
}

.wp-block-sogutenberg-veelgesteldevragen > .veelgestelde-vraag > p:hover:before {
	text-decoration: none !important;
	padding-left: 4px;
	padding-right: 6px;
}

.wp-block-sogutenberg-veelgesteldevragen > .veelgestelde-vraag > .veelgestelde-vraag-antwoord {
	display: none;
}

.wp-block-sogutenberg-veelgesteldevragen > .veelgestelde-vraag > :is(.veelgestelde-vraag-antwoord, .veelgestelde-vraag-antwoord p) {
	cursor: auto;
}

.wp-block-sogutenberg-veelgesteldevragen > .veelgestelde-vraag > .veelgestelde-vraag-antwoord > i {
	cursor: pointer;
}

.wp-block-sogutenberg-veelgesteldevragen > .veelgestelde-vraag > .veelgestelde-vraag-antwoord.show {
	display: block;
	position: fixed;
	z-index: 9999;
	max-width: 400px;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #F1E2D0;
	padding: 25px;
	-webkit-box-shadow: 0px 0px 0px 80000px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 0px 80000px rgba(0,0,0,0.5);
}

.wp-block-sogutenberg-veelgesteldevragen > .veelgestelde-vraag > .veelgestelde-vraag-antwoord.show > i {
	position: absolute;
	top: 20px;
	right: 20px;
}

@media only screen and (max-width: 490px)  {
	.wp-block-sogutenberg-veelgesteldevragen > .veelgestelde-vraag > .veelgestelde-vraag-antwoord.show {
		max-width: calc(100vw - 120px);
	}
}






/* Account dashboard */
body.woocommerce-account.logged-in .main .woocommerce {
	padding-top: 120px;
	padding-bottom: 80px;
}

body.woocommerce-account.logged-in:before {
	content: '';
	background: #F1E2D0;
	position: absolute;
	top: -200px;
	bottom: -200px;
	left: 0;
	width: calc((100% - 1312px) / 2);
	z-index: -1;
}

body.woocommerce-edit-account.woocommerce-account.logged-in:before {
	height: 1400px;
}

body.woocommerce-edit-address.woocommerce-account.logged-in:before {
	height: 1400px;
}

body.woocommerce-edit-address.woocommerce-account.logged-in .main .woocommerce-MyAccount-navigation:before {
	height: 1600px;
}

body.woocommerce-account.logged-in .main .woocommerce-MyAccount-navigation {
	position: relative;
}

body.woocommerce-account.logged-in .main .woocommerce-MyAccount-navigation:before {
	content: '';
	background: #F1E2D0;
	position: absolute;
	top: -240px;
	bottom: -450px;
	left: 0;
	width: 100%;
	z-index: -1;
}

body.woocommerce-account.logged-in .main .woocommerce-MyAccount-navigation > ul {
	margin-right: 30px;
}

body.woocommerce-account.logged-in .main .woocommerce-MyAccount-navigation > ul > li {
	position: relative;
	padding: 16px;
	margin-bottom: 15px;
	transition: 0.2s ease all;
	text-decoration: none;
}

body.woocommerce-account.logged-in .main .woocommerce-MyAccount-navigation > ul > li:after {
	content: '';
	height: 100%;
	width: 100%;
	background: var(--regular-bg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 0.2s ease all;
}

body.woocommerce-account.logged-in .main .woocommerce-MyAccount-navigation > ul > li > a {
	text-decoration: none;
}

body.woocommerce-account.logged-in .main .woocommerce-MyAccount-navigation > ul > li > a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0,0,0,0);
}

body.woocommerce-account.logged-in .main .woocommerce-MyAccount-navigation > ul :is(li.is-active, .is-active a) {
	color: white;
}

body.woocommerce-account.logged-in .main .woocommerce-MyAccount-navigation > ul > li:hover:after {
	background: white;
}

body.woocommerce-account.logged-in .main .woocommerce-MyAccount-navigation > ul > li.is-active:after {
	background: #222222;
}

body.woocommerce-account.logged-in .main .woocommerce-MyAccount-navigation > ul > li:last-of-type {
	margin-bottom: 0;
}

body.woocommerce-account.logged-in .main .woocommerce-Address > header {
	position: unset;
	height: fit-content;
	padding: 0 0 15px;
}

body.woocommerce-account.logged-in :is(.woocommerce-error, .woocommerce-info, .woocommerce-message) {
	background: white;
}

@media only screen and (max-width: 1530px) {
	body.woocommerce-account.logged-in .main .woocommerce {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 1350px) {
	body.woocommerce-account.logged-in {
		background: linear-gradient(-90deg, var(--regular-bg) calc(100% - 50px), #F1E2D0 50px);
	}
}

@media only screen and (max-width: 1070px) {
	body.woocommerce-account.logged-in {
		background: #F5EEE6;
	}

	body.woocommerce-account.logged-in:before,
	body.woocommerce-account.logged-in .main .woocommerce-MyAccount-navigation:before {
		display: none;
	}

	body.woocommerce-account.logged-in .main .woocommerce-MyAccount-navigation > ul > li:after {
		background: white;
	}
}

@media only screen and (max-width: 768px) {
	body.woocommerce-account.logged-in .main .woocommerce-MyAccount-navigation {
		margin-bottom: 40px;
	}

	body.woocommerce-account.logged-in .main .woocommerce-MyAccount-navigation > ul {
		margin-right: 0;
	}

	body.woocommerce-account.logged-in .main .woocommerce-Addresses > .woocommerce-Address:first-child {
		margin-top: 10px;
	}

	body.woocommerce-account.logged-in .main .woocommerce-Addresses > .woocommerce-Address:not(:first-child) {
		margin-top: 40px;
	}
}



/* Klantenservice template */
body.page-template-page-klantenservice {
	background: var(--regular-bg);
}

body.page-template-page-klantenservice .klantenservice-header {
	padding: 150px 0 50px;
}

body.page-template-page-klantenservice .klantenservice-header h1 {
	font-size: 64px;
	font-weight: 600;
	line-height: 76px;
	margin-bottom: 12px;
}

body.page-template-page-klantenservice .klantenservice-header h1 + p {
	font-size: 24px;
	line-height: 36px;
}

body.page-template-page-klantenservice .klantenservice-header > .klantenservice-info {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 35px;
}

body.page-template-page-klantenservice .klantenservice-header > .klantenservice-info div {
	flex-grow: 1;
	background: white;
	padding: 32px;
	height: fit-content;
}

body.page-template-page-klantenservice .klantenservice-header > .klantenservice-info div h4 {
	font-weight: bold;
	margin-bottom: 16px;
}

body.page-template-page-klantenservice .klantenservice-header > .klantenservice-info :is(.klantenservice-info-email, .klantenservice-info-tel) > a {
	position: relative;
	margin-left: 26px;
}

body.page-template-page-klantenservice .klantenservice-header > .klantenservice-info :is(.klantenservice-info-email, .klantenservice-info-tel) > a:hover {
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
}

body.page-template-page-klantenservice .klantenservice-header > .klantenservice-info .klantenservice-info-tel > a:before {
	content: "\f879";
}

body.page-template-page-klantenservice .klantenservice-header > .klantenservice-info .klantenservice-info-email > a:before {
	content: "\f0e0";
}

body.page-template-page-klantenservice .klantenservice-header > .klantenservice-info :is(.klantenservice-info-email, .klantenservice-info-tel) > a:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 6px;
	transform: translate(0, 3px);
	margin-left: -26px;
	font-size: 18px
}

body.page-template-page-klantenservice .wp-block-columns .wp-block-column h4 {
	margin-bottom: 16px;
}

@media only screen and (max-width: 1530px)  {
	body.page-template-page-klantenservice .klantenservice-header {
		padding: 100px 0 20px;
	}
}

@media only screen and (max-width: 1200px)  {
	body.page-template-page-klantenservice .klantenservice-header > div.fc50 {
		width: calc( 100% - 32px );
	}
}

@media only screen and (max-width: 1530px)  {
	body.page-template-page-klantenservice .klantenservice-header {
		padding: 70px 0 20px;
	}
}

@media only screen and (max-width: 1060px)  {
	body.page-template-page-klantenservice .veelgestelde-vragen-columns {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	body.page-template-page-klantenservice .veelgestelde-vragen-columns > .wp-block-column {
		flex: 1 0 calc(50% - 16px);
		margin: 0;
		max-width: calc(50% - 16px);
		margin-top: 44px;
	}

	body.page-template-page-klantenservice .veelgestelde-vragen-columns > .wp-block-column:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media only screen and (max-width: 745px)  {
	body.page-template-page-klantenservice .veelgestelde-vragen-columns {
		flex-direction: column;
	}

	body.page-template-page-klantenservice .veelgestelde-vragen-columns > .wp-block-column {
		flex: 1;
		max-width: calc(100% - 16px);
	}

	body.page-template-page-klantenservice .veelgestelde-vragen-columns > .wp-block-column:nth-child(2) {
		margin-top: 44px;
	}

	body.page-template-page-klantenservice .veelgestelde-vragen-columns > .wp-block-column:fist-child {
		margin-top: 0;
	}
}

@media only screen and (max-width: 525px)  {
	body.page-template-page-klantenservice .klantenservice-header h1 {
		font-size: 46px;
		line-height: 40px;
		margin-bottom: 18px;
	}

	body.page-template-page-klantenservice .klantenservice-header h1 + p {
		font-size: 18px;
		line-height: 30px;
	}
}




/* Product slideshow */
.wp-block-sogutenberg-productslideshow {
	width: calc(100vw - 90px);
	margin-top: 30px; /* Yooker */
	margin-left: calc(calc(50% - 50vw) + 45px);
	margin-bottom: 45px;
}

/* Yooker */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dotted.slick-slider .slick-dots {
	margin-top: -55px;
}
/* Yooker */

.wp-block-sogutenberg-productslideshow .slick-list .wp-block-sogutenberg-productslide {
	position: relative;
}

.wp-block-sogutenberg-productslideshow .slick-list .wp-block-sogutenberg-productslide > img {
	aspect-ratio: 5/2;
	width: 100%;
	object-fit: cover;
}

.wp-block-sogutenberg-productslideshow .slick-list .wp-block-sogutenberg-productslide > .productslide-image-locations {
	position: absolute;
	aspect-ratio: 5/2;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.wp-block-sogutenberg-productslideshow .slick-list .wp-block-sogutenberg-productslide > .productslide-image-locations .uitgelicht-product {
	display: inline-block;
	position: absolute;
	text-align: center;
}

.wp-block-sogutenberg-productslideshow .slick-list .wp-block-sogutenberg-productslide > .productslide-image-locations .uitgelicht-product i {
	position: absolute;
	background: white;
	padding: 10px;
	border-radius: 100%;
	box-shadow: 0px 3px 6px #00000029;
	cursor: pointer;
	left: 0;
	z-index: 2;
}

.wp-block-sogutenberg-productslideshow .slick-list .wp-block-sogutenberg-productslide > .productslide-image-locations .uitgelicht-product .uitgelicht-product-details {
	display: flex;
	flex-direction: column;
	background-color: var(--regular-bg);
	transform: translate(20px, -20px);
	/*margin-top: -50px;
	margin-left: 20px;*/
}

.wp-block-sogutenberg-productslideshow .slick-list .wp-block-sogutenberg-productslide > .productslide-image-locations .uitgelicht-product.align-product-right .uitgelicht-product-details {
	transform: translate(calc(-100% + 20px), -20px);
}

.wp-block-sogutenberg-productslideshow .slick-list .wp-block-sogutenberg-productslide > .productslide-image-locations .uitgelicht-product.align-product-right.align-product-center .uitgelicht-product-details {
	transform: translate(calc(-100% + 20px), -40%);
}

.wp-block-sogutenberg-productslideshow .slick-list .wp-block-sogutenberg-productslide > .productslide-image-locations .uitgelicht-product.align-product-center:not(.align-product-right) .uitgelicht-product-details {
	transform: translate(20px, -40%);
}

.wp-block-sogutenberg-productslideshow .slick-list .wp-block-sogutenberg-productslide > .productslide-image-locations .uitgelicht-product:not(.align-product-right).align-product-bottom .uitgelicht-product-details {
	transform: translate(20px, calc(-100% + 70px));
}

.wp-block-sogutenberg-productslideshow .slick-list .wp-block-sogutenberg-productslide > .productslide-image-locations .uitgelicht-product.align-product-right.align-product-bottom .uitgelicht-product-details {
	transform: translate(calc(-100% + 20px), calc(-100% + 70px));
}

@media only screen and (max-width: 1900px)  {
	.uitgelicht-product .uitgelicht-product-image {
		aspect-ratio:  2/1;
	}

	.uitgelicht-product .uitgelicht-product-image > img {
		aspect-ratio: 2/1;
		object-fit: contain;
	}
}

@media only screen and (max-width: 1880px)  {
	.wp-block-sogutenberg-productslideshow .slick-list .wp-block-sogutenberg-productslide > .productslide-image-locations .uitgelicht-product.align-product-right.align-product-bottom .uitgelicht-product-details {
		transform: translate(calc(-100% + 20px), calc(-100% + 100px));
	}

		.wp-block-sogutenberg-productslideshow .slick-list .wp-block-sogutenberg-productslide > .productslide-image-locations .uitgelicht-product .uitgelicht-product-details {
			margin-top: 0;
		}
}




.wp-block-sogutenberg-productslideshow .slick-dots {
	position: initial;
	padding-top: 10px;
	padding-bottom: 16px;
}

.wp-block-sogutenberg-productslideshow .slick-dots > li {
	margin: 0 5px 0 0;
}

.wp-block-sogutenberg-productslideshow .slick-dots > li:last-child {
	margin: 0;
}

.wp-block-sogutenberg-productslideshow .slick-dots li button:before {
	font-size: 14px;
}

.wp-block-sogutenberg-productslideshow .slick-list .wp-block-sogutenberg-productslide .uitgelicht-product-details {
	margin-left: 0;
	padding: 0;
}

.wp-block-sogutenberg-productslideshow .slick-list .wp-block-sogutenberg-productslide > .productslide-image-locations .uitgelicht-product i.icon-plus.active:before {
	content: '\e908';
}

.wp-block-sogutenberg-productslideshow .slick-list .wp-block-sogutenberg-productslide > .productslide-image-locations .uitgelicht-product .uitgelicht-product-details:not(.active) {
	display: none;
}

@media only screen and (max-width: 1200px)  {
	.wp-block-sogutenberg-productslideshow .slick-list .wp-block-sogutenberg-productslide > .productslide-image-locations .uitgelicht-product i {
		font-size: 14px;
		line-height: 14px;
		padding: 8px;
	}


}

@media only screen and (max-width: 1000px)  {
	.wp-block-sogutenberg-productslideshow {
		width: calc(100vw - 40px);
		margin-top: 45px;
		margin-left: calc(calc(50% - 50vw) + 20px);
	}
}

@media only screen and (min-width: 1200px)  {
	.productslideshow-mobile {
		display: none;
	}
}

@media only screen and (max-width: 1200px)  {
	.wp-block-sogutenberg-productslideshow {
		display: none;
	}

	.productslideshow-mobile {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 16px;
		justify-content: space-between;
	}

	.productslideshow-mobile .uitgelicht-product-details {
		flex: 1 0 25%;
		max-width: calc(25% - 16px);
		width: 100%;
	}

	.productslideshow-mobile .uitgelicht-product-image {
		display: flex;
		aspect-ratio: 1/1;
		background: white;
		align-items: center;
	}

	.productslideshow-mobile {
		margin: 60px 16px;
	}

	.productslideshow-mobile > h3 {
		width: 100%;
		margin-bottom: 12px;
		font-weight: 600;
	}

	.productslideshow-mobile .uitgelicht-product-details .uitgelicht-product-details-small {
		padding-top: 12px;
	}

	.productslideshow-mobile .uitgelicht-product-details .uitgelicht-product-details-small > span {
		color: #9D9287;
		font-size: 18px;
		margin-bottom: 0;
	}

	.productslideshow-mobile .uitgelicht-product-details .uitgelicht-product-details-small h4 {
		line-height: unset;
		padding: 0 !important;
		color: #1F1F23;
		font-weight: 600;
		font-size: 18px !important;
		margin: -7px 0 0 0;
	}

	.productslideshow-mobile .uitgelicht-product-details .uitgelicht-product-details-small p {
		color: #1F1F23;
		font-weight: 600;
		font-size: 18px !important;
		margin-bottom: 0;
	}

	.productslideshow-mobile .uitgelicht-product-details .uitgelicht-product-details-small .price-decimal {
		font-size: smaller;
		line-height: 19px;
		transform: translate(2px, 2px);
		position: absolute;
	}

	/*.productslideshow-mobile .uitgelicht-product-details a:after {
		content: "\e90a";
		font-family: 'Va-icon' !important;
		speak: never;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		padding-left: 10px;
	}*/
}

@media only screen and (max-width: 1050px) {
	.productslideshow-mobile .uitgelicht-product-details {
		flex: 1 0 33.33%;
		max-width: calc(33.33% - 16px);
	}
}

@media only screen and (max-width: 1050px) {
	.productslideshow-mobile > h3 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 650px) {
	.productslideshow-mobile .uitgelicht-product-details {
		flex: 1 0 50%;
		max-width: calc(50% - 16px);
	}
}

@media only screen and (max-width: 375px) {
	.productslideshow-mobile .uitgelicht-product-details {
		flex: 1 0 100%;
		max-width: calc(100% - 16px);
	}
}




/* Woocommerce shop/category page */
:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #main .woocommerce-breadcrumb + header.woocommerce-products-header {
	margin-top: 42px;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #main header.woocommerce-products-header {
	display: block;
	position: unset;
	height: auto;
	padding: 0;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #main header.woocommerce-products-header > h1 {
	font-size: 56px;
	letter-spacing: 0;
	line-height: 64px;
	margin-bottom: 22px;
	font-weight: 600;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #main header.woocommerce-products-header :is(.page-description, .term-description) {
	margin-bottom: 35px;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #main header.woocommerce-products-header :is(.page-description, .term-description) > p {
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #main header.woocommerce-products-header > * {
	max-width: 752px;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary {
	background-color: var(--regular-bg);
	padding-top: 200px;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-results {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar {
	flex: 1 0 25%;
	max-width: 25%;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar > h3 {
	display: none;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar + ul.products {
	flex: 1 0 75%;
	max-width: 75%;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary :is(.shop-filters-sidebar, .shop-filters-sidebar + ul.products) {
	width: 100%;
}

/* Yooker */
:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary ul.products {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
	padding-bottom: 24px;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	width: 100%;
	margin: 0;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	content: none;
}
/* Yooker */

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar + ul.products.columns-3 > li.product:nth-child(3n) {
	margin-right: 0;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) .shop-filters {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	margin-top: 35px;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) .shop-filters > * {
	margin: 0 0 2.5em;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) .shop-filters h4 {
	font-weight: bold;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) .shop-filters .woocommerce-result-count {
	color: #2222226B;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	font-weight: 600;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) .shop-filters form.woocommerce-ordering:before {
	content: 'Sorteren op';
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	margin-right: 14px;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) .shop-filters form.woocommerce-ordering select {
	padding: 15px 20px;
	border: 1px solid #707070;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	/*Yooker*/
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 330 330' style='enable-background:new 0 0 330 330;' xml:space='preserve'%3E%3Cpath id='XMLID_225_' d='M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: right 8% center;
	background-size: 16px;
	cursor: pointer;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) .shop-filters form.woocommerce-ordering select::-ms-expand {
	display: none;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) :is(.shop-filters, .shop-filters > *, .shop-filters .woocommerce-result-count) {
	line-height: 50px;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar aside > h3 {
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 600;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar > aside {
	margin-bottom: 40px;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar > aside:last-of-type {
	margin-bottom: 0;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar > aside ul > li {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 8px;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar > aside ul > li:last-of-type {
	margin-bottom: 0;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar > aside ul li > a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar > aside ul li > a:before {
	content: '';
	height: 24px;
	width: 24px;
	border: 1px solid #2C363C;
	display: inline-block;
	border-radius: 0;
	margin-right: 12px;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar > aside ul li:not(.so_color_swatch).chosen > a:before {
	content: '\f00c';
	line-height: 26px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	font-size: 12px;
	color: #222222;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar > aside ul li > a + span.count {
	line-height: 1;
	color: #1F1F2370;
	margin-left: 8px;
	font-weight: 600;
	letter-spacing: 0.35px;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #main > p.woocommerce-info:last-of-type {
	display: inline-flex;
	margin: 0 0 50px 0;
	width: calc(100% - 100px);
}

.woocommerce :is(.woocommerce-breadcrumb, .woocommerce-breadcrumb > a) {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
	color: #222222;
}

.woocommerce .woocommerce-breadcrumb {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
	color: #222222A3 !important;
}



/* Color swatch widget */
.woocommerce .woocommerce-widget-layered-nav-list {
	padding-right: 20px;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar > aside ul > li.so_color_swatch {
	display: inline-block;
	position: relative;
	height: 38px;
	width: 38px;
	margin: 4px 8px 5px 0;
	padding: 0;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar > aside ul > li.so_color_swatch > span.color_swatch {
	position: absolute;
	top: 4px;
	left: 3px;
	height: 28px;
	width: 30px;
	border-radius: 2px;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar > aside ul > li.so_color_swatch > a {
	display: inline-block;
	font-size: 0;
	position: relative;
	z-index: 2;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar > aside ul > li.so_color_swatch > span.count {
	display: none;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar > aside ul li.so_color_swatch > a:before {
	height: 34px;
	width: 34px;
	margin: 0;
	border: 1px solid #C1BEBA;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar > aside ul li.so_color_swatch.chosen > a:before {
	border: 1px solid #222222;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar > aside ul > li.so_color_swatch.chosen > .color_swatch:before {
	content: "\e905";
	font-family: 'Va-icon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	background: #222222;
	border-radius: 100%;
	position: absolute;
	top: -13px;
	left: -13px;
	z-index: 3;
	font-size: 24px;
	border: 2px solid var(--regular-bg);
}

@media only screen and (max-width: 1350px) {
	:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media only screen and (max-width: 1100px) {
	:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary {
		padding-top: 150px;
	}
}

@media only screen and (max-width: 900px) {
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 100%; /* Yooker */
		margin-right: 0;
	}
}

@media only screen and (max-width: 800px) {
	:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) .shop-filters {
		display: none;
	}

	:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-results {
		margin-top: 45px;
	}
}

@media only screen and (max-width: 782px) {
	:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary {
		padding-top: 80px; /* Yooker */
	}
}

@media only screen and (max-width: 750px) {
	:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-results {
		flex-direction: column;
	}

	:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary :is(.shop-filters-sidebar, .shop-filters-sidebar + ul.products) {
		/* Yooker */
		display: grid;
		grid-template-columns: 1fr 1fr;
		/* Yooker */

		width: 100%;
		max-width: unset;
		margin-bottom: 28px;
		justify-content: space-between;
	}

	:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary :is(.shop-filters-sidebar, .shop-filters-sidebar + ul.products) > h3 {
		display: block;
		width: 100%;
		flex: 1 0 100%;
		margin-bottom: 16px;
		font-weight: 600;
		font-size: 24px;
	}

	:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary :is(.shop-filters-sidebar, .shop-filters-sidebar + ul.products) aside {
		flex: 1 0 33%;
		width: 33%;
	}

	:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar + ul.products:before {
		display: none;
	}
}

@media only screen and (max-width: 565px) {
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 > li.product {
		width: 100%;
		margin: 0 0 20px;
		flex: 1 0 100%;
		max-width: unset;
		display: block;
	}
	/* Yooker */
	:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary :is(.shop-filters-sidebar, .shop-filters-sidebar + ul.products) {
		grid-template-columns: 1fr;
	}
	/* Yooker */
}

@media only screen and (max-width: 530px) {
	:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #main header.woocommerce-products-header > h1 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 12px;
	}
}

@media only screen and (max-width: 480px) {
	:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary :is(.shop-filters-sidebar, .shop-filters-sidebar + ul.products) > aside {
		flex: 100%;
		width: 100%;
		margin-bottom: 22px;
	}

	:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) #primary .shop-filters-sidebar aside > h3 {
		margin-bottom: 8px;
	}

	/*.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 47.5%
	}*/
}



/* Product card on cart page */
li.product a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

li.product a > img {
	order: 1;
	width: 100%;
}

li.product .product_swatches_container {
	position: relative;
	width: 100%;
	margin-bottom: 12px; /* Yooker */
}

li.product .product_swatches {
	position: absolute;
	bottom: 28px;
	right: 12px;
	order: 2;
}

li.product .product_swatches > span {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	margin: 10px 4px 4px 4px;
	border-radius: 2px;
}

li.product .product_swatches > span:before {
	content: '';
	border: 1px solid #C1BEBA;
	display: block;
	left: -3px;
	position: absolute;
	top: -3px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
}

li.product .store_badge {
	display: flex;
	flex-direction: row;
	position: absolute;
	bottom: 28px;
	left: 12px;
	background: #FDFBF7;
	-webkit-box-shadow: 5px 5px 6px 5px rgba(214,214,214,0.35);
	box-shadow: 5px 3px 6px -2px rgb(214 214 214 / 35%);
	font-size: 12px;
	padding: 4px 16px;
}

li.product .store_badge > i {
	font-size: 20px;
	margin-right: 6px;
	transform: translate(0, 1px);
}

li.product a > .pa_merk {
	order: 3;
	width: 100%;
}

li.product a > :is(h2, span.price) {
	order: 4;
	max-width: 100%; /* Yooker */
	width: 100%;
}

li.product a > span.price {
	text-align: right;
}

li.product a > span.price > span:not(.price-decimal),
li.product a > span.price .woocommerce-Price-currencySymbol {
	display: unset; /* Yooker */
}

li.product a + .product_type_variable {
	display: none;
}

li.product a p.pa_merk {
	color: #9D9287;
	font-size: 18px;
	margin-bottom: 0;
}

li.product a > h2 {
	line-height: unset;
	padding: 0 !important;
	color: #1F1F23;
	font-weight: 600;
	font-size: 18px !important;
}

li.product a > span.price,
.woocommerce ul.products li.product .price {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start; /* Yooker */
	line-height: unset;
	padding: 0 !important;
	color: #1F1F23;
	font-weight: 600;
	font-size: 16px !important; /* Yooker */
	gap: 8px; /* Yooker */
}

li.product a > span.price span.price-decimal,
.woocommerce ul.products li.product .price span.price-decimal {
	font-size: smaller;
	line-height: 19px;
}

/* Woocommerce store widget */
:is(body.woocommerce-shop, body.tax-product_cat, body.tax-pa_merk) .store_widget {
	margin: 70px 0 110px 0;
}



/* Single product */
body.single-product {
	background: var(--regular-bg);
}

body.single-product #primary {
	margin-top: 200px;
}

.so-product-section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 150px;
}

.so-product-section .so-product-section-title {
	flex: 1 0 calc(25% - 20px);
	max-width: 350px;
	padding-right: 20px;
}

.so_content_tab,
.so-product-section .so-product-section-content {
	flex: 1 0 calc(65% - 30px);
	margin-left: auto;
	margin-right: 5%;
	max-width: 65%;
}

.so-product-section > div.so_content_tab.product-attributes .eigenschap_item_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.so-product-section .eigenschap_item {
	flex: 1 0 calc(50% - 72px);
	max-width: calc(50% - 72px);
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	margin-bottom: 24px;
	padding: 15px 28px;
	font-size: 18px;
	line-height: 28px;
	height: fit-content;
}

.so-product-section .eigenschap_item_titel {
	color: #92918F;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
}

.expanded_content {
	position: relative;
	max-height: 300px;
	overflow: hidden;
	padding-bottom: 20px;
}

.expanded_content:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 170px;
	background: transparent;
	background: linear-gradient(0deg, var(--regular-bg) 20%, rgba(255,255,255,0) 100%);
	transition: 0.2s ease opacity;
}

.toggle_expanded_tab {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	bottom: 0;
	margin: 0;
	font-weight: 600;
	left: 50%;
	transform: translate(-50%, 0);
	text-decoration: underline;
}

.expanded_content.active {
	max-height: unset;
}

.so_content_tab.active:after {
	opacity: 0;
}

div.so_content_tab.product-attributes.active table.woocommerce-product-attributes {
	padding-bottom: 10px;
}

body.single-product #main > .product.type-product {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*margin-left: calc(-100vw / 2 + 100% / 2) !important;*/
	/*Yooker*/
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 120px;
	max-width: 1320px;
    /* padding: 0 20px 0 20px; */
	padding: 0px;
}

body.single-product #main > .product.type-product .woocommerce-product-gallery {
	position: relative;
}

/*
Yooker
body.single-product #main > .product.type-product .woocommerce-product-gallery:before {
	content: '';
	width: 100%;
	height: 1000px;
	display: block;
	position: absolute;
	top: -1000px;
	z-index: -1;
	background: white;
}
*/

/* Yooker */
body.single-product #main > .product.type-product > .woocommerce-product-gallery {
	flex: 1 0 50%;

	/* nieuw */
	display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin: auto;
}
body.single-product #main > .product.type-product > .woocommerce-product-gallery .slider-for {
	width: 100%;
	max-width: 100%;
}
body.single-product #main > .product.type-product > .woocommerce-product-gallery .slider-for .woocommerce-product-gallery__image {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
body.single-product #main > .product.type-product > .woocommerce-product-gallery .slider-for img {
	max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
body.single-product #main > .product.type-product > .woocommerce-product-gallery .slider-nav {
	margin-top: 10px;
    width: 100%;
    /* max-width: 80%; */
}
body.single-product #main > .product.type-product > .woocommerce-product-gallery .slider-nav .slick-slide {
    cursor: pointer;
    margin: 0 5px;
}
body.single-product #main > .product.type-product > .woocommerce-product-gallery .slider-nav img {
	width: 100%;
    height: 100px;
    object-fit: cover;
}

/* body.single-product #main > .product.type-product > .woocommerce-product-gallery .slider-for {
	margin-bottom: 10px;
} */
body.single-product #main > .product.type-product > .woocommerce-product-gallery .slider-nav .slick-slide {
	margin: 0 5px;
}
body.single-product #main > .product.type-product > .woocommerce-product-gallery .slider-for .slick-prev:before, body.single-product #main > .product.type-product > .woocommerce-product-gallery .slider-for .slick-next:before {
	color: #1D1D1D;
	font-size: 24px;
}
/* Yooker */

body.single-product #main > .product.type-product > .summary {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex: 1 0 30%;
	margin-left: 5%;
	height: fit-content;
	position: sticky;
	top: 180px;
	align-self: flex-start;
	align-items: flex-start;
}

body.single-product #main > .product.type-product > .summary :is(.single_product_merk, .single_product_sku) {
	display: inline-flex;
	color: #8E8A86;
	order: 1;
}

body.single-product #main > .product.type-product > .summary .single_product_merk {
	font-size: 32px;
	line-height: 28px;
}

body.single-product #main > .product.type-product > .summary .single_product_sku {
	font-size: 14px;
	align-self: center;
	margin-left: auto;
	font-weight: 400;
}

body.single-product #main > .product.type-product > .summary .product_title {
	font-size: 56px;
	letter-spacing: -0.28px;
	line-height: 56px;
	color: #222222;
	order: 2;
	font-weight: 600;
	margin-top: 2px;
	margin-bottom: 22px;
	width: 100%;
}

body.single-product #main > .product.type-product > .summary .showroom_notice + .product_title + .price {
	margin-top: 22px;
}

body.single-product #main > .product.type-product > .summary .showroom_notice {
	order: 3;
	background: #F1E2D0;
	padding: 7px 20px 7px 16px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 4px;
}

body.single-product #main > .product.type-product > .summary .showroom_notice > i.icon-showroom {
	font-size: 20px;
	margin-right: 10px;
}

body.single-product #main > .product.type-product > .summary .showroom_notice > a {
	font-size: inherit;
	margin-left: 5px;
	margin-top: 1px;
}

body.single-product #main > .product.type-product > :is(.summary, .woocommerce-product-gallery) {
	/*width: 100%;*/
	width: 50%;
}

body.single-product #main > .product.type-product > .summary .price {
	display: flex;
	flex-direction: row;
	width: 100%;
	order: 4;
	margin-top: 2px;
	color: #1F1F23;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.12px;
}

body.single-product #main > .product.type-product > .summary .price:before {
	content: '€';
	padding-left: 2px;
	padding-right: 8px;
	display: none;
}

body.single-product #main > .product.type-product > .summary .price > span:not(.price-decimal) {
	vertical-align: super;
	font-size: 25px; /* Yooker */
	line-height: 20px;
	font-weight: 600;
	margin-right: 8px;
	margin-top: 1px;
	text-transform: lowercase;
	order: -1;
}

body.single-product #main > .product.type-product > .summary .woocommerce-product-details__short-description {
	order: 5;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 24px;
	margin-top: 6px;
}

body.single-product #main > .product.type-product > .summary form {
	order: 6;
}

body.single-product #main > .product.type-product > .summary form h5 {
	line-height: initial;
	margin-bottom: 8px;
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 600;
}

body.single-product #main > .product.type-product > .summary form .variations > .selection {
	display: none;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
}

body.single-product #main > .product.type-product > .summary form .single_variation_wrap > .variations_button {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

body.single-product #main > .product.type-product > .summary form .single_variation_wrap > .variations_button .so_wc_quantity :is(input.minus, input.plus) {
	display: none;
}

body.single-product #main > .product.type-product > .woocommerce-product-gallery {
	/*background: white;*/
	/*Yooker*/
	background: none;
}

body.single-product #main > .product.type-product > .woocommerce-product-gallery .flex-control-thumbs {
	display: none;
}

body.single-product #main .single_variation_wrap .woocommerce-variation-price > span.price {
	margin-top: 5px !important;
	margin-bottom: 12px !important;
}

.woocommerce div.product form.cart .button {
	background: #222222;
	color: white;
	border-radius: 0;
	padding: 20px 28px;
	font-weight: 500;
	font-size: 16px;
	transition: 0.2s ease all;
	margin-bottom: 22px;
}

.woocommerce div.product form.cart .button:hover {
	background: #222222;
}

.woocommerce div.product form.cart .button.reverse {
	text-align: center;
	/* Yooker */
	background: transparent;
	border: 2px solid #222222;
	/* Yooker */
	color: #222222;
	transition: 0.2s ease all;
	padding: 18px 26px;
}

.woocommerce div.product form.cart .button.reverse:hover {
	background: #222222;
	color: white;
}

body.single-product #main section.related.products {
	margin: 30px auto 75px;
}

body.single-product #main .product_content + section.up-sells.upsells.products {
	margin-top: 150px;
}

body.single-product #main :is(section.up-sells.upsells.products, section.related.products) h2 {
	margin-bottom: 34px;
	font-weight: 600;
}

body.single-product #main :is(section.up-sells.upsells.products, section.related.products) .product_swatches {
	display: none;
}

body.single-product #main section.related.products h2 span.brand {
	color: #9D9287;
}

body.single-product #main :is(section.up-sells.upsells.products, section.related.products) li.product {
	margin: 0 3.8% 25px 0;
}

body.single-product.woocommerce #main .woocommerce-product-gallery__image > div,
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	display: flex;
	flex-direction: column;
	width: 100%;
}

@media(max-width: 1590px) {
	body.single-product #main .product_content + section.up-sells.upsells.products {
		margin-top: 50px;
	}

	body.single-product #main section.related.products {
		margin: 30px auto 35px;
	}
}

@media(max-width: 1530px) {
	body.single-product #primary {
		margin-top: 150px;
	}
}

@media(max-width: 1330px) {
	body.single-product #main {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media(max-width: 1290px) {
	body.single-product #main > .product.type-product > .woocommerce-product-gallery {
		flex: 1 0 50%;
		width: 90%; /* Yooker */
	}
}

@media(max-width: 1100px) {
	body.single-product #primary {
		margin-top: 140px;
	}
}

@media(max-width: 1080px) {
	body.single-product #main > .product.type-product > .woocommerce-product-gallery {
		flex: 1 0 40%;
	}

	body.single-product #main > .product.type-product > .summary .product_title {
		font-size: 40px;
		line-height: 40px;
	}

	body.single-product #main > .product.type-product > .summary .single_product_merk {
		font-size: 26px;
	}
}

@media(max-width: 990px) {
	body.single-product .so-product-section {
		flex-direction: column;
		margin: 0 auto 30px;
	}

	body.single-product :is(.so-product-section div.so_content_tab, .so-product-section-content) {
		margin-left: 0;
		margin-right: 0;
		flex: 1 0 100%;
		max-width: unset;
		width: 100%;
	}

	body.single-product #main > .product.type-product {
		margin-bottom: 20px;
	}
}

@media(max-width: 920px) {
	body.single-product #main :is(section.up-sells.upsells.products, section.related.products) h2 {
		font-size: 32px;
		line-height: 34px;
		margin-bottom: 16px;
	}
}

@media(max-width: 890px) {
	body.single-product #main > .product.type-product {
		flex-direction: column;
		width: calc(100% + 30px);
		margin-left: calc(-100vw / 2 + 100% / 2) !important;
		margin-right: -24px;
	}

	body.single-product #main > .product.type-product > .summary {
		margin-left: 16px;
		margin-right: 16px;
		width: calc(100% - 32px);
	}

	body.single-product #main > .product.type-product > .summary form {
		width: 100%;
	}

	body.single-product .woocommerce-product-gallery__wrapper > div.woocommerce-product-gallery__image:not(:first-of-type) {
		display: none !important;
	}

	body.single-product #main > .product.type-product > .summary {
		margin-bottom: 0;
	}

	body.single-product #main > .product.type-product > .summary form {
		margin-bottom: 16px;
	}
}

@media(max-width: 690px) {
	body.single-product #main section.related.products {
		margin: 10px auto 15px;
	}
}

@media(max-width: 690px) {
	.optionbox:not(.color-select) {
		min-width: unset;
	}

	body.single-product #main h2.woocommerce-loop-product__title {
		margin-top: 2px;
		line-height: 20px;
	}
}

@media(max-width: 570px) {
	.so-product-section > div.so_content_tab.product-attributes .eigenschap_item_container {
		flex-direction: column;
	}

	.so-product-section > div.so_content_tab.product-attributes .eigenschap_item_container > .eigenschap_item {
		flex: 1 0 100%;
		max-width: calc(100% - 56px);
	}
}



/* Cart sidebar */
.woocommerce div.cart-sidebar::-webkit-scrollbar{
	width: 6px;
	height: 6px;
}

.woocommerce div.cart-sidebar::-webkit-scrollbar-thumb{
	background: #222222;
	border-radius: 9px;
}

.woocommerce div.cart-sidebar::-webkit-scrollbar-thumb:hover{
	background: #B3AFB3;
}

	.woocommerce div.cart-sidebar::-webkit-scrollbar-track{
	background: #FFFFFF;
	border-radius: 9px;
	box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}

.woocommerce div.cart-sidebar :is(ul.cart_list, ul.product_list_widget) > li:not(:last-of-type) {
	margin-bottom: 16px;
}

.woocommerce div.cart-sidebar :is(ul.cart_list li, ul.product_list_widget li) {
	position: relative;
	background: white;
}

.woocommerce div.cart-sidebar :is(ul.cart_list li, ul.product_list_widget li) > .remove {
	position: absolute;
	top: 15px;
	right: 15px;
	font-weight: 200;
	color: #222222 !important;
	background: none;
	font-size: 40px;
	line-height: 14px;
	width: 20px;
	height: 20px;
}

.woocommerce div.cart-sidebar li.woocommerce-mini-cart-item {
	padding: 35px;
}

.woocommerce div.cart-sidebar :is(ul.cart_list, ul.product_list_widget) > li.woocommerce-mini-cart-item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: 32px;
	margin-right: 32px;
}

.woocommerce div.cart-sidebar :is(ul.cart_list, ul.product_list_widget) > li.woocommerce-mini-cart-item .product-thumbnail {
	width: 120px;
	align-self: center;
	margin-right: 20px;
}

.woocommerce div.cart-sidebar :is(ul.cart_list, ul.product_list_widget) > li.woocommerce-mini-cart-item .product-thumbnail img {
	margin: 0;
	width: 100%;
	height: auto;
}

.woocommerce div.cart-sidebar :is(ul.cart_list, ul.product_list_widget) > li.woocommerce-mini-cart-item p.mini-cart-brand {
	color: #9D9287;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}

.woocommerce div.cart-sidebar :is(ul.cart_list, ul.product_list_widget) > li.woocommerce-mini-cart-item .product-details {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-top: auto;
	margin-bottom: auto;
}

.woocommerce div.cart-sidebar :is(ul.cart_list, ul.product_list_widget) > li.woocommerce-mini-cart-item .product-details > a {
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
}

.woocommerce div.cart-sidebar :is(ul.cart_list, ul.product_list_widget) > li.woocommerce-mini-cart-item dl.variation {
	border: 0;
	padding: 0;
	margin: 2px 0;
}

.woocommerce div.cart-sidebar :is(ul.cart_list, ul.product_list_widget) > li.woocommerce-mini-cart-item dl.variation > dt {
	display: none;
}

.woocommerce div.cart-sidebar :is(ul.cart_list, ul.product_list_widget) > li.woocommerce-mini-cart-item dl.variation > dd {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
}

.woocommerce div.cart-sidebar :is(ul.cart_list, ul.product_list_widget) > li.woocommerce-mini-cart-item dl.variation > dd:not(:last-of-type) {
	margin-right: 4px;
}

.woocommerce div.cart-sidebar :is(ul.cart_list, ul.product_list_widget) > li.woocommerce-mini-cart-item dl.variation > dd:not(:last-of-type) > p:after {
	content: ',';
}

.woocommerce div.cart-sidebar :is(ul.cart_list, ul.product_list_widget) > li.woocommerce-mini-cart-item {
	padding: 26px 23px;
}

.woocommerce div.cart-sidebar :is(ul.cart_list, ul.product_list_widget) > li.woocommerce-mini-cart-item span.quantity {
	margin-top: auto;
	line-height: 1;
}

.woocommerce div.cart-sidebar :is(ul.cart_list, ul.product_list_widget) > li.woocommerce-mini-cart-item .slideout-qty {
	line-height: 22px;
}
/*Yooker*/
/*
@media(max-width: 457px) {
	.woocommerce div.cart-sidebar :is(ul.cart_list, ul.product_list_widget) > li.woocommerce-mini-cart-item {
		
	}
}
*/





/* Woocommerce - Checkout page */
body.woocommerce-checkout {
	background: linear-gradient(90deg, #F5EEE6 calc(60% - 62px), #F1E2D0 calc(40% - 62px));
}

body.woocommerce-checkout .main {
	margin-top: 220px;
	margin-bottom: 40px;
}

body.woocommerce-checkout .main > .woocommerce {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

body.woocommerce-checkout .main > .woocommerce > .woocommerce-notices-wrapper {
	order: 1;
	flex: 1 0 100%;
	width: 100%;
}

/* Woocommerce checkout page */
body.woocommerce-checkout .main > .woocommerce > .woocommerce-notices-wrapper {
	/* min-height: 80px; */
	/* margin-bottom: 2rem; */
}

body.woocommerce-checkout .main > .woocommerce > form.checkout.woocommerce-checkout {
	display: grid;
	grid-template-columns: 60fr 40fr;
	grid-template-areas: 
		"notices notices";
	gap: 3rem;
}
  
/* Groepeer layout in aparte areas */
/* #customer_details {
	grid-area: left;
} */
/* #order_review {
	grid-area: right;
} */
.woocommerce-NoticeGroup {
	grid-area: notices;
}
/* .woocommerce-notices-wrapper {
	min-height: 60px;
} */

/* body.woocommerce-checkout .main > .woocommerce > form.checkout.woocommerce-checkout {
	order: 2;
	flex: 1 0 60%;
	max-width: calc(60% - 115px);
	width: 100%;
	padding-right: 115px;
} */

/* body.woocommerce-checkout .main > .woocommerce > form.checkout.woocommerce-checkout label {
	padding-top: 12px;
	font-size: 16px;
	padding-bottom: 4px;
	line-height: 22px;
} */

body.woocommerce-checkout .main > .woocommerce > .woocommerce {
	order: 3;
	flex: 1 0 40%;
	max-width: calc(40% - 115px);
	width: 100%;
	padding-left: 115px;
}

body.woocommerce-checkout form input:not(#ship-to-different-address-checkbox) {
	box-sizing: unset !important;
	width: calc(100% - 40px) !important;
}

body.woocommerce-checkout #billing_address_2_field {
	display: none !important;
}

body.woocommerce-checkout h3#ship-to-different-address {
	margin-bottom: 12px !important;
}

body.woocommerce-checkout h3#ship-to-different-address label > span {
	font-size: 24px !important;
	padding-top: 12px !important;
	display: inline-block !important;
	transform: translate(4px, 4px) !important;
}

/* Yooker */
body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 1140px) {
	body.woocommerce-checkout .main > .woocommerce > form.checkout.woocommerce-checkout {
		grid-template-columns: 50fr 50fr;
	}
}

@media screen and (max-width: 830px) {
	body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper {
		grid-template-columns: 1fr;
	}
	body.woocommerce-checkout .main > .woocommerce > form.checkout.woocommerce-checkout {
		grid-template-columns: 1fr;
		grid-template-areas:
			"notices";
		gap: 1rem;
	}
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields > h3 {
	margin-bottom: 4px;
	font-size: 24px;
	letter-spacing: -0.12px;
	font-weight: 600;
}

body.woocommerce-checkout form.checkout > h1 {
	font-size: 64px;
	letter-spacing: -0.32px;
	line-height: 76px;
	font-weight: 600;
	margin-bottom: 18px;
}

body.woocommerce-checkout form.woocommerce-cart-form td.product-thumbnail img {
	aspect-ratio: 1/1;
	width: 76px;
}

body.woocommerce-checkout .woocommerce table.shop_table {
	border: 0;
}

body.woocommerce-checkout.logged-in .sub-footer {
	display: none;
}

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
	vertical-align: top;
}

body.woocommerce-checkout form.woocommerce-cart-form dl.variation {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
}

body.woocommerce-checkout form.woocommerce-cart-form td.product-name > p:first-of-type {
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 600;
	line-height: 15px;
	color: #838385;
}

body.woocommerce-checkout form.woocommerce-cart-form h4 {
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: 600;
	line-height: 19px;
}

body.woocommerce-checkout form.woocommerce-cart-form td.product-thumbnail {
	padding: 9px 9px 9px 0;
}

body.woocommerce-checkout form.woocommerce-cart-form td.product-subtotal {
	vertical-align: middle;
	text-align: right;
	padding-right: 0;
	font-size: 18px;
	font-weight: 600;
}

body.woocommerce-checkout form.woocommerce-cart-form td.product-subtotal span.price-decimal {
	margin-left: -4px;
}

body.woocommerce-checkout form.woocommerce-cart-form dl.variation > dt {
	display: none;
}

body.woocommerce-checkout form.woocommerce-cart-form dl.variation > dd {
	font-weight: 500;
	line-height: 18px;
}

body.woocommerce-checkout form.woocommerce-cart-form dl.variation > dd:not(:last-of-type) {
	display: flex;
	margin-right: 4px;
}

body.woocommerce-checkout form.woocommerce-cart-form dl.variation > dd:not(:last-of-type):after {
	content: ', ';
}

body.woocommerce-checkout .woocommerce table.shop_table thead tr > th {
	border-bottom: 1px solid #222222;
}

body.woocommerce-checkout .woocommerce table.shop_table thead tr > th:first-of-type {
	padding-left: 0;
}

body.woocommerce-checkout .woocommerce table.shop_table thead tr > th:last-of-type {
	padding-right: 0;
}

body.woocommerce-checkout .woocommerce table.shop_table tbody > tr > td {
	padding-top: 18px;
	padding-bottom: 14px;
}

body.woocommerce-checkout .woocommerce table.shop_table tbody > tr:first-of-type > td {
	padding-top: 24px;
}

/* body.woocommerce-checkout .woocommerce table.shop_table tbody > tr:last-of-type > td {
	display: none;
} */

/* body.woocommerce-checkout .woocommerce #order_review table.shop_table > :is(thead, tbody) {
	display: none;
} */

body.woocommerce-checkout .woocommerce form.woocommerce-cart-form table.shop_table {
	margin-bottom: 8px;
}

body.woocommerce-checkout .woocommerce form.woocommerce-cart-form > h2 {
	display: none;
}

body.woocommerce-checkout .woocommerce form.woocommerce-cart-form > #order_review table.shop_table tfoot tr :is(th,td) {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
}

body.woocommerce-checkout .woocommerce form.woocommerce-cart-form > #order_review table.shop_table tfoot tr :is(th,td) {
	padding-top: 18px;
	padding-bottom: 18px;
	border-top: 1px solid #222222;
}

body.woocommerce-checkout .woocommerce form.woocommerce-cart-form > #order_review table.shop_table tfoot > tr:last-of-type :is(th,td) {
	border-bottom: 1px solid #222222;
}

body.woocommerce-checkout .woocommerce form.woocommerce-cart-form > #order_review table.shop_table tfoot tr > th:first-of-type {
	padding-left: 0;
}

body.woocommerce-checkout .woocommerce form.woocommerce-cart-form > #order_review table.shop_table tfoot tr > th:first-of-type + td {
	padding-right: 0;
	text-align: right;
}

body.woocommerce-checkout .woocommerce form.woocommerce-cart-form > #order_review table.shop_table tfoot tr > th:first-of-type + td > span {
	margin-left: -4px;
}

/* Checkout */
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background-color: transparent !important;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}

.woocommerce-checkout #payment ul.payment_methods li input, .woocommerce form .form-row .input-checkbox {
	visibility: hidden;
	display: none;
}

/* Yooker */
/* Laat de checkbox zien voor de Afrekenen pagina */
.privacy-statement-checkbox .input-checkbox {
    visibility: visible !important;
    display: inline-block !important;
    margin-right: 10px;
}
body.woocommerce-checkout form input#privacy_statement {
    box-sizing: border-box !important;
    width: 20px !important;
}
/* Yooker */

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	display: none !important;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background: none !important;
	max-height: 0;
	height: 0;
	transition: 0.2s all;
	overflow: hidden;
	padding: 0 20px !important;
	margin: 0 !important;
}

.woocommerce-checkout #payment .wc_payment_method.payment_method_bacs input:checked ~ div.payment_box {
	height: 100% !important;
	max-height: 600px !important;
	padding: 0 !important;
	margin: 1em 0 !important;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	border-bottom: 1px solid #222222;
}

#add_payment_method #payment ul.payment_methods > li:not(:last-of-type),
.woocommerce-cart #payment ul.payment_methods > li:not(:last-of-type),
.woocommerce-checkout #payment ul.payment_methods > li:not(:last-of-type) {
	border-bottom: 1px solid #222222;
}

#payment ul.payment_methods p {
	font-size: 18px;
	line-height: 25px;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper #terms {
	display: inline-block;
	visibility: visible;
	width: 20px !important;
}

body.woocommerce-checkout.woocommerce-order-received {
	background: #F5EEE6 !important;
}

body.woocommerce-checkout .woocommerce form.woocommerce-cart-form #order_review > h3 {
	margin-top: 60px;
	margin-bottom: 4px;
	font-size: 24px;
	letter-spacing: -0.12px;
	font-weight: 600;
	line-height: 30px;
}

.woocommerce-checkout-payment .wc_payment_methods label {
	position: relative;
	padding-left: 34px;
}

.woocommerce-checkout-payment .wc_payment_methods label:before {
	content: "";
	width: 24px;
	height: 24px;
	left: 0;
	top: 0;
	background-color: transparent;
	border: 1px solid #1F1F1F;
	position: absolute;
	display: block;
	box-sizing: border-box;
	border-radius: 100%;
}

.woocommerce-checkout-payment .wc_payment_methods .input-radio:checked ~ label:before {
	content: "";
	background-color: #222222;
	color: #222222;
	font-size: 14px;
	border: 4px solid white;
}

#payment ul.wc_payment_methods + div.form-row {
	padding-top: 28px;
	padding-left: 0;
	padding-right: 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	display: inline-block;
	background: #000000;
	border-radius: 0;
	padding: 20px 32px;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
}

.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
	background: #222222;
}

body.woocommerce-checkout .main.splitted-bg {
	display: none;
}

@media(max-width: 1530px) {
	body.woocommerce-checkout .main {
		margin-top: 180px;
	}

	body.woocommerce-checkout footer > .main {
		margin-top: 0;
	}
}

@media(max-width: 1450px) {
	body.woocommerce-checkout .main > .woocommerce > .woocommerce {
		padding-left: 35px;
		max-width: calc(40% - 35px);
	}

	body.woocommerce-checkout {
		background: linear-gradient(90deg, #F5EEE6 calc(60% - 12px), #F1E2D0 calc(40% - 12px));
	}
}

@media(max-width: 1140px) {
	body.woocommerce-checkout {
		background: linear-gradient(90deg, #F5EEE6 50%, #F1E2D0 50%);
	}

	body.woocommerce-checkout .main > .woocommerce > .woocommerce {
		flex: 1 0 50%;
		max-width: calc(50% - 35px);
	}

	/* body.woocommerce-checkout .main > .woocommerce > form.checkout.woocommerce-checkout {
		flex: 1 0 50%;
		max-width: calc(50% - 35px);
		padding-right: 35px;
	} */
}

@media(max-width: 1100px) {
	body.woocommerce-checkout .main {
		margin-top: 140px;
	}
}

@media(max-width: 830px) {
	body.woocommerce-checkout {
		background: #F5EEE6;
	}

	body.woocommerce-checkout .main > .woocommerce {
		flex-direction: column;
	}

	body.woocommerce-checkout .main > .woocommerce > .woocommerce {
		flex: 1 0 100%;
		max-width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}

	/* body.woocommerce-checkout .main > .woocommerce > form.checkout.woocommerce-checkout {
		flex: 1 0 100%;
		max-width: 100%;
	} */
}





/* Media text block */
:is(div.wp-block-media-text.is-style-image-to-side, div.wp-block-media-text.is-style-image-to-side-image-overlay, div.wp-block-media-text.is-style-image-to-side-image-space) {
	margin-left: calc(-100vw / 2 + 100% / 2) !important;
	margin-right: calc(-100vw / 2 + 100% / 2) !important;
}

:is(div.wp-block-media-text.is-style-image-to-side, div.wp-block-media-text.is-style-image-to-side-image-overlay, div.wp-block-media-text.is-style-image-to-side-image-space) .wp-block-media-text__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 420px;
}

:is(div.wp-block-media-text.is-style-image-to-side.has-media-on-the-right, div.wp-block-media-text.is-style-image-to-side-image-overlay.has-media-on-the-right, div.wp-block-media-text.is-style-image-to-side-image-space.has-media-on-the-right) .wp-block-media-text__content {
	margin-left: auto;
}


div.wp-block-media-text.is-style-image-to-side-image-overlay figure.wp-block-media-text__media {
	margin-bottom: -60px;
	height: calc(100% + 60px);
}

div.wp-block-media-text.is-style-image-to-side-image-space {
	padding-bottom: 80px;
}

.product_content > figure.wp-block-image.is-style-fw-image img {
	margin-left: 55px;
	margin-right: 55px;
	width: calc(100% - 110px);
}

.product_content > figure.wp-block-image.is-style-fw-image {
	margin-left: calc(-100vw / 2 + 100% / 2) !important;
	margin-right: calc(-100vw / 2 + 100% / 2) !important;
}

.product_content > figure.wp-block-image.is-style-fw-image.half-bg:after {
	background: linear-gradient(0deg, #F5EEE6 50%, #F1E2D0 50%);
}

.product-merken-slider-nav > i.icon-pijl-links {
	transform: scaleX(-1);
	margin-top: -17.7px;
	padding-left: 17px;
}

@media only screen and (max-width: 1400px)  {
	.product_content > figure.wp-block-image.is-style-fw-image img {
		margin-left: 25px;
		margin-right: 25px;
		width: calc(100% - 50px);
	}
}

@media only screen and (max-width: 1170px)  {
	:is(div.wp-block-media-text.is-style-image-to-side, div.wp-block-media-text.is-style-image-to-side-image-overlay, div.wp-block-media-text.is-style-image-to-side-image-space) .wp-block-media-text__content {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	:is(div.wp-block-media-text.is-style-image-to-side, div.wp-block-media-text.is-style-image-to-side-image-overlay, div.wp-block-media-text.is-style-image-to-side-image-space) .wp-block-media-text__media {
		display: flex;
		height: 100%;
		align-items: center;
		background: white;
	}
}

@media only screen and (max-width: 1090px)  {
	:is(div.wp-block-media-text.is-style-image-to-side, div.wp-block-media-text.is-style-image-to-side-image-overlay, div.wp-block-media-text.is-style-image-to-side-image-space) .wp-block-media-text__content h2 > span {
		font-size: 28px;
	}

	:is(div.wp-block-media-text.is-style-image-to-side, div.wp-block-media-text.is-style-image-to-side-image-overlay, div.wp-block-media-text.is-style-image-to-side-image-space) .wp-block-media-text__content h2 {
		line-height: 32px;
		font-size: 32px;
		margin-bottom: 12px;
	}

	:is(div.wp-block-media-text.is-style-image-to-side, div.wp-block-media-text.is-style-image-to-side-image-overlay, div.wp-block-media-text.is-style-image-to-side-image-space) .wp-block-media-text__content p {
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 980px)  {
	div.wp-block-media-text.is-style-image-to-side-image-space {
		padding-bottom: 40px;
	}

	.product_content > figure.wp-block-image.is-style-fw-image img {
		margin-left: 15px;
		margin-right: 15px;
		width: calc(100% - 30px);
	}
}

@media only screen and (max-width: 690px)  {
	div.wp-block-media-text {
		display: flex;
		flex-direction: column;    
	}

	:is(div.wp-block-media-text.is-style-image-to-side.has-media-on-the-right, div.wp-block-media-text.is-style-image-to-side-image-overlay.has-media-on-the-right, div.wp-block-media-text.is-style-image-to-side-image-space.has-media-on-the-right) .wp-block-media-text__content {
		margin-left: auto;
		margin-right: auto;
	}

	div.wp-block-media-text.is-style-image-to-side-image-overlay figure.wp-block-media-text__media {
		margin-bottom: 0;
	}
}




/* Formcode pop-up */
#form-popup {
	display: none;
}

.wp-block-button + #form-popup {
	display: none;
}

.wp-block-button + :is(#form-popup, #form-popup > p) {
	cursor: auto;
}

.wp-block-button + #form-popup > i {
	cursor: pointer;
}

.wp-block-button + #form-popup.show {
	display: block;
	position: fixed;
	z-index: 9999;
	max-width: 400px;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #F1E2D0;
	padding: 25px;
	-webkit-box-shadow: 0px 0px 0px 80000px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 0px 80000px rgba(0,0,0,0.5);
}

.wp-block-button + #form-popup > i {
	position: absolute;
	top: 25px;
	right: 25px;
}

#form-popup h3 {
	margin-bottom: 14px;
	font-size: 26px;
	font-weight: 600;
	line-height: 28px;
}

#form-popup form input {
	margin-bottom: 10px;
}

#form-popup form label {
	font-size: 16px;
	padding-bottom: 2px;
	display: block;
}

#form-popup form textarea {
	width: calc(100% - 44px);
}

@media only screen and (max-width: 810px)  {
	#form-popup {
		padding-top: 10px;
		max-height: 65vh;
		overflow-x: scroll;
		margin-top: 6vh;
	}
}

@media only screen and (max-height: 760px)  {
	#form-popup form :is(input, input[type='text'], input[type='email'], input[type='password'], input[type='tel']) {
		padding: 6px 15px;
		width: calc(100% - 34px);
	}

	#form-popup form input[type='submit'] {
		padding: 15px;
		width: 100%;
	}
}

@media only screen and (max-width: 490px)  {
	.wp-block-button + #form-popup.show {
		max-width: calc(100vw - 120px);
	}
}


/* 404 pagina */
body.error404,
body.search.search-no-results {
	background: #F5EEE6;
}

body.search.search-no-results .news-header h1 {
	padding: 0;
	text-align: center;
}

body.search.search-no-results .news-articles {
	margin: 0;
	text-align: center;
}

body.search.search-no-results .news-articles > p {
	margin: auto;
}

:is(body.error404, body.search.search-no-results) > .main:not(.splitted-bg) {
	text-align: center;
	margin-top: 240px;
	margin-bottom: 80px;
}

:is(body.error404, body.search.search-no-results) h1 {
	font-size: 50px;
	line-height: initial;
	margin-bottom: 12px;
}

@media only screen and (max-width: 1530px)  {
	:is(body.error404, body.search.search-no-results) > .main:not(.splitted-bg) {
		margin-top: 195px;
		margin-bottom: 65px;
	}
}

@media only screen and (max-width: 1110px)  {
	:is(body.error404, body.search.search-no-results) > .main:not(.splitted-bg) {
		margin-top: 160px;
	}

	:is(body.error404, body.search.search-no-results) h1 {
		font-size: 40px;
		line-height: initial;
		margin-bottom: 14px;
	}
}

@media only screen and (max-width: 520px)  {
	:is(body.error404, body.search.search-no-results) > .main:not(.splitted-bg) {
		margin-bottom: 45px;
	}

	:is(body.error404, body.search.search-no-results) h1 {
		font-size: 30px;
		line-height: initial;
		margin-bottom: 14px;
	}
}



/* Quick fixes */
body.single-product .woocommerce-notices-wrapper .woocommerce-message > a.button.wc-forward {
	display: none;
}

/*Yooker*/

/* Mega Menu Styles */
.mega-menu.sub-menu {
    background-color: #fff; /* Yooker */
    padding: 20px;
	overflow: hidden;
}

.mega-menu > li {
	z-index: 2;
    /*flex: 1 1 25%; /* Adjust the width of the columns as needed */
    list-style: none;
    position: relative; /*relative; Ensure the sub-menu is positioned relative to the parent */
}

.mega-menu > li > a, .mega-menu > li .dropdown-wrap > a {
    display: block;
    padding: 10px;
    font-weight: bold;
	font-size: 16px;
	text-align: center;
	/* Yooker */
	padding: 14px 0px 14px 16px;
    color: #F5EEE6;
	/* Yooker */
	float: left;
}

.mega-menu-container {
    display: none; /* Hide nested sub-menus by default */
    position: absolute; /* Position the sub-menu absolutely */
    top: 100%; /* Position the sub-menu below the parent */
    left: 0;
    right: 0; /* Make the sub-menu span the full width */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 100vw; /* Make the sub-menu span the full viewport width */
	z-index: 1;
}
.parent-item-info{
	flex: 1 1 25%;
    line-height: normal;
	padding: 20px 0;
}
.menu-item-featured img{
	width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.sub-menu.mega-menu{
	flex: 1 1 75%;
	flex: 1 1 75%;
    display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
	align-items: flex-start;
	align-content: flex-start;
	color: #F1E2D0; /* Yooker */
}

.menu-container {
    display: flex; /* Show nested sub-menus on hover */
	max-width: 1320px;
    margin: 0 auto;
}

.sub-menu.mega-menu > li{
	float: unset;
	display: block;
	padding: 0.25rem 0;
	flex: 1 1 25%;
}
.sub-menu.mega-menu > li > a{
	display: flex;
	align-items: center;
	z-index: 3;
	position: relative;
}
.sub-menu.mega-menu > li > a > span{
	margin-bottom: 0;
	margin-left: 0.25rem;
}
.parent-item-info > .is-style-btnborder::after{
	position: unset;
	top: unset;
	content: unset;
	left: unset;
	right: unset;
	bottom: unset;
	cursor: unset;
}
.sub-menu.mega-menu > li a{
	text-align: left;
}
.sub-menu > li img{
	width: 50px;
    height: auto;
    object-fit: contain;
}

.menu-item-icon {
	z-index: 5;
	background-color: unset;
	position: unset;
	width: auto;
	height: auto;
	border-radius: unset;
	display: inline-block;
	line-height: 0;
	font-size: 20px;
	padding: 0px 12px;
}

.menu-item-has-children > a{
	display: inline-block;
}

.dropdown-wrap {
    line-height: unset;
    display: flex;
	align-items: center;
}

.main-navigation{
	display: flex;
	align-items: center;
	display: flex;
	align-items: center;
	max-width: 1320px;
	width: 100%;
}

/*Tablet*/
@media (min-width: 940px) {
    .mainmenu li {
        position: relative;
        display: block;
        margin: 0 12px;
		float: left;
    }
	.mega-menu > li:hover .mega-menu-container {
		display: block; /* Show nested sub-menus on hover */
	}
	.mega-menu > li:hover{
		position: unset; /* Show nested sub-menus on hover */
	}
}

/*Mobile*/
@media (max-width: 940px) {
	.mega-menu-container.show {
		display: block; /* Show nested sub-menus on hover */
	}
	li:has(> .openingstijden_link), li:has(> .inspiratie_link){
		display: none;
	}
	.mega-menu > li {
		float: none;
		padding-left: 0 !important;
	}
	.mainmenu{
		float: unset;
	}
	.mega-menu > li > a {
		text-align: left;
		float: unset;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.dropdown-wrap > a{
		padding-left: 0 !important;
	}
	.mega-menu-container {
		position: relative;
		width: 100%;
		box-shadow: none;
	}
	.menu-container{
		display: block;
	}
	.sub-menu.mega-menu{
		display: block;
	}
	.menu-item-icon {
		background-color: unset !important;
		position: unset !important;
		width: auto !important;
		height: auto !important;
		border-radius: unset !important;
		display: inline-block !important;
		line-height: unset !important;
		font-size: 20px;
		padding: 16px 12px;
	}
	.menu-item-icon > i{
		pointer-events: none;
	}
	.menu-item-has-children > a{
		display: inline-block !important;
	}
}

/* Yooker */
#omschrijving, #openingstijden {
	scroll-margin-top: 150px;
}
.clickable-merk {
	position: relative;
	margin-bottom: 24px;
}
p.stretched-link a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
}

body.single-product .woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__image img{
	display: block;
	width: 100%;
	height: auto;
	box-shadow: none;
	aspect-ratio: 16 / 9;
	object-fit: contain;
}
body.single-product .woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__image{
	background: #ffffff;
}
.privacy-statement-checkbox .input-checkbox {
    display: inline-block;
    margin-right: 10px;
}
.gb-block-layout-column-inner > .wp-block-image, h3, p {
	margin-bottom: 12px;
}
.wp-block-column p {
	margin-bottom: 20px;
}

.woocommerce-loop-category__title {
	position: absolute;
	bottom: 12px;
	left: 12px;
	color: white !important;
	font-size: 32px !important;
	font-weight: bold;
	z-index: 2;
}
.woocommerce-loop-category__title mark {
	color: white;
}
.product-category > a::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(transparent,rgba(30,30,30,0.8));
	padding: 15% 7% 7% 7%;
}
.woocommerce ul.products li.product a img {
	margin: 0;
}
.woocommerce ul.products {
	margin: 0;
}
/* ul.products {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
} */
.designer-products__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.vertically-centered_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.woocommerce-mini-cart__buttons .button.reverse {
	text-align: center;
	background: transparent;
	border: 2px solid #222222;
	color: #222222;
	transition: 0.2s ease all;
	padding: 18px 26px;
}
.woocommerce-mini-cart__buttons .button.reverse:hover {
	background: #222222;
  	color: white;
}
/* .woocommerce-checkout .product-subtotal {
	color: #F1E2D0;
} */
/* .woocommerce-Price-amount.amount {
	margin-left: 8px;
} */
.woocommerce ul.products li.product .price {
	margin-bottom: 0px;
}
.woocommerce-shop .shop-filters-sidebar, .woocommerce-shop .shop-filters {
	display: none !important;
}
.woocommerce-shop ul.products {
	max-width: 100% !important;
}
/* .woocommerce-checkout .product-quantity, .woocommerce-checkout .product-subtotal {
	display: none;
} */
body.page-template-page-contact .contact-content + div .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance {
	position: relative;
	top: 10px;
}
body.page-template-page-contact .contact-content + div .wpcf7 a {
	font-size: 100%;
}
body.home div.main:has(.fullheight-video) {
    padding: 0;
    margin: 0;
}
body.home div.main:has(.fullheight-video) h1 {
	font-size: 40px;
}
body.home #over-ons {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100vw;
}
body.home .wp-block-cover.is-light {
    min-height: 700px;
}
body.home #over-ons .content {
	padding-right: 40px;
}
@media only screen and (max-width: 1020px) {
	body.home #over-ons {
		grid-template-columns: 1fr;
	}
	body.home #over-ons .content {
		padding: 0px 50px;
	}
	body.home .wp-block-cover.is-light {
		min-height: 400px;
	}
}

@media only screen and (max-width: 781px) {
	body.home #over-ons .content {
		padding: 0px 20px;
	}
}

body.home .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
body.home .wp-block-cover__background.has-background-dim {
	background-color: rgba(0,0,0,0.2) !important;
}

/* Inspiratie pagina - Algemene gallery styling */
.custom-gallery {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
    grid-auto-rows: minmax(200px, 300px);
    grid-auto-flow: dense; /* Zorgt ervoor dat er geen lege plekken ontstaan */
    position: relative;
}

.custom-gallery figure {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

/* Verwijder willekeurige col/row spanning op mobiel */
@media (max-width: 768px) {
    .custom-gallery {
        grid-template-columns: 1fr; /* 1 kolom op mobiel */
    }

    .custom-gallery figure {
        grid-column: unset !important;
        grid-row: unset !important;
    }
}

/* Tablet (2 kolommen) */
@media (min-width: 768px) and (max-width: 1024px) {
    .custom-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop (3-5 kolommen afhankelijk van ruimte) */
@media (min-width: 1025px) {
    .custom-gallery {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}

@media (min-width: 600px) {
    .custom-gallery figure.wp-block-image {
        width: 100% !important;
    }
}
.custom-gallery figure.wp-block-image:not(#individual-image) {
	margin: 0;
	width: 100% !important;
}
.custom-gallery figure.wp-block-image figcaption {
	background: linear-gradient(0deg,#000,#0000) !important;
	padding: 2rem 1rem !important;
}

.custom-gallery figure.wp-block-image:has(figcaption)::before {
	-webkit-backdrop-filter: none !important;
	backdrop-filter: none !important;
}

/* Instagram feed */
.instagram-feed {
	display: grid !important;
	grid-template-columns: repeat(5, 1fr) !important;
	gap: 30px !important;
  }
  
  @media (max-width: 1200px) {
	.instagram-feed {
	  grid-template-columns: repeat(4, 1fr) !important;
	}
  }
  
  @media (max-width: 992px) {
	.instagram-feed {
	  grid-template-columns: repeat(3, 1fr) !important;
	}
  }
  
  @media (max-width: 768px) {
	.instagram-feed {
	  grid-template-columns: repeat(2, 1fr) !important;
	}
  }
  
  @media (max-width: 480px) {
	.instagram-feed {
	  grid-template-columns: repeat(1, 1fr) !important;
	}
  }
  

.instagram-feed figure.wp-block-image {
	width: inherit !important;
	aspect-ratio: 1/1;
}

/* Kolommen - geen max-width */
.container-no-maxwidth {
	margin-left: calc(-1 * max((100vw - 1312px) / 2, 0px)); /* Voorkomt dat de marge kleiner wordt dan 0 */
	margin-right: calc(-1 * max((100vw - 1312px) / 2, 0px));
	padding: 30px !important;
	box-sizing: border-box;
}

/* Custom gallery placeholder */
.gallery-placeholder {
    background-color: #1D1D1D;
    color: #FFF !important;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 250px;
    width: 100%;
    position: relative;
}

.gallery-placeholder a {
	display: flex;
	justify-content: center;
	align-items: center;
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: auto;
	color: white !important;
  	text-decoration: none;
}

.gallery-placeholder img {
    display: none;
}


/* Lightbox styling */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    z-index: 9999;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    transform: scale(0.5);
    transition: transform 0.3s ease-in-out;
}

.lightbox.active {
    opacity: 1;
    visibility: visible;
}

.lightbox.active img {
    transform: scale(1);
}

/* Lightbox knoppen */
.lightbox-close,
.lightbox-prev,
.lightbox-next {
    width: 50px;
    height: 50px;
    background-color: #1D1D1D;
    color: white;
    border: 3px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    z-index: 10000;
    transition: all 0.3s ease-in-out;
}

/* Sluitknop (X) */
.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
}

/* Pijlen */
.lightbox-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-next {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* Hover effect */
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
    background-color: #F5F5F5;
    color: #1D1D1D;
    border-radius: 50%;
    border-color: #1D1D1D;
}
/* Yooker */
.video-block {
    text-align: center;
    padding: 20px;
}

.video-block video,
.video-block iframe {
    width: 100%;
	height: calc(100vh - 136.5px - 186px);
	object-fit: cover;
}
/* @media (max-width: 940px) {

} */

.video-block__buttons {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 15px;
}

.video-block__buttons .button {
	position: relative;
	font-size: 1.6rem;
    flex: 1;
    background-color: #222;
    color: white;
    padding: 50px 20px;
    font-weight: normal;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.video-block__buttons .button::after {
	content: "\e90a";
  	position: absolute;
  	top: 50%;
  	transform: translate(10px, -50%);
  	font-family: 'Va-icon' !important;
  	font-weight: normal;
  	font-size: 1.4rem;
	  transition: transform 0.2s ease-in-out; /* Zet de juiste transition */
}

.video-block__buttons .button:hover {
    background: #F1E2D0;
	color: #222;
}

.video-block__buttons .button:hover::after {
    transform: translate(15px, -50%);
}

@media only screen and (max-width: 570px)  {
	.video-block__buttons {
		flex-direction: column;
	}
	.video-block__buttons .button {
		padding: 15px 20px;
	}
	/* .video-block video,
	.video-block iframe {
		width: 100%;
		height: calc(100vh - 136.5px - 116px);
		object-fit: cover;
	} */
}
