/*
Theme Name: Yooker Theme
Template: Impreza
Version: 1.0.0
Author:	Yooker
Theme URI: https://yooker.nl
Author URI: https://yooker.nl
*/

/* Headings */
.heading-1{
	font-family: var(--h1-font-family, inherit);
	font-weight: var(--h1-font-weight, inherit);
	font-size: var(--h1-font-size, inherit);
	font-style: var(--h1-font-style, inherit);
	line-height: var(--h1-line-height, 1.4);
	letter-spacing: var(--h1-letter-spacing, inherit);
	text-transform: var(--h1-text-transform, inherit);
	margin-bottom: var(--h1-margin-bottom, 1.5rem);
}
.heading-2{
	font-family: var(--h2-font-family, inherit);
	font-weight: var(--h2-font-weight, inherit);
	font-size: var(--h2-font-size, inherit);
	font-style: var(--h2-font-style, inherit);
	line-height: var(--h2-line-height, 1.4);
	letter-spacing: var(--h2-letter-spacing, inherit);
	text-transform: var(--h2-text-transform, inherit);
	margin-bottom: var(--h2-margin-bottom, 1.5rem);
}
.heading-3{
	font-family: var(--h3-font-family, inherit);
	font-weight: var(--h3-font-weight, inherit);
	font-size: var(--h3-font-size, inherit);
	font-style: var(--h3-font-style, inherit);
	line-height: var(--h3-line-height, 1.4);
	letter-spacing: var(--h3-letter-spacing, inherit);
	text-transform: var(--h3-text-transform, inherit);
	margin-bottom: var(--h3-margin-bottom, 1.5rem);
}
.heading-4{
	font-family: var(--h4-font-family, inherit);
	font-weight: var(--h4-font-weight, inherit);
	font-size: var(--h4-font-size, inherit);
	font-style: var(--h4-font-style, inherit);
	line-height: var(--h4-line-height, 1.4);
	letter-spacing: var(--h4-letter-spacing, inherit);
	text-transform: var(--h4-text-transform, inherit);
	margin-bottom: var(--h4-margin-bottom, 1.5rem);
}
.heading-5{
	font-family: var(--h5-font-family, inherit);
	font-weight: var(--h5-font-weight, inherit);
	font-size: var(--h5-font-size, inherit);
	font-style: var(--h5-font-style, inherit);
	line-height: var(--h5-line-height, 1.4);
	letter-spacing: var(--h5-letter-spacing, inherit);
	text-transform: var(--h5-text-transform, inherit);
	margin-bottom: var(--h5-margin-bottom, 1.5rem);
}
.heading-6{
	font-family: var(--h6-font-family, inherit);
	font-weight: var(--h6-font-weight, inherit);
	font-size: var(--h6-font-size, inherit);
	font-style: var(--h6-font-style, inherit);
	line-height: var(--h6-line-height, 1.4);
	letter-spacing: var(--h6-letter-spacing, inherit);
	text-transform: var(--h6-text-transform, inherit);
	margin-bottom: var(--h6-margin-bottom, 1.5rem);
}


/* Separators */
.w-separator.size_small { height: 1rem !important; }
.w-separator.size_medium { height: 2rem !important; }
.w-separator.size_large { height: 4rem !important; }
.w-separator.size_huge { height: 8rem !important; }

/* - Algemeen - */
.no-click { pointer-events: none; } /* Clickthrough */
.overflow-slider .owl-stage-outer { overflow: visible; } /* Overflowing slider */
.logo-main i { color: var(--color-content-primary);} /* Logo main color */
.logo-secondary i { color: var(--color-content-primary); } /* Logo secondary color */
.logo-orange-800 i { color: var(--color-content-orange-800); }
.contain-img img { object-fit: contain !important; }
.grey-images img { filter: grayscale(1); }

.subheading {
	color: var(--color-content-primary);
	font-family: 'Raleway';
	font-size: 1.25rem;
	font-weight: 700;
}

.cutoff-title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.combined-box-shadow {
	box-shadow: 
		0 2px 4px 0 rgba(16, 24, 40, 0.10), 
		0 2px 2px 0 rgba(16, 24, 40, 0.06);
}

