.elementor-kit-5{--e-global-color-primary:#DA291C;--e-global-color-secondary:#000000;--e-global-color-text:#0D0D0D;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Anybody";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 */.woocommerce-Price-amount::after{
    content: " + IVA";
    font-size: 12px;
    color: #777;
    margin-left: 4px;
}

/*menu carrito derecho*/

.elementor-menu-cart__main {
    width: 430px !important;
    max-width: 430px !important;
    
}

/* Botones del carrito de Elementor */
.elementor-menu-cart__footer-buttons .elementor-button{
    background: #da291c !important;
    color: #fff !important;
    border: 2px solid #da291c !important;
    transition: all 0.3s ease;
}

/* Texto del botón */
.elementor-menu-cart__footer-buttons .elementor-button,
.elementor-menu-cart__footer-buttons .elementor-button .elementor-button-text{
    color: #fff !important;
}

/* Hover */
.elementor-menu-cart__footer-buttons .elementor-button:hover{
    background: #b30000 !important;
    border-color: #b30000 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(213, 0, 0, 0.25);
}

.elementor-menu-cart__footer-buttons .elementor-button:hover .elementor-button-text{
    color: #fff !important;
}


/*la cruz de cerrar*/
.elementor-menu-cart__close-button::before,
.elementor-menu-cart__close-button::after{
    background-color: #da291c !important;
}/* End custom CSS */