/*
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(--color-content-heading);
	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(--color-content-heading);
	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 */


/* 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: 1rem 0;
}
#afrekenen .wc_payment_method{
	box-shadow: none !important;
}
#afrekenen li.wc_payment_method > *{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#afrekenen button{
/* 	padding: 0.9rem 1.8rem !important;
	border-radius: var(--border-radius); */
}
#afrekenen .woocommerce ul#shipping_method li{
	    display: contents;
}

#afrekenen .woocommerce-billing-fields__field-wrapper, #afrekenen .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.5rem;
    column-gap: 5%;
	justify-content: space-between;
}
#billing_first_name_field, #billing_last_name_field, #billing_company_field,  #billing_country_field, #billing_address_1_field, #billing_address_2_field, #billing_postcode_field, #billing_city_field, #billing_phone_field, #billing_email_field_1{
	width: 47%;
}
#shipping_first_name_field, #shipping_last_name_field, #shipping_company_field, #shipping_country_field, #shipping_address_1_field, #shipping_address_2_field, #shipping_postcode_field, #shipping_city_field, #shipping_state_field{
	width: 47%;
}
#billing_first_name_field, #billing_last_name_field,  #billing_country_field, #billing_address_1_field, #billing_address_2_field, #billing_postcode_field, #billing_city_field, #billing_phone_field, #billing_email_field{
	order: 1;
}
#billing_company_field, #billing_eu_vat_number_field{
	order: 2;
	width: 47%;
}
#shipping_first_name_field, #shipping_last_name_field, #shipping_country_field, #shipping_address_1_field, #shipping_address_2_field, #shipping_postcode_field, #shipping_city_field, #shipping_state_field{
	order: 1;
}
#shipping_company_field, #shipping_eu_vat_number_field{
	order: 2;
	width: 47%;
}
#afrekenen .cart_item {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 1.5rem;
    align-items: center;
    padding: 0px 16px;
}
#afrekenen button.toggle-meta-btn {
    padding: 8px 16px !important;
    font-size: 14px;
    background: none;
    text-decoration: underline;
    font-weight: 700;
}
#afrekenen .cart_item td.product-meta-dropdown-cell {
    padding: 0px;
    margin: 0px;
}
#afrekenen .cart_item .product-meta-dropdown-cell .variation-ConfiguratiePrijs, #afrekenen .cart_item .product-meta-dropdown-cell .variation-ConfiguratiePrijs{
	display: none;
}
#afrekenen .product-name{
    display: flex;
    gap: 24px;
}
#afrekenen tfoot th{
	    font-weight: 400;
}
#afrekenen tfoot .woocommerce-Price-currencySymbol{
	display: none;
}
.product-meta-dropdown-cell .variation {
  display: grid;
  grid-template-columns: max-content 1fr; /* dt fixed width, dd flexible */
  gap: 8px 16px; /* row-gap column-gap */
  align-items: center; /* vertical alignment */
	text-align: left;
}
#afrekenen .us-btn-style_1::after {
    content: "";
    position: absolute;
    transition-duration: inherit;
    transition-timing-function: inherit;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    border-radius: inherit;
    transition-property: height;
    background: var(--color-content-secondary);
    z-index: -1;
}
.cart_item .product-meta-dropdown-cell .variation dt {
  font-weight: bold;
}

.cart_item .product-meta-dropdown-cell .variation dd {
  margin: 0;
}
.cart_item .product-meta-dropdown-cell{
	text-align: left;
    display: flex;
	width: 100%;
}
.cart_item .product-meta-dropdown-cell .cart-item-meta-dropdown{
	padding-bottom: 16px;
}
/* .cart_item .product-total-cell{
	margin-left: auto;
} */
.cart_item td.product-name-cell {
    margin-right: auto;
}
#order_comments_field{
	display: none;
}

