#desktop-filtermenu .bapf_head h3 {
    font-size: 16px !important;
	font-family: 'Work Sans', Helvetica, Arial, Lucida, sans-serif;
}

div#berocket-ajax-filters-sidebar .berocket-widget-content h2.wp-block-heading {
	font-family: 'Merriweather', Georgia, "Times New Roman", serif !important;
}

/* border */
a.berocket_ajax_filters_sidebar_toggle.berocket_ajax_filters_toggle.theme-1.icon-theme-3 {
    border: 3px solid #4b4b4b;
}

.et-db #et-boc .et-l .et_pb_br_sidebar_button_0_tb_body .berocket_ajax_filters_sidebar_toggle.berocket_ajax_filters_toggle.theme-1.icon-theme-3 {
	font-weight: 600 !important;
	font-family: 'Work Sans', Helvetica, Arial, Lucida, sans-serif;
}

.berocket_ajax_filters_toggle.theme-1, .berocket_ajax_filters_toggle.theme-2 {
	height: 45px !important;
}

/* Target the <span> inside the link */
.berocket_ajax_filters_sidebar_toggle span {
    color: #4b4b4b !important;
}

/* Ensure inner elements inside <span> (e.g., <i>, <b>, <s>) are also styled */
.berocket_ajax_filters_sidebar_toggle span s {
    color: #4b4b4b !important;
	border-color: #4b4b4b !important;
	background-color: #4b4b4b !important;
}

.berocket_ajax_filters_sidebar_toggle span b {
	color: #4b4b4b !important;
	border-color: #4b4b4b !important;
}

.berocket_ajax_filters_sidebar_toggle span i {
	color: #4b4b4b !important;
	border-color: #4b4b4b !important;
	background-color: #4b4b4b !important;
}

/* Add ::before and ::after pseudo-elements for <i>, <b>, and <s> */
.berocket_ajax_filters_sidebar_toggle span i::before,
.berocket_ajax_filters_sidebar_toggle span i::after,
.berocket_ajax_filters_sidebar_toggle span s::before,
.berocket_ajax_filters_sidebar_toggle span s::after {
    border-color: #4b4b4b !important;
	color: #4b4b4b !important;
	background-color: #4b4b4b !important;
}

.berocket_ajax_filters_sidebar_toggle span b::after,
.berocket_ajax_filters_sidebar_toggle span b::before {
	border-color: #4b4b4b !important;
	color: #4b4b4b !important;
}

@media (max-width: 768px) {
    #responsive_product_filter {
        margin-bottom: -50px !important;
    }
}

#desktop-menu .et_pb_row_1_tb_header .et_pb_column:first-child {
	width:68.625% !important;
}

#desktop-menu .et_pb_row_1_tb_header .et_pb_column:last-child {
	width:25.875% !important;
	justify-content:flex-end;
}

.menuItems {
	display:flex;
	align-items:center;
}

/* artikel nummer */

/* Artikelnummer in product grid */
.woocommerce ul.products li.product .product-sku {
  font-size: 12px;         /* iets kleiner dan de titel */
  color: #777;             /* subtiele grijze kleur */
  margin: 4px 0 8px 0;     /* ruimte boven/onder */
  font-weight: 400;        /* normaal gewicht */
  line-height: 1.4;
  font-family: 'Work Sans', Helvetica, Arial, Lucida, sans-serif;
}


.wc-block-components-checkout-step__container.has-data label, .wc-block-components-checkout-step__container.has-focus label {
/* 	display:none; */
	transform: translateY(-20px) scale(0.75) !important;
}

.wc-block-components-checkout-step__container.has-data input, .wc-block-components-checkout-step__container.has-focus input {
	padding-top: 1.5em !important;
    padding-right: 0.5em !important;
    padding-bottom: 0.5em !important;
    padding-left: 0.5em !important;
}

.eu-vat-extra-css {
	display:none !important;
}

