/* line 1, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-container {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: flex;
  font-family: "open sans", arial, sans-serif;
}

/* line 9, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-container * {
  box-sizing: border-box;
}

/* line 13, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-container.storeLocator-fullWidthMap .storeLocator-searchBox {
  position: absolute;
}

/* line 17, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-map {
  border: 1px solid #d7d7d7;
  background-color: #e5e3df;
  height: 500px;
  -webkit-box-flex: 1;
  flex: 1;
}

/* line 25, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-infoWindow {
  max-width: 200px;
}

/* line 29, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-infoWindow h4 {
  margin: 0 0 5px;
  padding: 0;
}

/* line 34, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-searchBox {
  border: 1px solid #d7d7d7;
  border-right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 15px;
  top: 15px;
  bottom: 30px;
  left: 10px;
  width: 350px;
  background: #fff;
  z-index: 1;
  max-height: 500px;
}

/* line 52, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-storesList {
  border: 1px solid #d7d7d7;
  list-style: none;
  overflow: auto;
  margin: 0;
  padding: 0;
}

/* line 60, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-storesList li {
  background: #f8f8f8;
  color: #333333;
  padding: 15px;
  margin: 0 0 1px 0;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  position: relative;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

/* line 71, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-storesList li span.locationName {
  font-weight: bold;
}

/* line 75, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-storesList li img {
  height: 20px;
  margin-right: 5px;
}

/* line 81, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-storesList .storeLocator-hiddenStore {
  opacity: 0.3;
}

/* line 85, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-storesList .storeLocator-activeStore {
  background: #ebebeb;
  opacity: 1;
}

/* line 90, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-storesList li h4 {
  margin: 0 0 5px;
  font-size: 1em;
}

/* line 95, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-storesList li address {
  margin: 0;
}

/* line 99, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-searchInput {
  border: 1px solid #d7d7d7;
  position: relative;
  margin-bottom: 10px;
}

/* line 105, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-searchInput input {
  border: 0;
  background: #ffffff;
  line-height: 36px;
  height: 36px;
  width: 100%;
  padding: 0 36px 0 15px;
  font-size: 1em;
  outline: none;
}

/* line 116, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-searchIcon {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 16px;
}

/* line 126, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-searchHint {
  margin-bottom: 10px;
  padding: 0 2px 0;
  font-size: 0.9em;
  color: #696969;
}

/* line 133, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-storeActions {
  text-transform: uppercase;
  font-size: 0.9em;
}

/* line 138, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-storeActions a {
  margin-right: 10px;
  text-decoration: none;
  color: #999999;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 146, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-storeActions a:hover {
  color: #000;
}

/* line 150, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-storeActions a:hover svg {
  fill: #000;
}

/* line 154, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-storeActions a svg {
  vertical-align: middle;
  margin-right: 3px;
  fill: #999999;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

/* line 162, app/assets/stylesheets/store_locator.css.scss */
.storeLocator-storeDistance {
  color: #999999;
  font-size: 0.9em;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  /* line 169, app/assets/stylesheets/store_locator.css.scss */
  .storeLocator-searchBox {
    position: absolute;
    padding: 10px;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: auto;
    width: auto;
  }
  /* line 179, app/assets/stylesheets/store_locator.css.scss */
  .storeLocator-storesList {
    position: absolute;
    top: 425px;
    left: -11px;
    right: -11px;
  }
  /* line 186, app/assets/stylesheets/store_locator.css.scss */
  .storeLocator-map {
    top: 75px;
    height: 350px;
  }
  /* line 191, app/assets/stylesheets/store_locator.css.scss */
  .storeLocator-searchHint {
    display: none;
  }
  /* line 195, app/assets/stylesheets/store_locator.css.scss */
  .storeLocator-searchInput {
    margin-bottom: 0;
  }
  /* line 199, app/assets/stylesheets/store_locator.css.scss */
  .storeLocator-container {
    padding-bottom: 270px;
  }
}
