/***********************************************************
					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;
}
@media (max-width: 480px) {
  /* line 14, ../sass/stores.scss */
  #stores input#addressInput {
    width: 100%;
  }
}
/* line 21, ../sass/stores.scss */
#stores .address-input {
  float: left;
  margin-right: 19px;
}
@media (max-width: 767px) {
  /* line 21, ../sass/stores.scss */
  #stores .address-input {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
/* line 28, ../sass/stores.scss */
#stores .address-input label {
  margin-right: 5px;
}
/* line 32, ../sass/stores.scss */
#stores .radius-input {
  float: left;
  line-height: 23px;
  margin-right: 20px;
}
/* line 38, ../sass/stores.scss */
#stores .radius-input label,
#stores .radius-input .selector {
  float: left;
}
/* line 42, ../sass/stores.scss */
#stores .radius-input label {
  margin-right: 10px;
}
/* line 46, ../sass/stores.scss */
#stores .radius-input #radiusSelect {
  width: 78px;
}
/* line 50, ../sass/stores.scss */
#stores .store-content {
  padding-bottom: 30px;
}
/* line 54, ../sass/stores.scss */
#stores .store-content-select .selector {
  visibility: hidden;
  display: none;
}
/* line 58, ../sass/stores.scss */
#stores .store-content-select.active {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #e6e6e6;
}
/* line 63, ../sass/stores.scss */
#stores .store-content-select.active .selector {
  visibility: visible;
  display: block;
}
/* line 69, ../sass/stores.scss */
#stores .store-title {
  margin-bottom: 16px;
}
/* line 72, ../sass/stores.scss */
#stores label {
  font-weight: normal;
  color: #868686;
}
/* line 76, ../sass/stores.scss */
#stores #stores_loader {
  display: none;
  margin-left: 5px;
}
/* line 80, ../sass/stores.scss */
#stores #locationSelect {
  max-width: 356px;
  visibility: hidden;
}
/* line 84, ../sass/stores.scss */
#stores #stores-table {
  display: none;
}
/* line 87, ../sass/stores.scss */
#stores #stores-table tbody td {
  padding: 20px;
}
/* line 89, ../sass/stores.scss */
#stores #stores-table tbody td.num {
  background: #f2f2f2;
  width: 46px;
}
/* line 94, ../sass/stores.scss */
#stores #stores-table tbody td.name span {
  padding-left: 15px;
}
@media (max-width: 767px) {
  /* line 98, ../sass/stores.scss */
  #stores #stores-table tbody td.name img {
    display: none;
  }
}

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