:root{
	/*
	Definieer hier eventuele variabelen
	
	Voorbeeld aanmaken variabele:	
	--rood: #f00;
	
	Voorbeeld gebruik variabele:
	color: var(--rood);
	*/
	
	--jumbotron-standard-margin: 10rem; /*margin between jumbotron elements*/
	--default-margin-bottom: 2.4rem; /*p, ol, ul, etc*/
	--footer-margin-top: 10rem;
	--bs-gutter-x: 3rem;
	
	--container-width: 1320px;
	--column-width: calc((var(--container-width) / 12) - (var(--bs-gutter-x) / 12));
    --data-xxl-c: 12;
    --data-xxl-o: 0;
    --data-xl-c: 12;
    --data-xl-o: 0;
    --data-lg-c: 12;
    --data-lg-o: 0;
    --data-md-c: 12;
    --data-md-o: 0;
	--grijs: #f9f8fb;
	--geel: #ffcf00;
	--hover-geel: #ffe160;
	--paars: #403e58;
	--wit: #fff;
	--rood: #f61f2e;
	--border-hover: #a09fac;
}

.row{
    --bs-gutter-x: 3rem;
}

.container, 
.container-fluid, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl, 
.container-xxl{	
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
}

html.no-scroll,
html.no-scroll body{
    overflow: hidden;
}

html,
body{
	overflow-x: hidden;
}

html{
	font-size: 62.5%;
}

body{
	padding-top: 19.6rem !important;
	scroll-padding-top: 15.1rem;
	font:400 1.8rem/3rem 'IBM Plex Sans';
	color:var(--paars);
}

h1, h2, h3, p, ul, ol, table, form, iframe{
	margin-top:0;
	margin-bottom:var(--default-margin-bottom);
}

.check-icon{
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 0.8rem;
	background-color: var(--geel);
	position: relative;
	display: inline-block;
	margin-bottom: 1rem;
}

.check-icon:after{
	content: "\f00c";
	color: var(--paars);
	font-family: "Font Awesome 6 Pro";
	font-size: 3.3rem;
	font-weight: 400;
	line-height: 5.5rem;
	position: absolute;
    top: -18px;
    right: -7px;
}

.check-icon + p{
	font-size: 2rem;
	line-height: 2.8rem;
	margin-bottom: 1rem !important;
}

.jumbotron{
	background:none;
	margin:0;
	padding:0;
	clear:both;
	width:100%;
    border-radius: 0;
	position: relative;
	z-index: 0;
}

.tiny-left-right-center{
	position: relative;
}

.tiny-left-right-center .tns-outer{
	
}

.tiny-left-right-center .tns-controls{
    position: absolute;
    pointer-events: none;
    width: calc(100% + 14rem);
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    left: -7rem;
}

.tiny-left-right-center .tns-controls button{
	transition: 0.3s opacity;
	border: none;
	padding: 0;
	outline: none;
	background: var(--grijs);
	border-radius: 0.5rem;
	color: var(--rood);
	font-size: 1.7rem;
	font-weight: 400;
	height: 3.7rem;
	width: 4.7rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

.tiny-left-right-center .tns-controls button[disabled]{
	opacity: 0;
	pointer-events: none;
}

.tns-outer *{
	outline:none !important;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron p,
.jumbotron ul,
.jumbotron ol,
.jumbotron table,
.jumbotron div.gform_wrapper form{
	font-weight:400;
	font-style:normal;
	margin-bottom:var(--default-margin-bottom);
	margin-top:0;
}

.stijl_achtergrondkleur_403e58{
    background-image: linear-gradient(to right, var(--paars) 0%, #676585 100%);
}

.gekaderd_blok{
	padding: 3.5rem 4rem;
    border-radius: 0.5rem;
}

article > .jumbotron .gform_wrapper:last-child form,
.gekaderd_blok > *:last-child{
	margin-bottom: 0;
}

.content_gekaderd{
	background: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.links_uitbreiden:before{
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	z-index: -1;
	
    /*Inclusief content*/
	/*right: calc(((100% - var(--container-width) + 1.5rem) / 2) + ((12 - var(--data-xxl-o)) * var(--column-width)) - ((var(--data-xxl-c)) * var(--column-width)));*/
	right: calc(((100% - var(--container-width)) / 2) + ((12 - var(--data-xxl-o)) * var(--column-width)));
}
			
.rechts_uitbreiden:before{
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	z-index: -1;
	
    /*Inclusief content*/
	/*left: calc(((100% - var(--container-width) + 1.5rem) / 2) + ((var(--data-xxl-o)) * var(--column-width)));*/
	left: calc(((100% - var(--container-width)) / 2) + ((var(--data-xxl-o)) * var(--column-width)) + ((var(--data-xxl-c)) * var(--column-width)));
}

.content_gekaderd .content_gekaderd_inner{
	overflow: hidden;
	padding-left: 6rem;
	padding-right: 6rem;
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
	border-radius: 0.5rem;
}

.links_uitbreiden .content_gekaderd_inner{
    padding-left: 0;
}

.rechts_uitbreiden .content_gekaderd_inner{
    padding-right: 0;
}

picture.img-fluid img{
    max-width: 100%;
    height: auto;
}

#content ul li::marker{
    color: var(--rood)
}

.jumbo-delen-border{
    border-block: solid 0.1rem #f1eff5;
    padding-block: 4.5rem;
}

.sharebuttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
}

.sharebuttons span{
    flex-basis: 100%;
}

.sharebuttons a{
    font-size: 3.3rem;
    color: var(--rood);
    transition: 0.3s color;
}

.sharebutton{
	
}

.sharebutton__facebook,
.sharebutton__facebook:hover,
.sharebutton__facebook:focus{
    color: #3b5998;
}

.sharebutton__linkedin,
.sharebutton__linkedin:hover,
.sharebutton__linkedin:focus{
    color: #0077b5;
}

.sharebutton__twitter,
.sharebutton__twitter:hover,
.sharebutton__twitter:focus{
    color: #1da1f2;
}

.sharebutton__google-plus,
.sharebutton__google-plus:hover,
.sharebutton__google-plus:focus{
    color: #dd4b39;
}

.sharebutton__envelope,
.sharebutton__envelope:hover,
.sharebutton__envelope:focus{
    color: #adadad;
}

.last-no-margin > *:last-child,
.last-no-margin > header:last-child > h1,
.last-no-margin > .tinymce-row:last-child > div > *:last-child,
.last-no-margin > .table-responsive:last-child > table{
    margin-bottom: 0;
}

.geen_extra_marge_onderkant + .jumbotron{
	margin-top: 0 !important;
}

.geen_extra_marge_onderkant.content_gekaderd + .jumbotron.content_gekaderd .content_gekaderd_inner{
    padding-top: 0 !important;
}

.geen_extra_marge_onderkant,
.geen_extra_marge_onderkant.content_gekaderd .content_gekaderd_inner{
	padding-bottom: 0 !important;
}

.jumbotron.jumbo-padding,
.jumbotron.jumbo-padding.woocommerce_cart,
.jumbotron.jumbo-padding.download_items,
.jumbotron.jumbo-padding.woocommerce_checkout,
.jumbotron.jumbo-padding.berichten,
.jumbotron.jumbo-padding.woocommerce_my_account,
.jumbotron.content_1_koloms:not(.stijl_achtergrondkleur):first-child{
    margin-top: var(--jumbotron-standard-margin);
}

.ajax-load-more-wrap{
    width: 100%;
}

#brands_a_z h3{
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 3rem;
	text-transform: uppercase;
	margin-bottom: 0.7rem;
}

ul.brands{
	list-style: none;
	padding: 0;
	display: grid;
	gap: 3rem;
	grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
}

#brands_a_z h3:target{
	text-decoration: none;
}

