/*
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);
}

/* =========================================================
 * Checkout stappen / breadcrumbs
 * ========================================================= */

.breadcrumbs {
	--circle-size: 44px;
	width: 100%; 
}

.breadcrumbs-list {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs-list::before {
	content: "";
	position: absolute;
	top: calc(var(--circle-size) / 2);
	left: 230px;
	right: 230px;
	z-index: 1;
	border-top: 3px dotted #EBEEFF;
}

.breadcrumb-item {
	position: relative;
	z-index: 2;
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--circle-size);
	height: var(--circle-size);
	border-radius: 50%;
	background: #EBEEFF;
	color: #616161;
	font-family: var(--h6-font-family);
	font-size: 1rem;
	font-weight: 600;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
}

.current-breadcrumb .step {
	background: var(--color-content-primary);
	color: #fff;
	box-shadow: 0 6px 18px rgba(219, 113, 55, 0.16);
}

.step-number {
	display: inline-block;
	line-height: 1;
}

.step-label {
	display: block;
	margin-top: 0.6rem;
	color: var(--color-content-heading);
	font-size: 1rem;
	font-weight: 500;
	white-space: nowrap;
}

.current-broodkruimel {
	color: var(--color-content-primary) !important;
	font-weight: 700 !important;
}

/* 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); */
	filter: unset !important;
}

.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;
}

.abc-label {
	display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgb(239, 125, 0);
    color: rgb(239, 125, 0);
    border-radius: 999px;
    padding: 6px 16px;
    font-size: 12px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 500;
}
.subtitle {
	font-size: 0.75rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--color-content-primary);
    font-weight: 700;
}

.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);
}
.mobile-combined-box-shadow {
	box-shadow: 
		0 4px 8px -2px rgba(16, 24, 40, 0.10),
		0 2px 4px -2px 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; }
#page-header .w-search input { border: 2px solid rgba(224, 224, 224, 0.15); }
#page-header .w-search input:focus { border: 2px solid var(--color-content-primary); }
#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 .w-cart-quantity {
	color: #fff !important;
}

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

/* Cart popup */
.w-cart .w-cart-content {
	width: 25rem;
}
.w-cart li.woocommerce-mini-cart-item.mini_cart_item {
	border-bottom: 1px solid rgba(220, 220, 220, 0.7);
	padding-bottom: 1rem;
}
.w-cart li.woocommerce-mini-cart-item.mini_cart_item:last-child {
	border: none;
}
.w-cart .wcpa_cart_meta {
	display: none;
	margin: 0.35rem 0 0;
	padding: 0.15rem 0 0.15rem 0.75rem;
	border-left: 2px solid #e8752e;
	font-size: 0.76rem;
	line-height: 1.4;
	color: #777;
}
.w-cart .mini_cart_item.options-open .wcpa_cart_meta {
	display: block;
}
.w-cart .wcpa_cart_meta .wcpa_cart_meta_item {
	display: flex !important;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.25rem;
	width: 100%;
	margin: 0 0 0.3rem;
	padding: 0;
}
.w-cart .wcpa_cart_meta .wcpa_cart_meta_item:last-child {
	margin-bottom: 0;
}
.w-cart .wcpa_cart_meta_item-label {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 0.74rem;
	font-weight: 600;
	line-height: 1.35;
	color: #555;
}
.w-cart .wcpa_cart_meta_item-value {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 0.74rem;
	font-weight: 400;
	line-height: 1.35;
	color: #888;
}
.w-cart .wcpa_cart_meta_item-value p {
	display: inline;
	margin: 0;
	padding: 0;
}
.w-cart .wcpa_cart_item_number {
	display: none !important;
}
.w-cart .cart-options-toggle {
	text-decoration: underline;
    text-underline-offset: 4px;
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	margin: 0.35rem 0 0;
	padding: 0;
	background: none;
	border: 0;
	color: #494949;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
}
.w-cart .mini_cart_item.options-open .cart-options-toggle::after {
	transform: rotate(90deg);
}
.w-cart .cart-options-toggle:hover {
	color: var(--color-content-primary);
	text-decoration: none;
}
.w-cart .woocommerce-mini-cart-item .quantity {
	margin-top: 0.2rem;
}