.owl-dots { 
	display: flex; 
	justify-content: center;
	align-items: center;
}
.owl-dots .owl-dot > span {
	background: var(--color-content-gray-500);
	width: 10px;
	height: 10px;
	opacity: 1;
}
.owl-dots .owl-dot.active > span {
	background: var(--color-content-secondary) !important;
	width: 12px;
	height: 12px;
	box-shadow: none;
}



/* Fields */
textarea { border-radius: max(1rem); }
.gform_required_legend { display: none; }


/* Header */
.home .l-subheader.at_middle,
.home .l-subheader.at_bottom {
	background: transparent;
	position: relative;
} 

.home .l-subheader.at_middle::before,
.home .l-subheader.at_bottom::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
} 

.home header.sticky .l-subheader.at_middle,
.home header.sticky .l-subheader.at_bottom { background: var(--color-content-gray-600) !important; }


.l-subheader.at_middle { border-bottom: solid 1px rgba(224, 224, 224, 0.3); }
.home .l-subheader.at_middle { border-bottom: solid 1px rgba(224, 224, 224, 0.5); }
.home header.sticky .l-subheader.at_middle { border-bottom: solid 1px rgba(224, 224, 224, 0.3); }

.relevanssi-live-search-results.relevanssi-live-search-results-showing {
	font-size: 16px;
	font-weight: 600;
	color: var(--color-content-heading);
	top: 100% !important;
	left: 0 !important;
}
.relevanssi-live-search-result > p { padding: 0 1rem; }

#taal-switch-menu .w-nav-list.level_2 { 
	text-align: center;
	width: 100%;
	min-width: unset; 
}

#main-menu-categorieen .w-nav-list.level_1 > li:first-child > a { padding-left: 0; }

header .w-cart-icon { margin-left: 10px; }
header .btw-toggle { 
	display: flex;
	align-items: center;
}
header #btw-toggle-icon { font-size: 20px; margin-right: 10px; }

#header-submenu .w-nav-list > #menu-item-15946 > a { padding-right: 0 !important; }



/* Footer */
footer .w-tabs-section-header { color: var(--color-footer-heading) !important; }
.post-type-archive-product #footer-cta {
	background: linear-gradient(180deg, var(--color-content-bg-alt) 50%, #494949 50%) !important;
}


/* Home */
#home-banner > .l-section-overlay {
	background: 
		linear-gradient(270deg, rgba(0, 0, 0, 0.35) 2.89%, rgba(0, 0, 0, 0.00) 81.13%), 
		linear-gradient(180deg, rgba(0, 0, 0, 0.00) 56.99%, rgba(0, 0, 0, 0.25) 93.96%), 
		linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%) !important;
}
#history .w-iconbox .w-iconbox-icon { margin-bottom: 0.5rem; }



/* Product overzicht */
/* Filters */
#productoverzicht .w-filter-item { border: 0; }
#productoverzicht .w-filter-item .w-filter-item-title { 
	color: var(--color-content-heading);
	font-size: var(--h6-font-size);
	font-family: 'raleway';
	padding: 0.5rem 1.5rem 0.5rem 0;
	border-bottom: solid 1px var(--color-content-border-light); 
}
#productoverzicht .w-filter-item .w-filter-item-content { padding-top: 1rem; }
#productoverzicht .w-filter-item-value-label { font-weight: 400; }
#productoverzicht input:checked ~ .w-filter-item-value-label { font-weight: 600; }
#productoverzicht .w-filter-item-value input[type="checkbox"]:checked {
	color: #fff;
	background: var(--color-content-primary);
}
#productoverzicht .w-filter-item-value.depth_2 input[type="checkbox"] {
	font-size: 15px;
	width: calc(26px * 0.83333);
	height: calc(26px * 0.83333);
}
#productoverzicht .w-filter-item-value-amount {
	padding-left: 0.5rem;
	margin-left: auto;
}
#productoverzicht .w-filter-item-value-amount::before { content: "("; }
#productoverzicht .w-filter-item-value-amount::after { content: ")"; }
#productoverzicht .w-filter-item-title::after {
	content: "\f078";
	font-family: 'fontawesome';
	border: 0;
	margin-top: 0;
	transform: translatey(-50%) rotate(0deg);
	transition: ease 0.2s
}
#productoverzicht .w-filter-item.expand .w-filter-item-title::after {
	transform: translatey(-50%) rotate(180deg);
}