ul.brands li a{
	border-radius: 0.5rem;
	border: 0.1rem solid #d9d9d9;
	display: flex;
	justify-content: center;
	align-items: center;
    aspect-ratio: 1;
	padding: 1rem;
	transition: 0.3s border;
	text-decoration: none !important;
}

ul.brands li a:hover{
	border-color: var(--border-hover);
}

ul.brands li a picture{
	display: flex;
	height: 100%;
	width: 100%;
}

ul.brands li a img{
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.brands_index{
	padding: 0;
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	list-style: none;
}

.brands_index li a,
.brands_index li span{
	width: 3.8rem;
	height: 3.8rem;
	border-radius: 0.5rem;
	border: 0.1rem solid var(--paars);
	background-color: #ffffff;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}

.brands_index li a{
	border: 0.1rem solid var(--paars) !important;    
}

article > .jumbotron:first-child {
    margin-top: 0;
}

div.gallery{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto -1.5rem !important;
}

div.gallery .gallery-item{    
    padding: 0 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

div.gallery .gallery-item > div{   
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

div.gallery .gallery-item > div > a{
    width: 100%;
    max-width: 100%;
}

div.gallery .gallery-item img{
    max-width: 100%;
    height: auto;
    border: none !important;
    margin-bottom: 0 !important;
}

.jumbotron ul ul, 
.jumbotron ol ul, 
.jumbotron ul ol, 
.jumbotron ol ol {
    margin-bottom: 0;
}

#content{
    padding: 0 0;
}

.woocommerce-terms-and-conditions-checkbox-text,
.woocommerce-terms-and-conditions-wrapper,
.product-name dl.variation,
.wapo-addon-description,
.tekst_klein,
.share-title{
    font-size: 1.5rem;
    line-height: 2.2rem;
}

.wapo-addon-description{
    margin-bottom: 0 !important;
}

.tekst_klein ul{
	line-height: 2.8rem;
}

.share-title{
    margin-bottom: 1rem;
}

.jumbotron h1,
.jumbotron h2.h2_groot{
	font-size: 5rem;
    font-weight: 600;
    line-height: 6rem;
    margin-bottom: 3rem;
}

.jumbotron h2,
.slideout-info-title{
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 4.6rem;
    margin-bottom: 3rem;
}

.jumbotron h2:has(+ h3){
	margin-bottom: 1rem;
}

.kleurcode_item_title,
.jumbotron h3,
.jumbotron .woocommerce-MyAccount-content h2,
.ywcdd_datepicker_content:before{
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 3.6rem;
    margin-bottom: 1.6rem;
}

.ywcdd_datepicker_content:before{
	content: "Kies je afleverdatum";
	display: block;
}

.kleurcode_footer_title,
.jumbotron h4,
.woocommerce-table--order-details + h2{
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.8rem;
    margin-bottom: 1.5rem;
}

.jumbotron p > i.fas{
    font-size: 1.5rem;
    color: var(--geel);
}

ul.checklist,
ul.lijst_met_pijlen{
	padding: 0;
	list-style: none;
}

ul.checklist li,
ul.lijst_met_pijlen li{
	position: relative;
	padding-left: 2.5rem;
}

ul.checklist li:before,
ul.lijst_met_pijlen li:before{
	color: #ffcf00;
	position: absolute;
	left: 0;
	top: 0;
	content: "\f00c";
    font-size: 1.9rem;
	font-family: 'Font Awesome 6 Pro';
}

ul.lijst_met_pijlen li:before{
	content: "\f178";
}

.alm-filters-edit{
    display: none !important;
}

.alm-btn-wrap{
	width: 100%;
	text-align: center;
	float: left;
	margin-top: var(--default-margin-bottom);
}

.alm-load-more-btn{
    padding: 0;
    border: none;
    outline: none;
    background: none;
    color: var(--rood);
    font-weight: 600;
    margin-top: 3rem;
}

.alm-load-more-btn.loading{
    text-indent: -9999px;
}

#social-bottom{
	display: flex;
	gap: 1rem;
	margin-top: 2.5rem;
}

#social-bottom:first-child{
	margin-top: 1rem;
}

#social-bottom a{
	color: #a09fac;
	font-size: 2.3rem;
	line-height: 2.1rem;
	transition: 0.3s color;
}

#social-bottom a:hover{
	color: var(--paars)
}

