@font-face {
    font-family: 'Balbeer';
    src: url('fonts/Balbeer-Rustic.woff') format('woff'),
        url('fonts/Balbeer-Rustic.woff2') format('woff2'),
        url('fonts/Balbeer-Rustic.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
}

:root {
    /* File Data */
    --border-radius-interactives: 0px;
    --border-radius-cards: 16px;
    --desktop-side-padding: 88px;
    --mobile-side-padding: 24px;

    /* Fonts */
    --font-primary: 'Balbeer';
    --font-secondary: 'DM Sans';
    --font-tertiary: 'DM Sans';

    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-book: 350;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;

    --desktop-h1-font-family: var(--font-primary);
    --desktop-h1-size: 64px;
    --desktop-h1-line-height: 64px;
    --desktop-h1-weight: var(--font-weight-semibold);
    --desktop-h2-font-family: var(--font-primary);
    --desktop-h2-size: 48px;
    --desktop-h2-line-height: 48px;
    --desktop-h2-weight: var(--font-weight-semibold);
    --desktop-h3-font-family: var(--font-secondary);
    --desktop-h3-size: 32px;
    --desktop-h3-line-height: 32px;
    --desktop-h3-weight: var(--font-weight-regular);
    --desktop-h4-font-family: var(--font-secondary);
    --desktop-h4-size: 24px;
    --desktop-h4-line-height: 30px;
    --desktop-h4-weight: var(--font-weight-regular);
    --desktop-h5-font-family: var(--font-tertiary);
    --desktop-h5-size: 18px;
    --desktop-h5-line-height: 24px;
    --desktop-h5-weight: var(--font-weight-bold);
    --desktop-h6-font-family: var(--font-tertiary);
    --desktop-h6-size: 16px;
    --desktop-h6-line-height: 20px;
    --desktop-h6-weight: var(--font-weight-semibold);
    --mobile-h1-font-family: var(--font-primary);
    --mobile-h1-size: 48px;
    --mobile-h1-line-height: 60px;
    --mobile-h1-weight: var(--font-weight-semibold);
    --mobile-h2-font-family: var(--font-primary);
    --mobile-h2-size: 32px;
    --mobile-h2-line-height: 40px;
    --mobile-h2-weight: var(--font-weight-semibold);
    --mobile-h3-font-family: var(--font-secondary);
    --mobile-h3-size: 24px;
    --mobile-h3-line-height: 30px;
    --mobile-h3-weight: var(--font-weight-regular);
    --mobile-h4-font-family: var(--font-secondary);
    --mobile-h4-size: 20px;
    --mobile-h4-line-height: 25px;
    --mobile-h4-weight: var(--font-weight-regular);
    --mobile-h5-font-family: var(--font-tertiary);
    --mobile-h5-size: 18px;
    --mobile-h5-line-height: 20px;
    --mobile-h5-weight: var(--font-weight-bold);
    --mobile-h6-font-family: var(--font-tertiary);
    --mobile-h6-size: 16px;
    --mobile-h6-line-height: 20px;
    --mobile-h6-weight: var(--font-weight-semibold);
    --paragraph-font-family: var(--font-tertiary);
    --paragraph-size: 16px;
    --paragraph-line-height: 24px;
    --paragraph-weight: var(--font-weight-regular);
    --paragraph-small-font-family: var(--font-tertiary);
    --paragraph-small-size: 14px;
    --paragraph-small-line-height: 21px;
    --paragraph-small-weight: var(--font-weight-regular);
    --button-size: var(--paragraph-size);
    --button-font-family: var(--font-primary);
    --button-line-height: 24px;
    --button-weight: var(--font-weight-semibold);
    --input-font-family: var(--font-tertiary);
    --input-size: var(--paragraph-size);
    --input-line-height: var(--paragraph-line-height);
    --input-weight: var(--font-weight-semibold);
    --link-font-family: var(--font-tertiary);
    --link-size: var(--paragraph-size);
    --link-line-height: 16px;
    --link-weight: var(--font-weight-regular);
    --navbar-nav-link-padding-x: 1.5rem !important;

    /* Brand Colors */
    --main-brand: rgba(35, 32, 33, 1);
    --main-brand-string: 232021;
    --main-brand-color-name: Kolenhout;
    --accents-1: rgba(233, 149, 60, 1);
    --accents-1-string: E9953C;
    --accents-1-color-name: Vuuroranje;
    --accents-2: rgba(245, 206, 171, 1);
    --accents-2-string: F5CEAB;
    --accents-2-color-name: Ambergloed;
    --accents-3: rgba(9, 9, 9, 1);
    --accents-3-string: 090909;
    --accents-3-color-name: Diepzwart;
    --neutrals-white: rgba(255, 255, 255, 1);
    --neutrals-light-grey: rgba(242, 242, 242, 1);
    --neutrals-medium-grey: rgba(217, 217, 217, 1);
    --neutrals-dark-grey: rgba(152, 152, 152, 1);
    --neutrals-black: rgba(9, 9, 9, 1);
    --ui-positive: rgba(93, 150, 0, 1);
    --ui-negative: rgba(209, 80, 51, 1);
    --ui-warning: rgba(231, 170, 53, 1);
    --accent-1-hover: rgba(235, 205, 206, 1);

}

body {
    font-family: var(--paragraph-font-family);
    font-size: var(--paragraph-size);
    line-height: var(--paragraph-line-height);
    color: var(--neutrals-black);
}

h1 {
    font-size: var(--desktop-h1-size);
    line-height: var(--desktop-h1-line-height);
    font-family: var(--desktop-h1-font-family);
    font-weight: var(--desktop-h1-weight);
    margin-bottom: 2rem;
}

h2 {
    font-size: var(--desktop-h2-size);
    line-height: var(--desktop-h2-line-height);
    font-family: var(--desktop-h2-font-family);
    font-weight: var(--desktop-h2-weight);
    margin-bottom: 1rem;
}

h3 {
    font-family: var(--desktop-h3-font-family);
    font-size: var(--desktop-h3-size);
    font-weight: var(--desktop-h3-weight);
    line-height: var(--desktop-h3-line-height);
}

h4 {
    font-family: var(--desktop-h4-font-family);
    font-size: var(--desktop-h4-size);
    line-height: var(--desktop-h4-line-height);
    font-weight: var(--desktop-h4-weight);
}

h5 {
    font-family: var(--desktop-h5-font-family);
    font-size: var(--desktop-h5-size);
    line-height: var(--desktop-h5-line-height);
    font-weight: var(--desktop-h5-weight);
}

a {
    color: var(--accents-1);
    font-size: var(--link-size);
    font-family: var(--link-font-family);
    line-height: var(--link-line-height);
    font-weight: var(--link-weight);
    text-decoration: unset;
    transition: all 0.3s ease-in-out;
}
header.top-header {
    background-color: #232021;
}
.link-black {
    color: var(--neutrals-black);
}
.woocommerce-form-login input {
}

a:hover {
    color: var(--accent-1-hover);
}

nav a {
    color: var(--neutrals-white);
    cursor: pointer;
}

nav a:hover {
    color: var(--accents-1);
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link {
    font-size: var(--link-size);
    font-family: var(--font-tertiary);
    line-height: var(--link-line-height);
    color: var(--neutrals-white);
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
    color: var(--accents-1);
}

.navbar-nav .nav-link.active {
    color: var(--neutrals-white);
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--accents-1);
}

nav a.navbar-brand {
    font-size: var(--desktop-h2-line-height);
    line-height: var(--logo-line-height);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-semibold);
}

