/* import grid and reset */
@import "grid.css";

/* import setup css with variables */
@import "setup.css";

/* hero full width center */
.hero-content-holder {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

section.hero-full-width .container-big {
    padding: 3rem 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.hero-full-width .container-big {
    position: relative;
}

section.hero-full-width .container-big:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 52.83%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.hero-content-holder .btn {
    margin-right: 6px;
    margin-left: 6px;
}

.img-right-img-holder {
    text-align: right;
}

.img-right-content-holder {
    padding: 0 1rem;
}

.img-right-img-holder img {
    width: 100%;
}

.img-left-img-holder {
    text-align: right;
}

.img-left-content-holder {
    padding: 0 1rem;
}

.img-left-img-holder img {
    width: 100%;
}

/* header */
nav.navbar.is-transparent {
    max-width: 1920px;
    margin: auto;
}

a.btn.primary-button.header-button {
    margin: 0;
}

section.header-section .navbar-item {
    font-weight: bold;
    color: var(--dark);
    font-size: 1.125rem;
    background: transparent;
}

section.header-section {
    padding: 0 16px;
}

a.navbar-item:hover {
    color: var(--primary-600);
}

.navbar-brand {
    align-items: center;
    justify-content: space-between;
}

.mobile-menu-icon.is-hidden-desktop {
    margin-bottom: -5px;
}

.navbar-item img {
    max-height: unset;
}

/* header */
nav.navbar.is-transparent {
    max-width: 1440px;
    margin: auto;
}

a.btn.primary-button.header-button {
    margin: 0;
}

section.header-section .navbar-item {
    font-weight: bold;
    color: var(--dark);
    font-size: 1.125rem;
    background: transparent;
}

section.header-section,
section.mobile-menu-holder .navbar {
    padding: 0 .5em;
}

a.navbar-item:hover {
    color: var(--primary-600);
}

.navbar-brand {
    align-items: center;
    justify-content: space-between;
}

.navbar-brand:hover {
    background: none;
}

.mobile-menu-icon.is-hidden-desktop {
    margin-bottom: -5px;
}

.navbar-item img {
    max-height: unset;
}

.navbar-brand .navbar-item {
    padding-left: 0;
    padding-right: 0;
}

.mobile-menu-notice-holder {
    text-align: center;
    background: var(--neutral-200);
    padding: 12px;
}

span.notice-opening-label {
    font-weight: bold;
}

.notice-label-open {
    color: #52BC55;
}

.notice-label-closed {
    color: #ea2020;
}

.mobile-menu-diensten-holder .navbar-dropdown .navbar-item.close-navbar-dropdown {
    padding-left: 30px !important;
}

.mobile-menu-body-holder li {
    margin-bottom: 10px;
}

.mobile-menu-body-holder li a {
    padding: 5px 16px;
    font-weight: 500;
    text-decoration: none;
    color: var(--primary-400);
}

h5.mobile-menu-main-title {
    margin-left: 6px;
}

.mobile-menu-bottom a {
    margin-left: 16px !important;
    color: var(--primary-400);
    background: var(--neutral-200) !important;
    border: none;
}

.mobile-menu-diensten-holder .navbar-item .navbar-dropdown {
    display: fixed;
    background: #fff;
    top: 114px;
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 100%;
    transition: all .2s;
    padding-top: 0;
}

.mobile-menu-diensten-holder a {
    font-weight: 500;
    color: var(--primary-400);
    margin: 0;
    border-bottom: 1px solid var(--neutral-200);
    padding: 12px 26px 12px 16px;
}

.mobile-menu-diensten-holder .navbar-link:not(.is-arrowless)::after {
    transform: rotate(-135deg);
    border-color: #97A7BE;
    right: 20px;
}

.mobile-menu-diensten-holder .navbar-dropdown .navbar-item {
    padding: 12px 16px !important;
    font-size: 16px;
    color: var(--primary-400);
    font-weight: 500;
    line-height: 1.5;
    font-size: 17px;
}

/* .navbar-dropdown.closeSubmenu {
    left: 100% !important;
} */
/* .mobile-menu-body-holder li a {
    font-weight: 700;
    font-size: 18px;
    color: var(--dark);
} */
ul#menu-mobile-menu {
    margin-top: 20px;
}

.mobile-menu-body-holder .btn {
    margin-top: 10px;
}

.mobile-menu-footer {
    padding: 40px 40px 20px;
    text-align: center;
}

.mobile-menu-footer {
    margin: 40px 40px 20px;
    text-align: center;
    border-top: 1px solid var(--neutral-400);
    padding-top: 20px;
}

section.mobile-menu-holder {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 999;
    top: 0;
    left: 100%;
    transition: all .2s;
    overflow-y: scroll;
}
@media screen and (max-width: 1024px){

    section.default-page-template.section-divider {
    margin-left: 16px;
    margin-right: 16px;
}
}
.mobile-menu-footer a {
    margin: 0;
    margin-bottom: 10px;
}

/* footer */
.footer-column.first-footer-column p a {
    margin: 0;
    margin-bottom: 12px;
}

.footer-column.footer-menu a {
    color: var(--dark);
}

.footer-column.footer-menu a:hover {
    color: var(--primary-600);
}

.social-icons {
    display: flex;
    gap: 28px;
    align-items: center;
}

.social-icons a {
    margin-top: 10px;
}

section.bottom-footer {
    background: var(--neutral-100);
}

section.bottom-footer {
    background: var(--neutral-100);
    padding-top: 10px;
    padding-bottom: 10px;
}

section.footer-white.section-divider .container,
section.bottom-footer .container {
    padding: 0 1em;
}

section.bottom-menu-holder {
    border: 1px solid #D9E4EA;
}

/* .custom-container.header-bottom-menu a {
    margin: 8px 0;
} */
ul#primary-menu a {
    text-decoration: none;
}

section#header,
nav.navbar.is-transparent {
    background: var(--primary-400);
}

.navbar-brand a.navbar-item {
    /* background: #fff; */
    padding: 24px 16px;
    margin: 0;
}

.top-menu ul li {
    display: inline;
    margin-left: 24px;
}

.top-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

.top-menu ul li a:hover {
    color: var(--secondary-400);
}

.top-menu {
    margin: 12px 0 0px;
}

.navbar-end {
    flex-wrap: wrap;
}

.navbar-end>div {
    width: 100%;
}

section.section-calculator-section input {
    border: 1px solid var(--neutral-200);
}

.navbar-link:not(.is-arrowless)::after {
    border-color: var(--primary-400);
    right: 0px;
    background: transparent;
}

.navbar-item.has-dropdown.is-hoverable:hover a {
    background: transparent !important;
}

.custom-container.header-bottom-menu a {
    padding: 16px;
    margin: 0;
}

a.navbar-item.close-navbar-dropdown:before {
    content: url(https://www.lmhekwerk-depril.be/wp-content/themes/lm-depril/img/chevron-right.svg);
    position: absolute;
    left: 16px;
    width: 20px;
    height: 20px;


}

a.navbar-item.close-navbar-dropdown {
    background-color: var(--neutral-200);
    font-weight: 400;
}

.navbar-item.has-dropdown.is-hoverable:hover>a {
    color: var(--secondary-400);
}

.navbar-item.has-dropdown.is-hoverable:hover>.navbar-link:not(.is-arrowless)::after {
    border-color: var(--secondary-400);
}

a.primary-button.btn.button-icon-right.icon-text.header-button:hover {
    background: var(--primary-200);
}

form#searchform input {
    padding: 12px;
    border-radius: 3px;
    border: none;
    font-size: 16px;
}

.navbar-dropdown a {
    margin: 0;
    padding: 8px 16px !important;
}

