.banner-store {
  height: 200px;
  border-radius: 8px;
  object-fit: cover;
}
.resultAutocomplete {
  display: none;
  position: absolute;
  z-index: 1001;
  width: 100%;
  margin-top: 8px;
  padding: 8px 0;
  border: 1px solid #B3B3B3;
  border-radius: .25rem;
  background-color: #FFF;
}
.resultAutocomplete .chooseLocationById {
  padding-left: 8px;
  cursor: pointer;
}
.resultAutocomplete .chooseLocationById + .chooseLocationById {
  margin-top: 8px;
}
.resultAutocomplete .chooseLocationById.selectedRow {
  background-color: #F4F4F6;
}
.resultAutocomplete .chooseLocationById:hover {
  background-color: #F4F4F6;
}
.overlayAutocomplete {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
table td:nth-child(2) {
  text-indent: 16px;
}
table td:nth-child(3) {
  text-indent: 24px;
}
@media (min-width: 992px) {
  .banner-store {
      height: 400px;
  }
}
