/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1746176128
Updated: 2025-05-02 08:55:28

*/
/* --- WooCommerce kategorilista i sidomeny (Divi Child) --- */

/* Grund: allt normalt */
.widget_product_categories a {
  font-weight: 400;
  font-size: 14px;
  color: #444;
}

/* Huvudkategorier (har inga föräldrar, bara .cat-parent) */
.widget_product_categories > ul > li.cat-item.cat-parent > a {
  font-weight: 700;
  font-size: 16px;
  color: #222;
}

/* Första undernivån (barn till huvudkategori) */
.widget_product_categories > ul > li.cat-item.cat-parent ul li.cat-item > a {
  font-weight: 600;
  font-size: 15px;
  margin-left: 10px;
  color: #333;
}

/* Djupare nivåer (barn till underkategori) */
.widget_product_categories ul ul ul li.cat-item > a {
  font-weight: 400;
  font-size: 14px;
  margin-left: 20px;
  color: #444;
}

/* Luft mellan huvudkategorier */
.widget_product_categories > ul > li.cat-item {
  margin-bottom: 8px;
}

/* Aktiv kategori */
.widget_product_categories .current-cat > a,
.widget_product_categories .current-cat-parent > a {
  color: #0a7a73;
  text-decoration: underline;
}