.btn {
    background-color: var(--main-brand);
    border: 2px solid var(--accents-1);
    color: var(--neutrals-white);
    font-weight: var(--button-weight);
    padding: 11px 22px;
    transition: all 0.3s ease-in-out;
    font-size: var(--button-size);
    line-height: var(--button-line-height);
    font-family: var(--button-font-family);
    text-transform: uppercase;
    border-radius: 0;
}

.btn:hover {
    background-color: unset;
    color: var(--accent-1-hover);
    border: 2px solid var(--accents-1);
}

.btn-black {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
    border-color: var(--main-brand);
    color: #fff;
}

.btn-black:hover {
    background-color: var(--neutrals-black);
    color: var(--neutrals-white);
    border-color: var(--neutrals-black);
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit,
.woocommerce .woocommerce-ResetPassword .woocommerce-Button {
    background-color: var(--main-brand);
    border: 2px solid var(--accents-1);
    color: var(--neutrals-white);
    font-weight: var(--button-weight);
    padding: 11px 22px;
    transition: all 0.3s ease-in-out;
    font-size: var(--button-size);
    line-height: var(--button-line-height);
    font-family: var(--button-font-family);
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
    color: #fff;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover,
.woocommerce .woocommerce-ResetPassword .woocommerce-Button:hover {
    background-color: var(--neutrals-black);
    color: var(--neutrals-white);
    border-color: var(--neutrals-black);
}
.woocommerce-form-login__rememberme {margin-top: 10px}
.soc-btn {
    padding: 0;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--neutrals-black);
}
.bg-brand-important {
    background-color: var(--main-brand) !important;
    color: var(--neutrals-white);
}
.bg-brand {
    background-color: var(--main-brand);
    color: var(--neutrals-white);
}
.bg-donker-brand {
    background-color: var(--accents-3);
}

.text-brand {
    color: var(--main-brand);
}

.text-accent-1 {
    color: var(--accents-1);
}

.bg-light-grey {
    background-color: var(--neutrals-lightgrey);
}

.br-intr {
    border-radius: var(--borderradius-interactives);
}

.br-cards {
    border-radius: var(--border-radius-cards);
}

/* Services */
.service-card {
    position: relative;
    background-position: center;
    background-size: cover;
}

.service-card::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(35, 32, 33, 0) 26.4%, #1A1718 100%);
    z-index: 1;
    left: 0;
    top: 0;
}