.custom-container.header-bottom-menu a.navbar-item:hover {
    background: unset;
    color: vaR(--secondary-400);
}

form#searchform {
    display: inline-block;
}

a.primary-button.btn.button-icon-right.icon-text.header-button {
    background: var(--primary-300);
    vertical-align: revert;
    display: inline-flex;
    margin-left: 8px;
    position: relative;
}

.custom-container.header-bottom-menu a {
    color: var(--primary-400);
    font-size: 16px;
    font-weight: 500;
}

.navbar-end {
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: right;
}

a.primary-button.btn.button-icon-right.icon-text.header-button span {
    margin-left: 0;
}

a.primary-button.btn.button-icon-right.icon-text.header-button .icon {
    margin-left: 10px;
}

span.cart-count {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 13px;
    font-weight: 400;
    background: var(--secondary-400);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-form {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px;
}

.search-field {
    width: 100%;
    padding: 10px;
    padding-right: 40px;
    /* Adjust this value as needed */
    box-sizing: border-box;
}

.search-submit {
    position: absolute;
    right: 10px;
    /* Adjust this value to move the button horizontally */
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.search-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
}

/* WebKit-based browsers (Chrome, Safari) */
.search-field::-webkit-input-placeholder {
    color: var(--primary-400);
    opacity: 1;
    /* Full opacity */
}

/* Mozilla Firefox 18- */
.search-field:-moz-placeholder {
    /* Firefox 18- */
    color: var(--primary-400);
    opacity: 1;
    /* Full opacity */
}

/* Mozilla Firefox 19+ */
.search-field::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--primary-400);
    opacity: 1;
    /* Full opacity */
}

.search-field {
    width: 100%;
    padding: 14px;
    padding-right: 40px;
    box-sizing: border-box;
    font-size: 16px;
    border: none;
    border-radius: 2px;
    box-shadow: 0px 2px 0px 0px rgba(35, 61, 99, 0.20) inset;
}

.search-submit .search-icon svg {
    fill: currentColor;
    /* This will inherit the color of the parent */
}

/* footer */
.footer-column.first-footer-column p a {
    margin: 0;
    margin-bottom: 12px;
}

.footer-column.footer-menu a {
    color: var(--dark);
}

.footer-column.footer-menu a:hover {
    color: var(--primary-600);
}

.social-icons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.social-icons a {
    margin-top: 10px;
}

section.bottom-footer {
    background: var(--neutral-100);
}

section.bottom-footer {
    background: var(--neutral-100);
    padding-top: 12px;
    padding-bottom: 10px;
}

section.footer-white.section-divider .container,
section.bottom-footer .container {
    padding: 0 1em;
}

section.bottom-footer {
    background: #F1F7FB;
}

section.bottom-footer p {
    margin: 0;
}

section.bottom-footer a,
section.bottom-footer p {
    color: var(--primary-400);
    text-decoration: none;
    font-size: 14px;
}

.footer-column.footer-menu {
    margin-bottom: 60px;
}

.footer-column.footer-menu a {
    text-decoration: none;
    margin: 0;
    color: #3F7091;
}

section.footer-payment-methods {
    border: 1px solid var(--neutral-200);
    padding: 10px 0 0;
}

.column.payments-holder {
    display: flex;
    align-items: center;
    gap: 30px;
    color: var(--primary-400);
}

.vragen-list {
    text-align: center;
}

.home-hero-content-holder {
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 4vw;
}

ul.hero-usps {
    font-size: 13px;
    padding: 10px 0;
    color: var(--neutral-400);
}

ul.hero-usps li {
    margin-right: 15px;
}

li.product-category.product .count {
    display: none;
}

.assortiment-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 4px;
}

div#assortiment-carousel .slick-initialized .slick-slide {
    display: block;
    padding: 8px;
}

.assortiment-item a:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(10, 34, 70, 0.00) 52.5%, rgba(10, 34, 70, 0.53) 78.39%, rgba(10, 34, 70, 0.86) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 4px;
}

li.product-category.product h2 {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff !important;
}

.assortiment-item {
    position: relative;
}

.woocommerce ul.products li.product a {
    text-decoration: none;
    z-index: 2;
    position: relative;
    color: #fff !important;
    display: block;
    margin: 0;
}

li.product-category.product a:before {
    content: '';
    background: linear-gradient(180deg, rgba(10, 34, 70, 0.00) 52.5%, rgba(10, 34, 70, 0.53) 78.39%, rgba(10, 34, 70, 0.86) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 4px;
}
.gh-price-holder small{
    font-size: 13px;
}
.term-description {
    max-width: 55ch;
}

ul.products.columns-4 {
    margin-top: 60px;
}

a.assortiment-item-link h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    text-align: center;
    right: 0;
    color: #fff;
}

.required-custom:after {
    content: '*';
    color: red;
    margin-left: 5px;
}

/* .navbar-brand:hover {
    background: #fff;
} */

header.woocommerce-products-header {
    margin-top: 32px;
}

div#assortiment-carousel {
    /* margin-left: -20px; */
    padding-right: 0px;
}

#assortiment-carousel .slick-slide {
    margin: 0 10px;
    /* Adjust the gap as needed */
}

#assortiment-carousel .slick-list {
    margin: 0 -10px;
    /* Adjust to account for the total gap width */
    /* overflow: visible; Make sure slides aren't clipped */
}

li.product-category.product img {
    height: 260px !important;
    border-radius: 4px;
    object-fit: cover;
    margin-bottom: 0 !important;
}

.assortiment-item h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.home-hero-content-holder:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(10, 34, 70, 0.00) 20.07%, rgba(10, 34, 70, 0.89) 60.77%, #0A2246 78.2%);
    border-radius: 4px;
}

p.hero-subtitle {
    color: var(--neutral-300);
    position: relative;
    font-size: 14px;
    margin: 0;
}

.home-hero-content-holder .btn {
    position: relative;
}

.home-hero-content-holder h1 {
    color: #fff;
    font-weight: 500;
    max-width: 20ch;
    position: relative;
    margin: 14px 0 17px;
}

section.footer-top {
    padding: 25px 0 10px;
    box-sizing: border-box;
}

.vragen-list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vragen-list span {
    display: block;
    margin-bottom: 0;
    height: 32px;
}

.vragen-list a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

section.footer-white {
    background: #F1F7FB;
    padding: 60px 0 0;
}

.melding-content p {
    margin: 0;
    color: #fff;
}

.melding-content {
    background: var(--secondary-400);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    width: calc(100% + 32px);
    margin-left: 0px;
}

.melding-content a {
    color: #fff;
    font-weight: 400;
    margin-left: 10px;
}

.footer-column.footer-menu h6 {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-400);
}

.top-footer-text {
    display: flex;
    align-items: center;
    gap: 40px;
}

.reviews-content-holder {
    text-align: center;
}

section.home-reviews {
    padding: 60px 0;
    background: var(--neutral-100);
}

.reviews-content-holder h2 {
    font-weight: 500;
    font-size: 32px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 60px;
}

.top-footer-text h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 4px;
}

.top-footer-text p {
    margin: 0;
}

section.home-hero,
section.assortiment {
    margin-bottom: 60px;
}

.arrow-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 55%;
    left: 10px;
    right: 10px;
}

img.slick-arrow {
    background: white;
    width: 35px;
    height: 35px;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}

section.assortiment .custom-container {
    position: relative;
}

img.fa.fa-arrow-left.slick-arrow.slick-disabled {
    visibility: hidden;
}

