/**
 * 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
-------------------------------- */
.store-locator-container {
  max-width: 48rem;
  margin: 1.6875rem auto 0;
  padding: 0 0.5rem 0 0.5rem;
}
@media (min-width: 600px) {
  .store-locator-container {
    margin-top: 2.8125rem;
    padding: 0 1.5rem 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .store-locator-container {
    margin-top: 5.625rem;
  }
}
.store-locator-container .row {
  margin: 0 !important;
}
.store-locator-container select {
  font-size: 1rem;
  line-height: 1.5;
}
.store-locator-container input:focus,
.store-locator-container select:focus {
  outline: 3px dotted currentColor;
}
.store-locator-container .heading {
  font-size: 1.5rem;
  color: #000;
  line-height: 28px;
  font-family: "pragmatica-slabserif", "pragmatica-fallback", sans-serif;
  padding-left: 0.625rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (min-width: 600px) {
  .store-locator-container .heading {
    padding-left: 0;
    font-size: 1.75rem;
    line-height: 1.2857142857;
  }
}
.store-locator-container .btn-storelocator-search {
  height: 2.5rem;
  width: 56%;
  padding: 0.25rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .store-locator-container .btn-storelocator-search {
    width: 8.125rem;
  }
}
.store-locator-container .detect-location {
  padding: 0.6875rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  height: 2.375rem;
  width: 100%;
  margin-top: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .store-locator-container .detect-location {
    width: 12.875rem;
    margin-top: 0;
  }
}
.store-locator-container .store-details {
  display: block;
}
.store-locator-container .search-form {
  width: 100%;
  margin-bottom: 2.375rem;
  border: 0;
  border-radius: 0;
}
@media (min-width: 600px) {
  .store-locator-container .search-form {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .store-locator-container .search-form {
    margin-bottom: 3rem;
  }
}
@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.4375rem 1rem;
  background-color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 0.0625rem solid #6e6e6e;
}
@media (min-width: 600px) {
  .store-locator-container .locator-search-box {
    padding: 1.5rem 1.5rem 1.4375rem;
  }
}
.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: #000;
  line-height: 20px;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  font-weight: 500;
  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: 38.3vw;
  }
}
@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 .input.form-control {
  font-weight: 600;
}
.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;
  }
}
@media (min-width: 600px) {
  .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: 1.8125rem;
}
@media (min-width: 600px) {
  .store-locator-container .address-wrapper .single-wrapper {
    width: 50%;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .store-locator-container .address-wrapper .single-wrapper {
    width: 33.3333333333%;
  }
}
.store-locator-container .address-wrapper .store-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #000;
  line-height: 24px;
  font-family: "pragmatica-slabserif", "pragmatica-fallback", sans-serif;
}
.store-locator-container .address-wrapper address {
  text-transform: uppercase;
  font-size: 1rem;
  color: #000;
  line-height: 24px;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  margin-bottom: 1.625rem;
}
.store-locator-container .address-wrapper address .fa-phone {
  display: none;
}
.store-locator-container .address-wrapper address p {
  margin-bottom: 0;
  margin-top: 1rem;
}
@media (min-width: 600px) {
  .store-locator-container .address-wrapper address {
    margin-bottom: 2.25rem;
  }
}
.store-locator-container .address-wrapper .store_direction {
  margin-top: 0.6875rem;
  display: inline-block;
}
.store-locator-container .address-wrapper .store-distance {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  color: #6e6e6e;
  line-height: 24px;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
}
.store-locator-container .address-wrapper .store-distance:empty,
.store-locator-container .address-wrapper .store-distance:empty + br {
  display: none;
}
.store-locator-container .address-wrapper .store-hours {
  font-size: 1rem;
  color: #000;
  line-height: 24px;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
}
.store-locator-container .address-wrapper .store-map {
  text-decoration: underline;
  text-transform: uppercase;
  color: #7b1315;
}
.store-locator-container .address-wrapper .storelocator-phone {
  text-decoration: underline;
  color: #7b1315;
}
.store-locator-container .search-heading {
  font-size: 1.25rem;
  color: #000;
  line-height: 28px;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  text-transform: uppercase;
  margin: 0 0 1.375rem 0.5rem;
  font-weight: 700;
}
@media (min-width: 600px) {
  .store-locator-container .search-heading {
    margin-left: 0;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 600px) {
  .store-locator-container .search-heading {
    margin-bottom: 2.25rem;
  }
}
.store-locator-container .store-locator-no-results {
  font-size: 1.25rem;
  color: #000;
  line-height: 28px;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
  text-align: center;
  padding: 0.1875rem 0.6875rem 0.25rem;
}
@media (min-width: 600px) {
  .store-locator-container .store-locator-no-results {
    padding: 0 3.75rem 1.125rem;
  }
}
@media (min-width: 1024px) {
  .store-locator-container .store-locator-no-results {
    padding: 0 7rem 1.125rem;
  }
}
.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] .store-locator-container .locator-search-box input {
  width: 100%;
}
@media (min-width: 1024px) {
  html[lang=es] .store-locator-container .locator-search-box .store-left-search::after {
    left: 0.625rem;
  }
}