#billing .wc-block-components-checkout-step__container {
	margin-top: 16px !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block h3.wc-block-components-product-name {
	padding-bottom:0px !important
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__individual-prices {
	padding-top:0px !important
}


/* =====================================================
   PRODUCT CARDS STRUCTURE - MAX-HEIGHT & LAYOUT ONLY
   ===================================================== */

/* Title max-height fix (bestaand) */
:is(.WooProductCardStyling, .Aanbevolen) .woocommerce ul.products li.product .woocommerce-loop-product__title {
	max-height: 100px !important;
	overflow: hidden !important;
}

/* Artikelnummer max-height fix */
:is(.WooProductCardStyling, .Aanbevolen) .woocommerce ul.products li.product .product-sku {
	max-height: 40px !important;
	overflow: hidden !important;
	display: block; /* Zorg dat het een block element is */
}

/* Prijs container max-height fix */
:is(.WooProductCardStyling, .Aanbevolen) .woocommerce ul.products li.product .price {
	max-height: 60px !important;
	overflow: hidden !important;
	display: block; /* Zorg voor consistent gedrag */
}

/* Excl. BTW prijs max-height fix */
:is(.WooProductCardStyling, .Aanbevolen) .woocommerce ul.products li.product .price-excl-tax-shop {
	max-height: 30px !important;
	overflow: hidden !important;
	display: block;
}

/* Grid layout structure */
.WooProductCardStyling .products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	align-items: stretch;
}

.WooProductCardStyling .products::before,
.WooProductCardStyling .products::after {
	content: none !important;
}

/* Product card flex structure */
.et-db:not(.home) #et-boc .et-l .et_pb_shop ul.products li.product {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100% !important;
	margin-bottom: 1em !important;
}

.WooProductCardStyling .product > a:first-child {
	display: flex !important;
	flex-direction: column;
	height: 100%;
}

.WooProductCardStyling .woocommerce-loop-product__title {
	flex-grow: 1;
	display: flex;
}

.WooProductCardStyling .products .product {
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: 100%;
}