div#assortiment-carousel:after {
    content: '';
    width: 100px;
    height: 100%;
    background: linear-gradient(268deg, #FFF 1.51%, rgba(255, 255, 255, 0.00) 87.58%);
    position: absolute;
    right: -15px;
    bottom: 0;
}

.home-over-ons-foto img {
    width: 100%;
}

.home-over-ons-content {
    max-width: 56ch;
}

p.subtitle {
    margin: 0 !important;
    font-size: 14px;
}

section.home-calculator.image-right .custom-container {
    background: var(--neutral-200);
    border-radius: 4px;
}

section.home-calculator.image-right .column {
    padding-bottom: 0;
}

.home-calculator-foto.image-right-foto img {
    display: block;
}

.home-calculator.image-right-content {
    max-width: 60ch;
    padding-right: 16px;
}

select#aantal-hoeken-hout {
    border: none;
}

select#aantal-hoeken-hout {
    -webkit-appearance: none;
    /* For Safari and Chrome */
    -moz-appearance: none;
    /* For Firefox */
    appearance: none;
    /* Standard */
    background: none;
    /* Optional: remove background if it includes an arrow */
    padding-right: 1rem;
    /* Add space if needed */
}

.columns:last-child {
    margin-bottom: 0;
}

.image-right-content h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 140%;
    max-width: 26ch;
    margin-top: 5px;
}

.image-right {
    margin-bottom: 60px;
}

.img-right-knop {
    margin-top: 10px;
}

div#crumbs {
    margin-top: 10px;
    font-size: 13px;
    color: var(--neutral-400);
}

div#crumbs a {
    color: var(--neutral-500);
    text-decoration: none;
}

.contact-data-holder img {
    width: 100%;
    display: block;
    border-radius: 4px 4px 0 0;
}

p.gform_required_legend {
    display: none;
}

.contact-form-holder h1 {
    margin-bottom: 25px;
}

.contact-breadcrumbs {
    margin-bottom: 40px;
}

.contact-form-holder p {
    color: var(--neutral-500);
}

section.contact-form .column:first-child {
    padding-right: 6vw;
}

.gform-body.gform_body label {
    font-weight: 500 !important;
    color: var(--primary-400);
    line-height: 130%;
    margin: 0;
}

.contact-data-holder p {
    margin: 0;
}

.contact-data-holder h3 {
    font-size: 24px;
    font-weight: 500;
}

p.contact-adres {
    margin-bottom: 16px;
}

.contact-data-holder a {
    text-decoration: none;
    color: var(--neutral-500);
}

.gform-body.gform_body input,
.gform-body.gform_body textarea {
    border-radius: 3px;
    border: 1px solid var(--neutral-200);
}

input#gform_submit_button_1,
input#gform_submit_button_2 {
    background: var(--secondary-400);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    padding: 12px 15px;
    border: none;
}

.schade-form-holder {
    margin-bottom: 120px;
}

.schade-form-holder {
    margin-top: 40px;
}

input#gform_submit_button_1:hover,
input#gform_submit_button_2:hover {
    background: var(--secondary-300);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    padding: 12px 15px;
}

.contact-data-holder {
    background: var(--neutral-100);
    border-radius: 4px;
}

.contact-data-holder>div {
    padding: 14px 32px 32px;
}

.contact-data-holder hr {
    background: var(--neutral-200);
}

.openingsuren-contact p span {
    color: var(--primary-400);
    width: 100px;
    display: inline-block;
}

.openingsuren-contact p:last-child {
    font-style: italic;
}

.contact-form-holder {
    margin-bottom: 40px;
}

section.contact-form {
    margin-bottom: 60px;
}

section.contact-faq {
    padding: 60px 0;
    background: var(--neutral-100);
}

.contact-faq-content {
    background: #fff;
    padding: 40px 32px;
    border-radius: 4px;
    height: 100%;
}

.contact-faq-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 21px;
}

.product-calculator-add-to-cart-content h1 {
    color: var(--primary-400) !important;
}

.in-voorraad {
    display: flex;
    font-size: 13px;
    margin-left: -5px;
}

p.in-voorraad:before {
    content: url(https://www.lmhekwerk-depril.be/wp-content/themes/lm-depril/img/in-voorraad.svg);
    margin-right: 5px;
}

p.vanaf_prijs,
.in-voorraad {
    margin: 0;
}

p.vanaf_prijs {
    font-weight: 500;
    color: var(--secondary-400);
    font-size: 20px;
    margin-top: 10px;
}

.produc-calculator-link-button {
    margin-top: 24px;
}

span.custom-breadcrumb-separator {
    margin: 0 4px;
}

nav.woocommerce-breadcrumb {
    margin-top: 10px !important;
    font-size: 13px !important;
}

nav.woocommerce-breadcrumb a {
    text-decoration: none;
    color: var(--neutral-500) !important;
    font-weight: 400 !important;
}

ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 10px !important;
}

ul.product-usps li {
    display: flex;
    /* margin-bottom: 5px; */
    font-size: 13px;
    color: #3F7091;
}

.short-description-calculator {
    padding-top: 5px;
    /* margin-top: 14px; */
    /* border-top: 1px solid vaR(--neutral-100); */
}

ol.flex-control-nav.flex-control-thumbs img {
    height: 100px !important;
    object-fit: cover;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

nav.woocommerce-breadcrumb {
    max-width: 1440px;
    margin: 10px auto !important;
}

ul.calc-product-voordelen li {
    display: flex;
    margin-bottom: 5px;
    gap: 5px;
    color: var(--neutral-500);
}

section.waroom-kiezen-dit-product h2,
section.opties-en-variaties h2 {
    font-size: 32px;
    color: var(--primary-400);
    max-width: 20ch;
    line-height: 160%;
}

section.opties-en-variaties h2 {
    padding: 60px 0;
    margin: 0;
    border-top: 1px solid vaR(--neutral-300);
    display: block;
    max-width: 100%;
}

section.waroom-kiezen-dit-product {
    margin: 60px 0 0;
    padding: 60px 0 50px;
    background: var(--neutral-100);
}

section.opties-en-variaties {
    padding: 0px 0 60px;
    background: var(--neutral-100);
}

.calc-opties-item img {
    width: 100%;
    max-height: 230px;
    border-radius: 4px;
}

.calc-opties-item p {
    max-width: 25ch;
}

.calc-opties-item h4 {
    font-size: 18px;
    font-weight: 500;
}

.calc-opties-item a {
    text-decoration: none;

}

.calc-opties-item a:hover {
    text-decoration: underline;
}

section.home-over-ons.image-right.calc-product-img-right {
    padding: 80px 0;
    position: relative;
}

.calc-image-background {
    position: absolute;
    height: 100%;
    width: 45%;
    right: 0px;
    top: 0;
    z-index: 0;
}

section.home-over-ons.image-right.calc-product-img-right .custom-container {
    position: relative;
}

.home-over-ons-content.image-right-content.calc-img-left-content {
    margin-right: 0 !important;
    margin-left: auto;
    max-width: 53ch;
}

.calc-image-background.calc-img-background-left {
    left: 0;
}

section.home-over-ons.image-right.calc-product-img-right {
    margin-bottom: 0;
}

section.realisaties-archive h1 {
    margin-bottom: 36px;
}

section.realisaties-archive {
    border-bottom: 1px solid var(--neutral-100);
}

.realisaties-categories a {
    font-size: 16px;
    margin-right: 16 px;
    padding-bottom: 10px;
    display: inline-block;
    margin: 0;
    margin-right: 24px;
    text-decoration: none;
    color: var(--neutral-500);
    /* transition: font-weight .2s; */
}

.schade-content-holder {
    max-width: 620px;
}

.realisaties-categories a:hover {
    border-bottom: 3px solid var(--secondary-400);
    color: var(--primary-400) !important;
    font-weight: 500;
}

.active-realisaties-category {
    border-bottom: 3px solid var(--secondary-400);
    color: var(--primary-400) !important;
    font-weight: 500;
}

section.login-account {
    background: var(--neutral-100);
    padding: 100px 0;
}

.login-form-custom-holder {
    max-width: 420px;
    margin: auto;
    background: #fff;
    border-radius: 4px;
    padding: 32px;
}

#custom-loginform label {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    color: var(--primary-400);
    font-size: 15px;
}

