/**
 * WooCommerce sidebar category accordion.
 * Gemigreerd uit de plugin "woo-sidebar-category-accordion" (v1.1.3).
 * Iconen draaien nu op inline SVG i.p.v. de externe FontAwesome-CDN.
 */

.product-categories .cat-item {
  width: 100% !important;
  cursor: pointer;
}

.product-categories ul {
  margin-top: 0px !important;
}

.widget_product_categories ul li::before {
  content: '' !important;
}

.widget_product_categories ul li {
  position: relative;
  z-index: 5;
  overflow: visible !important;
  width: 100%;
  margin-bottom: 0px !important;
  padding-left: 1.3em !important;
  /* Standaard verticale padding (plugin-default) */
  padding-top: .5em !important;
  padding-bottom: .5em !important;
}

.widget_product_categories .wcsca-top-lvl {
  padding-left: 0px !important;
}

.widget_product_categories .wcsca-icon {
  float: right;
}

.widget_product_categories .wcsca-icon svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
