/*
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);
}
.h6-counter-title .w-counter-title, 
.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; }
.overflow-slider .owl-stage-outer { overflow: visible; }
.logo-main i { color: var(--color-content-primary);}
.logo-secondary i { color: var(--color-content-primary); }
.contain-img img { object-fit: contain !important; }


.us-nav-style_4>*, 
.navstyle_4>.owl-nav button, 
.us-btn-style_4,
.us-nav-style_3>*, 
.navstyle_3>.owl-nav button, 
.us-btn-style_3{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.blok-bg-right::before {
	content: "";
	background: var(--color-content-bg-alt);
	border-radius: 4px 0 0 4px;
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 60%;
}
.blok-bg-left::before {
	content: "";
	background: var(--color-content-bg-alt);
	border-radius: 0 4px 4px 0;
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 60%;
}

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

/* Gforms */
.gform_required_legend { display: none; }
.gform_body textarea { resize: none; }

/* Breadcrumbs */
.g-breadcrumbs-item:first-child {
	width: 16px;
	position: relative;
}
.g-breadcrumbs-item:first-child > a::before {
	content: "\f80b";
    font-family: 'fontawesome';
    font-weight: 700;
	background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


/* Header */
#desktop-menu > ul > li:first-child > a {
	padding-left: 0 !important;
}

.categorie-menu .w-nav-list.level_2::before {
	content: "";
	background: var(--color-content-bg-alt);
	border-radius: 4px 0 0 4px;
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 60%;
}
.categorie-megamenu-columns {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.categorie-megamenu-title {
	font-size: 18px;
	display: block;
	margin-bottom: 1rem;
}
.categorie-megamenu-columns > .categorie-megamenu-column { 
	flex: 1; 
	min-width: 20%;
}
.categorie-megamenu-children {
	list-style: none;
	margin: 0;
}
.relevanssi-live-search-results.relevanssi-live-search-results-showing {
	top: 100% !important;
	left: 0 !important;
}

/* Footer */
footer .w-tabs-section-header { color: var(--color-footer-heading) !important; }

#menu-footer-producten > li,
#menu-klantenservice-1 > li {
	margin-bottom: 1rem;
}


/* Reviews */
/* Review widget */
.yooker-google-rating {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.yooker-rating-score {
	font-weight: 700;
}
.yooker-rating-score > span {
	font-weight: 400;
}
.yooker-google-rating i {
	color: var(--color-content-stars);
}


/* Review widget review module */
#reviews .yooker-review-module {
    background: var(--color-content-bg-alt);
}
 /* Review widget footer */
footer .yooker-review-module {
    color: var(--color-content-heading) !important;
    background: rgba(255, 255, 255, 0.75);
}
#reviews .yooker-review-module,
footer .yooker-review-module {
	width: 100%;
	padding: 0.5rem 0.75rem;
	border-radius: 6px;
	box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.10), 0 2px 4px -2px rgba(16, 24, 40, 0.06);
	display: flex;
	justify-content: center;
	transition: 0.3s ease;
}



/* Trustpilot button */
.trustpilot-button {
    color: var(--color-content-heading) !important;
	text-decoration: none;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.75);
    width: 100%;
	height: 56px;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.10), 0 2px 4px -2px rgba(16, 24, 40, 0.06);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
	transition: 0.3s ease;
}
.trustpilot-button img { max-height: 20px; }

/* Alle widgets */
#reviews .yooker-review-module:hover,
footer .yooker-review-module:hover,
.trustpilot-button:hover {
	background: #fff;
	text-decoration: none !important;
}



/* Home */
#hero-grid {
	display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 266px);
}
#hero-grid .grid-item {
	border-radius: 0.25rem;
	position: relative;
	overflow: hidden;
}
#hero-grid .grid-item.item-big {
	grid-column: span 7;
	grid-row: span 2;
}
#hero-grid .grid-item.item-small {
	grid-column: span 5;
    grid-row: span 1;
}
#hero-grid .grid-item > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: ease 0.3s;
}
#hero-grid .grid-item .content-wrapper {
	color: #fff;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	padding: 1.5rem;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
#hero-grid .grid-item .content-wrapper .content-heading {
	color: #fff;
}
#hero-grid .grid-item .content-wrapper > a {
	min-width: 40px;
	position: relative;
	z-index: 2;
}
#hero-grid .grid-item.item-small .content-wrapper {
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	align-items: center;
}
#hero-grid .grid-item.item-small .content-wrapper > a {
	transform: rotate(-45deg);
}
#hero-grid .global-link {
	position: absolute;
	inset: 0;
}

