.elementor-14 .elementor-element.elementor-element-351640d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-7484c38 > .elementor-widget-container{margin:-10px -10px -10px -10px;}.elementor-14 .elementor-element.elementor-element-ba94bda{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-14 .elementor-element.elementor-element-58bc843 > .elementor-widget-container{padding:0px 30px 0px 30px;}.elementor-widget-woocommerce-checkout-page .product-name .variation{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-14 .elementor-element.elementor-element-2953011{--additional-information-display:block;}@media(max-width:767px){.elementor-14 .elementor-element.elementor-element-ba94bda{--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-14 .elementor-element.elementor-element-58bc843 > .elementor-widget-container{margin:0px 0px -20px 0px;padding:0px 10px 0px 10px;}}@media(min-width:768px){.elementor-14 .elementor-element.elementor-element-ba94bda{--content-width:1400px;}}/* Start custom CSS for woocommerce-checkout-page, class: .elementor-element-2953011 *//* Base containers - match cart section styling */
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1, 
.elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review, 
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box, 
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-section, 
.elementor-widget-woocommerce-checkout-page .woocommerce .shipping_address, 
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields, 
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
    background: none !important;
    border: none !important;
    font-family: "Poppins", Sans-serif !important;

}

/* Input styling - match cart input fields */
input, textarea {
    background: #fafafa !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 15px !important;
}

/* Country select styling - consistent with cart */
span#select2-billing_country-container,
span#select2-shipping_country-container {
    background: #fafafa !important;
    border: none !important;
    border-radius: 0px !important;
}

/* Link styling */
.afrekenen a {
    color: black !important;
}

/* Place order button - match cart buttons */
button#place_order {
    color: white !important;
    background: var(--e-global-color-primary) !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    border: none !important;
    padding:18px!important;
}

button#place_order:hover {
    color: white !important;
    background: var(--e-global-color-primary) !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    border: none !important;
}

/* Generic button styling within checkout */
.afrekenen button {
    background: var(--e-global-color-primary) !important;
    border: none !important;
    color: white !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

/* Hide label and style coupon button to match */
label.e-coupon-anchor-description {
    display: none;
}

button.woocommerce-button.button.e-apply-coupon {
    font-size: 0px !important;
}

button.woocommerce-button.button.e-apply-coupon:after {
    content: 'Toepassen';
    visibility: visible !important;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.8px !important;
}

/* Order summary meta data */
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0;
    margin: auto;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
}/* End custom CSS */