.elementor-83 .elementor-element.elementor-element-745f158{--display:flex;}.elementor-83 .elementor-element.elementor-element-9d1ba55 .wcf-embed-checkout-form,
						.elementor-83 .elementor-element.elementor-element-9d1ba55 .wcf-embed-checkout-form-modern-checkout,
						.cartflows_step-template .select2-container--default .select2-results__option--highlighted[aria-selected],
						.cartflows_step-template .select2-container--default .select2-results__option--highlighted[data-selected]{--wcf-primary-color:#0E0E0E;}.elementor-83 .elementor-element.elementor-element-9d1ba55 .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce form .form-row input.input-text:focus,
						.elementor-83 .elementor-element.elementor-element-9d1ba55 .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce form .form-row textarea:focus,
						.elementor-83 .elementor-element.elementor-element-9d1ba55 .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce #order_review .wcf-custom-coupon-field input.input-text:focus{box-shadow:0 0 0 1px #0E0E0E;}.elementor-83 .elementor-element.elementor-element-9d1ba55 .wcf-embed-checkout-form-two-step .wcf-embed-checkout-form-steps .step-one.wcf-current:before,
						.elementor-83 .elementor-element.elementor-element-9d1ba55 .wcf-embed-checkout-form-two-step .wcf-embed-checkout-form-steps .step-two.wcf-current:before{background-color:#0E0E0E;}.elementor-83 .elementor-element.elementor-element-9d1ba55 .wcf-embed-checkout-form-two-step .wcf-embed-checkout-form-note:before{border-top-color:#0E0E0E;}.elementor-83 .elementor-element.elementor-element-9d1ba55 .wcf-embed-checkout-form-two-step .woocommerce .wcf-embed-checkout-form-nav-btns .wcf-next-button,
						.elementor-83 .elementor-element.elementor-element-9d1ba55 .wcf-embed-checkout-form-two-step .wcf-embed-checkout-form-note,
						.elementor-83 .elementor-element.elementor-element-9d1ba55 .wcf-embed-checkout-form .wcf-custom-coupon-field button.wcf-submit-coupon,
						.elementor-83 .elementor-element.elementor-element-9d1ba55 .wcf-embed-checkout-form .woocommerce #order_review button,
						body .wcf-pre-checkout-offer-wrapper #wcf-pre-checkout-offer-content button.wcf-pre-checkout-offer-btn{background-color:#0E0E0E;border-color:#0E0E0E;}.elementor-83 .elementor-element.elementor-element-9d1ba55 .wcf-embed-checkout-form, .elementor-83 .elementor-element.elementor-element-9d1ba55 .wcf-embed-checkout-form-modern-checkout{--wcf-heading-color:#000000;}/* Start custom CSS for checkout-form, class: .elementor-element-9d1ba55 *//* Import Inter Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* Global Styles */
* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    color: #333 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Main Container */
.cartflows-container,
.wcf-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
}

/* Header Styling */
.site-header,
.cartflows-header {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 20px 0 !important;
    text-align: center !important;
}

.site-title,
.cartflows-logo {
    font-family: 'Inter', sans-serif !important;
    font-size: 3rem !important;
    font-weight: 300 !important;
    color: #1a1a1a !important;
    letter-spacing: -1px !important;
    margin: 0 !important;
    text-decoration: none !important;
}

.site-title span,
.cartflows-logo span {
    font-style: italic !important;
    font-weight: 400 !important;
}

/* Main Content Area */
.wcf-checkout-form,
.cartflows-checkout {
    background: white !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
    padding: 40px !important;
    margin: 20px 0 !important;
}

/* Form Styling */
.woocommerce-checkout {
    background: transparent !important;
}

/* Form Fields */
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="password"],
.form-row input[type="tel"],
.form-row select,
.form-row textarea {
    width: 100% !important;
    padding: 15px 20px !important;
    border: 2px solid #e9ecef !important;
    border-radius: 10px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    background: #f8f9fa !important;
    color: #333 !important;
    transition: all 0.3s ease !important;
}

.form-row input[type="text"]:focus,
.form-row input[type="email"]:focus,
.form-row input[type="password"]:focus,
.form-row input[type="tel"]:focus,
.form-row select:focus,
.form-row textarea:focus {
    border-color: #1a1a1a !important;
    background: white !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.1) !important;
}

/* Form Labels */
.form-row label {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    margin-bottom: 8px !important;
    display: block !important;
    font-size: 14px !important;
}

/* Required Fields */
.form-row label .required {
    color: #e74c3c !important;
}

/* Checkout Sections */
.wcf-checkout-form h2,
.wcf-checkout-form h3,
.woocommerce-checkout h2,
.woocommerce-checkout h3 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    font-size: 1.5rem !important;
    margin-bottom: 20px !important;
    letter-spacing: -0.5px !important;
}

/* Order Summary */
.wcf-order-summary,
.woocommerce-checkout-review-order {
    background: #f8f9fa !important;
    border-radius: 15px !important;
    padding: 30px !important;
    margin: 20px 0 !important;
    border: none !important;
}

.wcf-order-summary h3,
.woocommerce-checkout-review-order h3 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin-bottom: 20px !important;
    font-size: 1.3rem !important;
}