.active .online-retailers {
  border-top: 1px solid #ccc;
  margin-top: 0.9375rem;
}

.online-retailers {
  margin-top: -3.4vw;
  margin-bottom: 6.5rem;
  padding: 2.3125rem 8px 0;
}
@media (min-width: 600px) {
  .online-retailers {
    padding: 2.9375rem 0 0;
  }
}
@media (min-width: 1024px) {
  .online-retailers {
    margin-bottom: 12.5rem;
  }
}
@media (min-width: 1760px) {
  .online-retailers {
    margin-top: -2.9375rem;
  }
}
.online-retailers .title {
  margin-bottom: 0.5rem;
}
@media (min-width: 600px) {
  .online-retailers .title {
    margin-bottom: 1.1875rem;
  }
}
.online-retailers .online-retailers__note {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-family: "azo-sans-web", "azo-sans-fallback", sans-serif;
}
.online-retailers .onlineRetailerLogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin-top: 0;
  padding: 0 0.625rem 0.9375rem;
}
@media (min-width: 600px) {
  .online-retailers .onlineRetailerLogos {
    padding: 0 0 1.1875rem;
  }
}
@media (min-width: 1024px) {
  .online-retailers .onlineRetailerLogos {
    padding: 0 0 1.875rem;
  }
}
.online-retailers .onlineRetailerLogos li {
  margin: 1rem 0;
  min-width: 7.75rem;
  text-align: center;
  width: 50%;
}
@media (min-width: 600px) {
  .online-retailers .onlineRetailerLogos li {
    width: 33.3%;
  }
}
@media (min-width: 1024px) {
  .online-retailers .onlineRetailerLogos li {
    width: 25%;
  }
}
.online-retailers .onlineRetailerLogos .button {
  border: none;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  text-align: center;
  padding: 0.625rem 0.125rem;
  outline-offset: 1px;
}
@media (min-width: 600px) {
  .online-retailers .onlineRetailerLogos .button {
    padding: 0.375rem 0.25rem;
  }
}
.online-retailers .onlineRetailerLogos .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 img {
  max-height: 3.375rem;
  max-width: 100%;
  width: 7.5rem;
}
@media (min-width: 600px) {
  .online-retailers .onlineRetailerLogos img {
    width: 9.75rem;
  }
}

/*
.map-marker {
    float: left;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    border-radius: 0.375em;
    color: #fff;
    background-color: $light-blue;
    position: relative;

    &::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: $light-blue transparent transparent transparent;
    }
}

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

.gm-style-iw {
    .store-details {
        margin-left: 0;
        font-family: $font-family-sans-serif;
        font-size: 1rem;
        font-weight: normal;
        line-height: 1.5;
    }

    a {
        color: var(--skin-link-color-1);
    }
}

.map-canvas {
    display: none;

    @include media-breakpoint-up(sm) {
        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;

    @include media-breakpoint-up(sm) {
        display: none;
    }
}
*/
