.dhc-active {
  background-color: #40bf4f !important;
  color: white !important;
}

.dhc-active:hover {
  color: white;
}

.dhc-hidden {
  display: none;
}

.sub-sub-hidden {
  display: none;
}

.sub-sub-prod-hidden {
  display: none;
}

.prod-hidden {
  display: none;
}

.dhc-parent {
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: white;
  border-bottom: 1px solid #cfcfcf;
  padding: 0.75rem 1.25rem;
  color: black;
  font-weight: 600;
  transition: color 0.5s;
}

.dhc-parent div:hover {
  color: #40bf4f;
}

.sidebar-item {
  list-style: none;
}

.cat_name {
  color: black;
}

.cat_name:hover {
  color: black;
}

.dhc-children {
  margin: 0;
}

.svg-active {
  transform: rotate(90deg);
}

.dhc-dropdown {
  transition: all 0.5s ease-in-out;
}

.sub-cat-dropdown {
  transition: all 0.5s ease-in-out;
}

.sub-sub-prod-dropdown {
  transition: all 0.5s ease-in-out;
}

.children-categories {
  background-color: white;
  border-bottom: 1px solid #cfcfcf;
  cursor: pointer;
  color: black;
  font-weight: 500;
  list-style: none;
}

.children-categories a {
  color: black;
}

.parent-category {
  flex: 1;
}

.dhc-subcat-products {
  margin-left: 1rem;
}

.dhc-sub-cat-item {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}

.dhc-sub-cat-item a {
  flex: 1;
}

.prod-item {
  list-style: none;
  padding: 0.5rem 0 0.5rem 0;
}

.dhc-prod-seperator {
  border-left: 1px solid #40bf4f;
  padding-left: 0.5rem;
}

.dhc-sub-sub-cat {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  padding-left: 1rem !important;
}

.dhc-sub-sub-cat a {
  flex: 1;
}

.dhc-sub-sub-cat-products {
  margin: 0 0 0 1em;
}

/*# sourceMappingURL=style.css.map */