#custom-loginform input[type="submit"] {
    background-color: var(--secondary-300);
    border: none;
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    height: auto;
}

#custom-loginform input[type="text"],
#custom-loginform input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid var(--neutral-200);
    border-radius: 4px;
}

p.login-password span {
    position: absolute;
    right: 10px;
    top: 43px;
}

p.login-password {
    position: relative;
}

#custom-loginform input[type="checkbox"] {
    margin-right: 5px;
}

#custom-loginform .login-extra-links {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

#custom-loginform .login-extra-links a {
    text-decoration: none;
    color: #0073aa;
}

#custom-loginform .login-extra-links a:hover {
    color: #005177;
}

.forgot-password p,
.forgot-password a,
.login-extra-links a {
    margin: 0;
    color: var(--neutral-500);
    font-size: 15px;
}

#custom-loginform input[type="submit"]:hover {
    background-color: var(--secondary-400);
}

.forgot-password {

    max-width: 420px;
    margin: auto;
    margin-top: 16px;
    text-align: center;
}

#custom-loginform .password-toggle {
    display: flex;
    justify-content: flex-end;
    margin-top: -40px;
    margin-bottom: 20px;
}

.realisaties-archive-item:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(10, 34, 70, 0.00) 52.5%, rgba(10, 34, 70, 0.53) 78.39%, rgba(10, 34, 70, 0.86) 100%);
    position: absolute;
    border-radius: 4px;
}

.realisaties-archive-item {
    position: relative;
}

.realisaties-archive-item h3 {
    position: absolute;
    bottom: 0;
    left: 20px;
    color: #fff;
    z-index: 2;
}

section.tags-menu-realisaties-holder {
    margin-top: 24px;
}

.realisaties-archive-item img {
    display: block;
    border-radius: 4px;
    height: 280px;
    object-fit: cover;
}

section.realisaties-archive-loop {
    padding: 60px 16px;
}

p.tags-menu-item a {
    display: inline;
    margin-right: 16px;
    background: var(--neutral-200);
    padding: 8px 16px;
    border-radius: 20px;
    color: var(--neutral-500);
    text-decoration: none;
    font-size: 15px;
    transition: all .2s;
}

p.tags-menu-item {
    display: inline-block;
    white-space: nowrap;
}

p.tags-menu-item.active a,
p.tags-menu-item:hover a {
    background: var(--neutral-300);
    color: var(--primary-400);
}

.galerij-item img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 4px;
}

.galerij-item img {
    width: 100%;
    height: 100%;
    display: block;
    height: 270px;
    object-fit: cover;
}

section.single-realisatie-gallery {
    margin: 80px 0;
}

.galerij-item a:after {
    transition: all .2s;
}

.galerij-item {
    position: relative;
    height: 100%;
}

section.galerij.single-realisatie-gallery h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 140%;
    margin-top: 5px;
}

.galerij-item:hover a:after {
    content: url(https://www.lmhekwerk-depril.be/wp-content/themes/lm-depril/img/search-icon-white.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}

section.galerij.single-realisatie-gallery p {
    max-width: 60ch;
    margin: auto;
    margin-bottom: 60px;
}

section.galerij.single-realisatie-gallery {
    margin: 0;
    margin-bottom: 60px;
}

.page-template-builder-template section.opties-en-variaties h2 {
    border: none !important;
}

section.schade-melden-content.small-hero {
    margin-bottom: 70px;
}

section.full-width-text h3 {
    font-size: 32px;
    margin-bottom: 24px;
}

section.full-width-text {
    padding: 60px 0;
}

section.related.products>h2 {
    text-align: center;
    font-size: 32px;
    position: relative;
}

section.related.products>h2:after {
    content: '';
    width: 56px;
    height: 2px;
    background: var(--secondary-400);
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    border-radius: 4px;
}

h2.woocommerce-loop-product__title {
    font-size: 15px !important;
    color: var(--primary-400);
}

section.related.products .add_to_cart_button {
    display: none !important;
}

.hide-related-section section.related-products-section {
    display: none;
}

section.related.products h2.woocommerce-loop-product__title {
    padding: 0 !important;
}

section.related-products-section {
    padding: 64px 16px;
    background: var(--neutral-100);
}

.hide-related-section .cat-with-product-list-container {
    background: var(--neutral-100);
    padding: 60px 16px;
}

.hide-related-section.woocommerce ul.products li.product a.button {
    display: none !important;
}

.hide-related-section h2.woocommerce-loop-product__title {
    padding: 0 !important;
    font-size: 16px !important;
}

.hide-related-section .product span.woocommerce-Price-amount.amount {
    color: var(--primary-200);
    font-weight: 500;
    font-size: 16px;
}

.woocommerce ul.products li.product a img {
    height: 260px;
    object-fit: contain;

}

li.category-item a {
    font-size: 14px;
    padding: 6px 24px;
    display: block;
    margin: 0;
    color: var(--primary-200);
    text-decoration: none;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    object-fit: contain;
    height: 260px;
}

.product-cat-sidebar>.category-list>.category-item>a {
    background: #fff;
    display: block;
    padding: 16px 24px;
    margin: revert-layer;
    text-decoration: none;
    color: var(--primary-400);
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid var(--neutral-100);
}

.product-cat-sidebar {
    border-radius: 4px;
    overflow: hidden;
}

.product-cat-sidebar .category-list .category-item>a:hover,
.active-cat {
    background: var(--neutral-200);
}

.active-cat {
    background: var(--neutral-200) !important;
}

li.category-item ul {
    padding: 16px 0px;
}

select.orderby {
    padding: 10px;
    border: none;
    border-radius: 3px;
    padding-right: 10px;
    color: var(--neutral-500);
}

.product_meta {
    display: none;
}

.woocommerce-product-details__short-description {
    border-top: 1px solid var(--neutral-200);
    margin-top: 14px;
}

button.single_add_to_cart_button.button {
    background: var(--secondary-400) !important;
    height: auto;
    padding: 16px 24px !important;
}

button.single_add_to_cart_button.button:hover {
    background: var(--secondary-300) !important;
    height: auto;
    padding: 16px 24px;
}

form.variations_form.cart label {
    font-weight: 500;
    color: var(--primary-400);
    font-size: 15px;
    display: block;
}

.qty.text {
    padding: 14px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid var(--neutral-400);
    width: 80px !important;
}

.woocommerce div.product form.cart {
    margin-bottom: 2em;
}

.single-product p.price {
    font-weight: 500;
    color: var(--primary-400) !important;
    font-size: 20px !important;
}

form.variations_form.cart select {
    padding: 12px;
    border: 1px solid var(--neutral-200);
    min-width: 280px;
    color: var(--neutral-500);
    font-size: 15px;
    border-radius: 4px;
}

section.galerij.single-realisatie-gallery {
    margin: 60px 0;
}

section.galerij.single-realisatie-gallery {
    text-align: center;
}

.short-description-calculator {
    border-top: 1px solid var(--neutral-200);
    margin-top: 1.2rem;
    font-size: 17px;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.button.product_type_variable {
    background: var(--secondary-400);
    color: #fff;
}

li span.woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-400);
}

td.product-quantity input {
    border: 1px solid var(--neutral-200) !important;
    border-radius: 5px !important;
}

div#gform_wrapper_3 input {
    padding: 15px;
    border-radius: 5px;
    border: none;
}