#afrekenen  table.shop_table.woocommerce-checkout-review-order-table{
	display: flex;
    flex-wrap: wrap;
}
#afrekenen  table.shop_table.woocommerce-checkout-review-order-table tfoot{
	 width: 100%;
    display: flex;
    flex-direction: column;
	margin: 16px;
}
#afrekenen  table.shop_table.woocommerce-checkout-review-order-table tfoot tr{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
	font-size: 16px;
}
#afrekenen table.shop_table.woocommerce-checkout-review-order-table tbody{
	    display: flex;
	flex-wrap: wrap;
    width: 100%;
}
#afrekenen .w-checkout-payment .woocommerce-checkout-payment .payment_box {
    margin: 0;
}
#afrekenen table.shop_table.woocommerce-checkout-review-order-table tbody{
	
}
#afrekenen .woocommerce-Price-currencySymbol{
	display: none;
}
#afrekenen .woocommerce-checkout-review-order-table tfoot td {
    font-weight: 400;
}
/* 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);
	font-weight: 700;
}
#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-1233 a:before{ content: "\f185"; }
#klantenservice-faq #menu-klantenservice #menu-item-16079 a:before{ content: "\f013"; }
#klantenservice-faq #menu-klantenservice #menu-item-16083 a:before{ content: "\f545"; }
#klantenservice-faq #menu-klantenservice #menu-item-1235 a:before{ content: "\f0d1"; }
#klantenservice-faq #menu-klantenservice #menu-item-1234 a:before{ content: "\f5c3"; }
#klantenservice-faq #menu-klantenservice #menu-item-16015 a:before{ content: "\f0e0"; } */

#klantenservice-faq #menu-klantenservice > li a{
	padding: 15px;
	padding-left: 0px;
	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:first-child{
	border: none;
}
#klantenservice-faq .w-tabs-section-title{
	color: var(--color-alt-content-heading);
}
#klantenservice-faq .active .w-tabs-section-title{
	color: var(--color-content-primary);
}

@media (max-width: 640px) {
    .gform_wrapper.gravity-theme .ginput_complex span {
        flex: 0 0 100%;
        margin-bottom: 16px;
        padding-left: 0;
    }
	.gform_wrapper.gravity-theme .ginput_complex span#input_1_1_6_container{
		margin-bottom: 0px;
	}
}

.w-text.number_icon_checkout {
    width: 32px;
    height: 32px;
    border: 2px solid var(--Gray, #79716B);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 700;
	margin: auto;
}
.w-vwrapper.active .w-text.number_icon_checkout{
	border-color: #1C1917;
}
.w-vwrapper.active .w-text.number_icon_checkout{
	color: #1C1917;
}
.w-vwrapper.active .w-text a{
	color: #1C1917;
	font-weight: 700;
}
.checkout_lines {
  flex: 1;
  display: flex;
  align-items: center;
}

.checkout_lines svg {
  width: 100%;
  height: 2px;
  display: block;
}

/* 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;
}
.w-iconbox.circle_svg_usp .w-iconbox-icon{
	background: var(--color-alt-content-bg);
    border-radius: 0px;
    width: 2em;
    height: 2em;
}

.w-vwrapper.stappen_stap {
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
    margin-bottom: 3rem;
}
.bestel_stappen {
    position: relative;
}
.stappen_stap:before {
    align-items: center;
    background: none;
    border: 2px solid var(--color-alt-content-heading);
    border-radius: 50%;
    color: var(--color-alt-content-heading);
    content: attr(data-step);
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    left: -45px;
    position: absolute;
    top: 10px;
    transition: all .3s ease;
    width: 32px;
    z-index: 2;
}
.stappen_stap:after {
    background: repeating-linear-gradient(180deg, transparent 0, transparent 8px, #ddd 0, #ddd 17px);
    bottom: -10px;
    content: "";
    left: -28px;
    position: absolute;
    top: 44px;
    transition: background .3s ease;
    width: 2px;
    z-index: 1;
}

#faq button.w-tabs-section-header {
    padding: 1.5rem 0px;
}
#faq .w-tabs-section-content {
    padding: 0rem 0px 2rem;
}
#faq .w-tabs-section-title{
	color: var(--color-alt-content-heading);
}
.backdrop-filter-blur{
	backdrop-filter: blur(1px);
}


.easy_table {
    overflow: auto;
    width: 100%;
}

.easy_table table {
    border: 1px solid #E7E5E4;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
    overflow-x: auto;
    min-width: max-content;
}

.easy_table caption {
    caption-side: top;
    text-align: left;
}

.easy_table th {
    border: 1px solid #E7E5E4;
    background-color: #FAFAF9;
    color: #000000;
    padding: 10px;
}

.easy_table td {
    border: 1px solid #E7E5E4;
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
}


#page-footer.l-footer .widget_nav_menu ul li {
    line-height: 2;
}
#page-footer .w-socials-item-link{
	border-radius: 50%;
    background: #fff;
    border: 1px solid;
    border-color: var(--color-alt-content-faded);
}
.w-cart-icon {
    background: var(--color-alt-content-secondary);
    border: 1px solid var(--color-content-text);
    border-radius: 8px;
    font-size: 17px;
    font-weight: 200;
    display: flex;
    justify-content: center;
    height: 49.97px;
    align-items: center;
    width: 49.97px;
	color: var(--color-content-text);
}
.header_hor .l-subheader-cell.at_right>* {
    margin-left: 1rem;
}
.no-touch .us-btn-style_8:hover{
    background: var(--color-header-middle-text-hover) !important;
}
.w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:after, .w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:before {
    background: #79716b;
	display: none;
}
.w-tabs-section-control {
  background-image: url('/wp-content/uploads/2025/10/kruisje-1.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px; /* adjust size if needed */
}
.w-tabs.accordion > div > .w-tabs-section:first-child {
  border: 1px solid transparent; /* white border */
}
.usp_items_wrapper .circle_svg_usp{
	display: flex !important;
}
#page-header .l-subheader.at_top{
	background: #FAFAF9;
}

