@charset "UTF-8";
/* MAP */
#map {
  min-height: 500px;
  display: block;
  margin-bottom: 40px;
}

.stores-content h1 {
  padding-bottom: 1.75rem;
}

.store-item {
  cursor: pointer;
  margin-top: 0.5rem;
}

ul.stores {
  list-style-type: none;
  margin: 0;
  padding: 0 0 6rem 0;
}
ul.stores span.store-country {
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  display: block;
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 1em;
  line-height: 1rem;
  padding: 5px 0 10px;
}
ul.stores > li > .ul-container {
  overflow: hidden;
}
ul.stores > li ul {
  position: relative;
  list-style-type: none;
  display: none;
  padding: 0px;
  margin-bottom: 20px;
}
ul.stores > li ul .name {
  font-weight: 400;
  font-size: 1em;
  text-transform: uppercase;
}
ul.stores > li ul .name::before {
  content: "";
  font-family: "fontawesome";
  margin-right: 6px;
}
ul.stores > li ul .details {
  padding-left: 14px;
  font-size: 0.85em;
}
ul.stores > li.active ul {
  display: block;
}

/*# sourceMappingURL=store-locator.css.map*/