.elementor-kit-10{--e-global-color-primary:#606466;--e-global-color-secondary:#60BDD4;--e-global-color-text:#7A7A7A;--e-global-color-accent:#0C9BB3;--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-10 e-page-transition{background-color:#FFBC7D;}.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{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:124px;max-width:124px;}.site-header .site-navigation ul.menu li a{color:var( --e-global-color-primary );}.site-header .site-navigation-toggle .site-navigation-toggle-icon{color:var( --e-global-color-secondary );}.site-header .site-navigation .menu li{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );text-shadow:0px 0px 0px rgba(0,0,0,0.3);}.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 *//* ==========================================================================
   AJUSTE DE COLORES DE WOOCOMMERCE - ODONTOEQUIPOS FM
   ========================================================================== */

/* 1. BOTONES PRINCIPALES (Añadir al carrito, Finalizar compra, Actualizar carrito) */
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce #respond input#submit.alt,
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    background-color: #606466 !important;
    color: #ffffff !important; /* Texto en blanco para garantizar un contraste legible */
    transition: background-color 0.3s ease;
}

/* 2. EFECTO HOVER EN BOTONES (Cambia al color secundario turquesa) */
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    background-color: #40C6AF !important;
    color: #ffffff !important;
}

/* 3. PRECIOS DE LOS PRODUCTOS (En catálogo y página de producto) */
.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins {
    color: #40C6AF !important;
}

/* 4. TEXTOS SECUNDARIOS Y DESCRIPCIONES DE WOOCOMMERCE */
.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce ul.products li.product .star-rating,
.woocommerce-review-link {
    color: #7A7A7A !important;
}

/* 5. AVISOS Y ALERTAS DE LA TIENDA (Ej: "Producto añadido con éxito") */
.woocommerce-message {
    border-top-color: #40C6AF !important;
}
.woocommerce-message::before {
    color: #40C6AF !important;
}

/* 6. PESTAÑAS DE INFORMACIÓN DEL PRODUCTO (Línea de la pestaña activa) */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-top-color: #40C6AF !important;
    background-color: #ffffff !important;
}/* End custom CSS */