/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
.page_productbrands .productbrands-decorator_brand-page {
  overflow: hidden;
}
.page_productbrands .productbrands-decorator_brand-page .brand {
  color: #686868;
  float: left;
  margin-bottom: 20px;
}
.page_productbrands .productbrands-decorator_brand-page .brand img {
  max-width: 285px;
  padding-right: 30px;
  max-height: 150px;
}
.page_productbrands .productbrands-decorator_brand-page .brand strong {
  font-weight: 500;
  color: #1b1b1b;
}
.page_productbrands .productbrands-decorator_brand-page .sub-categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.page_productbrands .productbrands-decorator_brand-page .sub-categories a {
  display: block;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  color: #686868;
  text-decoration: none;
  padding: 8px 14px;
  font-weight: 500;
  transition: border-color 0.2s ease-in-out;
  margin-right: 15px;
  margin-bottom: 15px;
}
.page_productbrands .productbrands-decorator_brand-page .sub-categories a:hover {
  border-color: #686868;
}
.page_productbrands .productbrands-decorator_brand-page .sub-categories a:last-child {
  margin-right: 0;
}
.page_productbrands .productbrands-decorator_brand-page .sub-categories a:last-child:first-child {
  display: none;
}
.page_productbrands .productbrands-decorator_brands-page .content-decorator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.page_productbrands .productbrands-decorator_brands-page .content-decorator::after, .page_productbrands .productbrands-decorator_brands-page .content-decorator::before {
  display: none;
}
.page_productbrands .productbrands-decorator_brands-page .brand {
  display: inline-block;
  margin-bottom: 20px;
  width: 350px;
  /* stylelint-disable-next-line no-descending-specificity */
}
@media (max-width: 1120px) {
  .page_productbrands .productbrands-decorator_brands-page .brand {
    width: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .page_productbrands .productbrands-decorator_brands-page .brand {
    width: 100%;
  }
}
.page_productbrands .productbrands-decorator_brands-page .brand a {
  background: #fff;
  position: relative;
  display: block;
  border: 1px solid #f2f2f2;
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-radius: 5px;
  padding: 19px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  /* stylelint-disable-next-line no-descending-specificity */
}
.page_productbrands .productbrands-decorator_brands-page .brand a:hover {
  border-color: #f4f4f4;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
.page_productbrands .productbrands-decorator_brands-page .brand a img {
  height: 80px;
}
@media (max-width: 360px) {
  .page_productbrands .productbrands-decorator_brands-page .brand a img {
    height: 60px;
  }
}
.page_productbrands .dropdown__dropdown ul.brands {
  list-style: none;
  margin: -14px;
  padding: 5px 0;
  max-height: 500px;
  overflow-y: auto;
}
.page_productbrands .dropdown__dropdown ul.brands li {
  margin: 0;
  padding: 0;
  /* stylelint-disable-next-line no-descending-specificity */
}
.page_productbrands .dropdown__dropdown ul.brands li a {
  display: block;
  text-decoration: none;
  padding: 5px 14px;
  white-space: nowrap;
  color: var(--top-header-link-color);
  border-color: var(--top-header-link-color);
  transition: color 0.2s ease-in-out;
  /* stylelint-disable-next-line no-descending-specificity */
}
.page_productbrands .dropdown__dropdown ul.brands li a:hover {
  color: var(--top-header-link-color-hover);
}