.store-locator {
  background-color: #f5f5f5;
  padding: 10px;
}

/* SEARCH */
.store-locator__search,
.store-locator__filter-region {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {

  .store-locator__search {
      display: flex;
      justify-content: flex-end;
  }
}

.store-locator__search__form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (min-width: 768px) {
  .store-locator__search__form {
    width: 60%;
  }
}

.store-locator__search__fieldset {
  flex: 2;
  min-width: 0;
  margin-right: 5px;
}

.store-locator__search__legend {
  display: none;
}

.store-locator__search__search-label {
  display: block;
}

.store-locator__search__search-field {
  background: #fff;
  border: 1px solid #eee;
  line-height: 42px;
  padding: 0 7px;
  font-size: 1rem;
  width: 100%;
}

.store-locator .store-locator__search__search-field {
  margin-bottom: 0 !important;
  padding: 0 7px !important;
}

.store-locator__search__btn {
  border: none;
  line-height: 44px;
  height: 44px;
  padding: 0 22px;
  background: #eee;
  color: #333;
  font-size: 1rem;
  font-weight: bold;
}

.store-locator__search__btn--reset {
  display: none;
}

.store-locator__search__btn--submit {

}

/* FILTER REGION */
.store-locator__filter-region {

}

@media screen and (min-width: 768px) {
  .store-locator__filter-region {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .store-locator__filter-region {
    text-align: right;
  }
}

.store-locator__filter-region__fieldset {
  background: transparent;
}

.store-locator__filter-region__legend {
  display: none;
}

.store-locator__filter-region__radio-field {
  display: none;
}

.store-locator__filter-region__label {
  background-color: #ccc;
  color: #f5f5f5;
  display: inline-block;
  line-height: 44px;
  height: 44px;
  padding: 0 22px;
  font-size: 1rem;
  margin: 0 5px 5px 0;
}

@media screen and (min-width: 768px) {
  .store-locator__filter-region__label {
    margin: 0.5rem;
  }
}

.store-locator__filter-region__radio-field:checked + .store-locator__filter-region__label {
  background-color: #ae8d5d;
}

/* STORE LIST */
.store-locator__store-list {

}

.store {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 1rem;
}

.store__additionalinformation {
  color: #ec0000;
  margin-bottom: 8px !important;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .store__inner {
    display: flex;
  }
}

.store__map {

}

.store__map img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .store__map {
    width: 160px;
    margin-right: 10px;
  }

  .rtl .store__map {
    margin-left: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .store__map {
    width: 200px;
  }
}

.store__content {

}

@media screen and (min-width: 768px) {
  .store__content {
    flex: 2;
  }
}

.store__content-top {

}

@media screen and (min-width: 768px) {
  .store__content-top {
    float: left;
    width: 50%;
  }
}

.store__title {

}

@media screen and (min-width: 768px) {
  .store__title {
    margin-top: 0;
  }
}

.store__address {

}

.store__contact {

}

.store__contact__tel {
  font-weight: bold;
}

.store__contact__tel {
  font-size: 1rem;
  margin-bottom: 1rem !important;
}

.store__contact__email {
  font-size: 1.06rem;
}

.store__openingtimes {

}

@media screen and (min-width: 768px) {
  .store__openingtimes {
    width: 25%;
    margin-left: 75%;
  }
}

.store__openingtimes__row {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #efefef;
  line-height: 36px;
}

@media screen and (min-width: 768px) {
  .store__openingtimes__row {
    border-top: none;
    line-height: inherit;
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .store__openingtimes__row {
    line-height: 1.8em;
  }
}

.store__openingtimes__day {

}

@media screen and (min-width: 768px) {
  .store__openingtimes__day,
  .store__openingtimes__hours {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .store__openingtimes__day,
  .store__openingtimes__hours {
    font-size: 0.95rem;
  }
}
