/**
* Theme Name: Hudamar Child
* Description: This is a child theme of Hudamar.
* Author: Anonymous
* Template: hudamar
* Version: 1.0.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: hudamar-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/

.lista-categorias-productos .categoria-padre {
    margin-bottom: 15px;
}

.lista-categorias-productos .categoria-padre strong {
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.lista-categorias-productos .subcategorias {
    margin-left: 15px;
    list-style: none;
    padding-left: 0;
}

.lista-categorias-productos .subcategorias li {
    margin: 3px 0;
    font-size: 14px;
}

.lista-marcas {
    margin-top: 20px;
}

.lista-marcas strong {
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}
.lista-marcas li {
  margin: 4px 0;
  font-size: 16px;
  font-weight: 700;
}