.jumbo_before_header{
	background: linear-gradient(to right, #403e58 0%, #676585 100%);
	padding-block: 1rem;
	z-index: 15;
}

.header_slider{
	color: #fff;
	font-size: 1.4rem;
	display: flex;
	justify-content: space-around;
}

.header_slider{
	text-align: center;
}

.header_slider i{
	margin-right: 0.8rem;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.alm-load-more-btn.loading:after{
    animation: rotation 2s infinite linear;
    text-indent: 0;
    font-family: "Font Awesome 6 Pro";
    font-size: 4.3rem;
    content: "\f110";
    float: left;
    color: var(--paars) !important;
    font-weight: 400;
}

.alm-load-more-btn.done{
	display: none;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.alert > *:last-child{
	margin:0 !important;
}

.hide_tekst {
    display: none;
}

.lees_verder{
	margin-bottom:var(--default-margin-bottom);
}

p:empty{
	display:none;
}

em{
	font-style:italic !important;
}

strong{
	font-weight:600 !important;
}

a,
a:hover,
a:focus{
	color:var(--paars);
}

hr{
	border-top:solid 1px #c9c9c9;
	margin:var(--default-margin-bottom) 0;
    display: block;
}

.reset_variations{
	margin-top: 0.5rem;
}

.reset_variations,
.reset_variations:hover,
.reset_variations:focus,
.gotreu_check_vat,
.button,
.button:hover,
.button:focus,
.loadmore,
body div.gform_wrapper .gform_footer button.gform_button,
body div.gform_wrapper .gform_footer button.gform_button:hover,
body div.gform_wrapper .gform_footer button.gform_button:focus,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.alm-filter--text-wrap.has-button button,
.alm-filter--text-wrap.has-button button:hover,
.alm-filter--text-wrap.has-button button:focus,
.yith-wcaf.yith-wcaf-dashboard.woocommerce [type="submit"],
.yith-wcaf.yith-wcaf-dashboard.woocommerce [type="submit"]:hover,
.yith-wcaf.yith-wcaf-dashboard.woocommerce [type="submit"]:focus{
	text-decoration:none !important;
	outline:none;
	border-radius:0.5rem;
	background-color: var(--geel) !important;
	border: solid 0.1rem var(--geel);
	padding:0.9rem 2rem !important;
	line-height:normal !important;
	font-weight: 500;
    cursor: pointer;
	display: inline-flex;
	color: var(--paars) !important;
	font-size: 1.8rem;
	align-items: center;
	transition: 0.3s color, 0.3s background-color, 0.3s border-color;
}

body .yith-wcan-filters-opener i{
	margin-right: 0.8rem !important;
	filter: brightness(1) invert(0) !important;
}

.yith-wcaf.yith-wcaf-dashboard.woocommerce [type="submit"]:hover,
.yith-wcaf.yith-wcaf-dashboard.woocommerce [type="submit"]:focus,
.alm-filter--text-wrap.has-button button:hover,
.alm-filter--text-wrap.has-button button:focus,
.button:hover,
.button:focus,
body div.gform_wrapper .gform_footer button.gform_button:hover,
body div.gform_wrapper .gform_footer button.gform_button:focus,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus{
    background-color: var(--hover-geel) !important;
	border-color: var(--hover-geel) !important;
}

.button_alt,
.button_alt:hover,
.button_alt:focus{
	background-color:var(--paars) !important;
	border: solid 2px var(--paars);
	color: #fff !important;
}

.button_alt:hover,
.button_alt:focus{
	background-color:#4d5e81 !important;
	border: solid 2px #4d5e81 !important;
	color: #fff;
}

.woocommerce button.wpcss-btn,
.woocommerce button.wpcss-btn:hover,
.woocommerce button.wpcss-btn:focus,
.gotreu_check_vat,
.button_outline,
.button_outline:hover,
.button_outline:focus,
.woocommerce a.button_outline.button,
.woocommerce-orders-table__cell-order-actions .button:not(:first-child),
.woocommerce-orders-table__cell-order-actions .button:not(:first-child):hover,
.woocommerce-orders-table__cell-order-actions .button:not(:first-child):focus{
	background-color: transparent !important;
	border: 0.1rem solid var(--border-hover) !important;
	color: var(--paars) !important;
}

.woocommerce button.wpcss-btn:hover,
.woocommerce button.wpcss-btn:focus,
.gotreu_check_vat:hover,
.gotreu_check_vat:focus,
.woocommerce a.button_outline.button:hover,
.woocommerce a.button_outline.button:focus,
.button_outline:hover,
.button_outline:focus,
.woocommerce-orders-table__cell-order-actions .button:not(:first-child):hover,
.woocommerce-orders-table__cell-order-actions .button:not(:first-child):focus{
	background-color: var(--paars) !important;
	border: 0.1rem solid var(--border-hover) !important;
	color: var(--wit) !important;
}

.button_outline_alt,
.button_outline_alt:hover,
.button_outline_alt:focus{
	background-color: transparent !important;
	border: solid 2px #ffcf00;
	color: #ffcf00 !important;
}

.button_outline_alt:hover,
.button_outline_alt:focus{
	background-color: #ffcf00 !important;
	border: solid 2px #ffcf00;
	color: #403e58 !important;
}

.button_met_icoon_voor i{
	margin-right: 1rem;
}

.button_met_icoon_na i{
		margin-left: 1rem;
}

.link_met_pijl_voor,
.link_met_pijl_na{	
	font-weight: 600;
	color: var(--rood) !important;
	text-decoration: none;
	transition: 0.3s color, 0.3s background-color, 0.3s border-color;
}

.link_met_pijl_voor:before{
	content: "\f178";
	font-family: 'Font Awesome 6 Pro';
	margin-right: 1rem;
    display: inline-block;
    transition: 0.3s transform;
}

.link_met_pijl_na:after{
	content: "\f178";
	font-family: 'Font Awesome 6 Pro';
	margin-left: 1rem;
    display: inline-block;
    transition: 0.3s transform;
}

.link_met_pijl_voor:hover:before,
.link_met_pijl_na:hover:after{
    transform: translateX(0.5rem);
}

.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus{
	
}

.woocommerce button.button.alt:before{
	
}

.woocommerce .button[name="update_cart"],
.woocommerce .button[name="update_cart"]:hover,
.woocommerce .button[name="update_cart"]:focus{
	
}

.woocommerce .button[name="update_cart"]:before{	
	content: "\f0e2";
	font-family: 'Font Awesome 6 Pro';
	margin-right: 1rem;
}

.woocommerce .button[name="update_raq"],
.woocommerce .button[name="update_raq"]:hover,
.woocommerce .button[name="update_raq"]:focus{
	
}

.woocommerce .button[name="update_raq"]:hover,
.woocommerce .button[name="update_raq"]:focus{
	
}

.woocommerce-page .button[name="apply_coupon"],
.woocommerce-page .button[name="apply_coupon"]:hover,
.woocommerce-page .button[name="apply_coupon"]:focus{
	
}

.woocommerce-page .button[name="apply_coupon"]:hover,
.woocommerce-page .button[name="apply_coupon"]:focus{
	
}

body.woocommerce .add-request-quote-button.button,
body.woocommerce .add-request-quote-button.button:hover,
body.woocommerce .add-request-quote-button.button:focus{
	
}

body.woocommerce .add-request-quote-button.button:hover,
body.woocommerce .add-request-quote-button.button:focus{
	
}

body.woocommerce-account .woocommerce-MyAccount-content .button,
body.woocommerce-account .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .button:focus{
	
}

body.woocommerce-account .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .button:focus{
	
}

.checkout-button:after{
	color: #ffffff;
	font-family: "Font Awesome 6 Pro";
	font-size: 1.2rem;
	content: "\f178";
	font-weight: 700;
	margin-left: 1rem;
}

article > *:last-child{
	margin-bottom:0;
}

nav.navbar{
	min-height:0;
	background:#fff;
	border:none;
	margin:0;
    padding: 0;
	width:100%;
	float:left;
	flex-wrap: wrap;
}

.fixed-top{	
    transition: 0.3s transform;
}

nav.navbar.is-hidden{
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand{
	height:auto;
	padding:0;
	margin:0;
}

#logoholder{
	margin: 2.5rem 0;
	float:left;
}

#menu_bottom{
	background-color: var(--grijs);
	position:relative;
}

#hoofdmenu{
	margin:0;
    flex: 1;
}

#hoofdmenu li{
	margin: 0 0 0 2rem;
}

