.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
	display:flex !important;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width:100px !important;
}
#menu-1-c5880b9 > li:first-child a, #menu-1-b4a9fa4 > li:first-child a, #menu-1-e16f694 > li:first-child a, #menu-1-151ab94 > li:first-child a
{
    font-size: 24px;
    font-weight: 600;
    font-family: "Baskervville", Sans-serif !important;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
}
#menu-1-5583ff7 > li:first-child a, #menu-1-bd4abaa > li:first-child a, #menu-1-3d84ae5 > li:first-child a, #menu-1-267eea0 > li:first-child a {
    font-size: 24px;
    font-weight: 600;
    font-family: "Baskervville", Sans-serif !important;
    border-bottom: 1px solid #2E2E2E;
    margin-bottom: 10px;
}
#canvascart .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width:100%;
}
#canvascart h2 {
    font-size:24px;
}
a.elementor-button.elementor-button-link.elementor-size-sm:hover span {
    color: #b36936 !important;
}
.wc-block-components-button__text {
    color: white;
}
/*addition*/
.elementor-menu-cart__product .variation {
	display:block !important;
}
.wc-block-components-totals-coupon__form {
    display: grid;
}
.elementor-menu-cart__product-price.product-price {
	display:none;
}
.woocommerce-product-attributes-item__value {
    padding: 10px !important;
}
.woocommerce table.shop_attributes th {
	border:0;
}
.woocommerce table.shop_attributes td {
    border-left: 1px solid rgba(0, 0, 0, .1);
}
td.woocommerce-product-attributes-item__value {
    border: none;
}
.woocommerce-order-details__title {
    font-size: 2rem;
}

.elementor-element-304a71f #menu-1-079409b li:first-child, .elementor-element-304a71f #menu-1-3edac16 li:first-child, .elementor-element-304a71f #menu-1-0e46053 li:first-child, .elementor-element-304a71f #menu-1-e933246 li:first-child {
    display: none;
}

/* checkout*/
button.wc-block-components-checkout-place-order-button {
    border: 2px solid #b36936;
}
button.wc-block-components-checkout-place-order-button:hover {
    color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, 1) !important;
    border: 2px solid #2E2E2E;
}
button.wc-block-components-checkout-place-order-button:hover .wc-block-components-checkout-place-order-button__text {
    color: #305230;
}
/* Toasts */

.woocommerce-notices-wrapper {
    position: fixed;
    left: 40px;
    bottom: -30px;
    width: calc(100% - 80px);
    height: 150px;
    z-index: 11;
}

a.button.wc-forward {
    margin-left: 20px;
}

/* Header 
========================== */
/* Initial header styles */
.elementor-section {
    background-color: rgba(255, 255, 255, 0); /* Start as transparent */
    transition: background-color 0.5s ease-in-out;
}

/* When scrolled, make the background white */
.scrolled {
    background-color: rgba(255, 255, 255, 1) !important; /* White background */
}
#mobileToggle::after {
    content: 'menu';
    display: block;
    font-size: 12px;
    margin: 0px;
    position: absolute;
    bottom: -2px;
    left: -3px;
}

.is-safari .fixedbg {
    background-attachment: scroll !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}


/* FOOTER 
========================== */

.footer-opening-times {
    display: flex;
    justify-content: space-between;
    color: White;
}

.footer-opening-times .column {
    width: 50%; /* Each column will take up half the space */
}

.footer-opening-times .column p {
    margin: 5px 0; /* Adjust as needed */
    font-size:14px;
}
/* Basic styling for the footer sections */

#footerContact li.elementor-icon-list-item:nth-child(1) {
    margin-bottom: 16px;
    text-decoration:none !important;
}
li.elementor-icon-list-item:nth-child(n+2) span.elementor-icon-list-text {
    text-decoration: underline !important;
}
@media screen and (max-width:767px) {
    .column.days {
        text-align: right;
        padding-right: 10px;
    }
}

/* FORMS 
========================== */
textarea#form-field-message {
    border: 1px solid #505A44;
    border-radius: 6px;
    margin-top: 10px;
}
input#form-field-name, input#form-field-field_819bf0a, input#form-field-email, input#form-field-field_e0033d8, #form-field-field_5883712 {
    padding: 0 1rem;
    color: black;
}
/* bestellijst */
#form-field-field_70cf427 {
    background-color: #edebe8;
    padding: 20px;
    margin-bottom: -20px !important;
}
input#form-field-field_f008afb {
    background-color: #edebe8;
    padding: 20px;
}