/* Relevanssi Spinner (Search State) */
#page-header .w-search .rlv-has-spinner {
	border: 8px solid var(--color-content-primary) !important;
	border-right-color: transparent !important;
}
#page-header .w-search .rlv-has-spinner::after { background: var(--color-content-primary) !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 prijs */
.product-prijs,
.price {
	display: flex;
	flex-wrap: wrap;
	gap: 0 .25rem;
	align-items: start;
}
.product-prijs .vanaf-prijs,
.product-prijs .amount,
.price .vanaf-prijs,
.price .amount,
.wcpa_total .amount {
	font-weight: 600;
	color: var(--color-content-heading);
}
.product-prijs .btw-text,
.price .btw-text,
.wcpa_total .btw-text,
.yk-upsell-summary__total .btw-text {
	font-weight: 600;
	color: var(--color-content-heading);
	font-size: .625rem !important;
}

/* Product overzicht */
.w-grid-item.type-product .us-add-to-favs-tooltip {
	pointer-events: none;
	min-width: 210px;
}
/* Filters */
#productoverzicht .w-filter-item { border: 0; }

#productoverzicht .w-filter-item.type_range_slider .w-filter-item-values { 
	display: flex;
    flex-direction: column;
	gap: 1rem;
}
#productoverzicht .w-filter-item.type_range_slider .w-filter-item-values .w-filter-item-slider-result {
    margin-top: unset;
    order: 1;

    display: flex;
    align-items: center;
	justify-content: space-between;
    gap: .75rem;
}
#productoverzicht .w-filter-item.type_range_slider .w-filter-item-values .w-filter-item-slider-result div {
    background-color: var(--color-content-gray-50);
    border: 2px solid rgba(224, 224, 224, 0.15);
    border-radius: 50px;
    padding: calc(.5rem - 2px) calc(1rem - 2px);
    font-weight: 400;
}
#productoverzicht .w-filter-item.type_range_slider .w-filter-item-values .w-filter-item-slider-result .for_min_value {
    order: 1;
}
#productoverzicht .w-filter-item.type_range_slider .w-filter-item-values .w-filter-item-slider-result::before {
    content: "";
    display: block;
    order: 2;
    width: .875rem;
    height: 2px;
    flex: 0 0 .875rem;
    background: var(--color-content-border);
	border-radius: 50px;
}
#productoverzicht .w-filter-item.type_range_slider .w-filter-item-values .w-filter-item-slider-result .for_max_value {
    order: 3;
}
#productoverzicht .w-filter-item.type_range_slider .w-filter-item-values .ui-slider { order: 2; }
#productoverzicht .w-filter-item.type_range_slider .w-filter-item-values .ui-slider::before {
	background: rgba(224, 224, 224, 0.75);
	border: unset;
	height: 2px;
}
#productoverzicht .w-filter-item.type_range_slider .w-filter-item-values .ui-slider .ui-slider-handle {
	width: 10px;
	height: 10px;
	border: 1px solid var(--color-content-orange-600);
	background: var(--color-content-link);
	top: 50%;
    transform: translateY(-50%);
}
#productoverzicht .w-filter-item.type_range_slider .w-filter-item-values .ui-slider .ui-slider-range {
	height: 2px;
	background: var(--color-content-orange-600);
	border: unset;
}

