.brands_list ul {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.brands_list img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  36% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  61% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  86% {
    box-shadow: none;
  }
}
.brands-toolbar {
  margin-bottom: 0;
}
.brands-toolbar:not(.bottom),
.brands-toolbar .toolbar-amount {
  display: none;
}
.brands-toolbar .pager {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  align-items: flex-start;
}

.brand_bnner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.brand_logo {
  margin-top: 40px;
  text-align: center;
}
.brand_logo img {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .brand_logo {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .brand_logo img {
    width: 240px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .brand_logo img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .brand_logo {
    margin-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .brand_logo img {
    width: 160px;
  }
}

.brands_list li {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  margin: 0;
}
.brands_list a {
  display: block;
  font-size: 0;
  line-height: 0;
  border: 10px solid transparent;
  border-radius: 5px;
  position: relative;
}
.brands_list a:hover {
  box-shadow: 2px 5px 30px 5px rgba(0, 0, 0, 0.07);
}
.brands_list a:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.brands_list img {
  object-fit: contain;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .brands_list li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .brands_list li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .brands_list li {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .brands_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 399px) {
  .brands_list li {
    padding-left: 0;
    padding-right: 0;
  }
}

.brands_list a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*# sourceMappingURL=brands.css.map */