/* BUTTONS 
========================== */

.cky-footer-wrapper div:nth-last-child(1) {
    display: none !important;
}
.elementor-widget-button .elementor-widget-container {
    line-height:0px;
}
/* Initial Button Style */
.elementor-button {
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    background-color: #2E2E2E; /* Dark gray background */
    color: #FFFFFF; /* White text */
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover Effect */
.elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: transparent; /* Slide in white background */
    transition: left 0.4s ease;
}

.elementor-button:hover::before {
    left: 0;
}

.elementor-button:hover {
    color: #FFFFFF !important; /* Text color changes to dark gray */
    background-color: rgba(255,255,255,0.1) !important; /* Make background transparent when hovered */
    border: 2px solid #2E2E2E; /* Dark gray border */
}

.elementor-button span {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.elementor-button:hover span {
    color: #2e2e2e; /* Text color switches to dark gray */
}
.fadeInRight .elementor-button:hover span {
    color: #ffffff !important; /* Text color switches to dark gray */
}

/* COOKIES 
========================== */
button.cky-btn {
    font-size: 14px;
    font-family: 'museo-sans';
}
#ckyDetailCategoryfunctional, #ckyDetailCategoryanalytics, #ckyDetailCategoryperformance, #ckyDetailCategoryadvertisement {
	display: none;
}
/* PAGE 
========================== */
#heroHeader {
    transition: transform 0.3s ease-in-out; /* Smooth transition for header movement */
}
.h2size h1 {
    font-size:56px;
    line-height:63px;
}
.h1size h2{
	font-size:80px;
	line-height:92px;
}
a.tekstLink {
    text-decoration:underline;
}

/* cat Cards */

.knabbel-cat-grid {
    --kn-cols: 3;
    --kn-gap: 20px;
    --kn-card-radius: 28px;
    --kn-card-border: 4px solid #2b2b2b;
    --kn-card-bg: #f8f4ed;
    --kn-card-pad: 12px;
    --kn-img-radius: 18px;
    --kn-img-ratio: 4 / 3;
    --kn-title-gap: 20px;
    --kn-pill-max-width: calc(100% - 40px);   /* maakt de pill smaller */
    --kn-pill-border-outer: 2.5px solid #c8beb2;
    --kn-pill-border-inner: 2px solid #c8beb2;
    --kn-pill-bg: #fff;
    --kn-pill-color: #2b2b2b;
    --kn-pill-hover-bg: #30522F;
    --kn-pill-hover-color: #fff;
    --kn-pill-size: 17px;
    --kn-hover-lift: -8px;
    --kn-shadow: 0 10px 25px rgba(43, 43, 43, 0.12);

    display: grid;
    grid-template-columns: repeat(var(--kn-cols), 1fr);
    gap: var(--kn-gap);
    width: 100%;
}

.knabbel-cat-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.knabbel-cat-card:hover {
    transform: translateY(var(--kn-hover-lift));
}

.knabbel-cat-imgwrap {
    border: var(--kn-card-border);
    border-radius: var(--kn-card-radius);
    background: #2e2e2e;
    padding: var(--kn-card-pad);
    box-shadow: var(--kn-shadow);
    transition: box-shadow 0.3s ease;
}

.knabbel-cat-card:hover .knabbel-cat-imgwrap {
    box-shadow: 0 20px 35px rgba(43, 43, 43, 0.18);
}

.knabbel-cat-img {
    display: block;
    width: 100%;
    aspect-ratio: var(--kn-img-ratio);
    object-fit: cover;
    border-radius: var(--kn-img-radius) !important;
    border: solid 2px #C8BEB2 !important;
}

.knabbel-cat-titlewrap {
    margin-top: var(--kn-title-gap);
    display: flex;
    justify-content: center;
}

/* Nieuwe structuur voor dubbele rand + smaller width */
.knabbel-cat-title {
    display: inline-block;
    max-width: var(--kn-pill-max-width);
    width: 100%;
    text-align: center;
    background: var(--kn-pill-bg);
    border: var(--kn-pill-border-outer);
    border-radius: 18px;
    padding: 14px 24px;
    color: var(--kn-pill-color);
    font-size: var(--kn-pill-size);
    font-weight: 600;
    letter-spacing: 0.4px;
    position: relative;
    transition: all 0.3s ease;
}

