.elementor-5167 .elementor-element.elementor-element-bfb0a36{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:200px;--padding-bottom:100px;--padding-left:100px;--padding-right:100px;}@media(max-width:767px){.elementor-5167 .elementor-element.elementor-element-bfb0a36{--padding-top:100px;--padding-bottom:100px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for wc-elements, class: .elementor-element-db9438e *//* ===== MAGNOLIA CHECKOUT - FINAL COMPLETE VERSION ===== */

/* Reset */
.woocommerce-checkout {
    font-family: 'Inter', 'Montserrat', -apple-system, sans-serif !important;
    background: #FAF8F5 !important;
}

.woocommerce {
    max-width: 100% !important;
}

/* ===== TWO COLUMN LAYOUT ===== */
@media (min-width: 769px) {
    #customer_details {
        width: 58% !important;
        float: left !important;
        padding-right: 4% !important;
    }
    
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
        width: 100% !important;
        float: none !important;
    }
    
    #order_review_heading {
        width: 38% !important;
        float: right !important;
        clear: none !important;
        margin-bottom: 24px !important;
    }
    
    #order_review {
        width: 38% !important;
        float: right !important;
        clear: none !important;
    }
    
    .woocommerce-checkout-payment {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        padding-right: 0 !important;
        margin-top: 40px !important;
    }
    
    .woocommerce-form-coupon-toggle {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-top: 24px !important;
        text-align: center !important;
    }
    
    .checkout_coupon,
    form.checkout_coupon {
        width: 50% !important;
        float: none !important;
        clear: both !important;
        margin: 12px auto 40px auto !important;
    }
}

/* ===== FORM FIELDS ===== */
.woocommerce-billing-fields .form-row,
.woocommerce form .form-row {
    width: 100% !important;
    margin-bottom: 24px !important;
    clear: both !important;
}

.woocommerce-billing-fields .form-row-first {
    width: 48% !important;
    float: left !important;
    margin-right: 4% !important;
}

.woocommerce-billing-fields .form-row-last {
    width: 48% !important;
    float: left !important;
    margin-right: 0 !important;
}

.woocommerce-billing-fields .form-row-wide {
    width: 100% !important;
    float: none !important;
    clear: both !important;
}

.woocommerce-billing-fields::after,
#customer_details::after,
form.checkout::after {
    content: "";
    display: table;
    clear: both;
}

/* ===== HEADINGS ===== */
h3,
.woocommerce-checkout h3,
.woocommerce-billing-fields h3,
#order_review_heading {
    font-family: 'Playfair Display', Georgia, serif !important;
    color: #2C3E2E !important;
    font-size: 36px !important;
    font-weight: 600 !important;
    margin-bottom: 40px !important;
    letter-spacing: -0.5px !important;
    line-height: 1.3 !important;
}

/* ===== INPUT FIELDS ===== */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select {
    border: 1.5px solid #E8DFD6 !important;
    border-radius: 12px !important;
    padding: 18px 24px !important;
    font-size: 16px !important;
    background: #FFFFFF !important;
    color: #4A4A4A !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
    height: auto !important;
    line-height: 1.5 !important;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
    border-color: #C9A575 !important;
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(201, 165, 117, 0.1) !important;
}

/* ===== LABELS ===== */
.woocommerce-checkout label,
.woocommerce-billing-fields label,
.woocommerce form label {
    color: #6B6B6B !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    margin-bottom: 12px !important;
    display: block !important;
    letter-spacing: 0.2px !important;
}

.required {
    color: #C9A575 !important;
}

/* ===== ORDER REVIEW BOX ===== */
.woocommerce-checkout-review-order {
    background: #FFFFFF !important;
    border-radius: 16px !important;
    padding: 36px !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06) !important;
    border: none !important;
}

/* ===== CART ITEMS - CLEAN & SIMPLE ===== */
.woocommerce-checkout-review-order-table {
    width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

.woocommerce-checkout-review-order-table thead {
    display: none !important;
}

.woocommerce-checkout-review-order-table tbody tr.cart_item {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    display: table-row !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    transition: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #F0EBE6 !important;
}

.woocommerce-checkout-review-order-table tbody tr.cart_item:hover {
    box-shadow: none !important;
    background: transparent !important;
}

.woocommerce-checkout-review-order-table tbody tr.cart_item:last-child {
    border-bottom: 1px solid #E8DFD6 !important;
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
    display: table-cell !important;
    padding: 18px 0 !important;
    border: none !important;
    background: transparent !important;
    position: static !important;
    vertical-align: top !important;
}

.woocommerce-checkout-review-order-table .product-name {
    font-weight: 500 !important;
    color: #2C3E2E !important;
    font-size: 16px !important;
    width: 60% !important;
    padding-right: 20px !important;
}

.woocommerce-checkout-review-order-table .product-total {
    text-align: right !important;
    font-weight: 600 !important;
    color: #2C3E2E !important;
    font-size: 16px !important;
    width: 40% !important;
}

/* Booking details - GEEN GROEN */
.woocommerce-checkout-review-order-table dl,
.woocommerce-checkout-review-order-table small,
.woocommerce-checkout-review-order-table .product-name small {
    font-size: 13px !important;
    color: #8B8B8B !important;
    display: block !important;
    margin-top: 6px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
}

.woocommerce-checkout-review-order-table dl dt {
    display: inline !important;
    font-weight: 500 !important;
    color: #6B6B6B !important;
    margin-right: 6px !important;
}

.woocommerce-checkout-review-order-table dl dd {
    display: inline !important;
    margin: 0 !important;
    color: #8B8B8B !important;
}

/* ===== TOTALS ===== */
.woocommerce-checkout-review-order-table tfoot tr {
    display: table-row !important;
    background: transparent !important;
}

.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout-review-order-table tfoot th {
    display: table-cell !important;
}

.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .order-total td {
    font-weight: 600 !important;
    color: #2C3E2E !important;
    font-size: 18px !important;
    padding: 24px 0 !important;
}

.woocommerce-checkout-review-order-table .cart-subtotal {
    border-top: 1px solid #E8DFD6 !important;
}

.woocommerce-checkout-review-order-table .order-total {
    border-top: 2px solid #C9A575 !important;
}

.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
    font-size: 28px !important;
    color: #C9A575 !important;
    font-weight: 700 !important;
}

