.fa {
  font-family: "Font Awesome 5 Free";
}
.page-seo-brand .section-intro .brand-logotype {
  width: 223px;
  height: 81px;
  margin-bottom: 14px;
}
.section-product-list .search-input {
  position: relative;
}
.section-product-list .search-input .search-button {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  border: none;
  background: none;
}
.section-product-list .search-input .search-button i {
  color: #A3A3A3;
  font-size: 16;
  transition: all 0.3s ease-out;
}
.section-product-list .search-input .search-button i:hover {
  color: #fc2249;
}
.products-list-nav .list-group {
  list-style: none;
}
.products-list-nav .list-item {
  font-size: 18px;
  line-height: 25px;
  padding: 14px 8px;
  margin: 4px 0px;
  color: #080025;
  border-radius: 12px;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.products-list-nav .list-item::first-letter {
  text-transform: uppercase;
}
.products-list-nav .list-item:hover {
  background: #EFEFEF;
}
.products-list-nav .list-item.active {
  background: #EFEFEF;
  font-weight: bold;
}
.products-list-nav .list-item .item-number {
  float: right;
  font-weight: bold;
  color: #A3A3A3;
}
.products-list-nav .sub-list {
  padding-left: 18px;
  list-style: none;
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s ease-out;
}