.icon_contact i {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAFAF9;
	color: #F55200;
}
.icon_contact {
    display: flex;
    align-items: anchor-center;
}
footer .w-socials-item-link i {
    display: block;
    line-height: inherit;
    position: relative;
    transition: color .3s;
    color: var(--color-alt-content-heading);
}
.widget_shopping_cart_content .woocommerce-mini-cart__total.total{
	    text-align: left !important;
}
.woocommerce-mini-cart-item.mini_cart_item{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	column-gap: 0.5rem;
}
.w-cart-dropdown{
	padding: 1.5rem;
	    width: max-content;
}

.widget.widget_shopping_cart .remove{
	position: relative;
}
.widget.widget_shopping_cart li .remove {
    color: inherit !important;
    opacity: 1;
}
.woocommerce-mini-cart .woocommerce-Price-currencySymbol{
	display: none;
}
.woocommerce-mini-cart__total.total .woocommerce-Price-currencySymbol{
	display: none;
}
.woocommerce-mini-cart__buttons.buttons a.button.wc-forward{
    font-family: var(--font-family);
    font-style: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 1.2 !important;
    font-weight: 700;
    letter-spacing: 0em;
    padding: 0.9em 1.8em;
    transition-duration: 0.3s;
    border-radius: 8px;
    transition-timing-function: 
ease;
    --btn-height: calc(1.2em + 2 * 0.9em);
    background: var(--color-content-secondary);
    border-color: var(--color-content-border);
    border-image: none;
    color: var(--color-content-text) !important;
    box-shadow: 0px 0em 0em 0px rgba(0, 0, 0, 0.2);
}
.no-touch .woocommerce-mini-cart__buttons.buttons a.button.wc-forward:hover{
    border-color: var(--color-content-heading);
    border-image: none;
    color: var(--color-content-secondary) !important;
    box-shadow: 0px 0em 0em 0px rgba(0, 0, 0, 0.2);
	background: var(--color-content-heading);
}

.woocommerce-mini-cart__buttons.buttons a.button.wc-forward.checkout{
	    font-family: var(--font-family);
    font-style: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 1.2 !important;
    font-weight: 700;
    letter-spacing: 0em;
    padding: 0.9em 1.8em;
    transition-duration: 0.3s;
    border-radius: 8px;
    transition-timing-function: 
ease;
    --btn-height: calc(1.2em + 2 * 0.9em);
    background: var(--color-content-primary);
    border-color: var(--color-content-primary);
    border-image: none;
    color: #ffffff !important;
    box-shadow: 0px 0em 0em 0px rgba(0, 0, 0, 0.2);
}
.no-touch .woocommerce-mini-cart__buttons.buttons a.button.wc-forward.checkout:hover {
    background: var(--color-content-secondary);
    border-color: var(--color-content-secondary);
    border-image: none;
    color: var(--color-content-primary) !important;
    box-shadow: 0px 0em 0em 0px rgba(0, 0, 0, 0.2);
}

.w-btn-wrapper .color-change-btn {
  transition: color 0.3s ease 0.5s; /* 0.5s delay before the change */
}

.w-btn-wrapper .color-change-btn.in-view {
    color: var(--color-alt-content-primary) !important;
}