/* Order Items */
.wcf-order-summary table,
.woocommerce-checkout-review-order-table {
    width: 100% !important;
    border-collapse: collapse !important;
}

.wcf-order-summary table th,
.wcf-order-summary table td,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 15px 0 !important;
    border: none !important;
    border-bottom: 1px solid #e9ecef !important;
    font-family: 'Inter', sans-serif !important;
}

.wcf-order-summary table th,
.woocommerce-checkout-review-order-table th {
    font-weight: 600 !important;
    color: #1a1a1a !important;
    text-align: left !important;
}

/* Order Total */
.order-total th,
.order-total td {
    font-weight: 600 !important;
    color: #1a1a1a !important;
    font-size: 1.1rem !important;
    border-bottom: none !important;
}

/* Payment Methods */
.wc_payment_methods {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 !important;
}

.wc_payment_method {
    margin: 15px 0 !important;
    padding: 20px !important;
    background: #f8f9fa !important;
    border-radius: 10px !important;
    border: 2px solid #e9ecef !important;
    transition: all 0.3s ease !important;
}

.wc_payment_method:hover {
    border-color: #1a1a1a !important;
    background: white !important;
}

.wc_payment_method input[type="radio"] {
    margin-right: 10px !important;
}

.wc_payment_method label {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    cursor: pointer !important;
}

/* Submit Button */
.wcf-checkout-form .wcf-btn,
.woocommerce-checkout #place_order,
.wc-proceed-to-checkout .checkout-button {
    width: 100% !important;
    background: #1a1a1a !important;
    color: white !important;
    padding: 18px 40px !important;
    border: none !important;
    border-radius: 50px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 8px 25px rgba(26, 26, 26, 0.2) !important;
    position: relative !important;
    overflow: hidden !important;
}

.wcf-checkout-form .wcf-btn:hover,
.woocommerce-checkout #place_order:hover,
.wc-proceed-to-checkout .checkout-button:hover {
    background: #333 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 35px rgba(26, 26, 26, 0.3) !important;
}

/* Security badges */
.wcf-checkout-form .wcf-security-info,
.security-badges {
    text-align: center !important;
    margin: 20px 0 !important;
    padding: 20px !important;
    background: #f8f9fa !important;
    border-radius: 10px !important;
    font-family: 'Inter', sans-serif !important;
    color: #666 !important;
    font-size: 14px !important;
}

/* Error Messages */
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
    background: #fff3cd !important;
    border: 1px solid #ffeaa7 !important;
    border-radius: 10px !important;
    padding: 15px 20px !important;
    margin: 20px 0 !important;
    font-family: 'Inter', sans-serif !important;
    color: #856404 !important;
}

.woocommerce-error {
    background: #f8d7da !important;
    border-color: #f5c6cb !important;
    color: #721c24 !important;
}

.woocommerce-message {
    background: #d4edda !important;
    border-color: #c3e6cb !important;
    color: #155724 !important;
}

/* Two Column Layout */
.wcf-checkout-form .wcf-col-left,
.wcf-checkout-form .wcf-col-right {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

@media (min-width: 768px) {
    .wcf-checkout-form .wcf-col-left {
        width: 58% !important;
        float: left !important;
        padding-right: 30px !important;
    }
    
    .wcf-checkout-form .wcf-col-right {
        width: 42% !important;
        float: right !important;
        padding-left: 30px !important;
    }
}

/* Breadcrumbs */
.wcf-breadcrumb,
.woocommerce-breadcrumb {
    background: white !important;
    border-radius: 10px !important;
    padding: 15px 20px !important;
    margin: 20px 0 !important;
    font-family: 'Inter', sans-serif !important;
    color: #666 !important;
    font-size: 14px !important;
}

/* Floating Elements (same as other pages) */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    background-image: 
        radial-gradient(circle at 15% 25%, rgba(102, 126, 234, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 85% 75%, rgba(102, 126, 234, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 20%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
}

/* Loading States */
.wcf-checkout-form.processing {
    opacity: 0.7 !important;
    pointer-events: none !important;
}

.wcf-checkout-form.processing .wcf-btn::after {
    content: '⏳' !important;
    margin-left: 10px !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .cartflows-container,
    .wcf-container {
        padding: 10px !important;
    }
    
    .site-title,
    .cartflows-logo {
        font-size: 2.5rem !important;
    }
    
    .wcf-checkout-form,
    .cartflows-checkout {
        padding: 25px !important;
        margin: 10px 0 !important;
    }
    
    .form-row input[type="text"],
    .form-row input[type="email"],
    .form-row input[type="password"],
    .form-row input[type="tel"],
    .form-row select,
    .form-row textarea {
        padding: 12px 15px !important;
        font-size: 16px !important;
    }
    
    .wcf-checkout-form .wcf-btn,
    .woocommerce-checkout #place_order {
        padding: 15px 30px !important;
        font-size: 1rem !important;
    }
}

@media (max-width: 480px) {
    .site-title,
    .cartflows-logo {
        font-size: 2rem !important;
    }
    
    .wcf-checkout-form,
    .cartflows-checkout {
        padding: 20px !important;
    }
    
    .wcf-order-summary,
    .woocommerce-checkout-review-order {
        padding: 20px !important;
    }
}/* End custom CSS */