.service-card * {
    position: relative;
    z-index: 2;
}

.min-h-416 {
    min-height: 416px;
}

.el-cta {
    background-image: url(../images/wood-bg.jpeg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.el-cta::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/forest.svg);
    position: absolute;
    left: 0;
    top: 60%;
}

footer {
    background-color: var(--accents-3);
    color: var(--neutrals-white);
}

footer .link {
    color: var(--neutrals-white);
}

footer .link:hover {
    color: var(--accent-1-hover);
}

.swiper-arrow-left,
.swiper-arrow-right {
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    background-color: var(--neutrals-white);
}

.swiper-arrow-left:hover,
.swiper-arrow-right:hover {
    background-color: var(--neutrals-mediumgrey);
}

.swiper-pagination-bullet {
    opacity: 1;
    background-color: var(--neutrals-white);
    border: 1px solid var(--main-brand);
}

.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: var(--accents-1);
    border-color: var(--accents-1);
}

.swiper-pagination {
    bottom: unset !important;
    top: unset !important;
}

header.top-header::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
    z-index: 1;
    left: 0;
    top: 0;
}
.single-post .top-header .img-fluid,
.page-template-template-post-as-page .top-header .img-fluid,
.single-project .top-header .img-fluid {
    max-height: 500px;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    object-fit: cover;
    mask-image: url(/wp-content/uploads/2025/01/Mask-group-1.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: 50% 50%;

}
header.top-header.bg-brand-important::after {
    background: none;
}
header.top-header {
    background-size: cover;
    background-position: center;
}

header.top-header * {
/*    position: relative;*/
    z-index: 2;
}

.navbar-brand img {
    max-width: 94px;
}

.icon-square {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: unset;
    animation: pulse 1.5s infinite ease-in-out;
    /* Infinite animation */
}
.alignright {
    float: right;
    margin: 0 0 15px 15px; /* Adjust margins as needed */
}
.alignleft {
    float: left;
    margin: 0 15px 15px 0; /* Adjust margins as needed */
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}


@media (max-width: 768px) {
    .woocommerce-ordering {
        width: 100% !important;
        padding: 0 12px;
    }
    .sort-by-dropdown {
        width: 100% !important;
        padding: 0; /* Optional: remove padding if it's causing unwanted spacing */
    }
    .orderby {
        width: 100% !important;
    }
}
@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        /* Default size */
    }

    50% {
        transform: scale(0.9);
        /* Scaled down to simulate 38px size */
    }
}

.wpcf7-form label,
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select  {
    border: unset;
    border-bottom: 1px solid var(--neutrals-light-grey);
    border-radius: var(--borderradius-interactives);
    padding: 12px;
    margin-top: 0.5rem;
    background-color: transparent;
    color: var(--neutrals-white) !important;
    width: 100%;
}

