/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
.store-locator-heading {
  padding: 0 30px;
  text-align: center;
}

#storelocator-search-form-mobile {
  width: 100%;
}

.store-locator-messages {
  z-index: 1020;
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.store-country-select-container {
  position: relative;
}
.store-country-select-container.form-group {
  margin-bottom: 0;
}
.store-country-select-container select {
  appearance: none;
  margin-bottom: 16px;
  border-radius: 4px;
  background: #fff url("../../images/chevron.svg") no-repeat right 14px center;
  background-size: 16px 16px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.store-country-select-container select:focus {
  box-shadow: none;
}
.store-country-select-container .select-options-inner-container {
  padding: 10px;
}
.store-country-select-container .select-options {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 101;
  background-color: #fff;
  box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.store-country-select-container .select-options .option {
  text-align: left;
  display: block;
  margin-bottom: 5px;
}

.search-pill {
  width: 100%;
  margin-bottom: 16px;
}
.search-pill #storelocator-search-form {
  width: 100%;
}
@media (max-width: 846.98px) {
  .search-pill {
    padding: 10px 0;
  }
  .search-pill .form-row {
    margin: 0;
  }
}
.search-pill .refinement-input-icon {
  display: flex;
  position: absolute;
  height: 46px;
}
.search-pill .refinement-input-icon .svg-icon {
  align-self: center;
  width: 40px;
  height: 40px;
}
.search-pill .storelocator-search {
  font-size: 0.875rem;
  line-height: normal;
  padding: 14px 20px 14px 35px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.search-pill .storelocator-search::before {
  content: "";
  position: absolute;
  left: 10px;
  background-repeat: no-repeat;
  background-image: url("../images/location_1.svg");
  background-size: contain;
  width: 15px;
  height: 100%;
  top: 11px;
  pointer-events: none;
}
.search-pill #search-btn {
  font-size: 1.125rem;
  position: relative;
  width: 100%;
}

.nav-section {
  padding: 15px 0;
}
.nav-section .storelocator-navbar {
  text-align: center;
  margin-bottom: 16px;
  padding-left: 0;
  list-style: none;
}
.nav-section .storelocator-navbar.nav-tabs {
  border: none;
}
.nav-section .storelocator-navbar .storelocator-navitem {
  display: inline-block;
  margin-bottom: 10px;
}

.storelocator-content {
  display: flex;
}
@media (max-width: 846.98px) {
  .storelocator-content {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.storelocator-content #accordion {
  position: relative;
  overflow: auto;
  max-height: 400px;
}
.storelocator-content .tab-content {
  margin-bottom: 1px;
}
.storelocator-content .storelocator-map {
  width: 100%;
  position: relative;
}
@media (max-width: 846.98px) {
  .storelocator-content .storelocator-map {
    min-width: 100%;
  }
}
.storelocator-content .storelocator-map #map {
  width: 100%;
  min-height: 909px;
}
@media (max-width: 846.98px) {
  .storelocator-content .storelocator-map #map {
    min-height: 258px;
  }
}
.storelocator-content .storelocator-map #map.hide-map {
  position: absolute;
  top: 0;
}
.storelocator-content .storelocator-results {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
}
@media (max-width: 846.98px) {
  .storelocator-content .storelocator-results {
    min-width: 100%;
  }
}
.storelocator-content .storelocator-results .fade:not(.active) {
  display: none;
}
.storelocator-content .storelocator-results .store-heading {
  display: flex;
}
.storelocator-content .storelocator-results .store-heading .store-name {
  font-size: 1.125rem;
  padding-right: 5px;
}
.storelocator-content .storelocator-results .store-heading .store-name img {
  width: 50px;
}
.storelocator-content .storelocator-results .store-heading .store-state,
.storelocator-content .storelocator-results .store-heading .store-name-secondary {
  font-weight: 300;
  align-self: flex-end;
}
.storelocator-content .storelocator-results .store-heading::after {
  background: url("../images/chevron.svg") no-repeat;
  width: 1em;
  height: 1em;
  background-size: 1em 1em;
  float: right;
  margin: auto 0 auto auto;
}
.storelocator-content .storelocator-results .storelocator-error-div {
  display: none;
}
.storelocator-content .storelocator-results .store-heading[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.storelocator-content .storelocator-results .get-directions {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #303e48;
  cursor: pointer;
}
.storelocator-content .storelocator-results .store-card-header {
  padding: 20px 5px 20px 20px;
  max-width: 80%;
}
.storelocator-content .storelocator-results .store-card {
  display: none;
}
.storelocator-content .storelocator-results .store-card.selected {
  background: #e3f0f8;
}
.storelocator-content .storelocator-results .store-card .card-body {
  padding-top: 0;
}
.storelocator-content .storelocator-results .storelocator-error {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #303e48;
  margin-top: 50px;
}
.storelocator-content .storelocator-results .storelocator-error-desc,
.storelocator-content .storelocator-results .storelocator-general-error {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #303e48;
  text-align: center;
  margin-top: 30px;
}
.storelocator-content .storelocator-results .card {
  margin: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
@media (max-width: 846.98px) {
  .storelocator-content .storelocator-results .card {
    margin: 0;
  }
}
.storelocator-content .storelocator-results .card .store-hours {
  margin-bottom: 16px;
}
.storelocator-content .storelocator-results .card .card-content {
  font-family: roboto-light, roboto-fallback, sans-serif;
  color: #303e48;
}

@media (min-width: 847px) {
  .hidden-sm-up {
    display: none;
  }
}

.store-locator-footer {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.store-locator-extras {
  max-width: 193px;
  text-align: center;
  margin-top: 12px;
}

.store-footer {
  width: 100px;
}

.store-footer-secondary {
  width: 70px;
}

.distance-icon .svg-icon {
  width: 30px;
  height: 30px;
}

.storelocator-refinements {
  width: 100%;
  padding: 0 30px;
}

.distance-section {
  top: 0;
  right: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.distance-section .distance {
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 0.813rem;
}

.store-hours,
address {
  font-weight: 300;
  max-width: 80%;
}

.store-card-bottom {
  justify-content: space-between;
}
.store-card-bottom .get-directions,
.store-card-bottom .store-phone {
  border-bottom: 1px solid #303e48;
}

@media (min-width: 847px) {
  .store-locator-heading {
    text-align: left;
  }
  .nav-section {
    border-bottom: 1px solid lightgray;
  }
  .nav-section .storelocator-navbar {
    padding-left: 0;
    display: flex;
  }
  .storelocator-body {
    margin-left: 30px;
  }
  .storelocator-refinements {
    padding: 0;
  }
  .storelocator-content {
    border-bottom: 1px solid #303e48;
  }
  .storelocator-content .storelocator-map:not(.map-mobile) {
    min-height: 865px;
  }
  .storelocator-content .storelocator-results {
    padding: 0 30px 0 0;
  }
  .storelocator-content #accordion {
    max-height: 600px;
  }
}