/* Productgrid */
.general-product-grid-wrapper .quantity { display: none; }
.general-product-grid-wrapper .stock {
	color: var(--color-content-success-green);
	display: flex;
	align-items: center;
}
.general-product-grid-wrapper .stock.out-of-stock { color: var(--color-content-error-red); }
.general-product-grid-wrapper .stock::before {
	content: "";
	background-image: url("/wp-content/uploads/2026/04/Stock-Icon-Container.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.5rem;
	height: 1.5rem;
	display: block;
	margin-right: 0.5rem;
}
.general-product-grid-wrapper .stock.out-of-stock::before {
	background-image: url("/wp-content/uploads/2026/04/Stock-Icon-Container-1.svg");
}
.general-product-grid-wrapper .btw-text { font-size: 14px; }

/* USP Balk in producten */
.usp-balk {
	grid-column: span 4;
}
.usp-wrapper {
	text-align: center;
	padding: 1.5rem;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.usp-wrapper .usp-item {
	flex: 1 1 0%;
	text-align: center;
}
.usp-wrapper .usp-item::before {
	content: "\f058";
	font-family: 'fontawesome';
	font-weight: 400;
	margin-right: 0.5rem;
}


/* Single product */
/* Galerij */
#product-details .flex-viewport img {
	border-radius: 15px;
	aspect-ratio: 1;
	object-fit: contain;
	overflow: hidden;
}
#product-details ol.flex-control-nav.flex-control-thumbs img {
	aspect-ratio: 1;
	object-fit: contain;
}

/* Product formulieren */
.wcpa_field_wrap {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 1rem;
}
.wcpa_field_wrap > * { align-self: center; }
.wcpa_field_label 	{ grid-column: span 5; margin-bottom: 0 !important; }
.wcpa_input-wrapper { grid-column: span 2; }
.wcpa_field_desc 	{ grid-column: span 3; }
.wcpa_field_bottom 	{ grid-column: span 5; margin-top: 0 !important; }
.wcpa_field_desc ~ .wcpa_field_bottom { grid-column: span 2; }

.wcpa_field {
	background: var(--color-content);
	border: solid 2px var(--color-content);
	border-radius: 50px;
}
.wcpa-btn { display: none; }
/* Algemeen */
#product-details .quantity .minus { border-right: 0; }
#product-details .quantity .input-text { border-left: 0; border-right: 0; }
#product-details .quantity .plus { border-left: 0; }
#product-details .quantity .minus:focus,
#product-details .quantity .input-text:focus,
#product-details .quantity .plus:focus { border-color: var(--inputs-border-color); }

#product-details .product-sku > .w-post-elm-before { font-weight: 600; }

#product-details .variations .woocommerce-select::after {
	content: "\f078";
	font-family: 'fontawesome';
	font-weight: 700;
	color: #fff;
	background: var(--color-content-secondary);
	width: 40px;
	height: 100%;
	border: 0;
	border-radius: 0 50px 50px 0;
	margin: 0;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#product-details .wcpa_form_outer { margin: 0; }
/* Product tabs */
#product-tabs .w-tabs-list-h {
	border-bottom: solid 1px var(--color-content-border);
	justify-content: center;
}
#product-tabs .w-tabs-item {
	font-size: 1.5rem;
	font-family: 'Raleway';
	font-weight: 700;
	padding: 1rem 2rem;
	border: 0 !important;
}
#product-tabs .w-tabs-item.active { background: var(--color-content-border) !important; }
#product-tabs .w-tabs-item-title::after {
	content: "\f078";
	font-family: 'fontawesome';
	font-size: 1.25rem;
	font-weight: 400;
	margin-left: 0.5rem;
}
#product-tabs .w-tabs-item.active .w-tabs-item-title::after {
	content: "\f077";
}