#hoofdmenu li:first-of-type{
	margin-left:0;
}

#hoofdmenu li:last-of-type{
	margin-right:0;
}

#hoofdmenu li a{
	padding:0;
	white-space: nowrap;
	background:none;
	transition: 0.3s color, 0.3s opacity;
	text-decoration: none !important;
	color: var(--paars);
	font-family: "IBM Plex Sans";
	line-height: 6rem;
	display: inline-block;    
    font-size: 1.6rem;
    font-weight: 500;
}

#hoofdmenu > li.ms-auto, #hoofdmenu > li.ms-auto ~ li{
    margin: 0 0 0 1.5rem;
}

#hoofdmenu > li.ms-auto > a, #hoofdmenu > li.ms-auto ~ li > a{
	font-size: 1.5rem;   
    font-weight: 400; 
}

#hoofdmenu > li:hover > a,
#hoofdmenu > li.current-menu-item > a,
#hoofdmenu > li.current-menu-ancestor > a,
#hoofdmenu > li.current-menu-parent > a{
	text-decoration: underline !important;
}

#hoofdmenu li.menu-item-has-children > a{
    text-decoration: none !important;
}

#hoofdmenu > li.menu-item-has-children > a:after{
	content: "\f107";
	font-family: 'Font Awesome 6 Pro';
	margin-left: 0.4rem;
	font-size: 1.4rem;
}

#hoofdmenu > li.menu-item-has-children.open > a:after{
	content: "\f106";
	font-family: 'Font Awesome 6 Pro';
}

/*Submenu*/
#hoofdmenu > li > ul{
	background: #fff;
	display:none;
	list-style:none;
	padding:3.5rem calc((100vw - var(--container-width) + 6rem) / 2);
	margin:0;
	position:absolute;
	top:100%;
    width: 100%;
    left: 0;
    flex-wrap: wrap;
}

/*Dit is om de ruimte tussen menu en submenu hoverable te maken
#hoofdmenu > li > ul:before {
    height: 1.5rem; Dit is afhankelijk van je website
    top: -1.5rem; Deze moet evenhoog zijn als "height"
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: #f00; Deze moet je op "transparent" zetten
}
*/

/*#hoofdmenu li:hover > ul{
	display:block;
}*/

#hoofdmenu li ul li{
	margin:0;
	padding:0;
    margin-bottom: 1.8rem;
}

#hoofdmenu > li > ul > li:nth-child(1),
#hoofdmenu > li > ul > li:nth-child(2){
    width: 100%;
    float: left;
}

#hoofdmenu li ul li a{
	white-space:nowrap;
	margin:0;
	padding:0;
    line-height: 3.5rem;
}

#hoofdmenu li ul li:hover > a,
#hoofdmenu li ul li.current-menu-item > a,
#hoofdmenu li ul li.current-menu-ancestor > a,
#hoofdmenu li ul li.current-menu-parent > a{
}

/*Sub-sub menu*/
#hoofdmenu li ul li ul{
	display:block;
	left:100%;
	top:0;
    break-inside: avoid;
    list-style: none;
    padding: 0;
}

#hoofdmenu li ul li ul li{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	clear:both;
    page-break-inside: avoid;
}

#hoofdmenu > li > ul > li > ul > li{
    margin-bottom: 2.8rem;
}

#hoofdmenu > li > ul > li > ul{
    column-count: 4;
    column-gap: 3rem;
    margin-top: 1.8rem;
}

#hoofdmenu li ul li ul li ul li a{
	white-space:nowrap;
	margin:0;
	padding:0;
    font-weight: 400;
    line-height: 3.7rem;
	float:left;
	width:100%;
}

#hoofdmenu li ul li a:hover,
#hoofdmenu li ul li ul li ul li a:hover{
    text-decoration: underline !important;
}

#footer{
	margin-top: var(--footer-margin-top);
	padding:6.5rem 0 1.5rem;
	background:#f1eff5;
    overflow: hidden;
}

#content article > .content_gekaderd:last-child{
	margin-bottom: 0 !important;
}

#footer .container{
    position: relative;
}

.footer_klant_worden{
    border-radius: 0.5rem;
    background-color: var(--wit);
    max-width: 20rem;
    padding: 1.5rem;
    color: var(--paars) !important;
    line-height: normal;
    text-decoration: none !important;
    border: solid 0.1rem var(--wit);
    transition: 0.3s border;
}

.footer_klant_worden:hover{
    border: solid 0.1rem var(--paars);
}

.footer_klant_worden:hover span{
    text-decoration: underline !important;
}

.footer_klant_worden .twimva_user{
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='51' height='47' viewBox='0 0 51 47'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffcf00' d='M10.375 12.752c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10-10-4.477-10-10z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23403e58' d='M37.507 43.627a.242.242 0 0 0 .243-.242c0-7-5.696-12.695-12.704-12.695h-9.101c-6.999 0-12.695 5.696-12.695 12.695a.24.24 0 0 0 .239.242zm3.118-.242a3.108 3.108 0 0 1-3.112 3.115H3.489a3.115 3.115 0 0 1-3.114-3.115c0-8.598 6.973-15.57 15.57-15.57h9.11c8.598 0 15.57 6.972 15.57 15.57zm-28.75-31.383c0 4.753 3.869 8.625 8.625 8.625s8.625-3.87 8.625-8.625c0-4.756-3.869-8.625-8.625-8.625-4.753 0-8.625 3.869-8.625 8.625zm-2.875 0c0-6.35 5.148-11.5 11.5-11.5S32 5.652 32 12.002c0 6.351-5.148 11.5-11.5 11.5S9 18.353 9 12.002z'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23f61f2e' d='M27.375 28.252c0-6.351 5.149-11.5 11.5-11.5s11.5 5.149 11.5 11.5-5.149 11.5-11.5 11.5-11.5-5.149-11.5-11.5z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23fff' d='M45.031 28.127c0 .39-.313.703-.703.703h-4.687v4.688a.704.704 0 0 1-1.407 0V28.83h-4.687a.703.703 0 1 1 0-1.406h4.687v-4.687a.703.703 0 0 1 1.407 0v4.687h4.687c.39 0 .703.316.703.703z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 51px;
    height: 47px;
    display: inline-block;
    background-size: contain;
    margin-bottom: 1.5rem;
}

#footer .container:before{
    border-radius: 50%;
    content: "";
    position: absolute;
    right: -5.5rem;
    top: 1rem;
    z-index: -1;
    width: 19.3rem;
    height: 19.3rem;
    background-image: linear-gradient(139deg, #f1eff5 0%, #ffffff 100%);
}