#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; */
	padding: 0.5rem 2rem 0.5rem 0;
	/* border-bottom: solid 1px var(--color-content-border-light); */
	border-bottom: 1px solid rgba(220, 220, 220, 1);
}
#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;
	display: none;
}
#productoverzicht .w-filter-item-value-amount::before { content: "("; }
#productoverzicht .w-filter-item-value-amount::after { content: ")"; }
#productoverzicht .w-filter-item-title::after {
	content: '\f107';
	font-family: 'fontawesome';
	border: 0;
	margin-top: 0;
	transform: translatey(-50%) rotate(0deg);
	transition: ease 0.2s;
	font-weight: 400;
	margin-right: .75rem;
	font-size: 1.4rem;
}
#productoverzicht .w-filter-item.expand .w-filter-item-title::after {
	content: '\f106';
}
.woocommerce .button:is(.alt,.checkout,.add_to_cart_button):not(.wcpa_add_to_cart_button).product_type_variable {
	aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#productoverzicht .pagination>:not(.custom) .page-numbers.current {
	background: #FAFAFA !important;
	font-weight: 600 !important;
    color: #000 !important;
}
#productoverzicht .pagination>:not(.custom) .page-numbers:hover { text-decoration: none !important; }
#productoverzicht .pagination>:not(.custom) .page-numbers.next,
#productoverzicht .pagination>:not(.custom) .page-numbers.prev {
	border: 2px solid #757575;
    background: #494949;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Productgrid */
.general-product-grid-wrapper .quantity { display: none; }
.general-product-grid-wrapper .stock,
#product-details .stock {
	color: var(--color-content-success-green);
	display: flex;
	align-items: center;
}
.general-product-grid-wrapper .stock.out-of-stock,
#product-details .stock.out-of-stock {
	color: var(--color-content-error-red);
}
.general-product-grid-wrapper .stock::before,
#product-details .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,
#product-details .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; }
.general-product-grid-wrapper .add_to_cart_button.product_type_simple {
	padding: .75rem 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 0.5rem;
}
.general-product-grid-wrapper .add_to_cart_button.product_type_simple i {
	width: 1.25rem;
	height: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.general-product-grid-wrapper .add_to_cart_button.product_type_simple .w-btn-label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 0.5rem;
}
.general-product-grid-wrapper .add_to_cart_button.product_type_variable {
	width: 2.5rem;
	height: 2.5rem;
	align-items: center;
    justify-content: center;
    display: flex;
}
.general-product-grid-wrapper .add_to_cart_button i {
	font-size: 1rem;
}

/* 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 */
.us-add-to-favs-tooltip {
	display: none !important;
}
#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 .product-sku,
#product-details .product_field.price,
#product-details .cart .variations label {
	color: var(--color-content-heading);
}
#product-details .variations { --inputs-height: 2.5rem; }
#product-details .variations select { border: 1px solid rgba(224, 224, 224, 0.15); }
#product-details .variations th,
#product-details .variations td {
	padding-bottom: 1rem;
}

#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; }
.single-product .woocommerce-message,
#winkelwagen .woocommerce-message,
.woocommerce-info {
	background: rgba(0, 96, 169, 0.06) !important;
    color: #0060a9;
}
.single-product .woocommerce-message a {
	color: #0060a9;
}
.single-product .single_add_to_cart_button.loading::before {
	display: none;
}
.single-product .single_add_to_cart_button::before {
	    content: '\f07a';
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    border-width: 0 !important;
    font-family: 'fontawesome';
    position: relative;
    margin-right: 0.5rem;
}
.single-product .add_to_cart .woocommerce-variation-price .price {
	display: flex;
    justify-content: end;
    gap: 0.25rem;
	font-weight: 700;
}
/* .single-product .add_to_cart .woocommerce-variation-price .price .btw-text {
	font-size: 14px;
	font-weight: 600;
} */
.single-product .wcpa_total {
	display: grid !important;
	grid-template-columns: 1fr auto auto;
	align-items: baseline;
	column-gap: 5px;
}
.single-product .wcpa_total .wcpa_price_outer {
	white-space: nowrap;
}
/* .single-product .wcpa_total > .btw-text {
	font-size: 0.8em;
	font-weight: 400;
	white-space: nowrap;
} */

/* Product tabs */
#product-tabs .w-tabs-list-h {
	border-bottom: solid 2px 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: transparent; }
#product-tabs .w-tabs-item:not(.active) .w-tabs-item-title { color: var(--color-content-heading); }
#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"; }

