.elementor-2516 .elementor-element.elementor-element-2ddb408{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2516 .elementor-element.elementor-element-39439f1{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );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 );}.elementor-2516 .elementor-element.elementor-element-6123adde{padding:0px 0px 0px 0px;}.elementor-2516 .elementor-element.elementor-element-6123adde a{color:#383838;}body.elementor-page-2516:not(.elementor-motion-effects-element-type-background), body.elementor-page-2516 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E6E3DE;}:root{--page-title-display:none;}@media(min-width:2400px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}@media(max-width:767px){.elementor-2516 .elementor-element.elementor-element-2ddb408{--justify-content:center;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}/* Start custom CSS for text-editor, class: .elementor-element-6123adde *//* 1. Botón Finalizar Compra: Fondo oscuro y texto Blanco */
.wc-block-cart__submit .wc-block-components-button {
    background-color: #333333 !important; /* Color oscuro para el botón */
    color: #ffffff !important;            /* Texto blanco */
}

.wc-block-cart__submit .wc-block-components-button__text {
    color: #ffffff !important;            /* Asegurar el texto en blanco */
    font-weight: bold !important;
    font-size: 1.1rem !important;         /* Texto un poco más grande */
}

/* 2. Textos generales más grandes (Nombres de productos y totales) */
.wc-block-components-product-name, 
.wc-block-cart-items__header,
.wc-block-cart__totals-title {
    font-size: 1.1rem !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.4rem !important; /* El precio total más destacado */
}

/* 3. Papelera en color Rojo */
.wc-block-cart-item__remove-link svg {
    fill: #e63946 !important; /* Rojo llamativo */
}

.wc-block-cart-item__remove-link:hover svg {
    fill: #b91c1c !important; /* Rojo más oscuro al pasar el ratón */
}

/* 4. Ajuste de centrado general para evitar el problema anterior */
.wp-block-woocommerce-cart {
    margin: 0 auto !important;
    max-width: 1200px !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2ddb408 *//* Forzar que el carrito ocupe el 100% y se centre en móviles */
@media (max-width: 768px) {
    .wp-block-woocommerce-cart {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 10px !important; /* Margen interno mínimo para que no pegue a los bordes */
    }

    /* Ajustar el layout de columnas a una sola fila */
    .wc-block-components-sidebar-layout {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .wc-block-cart__main, 
    .wc-block-cart__sidebar {
        width: 100% !important;
        padding: 0 !important;
    }
}

/* 1. Botón Finalizar Compra: Fondo oscuro y texto Blanco */
.wc-block-cart__submit .wc-block-components-button {
    background-color: #333333 !important; /* Color oscuro para el botón */
    color: #ffffff !important;            /* Texto blanco */
}

.wc-block-cart__submit .wc-block-components-button__text {
    color: #ffffff !important;            /* Asegurar el texto en blanco */
    font-weight: bold !important;
    font-size: 1.1rem !important;         /* Texto un poco más grande */
}

/* 2. Textos generales más grandes (Nombres de productos y totales) */
.wc-block-components-product-name, 
.wc-block-cart-items__header,
.wc-block-cart__totals-title {
    font-size: 1.1rem !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.4rem !important; /* El precio total más destacado */
}

/* 3. Papelera en color Rojo */
.wc-block-cart-item__remove-link svg {
    fill: #e63946 !important; /* Rojo llamativo */
}

.wc-block-cart-item__remove-link:hover svg {
    fill: #b91c1c !important; /* Rojo más oscuro al pasar el ratón */
}

/* 4. Ajuste de centrado general para evitar el problema anterior */
.wp-block-woocommerce-cart {
    margin: 0 auto !important;
    max-width: 1200px !important;
}/* End custom CSS */