/* Merken */
.merk-title > a > b {
	font-size: 18px;
	font-family: 'montserrat';
	font-weight: 400;
	line-height: 1.5;
	display: block;
	opacity: 1 !important;
}
.merk-title > a > b::after { content: " producten"; }



/* Winkelwagen + afrekenen */
.kruimelpadje i{
	margin: 0 5px;
}
/* Winkelwagen pagina */
#winkelwagen .cart th{
	color: var(--color-content-heading);
	opacity: 1;
	border-bottom: solid 1px var(--color-content-border) !important;
	font-weight: 600 !important;
}
#winkelwagen .cart .cart_item{
	border-top: solid 1px var(--color-content-border) !important;
	border-bottom: solid 1px var(--color-content-border) !important;
	margin-bottom: 0;
}
#winkelwagen .cart .cart_item > td{
	vertical-align: middle;
	border: none !important;
}
#winkelwagen .cart-collaterals .cart_totals{
	background: #fff;
	box-shadow: rgb(0 0 0 / 6%) 0px 2px 8px 2px;
	border-radius: var(--border-radius);
	padding: 40px;
	border: none;
}
#winkelwagen .shop_table button{
	padding: 0.9rem 1.8rem !important;
}
#winkelwagen .button{
	border-radius: var(--border-radius);
}
.current-broodkruimel{
	font-weight: 700 !important;
	color: var(--color-content-primary) !important;
}


/* Afrekenen */

#afrekenen textarea { border-radius: 15px; }
#afrekenen .vc_col-sm-6.wpb_column:last-child .wpb_wrapper{
	box-shadow: rgb(0 0 0 / 6%) 0px 2px 8px 2px;
	border-radius: var(--border-radius);
	padding: 2.5rem;
	border: none;
	background: #fff;
}
#afrekenen h3{
	margin-bottom: 1.5rem;
}
#afrekenen .w-checkout-order-review{
	margin-bottom: 1.5rem !important;
}
#afrekenen .cart_item:not(:last-child){
	border-bottom: solid 1px var(--color-content-border);
}
#afrekenen .cart_item > td{
	padding: 0.75rem 0;
}
#afrekenen .wc_payment_method{
	box-shadow: none !important;
}
#afrekenen li.wc_payment_method > *{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#afrekenen button{
	padding: 0.9rem 1.8rem !important;
	border-radius: var(--border-radius);
}
#afrekenen .woocommerce-checkout-review-order-table tfoot td { font-weight: 400 !important; }


/* Bestelling compleet */
#bestelnummer .woocommerce-order{
	padding: 0;
}
#bestelnummer .woocommerce-order ul{
	display: flex;
	justify-content: space-evenly;
}
#bestelgegevens .woocommerce-order-details{
	width: 50%;
	margin: 0 auto;
}
#bestelgegevens .woocommerce-order-details > h2{
	text-align: center;
	margin-bottom: 1.5rem;
}
#bestelgegevens .woocommerce-order-details > table{
	width: 85%;
	margin: 0 auto;
}
#bestelgegevens .woocommerce-customer-details{
	width: 50%;
	margin: 75px auto 0;
}
#bestelgegevens .woocommerce-customer-details .addresses > .woocommerce-column{
	padding: 20px;
	border: solid 1px var(--color-content-border);
	border-radius: var(--border-radius);
}
#bestelgegevens .woocommerce-customer-details--phone{
	margin-bottom: 0 !important;
}