.wpcf7-form input:focus,
.wpcf7-form input:active,
.wpcf7-form textarea:active,
.wpcf7-form textarea:focus {
    border: unset !important;
    border-bottom: 1px solid var(--neutrals-light-grey) !important;
    outline: unset !important;
}

.wpcf7-form label {
    color: var(--neutrals-white);
    font-size: var(--input-size);
    font-family: var(--input-fontfamily);
    line-height: var(--input-lineheight);
    font-weight: var(--font-weight-semibold);
}

.wpcf7-form input[type=submit] {
    background-color: transparent;
    box-shadow: unset;
    border-radius: unset !important;
    border: 2px solid var(--accents-1) !important;
}

.container-1 {
    width: 100%;
    display: flex;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    align-items: center;
}

.container-1 input#search {
    width: 100%;
    height: 40px;
    border: 1px solid var(--neutrals-medium-grey);
    font-size: var(--paragraph-size);
    line-height: var(--paragraph-lineheight);
    float: left;
    color: var(--neutrals-black);
    padding-left: 45px;
    border-radius: var(--borderradius-interactives);
}
select.orderby {
    height: 40px;
    border: 1px solid var(--neutrals-medium-grey);
    font-size: var(--paragraph-size);
    line-height: var(--paragraph-lineheight);
    color: var(--neutrals-black);
    border-radius: var(--borderradius-interactives);
    padding: 0 8px;
}

.container-1 .icon {
    position: absolute;
    margin-left: 18px;
    z-index: 1;
    color: #4f5b66;
}

.custom-drop {
    padding: 8px 16px;
    border: 1px solid var(--neutrals-mediumgrey);
    border-radius: var(--borderradius-interactives);
    position: relative;
    display: flex;
    align-items: center;
}

.custom-drop::after {
    content: url(../images/chevron-down.svg);
    position: absolute;
    right: 1rem;
}

.label-category {
    font-family: var(--paragraph-small-fontfamily);
    font-size: var(--paragraph-small-size);
    line-height: var(--paragraph-small-lineheight);
    font-weight: var(--paragraph-small-weight);
    padding: 4px 12px;
    background-color: var(--neutrals-medium-grey);
    border-radius: 100px;
    text-decoration: unset;
    color: var(--neutrals-black);
}

.form-check {
    padding: 0;
    margin-bottom: 0.5rem;
}

.form-check input {
    font-size: 24px;
    border: 1px solid var(--main-brand);
    margin: unset !important;
    border-radius: 0 !important;
}

.form-check .form-check-label {
    padding-left: 1rem;
    font-weight: var(--font-weight-semibold);
    font-size: var(--paragraph-size);
    line-height: var(--paragraph-lineheight);
    font-family: var(--paragraph-fontfamily);
}

.pagination-item {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid var(--neutrals-light-grey);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--neutrals-dark-grey);
    text-decoration: unset;
}

.pagination-item.active {
    border: 1px solid var(--main-brand);
    color: var(--neutrals-white);
    background-color: var(--main-brand);
}

.pagination-item.disable {
    border: unset;
}

.rotate-180 img {
    transform: rotate(180deg);
}

.bg-slider-bullet {
    background-color: unset;
    width: 8px;
    height: 8px;
    border: 1px solid var(--neutrals-white);
    border-radius: 100%;
    cursor: pointer;
}

.bg-slider-bullet.active {
    width: 12px;
    height: 12px;
    border-color: var(--accents-1);
    background-color: var(--accents-1);
}

header.container-fluid.position-relative {
    transition: background-image 1s ease-in-out, opacity 1s ease-in-out;
    opacity: 1;
}

header.fading {
    opacity: 0;
    /* For fade-out effect */
}

.product-cart a {
    text-decoration: underline;
}

.product-cart img,
.product-cart h4 {
    transition: all 0.3s ease-in-out;
}

.product-cart:hover img {
    opacity: 0.5;
}

.product-cart:hover h4 {
    color: var(--accents-1);
}