div#gform_wrapper_3 textarea {
    border-radius: 5px;
    border: none;
}

a.checkout-button.button.alt.wc-forward,
button#place_order {
    height: auto;
    padding: 15px;
    display: inline-block;
    background: var(--secondary-400);
}

.coupon .button {
    color: var(--primary-400) !important;
}

input#gform_submit_button_3 {
    height: auto;
    background: var(--secondary-400) !important;
    color: #fff;
    font-weight: bold;
    padding: 12px 20px !important;
}

input#coupon_code,
td.actions .button {
    height: 100%;
    padding: 10px 20px;
    width: auto;
    border-radius: 5px;
}

td.product-name a {
    text-decoration: none;
    font-weight: 500;
    color: var(--primary-400);
}

td.product-name a:hover {
    color: var(--secondary-300);
}

.wc-proceed-to-checkout {
    text-align: right;
}

form.checkout.woocommerce-checkout input,
form.checkout.woocommerce-checkout textarea {
    border: none;
    background: var(--neutral-100);
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
}

.woocommerce-info {
    border-top-color: var(--secondary-400) !important;
}

.woocommerce-info:after,
.woocommerce-info:before {
    color: var(--secondary-400) !important;
}

.woocommerce-info a {
    text-decoration: none;
    color: var(--neutral-500);
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: left;
}

form#priceForm {
    margin-top: 30px;
}

.gh-price-holder {
    margin: 30px 0 10px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--primary-400);
}

form#priceForm label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    color: var(--primary-400);
}

form#priceForm input,
form#priceForm select {
    padding: 15px;
    display: block;
    margin-top: 10px;
    border: 1px solid var(--neutral-200) !important;
    border-radius: 3px;
    min-width: 300px;
}

.product-type-simple #variation_code,
.product-type-simple .kleur-label {
    display: none !important;
}

button#add-to-cart-button {
    margin-top: 30px;
}

.gh-quantity-button-holder #gh-quantity {
    width: 70px !important;
    min-width: 70px !important;
}

.gh-quantity-button-holder {
    display: flex;
    align-items: center;
}

.gh-quantity-button-holder #gh-quantity {
    width: 70px !important;
    min-width: 70px !important;
    padding: 10px;
    height: 50px;
}

button#add-to-cart-button {
    margin-top: 20px;
    height: 48px;
    margin-left: 5px;
}

form.woocommerce-cart-form .quantity input {
    min-width: 90px;
    width: 90px !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border: 1px solid var(--neutral-300);
    /* padding: 20px; */
    border-radius: 5px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
    padding: 10px 20px;
    background: #fff;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {
    padding: 10px 20px !important;

}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody input {
    padding: 10px;
    border: none;
    /* text-align: right; */
    max-width: 70px;
    border-radius: 3px;
}

button.add-to-cart-calculation.btn.primary-button {
    margin-top: 20px;
}

.calculation-results-buttons-holder {
    text-align: right;
    margin-top: 15px;
}

button.add-to-cart-calculation.btn.secondary-button {
    padding: 15px 13px !important;
}

.calculation-form-head {
    font-size: 15px;
    font-weight: 500;
}

.calculation-form-head .column:not(:first-child) {
    text-align: right;
}

.calculation-form-body .column:not(:first-child) {
    text-align: right;
}

.calculation-form-head {
    border-radius: 8px 8px 0 0;
    /* border: 1px solid var(--neutral-200); */
    background: #F3F8FA;
    padding: 12px 24px 0px;
    margin-bottom: 12px;
}

.calculation-form-body .columns:nth-child(odd) {
    background: #fff;
    margin-left: -1rem;
    margin-right: -1rem;
}

.calculation-form-body .columns {
    padding: 9px 24px 9px;
}

.calculation-form-content-holder {
    border: 1px solid var(--neutral-200);
}

.calculation-form-content-holder {
    border-radius: 8px;
    margin-bottom: 20px;
}

.column.calculation-form-total {
    font-weight: 500;
    /* font-size: 15px; */
}

.side-draad-main input {
    width: 80px;
    height: 40px;
    border: none;
    border-radius: 4px;
}

.side-draad {
    background: #fff;
    height: 100%;
    padding: 30px 10px;
    border-right: 1px solid var(--neutral-200);
    border-radius: 5px 0 0 5px;
}

.sides-item {
    border: 1px solid var(--neutral-200);
    border-radius: 5px;
}

.calculation-form-body.custom-container input {
    max-width: 80px;
    padding: 10px;
    border: 1px solid var(--neutral-200);
    text-align: right;
    /* padding-right: 16px; */
}

.field.betonplaat-field {
    margin-top: 16px;
}

.sides-item {
    background: var(--neutral-100);
    /* padding: 10px; */
}

.calculation-results-tile-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calculation-results-tile-holder a {
    margin-right: 20px;
}

.field.checkbox-calc {
    padding: 20px;
    background: var(--neutral-100);
    border-radius: 4px;
}

/* Hide the default checkbox */
.field.checkbox-calc input[type="checkbox"] {
    appearance: none;
    /* For most modern browsers */
    -webkit-appearance: none;
    /* Safari and Chrome */
    -moz-appearance: none;
    /* Firefox */
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    outline: none;
}

/* Default unchecked background */
.field.checkbox-calc input[type="checkbox"]::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    border-radius: 4px;
    border: 1px solid var(--neutral-200);
}

/* When checked, change background to red */
.field.checkbox-calc input[type="checkbox"]:checked::before {
    background-color: var(--secondary-400);

}

.section-calculator-section select {
    background: transparent !important;
    border: 1px solid var(--neutral-200) !important;
    color: var(--neutral-500);
    font-size: 15px;
}

.inline-hout-form-fields {
    max-width: 200px;
}

/* Optional: Add a checkmark icon for checked state */
.field.checkbox-calc input[type="checkbox"]:checked::after {
    content: url(https://www.lmhekwerk-depril.be/wp-content/themes/lm-depril/img/check-white.svg);
    position: absolute;
    color: white;
    font-size: 14px;
    font-weight: bold;
    top: -2px;
    left: -2px;
}

.field.checkbox-calc label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
}

.sides-content-holder {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
}