/* mijn account */
.woocommerce-account .woocommerce-MyAccount-navigation li a:before{
	font-family: 'fontawesome';
	margin-right: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a:before{ content: "\f62a"; }
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a:before{ content: "\f847"; }
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a:before{ content: "\f2b9"; }
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a:before{ content: "\f2bd"; }
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:before{ content: "\f08b" }
.woocommerce-MyAccount-content table tr{
	border-bottom: solid 1px var(--color-content-bg-alt);
}
.woocommerce-MyAccount-content table td, .woocommerce-MyAccount-content table th{
	border: none !important;
}
.woocommerce-MyAccount-navigation-link--downloads{
	display: none;
}
.mp-dashboard-wrapper{
	display: none;
}
.custom-dash-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.custom-dash-container a {
	background: var(--color-content-bg-alt);
	display: block;
	padding: 40px 20px;
	border-radius: 1rem;
	text-align: center;
	width: calc(50% - 10px);
}
.custom-dash-container a:hover i {
	animation: size-grow 2s linear infinite;
}
.custom-dash-blok i {
	background: var(--color-content-primary);
	color: #fff;
	padding: 10px;
	font-size: 36px;
	border-radius: 50px;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 69px;
}
.custom-dash-blok span {
	display: block;
	color: #000;
	margin-top: 15px;
	font-size: 20px;
	font-weight: 600;
}
.myaccount_container .myaccount_custom {
	width: 90px;
	height: 90px;
	border-radius: 50px;
	overflow: hidden;
	min-width:90px;
}
.myaccount_container .myaccount_custom img {
	padding: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-width: 100%;
}
.myaccount_container {
	display:flex;
	align-items:center;
	gap: 20px;
}
.myaccount_container .username {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}
.myaccount_container .email {
	color: var(--color-alt-content-link-hover);
	font-weight: 400;
	font-size: 15px;
}
.woocommerce-MyAccount-content {
	margin-top: -90px !important;
}
.woocommerce-MyAccount-navigation-link a:before {
	color: #000;
	padding: 10px;
	border-radius: 50px;
	transition:all ease .3s;
}
.woocommerce-MyAccount-navigation-link:hover a:before {
	background: var(--color-alt-content-link-hover);
	transition:all ease .3s;
}
.woocommerce-MyAccount-navigation-link a {
	padding: 15px 0px !important;
	display: block;
	border-bottom: solid 2px #0000000f;
	color: #000 !important;
}
.woocommerce-MyAccount-navigation-link.is-active a:before {
	background: var(--color-alt-content-link-hover);
}
.woocommerce-MyAccount-navigation-link.is-active a {
	color:#000 !important;
}
.woocommerce-MyAccount-navigation-link {
	margin-bottom:0 !important;
}
.avatar {
	padding-left:0 !important;
}
.woocommerce>.woocommerce-MyAccount-navigation {
	margin-top:15px;
}
.woocommerce-EditAccountForm em {
	display: none;
}


/* Scrollbar */
body::-webkit-scrollbar { width: 1em; }
body::-webkit-scrollbar-track {
	background:#fff;
}
body::-webkit-scrollbar-thumb {
	background-color: var(--color-content-primary);
}

/* Cookie Banner */
.seopress-user-consent {
	font-size: 1rem !important;
	padding: 0.75rem !important;
	background: #f7f7f7 !important;
	border-right: 0 !important;
}
.seopress-user-consent p a:first-child {
	background-image: url(/wp-content/uploads/2022/01/yooker-cookies.png);
	width: 2rem;
	height: 2rem;
	display: inline-block;
	background-size: cover;
	margin-bottom: -11px;
	margin-right: 13px;
}
.seopress-user-consent #seopress-user-consent-accept{
	background: var(--color-content-primary);
	color: #fff;
	border-radius: var(--border-radius);
	padding: 0.5rem 2rem;
	font-size: 0.8rem;
	font-weight: 600;
	margin-left:50px !important;
	border: var(--border-radius);
	transition:all ease .3s;
}
.seopress-user-consent #seopress-user-consent-close {
	background: none !important;
	border: none !important;
	font-size: 0.8rem;
	padding: 3px 20px;
	font-weight: 600;
	color: #000;
	transition:all ease .3s;
}
.seopress-user-consent #seopress-user-consent-close:hover {
	border:none;
	background:none;
	color:red;
	transition:all ease .3s;
}
.seopress-user-consent p a:nth-child(2) {
	text-decoration:underline;
}
.seopress-user-consent p {
	padding-bottom:0 !important;
}


