@import url(https://use.typekit.net/vin2dio.css);
.store-locator-container .btn-storelocator-search {
  background-color: #f9f9f9;
  border-color: var(--skin-primary-color-1);
  border-radius: 0;
  color: var(--skin-primary-color-1);
}
.store-locator-container .btn-storelocator-search:hover {
  background-color: var(--skin-primary-color-1);
  color: #f9f9f9;
}
.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: 769px) {
  .store-locator-container .store-details {
    margin-left: 3.125em;
  }
}
.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 .custom-radio .store-details {
  margin-left: 1.125em;
}
.store-locator-container .store-locator-no-results {
  display: none;
}
@media (min-width: 769px) {
  .store-locator-container .results {
    overflow: hidden auto;
    max-height: 21.875em;
  }
}

.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%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0.5em 0;
  border-color: #7ed0ee transparent transparent transparent;
}

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

.gm-style-iw .store-details {
  margin-left: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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: var(--skin-link-color-1);
}

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

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

.store-locator-no-api-key {
  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: hidden auto;
    max-height: 21.875em;
    margin-right: -0.938em;
  }
}

.store-locator-container {
  margin-bottom: 150px;
}
.store-locator-container .search-form {
  border: none;
  margin-bottom: 21px;
}
.store-locator-container .card.results-card {
  border: none;
}
.store-locator-container .card-body {
  padding: 0;
}
.store-locator-container .card-body .title {
  color: #4E8B9B;
  font-size: 42px;
  font-family: "Futura-pt";
  font-weight: 500;
}
.store-locator-container .card-body .form-group {
  padding: 0;
}
.store-locator-container .card-body .form-group .input-form-group {
  border-radius: 25px;
  border: 1px solid #909193;
  width: 100%;
  height: 42px;
  padding: 0 45px;
  font-family: "Futura-pt";
  font-weight: 500;
  font-size: 16px;
}
.store-locator-container .card-body .form-group .input-form-group::-webkit-input-placeholder {
  color: #BEBEBE;
}
.store-locator-container .card-body .form-group .input-form-group::-moz-placeholder {
  color: #BEBEBE;
}
.store-locator-container .card-body .form-group .input-form-group:-ms-input-placeholder {
  color: #BEBEBE;
}
.store-locator-container .card-body .form-group .input-form-group::-ms-input-placeholder {
  color: #BEBEBE;
}
.store-locator-container .card-body .form-group .input-form-group::placeholder {
  color: #BEBEBE;
}
.store-locator-container .card-body .icon-search {
  position: absolute;
  font-size: 20px;
  top: 10px;
  left: 15px;
}
.store-locator-container .card-body .button-icon-gps {
  position: absolute;
  right: 10px;
  top: 8px;
  border: none;
  background: transparent;
}
.store-locator-container .card-body .button-icon-gps .icon-gps {
  width: 30px;
}
.store-locator-container .list-results {
  height: 921.5px;
}
.store-locator-container .list-results .card-container-list {
  padding: 0;
  padding-right: 63px;
}
.store-locator-container .list-results .card-map {
  padding: 0;
}
.store-locator-container .list-results .striped {
  height: 921.5px;
  margin: 0;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.store-locator-container .list-results .striped::-webkit-scrollbar {
  width: 15px;
}
.store-locator-container .list-results .striped::-webkit-scrollbar-track {
  background: #EDEDED;
  border-radius: 10px;
}
.store-locator-container .list-results .striped::-webkit-scrollbar-thumb {
  background: #BFBFBF;
  border-radius: 10px;
}
.store-locator-container .list-results .striped::-webkit-scrollbar-thumb:hover {
  background: #A9A9A9;
}
.store-locator-container .list-results .striped .card-body {
  background: #ffffff;
}
.store-locator-container .list-results .striped .card-body .store-details {
  margin: 0;
}
.store-locator-container .list-results .striped .card-body .store-details .store-name {
  color: #4E8B9B;
  font-size: 22px;
  font-family: "Futura-pt";
  font-weight: 500;
  font-weight: normal;
  line-height: 29px;
  text-transform: capitalize;
}
.store-locator-container .list-results .striped .card-body .store-details .store-map {
  color: #000000;
  font-size: 16px;
  font-family: "Futura-pt";
  font-weight: 400;
  line-height: 21px;
}

@media (min-width: 768px) {
  .store-locator-container .results {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 921.5px;
  }
}
@media (max-width: 767.98px) {
  .store-locator-container .col-lg-5.col-md-12.card-container-list {
    overflow-y: scroll;
    overflow-x: hidden;
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .store-locator-container .col-lg-5.col-md-12.card-container-list::-webkit-scrollbar {
    width: 15px;
  }
  .store-locator-container .col-lg-5.col-md-12.card-container-list::-webkit-scrollbar-track {
    background: #EDEDED;
    border-radius: 10px;
  }
  .store-locator-container .col-lg-5.col-md-12.card-container-list::-webkit-scrollbar-thumb {
    background: #BFBFBF;
    border-radius: 10px;
  }
  .store-locator-container .col-lg-5.col-md-12.card-container-list::-webkit-scrollbar-thumb:hover {
    background: #A9A9A9;
  }
}
@media (max-width: 991.98px) {
  .store-locator-container {
    padding-top: 20px !important;
    margin-bottom: 79px;
  }
  .store-locator-container .search-form {
    margin-bottom: 0;
  }
  .store-locator-container .search-form .form-group {
    margin-bottom: 19px;
  }
  .store-locator-container .card-body .title {
    font-size: 18px;
  }
  .store-locator-container .col-lg-5.col-md-12.card-container-list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 921px;
    margin-top: 21px;
    padding: 0 3px;
  }
  .store-locator-container .col-lg-7.col-md-12.card-map.true {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 259px;
    padding: 0 !important;
  }
  .store-locator-container .list-results {
    height: auto;
  }
  .store-locator-container .list-results .card-container-list {
    padding: 0;
  }
  .map-canvas {
    display: inherit;
    height: 259px;
    width: 100%;
    margin: 0px;
    border-radius: 5px;
  }
}
.icon-close-store-location {
  position: absolute;
  border: none;
  background: none;
  right: 10px;
  top: 13px;
}
.icon-close-store-location:before {
  content: "";
  background: url("../../images/close.png");
  display: block;
  width: 15px;
  height: 15px;
  background-size: 100%;
  opacity: 0.4;
}
