.elementor-26177 .elementor-element.elementor-element-78d18f84 > .elementor-container{max-width:1387px;min-height:765px;}.elementor-26177 .elementor-element.elementor-element-78d18f84{padding:0px 0px 0px 0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Tahoma;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for section, class: .elementor-element-78d18f84 *//* ========================================
   WOOCOMMERCE CART - ESTILO ELEGANTE
======================================== */

/* Contenedor general */
.woocommerce-cart .woocommerce {
    max-width: 1250px;
    margin: 50px auto;
    padding: 0 20px;
}

/* Tabla carrito */
.woocommerce-cart table.shop_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border: 1px solid #e8e8ee;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,0.05);
}

/* Encabezado tabla */
.woocommerce-cart table.shop_table thead th {
    background: #f7f7fa;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 18px;
    border-bottom: 1px solid #ececf2;
    text-align: left;
}

/* Celdas */
.woocommerce-cart table.shop_table td {
    padding: 22px 18px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f4;
    font-size: 16px;
    color: #2a2a2a;
}

/* Última fila */
.woocommerce-cart table.shop_table tr:last-child td {
    border-bottom: none;
}

/* Nombre producto */
.woocommerce-cart td.product-name a {
    color: #d6336c;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.25s ease;
}

.woocommerce-cart td.product-name a:hover {
    color: #a61e4d;
    text-decoration: underline;
}

/* Imagen producto */
.woocommerce-cart td.product-thumbnail img {
    width: 70px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Botón eliminar */
.woocommerce-cart a.remove {
    width: 34px;
    height: 34px;
    line-height: 31px;
    text-align: center;
    border-radius: 50%;
    background: #fff2f4;
    color: #b10018 !important;
    font-size: 30px;
    font-weight: 700;
    transition: all 0.25s ease;
}

.woocommerce-cart a.remove:hover {
    background: #b10018 !important;
    color: #ffffff !important;
    transform: scale(1.05);
}

/* Campo cantidad */
.woocommerce-cart .quantity .qty {
    width: 85px;
    height: 56px;
    border: 1px solid #d8d8e0;
    border-radius: 12px;
    background: #fcfcfd;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-align: center;
}

/* Botón actualizar carrito */
.woocommerce-cart button[name="update_cart"] {
    background: #111111 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 14px 24px !important;
    font-size: 16px;
    font-weight: 600 !important;
    transition: all 0.25s ease;
}

.woocommerce-cart button[name="update_cart"]:hover {
    background: #7e57c2 !important;
    transform: translateY(-1px);
}

/* Área de totales */
.woocommerce-cart .cart-collaterals {
    margin-top: 55px;
}

.woocommerce-cart .cart_totals {
    background: #ffffff;
    border: 1px solid #e8e8ee;
    border-radius: 22px;
    padding: 34px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.05);
}

/* Título totales */
.woocommerce-cart .cart_totals h2 {
    font-size: 20px;
    font-weight: 700;
    color: #1b1b1b;
    margin-bottom: 24px;
    line-height: 1.2;
}

/* Tabla totales */
.woocommerce-cart .cart_totals table.shop_table {
    border: 1px solid #ececf2;
    box-shadow: none;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
    padding: 20px 18px;
    font-size: 18px;
}

.woocommerce-cart .cart_totals table.shop_table th {
    background: #fafafd;
    font-weight: 700;
    color: #222;
    width: 40%;
}

/* Total destacado */
.woocommerce-cart .order-total td,
.woocommerce-cart .order-total th {
    font-size: 20px !important;
    font-weight: 700 !important;
}

/* Botón finalizar compra */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #6f42c1, #8b5fd3) !important;
    color: #ffffff !important;
    border-radius: 16px !important;
    padding: 20px 28px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-align: center;
    box-shadow: 0 12px 24px rgba(111, 66, 193, 0.25);
    transition: all 0.25s ease;
    border: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(111, 66, 193, 0.32);
    opacity: 0.97;
}

/* Cupones */
.woocommerce-cart .coupon input.input-text {
    height: 52px;
    border: 1px solid #d8d8e0;
    border-radius: 12px;
    padding: 0 16px;
    background: #fcfcfd;
    min-width: 220px;
}

.woocommerce-cart .coupon button.button {
    height: 52px;
    background: #111111 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 0 20px !important;
    font-weight: 600 !important;
}

.woocommerce-cart .coupon button.button:hover {
    background: #7e57c2 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-cart .woocommerce {
        padding: 0 14px;
    }

    .woocommerce-cart table.shop_table thead th,
    .woocommerce-cart table.shop_table td {
        font-size: 15px;
    }

    .woocommerce-cart .cart_totals {
        padding: 22px;
    }

    .woocommerce-cart .cart_totals h2 {
        font-size: 20px;
    }

    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        font-size: 20px !important;
        padding: 18px 20px !important;
    }
}/* End custom CSS */