.section-list-stores {
  background-color: #fff;
  min-height: 100vh;
}

.section-heading {
  color: #007bff;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-store-avatar {
    background-color: #f5f5f5;
    height: 6em;
    width: 6em;
    margin-top: -4em;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    z-index: 999;
}

.list-store-avatar > img {
    max-width: 100%;
    max-height: 100%;
    z-index: 999;
}

.card-img-top-list-store {
    width: 100%;
    height: auto;
    display: block;
}

.store-item-show {
    width: 100%;
}

.store-item-show > img {
    height: 5em;
    width: 100%;
    object-fit: contain;
}

.card-store-home:hover {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Store Card Banner Carousel */
.store-card-banner-carousel {
    width: 100%;
    overflow: hidden;
}

.store-card-banner-carousel .slick-dots {
    bottom: 8px;
}

.store-card-banner-carousel .slick-dots li button:before {
    color: #fff;
    opacity: 0.7;
    font-size: 8px;
}

.store-card-banner-carousel .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}