.elementor-20626 .elementor-element.elementor-element-ede96f6 > .elementor-container{max-width:1063px;}.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-20626 .elementor-element.elementor-element-3d189b2{--billing-details-title-alignment:center;--order-review-title-alignment:start;}/* Start custom CSS for woocommerce-checkout-page, class: .elementor-element-3d189b2 *//* ================================================================
   CHECKOUT ORGANIZADO Y MODERNO - MUSEO DEL CANAL
   ================================================================ */

/* 1. Fuente y Contenedor Principal */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

.elementor-widget-wrap .woocommerce {
    font-family: 'Inter', sans-serif !important;
    max-width: 1200px;
    margin: 0 auto;
}

/* 2. Layout de Dos Columnas (Escritorio) */
@media (min-width: 992px) {
    .woocommerce-checkout {
        display: flex;
        gap: 40px;
        align-items: flex-start;
    }
    #customer_details { flex: 1; }
    #order_review_heading, #order_review { flex: 0 0 420px; }
}

/* 3. Estilo de Tarjetas (Billing y Order Review) */
#customer_details, #order_review {
    background: #ffffff !important;
    padding: 35px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
    margin-bottom: 30px;
}

/* 4. Título Limpio (Sin recuadro, solo línea lateral) */
.woocommerce-checkout h3 {
    border: none !important;
    border-left: 5px solid #2c7a7b !important; /* Color institucional */
    background: transparent !important;
    padding: 5px 0 5px 20px !important;
    margin: 10px 0 30px 0 !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    text-transform: uppercase !important;
}

/* 5. Organización de los Campos en Grilla */
.woocommerce-billing-fields__field-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -10px !important;
}

/* Campos al 50% (Nombre, Apellido, Teléfono, Email) */
#billing_first_name_field, #billing_last_name_field,
#billing_phone_field, #billing_email_field {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
}

/* Campos al 100% (Cédula, País, Fecha de Visita) */
#billing_cedula_passport_field, #billing_country_field, 
#billing_visit_date_field, .notes {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
    
}

/* 6. Diseño Moderno de Inputs */
.woocommerce-checkout input.input-text, 
.woocommerce-checkout select, 
.woocommerce-checkout textarea {
    background-color: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 15px !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.woocommerce-checkout input.input-text:focus {
    background-color: #ffffff !important;
    border-color: #2c7a7b !important;
    box-shadow: 0 0 0 4px rgba(44, 122, 123, 0.1) !important;
}

/* 7. Etiquetas (Labels) */
.woocommerce-checkout .form-row label {
    font-weight: 600 !important;
    color: #4a5568 !important;
    margin-bottom: 8px !important;
    display: block;
}

/* 8. Botón de Pago Destacado */
#place_order {
    background-color: #2c7a7b !important;
    padding: 22px !important;
    border-radius: 14px !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    width: 100% !important;
    box-shadow: 0 8px 20px rgba(44, 122, 123, 0.2) !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

#place_order:hover {
    background-color: #1e5a5a !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(44, 122, 123, 0.3) !important;
}

/* 9. Ajuste para Móvil */
@media (max-width: 768px) {
    #billing_first_name_field, #billing_last_name_field,
    #billing_phone_field, #billing_email_field {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* 1. Eliminar bordes y fondos residuales del Tema (Elated/Elementor) */
.woocommerce-checkout .customer_details,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .col-1, 
.woocommerce-checkout .col-2 {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 2. Corregir el encabezado para que NO tenga el recuadro exterior */
.woocommerce-checkout h3 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    /* Solo dejamos la línea decorativa de la izquierda */
    border-left: 4px solid #2c7a7b !important; 
    padding: 5px 0 5px 15px !important;
    margin-bottom: 25px !important;
    background: transparent !important;
    display: inline-block; /* Evita que la línea ocupe todo el alto si el contenedor es grande */
    width: 100%;
}

/* 3. Ajuste de espaciado para los nombres (First/Last Name) */
.woocommerce-checkout .form-row-first, 
.woocommerce-checkout .form-row-last {
    padding: 0 5px !important; /* Espacio entre los dos campos */
}

/* 4. Limpiar sombras extra que a veces pone Elementor en los inputs */
.woocommerce-checkout input.input-text {
    box-shadow: none !important;
}

/* #e_deliverydate_field, 
.woocommerce-input-wrapper #e_deliverydate {
    display: none !important;
}  *//* End custom CSS */
/* Start custom CSS */#billing_fecha{
    width: 105%;
    height: 60px;
}/* End custom CSS */