/* ===== PAYMENT METHODS ===== */
.woocommerce-checkout-payment {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
}

.woocommerce-checkout-payment ul.wc_payment_methods {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 24px 0 !important;
    border: none !important;
}

.woocommerce-checkout-payment .wc_payment_method {
    background: #FFFFFF !important;
    border: 2px solid #E8DFD6 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin-bottom: 12px !important;
    transition: all 0.3s ease !important;
    list-style: none !important;
}

.woocommerce-checkout-payment .wc_payment_method:hover,
.woocommerce-checkout-payment .wc_payment_method.checked {
    border-color: #C9A575 !important;
    background: #FFFBF7 !important;
    box-shadow: 0 4px 20px rgba(201, 165, 117, 0.15) !important;
}

.woocommerce-checkout-payment .wc_payment_method label {
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.woocommerce-checkout-payment .wc_payment_method input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
}

.payment_box {
    background: #F9F7F4 !important;
    border-radius: 8px !important;
    padding: 16px !important;
    margin-top: 12px !important;
    font-size: 14px !important;
}

/* ===== PLACE ORDER BUTTON ===== */
#place_order,
button#place_order {
    background: linear-gradient(135deg, #C9A575 0%, #B8956A 100%) !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 22px 48px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 6px 24px rgba(201, 165, 117, 0.35) !important;
    margin-top: 12px !important;
    letter-spacing: 0.5px !important;
}

#place_order:hover {
    background: linear-gradient(135deg, #B8956A 0%, #A67D54 100%) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 32px rgba(201, 165, 117, 0.45) !important;
}

#place_order:active {
    transform: translateY(-1px) !important;
}

/* ===== COUPON ===== */
.woocommerce-info {
    background: #F9F7F4 !important;
    border: 1px solid #E8DFD6 !important;
    border-left: 4px solid #C9A575 !important;
    padding: 16px 20px !important;
    border-radius: 10px !important;
    margin-bottom: 16px !important;
    font-size: 14px !important;
    color: #4A4A4A !important;
    text-align: center !important;
}

.woocommerce-info::before {
    display: none !important;
}

.woocommerce-info a.showcoupon {
    color: #C9A575 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #C9A575 !important;
}

.woocommerce-info a.showcoupon:hover {
    color: #B8956A !important;
}

.checkout_coupon {
    background: #FFFFFF !important;
    border: 1px solid #E8DFD6 !important;
    border-radius: 12px !important;
    padding: 24px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04) !important;
}

.checkout_coupon p {
    display: flex !important;
    gap: 12px !important;
    margin: 0 !important;
}

.checkout_coupon input[type="text"] {
    flex: 1 !important;
    border: 1.5px solid #E8DFD6 !important;
    border-radius: 10px !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
}

.checkout_coupon button {
    background: #C9A575 !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 12px 24px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.checkout_coupon button:hover {
    background: #B8956A !important;
}

/* ===== HIDE ELEMENTS ===== */
.woocommerce-additional-fields,
#order_comments_field {
    display: none !important;
}

/* ===== PRIVACY ===== */
.woocommerce-privacy-policy-text,
.woocommerce-terms-and-conditions-wrapper {
    background: #F9F7F4 !important;
    padding: 16px 20px !important;
    border-radius: 10px !important;
    margin: 20px 0 !important;
    font-size: 13px !important;
}

/* ===== SELECT DROPDOWN ===== */
.woocommerce-checkout select {
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23C9A575' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    padding-right: 55px !important;
}

/* ===== MESSAGES ===== */
.woocommerce-error {
    background: #FFF9F5 !important;
    border-left: 4px solid #C9A575 !important;
    padding: 18px 24px !important;
    border-radius: 10px !important;
    margin-bottom: 32px !important;
}

/* ===== VERBERG "TOEGEVOEGD" BANNERS ===== */
.woocommerce-message {
    display: none !important;
}

.woocommerce-message[role="alert"] {
    display: none !important;
}

.woocommerce-notices-wrapper:empty {
    display: none !important;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
    #customer_details,
    #order_review_heading,
    #order_review,
    .woocommerce-checkout-payment,
    .woocommerce-form-coupon-toggle,
    .checkout_coupon {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    #customer_details {
        margin-top: 0 !important;
    }
    
    #order_review_heading,
    #order_review {
        margin-top: 32px !important;
    }
    
    .woocommerce-checkout-payment {
        margin-top: 40px !important;
    }
    
    .woocommerce-form-coupon-toggle {
        margin-top: 24px !important;
    }
    
    .checkout_coupon {
        margin-top: 12px !important;
    }
    
    .woocommerce-billing-fields .form-row-first,
    .woocommerce-billing-fields .form-row-last {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
    }
    
    h3 {
        font-size: 28px !important;
    }
    
    .checkout_coupon p {
        flex-direction: column !important;
    }
    
    .checkout_coupon button {
        width: 100% !important;
    }
}/* End custom CSS */