.store-locator-container .btn-storelocator-search {
  background-color: #d9d6d9;
  border-color: #00a1e0;
  border-radius: 0;
  color: #00a1e0; }
  .store-locator-container .btn-storelocator-search:hover {
    background-color: #00a1e0;
    color: #d9d6d9; }

.store-locator-container .detect-location {
  margin-bottom: 1em; }

.store-locator-container .store-name {
  font-weight: 600;
  font-size: 17px; }

.store-locator-container .striped > div:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.store-locator-container .search-form {
  width: 100%;
  margin-bottom: 4rem; }

@media (min-width: 544px) {
  .store-locator-container .select-store {
    margin-top: -3rem; } }

.store-locator-container .store-locator-no-results {
  display: none; }

@media (min-width: 544px) {
  .store-locator-container .results {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 21.875em; } }

.j-store-locator {
  -ms-flex-direction: row;
      flex-direction: row;
  height: auto;
  margin: 32px auto 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch; }
  .j-store-locator .store-locator-container {
    width: 300px;
    height: auto;
    margin-right: 32px;
    max-width: 100%; }
    @media (max-width: 768.98px) {
      .j-store-locator .store-locator-container {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 50px; } }
    .j-store-locator .store-locator-container .j-store-locator__title {
      font-size: 18px;
      line-height: 22px;
      font-weight: 600;
      margin: 0;
      text-transform: inherit; }
    .j-store-locator .store-locator-container .j-store-results {
      margin: 25px 0 0 0;
      overflow-y: auto;
      padding-right: 12px;
      scrollbar-width: thin;
      scrollbar-color: #cbcbcb #f9f9f9;
      height: calc(100vh - 354px);
      max-height: 606px;
      min-height: 382px; }
      .j-store-locator .store-locator-container .j-store-results .store-details {
        display: block;
        font-size: 16px;
        line-height: 23px;
        box-shadow: inset 0 -1px 0 0 #e8e8e8;
        padding: 15px; }
      .j-store-locator .store-locator-container .j-store-results .j-store-details {
        cursor: pointer; }
        .j-store-locator .store-locator-container .j-store-results .j-store-details.m-selected {
          border: 2px solid #111;
          cursor: auto;
          pointer-events: none; }
  .j-store-locator .store-locator-map {
    -ms-flex-positive: 1;
        flex-grow: 1;
    position: relative;
    top: 0;
    visibility: visible;
    width: auto; }
    @media (max-width: 768.98px) {
      .j-store-locator .store-locator-map {
        background-color: #fff;
        height: calc(100% - 56px);
        left: 0;
        position: fixed;
        top: 56px;
        visibility: hidden;
        width: 100%; } }
    .j-store-locator .store-locator-map.m-active {
      visibility: visible;
      z-index: 500; }

.j-store-locator__toggle-btn {
  font-size: 12px;
  line-height: 16px;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
  border-radius: 24px;
  bottom: 10%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  padding: 10px 16px;
  position: fixed;
  transform: translateX(-50%);
  z-index: 501; }
  @media (min-width: 544px) {
    .j-store-locator__toggle-btn {
      display: none; } }

.b-store-locator__toggle-btn--list {
  bottom: auto;
  top: 200px; }

.map-marker {
  float: left;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  border-radius: 0.375em;
  color: #fff;
  background-color: #7ed0ee;
  position: relative; }
  .map-marker::after {
    position: absolute;
    bottom: -0.625em;
    left: 50%;
    transform: translate(-50%, 0);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em 0.5em 0;
    border-color: #7ed0ee transparent transparent transparent; }

.gm-style-iw .store-details {
  margin-left: 0;
  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; }

.gm-style-iw a {
  color: #0070d2; }

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

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

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

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

.store-locator-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em; }
  @media (min-width: 544px) {
    .store-locator-hero {
      display: none; } }

@media (min-width: 769px) {
  .results {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 21.875em;
    margin-right: -0.938em; } }

/*# sourceMappingURL=storeLocator.css.map*/