.success-page .success-message {
    border: 1px solid;
    border-radius: 1rem;
    padding: 3rem;
    background: var(--color-alt-content-bg);
    width: 100%;
    text-align: center;
}
.success-page .success-message h2 {
    margin-bottom: 1rem;
}
.success-page .success-message p {
    margin-bottom: 0rem;
}
.w-cart-quantity {
    right: -4px;
    top: -5px;
}
span.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 14px;
}
.woocommerce-privacy-policy-text {
    display: none;
}
.wc_payment_method label img{
	margin-left: 10px;
	margin-top: 4px;
}
/* ========================================================================================= <RESPONSIVE> ===========================================================================================  */

/* Mobile Responsive */
@media screen and (max-width: 600px){	
	/* Bestelling compleet */
	#bestelnummer .woocommerce-order ul {	
		display: block!important;
	}
	.w-vwrapper.stappen_stap {
		padding-left: 60px;
		padding-top: 10px;
		position: relative;
		margin-bottom: 1.5rem;
	}
	.stappen_stap:after {
		left: 17px;
	}
	.stappen_stap:before {
		left: 0px;
	}
	.l-subheader.at_middle{
		border-top: 1px solid var(--color-alt-content-faded);
		border-bottom: 1px solid var(--color-alt-content-faded);
	}
	.easy_table td{
		overflow-wrap: break-word;
		word-wrap: break-word;
		-ms-word-break: break-all;
		word-break: break-word;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
	.afreken_y .w-hwrapper .checkout_lines{
		        position: absolute;
	}
	.afreken_y .w-hwrapper .w-vwrapper{
		background: #fff;
		        z-index: 1;
	}
	.afreken_y .vc_col-sm-12 .vc_column-inner{
		padding-left: 0rem !important;
    	padding-right: 0rem !important;
	}
	.page-id-15758 .l-subheader.at_top{
		display: none !important;
	}

}

/* 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;
	}
	.w-grid.type_masonry .w-grid-item.post-15925.attachment.type-attachment{
		margin-top: 5px;
	}
	.l-subheader.at_middle a.w-nav-control {
        margin-right: 0px !important;
		padding: 0px;
		width: 48px;
		height: 48px;
		display: flex;
		justify-content: center;
		align-content: center;
		border: 1px solid var(--Stroke, #E7E5E4);
		border-radius: 8px;
		background: var(--Alternative-background, #FAFAF9);
		color: var(--color-alt-content-text);
	}
#billing_first_name_field, #billing_last_name_field, #billing_company_field,  #billing_country_field, #billing_address_1_field, #billing_address_2_field, #billing_postcode_field, #billing_city_field, #billing_phone_field, #billing_email_field{
	width: 100%;
}
#shipping_first_name_field, #shipping_last_name_field, #shipping_company_field, #shipping_country_field, #shipping_address_1_field, #shipping_address_2_field, #shipping_postcode_field, #shipping_city_field, #shipping_state_field{
	width: 100%;
}
}


/* Custom cart */
.custom-cart {
	margin:0 !important;
}
.custom-cart .fkcart-shortcode-icon-wrap {
	border: 1px solid var(--color-content-text);
    background: var(--color-alt-content-secondary);
    padding: 12px;
    border-radius: 8px;
    color: var(--color-alt-content-heading) !important;
}
.fkcart-shortcode-container .fkcart-shortcode-count {
	font-size:10px;
}
#fkcart-modal .fkcart-image-wrapper {
	display:none !important;
}
#fkcart-modal .fkcart--item {
	border-bottom: solid 1px var(--color-content-border);
    padding-bottom: 20px;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-remove-item span {
	background: var(--color-alt-content-bg);
    border: solid 1px var(--color-alt-content-faded);
    width: 18px;
    height: 18px;
    color: var(--color-alt-content-heading);
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-title {
	pointer-events: none !important;
	    font-size: 17px;
}
#fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button {
	font-size: 16px;
    line-height: 1.2 !important;
    font-weight: 700;
    padding: 13px 24px;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-wrap-start .fkcart-item-meta {
	max-width:80%;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-wrap-start .fkcart-item-misc {
	max-width:20%;
}
#fkcart-modal .fkcart-preview-ui .fkcart-slider-heading {
	    border-bottom: solid 1px var(--color-content-border);
    background: var(--color-alt-content-bg);
}
#fkcart-modal .fkcart-preview-ui .fkcart-slider-footer {
	    border-top: solid 1px var(--color-content-border) !important;
    background: var(--color-alt-content-bg);
}


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

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

/* Vanaf laptop */
@media screen and (min-width: 1025px){
	
}
@media (min-width: 1361px) {
    .page-id-15758 .l-subheader-h {
        max-width: 1644px;
    }
}



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

/* Gelieve geen css hieronder te plaatsen */