/* Safari/iOS specific fix */
@supports (-webkit-appearance: none) {
	/* Title */
	:is(.WooProductCardStyling, .Aanbevolen) .woocommerce ul.products li.product .woocommerce-loop-product__title {
		max-height: 100px !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	/* Artikelnummer */
	:is(.WooProductCardStyling, .Aanbevolen) .woocommerce ul.products li.product .product-sku {
		max-height: 40px !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	/* Prijs container */
	:is(.WooProductCardStyling, .Aanbevolen) .woocommerce ul.products li.product .price {
		max-height: 60px !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	/* Excl. BTW prijs */
	:is(.WooProductCardStyling, .Aanbevolen) .woocommerce ul.products li.product .price-excl-tax-shop {
		max-height: 30px !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* Recommended products flex structure */
body.woocommerce-page .Aanbevolen ul.products li.product {
	display: flex;
	margin-bottom: 0px !important;
	flex-direction: column;
}

.Aanbevolen ul {
	display: flex;
}

.Aanbevolen ul li a:first-child {
	display: flex !important;
	flex-direction: column !important;
	flex-grow: 1 !important;
}

.Aanbevolen ul li a h2 {
	margin-bottom: auto !important;
}

.et-db:not(.home) #et-boc .et-l .et_pb_shop ul.products.columns-4 li.product {
	margin-right: 0px !important;
	padding: 0px !important;
}

.WooProductCardStyling .products li.product {
	width: 100% !important;
}

@media (max-width: 1200px) {
	/* Grid layout structure */
	.WooProductCardStyling .products {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
		align-items: stretch;
	}
}

@media (max-width: 981px) {
	.et-db:not(.home) #et-boc .et-l .et_pb_shop ul.products.columns-4 li.product {
		width: 100% !important;
	}
}

/* responsive breakpoints */
@media (max-width: 1200px) {
    .WooProductCardStyling .products {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .WooProductCardStyling .products {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 504px) {
	 .et-db:not(.home) #et-boc .et-l .et_pb_shop ul.products.columns-4 {
		display: grid !important;
	 }
}

@media (max-width: 400px) {
    .WooProductCardStyling .products {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}


/* quantity add to cart */

div#toevoegen-winkelwagen form.cart {
	flex-direction: row !important;
	flex-wrap: wrap;
}

.added_to_cart {
	width: 100% !important;
}

@media screen and (max-width: 422px) {
	.woocommerce-page div.product form.cart div.quantity {
		margin-right: 10px !important;
	}

	.quantity input[type="number"] {
		max-width: 40px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;	
	}
}

@media screen and (max-width: 422px) {
	.woocommerce-page div.product form.cart {
		flex-direction: column !important;
	}

	.woocommerce-page div.product form.cart div.quantity {
		margin-right: 20px !important;
		margin-bottom: 10px !important;
	}

	.quantity input[type="number"] {
		max-width: 4.3em !important;
		padding-left: 16px !important;
		padding-right: 16px !important;	
	}
}


/* slider home page */

.home a.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2.woocommerce-loop-product__title, .home a.woocommerce-LoopProduct-link.woocommerce-loop-product__link p.price-excl-tax-shop {
	display: block !important;
}

.home .Aanbevolen .products li.product span.price bdi {
	justify-content: center !important;
}

#wwkSidebarMobile {
	display: none !important;
}

body .wwk-sidebar:not(.wwk-sidebar--mobile):not(.wwk-sidebar--top) {
	display: block !important;
}

/* Container-based alignment that respects viewport */
.et-db #et-boc .et-l .et-menu-nav li.mega-menu {
    position: static !important;
}


.woocommerce table.cart .product-thumbnail img {
	width:100px !important;
}

.woocommerce table.cart .product-thumbnail {
	display:block !important;
}

.woocommerce table.cart .product-thumbnail::before {
	content:" " !important;
}

.includes_tax {
	font-family: 'Work Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
}

.wc-block-components-address-card__address-section span:nth-child(4) {
	display:none !important;
}
.wc-block-components-address-card__address-section span {
	font-weight:500 !important;
}

.input-text.qty.text {
	font-family: 'Work Sans', Helvetica, Arial, Lucida, sans-serif !important;
}


.mobiel-menu #webwinkelkeur_widget > div {
	justify-content: flex-start !important;
}

.mobiel-menu .et_pb_row_2_tb_header {
	display:flex;
	flex-wrap:nowrap !important;
}

.mobiel-menu .et_pb_row_2_tb_header .et_pb_column_5_tb_header {
	margin-bottom:0px !important;
	display:flex;
	align-items: center !important
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--vat-number a {
	color: #6D071A !important
}

.woocommerce-MyAccount-content .button {
	color: #6D071A !important;
}

.woocommerce-EditAccountForm button[type="submit"], .woocommerce-edit-address .woocommerce-MyAccount-content button[type="submit"] {
	color: #fff !important;
}

.et-db.woocommerce  #et-boc .et-l .et_pb_shop_0_tb_body ul.products li.product .onsale {
	font-size:12px !important;
	padding: 3px 14px !important;
}

input.et_pb_menu__search-input::placeholder, input.et_pb_menu__search-input {
	font-family: 'Work Sans', Helvetica, Arial, Lucida, sans-serif !important;
}

#mobiel-menu .cart-count {
	display:none !important;
}

.custom-cart-count {
	position: absolute;
    top: -5px;
    right: -10px;
    background-color: #6D071A;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    text-indent: 0;
}

.woocommerce-order-received .button.invoice.woocommerce-button:hover {
	color:#6D071A !important;
}

.home .product .added_to_cart {
	text-align:center !important;
	margin-left:0px !important;
}

/* btw error show */


/* Red border and label for invalid/empty required VAT field */
.wc-block-components-text-input.has-error input#billing_vat_number,
input#billing_vat_number[aria-invalid="true"] {
    border-color: #cc1818 !important;
    border-width: 1px !important;
}

