.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-5c5f7536 *//* ==========================================
   1. DISEÑO PREMIUM DE LA TABLA DE PRODUCTOS
   ========================================== */
.elementor-9 .elementor-element.elementor-element-5c5f7536 .woocommerce-cart-form table.shop_table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 1px solid #e2e8f0 !important; /* Borde gris tecnológico */
    border-radius: 8px !important; /* Bordes suavemente redondeados */
    overflow: hidden !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03) !important;
    background-color: #ffffff !important;
}

/* ENCABEZADOS DE LA TABLA CON TU AZUL OSCURO */
.elementor-9 .elementor-element.elementor-element-5c5f7536 .woocommerce-cart-form table.shop_table th {
    background-color: #051d3b !important; /* Tu azul oscuro corporativo */
    color: #ffffff !important; /* Letras blancas nítidas */
    font-family: 'Segoe UI', Roboto, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    padding: 14px 18px !important;
    border: none !important;
}

/* FILAS DE PRODUCTOS ADENTRO DE LA TABLA */
.elementor-9 .elementor-element.elementor-element-5c5f7536 .woocommerce-cart-form table.shop_table td {
    padding: 18px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    font-family: 'Segoe UI', Roboto, sans-serif !important;
    color: #051d3b !important;
    font-size: 14px !important;
}

/* Enlace del nombre del producto */
.elementor-9 .elementor-element.elementor-element-5c5f7536 .woocommerce-cart-form table.shop_table td.product-name a {
    color: #051d3b !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}
.elementor-9 .elementor-element.elementor-element-5c5f7536 .woocommerce-cart-form table.shop_table td.product-name a:hover {
    color: #267ece !important; /* Se enciende en tu azul eléctrico al pasar el mouse */
}

/* Botón de eliminar (X roja) estilizado */
.elementor-9 .elementor-element.elementor-element-5c5f7536 .woocommerce-cart-form table.shop_table td.product-remove a.remove {
    color: #ef4444 !important;
    background-color: #fee2e2 !important;
    width: 26px !important;
    height: 26px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    font-size: 16px !important;
    transition: all 0.2s ease;
}
.elementor-9 .elementor-element.elementor-element-5c5f7536 .woocommerce-cart-form table.shop_table td.product-remove a.remove:hover {
    background-color: #ef4444 !important;
    color: #ffffff !important;
}

/* ==========================================
   2. BOTÓN "ACTUALIZAR CARRITO" Y CASILLAS
   ========================================== */
/* Casilla numérica de cantidad */
.elementor-9 .elementor-element.elementor-element-5c5f7536 .quantity input.qty {
    border: 1px solid #cbd5e1 !important;
    border-radius: 4px !important;
    padding: 6px !important;
    font-weight: 600 !important;
    color: #051d3b !important;
}

/* Botón secundario de actualización */
.elementor-9 .elementor-element.elementor-element-5c5f7536 .woocommerce-cart-form button.button[name="update_cart"] {
    background-color: transparent !important;
    color: #267ece !important; /* Texto en tu azul eléctrico */
    border: 2px solid #267ece !important;
    font-family: 'Segoe UI', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    transition: all 0.2s ease !important;
}
.elementor-9 .elementor-element.elementor-element-5c5f7536 .woocommerce-cart-form button.button[name="update_cart"]:hover {
    background-color: #267ece !important;
    color: #ffffff !important;
}

/* ==========================================
   3. BLOQUE DE TOTALES Y BOTÓN DE PAGO (TRANSFORMACIÓN)
   ========================================== */
.cart-collaterals .cart_totals {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 25px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03) !important;
}

.cart-collaterals .cart_totals h2 {
    font-family: 'Segoe UI', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #051d3b !important;
    text-transform: uppercase !important;
    border-bottom: 2px solid #f1f5f9 !important;
    padding-bottom: 10px !important;
    margin-bottom: 15px !important;
}

/* CAMBIO CRÍTICO: EL BOTÓN DE FINALIZAR COMPRA PASA A TU AZUL ELÉCTRICO */
.elementor-9 .elementor-element.elementor-element-5c5f7536 .checkout-button.button.alt {
    background-color: #267ece !important; /* Tu azul eléctrico exacto de la barra baja */
    color: #ffffff !important;
    font-family: 'Segoe UI', Roboto, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    padding: 15px 30px !important;
    border-radius: 4px !important;
    display: block !important;
    text-align: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: all 0.25s ease-in-out !important;
    box-shadow: 0 4px 10px rgba(38, 126, 206, 0.25) !important;
    border: none !important;
}

.elementor-9 .elementor-element.elementor-element-5c5f7536 .checkout-button.button.alt:hover {
    background-color: #051d3b !important; /* Cambia de forma premium al azul oscuro al pasar el mouse */
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 15px rgba(5, 29, 59, 0.2) !important;
}

/* ==========================================
   4. AVISO DE PRODUCTO AÑADIDO (ALERTA SUPERIOR)
   ========================================== */
.elementor-9 .elementor-element.elementor-element-5c5f7536 .woocommerce-message {
    border-top-color: #267ece !important; /* Barra de la alerta en tu azul eléctrico */
    background-color: #f8fafc !important;
    font-family: 'Segoe UI', sans-serif !important;
    font-size: 13px !important;
    color: #334155 !important;
    border-radius: 4px !important;
    padding: 15px 20px !important;
}

.elementor-9 .elementor-element.elementor-element-5c5f7536 .woocommerce-message .button {
    background-color: #051d3b !important; /* Botón de seguir comprando en azul oscuro */
    color: #ffffff !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}/* End custom CSS */