
.brands-list {
    list-style-type: none;
    padding: 0;
    margin: -5px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .brands-list li {
    width: 25%;
    padding: 7px;
  }
  @media (max-width: 1199px) {
    .brands-list li {
      width: 25%;
    }
  }
  @media (max-width: 991px) {
    .brands-list li {
      width: 33.3333%;
    }
  }
  @media (max-width: 479px) {
    .brands-list li {
      width: 50%;
    }
  }
   .brand-box {
    margin-bottom: 0;
    background-color: var(--block_background);
    padding: 10px;
    border-radius: 16px;
  }
  .brand-box a {
    display: block;
  }
  .brand-box a:hover {
    text-decoration: none;
  }
   .brand-box .image-container {
    position: relative;
    width: 100%;
    min-height: 220px;
  }
  .brands-list li .brand-box .image-container .no-image {
    width: 100%;
    height: 259px;
    background-color: var(--block_background);
    filter: brightness(80%);
    position: relative;
    border-radius: 10px;
  }
  .brands-list li .brand-box .image-container .no-image::before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "\f03e";
    font-family: "FontAwesome";
    color: var(--secondary_text);
    font-size: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 20%;
  }
  .brands-list li .brand-box .image-container .no-image {
    height: 200px;
  }
  .brands-list li .brand-box .image-container img {
    max-height: 80%;
    left: 50%;
    top: 50%;
    transition: all ease 100ms;
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
  }
  .brands-list li .brand-box h2 {
    font-weight: bold;
    font-size: 22px;
    margin-top: 10px;
    color: var(--main_text);
    -webkit-line-clamp: 2;
    padding-bottom: 0;
    min-height: 42px;
    max-height: 42px;
    border: none;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  @media (max-width: 768px) {
    .brands-list li .brand-box h2 {
      font-size: 18px;
    }
  }
  /* .brands-list li .brand-box .well {
    border: none;
    margin-bottom: 20px;
  } */
  .brand-box .three-products {
    min-height: 82px;
  }
  @media (max-width: 991px) {
    .brand-box .three-products {
      min-height:67px;
    }
  }
   .three-products > div {
    width: calc((100% - 6px)/3);
    margin-right: 3px;
    float: left;
  }
   .three-products > div:nth-child(3) {
    margin-right: 0;
  }
  .three-products > div .no-image {
    width: 100%;
    height: 259px;
    background-color: var(--block_background);
    filter: brightness(90%);
    position: relative;
    border-radius: 10px;
  }
   .three-products > div .no-image::before {
    transform: translate(-50%, -50%);
    content: "\f03e";
    font-family: "FontAwesome";
    color: var(--secondary_text);
    font-size: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 20%;
  }
 .three-products > div .no-image {
    height: 54.11px;
  }
  @media (min-width: 1200px) {
     .three-products > div .no-image {
      height: 82px;
    }
  }
  @media (max-width: 991px) {
    .three-products > div .no-image {
     height: 67.78px;
   }
 }
  .three-products > div .no-image:before {
    font-size: 15px;
  }
 .three-products > div img {
    width: 100%;
    border-radius: 10px;
  }
   .brand-box .total {
    text-align: center;
    color: var(--secondary_text);
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .brands-list li .brand-box .image-container {
      min-height: 0;
    }
  }

  .brands-list li .brand-box .image-container .no-image {
    height: 225.5px;
  }
  @media (min-width: 1200px) {
    .brands-list li .brand-box .image-container .no-image {
      height: 253px;
    }
  }
  @media (max-width: 1199px) {
    .brands-list li .brand-box .image-container .no-image {
      height: 198.5px;
    }
  }
  @media (max-width: 991px) {
    .brands-list li .brand-box .image-container .no-image {
      height: 208.66px;
    }
  }