.Near_By_Stores {
  margin: 45px 0px;
}

.Near_By_Stores .all_products_holder {
  /* display: flex;
    overflow: auto;
    width: 100%;
    scrollbar-width: none; */
  margin-top: 30px;
}

.Near_By_Stores .all_products_holder .product_holder {
  cursor: pointer;
}

.Near_By_Stores .all_products_holder .product_holder .img_holder {
  width: 80px;
  height: 80px;
  background: #ececec;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 0 auto;
  overflow: hidden;
}

.Near_By_Stores .all_products_holder .product_holder .img_holder .inner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Near_By_Stores .all_products_holder .product_holder .prod_name {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Near_By_Stores {
    margin: 30px 0px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .Near_By_Stores .all_products_holder .product_holder .img_holder {
    width: 70px;
    height: 70px;
  }

  .Near_By_Stores .all_products_holder .product_holder .prod_name {
    font-size: 13px;
  }
}
