.elementor-4390 .elementor-element.elementor-element-4feb71c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 0px 50px 0px;}.elementor-4390 .elementor-element.elementor-element-4feb71c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4390 .elementor-element.elementor-element-49083bd{text-align:center;}.elementor-4390 .elementor-element.elementor-element-49083bd .elementor-heading-title{font-size:60px;color:#54595f;}.elementor-4390 .elementor-element.elementor-element-4c824ebb{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 80px 0px;}.elementor-4390 .elementor-element.elementor-element-4c824ebb > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1024px){.elementor-4390 .elementor-element.elementor-element-4feb71c{padding:0px 0px 0px 0px;}.elementor-4390 .elementor-element.elementor-element-4b10cab > .elementor-element-populated{padding:50px 50px 50px 50px;}.elementor-4390 .elementor-element.elementor-element-49083bd .elementor-heading-title{font-size:3em;}.elementor-4390 .elementor-element.elementor-element-4c824ebb{padding:50px 50px 50px 50px;}}@media(max-width:767px){.elementor-4390 .elementor-element.elementor-element-49083bd .elementor-heading-title{font-size:2.5em;}.elementor-4390 .elementor-element.elementor-element-4c824ebb{padding:20px 20px 20px 20px;}}/* Start custom CSS for shortcode, class: .elementor-element-245f8e5c *//* ====== NUEVO DISEÑO MODERNO CARRITO ====== */

/* Título */
.woocommerce-cart .page-title,
.woocommerce-page .page-title {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    color: #003366;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.woocommerce table.shop_table {
    border: none;
    width: 100%;
    background: none;
    border-collapse: separate;
    border-spacing: 0 20px;
}

.woocommerce table.shop_table tr {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    overflow: hidden;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    border: none;
    padding: 18px;
    vertical-align: middle;
}


.woocommerce table.shop_table th {
    display: none;
}


.woocommerce table.shop_table .product-thumbnail img {
    width: 80px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.woocommerce table.shop_table .product-name a {
    font-size: 1rem;
    font-weight: 600;
    color: #003366;
    text-decoration: none;
}

.woocommerce table.shop_table .product-price,
.woocommerce table.shop_table .product-subtotal {
    font-weight: 600;
    color: #003366;
}


.woocommerce .quantity input.qty {
    width: 60px;
    height: 40px;
    border: 2px solid #003366;
    border-radius: 8px;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: #003366;
}


.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #003366 !important;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    padding: 14px 22px;
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #002244 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Totales carrito */
.woocommerce-cart .cart_totals {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-top: 30px;
}

.woocommerce-cart .cart_totals h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #003366;
    margin-bottom: 20px;
    border-bottom: 2px solid #003366;
    padding-bottom: 8px;
}


@media (max-width: 768px) {
    .woocommerce table.shop_table tr {
        display: block;
        padding: 15px;
    }
    .woocommerce table.shop_table td {
        display: block;
        text-align: center;
        padding: 10px 0;
    }
    .woocommerce table.shop_table .product-thumbnail img {
        margin-bottom: 10px;
    }
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        width: 100%;
        margin-bottom: 12px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-4c824ebb */body.woocommerce-cart {
    background-color: #f9f9f9;
    font-family: 'Helvetica Neue', sans-serif;
}

/* Tabla del carrito */
.woocommerce table.shop_table {
    border: none;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border: none;
    padding: 16px;
    text-align: left;
}

.woocommerce table.shop_table th {
    background: #fafafa;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

.woocommerce table.shop_table td {
    color: #222;
    font-size: 15px;
}

/* Imagen del producto */
.woocommerce-cart-form__contents .product-thumbnail img {
    width: 60px;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

/* Botones */
button, 
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button {
    background-color: #111;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.woocommerce button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
    background-color: #333;
}

/* Campos de cupón y cantidad */
.woocommerce input[type="text"],
.woocommerce input[type="number"] {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    width: 100%;
}

/* Totales */
.woocommerce-cart .cart-collaterals {
    background-color: #fff;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    margin-top: 30px;
}

.woocommerce-cart .cart_totals table {
    width: 100%;
}

.woocommerce-cart .cart_totals td,
.woocommerce-cart .cart_totals th {
    padding: 10px 0;
    font-size: 15px;
}

/* Botón finalizar compra */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #000;
    font-size: 15px;
    padding: 14px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 8px;
    margin-top: 20px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #333;
}/* End custom CSS */