/***********************************************************
					Stores Page Styles
************************************************************/
/* line 9, ../sass/stores.scss */
#stores #map {
  width: 100%;
  height: 447px;
  margin-bottom: 26px;
}
/* line 14, ../sass/stores.scss */
#stores input#addressInput {
  display: inline-block;
  width: 269px;
}
/* line 18, ../sass/stores.scss */
#stores .address-input {
  float: left;
  margin-right: 19px;
}
@media (max-width: 767px) {
  /* line 18, ../sass/stores.scss */
  #stores .address-input {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
/* line 25, ../sass/stores.scss */
#stores .address-input label {
  margin-right: 5px;
}
/* line 29, ../sass/stores.scss */
#stores .radius-input {
  float: left;
  line-height: 23px;
  margin-right: 20px;
}
/* line 35, ../sass/stores.scss */
#stores .radius-input label,
#stores .radius-input .selector {
  float: left;
}
/* line 39, ../sass/stores.scss */
#stores .radius-input label {
  margin-right: 10px;
}
/* line 43, ../sass/stores.scss */
#stores .radius-input #radiusSelect {
  width: 78px;
}
/* line 47, ../sass/stores.scss */
#stores .store-content {
  padding-bottom: 30px;
}
/* line 51, ../sass/stores.scss */
#stores .store-content-select .selector {
  visibility: hidden;
  display: none;
}
/* line 55, ../sass/stores.scss */
#stores .store-content-select.active {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #f0f0f0;
}
/* line 60, ../sass/stores.scss */
#stores .store-content-select.active .selector {
  visibility: visible;
  display: block;
}
/* line 66, ../sass/stores.scss */
#stores .store-title {
  margin-bottom: 16px;
  float: left;
  width: 100%;
}
/* line 71, ../sass/stores.scss */
#stores label {
  font-weight: normal;
  color: #888888;
}
/* line 75, ../sass/stores.scss */
#stores #stores_loader {
  display: none;
  margin-left: 5px;
}
/* line 79, ../sass/stores.scss */
#stores #locationSelect {
  max-width: 356px;
  visibility: hidden;
}
/* line 83, ../sass/stores.scss */
#stores #stores-table {
  display: none;
}
/* line 86, ../sass/stores.scss */
#stores #stores-table tbody td {
  padding: 20px;
}
/* line 88, ../sass/stores.scss */
#stores #stores-table tbody td.num {
  background: white;
  width: 46px;
}
/* line 93, ../sass/stores.scss */
#stores #stores-table tbody td.name span {
  padding-left: 15px;
}
@media (max-width: 767px) {
  /* line 97, ../sass/stores.scss */
  #stores #stores-table tbody td.name img {
    display: none;
  }
}

/* line 105, ../sass/stores.scss */
.store-image img {
  width: 100%;
  min-width: 100px;
}