/* Productdocumenten */
#product-documents > a { 
	color: var(--color-content-heading);
	display: block;
	width: fit-content;

    margin: 0 0 0.5rem;
    padding: 0.75rem 1rem;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 8px;
    color: #555;
}
#product-documents > a > i { margin-right: 5px; }

/* Variabele producten */
#product-details .variations_form .woocommerce-variation-price {
	color: var(--color-content-heading);
	font-size: 1.25rem;
	font-weight: 600;
	text-align: right;
	width: 100%;
	margin-top: 0.5rem;
}

/* 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; }

/* Yooker Cart List (Offerte Aanvragen) */
#yooker-cart-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}
#yooker-cart-list li {
    position: relative;
    margin: 0 0 8px;
    padding: 12px 48px 12px 14px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.4;
    color: #555;
}
#yooker-cart-list li:last-child { margin-bottom: 0; }
#yooker-cart-list .yooker-remove-item {
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #f4f4f4;
    color: #df6f3a;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}
#yooker-cart-list .yooker-remove-item:hover {
    background: #df6f3a;
    color: #fff;
    transform: translateY(-50%) scale(1.05);
}

.woocommerce-mini-cart__buttons .button:not(.checkout) {
    --btn-background: unset;
    --btn-hover-background: unset;
    --btn-border-color: unset;
    --btn-hover-border-color: unset;	
	font-family: var(--font-family);
    font-style: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 1.5 !important;
    font-weight: 700;
    letter-spacing: 0em;
    padding: 0.75em 0em;
    transition-duration: 0.3s;
    border-radius: 0;
    transition-timing-function: ease;
    --btn-height: calc(1.5em + 2 * 0.75em);
    --btn-border-width: 0px;
    background: transparent;
    border-color: transparent;
    border-image: none;
    color: #DB7137 !important;
}
.woocommerce-mini-cart__buttons.buttons .button:not(.checkout):hover {
	color: var(--color-content-orange-600) !important;
}
.woocommerce-mini-cart__buttons .button {
	margin-top: 0 !important;
}

.current-broodkruimel{
	font-weight: 700 !important;
	color: var(--color-content-primary) !important;
}