/* Klantenservice FAQ */
#klantenservice-faq .widget_nav_menu .menu{
	border: none !important;
}
#klantenservice-faq .widget_nav_menu .menu li a{
	border-top: none !important;
}
#klantenservice-faq .menu-item.current-menu-item>a{
	background: transparent;
	color: var(--color-content-primary);
}
#klantenservice-faq .menu-item.current-menu-item>a:hover{
	background: var(--color-content-bg-alt-grad);
}
#klantenservice-faq .w-tabs-section{
	border-color: rgba(0,0,0,0.2);
}
#klantenservice-faq #menu-klantenservice > li a:before{
	font-family: 'fontawesome';
	margin-right: 5px;
}
#klantenservice-faq #menu-klantenservice #menu-item-1231 a:before{ content: "\f847"; }
#klantenservice-faq #menu-klantenservice #menu-item-1232 a:before{ content: "\f788"; }
#klantenservice-faq #menu-klantenservice #menu-item-1235 a:before{ content: "\f0d1"; }
#klantenservice-faq #menu-klantenservice #menu-item-1234 a:before{ content: "\f0e2"; }
#klantenservice-faq #menu-klantenservice #menu-item-1233 a:before{ content: "\f590"; }
#klantenservice-faq #menu-klantenservice > li a{
	padding: 15px;
	border-right: solid 1px var(--color-content-bg-alt) !important;
	border-bottom: solid 1px var(--color-content-bg-alt) !important;
	margin-bottom: 5px !important;
}


/* Winkelmand aantal */
.product .cart .add_to_cart_button{
	flex: 1;
	font-size: 1rem !important;
	font-weight: 600 !important;
}


#search-form {
	width: 100%;
}



/* ========================================================================================= <RESPONSIVE> ===========================================================================================  */

/* Mobile Responsive */
@media screen and (max-width: 600px){	

	/* algemeen */
	.mobile-flex-center {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	/* Header */
	#mobile-menu { margin-left: 0; }
	#mobile-search-bar .w-search-open { display: none; }
	#mobile-search-bar .w-search-form {
		background: transparent;
		height: unset;
		visibility: unset;
		z-index: 2;
	}
	#mobile-search-bar .w-search-form .w-form-row { padding: 0.5rem 1.5rem; }
	#mobile-search-bar .w-search-form .w-form-row .w-form-row-field {
		position: static;
		transform: unset;
	}
	#mobile-search-bar .w-search-form .w-form-row .w-form-row-field > input[type="text"] { 
		font-size: 14px !important;
		background: #fff !important;
		height: 34px;
		padding: 0 0.75rem;
		border: solid 1px var(--color-content-border);
		border-radius: 50px;
	}

	/* Footer */
	#footer-rows > .wpb_column:not(:first-child) { margin-bottom: 0; }
	.footer-accordion .w-tabs-section { border: 0 !important; }
	.footer-accordion .w-tabs-section-header { 
		font-family: 'montserrat';
		font-weight: 600;
		line-height: 1.5;
		padding: 0.5rem 0; 
	}

	/* product overzicht */
	.w-filter .w-filter-opener { width: 100%; }
	.w-order .w-order-label { display: none; }
	.counter-order-wrapper > * { width: 50%; }

	/* Single product */
	#product-details .wcpa_row:not(:last-child) > .wcpa_field_wrap { margin-bottom: 1.5rem; }
	#product-details .wcpa_row:last-child > .wcpa_field_wrap { margin-bottom: 0; }
	#product-details .wcpa_field_wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
	}
	#product-details .wcpa_field_label { order: 1; }
	#product-details .wcpa_input-wrapper {
		width: calc(50% - (1rem / 2)) !important;
		order: 3;
		display: flex;
		align-items: center;
	}
	#product-details .wcpa_input-wrapper > * { 
		background: var(--inputs-background);
		border: solid 2px var(--inputs-border-color);  
	}
	#product-details .wcpa_input-wrapper > .wcpa-btn {
		width: 40px;
		height: 45px;
		display: block;
	}
	#product-details .wcpa_input-wrapper .wcpa-btn--minus 	{ border-radius: 50px 0 0 50px; border-right: 0; }
	#product-details .wcpa_input-wrapper .wcpa-btn--plus 	{ border-radius: 0 50px 50px 0; border-left: 0; }
	#product-details .wcpa_field { 
		text-align: center;
		width: 40px; 
		border-right-width: 0;
		border-left-width: 0;
		border-radius: 0;
		pointer-events: none;
	}
	#product-details .wcpa_field_desc {
		width: 100%;
		order: 2;
	}
	#product-details .wcpa_field_bottom {
		width: calc(50% - (1rem / 2)) !important;
		order: 4;
	}
	#product-details .wcpa_input-wrapper,
	#product-details .wcpa_field_bottom { margin-top: 0.5rem; }

	#product-details .quantity > .minus:nth-child(2),
	#product-details .quantity > .plus:last-child { display: none; }

	/* Bestelling compleet */
	#bestelnummer .woocommerce-order ul {	
		display: block!important;
	}
}

