.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-11 .elementor-element.elementor-element-331a6c20{--display:flex;}.elementor-widget-woocommerce-cart .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-woocommerce-cart .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for woocommerce-cart, class: .elementor-element-333fca8 *//* =========================================
   REDISEÑO PREMIUM CARRITO - SHE
========================================= */

/* FONDO GENERAL */
body.woocommerce-cart {
    background: linear-gradient(
        135deg,
        #ffffff,
        #f6f6f6,
        #ececec
    );
    font-family: "Times New Roman", serif !important;
}

/* TITULO CARRITO */
.woocommerce-cart h1 {
    font-size: 55px !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000;
    margin-bottom: 40px !important;
    position: relative;
}

/* LINEA DECORATIVA */
.woocommerce-cart h1::after {
    content: "";
    width: 120px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -12px;
    left: 0;
}

/* CONTENEDOR TABLA */
.woocommerce-cart-form,
.cart-collaterals {
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.05);
}

/* TABLA */
.woocommerce table.shop_table {
    border: none !important;
}

/* CABECERA */
.woocommerce table.shop_table thead {
    background: #000;
    border-radius: 20px;
}

.woocommerce table.shop_table thead th {
    color: #fff !important;
    padding: 22px 18px !important;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none !important;
}

/* FILAS */
.woocommerce table.shop_table tbody tr {
    transition: all 0.3s ease;
}

.woocommerce table.shop_table tbody tr:hover {
    background: rgba(0,0,0,0.02);
}

/* CELDAS */
.woocommerce table.shop_table td {
    padding: 28px 15px !important;
    border-color: #efefef !important;
}

/* IMAGEN PRODUCTO */
.woocommerce-cart table.cart img {
    width: 90px;
    border-radius: 18px;
    background: #fafafa;
    padding: 10px;
    transition: 0.4s ease;
}

.woocommerce-cart table.cart img:hover {
    transform: scale(1.08);
}

/* NOMBRE PRODUCTO */
.product-name a {
    color: #000 !important;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none !important;
    transition: 0.3s;
}

.product-name a:hover {
    color: #666 !important;
}

/* PRECIOS */
.product-price,
.product-subtotal {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

/* INPUT CANTIDAD */
.quantity input.qty {
    border-radius: 50px !important;
    border: 1px solid #dcdcdc !important;
    height: 45px;
    background: #fff;
    transition: 0.3s ease;
}

.quantity input.qty:focus {
    border-color: #000 !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    outline: none;
}

/* CUPON */
.coupon {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.coupon input.input-text {
    border-radius: 50px !important;
    border: 1px solid #ddd !important;
    padding: 14px 20px !important;
    font-family: "Times New Roman", serif;
    min-width: 260px;
}

/* BOTONES */
button.button,
a.button,
input.button,
.checkout-button {
    background: #000 !important;
    color: #fff !important;
    border-radius: 50px !important;
    border: 1px solid #000 !important;
    padding: 15px 28px !important;
    font-size: 15px !important;
    letter-spacing: 1px;
    transition: all 0.35s ease;
    font-family: "Times New Roman", serif;
}

/* HOVER BOTONES */
button.button:hover,
a.button:hover,
input.button:hover,
.checkout-button:hover {
    background: #fff !important;
    color: #000 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* CAJA TOTAL */
.cart_totals {
    background: rgba(255,255,255,0.95);
    border-radius: 24px;
    padding: 35px !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.05);
}

/* TITULO TOTAL */
.cart_totals h2 {
    font-size: 34px;
    margin-bottom: 30px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* INPUTS ENVIO */
.cart_totals select,
.cart_totals input {
    border-radius: 14px !important;
    border: 1px solid #ddd !important;
    height: 48px;
    padding: 10px 15px !important;
    font-family: "Times New Roman", serif;
    transition: 0.3s;
}

.cart_totals select:focus,
.cart_totals input:focus {
    border-color: #000 !important;
    outline: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
}

/* BOTON CHECKOUT */
.wc-proceed-to-checkout .checkout-button {
    width: 100%;
    text-align: center;
    font-size: 17px !important;
    padding: 18px !important;
}

/* BOTON ELIMINAR */
a.remove {
    color: #000 !important;
    font-size: 24px !important;
    transition: 0.3s ease;
}

a.remove:hover {
    background: #000 !important;
    color: #fff !important;
    border-radius: 50%;
    transform: rotate(90deg);
}

/* EFECTO APARICION */
.woocommerce-cart-form,
.cart_totals {
    animation: luxuryFade 0.8s ease;
}

@keyframes luxuryFade {

    from{
        opacity:0;
        transform: translateY(40px);
    }

    to{
        opacity:1;
        transform: translateY(0);
    }
}

/* SCROLLBAR PREMIUM */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 50px;
}

/* RESPONSIVE */
@media(max-width:768px){

    .woocommerce-cart h1 {
        font-size: 38px !important;
    }

    .coupon {
        flex-direction: column;
    }

    .coupon input.input-text {
        width: 100%;
    }

    button.button,
    a.button,
    input.button,
    .checkout-button {
        width: 100%;
    }

    .woocommerce-cart-form,
    .cart-collaterals {
        padding: 18px;
    }

}/* End custom CSS */