.preloader-inner img {
    display: block;
    margin: 0 auto 25px auto;
    width: 100%;
    height: 100%;
    max-width: 180px;
}
img.fimage {
    width: 100%;
    height: 100%;
    max-width: 180px;
}
.gallery-one__filter__list {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .gallery-one__filter__list li {
    cursor: pointer;
  }
  .gallery-one__filter__list li span {
    display: block;
    font-size: 14px;
    background-color: #f1f6f7;
    transition: all 500ms ease;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 20px;
    line-height: 1.2em;
  }
  .gallery-one__filter__list li.active span, .gallery-one__filter__list li:hover span {
    background-color: var(--secondary-color);
    color: #fff;
  }

  .bran-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px; /* Set a uniform height */
    padding: 10px;
}

.bran-img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

@media (max-width: 991px) {
  .shop-details .row {
    margin-left: 0;
    margin-right: 0;
  }

  .shop-details .row>* {
    padding-left: 0;
    padding-right: 0;
  }
}

.main-menu ul li a.active {
  color: var(--theme-color) !important;
}

.gallery .product-img .clipped{
  -webkit-clip-path: unset;
  clip-path: unset;
}

.gallery .product-style1{
  border-radius: 0;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.gallery .product-img .actions-style1 {
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

.gallery .product-img .clipped img {
  position: unset;
  transform: unset;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery .product-img .clipped {
  height: 300px;
}

.gallery  .row {
  margin-top: calc(15px * -1);
  margin-right: calc(15px / -2);
  margin-left: calc(15px / -2);
}

.gallery .row>* {
  padding-right: calc(15px / 2);
  padding-left: calc(15px / 2);
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .gallery .product-style1 {
      min-height: 300px;
  }
}