#map {
  width: 100%;
  height: 447px;
  margin-bottom: 26px;
}

.store-content,
.store-content-select {
  margin-bottom: 15px;
}

#stores_loader {
  display: none;
  margin-left: 5px;
}

#locationSelect {
  visibility: hidden;
}

#stores-table {
  display: none;
}

#stores-table td.name span {
  padding-left: 15px;
}

@media (max-width: 767px) {
  #stores-table td.name img {
    display: none;
  }
}

.store-image img {
  width: 100%;
  min-width: 100px;
}