/* Inner border simulatie */
.knabbel-cat-title::before {
    content: '';
    position: absolute;
    inset: 5px;                    /* afstand tussen buiten- en binnenrand */
    border: var(--kn-pill-border-inner);
    border-radius: 14px;
    pointer-events: none;
}

.knabbel-cat-card:hover .knabbel-cat-title {
    background: var(--kn-pill-hover-bg);
    color: var(--kn-pill-hover-color);
}

.knabbel-cat-card:hover .knabbel-cat-title::before {
    border-color: rgba(255,255,255,0.6);
}

/* ==========================================================================
   De Knabbel — Cart & Checkout styling (classic WooCommerce shortcodes)
   Scope: body.woocommerce-cart en body.woocommerce-checkout
   Huisstijl: #a9602f (hover #8f4f25), borders #d8d2c7, vlak #f3efe8
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Gedeelde knop-stijlen (cart + checkout)
   -------------------------------------------------------------------------- */

.woocommerce-cart .woocommerce button.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order {
	border: 0;
	border-radius: 50px;
	background: #a9602f;
	color: #fff;
	font-family: 'museo-sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	padding: 0 28px;
	min-height: 46px;
	line-height: 46px;
	cursor: pointer;
	transition: background .15s ease, opacity .15s ease;
}

.woocommerce-cart .woocommerce button.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #place_order:hover {
	background: #8f4f25;
	color: #fff;
}

.woocommerce-cart .woocommerce button.button:disabled,
.woocommerce-cart .woocommerce button.button:disabled[disabled] {
	background: #a9602f;
	color: #fff;
	opacity: .4;
	padding: 0 28px;
}

/* Secundaire knop (Waardebon toepassen, Update winkelwagen): outline-pill */
.woocommerce-cart .woocommerce td.actions .coupon button.button,
.woocommerce-cart .woocommerce button[name="update_cart"] {
	background: transparent;
	color: #a9602f;
	border: 1px solid #a9602f;
	line-height: 44px;
}

.woocommerce-cart .woocommerce td.actions .coupon button.button:hover,
.woocommerce-cart .woocommerce button[name="update_cart"]:hover:not(:disabled) {
	background: #a9602f;
	color: #fff;
}

/* --------------------------------------------------------------------------
   2. Cart — producttabel als witte kaart
   -------------------------------------------------------------------------- */

.woocommerce-cart table.shop_table {
	border: 0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
	border: 0;
	border-bottom: 1px solid #efece5;
	background: transparent;
	padding: 16px 14px;
	vertical-align: middle;
}

.woocommerce-cart table.shop_table thead th {
	font-family: 'museo-sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #6b4a2b;
	background: #f3efe8;
}

.woocommerce-cart table.shop_table tbody tr:last-child td {
	border-bottom: 0;
}

/* Productfoto */
.woocommerce-cart table.shop_table td.product-thumbnail img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 10px;
}

/* Productnaam + verwijder-kruisje */
.woocommerce-cart table.shop_table td.product-name a {
	color: #2a2a2a;
	font-weight: 600;
	text-decoration: none;
}

.woocommerce-cart table.shop_table td.product-name a:hover {
	color: #a9602f;
}

.woocommerce-cart .woocommerce a.remove {
	width: 28px;
	height: 28px;
	line-height: 26px;
	border-radius: 50%;
	color: #a9602f !important;
	border: 1px solid #d8d2c7;
	background: #fff;
	font-weight: 400;
	transition: all .15s ease;
}

.woocommerce-cart .woocommerce a.remove:hover {
	background: #a9602f;
	border-color: #a9602f;
	color: #fff !important;
}

/* Aantal-veld */
.woocommerce-cart .woocommerce .quantity .qty {
	height: 44px;
	width: 72px;
	border: 1px solid #d8d2c7;
	border-radius: 999px;
	background: #fff;
	text-align: center;
	font: inherit;
}

/* Waardebon-veld */
.woocommerce-cart .woocommerce td.actions {
	background: #faf8f4;
	padding: 14px;
}

.woocommerce-cart .woocommerce td.actions .coupon .input-text {
	height: 46px;
	min-width: 180px;
	padding: 0 18px;
	border: 1px solid #d8d2c7;
	border-radius: 999px;
	background: #fff;
	font: inherit;
	margin-right: 8px;
}

.woocommerce-cart .woocommerce td.actions .coupon .input-text:focus {
	outline: none;
	border-color: #a9602f;
}