#hero-grid .grid-item:hover > img {
	transform: scale(1.05);
}



/* - Productoverzicht - */
/* 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);
	padding: 0.5rem 1.5rem 0.5rem 0;
	border-bottom: solid 1px var(--color-content-border); 
}
#productoverzicht .w-filter-item .w-filter-item-content { padding-top: 1rem; }
#productoverzicht .w-filter-list input[type="checkbox"]:checked {
    color: #fff;
    background: var(--color-content-primary);
}
#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: ")"; }

/* Productgrid/carousel */
.general-product-grid-wrapper .add_to_cart_button, 
.general-product-grid-wrapper a.product_type_simple {
	background: var(--color-content-secondary);
    width: 2.5rem !important;
    height: 2.5rem;
    padding: 0 !important;
	border-color: var(--color-content-secondary);
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-stock-status {
	display: flex;
	align-items: center;
	gap: 0.25rem;
}
.product-stock-status .stock-text {
	font-size: 14px;
	font-weight: 400;
}
.general-product-grid-wrapper .add_to_cart_button:hover, 
.general-product-grid-wrapper a.product_type_simple:hover {
	background: var(--color-content-secondary-700) !important;
	border-color: var(--color-content-secondary-700) !important;
}
.general-product-grid-wrapper .quantity:not(#upsells .quantity) { display: none; }

.general-product-grid-wrapper .product_type_variable.add_to_cart_button,
.outofstock .general-product-grid-wrapper a.product_type_simple {
	transform: rotate(-45deg);
}
.general-product-grid-wrapper .product_field::after {
	content: "excl btw.";
	font-size: 12px;
	margin-left: 0.5em;
}

/* USP Balk in producten */
.usp-balk {
	grid-column: span 3;
}
.usp-wrapper {
	text-align: center;
	padding: 1rem;
	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: "\f336";
	color: var(--color-content-primary-600);
	font-family: 'fontawesome';
	font-weight: 700;
	margin-right: 10px;
}


/* - Single product - */

/* Algemeen */
#product-details::before {
    content: "";
    background: var(--color-content-bg-alt);
    width: 40%;
    aspect-ratio: 1;
    position: absolute;
    top: -150px;
    left: 0;
}

/* Variabele producten */
main.product-type-variable #product-details .product_field.price:not(#upsells .product_field.price) { display: none; }
.woocommerce-variation.single_variation .woocommerce-Price-amount {
	color: var(--color-content-heading);
	font-family: 'Poppins';
	font-size: 1.5rem;
	font-weight: 700;
}
.woocommerce-variation.single_variation .woocommerce-Price-amount::after {
	content: "excl btw.";
	font-size: 12px;
	margin-left: 0.5em;
}

/* Product galerij */
.custom-product-gallery-main-image {
	width: 100%;
	border-radius: 0.25rem;
	aspect-ratio: 1;
	object-fit: contain;
}

.custom-product-gallery-thumbs-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}
.custom-product-gallery-thumbs-track {
    width: 100%;
}
.custom-product-gallery-thumb {
	background: transparent;
    width: calc(25% - 0.5rem);
	padding: 0;
	border: solid 1px var(--color-content-border);
	border-radius: 0.25rem;
    margin-right: 16px;
}
.custom-product-gallery-thumb img {
    display: block;
    width: 100%;
    height: auto;
	aspect-ratio: 1;
	object-fit: contain;
}

/* Product tabs */
#product-tabs .w-tabs-section-header { color: var(--color-content-heading); }
#product-tabs .w-tabs-section-content { padding: 1.5rem 0; }
#product-specificaties .w-post-elm-before { padding-left: 1rem; }
#product-tabs .w-tabs-section-content a:not(#product-documenten a) { pointer-events: none; }
#product-specificaties > div:nth-child(odd) { background: var(--color-content-bg-alt); }

/* Product documenten */
#product-documenten > a { 
	color: #fff;
    text-align: center;
    background: var(--color-content-primary);
    width: fit-content;
    min-width: 50%;
    padding: 0.75em 1.25em;
    display: block;
}
#product-documenten > a:not(:last-child) { margin-bottom: 0.5rem; }
#product-documenten > a::before {
	content: "\f56d";
	font-family: 'fontawesome';
	margin-right: 0.5rem;
}
#product-documenten > a:hover {
	text-decoration: none;
	background: var(--color-content-primary-600);
	border-color: var(--color-content-primary-600);
}

/* Offerte aanvraag */
#offerte-aanvraag-knop .add-request-quote-button {
	line-height: 1.5 !important;
	height: 48px;
	padding: 0.75em 1.25em !important;
	border-width: 2px !important;
	margin-top: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
