/***********************************************************
Stores Page Styles
************************************************************/
#stores #map {
  width: 100%;
  height: 447px;
  margin-bottom: 26px; }
#stores input#addressInput {
  display: inline-block;
  width: 269px; }
#stores .address-input {
  float: left;
  margin-right: 19px; }
#stores .address-input label {
  margin-right: 5px; }
#stores .store-content {
  padding-bottom: 30px; }
#stores .store-content-select .selector {
  visibility: hidden;
  display: none; }
#stores .store-content-select.active {
  padding-top: 30px;
  margin-bottom: 30px;
  display: block; }
#stores .store-title {
  margin-bottom: 16px; }
#stores #stores_loader {
  display: none;
  margin-left: 5px; }
#stores #locationSelect {
  max-width: 300px;
  margin-bottom: 20px;
  visibility: hidden; }
#stores #stores-table {
  display: none; }
@media (min-width: 768px) {
  #stores #stores-table tbody td {
    padding: 20px; } }
#stores #stores-table tbody td.num {
  width: 46px; }
#stores #stores-table tbody td.name span {
  padding-left: 15px; }
@media (max-width: 767px) {
  #stores #stores-table tbody td.name img {
    display: none; } }

.store-image img {
  width: 100%;
  min-width: 100px; }
