/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
#storelocator-search-form-mobile {
  width: 100%;
}

.store-locator-heading {
  padding: 0 30px;
  text-align: center;
  font-size: 2.8125rem;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: -1px;
  margin-bottom: 0.5rem;
}
@media (min-width: 847px) {
  .store-locator-heading {
    font-size: 3.4375rem;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: -1px;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.875rem + 2px);
  padding: 0.4375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #303e48;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #303e48;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-placeholder {
  position: absolute;
  line-height: 1;
  margin: 0;
  top: 13px;
  left: 19px;
  color: #5d6770;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  padding: 0;
  pointer-events: none;
  font-size: 0.875rem;
}

.form-group select:not(:placeholder-shown) + label.form-control-placeholder {
  transform: translateY(-16px) translateX(30px);
  opacity: 1;
  font-size: 0.625rem;
  left: 0;
  padding: 0 2px;
  width: auto;
  border: none;
  border-color: #303e48;
}

.breadcrumb {
  background-color: transparent;
}

input[type=checkbox]:not(.bv-checkbox) + label::before,
input[type=radio] + label::before {
  position: absolute;
  left: 0;
  top: -3px;
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 4px;
  border: 1px solid #303e48;
}

input[type=checkbox]:not(.bv-checkbox) + label::after,
input[type=radio] + label::after {
  content: "";
  background: url("../images/checkbox-selected.svg") no-repeat;
  background-size: 1em 1em;
  position: absolute;
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #303e48;
  background-color: #fff;
  opacity: 0;
  font-size: 20px;
}

input[type=checkbox]:not(.bv-checkbox),
input[type=radio] {
  position: absolute;
  outline: none;
  opacity: 0;
  box-sizing: border-box;
  padding: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

input[type=checkbox]:not(.bv-checkbox)[disabled],
input[type=radio][disabled] {
  cursor: not-allowed;
}

input[type=checkbox]:not(.bv-checkbox)[disabled] + label,
input[type=radio][disabled] + label {
  cursor: not-allowed;
}

input[type=checkbox]:not(.bv-checkbox)[disabled] + label::before,
input[type=radio][disabled] + label::before {
  opacity: 0.5;
}

input[type=checkbox]:not(.bv-checkbox):checked + label::after,
input[type=radio]:checked + label::after {
  opacity: 1;
}

input[type=checkbox]:not(.bv-checkbox) + label,
input[type=radio] + label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  font-size: 0.875rem;
  color: #303e48;
}

.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;
  top: 4px;
  position: relative;
}
.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: manrope, system-ui, arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
  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: manrope, system-ui, arial, 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: #000;
  margin-top: 50px;
}
.storelocator-content .storelocator-results .storelocator-error-desc,
.storelocator-content .storelocator-results .storelocator-general-error {
  font-family: manrope, system-ui, arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #000;
  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: manrope, system-ui, arial, sans-serif;
  color: #000;
}

@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: manrope, system-ui, arial, 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 #000;
}

@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 #000;
  }
  .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;
  }
}