/* Borg-/leverdatum-info bij items */
.woocommerce-cart .deposit-price-info,
.woocommerce-checkout .deposit-price-info {
	display: block;
	font-size: .85em;
	color: #8a8378;
}

/* --------------------------------------------------------------------------
   3. Cart — totalen als witte kaart
   -------------------------------------------------------------------------- */

.woocommerce-cart .cart-collaterals .cart_totals {
	width: 100%;
}

.woocommerce-cart .cart_totals table.shop_table {
	border-radius: 16px;
}

.woocommerce-cart .cart_totals th {
	font-weight: 600;
	color: #2a2a2a;
}

/* Borg-totaalregel van FAK (tr.custom-text) licht accentueren */
.woocommerce-cart .cart_totals tr.custom-text th,
.woocommerce-cart .cart_totals tr.custom-text td,
.woocommerce-checkout tr.custom-text th,
.woocommerce-checkout tr.custom-text td {
	background: #f3efe8;
	color: #6b4a2b;
}

/* Totaalregel benadrukken */
.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
	font-size: 1.1em;
	font-weight: 700;
	color: #2a2a2a;
}

/* Verzendopties: radio's in huisstijlkleur */
.woocommerce-cart .cart_totals input[type="radio"],
.woocommerce-checkout #payment input[type="radio"],
.woocommerce-checkout input[type="checkbox"] {
	accent-color: #a9602f;
}

/* Doorgaan naar afrekenen: volle breedte pill */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
}

/* --------------------------------------------------------------------------
   4. Checkout — formuliervelden
   -------------------------------------------------------------------------- */

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select,
.woocommerce-checkout form .form-row .select2-container .select2-selection {
	height: 46px;
	padding: 0 16px;
	border: 1px solid #d8d2c7;
	border-radius: 10px;
	background: #fff;
	font: inherit;
	color: #2a2a2a;
}

.woocommerce-checkout form .form-row textarea {
	height: auto;
	min-height: 100px;
	padding: 12px 16px;
}

.woocommerce-checkout form .form-row input.input-text:focus,
.woocommerce-checkout form .form-row textarea:focus,
.woocommerce-checkout form .form-row select:focus {
	outline: none;
	border-color: #a9602f;
	box-shadow: 0 0 0 3px rgba(169, 96, 47, .12);
}

.woocommerce-checkout form .form-row label {
	font-size: 13px;
	font-weight: 600;
	color: #6b4a2b;
	letter-spacing: .02em;
}

.woocommerce-checkout .select2-container .select2-selection__rendered {
	line-height: 44px;
}

.woocommerce-checkout .select2-container .select2-selection__arrow {
	height: 44px;
}

/* --------------------------------------------------------------------------
   5. Checkout — besteloverzicht + betaalblok
   -------------------------------------------------------------------------- */

.woocommerce-checkout table.shop_table {
	border: 0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
	border: 0;
	border-bottom: 1px solid #efece5;
	padding: 14px;
	vertical-align: middle;
}

.woocommerce-checkout table.shop_table .order-total th,
.woocommerce-checkout table.shop_table .order-total td {
	font-size: 1.1em;
	font-weight: 700;
	border-bottom: 0;
}

.woocommerce-checkout #payment {
	background: #f3efe8;
	border-radius: 16px;
}

.woocommerce-checkout #payment div.payment_box {
	background: #fff;
	border-radius: 10px;
	color: #2a2a2a;
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #fff;
}

.woocommerce-checkout #place_order {
	display: block;
	width: 100%;
	font-size: 15px;
}

/* --------------------------------------------------------------------------
   6. Mobiel (classic Woo stapelt de tabel onder 768px)
   -------------------------------------------------------------------------- */

@media screen and (max-width: 768px) {
	.woocommerce-cart table.shop_table td {
		padding: 12px 14px;
	}

	.woocommerce-cart .woocommerce td.actions .coupon .input-text {
		width: 100%;
		min-width: 0;
		margin: 0 0 8px;
	}

	.woocommerce-cart .woocommerce td.actions .coupon button.button,
	.woocommerce-cart .woocommerce button[name="update_cart"] {
		width: 100%;
	}
		.woocommerce-cart table.shop_table td {
		padding: 12px 14px;
	}
}

/* Responsive */
@media (max-width: 767px) {
    .knabbel-cat-grid {
        --kn-cols: 1;
        --kn-gap: 24px;
        --kn-pill-max-width: calc(100% - 32px);
    }
}