#offerte-aanvraag-knop .yith_ywraq_add_item_browse_message a {
	color: var(--color-content-secondary);
}

/* Product variaties swatches */
#product-details .variable-item {
	border: solid 3px transparent;
	border-radius: 0.25rem;
	box-shadow: 
		0 2px 4px 0 rgba(16, 24, 40, 0.10), 
		0 2px 2px 0 rgba(16, 24, 40, 0.06);
}
#product-details .variable-item.button-variable-item {
	padding: 1rem !important;
	height: unset !important;
}
#product-details .variable-item.color-variable-item,
#product-details .variable-item.image-variable-item {
	padding: 1px !important;
	width: 58px !important;
	height: 58px !important;
}
#product-details .variable-item.color-variable-item .variable-item-span,
#product-details .variable-item.image-variable-item .variable-item-contents {
	border: solid 1px var(--color-content-border);
	overflow: hidden;
}
#product-details .variable-item[aria-checked="true"] {
	border: solid 3px var(--color-content-primary);
}
#product-details .variable-item.button-variable-item[aria-checked="true"] {
	background: var(--color-content-primary-25);
}
#product-details .variable-item[aria-checked="true"] > .variable-item-contents::before { display: none; }

/* Product details */
#product-details #product-tags {
	display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}
#product-details #product-tags > a {
	font-size: 14px;
    color: #fff !important;
    line-height: 1.5;
    font-weight: 400;
    background: var(--color-content-primary);
    padding: 4px 8px;
    border-radius: 0.25rem;
}
#product-details #product-tags > b { display: none; }
.woocommerce-variation-availability .stock,
.add_to_cart .stock{
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.woocommerce-variation-availability .stock::before,
.add_to_cart .stock::before{
	content: "";
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.woocommerce-variation-availability .stock.in-stock::before,
.add_to_cart .stock.in-stock::before { background-image: url("/wp-content/uploads/2026/03/Stock-Icon-Container.svg"); }
.woocommerce-variation-availability .stock.out-of-stock::before,
.add_to_cart .stock.out-of-stock::before { background-image: url("/wp-content/uploads/2026/03/Stock-Icon-Container-1.svg"); }
.woocommerce-variation-availability .in-stock,
.add_to_cart .stock.in-stock {
	color: var(--color-content-inventory);
}
#product-details .single_add_to_cart_button { flex-grow: unset; }
#product-details .single_add_to_cart_button::before {
	content: "\f07a";
	font-family: 'fontawesome';
	font-weight: 700;
	margin-right: 0.5rem;
	position: static;
	border: 0;
	border-radius: unset;
}
#product-details .woocommerce-message { background: var(--color-content-secondary-25); }

/* Upsells */
#upsells .quantity .minus,
#upsells .quantity .plus {
	display: none !important;
}
#upsells .cart {
	display: flex;
	gap: 1rem;
	align-items: center;
}



/* Offerte aanvragen pagina */
#offerte-aanvraag-formulier #yith-ywraq-form > table {
	width: 100%;
	float: unset;
}
#offerte-aanvraag-formulier #yith-ywraq-form > table th,
#offerte-aanvraag-formulier #yith-ywraq-form > table td { vertical-align: middle; }
#offerte-aanvraag-formulier #yith-ywraq-form > table .quantity { justify-content: flex-end; }
#offerte-aanvraag-formulier #yith-ywraq-form > table td.product-name ul {
	list-style: none;
	margin: 0.5rem 0 0 !important;
}
#offerte-aanvraag-formulier #yith-ywraq-form > table td.product-name ul > br { display: none; }
#offerte-aanvraag-formulier .ywraq-form-table-wrapper > .yith-ywraq-mail-form-wrapper {
	background: var(--color-content-card-bg);
	padding: 2rem;
	border-radius: 0.25rem;
}
#offerte-aanvraag-formulier .yith-ywraq-mail-form-wrapper > h3 {
	padding: 0 15px 1.5rem;
}
#offerte-aanvraag-formulier .button.raq-send-request {
	background: var(--color-content-secondary);
	border-color: var(--color-content-secondary);
}
#offerte-aanvraag-formulier .button.raq-send-request:hover {
	background: var(--color-content-secondary-700);
	border-color: var(--color-content-secondary-700);
}