.side-draad-main {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.sides-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.side-draad-quantity div {
    display: flex;
    gap: 10px;
    align-items: center;
}

.field.color-field .color-box {
    width: 32px;
    height: 32px;
    border: 1px solid var(--neutral-100);
    border-radius: 4px;
    cursor: pointer;
}

.color-box.color-box-black {
    background: #000;
}

.color-box.color-box-grey {
    background: #6B6B6B;
}

.color-box.color-box-green {
    background: #0D6C39;
}

.color-options span {
    display: none;
}

.color-options {
    display: flex;
    gap: 10px;
}

.field.checkbox-calc {
    margin-top: 20px;
}

.color-option {
    position: relative;
}

.sides-select-holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

p.selected-sides-staal {
    font-weight: 500;
    color: var(--primary-400);
}

button.btn.secondary-button.button-icon-right.calculator-form-submit-btn {
    cursor: pointer;
}

.sides-inputs-item.column.is-6 {
    display: flex;
    align-items: center;
    background: var(--neutral-100);
    border-radius: 5px;
    border: 1px solid var(--neutral-200, #D9E4EA);
    padding: 0;
    width: calc(50% - 8px);
}

.sides-inputs-item.column.is-6 div:first-child {
    background: #fff;
    padding: 20px 10px;
    color: var(--primary-400);
    border-right: 1px solid var(--neutral-200);
}

.sides-inputs-item.column.is-6 input {
    padding: 10px;
    width: 80px;
    border: 1px solid var(--neutral-200);
    border-radius: 4px;
}

.sides-inputs-holder.columns.is-multiline {
    gap: 16px;
}

.sides-inputs-item.column.is-6 div:first-child p {
    color: var(--primary-400);
    font-weight: 500;
}

.sides-inputs-item.column.is-6>div:last-child {
    display: flex;
    flex-direction: column;
    margin-left: 24px;
}

.sides-inputs-holder {
    margin-top: 60px;
}

p.selected-staalmatpanel-name {
    margin-top: 0;
}

.color-option.selected:before {
    content: url(https://www.lmhekwerk-depril.be/wp-content/themes/lm-depril/img/check-white.svg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

ul.category-list.level-2 {
    padding: 0px 20px 10px;
}

section.faq-template-content>img {
    width: 100%;
    max-height: 175px;
    object-fit: cover;
}

.page-template-faq-template .contact-breadcrumbs {
    margin-bottom: 10px;
}

.faq-content-holder.columns {
    margin: 50px 0 60px;
}

.faq-text-holder p {
    max-width: 45ch;
}

.faq-category-item h4 {
    font-size: 22px;
    margin-bottom: 25px;
}

.faq-category-item .accordion {
    background-color: transparent;
    color: var(--primary-200);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    width: 100%;
    display: block;
    margin: 0;
    text-decoration: none;
    font-weight: 500;
}

.faq-category-item .active,
.faq-category-item .accordion:hover {
    background-color: var(--neutral-200);
}

.faq-category-item .accordion:after {
    content: '\002B';
    color: var(--primary-400);
    font-weight: 500;
    float: right;
    margin-left: 5px;
}

.faq-category-item .active:after {
    content: "\2212";
}

.faq-category-item .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin: 0;
}

.faq-category-item .panel {
    border-bottom: 1px solid var(--neutral-300) !important;
    border-radius: 0 !important;
}

.faq-category-item {
    margin-bottom: 50px;
}

/* .builder-root-container .schade-melden-content {
    padding: 60px 16px;
    background: var(--neutral-200);
    margin-bottom: 0 !important;
} */
section.home-calculator.image-right .columns {
    align-items: flex-end !important;
}

.home-calculator.image-right-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.hero-background .columns {
    align-items: center;
    padding: 60px 0;

}

section.hero-background {
    display: block;
    background: var(--primary-400);
    margin-top: 10px;
}

.custom-container.breadcrumbs.contact-breadcrumbs {
    margin-bottom: 20px;
}

section.hero-background p {
    color: #BCC9DD;
}

section.hero-background h1 {
    color: #fff;
}

.hero-bg-content {
    max-width: 60ch;
}

.home-over-ons-foto.image-right-foto img {
    border-radius: 5px;
}

section.home-reviews {
    margin: 60px 0;
}

.hero-bg-img-holder img {
    border-radius: 5px;
}

section.home-over-ons.image-right.calc-product-img-right.builder-img-right {
    padding: 0 !important;
    margin: 60px 0 !important;
}

.builder-root-container ul {
    list-style: inherit;
    padding-left: 30px;
}

.contact-form-holder img {
    max-width: 400px;
}

/* a.btn.primary-button.offerte-button {
    position: absolute;
    bottom: 10px;
    left: 20px;
} */
input#gform_submit_button_4 {
    background: var(--primary-400) !important;
    color: #fff;
    font-weight: 500;
    height: auto !important;
    max-height: unset;
    padding: 10px 20px;
    font-size: 17px;
}

.play-button-overlay svg {
    width: 90px;
    fill: var(--secondary-400);
}

.home-over-ons-foto.image-right-foto {
    position: relative;
}

.home-over-ons-foto.image-right-foto img {
    display: block;
}

.play-button-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000006b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
}

.lm-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 100;
    left: 0;
    background: #0a22465c;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.lm-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 1px solid var(--neutral-200, #D9E4EA);
    background: #F3F8FA;
    padding: 9px 16px;
}

.lm-popup-header p {
    margin: 0;
    font-weight: 500;
    color: var(--primary-400);
}

.lm-popup-content iframe {
    display: block;
    border-radius: 0 0 8px 8px;
    width: 100%;
}

.image-options-paal .image-option {
    background: transpatent;
}

.lm-popup-content {
    box-shadow: var(--shadow-lg);
    border-radius: 8px;
    background: #fff;
    z-index: 1;
    max-width: 670px;
    margin: auto;
    width: calc(100% - 32px);
}

.lm-popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;

}

.lm-popup-content-wrapper {
    padding: 6px 16px;
}

