/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
 Author:       Baudin Equipamientos
 Description:  Tema hijo optimizado para BaudinEquipamientos.com
 Text Domain:  hello-elementor-child
*/

/* ========================================================================= */
/* CSS DEL SISTEMA DE FAVORITOS */
/* ========================================================================= */
.tabla-favoritos { width: 100%; border-collapse: collapse; margin-top: 20px; }
.tabla-favoritos th, .tabla-favoritos td { padding: 15px; text-align: left; border-bottom: 1px solid #eee; }
.tabla-favoritos .info-producto { display: flex; align-items: center; }
.tabla-favoritos .info-producto img { width: 60px; height: auto; margin-right: 15px; }
.tabla-favoritos a.remover-favorito-pagina { font-size: 20px; color: #cc0000; text-decoration: none; }
/* Estilos para el botón de favoritos (puedes personalizarlos) */
.boton-favorito.es-favorito .elementor-icon, .boton-favorito.es-favorito i {
    font-weight: 900; /* Icono relleno para FontAwesome Solid */
    color: red; /* Color cuando es favorito */
}