/* 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;
}
#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 .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: 0.25rem;
	width: unset;
	height: unset;
}


/* 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';
	font-weight: 700;
	margin-right: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a:before{ content: "\f625"; }
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--quotes a:before{ content: "\f15c"; }
.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-card-bg);
	display: block;
	padding: 40px 20px;
	border-radius: 0.25rem;
	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;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions > a:not(:last-child) { margin-right: 0.5rem; }

section.woocommerce-order-details.woocommerce-info.mollie-instructions { background: var(--color-content-secondary-25); }

.woocommerce-Addresses .woocommerce-Address-title.title h2 { font-size: 2rem; }


.ywraq-view-quote-wrapper .shop_table.order_details { 
	border: 0 !important; 
	border-radius: 0.25rem !important;
	overflow: hidden;
}
.ywraq-view-quote-wrapper .shop_table.order_details thead th { 
	color: var(--color-content-heading);
	opacity: unset;
}
.my_account_quotes .raq_status.new { 
	color: var(--color-content-heading);
	background: var(--color-content-secondary-25); 
}
.ywraq-status.ywraq-new { color: var(--color-content-secondary); }
.ywraq-admin-message { 
	color: var(--color-content-text) !important;
	background: var(--color-content-card-bg) !important;
}
.ywraq-view-quote-wrapper .ywraq-customer-information h3 { font-size: 1.5rem; }


/* 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';
	font-weight: 700;
	margin-right: 5px;
}
#klantenservice-faq #menu-klantenservice #menu-item-1231 a:before{ content: "\f847"; }
#klantenservice-faq #menu-klantenservice #menu-item-1235 a:before{ content: "\f0d1"; }
#klantenservice-faq #menu-klantenservice #menu-item-1233 a:before{ content: "\f590"; }
#klantenservice-faq #menu-klantenservice #menu-item-17633 a:before{ content: "\f0ad"; }
#klantenservice-faq #menu-klantenservice #menu-item-17648 a:before{ content: "\f2f7"; }
#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 .quantity {
	display:flex;
}
.product .quantity input.qty::-webkit-outer-spin-button, 
.product .quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}
.product .quantity input[type=number] {
	-moz-appearance: textfield !important;
	background: #42B26F !important;
	color: #fff !important;
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 600;
	width: 2rem !important;
	text-align: center;
	padding:0 !important;
	border:none !important;
	border-radius: 0 !important;
}
.product .quantity .button-minus, .product .quantity .button-plus {
	background: #42B26F !important;
	color: #fff !important;
	font-family: var(--font-body);
	font-size: 1.5rem;
	border:none !important;
} */
.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){	
	
	/* VERWIJDEREN */
	#wpadminbar { position: relative; }
	
	/* Algemeen */
	.blok-bg-right::before,
	.blok-bg-left::before {
		height: 40%;
	}
	
	/* Mijn account */
	.woocommerce-MyAccount-content { margin-top: 0 !important; }
	.custom-dash-container a { width: 100%; } 
	
	
	/* Header */
	header .l-subheader.at_middle .w-popup-trigger { padding: 0 0.25rem; }
	header .l-subheader.at_middle .w-nav { margin-left: 0; }
	header .l-subheader.at_bottom {
		box-shadow: 
			0 4px 8px -2px rgba(16, 24, 40, 0.10), 
			0 2px 4px -2px rgba(16, 24, 40, 0.06) !important;
	}
	#mobile-search-bar .w-search-open { display: none; }
	#mobile-search-bar .w-search-form {
		height: unset;
		border-top: solid 1px var(--color-content-border-light);
		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: var(--color-content-card-bg) !important;
		height: 34px;
		padding: 0 0.75rem;
		border: solid 1px var(--color-content-border);
		border-radius: 0.5rem;
	}
	
	
	/* Footer */
	#footer-main-content > .vc_col-sm-2 { margin-bottom: 0; }
	
	/* Home */
	#hero-grid {
		grid-template-rows: repeat(1, 1fr);
	}
	#hero-grid .grid-item {
		grid-column: span 12 !important;
	}
	#hero-grid .grid-item { aspect-ratio: 3/2; }
	#hero-grid .grid-item .content-wrapper { padding: 1.5rem 0.75rem 0.75rem; }
	#hero-grid .grid-item .content-heading {
		font-size: 1.25rem;
	}
	#hero-grid .grid-item.item-big .content-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 1rem;
	}
	#hero-grid .grid-item.item-big .w-separator { display: none; }
	#hero-grid .grid-item.item-big a.w-btn {
		width: 40px;
		height: 40px;
		padding: 0 !important;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		transform: rotate(-45deg);
	}
	#hero-grid .grid-item.item-big .button-text-value { display: none; }

	/* Productoverzicht */
	.w-filter-opener {
		width: 100%;
	}
	
	/* Single product */
	#product-specificaties > div > span { padding: 0.5rem 1rem 1rem; }
	#product-specificaties > div > span:first-child { padding-bottom: 0; }
	
	#product-details .variable-item.color-variable-item, #product-details .variable-item.image-variable-item {
		width: 44px !important;
		height: 44px !important;
	}

	/* Offerte aanvraag formulier */
	#yith-ywraq-form .product-name ul li { font-weight: 400; }

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

}

