.category-tree li {

  margin: 7px 0;

  list-style: none;

}

.category-tree li a {

  color:#222;

  font-size:13px;

  font-weight:600;

}

.category-item {

  cursor: pointer;

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 4px 8px;

}

.category-item .toggle {

  font-weight: bold;

  margin-left: 10px;

  user-select: none;

}

.category-item .toggle::after {

  content: "+";

}

.category-item .toggle.opened::after {

  content: "−";

}

.subcategories {

  margin-left: 8px;

  padding-left: 10px;

}

.subcategories[data-depth="1"] {

  margin-left: 0px;

  padding-left: 0px;

  border:0;

}

.subcategories.hidden {

  display: none;

  transition:0.4s ease;

}

.subcategories.open {

  display: block;

  transition:0.4s ease;

}

.category-item .toggle.opened::after {

  content: "−";

}

.get3tree > ul > li > .category-item {

  background:#f7f7f7;

  border-radius:8px;

  padding:12px 8px;

}



.title_pr, #search_filters .facet .facet-title {

  display:block;

  font-size:12px;

  letter-spacing:1px;

  text-transform:uppercase;

  color:rgba(0,0,0,0.6);

  margin-bottom:15px;

  font-weight:400;

}



/* --- colors for depth --- */

.subcategories[data-depth="2"] {

  border-left: 1px solid #2121ff;

}

.subcategories[data-depth="3"] {

  border-left: 1px solid #9f00fc;

}

.subcategories[data-depth="4"] {

  border-left: 1px solid #00e3a4;

}

.subcategories[data-depth="5"] {

  border-left: 1px solid #00e326;

}

.subcategories[data-depth="6"] {

  border-left: 1px solid #e3dc00;

}

.subcategories[data-depth="7"] {

  border-left: 1px solid #ff5200;

}

.header-top.active {
  position: static;
  margin-top: 64px;
  z-index: 1;
}