@media screen and (min-width: 768px) {

    /* 768px */
    section.hero-full-width .column {
        height: 25em;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        float: left;
        margin: 0 1% 16px 0;
        padding: 0;
        position: relative;
        width: 24%;
        margin-left: 0;
    }

    .accbac .btn {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    a.sidebar-toggle {
        display: none;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        float: left;
        margin: 0 1% 16px 0;
        padding: 0;
        position: relative;
        width: 24%;
        margin-left: 0;
    }

    section.header-section,
    section.mobile-menu-holder .navbar {
        padding: 0 .75em;
    }

    section.bottom-footer .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    section.footer-white.section-divider .container,
    section.bottom-footer .container {
        padding: 0 1.5em;
    }

    section.bottom-footer .container {
        display: flex;
        justify-content: center;
        gap: 24px;
        align-items: center;
    }

}

@media screen and (min-width: 960px) {
    .img-right-content-holder {
        padding: 0 1rem 0 0;
    }

    .img-left-content-holder {
        padding: 0 0 0 1rem;
    }

    .navbar-brand a.navbar-item {
        background: #fff;
    }
}

@media screen and (min-width: 1024px) {

    /* 1024px */
    section.hero-full-width .column {
        height: 37.5em;
    }

    .img-right-content-holder {
        padding: 0 5rem 0 0;
    }

    .img-left-content-holder {
        padding: 0 0 0 5rem;
    }

    .navbar-brand.main-logo-holder {
        background: #fff;
    }

    section.footer-white.section-divider .container,
    section.bottom-footer .container {
        padding: unset;
    }
}

@media screen and (min-width: 1440px) {

    /* 1440px */
    .img-right-content-holder {
        padding: 0 8.5rem 0 0;
    }

    .img-left-content-holder {
        padding: 0 0 0 8.5rem;
    }
}

@media screen and (min-width: 1920px) {
    /* 1920px */

}

/* /hero full width center */

a.three_images_w_button_link {
    color: unset;
}

/* stickey header */
section.header-section {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
    left: 0;
    background: #fff;
    min-width: 100%;
    transition: top 0.3s;
    /* box-shadow: var(--shadow-sm); */
}

body {
    top: 0;
    margin-top: 239px;
}

/* /stickey header */
.inline-hout-form-fields select {
    padding: 10px;
    width: 200px;
    border: 1px solid var(--neutral-200);
    border-radius: 3px;
}

section.section-calculator-section input::placeholder {
    color: var(--neutral-500);
}

.inline-hout-form-fields {
    margin-bottom: 30px;
}

.aantal-hoeken-draad {
    margin-top: 30px;
}

.field.zijden-hoeken.hout-aantal-hoeken {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
}

.field.zijden-hoeken.hout-aantal-hoeken label {
    margin: 0;
}

.field.zijden-hoeken.hout-aantal-hoeken select {
    width: 50px;
    border: none !important;
    color: var(--neutral-500);
    opacity: 1 !important;
}

section.custom-container.woocommerce-products-search-results.woocommerce {
    padding: 60px 16px;
}

section.custom-container.woocommerce-products-search-results.woocommerce h1 {
    margin-bottom: 40px;
}

section.custom-container.woocommerce-products-search-results.woocommerce span.price {
    display: block;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 20px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-decoration: none;
}

.column .product {
    list-style: none;
    /* box-shadow: var(--shadow-sm); */
}

@media screen and (max-width: 768px) {
    .navbar-item img {
        max-height: 63px;
        height: 30px;
    }

    .inline-hout-form-fields {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 50px;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;

    }

    .navbar-brand a.navbar-item {
        padding: 5px 6px;
        margin: 0;
    }

    body {
        top: 0;
        margin-top: 111px;
    }

    section.opties-en-variaties h2 {
        padding: 40px 0 30px;
        margin: 0;
        border-top: 1px solid vaR(--neutral-300);
        display: block;
        max-width: 100%;
    }

    .top-footer-text {
        display: flex;
        align-items: center;
        gap: 40px;
        flex-direction: row-reverse;
    }

    .top-footer-text img {
        width: 60px;
    }

    .top-footer-text h3 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }

    .vragen-list ul li a {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px !important;
    }

    .vragen-list ul {
        display: block;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }

    ul.hero-usps {
        font-size: 13px;
        padding: 10px 0;
        color: var(--neutral-400);
        text-align: center;
    }

    .home-usps-content li {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .product-cat-sidebar>.category-list>.category-item>a {
        padding: 11px 5px;
    }

    a.sidebar-toggle {
        display: block;
        text-decoration: none;
        background: var(--secondary-400);
        color: #fff;
        padding: 6px 10px;
        border-radius: 2px;
        font-size: 14px;
    }

    a.sidebar-toggle span {
        font-size: 19px;
    }

    .product-cat-sidebar .category-list {
        display: none;
    }

    .product-cat-sidebar.open .category-list {
        display: block;
    }

    section.home-over-ons.image-right.calc-product-img-right.builder-img-right .columns {
        display: flex;
        flex-direction: column-reverse;
    }

    .calc-image-background.calc-img-background-left,
    .calc-image-background {
        display: none;
    }

    .schade-content-holder h1 {
        font-size: 28px;
    }

    div#assortiment-carousel:after {
        right: -16px;
    }

    .footer-column.footer-menu {
        margin-bottom: 0px;
    }

    .calc-opties-item h4 {
        font-size: 22px;
    }

    .calc-opties-item {
        margin-bottom: 40px;
    }

    .home-hero-content-holder h1 {
        color: #fff;
        font-weight: 500;
        max-width: 20ch;
        position: relative;
        margin: 14px 0 17px;
        font-size: 24px;
        line-height: 140%;
    }

    .melding-content p {
        margin: 0;
        color: #fff;
        font-size: 13px;
    }

    h2,
    .image-right-content h2 {
        font-size: 28px;

    }

    .home-calculator.image-right-content {
        padding: 16px;
    }
}

.mobile-menu-icon.is-hidden-desktop path {
    stroke: #fff;
    stroke-width: 3px;
}

.image-option {
    cursor: pointer;
    border: 1px solid #e8eff2;
    margin-right: 10px;
    display: inline-block;
}

.image-option.selected {
    border-color: #cc0033;
    box-shadow: inset 0 0 0 2px #cc0033;
}

.image-option.selected:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
    background: transparent;
    border: 3px solid #cc0033;
    border-radius: 3px;
}

.image-option img {
    display: block;
    width: 130px;
    height: 130px;
    object-fit: cover;
}

section.bottom-menu-holder.is-hidden-touch {
    background: #fff;
    margin: 0 -16px;
}

button.button.is-primary {
    margin-top: 20px;
}

div#poorten-section .field {
    /* padding: 20px; */
    background: var(--white);
    margin-bottom: 20px;
    border-radius: 10px;
    display: block;
}

div#poorten-section .field>.label {
    padding: 16px;
    background: #F3F8FA;
    border-radius: 10px 10px 0 0;
    border: 1px solid var(--neutral-200);
}

p.selected-scherm-name,
p.selected-paal-name {
    margin-top: 0;
    font-size: 15px;
}

.image-option {
    position: relative;
}

button.empty-cart-button.btn.secondary-button {
    background: var(--neutral-100);
    color: grey;
    font-weight: bold;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
}

input#coupon_code {
    min-width: 150px !important;
}

.image-option.selected:after {
    content: url(https://www.lmhekwerk-depril.be/wp-content/themes/lm-depril/img/check-white.svg);
    /* color: red; */
    border: 1px solid;
    width: 23px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: var(--secondary-400);
    border: none;
    padding-bottom: 24px;
    border-radius: 2px;
}

/* input.input {
    max-width: 200px;
} */
.form-section {
    padding: 40px 24px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.custom-container.calc-landing-breadcrumb-holder {
    margin: 0;
    margin-bottom: 10px;
}

section#calculation-results {
    padding-top: 0;
    margin-top: 0;
    background: #fff;
}

.sides-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.privacy-fencing-select-holder {
    margin-top: 15px;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
}

h3.calc-form-main-title span {
    background: var(--neutral-100);
}

.privacy-fencing-select-holder label {
    margin-bottom: 10px;
}

select#privacy-bescherming {
    padding: 10px;
    border: none;
    border-radius: 4px;
    width: 300px;
    max-width: 100%;
    background: var(--neutral-100);
}

section#calculation-results .calculation-form-content-holder {
    background: var(--neutral-100);
}

section.calculation-hero p {
    max-width: 70ch;
}

.field.alu-wanden-lengte {
    max-width: 200px;
}

.control.calculator-form-submit-btn-holder {
    text-align: right;
    margin-top: 20px;
}

section.section-calculator-section {
    background: var(--neutral-100);
    padding: 60px 16px;
    margin: 60px 0;
}

h3.calc-form-main-title {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 22px;
    color: var(--primary-400);
}

.image-option,
.image-option img {
    border-radius: 4px;
}

h3.calc-form-main-title span {
    border: 1px solid var(--neutral-300);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
    z-index: 1;
}

div#poorten-section .field:last-child {
    margin-bottom: 16px;
}

button#add-poort {
    width: 100%;
    padding: 24px;
    background: transparent;
    color: var(--primary-200);
    border: unset;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23BCC9DD' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

span.remove-poort path {
    stroke: var(--neutral-400);
}

span.remove-poort {
    cursor: pointer;
}

h3.calc-form-main-title.poorten-title-calc.has-children:after {
    z-index: 0;
}

h3.calc-form-main-title:after {
    content: '';
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 0;
    width: 1px;
    border-left: 1px solid var(--neutral-200);
    top: 100%;
    /* margin: auto; */
    z-index: -1;
}

h3.calc-form-main-title:first-child::after {
    z-index: 0;
}

h3.calc-form-main-title.poorten-title-calc.no-children {
    display: none;
}

div#poorten-section {
    position: relative;
}

.inline-hout-form-fields .field.zijden-hoeken:not(.hout-aantal-hoeken) {
    flex-direction: column;
}

h3.calc-form-main-title:not(:first-child):after {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 200px;
}

h3.calc-form-main-title {
    position: relative;
}

.calc-form-holder form {
    position: relative;
    z-index: 1;
}

span.remove-poort:hover path {
    stroke: var(--primary-400);

}

/* pill style select */
/* Styling for the plate options */
.plate-options {
    display: flex;
    border-radius: 30px;
    background-color: var(--neutral-400);
    display: inline-flex;
}

div#poorten-section .field>.label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    color: var(--primary-400);
}

