.elementor-kit-5504{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5504 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* WAPF - Groepstitels */
.wapf-field-label {
    margin-bottom: 10px;
}

.wapf-field-label label {
    font-size: 18px;
    font-weight: 600;
    color: #2f2f2f;
}

/* Ruimte tussen de groepen */
.wapf-field-row {
    margin-bottom: 24px;
}
/* WAPF - Opties */
.wapf-checkable {
    margin-bottom: 10px;
}

.wapf-checkable label {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    cursor: pointer;
}
/* Minder ruimte boven de eerste WAPF-groep */
.wapf-wrapper {
    margin-top: 10px;
}
/* ===== Quantity + Add to Cart ===== */

.woocommerce .quantity {
    margin-right: 12px;
}

.woocommerce .quantity .qty {
    width: 70px;
    height: 52px;
    border: 2px solid #d9d3c7;
    border-radius: 8px;
    background: #fff;
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    transition: all .25s ease;
}

.woocommerce .quantity .qty:focus {
    border-color: #4f8c87;
    outline: none;
    box-shadow: 0 0 0 3px rgba(79,140,135,.15);
}

/* Add to Cart knop */
.woocommerce button.single_add_to_cart_button {
    min-height: 52px;
    padding: 0 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: all .25s ease;
}

.woocommerce button.single_add_to_cart_button:hover {
    transform: translateY(-1px);
}
/* Quantity en knop netjes uitlijnen */
.single_add_to_cart_button,
.quantity {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}
.ppc-button-wrapper {
    padding-top: 20px !important;
}
/* Lijn boven de prijsopsomming */
.wapf-product-totals {
    border-top: 2px solid #c9c1b3;
    padding-top: 20px;
    margin-top: 20px;
}

/* Lijn onder de prijsopsomming */
.wapf-product-totals .wapf--inner {
    border-bottom: 2px solid #c9c1b3;
    padding-bottom: 40px;
    margin-bottom: 40px;
}/* End custom CSS */