/* Mobile minimaal */
@media screen and (min-width: 601px) {
	
	/* Afrekenen */
	#afrekenen .woocommerce-billing-fields__field-wrapper,
	#afrekenen .woocommerce-shipping-fields__field-wrapper{
		grid-template-columns: repeat(2, 1fr);
	}

}


/* Tablet Responsive */
@media screen and (min-width: 601px) and (max-width: 1024px){
	
	/* Algemeen */
	
	/* Tablet sections */
	.tablet-stacking .vc_row > .wpb_column { width: 100% !important; }
	.tablet-stacking .vc_row > .wpb_column:not(:last-child) { margin-bottom: 1.5rem; }
	
	/* Tablet rows */
	.tablet-stacking-row > .wpb_column { width: 100% !important; }
	.tablet-stacking-row > .wpb_column:not(:last-child) { margin-bottom: 1.5rem; }
	
	.tablet-stacking-wrapper { flex-wrap: wrap; }
	
	.tablet-row-2 > .wpb_column { width: 50% !important; }
	.tablet-row-2 > .wpb_column:not(:nth-last-child(-n + 2)) { margin-bottom: 3rem; }
	
	.tablet-row-2-uneven > .wpb_column { min-width: 50%; flex: 1; }
	.tablet-row-2-uneven > .wpb_column:not(:last-child) { margin-bottom: 1.5rem; }
	
	/* Footer */
	#footer-main-content .vc_col-sm-2 { margin-bottom: 0; }
}

/* Mobile & Tablet */
@media screen and (max-width: 1024px){
	
	/* Megamenu Mobile */
	#megamenu-mobile .w-tabs-section { border: 0; }
	#megamenu-mobile .w-tabs-section-header { 
		font-family: 'poppins';
		font-weight: 500;
		padding: 0.5rem 0; 
	}
	#megamenu-mobile .w-tabs-section-header.active { color: var(--color-content-primary-600); }
	#megamenu-mobile .w-tabs-section-content { 
		padding: 0 1rem !important;
		border-top: solid 1px var(--color-content-primary);
	}
	#megamenu-mobile .categorie-megamenu-columns { display: block; }
	#megamenu-mobile .categorie-megamenu-column > a,
	#megamenu-mobile .categorie-megamenu-parent-link { 
		font-size: 14px;
		font-weight: 400 !important;
		font-family: 'poppins';
		line-height: 1.5;
		padding: 0.375rem 0; 
		margin-top: 0.5rem;
		margin-bottom: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#megamenu-mobile .categorie-megamenu-column > a::after,
	#megamenu-mobile .categorie-megamenu-parent-link::after {
		content: "\f054";
		font-family: 'fontawesome';
		font-weight: 400;
	}
	#megamenu-mobile .categorie-megamenu-children { display: none; }
	#megamenu-mobile .mobile-menu-btn-wrapper .w-btn-wrapper { margin: 0; }
	
	
	/* 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 & desktop */ 
@media screen and (min-width: 1025px) {
	
	/* Header */
	header .l-subheader.at_bottom { border-top: solid 1px var(--color-content-border-light); }
	.categorie-megamenu-parent-link-wrap { display: none; }
	
	/* 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;
	}
	
}

/* Laptop Responsive */
@media screen and (min-width: 1025px) and (max-width: 1536px){
	
	/* Home */
	#home-faq .w-iconbox-title { min-height: 63px; }
	
	/* Footer */
	#footer-content .wpb_row > .wpb_column:not(#footer-socket .wpb_column) { width: 20%; }
	#footer-content .wpb_row > .vc_col-sm-1 { display: none; }
	
}

/* Tot desktop */
@media screen and (max-width: 1536px) {
	.w-filter-item-values { flex-wrap: wrap; }
}

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

/* Vanaf laptop */
@media screen and (min-width: 1025px){
	#offerte-aanvraag-formulier .ywraq-form-table-wrapper {
		display: flex;
		gap: 4rem;
	}
	#offerte-aanvraag-formulier .ywraq-form-table-wrapper > #yith-ywraq-form,
	#offerte-aanvraag-formulier .ywraq-form-table-wrapper > .yith-ywraq-mail-form-wrapper { width: 50%; }
}


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

/* Gelieve geen css hieronder te plaatsen */