.poorten-section-content {
    padding: 24px;
}

section.calculation-results {
    padding: 60px 16px;
    margin: 60px 0;
    background: var(--neutral-100);
}

.plate-option {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: var(--neutral-200);
    cursor: pointer;
    font-size: 16px;
    color: var(--neutral-500);
    transition: all 0.2s;
}

.plate-options .plate-option:first-child {
    border-radius: 30px 0 0 30px;
}

.plate-options .plate-option:last-child {
    border-radius: 0px 30px 30px 0px;
}

.plate-option.selected {
    background-color: var(--secondary-400);
    color: white;
}

.plate-options .plate-option:not(:last-child) {
    border-right: 2px solid var(--neutral-400);
}

.plate-option:hover {
    background-color: var(--secondary-400);
    color: #fff;
}

.section-calculator-section form label {
    font-size: 15px;
    color: var(--primary-400);
    font-weight: 500;
}

/* /pill style select */

table.variations tr {
    display: block;
}

/* .single-product p.price {
    display: none;
}
.single-product .woocommerce-variation-price {
    display: none;
} */

.woocommerce-account .woocommerce {
    margin-top: 60px;
}

.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li {
    padding: 10px 20px;
    background: var(--neutral-100);
}

.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li:hover {
    background: var(--neutral-200);
}

.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation a {
    text-decoration: none;
    display: block;
    margin: 0;
}

.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation li:not(:last-child) {
    border-bottom: 1px solid var(--neutral-200);
}

.toast.toast-error {
    background: var(--secondary-400);
    opacity: 1 !important;
    box-shadow: none !important;
}

section.team-section {
    margin: 60px 0;
}

.team-category h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

.team-member {
    background: var(--neutral-100);
    border-radius: 5px;
}

.team-member img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.team-contact {
    padding: 16px;
}

.team-contact h4 {
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

.team-contact p {
    margin: 0;
    margin-bottom: 10px;
}

.team-contact span {
    line-height: 0;
}

.team-contact a {
    display: block;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.team-contact svg {
    width: 20px;
    height: 20px;
    fill: var(--primary-400);
}

@media screen and (max-width: 960px) {
    .navbar-end {
        display: flex;
    }

    .navbar-end>div {
        width: auto;
    }

    .navbar-end>div svg {
        margin-top: 8px;
    }

    a.primary-button.btn.button-icon-right.icon-text.header-button {
        background: transparent;
    }

    .sides-item {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .side-draad {
        background: #fff;
        height: auto;
        padding: 10px 10px;
        border-right: 1px solid var(--neutral-200);
        border-radius: 5px 0 0 5px;
        /* max-height: 30px; */
        width: 100%;
        text-align: center;
        border: none;
    }

    .sides-content-holder,
    .sides-select-holder {
        display: block;
        margin-bottom: 30px;
    }

    .sides-image {
        margin-top: 40px;
    }

    /* .sides-inputs-holder {
    display: none;
} */
    .sides-inputs-holder {
        margin-top: 30px;
        padding: 16px;
        /* width: 100%; */
    }

    .sides-inputs-holder.columns.is-multiline .is-6 {
        width: 100%;
        margin-bottom: 16px;
    }

    .realisaties-archive-item h3 {
        position: absolute;
        bottom: 0;
        left: 20px;
        color: #fff;
        z-index: 2;
        font-size: 20px;
    }

    a.assortiment-item-link h3 {
        font-size: 20px;
    }

    .sides-inputs .plate-option {
        padding: 10px 14px;
    }

    .control {
        position: unset;
    }

    .form-section .field {
        position: relative;
    }

    .side-draad-sign p {
        font-size: 16px;
        margin: 0;
        font-weight: 500;
        color: var(--primary-400);
    }

    .side-draad-main {
        padding: 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .side-draad-beginpunt {
        width: 50%;
    }

    .control.calculator-form-submit-btn-holder {
        text-align: left;
        margin-top: 20px;
    }

    .poorten-section-content label {
        margin-bottom: 10px;
        display: block;
    }

    h3.calc-form-main-title:after {
        content: unset;
    }

    .side-draad-quantity {
        flex-basis: 100%;
        margin-bottom: 10px;
    }

    /* When overflowing, show a visual cue */
    .control.overflowing::after {
        content: "";
        /* or a custom icon, background, etc. */
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        /* Width of the fading effect */
        height: 100%;
        pointer-events: none;
        /* Allow clicks to pass through */
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    }

    /* .mobile-menu-holder  section#header, nav.navbar.is-transparent {
        background: #fff;
    } */
    h3.calc-form-main-title>span {
        display: none;
    }

    .plate-option {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 10px;
        background-color: var(--neutral-200);
        cursor: pointer;
        font-size: 16px;
        color: var(--neutral-500);
        transition: all 0.2s;
    }

    .plate-option span {
        white-space: nowrap;
        font-size: 14px;
        padding: 0px;
    }

    h1.woocommerce-products-header__title.page-title {
        font-size: 24px;
    }

    header.woocommerce-products-header {
        margin-top: 0;
    }

    section.section-calculator-section {
        background: var(--neutral-100);
        padding: 0px;
        margin: 60px 0;
    }

    h3.calc-form-main-title {
        position: relative;
        font-size: 20px;
    }

    .form-section {
        padding: 20px 14px;
        background: #fff;
        border-radius: 5px;
        margin-bottom: 30px;
        position: relative;
        z-index: 1;
    }

    .control {
        overflow: hidden;
        overflow-x: scroll;
    }
}

.mobile-menu-holder nav.navbar.is-transparent {
    background: var(--neutral-100);
    border: none;
}

/* Optional styling for the note and error state */
.required-custom .required-note {
    font-weight: 600;
}

.required-custom.has-error {
    color: #cc0033;
}

label.error-label {
    color: #cc0033 !important;
}

.has-dropdown.is-hoverable {
    margin-right: 16px;
}

@media screen and (max-width: 1480px) {
    div#navbarExampleTransparentExample {
        max-width: calc(100% - 120px);
    }
}

.social-icons a:last-child svg {
    height: 26px;
    width: 30px;
}
.navbar-item picture {
    line-height: 0;
} 
body.page.page-id-37994 {
    background: var(--neutral-100);
}
body.page.page-id-37994  h1.default-title {
    margin-bottom: 30px;
    max-width: 960px;
    margin: auto;
    margin-bottom: 60px;
    font-size: 38px;
}
input#gform_submit_button_5 {
    background: var(--secondary-400);
    max-width: unset;
    max-height: unset;
    color: white;
    font-weight: bold;
    /* padding: 10px; */
}
.page-id-37994 form#gform_5 {
    max-width: 960px !important;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    margin: auto;
}
small.th-small {
    font-size: 12px;
    color: var(--neutral-400);
}

table.ui-datepicker-calendar a {
    margin: 0;
}
a.ui-datepicker-next.ui-corner-all, a.ui-datepicker-prev {
    margin: 0;
}
/* div#custom_checkout_field {
    display: none;
} */

.lmdp-delivery-notice {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 12px 15px;
    background-color: #f0f9eb;
    border-left: 4px solid #46b450;
    color: #3c434a;
    font-size: 0.8em;
    line-height: 1.3;
    border-radius: 0 4px 4px 0;
    font-weight: 400;
}

/* Optional: Mobile adjustment to ensure it doesn't get too squashed */
@media (max-width: 768px) {
    .lmdp-delivery-notice {
        font-size: 0.85em;
        padding: 10px;
    }
}
a.btn.secondary-button.gh-btn-archive {
    display: inline-block !important;
    margin-bottom: 50px !important;
}
