/*
 Theme Name: Laurita Storefront Child
 Theme URI: https://lauritabolita.es
 Description: Tema hijo de Storefront
 Author: RVC
 Template: storefront
 Version: 1.0.0
*/

/* Aquí puedes añadir tu CSS personalizado */

/* Fondo del header */
.site-header {
    background-color: #505;
}

/* Texto añadido */
.mi-header-texto {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 15px 0;
}

/* Fondo del menú */
.main-navigation {
    background-color: #505 !important;
}

/* Enlaces del menú */
.main-navigation a {
    color: #fff !important;
    font-weight: bold;
}

/* Hover de enlaces */
.main-navigation a:hover {
    color: #ffd700 !important; /* Amarillo dorado */
}

/* Menú actual (página activa) */
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
    color: #ffccff !important; /* Rosa claro */
}

/* Icono del menú móvil */
button.menu-toggle {
    color: #fff !important;
}

/* Fondo del desplegable móvil */
.main-navigation ul ul {
    background-color: #404 !important;
}

/* Enlaces del menú móvil */
.main-navigation ul ul a {
    color: #fff !important;
}

#primary {
    width: 100% !important;
}

#secondary {
    display: none !important;
}