/* woocommerce styling */
.woocommerce div.product form.cart div.quantity input { 
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px ;
    gap: 16px;
    width: 71px;
    height: 50px;

    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 0px;

    font-family: var(--desktop-h5-font-family);
    font-size: var(--desktop-h5-size);
    line-height: var(--desktop-h5-line-height);
    font-weight: var(--desktop-h5-weight);
    margin-right: 16px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-family: var(--desktop-h4-font-family);
    font-size: var(--desktop-h4-size);
    line-height: var(--desktop-h4-line-height);
    font-weight: var(--desktop-h4-weight);
    color: #232021;
}
.product_meta > span {
    display: block;

}
.product_meta > span > span, .product_meta > span > a {
    font-weight: 700;
    color: #232021;
}
.product_meta > span > a {
    text-decoration: underline;
}

.woocommerce-page .product .woocommerce-product-gallery__image img {
    object-fit: contain;
    max-height: 460px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    color: #232021;
    font-size: var(--paragraph-size);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{
    text-decoration: underline;
    color: #232021;

}
.woocommerce .tabs {
padding: 0;
}
.woocommerce .tabs li {
    display: inline-block;
    list-style: none;
    margin: 0;

    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-right: 2em;
}
.woocommerce .tabs li.active {
    border-bottom: 2px solid var(--accents-1);

}
.woocommerce .tabs li.active a {
    color: var(--accents-1);
}

.woocommerce .tabs li a {
    font-family: var(--desktop-h5-font-family);
    font-size: var(--desktop-h5-size);
    font-weight: 700;
    line-height: 23.44px;
    color: white;
}
.woocommerce-Tabs-panel h2, .related_products h2 {
    font-family: var(--desktop-h3-font-family);
    font-size: var(--desktop-h3-size);
    font-weight: 400;
    line-height: var(--desktop-h3-line-height);
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.rotate-180 {
      transform: rotate(180deg);
}

.nav-links .page-numbers {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: 1px solid #F2F2F2 ;
    color: #989898;
    font-size: 14px;
        display: inline-block;
    text-align: center;
    line-height: 32px;
}
.nav-links .page-numbers.current {
    background-color: #232021;
    color: white;
}
.nav-links .page-numbers.dots {
    border: 0;
}
.woocommerce-MyAccount-navigation ul {
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    padding-bottom: 2em;
    margin-bottom: 1em;
    border-bottom: 1px solid #D9D9D9;
}

.woocommerce-MyAccount-navigation .is-active a {
    text-decoration: underline;
}
.woocommerce-MyAccount-navigation a {
    color: #232021;
}
.tarieven tr td:first-child {
    width: 73%;
}
.tarieven table {
    margin-bottom: 2rem;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc(20% - 1em);
    margin-right: 1em;
    margin-top: 1em;
    height: 0;
    padding-top: calc(20% - 1em);
    position: relative;
}
.woocommerce div.product div.images .flex-control-thumbs img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
}
.woocommerce div.product div.images .flex-control-thumbs li .flex-active{
    border: 2px solid var(--Accents-1, #E9953C);
}
.woocommerce-account .woocommerce-MyAccount-content a {
    text-decoration: underline;
    color: unset;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 0px;
    border-bottom: 1px solid #F2F2F2;
    padding: 1rem;
    background-color: transparent;
}
.wpcf7-form textarea {
    max-height: 160px;
    resize: none;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0;
    padding: 0;
}
.woocommerce-EditAccountForm.edit-account fieldset{
    margin-top: 2em;
}
.archive .product-cart a.d-flex,
.product-template-default .product-cart a.d-flex,
.swiper-slide a.d-flex {
    text-decoration: underline;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}

.archive .product-cart img,
.product-template-default .product-cart img,
.swiper-slide img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#customer_login form .form-row input.input-text, #customer_login form .form-row textarea,
.woocommerce-lost-password form .form-row  input.input-text{
    background-color: white;

}
/* Styling for the arrows */
.archive .arrow {
    font-size: 16px;
    margin-left: 5px;
    cursor: pointer;
}
.category-arrow-toggle .arrow, .main_menu_arrow {
       font-size: 16px;
    margin-left: 8px;
    cursor: pointer;

}
.archive .toggle-parent {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.archive .child-container {
    margin-left: 20px; /* Indentation for child terms */
}
.float-right {
    float: right;
}
.custom-category-menu > ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    list-style-type: none;
    padding: 0;
}
.custom-category-menu > ul > li > ul {
/* padding: 0;*/
}
.custom-category-menu li {
    list-style: none;
    position: relative;
        
}
.custom-category-menu .arrow{
    padding-right: 2em;
}

.custom-category-menu li:hover > ul {
/*    display: block;  /* Make subcategories visible on hover */
}
.custom-category-menu a {
    color: white;
    font-weight: 700;
    line-height: 40px;
    display: block;
}
.custom-category-menu a:hover {
    color: var(--accents-1);
}
.custom-category-menu .children a {
    font-weight: 400;
}

.custom-category-menu .sub-menu{
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.custom-category-menu .sub-menu.open {
    max-height: 250px;
}

.custom-category-menu span.category-arrow-toggle {
    float: right;
    margin-top: -40px;
    color: white;
}
.custom-category-menu span.category-arrow-toggle:hover {
    color: var(--accents-1);
    cursor: pointer;
}
header.top-header .custom-category-menu  a.nav-link {
    display: none;
}
header.top-header .custom-category-menu {
    position: absolute;
    width: calc(100% + var(--bs-gutter-x) );
    left: calc(var(--bs-gutter-x) * .5 * -1);
    top: 8em;
    z-index: 100;
    display: none;
    opacity: 0;
        transition: all 0.5s ease-in-out;

}
header.top-header .custom-category-menu.show {
    opacity: 1;
    display: block;
}

/*.custom-category-menu li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}*/
table.wc-block-cart-items .wc-block-cart-items__header th span,
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__totals-title {
    font-family: var(--desktop-h5-font-family);
    font-size: var(--desktop-h5-size);
    line-height: var(--desktop-h5-line-height);
    font-weight: var(--desktop-h5-weight);
    text-transform: none;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: #232021;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    background-color: var(--main-brand);
    border: 2px solid var(--accents-1);
    color: var(--neutrals-white);
    font-weight: var(--button-weight);
    padding: 11px 22px;
    transition: all 0.3s ease-in-out;
    font-size: var(--button-size);
    line-height: var(--button-line-height);
    font-family: var(--button-font-family);
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
    border-color: var(--main-brand);
    color: #fff;
    width: 100%;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text:hover {
    background-color: var(--neutrals-black);
    color: var(--neutrals-white);
    border-color: var(--neutrals-black);
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label, .wp-block-woocommerce-checkout .wc-block-components-text-input label {
        font-family: var(--input-font-family);
    font-size: var(--input-size);
    line-height: var(--input-line-height);
    font-weight: var(--input-weight);
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--neutrals-black);
}


.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email], 
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number], 
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password], 
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel], 
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text], 
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url], 
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=email], 
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=number], 
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=password], 
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=tel], 
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=text], 
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=url] {
    border: 0;
    border-bottom: 1px solid #F2F2F2;
    border-radius: 0;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    border: 0;
    background: none;
    text-align: center;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button div {
    text-align: center;
}
.wp-block-woocommerce-checkout .wc-block-components-form h2.wc-block-components-title {
    font-family: var(--desktop-h4-font-family);
    font-size: var(--desktop-h4-size);
    line-height: var(--desktop-h4-line-height);
    font-weight: var(--desktop-h4-weight);
}
.wc-block-components-checkout-place-order-button__text {
    flex-flow: column;
}

.footer-menus ul {
    padding: 0;
}
.footer-menus li {
    list-style: none;
}
.footer-menus .sub-menu {
    margin-top: 1rem;
}

#main-navigation.show,
#main-navigation.collapsing {
    position: absolute;
    width: calc(100% + 2em);
    background-color: black;
    left: -1em;
    top: -1em;
}
header nav.navbar{
    z-index: 3;
}
.woocommerce div.product form.cart .variations select {
    padding: 0.5em;
}
.woocommerce div.product form.cart .variations .reset_variations {
    display: none !important;
}
.woocommerce-variation.single_variation {
    margin-bottom: 1em;
}
/*header.top-header .custom-category-menu.stay_open {
    position: relative;
    top: 0;
    display: block;
    opacity: 1;
    padding: 1.5em !important;
    background-color: #232021;
    margin-top: 1.5em;
}

header.top-header .custom-category-menu.stay_open > ul {
    grid-template-columns: unset;
    gap: 1.5em;
    display: block;
}
header.top-header .custom-category-menu.stay_open a,
header.top-header .custom-category-menu.stay_open .arrow{ 
    color: var(--accents-1);
    padding: 0;
    text-align: left;
}*/

