.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-y: auto;
    overflow-x: hidden;
    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;
}

.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-details {
  display: block;
  margin-left: 3.125em;
}

.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;
  }
}

/**
* @description Iterates over the $space-gap values and creates a class for each one.
* @param {list} $space-gap - A list of space gap values.
*/
.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

.gap-24 {
  gap: 24px;
}

/* rewrite the store locator styles */
.store-locator-container .search-form {
  background: #f3f2f2;
  border-radius: 16px;
}
.store-locator-container .search-form .custom-select {
  color: #4d4c53;
  font: normal 500 0.875rem/1.375rem "FinalSix-light", sans-serif;
}
.store-locator-container .maps-canvas-container {
  scroll-margin-top: 200px;
}
.store-locator-container .find-store-btn {
  max-width: 130px;
  width: 100%;
}
.store-locator-container .ahumada-custom-checkbox {
  background-position-x: 2px;
  background-size: 16px;
  height: 20px;
  min-width: 20px;
  width: 20px;
}
.store-locator-container .checkbox-inline {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
}
.store-locator-container .store-locator-no-results {
  display: block;
}
.store-locator-container .custom-select {
  scroll-margin-top: 250px;
}
.store-locator-container .map-canvas {
  display: block;
  height: 28.125em;
}
@media (min-width: 544px) {
  .store-locator-container .map-canvas {
    height: 28.125em;
  }
}
.store-locator-container .results-card {
  background: #f3f2f2;
  border-radius: 16px;
  scroll-margin-top: 200px;
}
.store-locator-container .has-custom-scrollbar::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}
.store-locator-container .btn-show-all {
  width: 75%;
}
@media (min-width: 992px) {
  .store-locator-container .btn-show-all {
    width: 30%;
  }
}
.store-locator-container .store-details-container {
  background: #fff;
  border-radius: 16px;
}
.store-locator-container .store-details-container .icon-success {
  width: 16px;
}
.store-locator-container .store-details-container .see-store-in-map {
  color: #e4002b !important;
}

.map-canvas .store-name {
  color: #4d4c53;
  font-family: "FinalSix-medium", sans-serif;
  margin-bottom: 16px;
}
.map-canvas address {
  font-family: "FinalSix-light", sans-serif;
}
.map-canvas .gm-ui-hover-effect {
  opacity: 1;
}
.map-canvas .gm-ui-hover-effect span {
  background-color: #e4002b;
  height: 16px !important;
  width: 16px !important;
}

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