#footer .container:after{
    border-radius: 50%;
    content: "";
    position: absolute;
    right: 16.5rem;
    bottom: 0;
    transform: translateY(50%);
    width: 30.3rem;
    z-index: -1;
    height: 30.3rem;
    background-image: linear-gradient(139deg, #f1eff5 0%, #ffffff 100%);
}

.footer-title{
	color: var(--paars);
	font-family: "IBM Plex Sans";
	font-size: 1.8rem;
	font-weight: 600;
    line-height: 4rem;
}

.breadcrumbs{
    margin-bottom: 3rem;
    margin-top: -6.2rem;
}

.breadcrumbs,
.breadcrumbs a{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.2rem;
}

.breadcrumbs .current-item{
    display: none !important;
}

.bread_sep{
    opacity: 0.5;
}

#footer ul,
#footer p{
	list-style:none;
	padding:0;
}

#footer ul{
	margin-bottom: 0;
}

#footer ul li{
}

#footer ul li a{
	color: var(--paars);
	text-decoration: none;
    line-height: 4rem;
}

#footer ul li a:hover{
	text-decoration: underline;
}

.copyright-container{
	margin-top: 5.5rem;
}

#menu-creditsmenu{
	display: flex;
	gap: 2rem;
}

#footer #menu-creditsmenu li,
#footer #menu-creditsmenu li a,
.copyright{
	font-size: 1.5rem;
	line-height: 2.2rem;
}

#credits{
	padding:2rem 0;
	background:#ccc;
}

#credits,
#credits a{
	color:#666;
	text-decoration:none;
}

#credits ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

#credits li{
	display: inline-block;
	margin-right: 1.5rem;
}

#credits li:first-of-type{
	margin-left:0;
}

#credits li:last-of-type{
	margin-right:0;
}

.submenu-back-button{
	display: none;
}

.stijl_achtergrondkleur{
	padding-top: var(--jumbotron-standard-margin);
	padding-bottom: var(--jumbotron-standard-margin);
}

.stijl_achtergrondkleur + .stijl_achtergrondkleur{
	margin-top: 0 !important;
}

#content article > .google_maps_volledige_breedte:last-child,
#content article > .stijl_achtergrondkleur:last-child,
#content article > .achtergrondafbeelding:last-child{
	margin-bottom: calc(-1 * var(--footer-margin-top));
}

.content_positie_links > .container > .row > div.col-sm-12{
	margin-left: 0 !important;
}

.content_positie_rechts > .container{
	margin-right: 0 !important;
}

.empty_row{
	margin-bottom: calc(var(--jumbotron-standard-margin) - var(--jumbotron-standard-margin) - var(--jumbotron-standard-margin) - var(--jumbotron-standard-margin));
}

.inner_row{
    --bs-gutter-x: 7rem;
}

.slideout_open .form-overlay, 
.menu_open .menu-overlay {
    opacity: 0.3;
    pointer-events: all;
}

.form-overlay, .menu-overlay {
    background-color: #000000;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    transition: 0.3s opacity;
    z-index: 999;
}

/*Start AJAX LOAD MORE*/

.alm-filter--textfield{
    margin: 0;
    border-radius: 0.5rem;
    border: 0.1rem solid #d9d9d9;
    float: left;
    height: 5rem;
    padding: 0 12.5rem 0 2rem;
    width: 100%;
}

