.catalog__h1 {
  /* font-family: 'Open Sans', sans-serif;   */
  font-weight: 400;
  font-size: 3rem;
  /* text-align: center; */
  margin: 30px 0;
  line-height: 3.3rem;
  color: #5a2a82;
  /* text-transform: uppercase; */
}

.catalog__li {
  padding: 3px 0;
}
.catalog_subpage,
.catalog_subpage:visited {
  color: #316aca;
  text-decoration: none;
  max-width: 190px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.catalog_subpage:hover {
  color: #23527c;
  text-decoration: underline;
}

.catalog__input {
  cursor: pointer;
}

.catalog__label {
  color: #316aca;
  cursor: pointer;
}

.catalog__counter {
  color: #9090b5;
  font-size: 0.7rem;
  border-radius: 3px;
  padding: 3px;
  display: inline-block;
  vertical-align: middle;
}

.catalog__filters li::before {
  content: "\2752"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #efa619; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.catalog__filters {
  list-style: none;
  padding-top: 10px;
  padding-left: 30px;
  padding-bottom: 20px;
}

.catalog__filters_none {
  list-style: none;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}

.catalog__viewall {
    text-align: right;
    padding-bottom: 15px;
    padding-right: 10px;
    

}




.catalog__viewall__link,  .catalog__viewall__link:visited {
    font-size: 0.8rem;
    text-decoration: none;
    color: var(--secondary);
    font-weight: 700;

}



.catalog__viewall__link:hover {
  text-decoration: underline;
  color: var(--secondary);

}