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

/* Headings */
.heading1{
	color: var(--h1-color, inherit);
	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);
}
.heading2{
	color: var(--h2-color, inherit);
	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);
}
.heading3{
	color: var(--h3-color, inherit);
	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);
}
.heading4{
	color: var(--h4-color, inherit);
	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);
}
.heading5{
    color: var(--h5-color, inherit);
    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, .heading6{
	/*color: var(--h6-color, inherit);*/
	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 */
.contain-img img { object-fit: contain; }

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

/* Producten */
/* Algemeen */
form.cart:not(.product-variabel-product form.cart) { display: flex; }
.quantity { display: flex; }

/* 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: var(--border-radius);
}


/* 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(--secondary-color);
	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 {
	color: #fff !important;
	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 {
	color: #fff !important;
	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;
}

#klantenservice-faq #menu-klantenservice #menu-item-15926 a:before { content: "\f0c4"; }
#klantenservice-faq #menu-klantenservice #menu-item-15930 a:before { content: "\f2f7"; }
#klantenservice-faq #menu-klantenservice #menu-item-15937 a:before { content: "\f7d9"; }
#klantenservice-faq #menu-klantenservice #menu-item-15938 a:before { content: "\f05a"; }
#klantenservice-faq #menu-klantenservice #menu-item-15939 a:before { content: "\f0d1"; }
#klantenservice-faq #menu-klantenservice #menu-item-15947 a:before { content: "\f2ea"; }
#klantenservice-faq #menu-klantenservice #menu-item-15948 a:before { content: "\f06a"; }
#klantenservice-faq #menu-klantenservice #menu-item-15949 a:before { content: "\f336"; }


/* 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;
}
.product .post_image{
	background: var(--color-content-bg-alt);
	border-radius: var(--border-radius);
}
#search-form { width: 100%; }
.aws-container .aws-search-form .aws-wrapper { overflow: unset !important; }

/* Homepagina */
/* Hero - USPS */
.home #usps-wrapper .w-iconbox .w-iconbox-icon { margin-right: 0.75rem; }

/* Algemeen */
/* Custom bullet points wrapper */
.bullet-list-wrapper.flower {
	margin-left: 0.5rem;
	list-style: none;
}
.bullet-list-wrapper.flower li {
	display: flex;
	align-items: center;
}
.bullet-list-wrapper.flower li:hover::before { transform: rotate(35deg); }
.bullet-list-wrapper.flower li::before {
    content: "";
    display: inline-block;

    width: 24px;
    height: 24px;
    margin-right: 0.75rem;

    background-color: var(--bullet-flower-color, #333);

    mask: url("/wp-content/uploads/2025/12/bloemie-flower-gray.svg") no-repeat center;
    mask-size: contain;

    -webkit-mask: url("/wp-content/uploads/2025/12/bloemie-flower-gray.svg") no-repeat center;
    -webkit-mask-size: contain;

    transform: rotate(0deg);
    transition: transform 300ms ease;
}
/* Large flower background graphic */
.large-bg-flower::before {
    content: "";
    position: absolute;
    bottom: -140px;
    right: -100px;
    width: 600px;
    height: 600px;

    background-color: #c8b37a;

    mask: url(/wp-content/uploads/2025/12/flower-outline-thin.svg) no-repeat center;
    mask-size: contain;

    -webkit-mask: url(/wp-content/uploads/2025/12/flower-outline-thin.svg) no-repeat center;
    -webkit-mask-size: contain;

    opacity: 0.15;
}
.large-bg-flower.left::before {
    left: -100px;
	right: inherit;
}
.large-bg-flower.white::before { background-color: #fff; }

/* Afbeelding bloem */
.flower-on-image {
	position: relative;
}
.flower-on-image::before {
    content: "";
    position: absolute;

    width: 24px;
    height: 24px;

    top: -11.5px;
    right: -11.5px;

    background-color: var(--image-flower-color, #3c3c3b);

    mask: url("/wp-content/uploads/2025/12/bloemie-flower-gray.svg") no-repeat center;
    mask-size: contain;

    -webkit-mask: url("/wp-content/uploads/2025/12/bloemie-flower-gray.svg") no-repeat center;
    -webkit-mask-size: contain;

    rotate: -15deg;
    scale: 3;
    transition: rotate 300ms ease;

    pointer-events: none;
}
.flower-on-image.left::before {
    left: -11.5px;
	rotate: -15deg;
	transition: rotate 300ms ease;
	scale: 3;
}
.flower-on-image:hover::before { rotate: 35deg; }

/* Product pagina (Bloemie) */
.single-product.postid-15734 .add_to_cart .quantity { display: none !important; }
.single-product.postid-15734 .add_to_cart .variations_form.cart { flex-direction: column; }
.single-product .woocommerce-variation-price {
	font-size: 1.2rem;
	font-weight: 600;
}
.single-product .single_variation_wrap:has(>.woocommerce-variation-add-to-cart-enabled),
.single-product .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-enabled {
	margin-top: 1rem;
}
.single-product .woocommerce-product-gallery .flex-viewport { border: 2px solid var(--color-content-primary); }
/* Variaties (kleuren) */
.single-product.postid-15734 table.variations th.label { width: 15%; }
.single-product.postid-15734 table.variations th.label label { padding-top: 0.4rem; }

/* Header */
.l-subheader.at_middle .l-subheader-cell.at_right { gap: 0.5rem; }

/* Footer */
footer { position: relative; }
/* Footer - Menu styling */
footer .menu {
	list-style-type: none;
    margin-left: 0;
    margin-right: 0;
}
footer .menu li:before {
    position: relative;
    content: '\f054';
    font-family: 'fontawesome';
    color: var(--color-footer-heading);
    margin-right: 0.5rem;
    font-size: 0.75rem;
    bottom: 1px;
}
/* Footer - Flower graphic */
footer::after {
    position: absolute;
    display: inline-block;
    content: "";
    background: url(/wp-content/uploads/2025/12/white-flower-graphics.png);
    width: 917px;
    min-width: 917px;
    height: 917px;
    right: -11rem;
    bottom: -13rem;
    scale: 0.45;
    opacity: 0.8;
    z-index: 0;
}
footer.left::after {
    left: -11rem;
	right: inherit;
	transform: rotateY(180deg);
}
/* Footer - Columns */
footer > .l-section.height_large > .l-section-h > .g-cols > .wpb_column:nth-child(4) { width: 40% !important; }
footer > .l-section.height_large > .l-section-h > .g-cols > .wpb_column:nth-child(5) { width: 0% !important; }

/* Afrekenen pagina */
.woocommerce-checkout .w-checkout-billing .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .w-checkout-billing .woocommerce-shipping-fields__field-wrapper {
	grid-template-columns: 1fr 1fr;
}
#afrekenen .vc_col-sm-6.wpb_column:last-child .wpb_wrapper {
	box-shadow: none;
	border: 2px solid #ededed;
}
#afrekenen .woocommerce-terms-and-conditions-link {
	border-bottom: 1px solid var(--color-content-link);
	display: inline-block;
	line-height: 1.1;
	transition: none;
}
#afrekenen .woocommerce-terms-and-conditions-link:hover { border-bottom: 1px solid var(--color-content-link-hover); }

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

/* Mobile Responsive */
@media screen and (max-width: 600px) {	
	/* Bestelling compleet */
	#bestelnummer .woocommerce-order ul { display: block !important; }
	
	/* Footer - Columns */
	footer > .l-section.height_large > .l-section-h > .g-cols > .wpb_column:nth-child(4),
	footer > .l-section.height_large > .l-section-h > .g-cols > .wpb_column:nth-child(5) {
		width: 100% !important;
	}
	
	/* Footer - Flower graphic */
    footer::after {
        position: absolute;
        display: inline-block;
        content: "";
        background: url(/wp-content/uploads/2025/12/white-flower-graphics.png);
        width: 917px;
        min-width: 917px;
        height: 917px;
        left: 25%;
        bottom: -8rem !important;
        scale: 0.6;
        opacity: 0.8;
        z-index: 0;
        transform: translateX(-60%);
	}
	
	/* Algemene styling */
	/* Large flower background graphic */
	.large-bg-flower::before {
		width: 350px;
		height: 350px;
		bottom: -80px;
		right: -80px;
	}
}

/* Tablet Responsive */
@media screen and (min-width: 601px) and (max-width: 1024px) { }

/* Mobile & Tablet */
@media screen and (max-width: 1024px) {
	/* 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; }
	
	/* Tablet stacking default */
	.tablet-stacking > .l-section-h > .g-cols > .wpb_column { width: 100%; }
	.tablet-stacking > .l-section-h > .g-cols > .wpb_column:nth-child(1) { margin-bottom: 1.5rem; }
	
	/* Tablet stacking reverse */
	.tablet-stacking.reverse > .l-section-h > .g-cols { flex-direction: column-reverse; }
	.tablet-stacking.reverse > .l-section-h > .g-cols > .wpb_column:nth-child(1) { margin-bottom: 0; }
	.tablet-stacking.reverse > .l-section-h > .g-cols > .wpb_column:nth-child(2) { margin-bottom: 1.5rem; }
	
	/* Stretched columns */
	.tablet-stacking > .l-section-h > .g-cols > .wpb_column.stretched,
	.tablet-stacking.reverse > .l-section-h > .g-cols > .wpb_column.stretched {
		margin-inline-start: 0 !important;
		container-type: inherit;
	}
	/* Tablet stacking - Larger gap */
	.tablet-stacking.gap-large > .l-section-h > .g-cols > .wpb_column:nth-child(1),
	.tablet-stacking.gap-large.reverse > .l-section-h > .g-cols > .wpb_column:nth-child(2) {
		margin-bottom: 4rem;
	}
	
	/* Header */
	.l-subheader.at_middle .l-subheader-cell.at_right .w-nav,
	.l-subheader.at_middle .l-subheader-cell.at_right .w-btn {
		margin: 0;
	}
	
	/* Footer flower graphic */
	footer::after {
		opacity: 0.35 !important;
		bottom: -13rem;
	}
}

/* Laptop Responsive */
@media screen and (min-width: 1025px) and (max-width: 1536px) {
	footer::after { opacity: 0.35 !important; }
}

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

/* Vanaf laptop */
@media screen and (min-width: 1025px) { }


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

/* Gelieve geen css hieronder te plaatsen */