.category-tree {
  list-style: none;
  padding-left: 0;
	padding: 0;
}
.category-tree .category-item {
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
    list-style: none !important;
}
.category-tree .category-item > .toggle-icon {
  position: absolute;
  left: 0;
  top: 3px;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
    line-height: 1;
}
.category-tree .subcategory {
  display: none;
  margin-left: 0px;
  padding-left: 0px;
  padding-bottom: 0;

}
.category-tree .category-item.open > .subcategory {
  display: block;
}
.category-tree .category-item > a {
  text-decoration: none;
  color: #333;
}
.category-tree .category-item > a strong {
  font-weight: bold;
}
.category-tree .category-item.active > a .cat-name {
  color: #f38b00;
  font-weight: bold;
}
.category-tree-heading {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}