.alm-filter--text-wrap.has-button{
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.alm-filter--text-wrap.has-button button{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.alm-filter--search{
    flex-basis: 100%;
    min-width: 100%;
}

.alm-filter--search:after{
    content: "Filter op";
    display: block;
    margin-top: 3rem;
    float: left;
    margin-bottom: 0.5rem;
}

.alm-filter--title h3 span{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.7rem;
    transform: translateY(-2px);
    background-color: var(--geel);
    color: var(--paars);
    font-size: 1.3rem;
    font-weight: 600;
    pointer-events: none;
}

.alm-filter--title h3 span:empty{
    display: none;
}

.disabledFilter,
.disabledFilter * {
	cursor: not-allowed !important;
}

.disabledFilter ul:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 5;
}

.notClickable,
.notClickable > div{
	cursor: not-allowed !important;
	pointer-events: none;
    opacity: 0.3;
}

.alm-filter--title{
	margin-bottom: 0.3rem;
}

.alm-filter--title h3{
	margin: 0 !important;
	border: 0.1rem solid #d9d9d9;
	background-color: #ffffff;
    font-size: 1.8rem !important;
    font-weight: 500 !important;
    line-height: 3.7rem !important;
	padding: 0 1.5rem;
	border-radius: 0.5rem;
	min-width: 18rem;
}

.alm-filter--title h3:after{
	content: "\f077";
	color: #142137;
	font-family: "Font Awesome 6 Pro";
	font-size: 1.6rem;
	font-weight: 300;
	float: right;
}

.alm-filter--title h3[aria-expanded="false"]:after{
	content: "\f078";	
}

.alm-filter[data-fieldtype="checkbox"]{
	position: relative;
    z-index: 150;
}

.alm-filter[data-fieldtype="checkbox"] .alm-filter--inner{
	position: absolute;
	width: 100%;
}

.alm-filter[data-fieldtype="checkbox"] .alm-filter--inner ul{
	font-size: 1.8rem;
	line-height: 3.4rem;
	border: 0.1rem solid #d9d9d9;
	background-color: #ffffff;
	list-style: none;
	padding: 0.5rem 1.5rem;
}

.alm-filter[data-fieldtype="checkbox"] .alm-filter--inner li .alm-filter--link{
	cursor: pointer;
	position: relative;
	padding-left: 2.5rem;
}

.alm-filter[data-fieldtype="checkbox"] .alm-filter--inner li .alm-filter--link.active:before{
	content: "\f14a";
	font-weight: 700;
}

.alm-filter[data-fieldtype="checkbox"] .alm-filter--inner li .alm-filter--link:before{
	position: absolute;
	content: "\f0c8";
	font-family: "Font Awesome 6 Pro";
	color: #142137;
	left: 0;
	font-weight: 300;
	top: 0.1rem;
	font-size: 1.6rem;
}

.alm-filters-container{
	display: flex;
	column-gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.alm-filters--loading:empty{
    display: none;
}

.alm-filter:has(.alm-filter--inner[aria-hidden="false"]){
	z-index: 500;
}

img.alignleft,
img.alignright,
img.aligncenter,
picture.alignleft img,
picture.alignright img,
picture.aligncenter img{
  margin-bottom: 2.4rem; }

img.alignleft,
picture.alignleft img{
  margin-right: 2.4rem; }

img.alignright,
picture.alignright img{
  margin-left: 2.4rem; }

.mobiel-slider{
	row-gap: 4rem;
}

/*End AJAX LOAD MORE*/

@supports not (column-gap: 1rem) {
   /* 
	Isolated code for not supporting flexbox column-gap so have to work with margins. Thanks Safari :/ 
	*/
}

@supports not (row-gap: 1rem) {
   /* 
	Isolated code for not supporting flexbox row-gap so have to work with margins. Thanks Safari :/ 
	*/
}

.tax-toggle-container{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
    text-align: right;
}

.tax-toggle{
    width: 5rem;
    height: 2.5rem;
    border-radius: 5rem;
    border: none;
    position: relative;
}

.tax-view-excl .tax-toggle:after,
.tax-view-incl .tax-toggle:after{
    content: "\f00d";
	font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 2px;
    top: 2px;
    background: #fff;
    border-radius: 50%;
    width: 2.1rem;
    height: 2.1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
}

.tax-view-incl .tax-toggle:after{
    content: "\f00c";
    left: calc(100% - 2px - 21px);
}

.tax-view-excl .tax-toggle,
.tax-view-excl .tax-toggle:hover,
.tax-view-excl .tax-toggle:focus{
    background: #d9d9d9 !important;
}

.tax-view-incl .tax-toggle,
.tax-view-incl .tax-toggle:hover,
.tax-view-incl .tax-toggle:focus{
    background: var(--geel) !important;
    
}
.close-slideout-info{
	color: var(--paars) !important;
}

.slideout-info-top,
.slideout-info{
    background: var(--grijs);
}

.slideout-info-top{
    padding: 3rem 4.5rem 2rem;
	gap: 3rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
	align-items: flex-start;
}

.slideout-info-title{
	margin-bottom: 0 !important;
}

.slideout-info-inner {
    padding: 0rem 4.5rem 17.5rem;
}

img.om-precies-te-zijn-img, 
.om-precies-te-zijn-img img {
    max-height: 4.5rem;
	width: auto !important;
}

.kleurcode_item_title{
	text-decoration: none !important;
	display: flex;
	gap: 1.2rem;
}

.kleurcode_item_title:before{
	content: "\2b";
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 0.5rem;
	border: solid 0.1rem #CCCCCC;
	display: inline-block;
	font-family: "Font Awesome 6 Pro";
	font-weight: normal;
	font-size: 14px;
	line-height: 29px;
	text-align: center;
	color: #403e58;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 1px 0 0 1px;
}

.kleurcode_item_title:not(.collapsed):before{
	content: "\f068";
}

.slideout-info .table {
    --bs-table-bg: #f1eff5;
	--bs-table-striped-bg: #fff;
}

.kleurcodes-table-wrapper{
	margin-bottom: 3rem !important;
}

.kleurcode_footer{
	background: #fff;
    box-shadow: 0px -11px 49px rgba(0, 0, 0, 0.1);
    padding: 3rem 4.5rem;
    margin-inline: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    grid-template-columns: auto 1px 1fr;
	column-gap: 3rem;
}

.kleurcode_footer_title{
	margin-bottom: 0.5rem !important;
}

.kleurcode_footer > div:nth-child(2){
	background: #c9c9c9;
	width: 1px;
}

.slideout-info-container{
	max-width: 725px;
    z-index: 9999999999;
}

@media (max-width:767px)
{	
    :root{
        /*
        Definieer hier eventuele variabelen

        Voorbeeld aanmaken variabele:	
        --rood: #f00;

        Voorbeeld gebruik variabele:
        color: var(--rood);
        */

        --jumbotron-standard-margin: 5rem; /*margin between jumbotron elements*/
        --default-margin-bottom: 2.4rem; /*p, ol, ul, etc*/
        --footer-margin-top: 5rem;
        --bs-gutter-x: 2rem;
		
		--container-width: 100%;
    }
	
	.kleurcode_footer{		
    	gap: 2rem;
    	grid-template-columns: auto;
	}
	
	.kleurcode_footer > div:nth-child(2){
		width: auto;
		height: 1px;
	}
	
	.slideout-info-top{
		padding: 2rem 2.5rem 2rem;
	}
	
	.kleurcode_footer{
		padding: 2rem 2.5rem;
	}
	
	.slideout-info-inner {
		padding: 0rem 2.5rem 23.5rem;
	}
	
	.kleurcode_footer{
		gap: 2rem;
	}
	
	body .button.footer-tax-toggle{
		position: fixed;
		bottom: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		left: 2rem;
	}
	
	body{
		padding-top: 21.5rem !important;
		scroll-padding-top: 14.7rem;
		font:400 1.6rem/2.4rem 'IBM Plex Sans';
	}
	
	.button, .button:hover, .button:focus, .loadmore, body div.gform_wrapper .gform_footer button.gform_button, body div.gform_wrapper .gform_footer button.gform_button:hover, body div.gform_wrapper .gform_footer button.gform_button:focus, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .alm-filter--text-wrap.has-button button, .alm-filter--text-wrap.has-button button:hover, .alm-filter--text-wrap.has-button button:focus{
		font-size: 1.6rem;
		padding: 0.9rem 1.5rem !important;
	}
	
	.alm-filter--title h3,
	.alm-filter[data-fieldtype="checkbox"] .alm-filter--inner ul{
		font-size: 1.6rem !important;
	}
    
    #hoofdmenu li.menu-item-has-children ul,
    #hoofdmenu li.menu-item-has-children:hover ul {
        display: none;
        position: static; 
    }
	
	.navbar-expand-md .submenu-back-button{
		display: block;
	}
	
	.breadcrumbs {
		margin-bottom: 1rem;
		margin-top: -3.5rem;
	}

    .ajax-loader {
        width: auto;
        max-width: 100%;
        height: auto; 
    }

    article .gallery-item img {
        max-width: 100%;
        width: auto; 
    }

    .expaned-submenu {
        color: #a66740;
        text-align: center;
        float: right;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        height: 100%;
        width: 50px;
        cursor: pointer;
        z-index: 2000;
        margin: 0; 
    }
    
    .navbar-toggler {
		padding: 0;
		margin: 0;
		border-radius: 0.5rem !important;
		outline: none !important;
		box-shadow: none !important;
        width: 4rem;
        height: 4rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 0.1rem solid #cccccc;
    }
    
    .mini-cart-container {
        margin-left: auto;
        margin-right: 1rem;
    }
    
    .search_container{
        order: 8;
    }
    
    .navbar>.container{
        justify-content: flex-start;
        border-bottom: solid 0.1rem #ccc;
        padding-bottom: 1.5rem;
		position: relative;
		z-index: 15;
		background: #fff;
    }

    .navbar-toggler-icon {
		outline: none !important;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

	.navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand{
		max-width:100%;
	}
	
	.navbar>.container .navbar-brand img,
    .navbar>.container-fluid .navbar-brand img{
		max-width:100%;
		height:auto;
	}
	
	.navbar-header{
		position:relative;
		width:auto;
	}
	
	.table-responsive{
		width:100%;
		overflow-y:auto;
		_overflow:auto;
		margin:0.5rem 0 0 0;
		border:1px solid #888;
	}
	
	.table-responsive::-webkit-scrollbar{
		-webkit-appearance:none;
		width:1.4rem;
		height:1.4rem;
	}
	
	.table-responsive::-webkit-scrollbar-thumb{
		border-radius:0.8rem;
		border:3px solid #fff;
		background-color:rgba(0, 0, 0, .3);
	} 
	
	.table-responsive table{
		min-width:100%;
	}
	
	#hoofdmenu li{
		margin:0;
        clear: both; 
	}
	
	#hoofdmenu li a{
		line-height:3.6rem;
	}

    #hoofdmenu li > ul {
        position: static;
        width: 100%;
        float: left; 
    }
	
	#content article > .stijl_achtergrondkleur:last-child {
		margin-bottom: calc((var(--footer-margin-top) - var(--footer-margin-top)));
	}
    
    #footer .col-sm-12 + .col-sm-12{
        margin-top: 4rem;
    }
    
    #footer{
        padding: 4rem 0;
    }
    
    #menu-creditsmenu{
        flex-direction: column;
        column-gap: 1.5rem;
    }
    
    .jumbotron h1,
    .jumbotron h2.h2_groot{
        font-size: 3.2rem;
        font-weight: 600;
        line-height: 3.6rem;
        margin-bottom: 2rem;
    }

    .jumbotron h2,
	.slideout-info-title{
        font-size: 2.4rem;
        font-weight: 500;
        line-height: 2.8rem;
        margin-bottom: 2rem;
    }

    .jumbotron h3,
	.kleurcode_item_title,
    .jumbotron .woocommerce-MyAccount-content h2,
    .ywcdd_datepicker_content:before{
        font-size: 2.2rem;
        font-weight: 500;
        line-height: 2.6rem;
        margin-bottom: 1.6rem;
    }
    
    .barcodescanner{
        width: 50%;
    }
    
    .barcodescanner .start_camera{
        margin: 0;
        border-radius: 0.5rem !important;
        border: 0.1rem solid #d9d9d9;
        float: left;
        width: 100%;
        padding: 0 1rem;
        font-size: 1.6rem;
        line-height: 3.8rem;
        text-decoration: none !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff;
    }
    
    .barcodescanner .start_camera:before{
        content: "";
        width: 2.1rem;
        height: 1.9rem;
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='19' viewBox='0 0 21 19'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffcf00' d='M7 10.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23403e58' d='M2.625 4.531a.657.657 0 0 0-.656.657v10.5c0 .36.293.656.656.656h15.75c.36 0 .656-.296.656-.657v-10.5a.658.658 0 0 0-.656-.656h-4.483l-.874-2.625H7.982l-.874 2.625zm12.26-3.247l.426 1.278h3.064A2.627 2.627 0 0 1 21 5.188v10.5a2.627 2.627 0 0 1-2.625 2.624H2.625A2.626 2.626 0 0 1 0 15.688v-10.5a2.626 2.626 0 0 1 2.625-2.625h3.064l.426-1.278A1.964 1.964 0 0 1 7.982-.063h5.036c.85 0 1.6.543 1.867 1.347zM10.5 7.812a2.627 2.627 0 0 0-2.625 2.625 2.627 2.627 0 0 0 2.625 2.626 2.627 2.627 0 0 0 2.625-2.626A2.627 2.627 0 0 0 10.5 7.813zm-4.594 2.625A4.591 4.591 0 0 1 10.5 5.845a4.591 4.591 0 0 1 4.594 4.593 4.591 4.591 0 0 1-4.594 4.594 4.591 4.591 0 0 1-4.594-4.594z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        margin-right: 1rem;
        display: inline-block;
    }
    
    body:has(#interactive:empty) #interactive{
        display: none !important;
    }
    
    body:not(:has(#interactive:empty)) #interactive{
        background-color: rgba(0, 0, 0, 0.75);
        position: fixed;
        z-index: 1500;        
        inset: 0;
        overflow: hidden;
        padding: 7rem 1rem 1rem;
    }
    
    body:not(:has(#interactive:empty)) #interactive video{
        width: 100%;
        height: 100%;
    }
    
    body:has(#interactive:empty) .stop_camera{
        display: none;
    }
    
    body:not(:has(#interactive:empty)) .stop_camera{
        display: inline-block;
        color: #403e58;
        font-size: 1.6rem;
        font-weight: 500;
        padding: 0 2rem;
        line-height: 4rem;
        border-radius: 0.5rem;
        position: fixed;
        top: 1.5rem;
        background: #fff;
        border: none;
        z-index: 15000;
        left: 0;
        right: 0;
        text-align: center;
        width: 92px;
        margin: 0 auto;
        text-decoration: none !important;
    }
    
    .controls .stop{
        display: none;
    }
    
    #result_strip{
        display: none !important;
    }
	
	.tiny-left-right-center .tns-ovh{
		overflow: visible !important;
	}
    
    .tiny-left-right-center .tns-controls {
		width: calc(100% + 3rem);
		left: -1.5rem;
		z-index: 15;
	}
	
	.brands_index li a, .brands_index li span{
		width: 2.8rem;
		height: 2.8rem;
	}
	
	ul.brands{
		gap: 1.5rem;
	}
	
	.gekaderd_blok {
    	padding: 2rem;
	}
	
	.alm-filter--textfield{
		height: 4rem;
	}
	
	.alm-filter{
		width: 100%;
	}
	
	picture.alignright,
	picture.alignleft,
	img.alignright, picture.alignright img,
	img.alignleft, picture.alignleft img{
		margin-inline: 0 !important;
		width: 100%;
	}
	
	.showmenu-bg{
		display: none !important;
	}
	
	.tns-nav{
		display: flex;
		gap: 1rem;
		justify-content: center;
	}
	
	.tns-nav button.tns-nav-active{
		background: var(--rood);
	}
	
	.tns-nav button{
		padding: 0;
		border: none;
		background: #fff;
		width: 1.5rem;
		height: 1.5rem;
		border-radius: 50%;
		transition: 0.3s background;
	}
	
	.mobiel-slider{
		--bs-gutter-x: 0;
	}
	
	.mobiel-slider p:last-child{
		margin-bottom: 2.4rem;
	}
	
	.tns-ovh:has(.mobiel-slider){
		overflow: visible;
	}
	
	body .relevanssi-live-search-results{
		max-width: calc(100vw - 4rem);
	}
	
	.mini-cart-container .tax-toggle{
		display: none !important;
	}
	
	.tax-toggle-container{
        position: fixed;
        bottom: 1rem;
        left: 1rem;
        z-index: 999;
        padding: 0.5rem 1rem;
        background: #fff;;
        border-radius: 0.5rem;
        font-size: 1.2rem;
	}
}

@media (max-width:360px)
{	
	.navbar>.container .navbar-brand img, .navbar>.container-fluid .navbar-brand img {
        max-width: 125px;
	}
	
	.barcodescanner {
        width: 68.5%;
    }
}

@media (min-width: 576px) and (max-width:767px)
{	
	:root{
		--container-width: 540px;
	}
}

@media (min-width:768px){
	.stop_camera, #result_strip{
		display: none;
	}
}

