/*
  Mixin for creating pseudo elements
*/
/*
  Mixins to support bootstrap spacing
 */
.store-name .close {
  display: none;
}

.store-locator-container .detect-location {
  margin-bottom: 1em;
}
.store-locator-container .store-name {
  font-weight: 600;
}
.store-locator-container .store-details {
  display: block;
}
@media (min-width: 768px) {
  .store-locator-container .store-details {
    margin-left: 0.25rem;
  }
}
.store-locator-container .striped > div:nth-of-type(even) {
  background-color: #f8f8f8;
}
.store-locator-container .search-form {
  margin-bottom: 4rem;
  width: 100%;
}
@media (min-width: 576px) {
  .store-locator-container .select-store {
    margin-top: -3rem;
  }
}
.store-locator-container .custom-radio .store-details {
  margin-left: 1.125em;
}
.store-locator-container .store-locator-no-results {
  display: none;
}
@media (min-width: 768px) {
  .store-locator-container .results {
    max-height: 21.875em;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.map-marker {
  position: relative;
  margin-right: 0.25rem;
}
.map-marker .map-marker-label {
  color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.map-marker .fa-map-marker {
  color: #097fb3;
}

.gm-style-iw .store-details {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  margin-left: 0;
}
.gm-style-iw a {
  color: #097fb3;
}

.map-canvas {
  display: none;
}
@media (min-width: 576px) {
  .map-canvas {
    display: block;
    height: 28.125em;
  }
}

.store-name {
  font-weight: 600;
}

.store-details {
  display: block;
  margin-left: 3.125em;
}

.store-locator-no-apiKey {
  display: none;
}

.store-locator-no-results {
  display: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.results {
  width: 100%;
}
@media (min-width: 768px) {
  .results {
    margin-right: -0.938em;
    max-height: 21.875em;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
/*# sourceMappingURL=storeLocator.css.map*/