@media screen and (min-width: 601px) {
	.wcpa_field { grid-column: span 2; }
}

/* Tablet Responsive */
@media screen and (min-width: 601px) and (max-width: 1024px){
	
	/* Algemeen */
	.tablet-stacking-row > .wpb_column { width: 100%; }
	.tablet-stacking-row > .wpb_column:not(:last-child) { margin-bottom: 1.5rem; }
	
	.tablet-double-row > .wpb_column { width: 50%; }
	.tablet-double-row > .wpb_column:not(:nth-last-child(-n + 2)) { margin-bottom: 2rem; }
	
	/* Footer */
	#footer-rows > .wpb_column { width: 100%; }
	#footer-rows > .wpb_column:first-child { margin-bottom: 1.5rem; }
	
	/* Productoverzicht */
	#productoverzicht .w-filter-opener { width: 50%; min-width: 250px; }
	
	/* Single product */
	.wcpa_field_wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 0.5rem;
	}
	.wcpa_field_desc,
	.wcpa_field_desc ~ .wcpa_field_bottom { width: calc(50% - (0.5rem / 2)) !important; }

}

/* Mobile & Tablet */
@media screen and (max-width: 1024px){

	/* Header */
	#mobile-menu ul.w-nav-list.level_1 { background: transparent; }
	#mobile-menu ul.w-nav-list.level_1::before {
		content: "";
		position: absolute;
		inset: 0;
		background: rgba(33, 33, 33, 0.7);
		backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
	}
	#mobile-menu .widget_nav_menu { padding: 0; }
	#menu-mobile-categorieen > li > a,
	#menu-header-submenu-1 > li > a {
		padding: 0.5rem 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#menu-mobile-categorieen > li > a::after {
		content: "\f054";
		font-family: 'fontawesome';
		font-weight: 400;
		padding-left: 1rem;
	}

	/* Footer */
	.footer-accordions .vc_row > .wpb_column:not(:first-child) { margin-bottom: 0 !important; }


	/* Bestelling compleet */
	#bestelgegevens .woocommerce-order-details {
		width: 100%!important;
	}
	#bestelgegevens .woocommerce-customer-details {
		width: 85%!important;
	}
	/* Ludiek */
	#bestelling-toeter{
		display: flex;
		align-items: center;
	}
	#bestelling-toeter section > div{
		padding: 0!important;
	}
}

/* Laptop Responsive */
@media screen and (min-width: 1025px) and (max-width: 1536px){

}

/* Desktop Responsive */
@media screen and (min-width: 1537px){

}

/* Laptop & desktop */ 
@media screen and (min-width: 1025px) {

	/* Footer */
	footer .w-tabs-section { border: 0 !important; }
	footer .w-tabs-section-header { 
		padding: 0;
		pointer-events: none;
	}
	footer .w-tabs-section-title {
		font-family: var(--h6-font-family);
		font-size: var(--h6-font-size);
		line-height: var(--h6-line-height);
		font-weight: var(--h6-font-weight);
		text-transform: var(--h6-text-transform);
		font-style: var(--h6-font-style);
		letter-spacing: var(--h6-letter-spacing);
		margin-bottom: var(--h6-margin-bottom);
	}
	footer .w-tabs-section-control { display: none !important; }
	footer .w-tabs-section-content { 
		padding: 1.5rem 0 0 !important;
		display: block !important;
	}

	/* Afrekenen */
	#afrekenen .woocommerce-billing-fields__field-wrapper,
	#afrekenen .woocommerce-shipping-fields__field-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}


/* ========================================================================================= </RESPONSIVE> ==========================================================================================  */

/* Gelieve geen css hieronder te plaatsen */