@media (min-width:768px) and (max-width:991px)
{		
	:root{
		--container-width: 720px;
        --jumbotron-standard-margin: 6rem;
        --footer-margin-top: 6rem;
	}

	.links_uitbreiden:before{
		right: calc(((100% - var(--container-width)) / 2) + ((12 - var(--data-md-o)) * var(--column-width)));
	}

	.rechts_uitbreiden:before{
		left: calc(((100% - var(--container-width)) / 2) + ((var(--data-md-o)) * var(--column-width)) + ((var(--data-md-c)) * var(--column-width)));
	}
	
	.navbar-expand-md .submenu-back-button{
		display: block;
	}
    
    .search_container{
        max-width: 17rem;
    }
    
    #hoofdmenu li {
        margin: 0 0 0 1rem;
    }
    
    #hoofdmenu > li.menu-item-has-children > a:after{
        margin-left: 0.4rem;
    	font-size: 1.4rem;
    }
    
    #hoofdmenu > li.ms-auto, #hoofdmenu > li.ms-auto ~ li {
        margin: 0 0 0 1rem;
    }
    
    #hoofdmenu > li > a,
    #hoofdmenu > li.ms-auto > a, #hoofdmenu > li.ms-auto ~ li > a{
        font-size: 1.6rem;
    }
    
    .copyright-container{
        margin-top: 2rem;
    }
    
    #footer {
        padding: 5rem 0 1.5rem;
    }
    
    .breadcrumbs {
        margin-top: -2.2rem;
    }
    
    .tiny-left-right-center .tns-controls{
        width: calc(100% + 6rem);
        left: -3rem;
        z-index: 15;
    }
    
    .tinymce-row .col-lg-4.col-sm-12{
        flex: 0 0 auto;
        width: 50%;
    }
    
    .content_gekaderd .content_gekaderd_inner {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
	
	#hoofdmenu li ul li ul li ul li a{
		line-height: 3rem;
	}
	
	#hoofdmenu > li > ul > li > ul{
		margin-top: 1rem;
		column-count: 2;
	}
	
	.submenu-back-button{
		display: none !important;
	}
	
	.navbar-brand img{
		max-width: 12rem;
	}
	
	#hoofdmenu{
		flex-wrap: wrap;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	:root{
		--container-width: 960px;
	}
	
	#hoofdmenu{
		flex-wrap: wrap;
	}
	
	#hoofdmenu li ul li ul li ul li a{
		line-height: 3rem;
	}
	
	#hoofdmenu > li > ul > li > ul{
		margin-top: 1rem;
	}

	.links_uitbreiden:before{
		right: calc(((100% - var(--container-width)) / 2) + ((12 - var(--data-lg-o)) * var(--column-width)));
	}

	.rechts_uitbreiden:before{
		left: calc(((100% - var(--container-width)) / 2) + ((var(--data-lg-o)) * var(--column-width)) + ((var(--data-lg-c)) * var(--column-width)));
	}
	
	.navbar-expand-lg .submenu-back-button{
		display: block;
	}
    
    .search_container{
        max-width: 32rem;
    }
    
    .tiny-left-right-center .tns-controls{
        width: calc(100% + 6rem);
        left: -3rem;
        z-index: 15;
    }
	
	#hoofdmenu > li.menu-item-has-children > a:after{
		margin-left: 0.4rem;
    	font-size: 1.4rem;
	}
	
	#hoofdmenu li {
		margin: 0 0 0 1rem;
	}
	
	#hoofdmenu li a{
		font-size: 1.6rem;
	}
}

