.elementor-kit-2{--e-global-color-primary:#48BDC5;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#2596BE;--e-global-color-accent:#48BDC5;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-2 button,.elementor-kit-2 input[type="button"],.elementor-kit-2 input[type="submit"],.elementor-kit-2 .elementor-button{background-color:var( --e-global-color-text );color:var( --e-global-color-secondary );border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-text );}.elementor-kit-2 button:hover,.elementor-kit-2 button:focus,.elementor-kit-2 input[type="button"]:hover,.elementor-kit-2 input[type="button"]:focus,.elementor-kit-2 input[type="submit"]:hover,.elementor-kit-2 input[type="submit"]:focus,.elementor-kit-2 .elementor-button:hover,.elementor-kit-2 .elementor-button:focus{background-color:var( --e-global-color-text );color:var( --e-global-color-secondary );border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-text );}.elementor-kit-2 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;}.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 *//* Cambiar mensaje “No products in the cart.”*/

.woocommerce-mini-cart__empty-message {
visibility:hidden;
position:relative;
}
.woocommerce-mini-cart__empty-message:after {
visibility: visible;
position: absolute;
top: 0;
left: 0;
content: "No hay productos en el carrito.";



/* Cambiar color del precio regular */
.price del span.amount {
    color: #e40382; /* Reemplaza con el color deseado */
}

/* Cambiar color del precio rebajado */
.price ins span.amount {
    color: #e40382; /* Reemplaza con el color deseado */
}

/* Cambiar color del precio de venta */
.price span.amount {
    color: #e40382; /* Reemplaza con el color deseado */
}

.woocommerce-message a.button.wc-forward {
    display: none !important;
}/* End custom CSS */