/*
 * *
 * * Brand List
 */
.c-all-brands__pager-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}


.c-all-brands__pager {
  margin-top: 10px;
  width: 100%;
}


.c-all-brands__pager-buttons {
  display: flex;
}


.c-all-brands__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 150px;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}


.c-all-brands__brand-name {
  text-align: center;
  margin-bottom: 4px;
}


.c-all-brands__image-wrapper {
  width: 25%;
  text-align: center;
}


.c-all-brands__description-wrapper {
  width: 65%;
  text-align: left;
}


.c-all-brands__products-count-wrapper {
  width: 10%;
  text-align: center;
}


.c-all-brands__image {
  max-width: 200px;
  height: auto;
}


.c-all-brands__name {
  font-size: 16px;
  margin-bottom: 5px;
}


.c-all-brands__brand-name-link {
  color: black;
}


.c-all-brands__description * {
  color: #a4a4a4;
}


.c-all-brands__website {
  margin-top: 10px;
}


c-all-brands__website-link {
  color: black;
}


.c-all-brands__products-count-number {
  font-size: 30px;
  margin-bottom: 5px;
}


.c-all-brands__products-count-numer-link {
  color: black;
}


.c-all-brands__products-count-label {
  margin-bottom: 7px;
}


.c-all-brands__view-all-products-link {
  font-weight: 700;
  color: black;
}


@media only screen and (max-width: 1110px) {
  .c-all-brands__wrapper {
  flex-wrap: wrap;
}


.c-all-brands__wrapper {
  margin-bottom: 20px;
  border: 1px solid #f1f1f1;
}


.c-all-brands__description a {
  word-break: break-all;
}


.c-all-brands__products-count-wrapper, .c-all-brands__description-wrapper, .c-all-brands__image-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
}


@media only screen and (max-width: 1110px) {
  .c-all-brands__wrapper {
  flex-wrap: wrap;
}


.c-all-brands__wrapper {
  margin-bottom: 20px;
  border: 1px solid #f1f1f1;
}


.c-all-brands__products-count-wrapper, .c-all-brands__description-wrapper, .c-all-brands__image-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}


.c-all-brands__description a {
  word-break: break-all;
}
}