@media (min-width:1200px) and (max-width:1399px)
{
	:root{
		--container-width: 1140px;
	}
	
	#hoofdmenu li {
		margin: 0 0 0 2rem;
	}

	.links_uitbreiden:before{
		right: calc(((100% - var(--container-width)) / 2) + ((12 - var(--data-xl-o)) * var(--column-width)));
	}

	.rechts_uitbreiden:before{
		left: calc(((100% - var(--container-width)) / 2) + ((var(--data-xl-o)) * var(--column-width)) + ((var(--data-xl-c)) * var(--column-width)));
	}
	
    .navbar-expand-xl .submenu-back-button{
		display: block;
	}
}

@media (min-width:1200px)
{	
	.content_breedte_groot > .container > .row > div.col-sm-12{
		margin-left: calc(var(--column-width) * 1);
		margin-right: calc(var(--column-width) * 1);
		width: calc(var(--column-width) * 8);
	}
	
	.content_breedte_medium > .container > .row > div.col-sm-12{
		margin-left: calc(var(--column-width) * 2);
		margin-right: calc(var(--column-width) * 2);
		width: calc(var(--column-width) * 8);
	}
	
	.content_breedte_smal > .container > .row > div.col-sm-12{
		margin-left: calc(var(--column-width) * 3);
		margin-right: calc(var(--column-width) * 3);
		width: calc(var(--column-width) * 6);
	}
}

@media (min-width:1400px)
{
	:root{
		--container-width: 1320px;
	}

	.links_uitbreiden:before{
		right: calc(((100% - var(--container-width)) / 2) + ((12 - var(--data-xxl-o)) * var(--column-width)));
	}

	.rechts_uitbreiden:before{
		left: calc(((100% - var(--container-width)) / 2) + ((var(--data-xxl-o)) * var(--column-width)) + ((var(--data-xxl-c)) * var(--column-width)));
	}
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.ui-datepicker tbody td {
  background: #fff; }

.ui-datepicker{
	margin-top: 0 !important;
}

iframe[name="google_conversion_frame"] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

li.menu-item:not(.menu-item-has-children) > a[href="#"] {
  cursor: default; }

.owl-carousel:not(.owl-loaded) {
  display: block; }

.modal-body img {
  max-width: 100% !important;
  height: auto !important; }

picture {
  max-width: 100%; }

a,
a:focus,
a:active {
  outline: 0 none !important;
  outline: none !important;
  outline-style: none !important;
  ie-dummy: expression(this.hideFocus=true);
  -moz-outline-style: 0 none; }

img {
  image-rendering: -webkit-optimize-contrast; }

a.lightbox {
  outline: none; }

.wp-caption {
  max-width: 100% !important; }

.gallery-item img {
  display: inline-block; }

.alignleft {
  display: inline;
  float: left; }

picture.alignleft img{
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

picture.alignright img{
  display: inline;
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

picture.aligncenter img{
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;     
}



.expaned-submenu {
  display: none; }

#CybotCookiebotDialogDetailFooter {
	display: none;
}

input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

#CybotCookiebotDialogDetailFooter{ display: none !important; }