.wc-block-components-text-input.has-error label[for="billing_vat_number"] {
    color: #d63638 !important;
}

/* Make sure the input gets red border when required and empty on blur */
input#billing_vat_number[required]:invalid {
}



/* Shipping table full width */
.custom-shipping-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 !important;
	border: none !important;
}

.custom-shipping-table td {
    padding: 10px 15px;
    vertical-align: middle;
}

/* Shipping cost cell */
.shipping-cost-cell {
    width: 150px;
    min-width: 150px;
}

.shipping-cost {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
}

.shipping-excl-btw {
    font-size: 12px;
    color: #000000;
    margin-top: 2px;
    font-weight: bold;
}

/* Shipping description cell */
.shipping-description-cell {
    font-size: 14px;
    color: #000;
    padding-left: 20px;
}

/* Shipping status cell */
.shipping-status-cell {
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    width: 120px;
    min-width: 120px;
}

/* Radio button styling */
#shipping_method li {
    margin-bottom: 10px;
	display: flex;
	flex-direction: row;
}

#shipping_method li label {
    display: block;
    width: 100%;
}

.page-winkelwagen :is(.order-total, .cart-subtotal) td {
	text-align: end !important;
	padding-right: 24px !important;
}

@media screen and (max-width: 1250px) {
	.page-winkelwagen .et_pb_column_2 {
		display: none;
	}
	.page-winkelwagen .et_pb_column_3 {
		width: 100% !important;
	}
}

@media screen and (max-width: 768px) { 
	.shop_table.shop_table_responsive .woocommerce-shipping-totals :is(.shipping-cost, .shipping-excl-btw, .shipping-description-cell) {
		text-align: start !important;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: #fff;
	}

	.shop_table.shop_table_responsive .woocommerce-shipping-totals td::before {
		content: none !important;
	}

	.custom-shipping-table tr {
		display: flex !important;
		flex-direction: row !important;
		align-items: center;
	}

	.shop_table.shop_table_responsive .woocommerce-shipping-totals :is(.shipping-status-cell) {
		text-align: end !important;
		margin-left: auto;
	}



}

@media screen and (max-width: 550px) {
	td.shipping-description-cell {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.custom-shipping-table tr {
		display: block !important;
	}

	.shop_table.shop_table_responsive .woocommerce-shipping-totals :is(.shipping-status-cell) {
		text-align: start !important;
		margin-left: 0;
	}
}

body.page-winkelwagen #page-container .et_pb_section .et_pb_wc_cart_products_0 table.cart button[name="apply_coupon"] {
	color: #FFFFFF !important;
    border-color: #6D071A;
    border-radius: 0px;
    font-size: 14px;
    font-family: 'Work Sans', Helvetica, Arial, Lucida, sans-serif !important;
    background-color: #6D071A;
    padding-top: 1vh !important;
    padding-right: 1vw !important;
    padding-bottom: 1vh !important;
    padding-left: 1vw !important;
}


/* Cadeau inpakken checkbox op eigen regel */
.tdg-cadeau-wrapper {
    display: block !important;
    width: 100% !important;
    margin: 15px 0 20px 0 !important;
    clear: both;
}

/* Quantity en button wrapper */
form.cart > .quantity,
form.cart > .single_add_to_cart_button {
    display: inline-block;
    vertical-align: middle;
}

/* Optional: Zet ze onder elkaar op mobiel */
@media (max-width: 768px) {
    form.cart > .quantity,
    form.cart > .single_add_to_cart_button {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}


.wc-block-components-checkout-place-order-button__text {
	font-size: 0 !important;
}
.wc-block-components-checkout-place-order-button__text:after {
	content: 'Afrekenen';
	font-size: 14px;
	font-weight: 500;
	font-family: 'Work Sans' !important;
}

.search-results-info {
	font-family: 'Work Sans' !important;
}

.vertical-align-center {
    display: flex;
    align-items: center;
}