/**
 * Custom Gutters Mixin
 * This will create custom gutters for localized implentation.
 * Usage: Pass in a new gutter value and this will apply those to child grid classnames.
 *
 * - does not loop through breakpoints
 * - intended to be used in an already-defined media query or child structure
 *
 * param: $number new gutter value, already halved
 * param: $context 'container', 'row'. Used to skip the L1 or L2 classname selectors. Pass as an empty string to only apply to columns.
 * param: $colclassname custom classname to use for columns. Defaults to a generic '.col-' selector
 */
/* --------------------------------
Typography - Fonts
-------------------------------- */
/***************************************************************
These styles are subject to the license agreement(s) provided when you purchased the license(s).
    https://store.typenetwork.com/cart/eula/font-bureau
***************************************************************/
.store-locator-container {
  max-width: 46.875rem;
  margin-top: 1.6875rem;
}
@media (min-width: 600px) {
  .store-locator-container {
    margin-top: 3.125rem;
  }
}
@media (min-width: 1024px) {
  .store-locator-container {
    margin-top: 6rem;
  }
}
.store-locator-container input:focus,
.store-locator-container select:focus {
  outline: 3px dotted currentcolor;
}
.store-locator-container .heading {
  font-size: 1.5rem;
  color: #532a45;
  line-height: 32px;
  font-family: "Phaistos Rom", "phaistos-fallback";
  text-transform: capitalize;
  margin-bottom: 1rem;
}
.store-locator-container .btn-storelocator-search {
  width: 56%;
  padding: 0.25rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (min-width: 600px) {
  .store-locator-container .btn-storelocator-search {
    width: 8.125rem;
  }
}
.store-locator-container .detect-location {
  padding: 0.25rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .store-locator-container .detect-location {
    width: 12.875rem;
    margin-top: 0;
  }
}
.store-locator-container .store-name {
  font-weight: 600;
}
.store-locator-container .store-details {
  display: block;
}
.store-locator-container .search-form {
  width: 100%;
  margin-bottom: 2.9375rem;
  border: 0;
  border-radius: 0;
}
@media (min-width: 600px) {
  .store-locator-container .select-store {
    margin-top: -3rem;
  }
}
.store-locator-container .results .form-check {
  padding: 0;
  width: 13rem;
}
.store-locator-container .locator-search-box {
  padding: 1.5rem 1rem;
  background-color: #f0f0f0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 600px) {
  .store-locator-container .locator-search-box {
    padding: 1.5rem;
    margin: 0 24px;
  }
}
@media (min-width: 1024px) {
  .store-locator-container .locator-search-box {
    padding: 1.5rem;
    margin: 0 15px;
  }
}
.store-locator-container .locator-search-box .form-group {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .store-locator-container .locator-search-box .form-group {
    margin-right: 0.75rem;
    width: unset;
    margin-bottom: 0;
  }
}
.store-locator-container .locator-search-box .search-label {
  font-size: 0.875rem;
  color: #575757;
  line-height: 20px;
  font-family: "Marcellus", "marcellus-fallback";
  white-space: nowrap;
}
.store-locator-container .locator-search-box input {
  width: 100%;
  height: 2.5rem;
}
@media (min-width: 600px) {
  .store-locator-container .locator-search-box input {
    width: 14.5rem;
  }
}
@media (min-width: 1024px) {
  .store-locator-container .locator-search-box input {
    width: 10.8125rem;
  }
}
.store-locator-container .locator-search-box .custom-select {
  height: 2.5rem;
}
.store-locator-container .locator-search-box .radius-wrapper {
  width: 38%;
}
@media (min-width: 600px) {
  .store-locator-container .locator-search-box .radius-wrapper {
    width: 7.375rem;
    margin-right: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .store-locator-container .locator-search-box .radius-wrapper {
    width: 5.625rem;
  }
}
.store-locator-container .locator-search-box .invalid-feedback {
  position: absolute;
}
.store-locator-container .locator-search-box .store-left-search {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1.5rem;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.store-locator-container .locator-search-box .store-left-search::after {
  content: "";
  background-color: #ccc;
  width: 100%;
  height: 0.0625rem;
  position: relative;
  left: 0;
  right: 0;
  top: 1.5rem;
}
@media (min-width: 1024px) {
  .store-locator-container .locator-search-box .store-left-search {
    padding-bottom: 0;
    width: unset;
  }
  .store-locator-container .locator-search-box .store-left-search::after {
    content: "";
    background-color: #ccc;
    width: 0.0625rem;
    height: 3.5rem;
    position: relative;
    left: 1.5rem;
    top: 1.25rem;
    right: unset;
  }
}
.store-locator-container .address-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .store-locator-container .address-wrapper {
    min-width: 46.875rem;
  }
}
.store-locator-container .address-wrapper .single-wrapper {
  width: 100%;
  padding-left: 2.25rem;
}
@media (min-width: 600px) {
  .store-locator-container .address-wrapper .single-wrapper {
    width: 50%;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .store-locator-container .address-wrapper .single-wrapper {
    width: 33.3333333333%;
  }
}
.store-locator-container .address-wrapper .store-name {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #575757;
  line-height: 24px;
  font-family: "Marcellus", "marcellus-fallback";
}
.store-locator-container .address-wrapper .store_direction {
  text-transform: uppercase;
}
.store-locator-container .address-wrapper address {
  text-transform: uppercase;
  font-size: 1rem;
  color: #575757;
  line-height: 24px;
  font-family: "Open Sans", "open-sans-fallback";
  margin-bottom: 2rem;
}
.store-locator-container .address-wrapper address .fa-phone {
  display: none;
}
.store-locator-container .address-wrapper address p {
  margin-bottom: 0;
  margin-top: 1rem;
}
.store-locator-container .address-wrapper .store-distance {
  text-transform: uppercase;
  font-size: 1rem;
  color: #737373;
  line-height: 24px;
  font-family: "Marcellus", "marcellus-fallback";
}
.store-locator-container .address-wrapper .store-hours {
  font-size: 1rem;
  color: #575757;
  line-height: 24px;
  font-family: "Open Sans", "open-sans-fallback";
}
.store-locator-container .address-wrapper .store-map {
  text-decoration: underline;
  color: #575757;
}
.store-locator-container .address-wrapper .storelocator-phone {
  text-decoration: underline;
  color: #575757;
}
.store-locator-container .online-retailers {
  border-top: 1px solid #ccc;
  margin-top: 0.9375rem;
  padding-top: 3rem;
}
.store-locator-container .search-heading {
  font-size: 1.25rem;
  color: #575757;
  line-height: 28px;
  font-family: "Marcellus", "marcellus-fallback";
  margin-bottom: 2.25rem;
  text-transform: uppercase;
  position: relative;
  left: 1rem;
}
.store-locator-container .store-locator-no-results {
  font-size: 1.25rem;
  color: #575757;
  line-height: 28px;
  font-family: "Marcellus", "marcellus-fallback";
  padding: 1rem;
}
@media (min-width: 1024px) {
  .store-locator-container .store-locator-no-results {
    padding: 0 7rem;
  }
}
.store-locator-container .mb-search-wrapper {
  padding: 0;
}
@media (min-width: 600px) {
  .store-locator-container .mb-search-wrapper {
    padding: 0 0.9375rem;
  }
}

html[lang=es] .store-locator-container {
  max-width: 48.875rem;
}
html[lang=es] .locator-search-box input {
  width: 100%;
}

.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: 600px) {
  .map-canvas {
    height: 28.125em;
    display: block;
  }
}

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

.store-details {
  display: block;
}

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

.online-retailers,
.store-locator-container .online-retailers {
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 3.6rem;
}

.online-retailers .onlineRetailerLogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin-top: 0;
  padding: 0 0.8rem;
}

@media only screen and (min-width: 600px) {
  .online-retailers .onlineRetailerLogos {
    margin-top: 1rem;
    padding: 0;
  }
}
.online-retailers .onlineRetailerLogos li {
  margin: 1.6rem 0;
  min-width: 12.4rem;
  text-align: center;
}

.button .button__text {
  display: inherit;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  width: 100%;
}

.online-retailers .onlineRetailerLogos li .button--isAnchor {
  border: none;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.button.button--isAnchor {
  text-decoration: none;
}

.online-retailers .onlineRetailerLogos li .button--isAnchor img {
  /* max-height: 5.4rem;
   max-width: 100%;
   width: 12.4rem; */
}

@media only screen and (min-width: 600px) {
  .online-retailers .onlineRetailerLogos li .button--isAnchor img {
    /* width: 16.4rem; */
  }
}