/* WPBakery Breadcrumbs */
.g-breadcrumbs a { color: #616161; }
.g-breadcrumbs-separator { color: #9E9E9E; }
.g-breadcrumbs .g-breadcrumbs-item:last-child {
	font-weight: 700;
	color: var(--color-content-text);
}


/* 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;
	display: flex;
    align-items: center;
    gap: 0.5rem;
}
#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; }
#afrekenen .place-order button { border-radius: 50px; }
#afrekenen .show-password-input { display: none; }
#afrekenen .create-account { margin-top: 1rem; }
#afrekenen .woocommerce-info a {
	font-weight: 700;
	color: #0060a9;
}
#afrekenen .woocommerce-info a:hover { text-decoration: underline; }

.woocommerce-checkout-review-order-table .checkout-product-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
}
.woocommerce-checkout-review-order-table .wcpa_cart_meta_item-label {
	margin-bottom: 0 !important;
	font-weight: 500 !important;
}
.woocommerce-checkout-review-order-table .wcpa_cart_meta_item-value {
	margin-left: 0 !important;
}
.woocommerce-checkout-review-order-table .wcpa_cart_meta_item {
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.25rem;
	margin-bottom: .25rem;
}
.woocommerce-checkout-review-order-table .wcpa_cart_meta_item:last-of-type {
	margin-bottom: 0 !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,.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;
}
#klantenservice-faq .w-tabs-section-title { font-weight: 600; }

/* Winkelmand aantal */
.product .cart .add_to_cart_button{
	flex: 1;
	font-size: 1rem !important;
	font-weight: 600 !important;
}
#search-form { width: 100%; }

/* =========================================================
 * Relevanssi Live Search
 * ========================================================= */
.relevanssi-live-search-results {
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 9999;
    max-height: 600px !important;
    width: 125% !important;
}
.relevanssi-live-search-result {
	margin: 0;
	padding: 0;
	background: #fff;
	border-bottom: 1px solid #EEEEEE;
}
.relevanssi-live-search-result:last-child { border-bottom: 0; }
.abc-search-result {
	display: inline-flex !important;
	align-items: center;
	gap: 16px;
	width: 100%;
	padding: 12px 16px;
	color: #212121;
	text-decoration: none !important;
	background: #fff;
	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}
.abc-search-result:hover,
.abc-search-result:focus {
	background: #EEEEEE;
	color: #212121;
	text-decoration: none;
}
.abc-search-result__image {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #EEEEEE;
	border-radius: 3px;
	overflow: hidden;
}
.abc-search-result__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.abc-search-result__content {
	flex: 1 1 auto;
	min-width: 0;
}
.abc-search-result__title {
	margin: 0 0 5px;
	color: #212121;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}
.abc-search-result__price {
	color: var(--color-content-primary);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}
.abc-search-result__price del {
	margin-right: 5px;
	color: #9E9E9E;
	font-size: 13px;
	font-weight: 400;
}
.abc-search-result__price ins {
	color: var(--color-content-primary);
	text-decoration: none;
	font-weight: 700;
}
.abc-search-result__arrow {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9E9E9E;
	transition:
		color 0.2s ease,
		transform 0.2s ease;
}
.abc-search-no-results {
	padding: 18px 20px;
	color: #616161;
	background: #fff;
	font-size: 14px;
	line-height: 1.5;
}
@media (max-width: 600px) {
	.abc-search-result {
		gap: 12px;
		padding: 10px 12px;
	}
	.abc-search-result__image {
		flex-basis: 60px;
		width: 60px;
		height: 60px;
	}
	.abc-search-result__title,
	.abc-search-result__price {
		font-size: 14px;
	}
}
.abc-search-section-title {
	padding: 10px 16px;
	background: #EEEEEE;
	color: #616161;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.abc-search-section-title--products { border-top: 1px solid #E0E0E0; }
.abc-search-categories { background: #fff; }
.abc-search-categories__list {
	display: flex;
	flex-direction: column;
}
.abc-search-category {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	width: 100%;
	padding: 11px 16px;
	background: #fff;
	border-bottom: 1px solid #EEEEEE;
	color: #212121;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}
.abc-search-category:hover,
.abc-search-category:focus {
	background: #EEEEEE;
	color: var(--color-content-primary);
	text-decoration: none;
}
.abc-search-category__name {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}
.abc-search-category__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: #9E9E9E;
	transition:
		color 0.2s ease,
		transform 0.2s ease;
}

/* Productcategorie filter met subcategorieën */
.w-filter-item[data-name="product_cat"] .w-filter-item-value {
	position: relative;
}
.w-filter-item[data-name="product_cat"] .w-filter-item-value.has-children > label {
	padding-right: 2rem;
}
.w-filter-item[data-name="product_cat"] .category-child-toggle {
	position: absolute;
	top: 50%;
	right: 0;
	padding: 0 .75rem 0 0;
	margin: 0;
	border: 0;
	background: transparent;
	transform: translateY(-50%);
	cursor: pointer;
}
.w-filter-item[data-name="product_cat"] .category-child-toggle::before {
	font-family: "fontawesome";
	content: "\f107";
	display: block;
	font-size: 1.4rem;
	margin: auto;
}
.w-filter-item[data-name="product_cat"] .is-category-open > .category-child-toggle::before {
	content: '\f106';
}
.w-filter-item[data-name="product_cat"] .category-child-hidden {
	display: none !important;
}
.w-filter-item[data-name="product_cat"] .depth_2 {
	padding-left: 1.5rem;
}
.w-filter-item[data-name="product_cat"] .depth_3 {
	padding-left: 3rem;
}

/* Mobiel filterpaneel */
.mobile-filter-list .w-filter-list {
	position: fixed !important;
	top: 2rem !important;
	bottom: 2rem !important;
	left: 2rem !important;
	right: auto !important;

	width: calc(100% - 4rem) !important;
	height: auto !important;

	padding: 12px;
	border-radius: 15px;
	background: #fff;

	z-index: 10002;

	/* Donkere achtergrond achter het filter */
	box-shadow:
		0 0 0 100vmax rgba(0, 0, 0, 0.55),
		0 4px 20px rgba(0, 0, 0, 0.15);

	overflow-y: auto;
}
.mobile-filter-list .w-filter-list-title {
	display: none !important;
}
.mobile-filter-list .w-filter-list .w-filter-list-closer {
	right: 2rem;
    top: 2rem;
    width: 3rem;
    height: 3rem;
    border-bottom-left-radius: 5px;
	border-top-right-radius: 15px;
    background: var(--color-content-gray-50);
	font-size: 1.5rem;
}
.mobile-filter-list .w-filter-item-values {
	max-height: none !important;
}
.mobile-filter-list .w-filter-list-panel {
	bottom: 2rem;
	left: 2rem;
	right: 2rem;
	padding: 0;
	background: unset;
	box-shadow: unset;
}
.mobile-filter-list .w-filter-button-submit {
	width: 100%;
	border-radius: 0 0 15px 15px;
}

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

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

	.breadcrumbs-list::before {
		left: 20px;
		right: 20px;
	}
	.step {
		width: 36px;
		height: 36px;
	}
	.step-label {
		font-size: 0.85rem;
	}

	.mobile-filter-list .w-filter-list {
		top: 1rem !important;
		bottom: 1rem !important;
		left: 1rem !important;
		width: calc(100% - 2rem) !important;
	}
	.mobile-filter-list .w-filter-list .w-filter-list-closer {
		right: 1rem;
		top: 1rem;
		width: 2rem;
		height: 2rem;
		font-size: 1rem;
	}
	.mobile-filter-list .w-filter-list-panel {
		bottom: 1rem;
		left: 1rem;
		right: 1rem;
	}

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

	/* Homepagina USPS section */
	.usps-section .w-iconbox .w-iconbox-title { font-size: 1.25rem !important; }

	/* 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;
	}

	/* Header Relevanssi Search Container */
	header .relevanssi-live-search-results {
		position: inherit !important;
	}

	/* 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 .woocommerce-variation-price {
		font-size: 1.2rem;
		font-weight: 700;
		text-align: right;
		width: 100%;
	}
	
	#product-details .quantity { margin-left: auto; }
	#product-details .quantity > input { width: 3.5em; }
	#product-details .quantity > .minus:nth-child(2),
	#product-details .quantity > .plus:last-child { display: none; }
	/* Product variations */
	table.variations tr {
		display: flex;
		flex-direction: column;
	}
	
	#product-tabs .product_field.attributes > div:not(:last-child) { margin-bottom: 0.5rem; display: block; }

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

	/* Offerte aanvragen lijst */
	#yooker-cart-list li {
        padding: 11px 44px 11px 12px;
        font-size: 14px;
    }
    #yooker-cart-list .yooker-remove-item {
        right: 8px;
        width: 26px;
        height: 26px;
    }

	/* Product detailpagina */
    .single-product .single_add_to_cart_button { font-size: 0 !important; }
    .single-product .single_add_to_cart_button::after {
		content: "Toevoegen";
        font-size: 16px;
        padding: 0.75em 1.25em;
        line-height: 1.5 !important;
        display: block;
    }
	.single-product table.variations tr {
        display: flex !important;
		flex-direction: column;
	}
	#product-details .variations th,
	#product-details .variations td {
		padding-bottom: .25rem;
	}
}

@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;
	}
}

@media screen and (max-width: 1536px){
	
	#productoverzicht .w-filter-item.type_range_slider .w-filter-item-values .w-filter-item-slider-result {
		flex-wrap: wrap;
	}
}

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

	#productoverzicht .w-filter-item.type_range_slider .w-filter-item-values .w-filter-item-slider-result::before {
		display: none;
	}
}

/* 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 */