.elementor-kit-773{--e-global-color-secondary:#1959A5;--e-global-color-primary:#5DDBF0;--e-global-color-text:#444444;--e-global-color-accent:#D2F8F8;--e-global-color-9b635ff:#FFFFFF;--e-global-color-de594ba:#0B0A5E;--e-global-color-394ce39:#EFF9FE;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:66px;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:300;}.elementor-kit-773 e-page-transition{background-color:#FFBC7D;}.elementor-kit-773 button,.elementor-kit-773 input[type="button"],.elementor-kit-773 input[type="submit"],.elementor-kit-773 .elementor-button{border-radius:8px 8px 8px 8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- Contenedores del carrito --- */
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart_totals {
    border-radius: 8px !important;
    overflow: hidden;
}

/* --- Título del carrito --- */
.woocommerce-cart h1,
.woocommerce-cart h2.entry-title,
.woocommerce-cart .page-title {
    color: #1959A5 !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

/* --- Subtítulos del carrito (encabezados, totales, labels fuertes) --- */
.woocommerce-cart .shop_table th,
.woocommerce-cart .cart_totals h2,
.woocommerce-cart .cart_totals .shop_table th {
    color: #1959A5 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

/* --- Texto general dentro del carrito (NO header/footer) --- */
.woocommerce-cart .shop_table td,
.woocommerce-cart .cart_item .product-name a,
.woocommerce-cart .cart_item .product-price,
.woocommerce-cart .cart_item .product-quantity,
.woocommerce-cart .cart_item .product-subtotal,
.woocommerce-cart .cart_totals table td,
.woocommerce-cart .woocommerce-Price-amount,
.woocommerce-cart p,
.woocommerce-cart label {
    color: #0B0A5E !important; /* Cambia aquí si quieres otro color */
    font-family: "Poppins", sans-serif !important;
}

/* --- Botones del carrito (actualizar, cupón, finalizar compra) --- */
.woocommerce-cart .button,
.woocommerce-cart button,
.woocommerce-cart input[type="submit"],
.woocommerce-cart a.button {
    background-color: #1959A5 !important;
    border: 2px solid #1959A5 !important;
    color: #D2F8F8 !important;
    border-radius: 8px !important;
    padding: 10px 18px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

/* --- Hover botones del carrito --- */
.woocommerce-cart .button:hover,
.woocommerce-cart button:hover,
.woocommerce-cart input[type="submit"]:hover,
.woocommerce-cart a.button:hover {
    background-color: #D2F8F8 !important;
    border-color: #D2F8F8 !important;
    color: #1959A5 !important;
}/* End custom CSS */