.text-orange {
    color: var(--accents-1);
}
header.top-header .custom-category-menu.stay_open .children {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
header.top-header .custom-category-menu.stay_open .children.open {
    max-height: 500px;
}
.vraag_header {
    position: relative;
}
.vraag_header:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 2px;
    background-image: url("../images/plus-icon.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    display: inline-block;
}
.stookavond_table table {
    width: 100%;
    table-layout: fixed; /* Ensures equal width for all columns */
    border-collapse: collapse;
    margin-top: 4em;
}
.stookavond_table tr {
    text-align: center;
}
.stookavond_table tr:not(:last-child) td {
    
    font-family: var(--mobile-h4-font-family);
    font-size: var(--mobile-h4-size);
    line-height: var(--mobile-h4-line-height);
    font-weight: var(--mobile-h4-weight);
}
.stookavond_table tr:last-child td {
    color:white;
}
.stookavond_table td .bi {
    font-size: 48px;
}
.stookavond_table td {
    padding: 0.5em 1em ;
}
.cursor-pointer {
    cursor: pointer;
}
.depth_0 .arrow {
    display: none;
}
.page-template-template-workshops section ul {
    padding-left: 1em;
}
.page-template-template-workshops section ul li{
    list-style: none;
    vertical-align: middle;
}
.page-template-template-workshops section ul li i.bi {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 8px;
    display: inline-block;
}
.woocommerce span.onsale {
    z-index: 2;
}

.css_arrow,
.main_menu_arrow {
    background-image: url("../images/arrow_down.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 1em;
    height: 0.5em;
    display: inline-block;
}
.navbar-nav .nav-link.active .main_menu_arrow {
    border-bottom: 2px solid;
    border-color: var(--accents-1);
}
.main_menu_arrow {
    background-size: 20px;
    padding: 12px;
    vertical-align: middle;
}

.post-item {
    box-shadow: 0px 12px 24px 0px #00000014;
    border-radius: 16px;¨
}
.post-item img {
    max-height: 285px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.round-btn {
    margin:0em 0.5em ;
    border-radius: 16px;
    padding: 0.25em 1.5em ;
    font-weight: var(--button-weight);
    font-size: var(--button-size);
    line-height: var(--button-line-height);
    font-family: var(--button-font-family);
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: var(--neutrals-light-grey, #F2F2F2);
    border: 0;
        text-transform: uppercase;
}
.round-btn.active {
    background-color:var(--accents-1) ;
}
.post-body p {
    height: 3em;
    overflow: hidden;
}
.post-body a:after {
    content: "";
    background-image: url("../images/arrow_right_orange.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
}

.black_backdrop_popup {
    background-color: rgb(9 9 9 / 24%);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
.woocommerce-message .confirm_noti::before {
    font-family: WooCommerce;
    display: inline-block;    
    content: "\e015";
    color: #8fae1b;
    vertical-align: middle;
    margin-right: 0.5em;
}
.woocommerce-message .confirm_noti::before {
}
.woocommerce-message::before {
    content: "";
}
.search_bar {
    float:right;
    width: 268px;
}
.custom-cart-popup {
    position: fixed;
    width: 100%;
    max-width: 500px;
    max-height: 520px;
    padding: 29px 36px 29px 36px;
    border-radius: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 200;
    background: white;
    box-shadow: 0px 12px 24px 0px #00000014;
    color: #232021;
}
p.ex-vat-price {
    color: grey;
    font-size: 14px;
}
.popup-image {
    max-height: 250px;
    width: 100%;
}

.popup-image img {
    height: 100%;
    width: auto;
    max-width: unset;
    display: block;
    max-height: 250px;
    margin: auto;
}

.popup-details {
    text-align: center;
}

.close_popup_btn.cross {
    background-image: url("../images/cross_icon_grey.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    float: right;
    cursor: pointer;
    margin-top: 4px;
}
.woocommerce-message {
    background-color: transparent;
    border: 0;
    padding: 0;
}
.custom-category-menu-wrapper {
    display: flex;
    justify-content: space-between;
}
.category-item.active_cat a{
    color: var(--accents-1);
}
.column-1, .column-2, .column-3 {
    width: 30%;
    padding: 10px;
    vertical-align: top;
}

.column-1, .column-2 {
    border-right: 1px solid #ddd;
}
.category-item {
    position: relative;
}
span.category-arrow {
    position: absolute;
    right: 1em;
    display: inline-block;
    background-image: url("../images/arrow_right_orange.svg");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    width: 2em;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
}
span.category-arrow-back {
    position: absolute;
    left: 1em;
    display: inline-block;
    transform: rotate(180deg);
    background-image: url("../images/arrow_right_orange.svg");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    width: 2em;
    height: 2em;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
 

.custom-stock-status {
    margin-top: 0.5em;
}
.text-green {
    color: var(--ui-positive);
}
.assortiment-menu-handler {
    border: 2px solid  var(--accents-1);
    border-radius: 4px;
}
/*.column-2, .column-3 {
    display: none;
}

.column-2.active, .column-3.active {
    display: block;
}*/
@media(max-width:1400px) {
    :root {
        --navbar-nav-link-padding-x: 1rem !important;
    }
} 
@media(max-width:1200px) {
    .depth_0 .arrow {
        display: block;
    } 
}
@media(max-width:992px) {
    #main-navigation {
        padding-top: 8em !important;
    }
    #menu-hoofdmenu {
        gap: 1.5rem;
    }
    

    :root {
        h1 {
    font-size: var(--mobile-h1-size);
    line-height: var(--mobile-h1-line-height);
    font-family: var(--mobile-h1-font-family);
    font-weight: var(--mobile-h1-weight);
    margin-bottom: 2rem;
}

h2 {
    font-size: var(--mobile-h2-size);
    line-height: var(--mobile-h2-line-height);
    font-family: var(--mobile-h2-font-family);
    font-weight: var(--mobile-h2-weight);
    margin-bottom: 1rem;
}

h3 {
    font-family: var(--mobile-h3-font-family);
    font-size: var(--mobile-h3-size);
    font-weight: var(--mobile-h3-weight);
    line-height: var(--mobile-h3-line-height);
}

h4 {
    font-family: var(--mobile-h4-font-family);
    font-size: var(--mobile-h4-size);
    line-height: var(--mobile-h4-line-height);
    font-weight: var(--mobile-h4-weight);
}

h5 {
    font-family: var(--mobile-h5-font-family);
    font-size: var(--mobile-h5-size);
    line-height: var(--mobile-h5-line-height);
    font-weight: var(--mobile-h5-weight);
}
    }
}
/* @media(min-width:991px) {

    .el-text-image-left .row,
    .el-text-image-right .row {
        min-height: 605px;
    }

} */

@media(min-width:1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--navbar-nav-link-padding-x);
        padding-left: var(--navbar-nav-link-padding-x);
    }
    
}
@media(max-width:1200px) {
    
    header.top-header .custom-category-menu.show {
        position: relative;
        top: 0;
        display: block;
        opacity: 1;
        padding: 0.75em 0 !important;
        background-color: #232021;
        white-space: nowrap
    }
    .custom-category-menu a {
        padding: 0.75em 0;
        line-height: 24px;
        margin-bottom: 0;
    }
    
    header.top-header .custom-category-menu.show .column-1,
    header.top-header .custom-category-menu.show .column-2,
    header.top-header .custom-category-menu.show .column-3,
    header.top-header .custom-category-menu.show .custom-category-menu-wrapper {
        width: 100%;
        white-space: nowrap;
        display: inline-block;
        border: 0;
        padding: 0 1.5rem;
    }
    header.top-header .custom-category-menu.show .custom-category-menu-wrapper {
        padding: 0;
        transform: translate(0,0);
        transition: all 0.5s ease-in-out;
    }
    header.top-header .custom-category-menu.show .custom-category-menu-wrapper.move_to_col_2 {
        transform: translate(-100%,0);        
    }
    header.top-header .custom-category-menu.show .custom-category-menu-wrapper.move_to_col_3 {
        transform: translate(-200%,0);        
    }
    
    .category-item {
    }
    .assortiment-menu-handler {
        border: 0px;    
    }

}