.pac-container {
  display: none !important;
}

.pac-logo {
  display: none !important;
}

.uk-tab-storelocator {
  z-index: 9999;
  padding: 0 16px;
  padding: 0 16px !important;
  margin: 24px 0 18px 0 !important;
}
.uk-tab-storelocator li {
  width: 50%;
  padding-left: 0;
}
.uk-tab-storelocator li a {
  color: #3B5C7B;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  gap: 8px;
  justify-content: flex-start;
  padding: 0;
}
.uk-tab-storelocator li.uk-active a {
  color: #0A3356;
  font-weight: 600;
  border-bottom: 2px solid #3B5C7B;
}
.uk-tab-storelocator li.map-tab {
  padding-right: 8px;
}
.uk-tab-storelocator li.map-tab a::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("../images/storelocator/map-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.uk-tab-storelocator li.list-tab {
  padding-left: 8px;
}
.uk-tab-storelocator li.list-tab a::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("../images/storelocator/store-list-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .storelocator-container {
    padding-right: 0 !important;
    display: inline;
  }
}

.mobile-storelocator {
  height: auto !important;
}
.mobile-storelocator #search-storelocator {
  padding: 0 16px;
}
.mobile-storelocator #map-list {
  padding: 0 !important;
}
.mobile-storelocator #map-list .map-container {
  width: 100% !important;
  height: 639px !important;
  align-self: stretch;
  aspect-ratio: 47/77;
}
.mobile-storelocator #map-list .container-us-stores {
  padding: 0 16px;
  max-height: 564px;
}
.mobile-storelocator #userLocationButton {
  margin-top: 8px;
  height: auto !important;
}

#map-list {
  flex-direction: column;
  max-width: 553px;
  max-height: 766px;
  padding: 8px 16px;
}
#map-list #storelocator-search {
  margin-top: 24px;
  position: relative;
  padding-left: 48px;
  background-image: url("../images/storelocator/search-icon.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 12px center;
  border: none;
  border-bottom: 1px solid #C3C3C3;
  border-radius: 4px;
  height: 48px;
  width: 100%;
  font-size: 16px;
}
#map-list #storelocator-search:focus {
  outline: none;
  border-color: #0A3356;
}
#map-list #userLocationButton {
  margin-bottom: 24px;
}

.map-container {
  width: 787px;
  height: 770px;
  position: relative;
}
.map-container #map {
  width: 100%;
  height: 100%;
}

.close-container {
  width: 100%;
  height: 24px;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .close-container {
    margin-bottom: 0;
  }
}
.close-container .close {
  background-image: url("../images/storelocator/X-close-icon.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

#storeDetailPopup {
  position: absolute !important;
  top: 28% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  max-width: 222px !important;
  width: 222px;
  padding: 16px;
  gap: 12px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 -2px 4px 2px rgba(0, 0, 0, 0.12);
}
@media (max-width: 991.98px) {
  #storeDetailPopup {
    max-width: 358px !important;
    width: 100%;
    top: 66% !important;
    bottom: 5px !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    margin-left: auto;
    margin-right: auto;
  }
  #storeDetailPopup::after {
    content: none !important;
  }
  #storeDetailPopup .hours-info {
    padding-top: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  #storeDetailPopup .hours-info .hours-row {
    display: flex;
    justify-content: space-between;
  }
  #storeDetailPopup .hours-info .hours-row span {
    color: #000;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  #storeDetailPopup .close-container {
    width: 7%;
    position: absolute;
    right: 16px;
  }
}
#storeDetailPopup.custom-popup {
  display: none !important;
}
#storeDetailPopup.custom-popup.show {
  display: block !important;
}
#storeDetailPopup::after {
  background-image: url("../images/storelocator/popup-botton.svg");
  content: "";
  width: 20px;
  height: 15px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  fill: #FFF;
  filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.25));
}
#storeDetailPopup .popup-header {
  margin-bottom: 8px !important;
}
#storeDetailPopup .popup-footer {
  margin-top: 12px;
}
#storeDetailPopup .popup-title {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 8px;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  #storeDetailPopup .popup-title {
    font-size: 16px;
    line-height: 24px;
    width: 92%;
  }
}
@media (max-width: 991.98px) {
  #storeDetailPopup .popup-body.details {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  #storeDetailPopup .popup-body.details .phone-container span {
    color: #000;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
}
#storeDetailPopup .image-container {
  margin-right: 8px;
}
#storeDetailPopup .image-container img {
  width: 16px;
  height: 16px;
}
@media (max-width: 991.98px) {
  #storeDetailPopup .image-container img {
    width: 24px;
    height: 24px;
  }
}
#storeDetailPopup #go-to-maps {
  color: #0A3356;
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  line-height: 18px;
  text-decoration-line: underline;
  border: none;
}
@media (max-width: 991.98px) {
  #storeDetailPopup #go-to-maps {
    text-align: left;
    text-transform: capitalize;
    padding: 0;
  }
}
#storeDetailPopup #go-to-maps:hover {
  background-color: transparent;
}
#storeDetailPopup #details-address {
  margin-bottom: 0;
  position: relative;
  bottom: 5px;
}
#storeDetailPopup #details-address span {
  color: #000;
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.storelocator-container .storelocator {
  flex-direction: column;
  max-width: 1360px;
  gap: 24px;
  margin: 0 auto;
}
.storelocator-container .storelocator #search-storelocator .search-error span {
  color: #DE2121;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: block;
}
.storelocator-container .storelocator .title-container {
  flex-direction: column;
}
.storelocator-container .storelocator .title-container .title {
  color: #0A3356;
  font-family: "Readex Pro";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  text-transform: uppercase;
  height: 51px;
  display: flex;
  align-items: center;
}
.storelocator-container .storelocator .title-container .subtitle {
  color: #0A3356;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  height: 51px;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .storelocator-container .storelocator .title-container .subtitle {
    color: #0A3356;
    font-weight: 600;
    line-height: 24px;
  }
}
.storelocator-container .storelocator #userLocationButton {
  height: 44px;
  background-color: transparent;
}
.storelocator-container .storelocator #userLocationButton p {
  color: #0A3356;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  margin-bottom: 0;
}
.storelocator-container .storelocator .filters-group {
  width: 100%;
  align-items: end;
  gap: 24px;
}
.storelocator-container .storelocator #storelocator-search {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;
  width: 100%;
  align-self: stretch;
  border: none;
  border-bottom: 1px solid #C3C3C3;
  background: #FFF;
  color: #C3C3C3;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.storelocator-container .storelocator #storelocator-search:active, .storelocator-container .storelocator #storelocator-search:focus {
  color: #000;
}
@media (max-width: 991.98px) {
  .storelocator-container .storelocator #storelocator-search {
    padding-left: 48px;
    background-image: url("../images/storelocator/search-icon.svg");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 12px center;
  }
}
.storelocator-container .storelocator .btn-search {
  border: none;
  display: flex;
  height: 44px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #0A3356;
  color: #FFF;
  font-family: "Readex Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .storelocator-container .storelocator .btn-search {
    display: none;
  }
}
.storelocator-container .storelocator .container-us-stores {
  margin-left: 0;
  overflow-y: auto;
}
.storelocator-container .storelocator .container-us-stores::-webkit-scrollbar {
  width: 4px;
}
.storelocator-container .storelocator .container-us-stores::-webkit-scrollbar-track {
  background: transparent;
}
.storelocator-container .storelocator .container-us-stores::-webkit-scrollbar-thumb {
  background-color: #212529;
  border-radius: 2px;
}
.storelocator-container .storelocator .container-us-stores::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}
.storelocator-container .storelocator .container-us-stores #listing {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
  align-self: stretch;
}
.storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #C3C3C3;
  background: #FFF;
}
@media (max-width: 991.98px) {
  .storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store .address-content img {
    display: none;
  }
}
.storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store.active {
  border-radius: 8px;
  border: 1px solid #212529;
  background: #FFF;
  box-shadow: 0 -2px 4px 2px rgba(0, 0, 0, 0.12);
  margin-top: 7px;
}
@media (max-width: 991.98px) {
  .storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store.active {
    border: 1px solid #6C859A;
  }
  .storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store.active .address-content img {
    display: block;
  }
}
.storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store .how-to-get, .storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store .hours-info {
  display: none !important;
}
.storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store .close-container {
  display: none;
}
.storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store.active .close-container {
  display: block;
}
.storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store.active .how-to-get, .storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store.active .hours-info {
  display: flex !important;
}
@media (max-width: 991.98px) {
  .storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store.active .name span {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
  }
}
.storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store.active .close-container {
  width: 7%;
}
.storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store .name {
  display: flex;
  width: 100%;
}
.storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store .name span {
  color: #0A3356;
  font-family: "Readex Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  width: 100%;
  position: relative;
}
.storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store .sub-item img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  .storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store .sub-item img {
    margin-right: 5px;
  }
}
.storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store .direction, .storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store .postalCode, .storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store .phone {
  color: #212529;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 991.98px) {
  .storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store .direction, .storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store .postalCode, .storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store .phone {
    color: #000;
  }
}
.storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store .how-to-get a {
  color: #0A3356;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
}
@media (max-width: 991.98px) {
  .storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store .how-to-get a {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }
}
.storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store .hours-info {
  padding-top: 8px;
  border-top: 1px solid #C3C3C3;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store .hours-info .hours-row {
  display: flex;
  justify-content: space-between;
}
.storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store .hours-info .hours-row span {
  color: #000;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.storelocator-container {
  background-color: #FFF;
}
.storelocator-container .storelocator {
  gap: 20px !important;
  max-width: fit-content;
  width: 100% !important;
  margin-bottom: 262px;
  align-items: center;
  margin-top: 48px;
  flex-wrap: nowrap;
  flex-direction: row;
}
.storelocator-container .storelocator #map-list {
  max-width: 500px;
  max-height: 754px;
}
.storelocator-container .storelocator .map-container {
  max-width: 760px !important;
  max-height: 742px !important;
}
.storelocator-container .storelocator .filters-group {
  gap: 40px !important;
  margin-top: 16px;
  border: 0.5px solid #CECECE !important;
}
.storelocator-container .storelocator .filters-group editor-squiggler {
  display: none;
}
.storelocator-container .storelocator .container-us-stores::-webkit-scrollbar-thumb {
  background-color: #5A5A5A;
  border-radius: 2px;
}
.storelocator-container .storelocator .container-us-stores::-webkit-scrollbar-thumb:hover {
  background-color: #5A5A5A;
}
.storelocator-container .storelocator #storeDetailPopup {
  padding: 8px 8px 16px 8px;
  top: 29% !important;
}
.storelocator-container .storelocator #storeDetailPopup .popup-title {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: Poppins;
  font-size: 12px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  width: 93%;
  -webkit-line-clamp: 2;
  align-self: stretch;
  white-space: normal;
}
.storelocator-container .storelocator #storeDetailPopup .close-container {
  position: absolute;
  width: fit-content;
  right: 0;
  top: 0;
  margin-bottom: 0;
}
.storelocator-container .storelocator #storeDetailPopup #details-address {
  bottom: 0;
  display: flex;
}
.storelocator-container .storelocator #storeDetailPopup #details-address span {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: contents;
}
.storelocator-container .storelocator #storeDetailPopup .popup-body.details .sub-item {
  display: flex;
}
.storelocator-container .storelocator #storeDetailPopup .popup-body.details .image-container {
  display: flex;
  height: fit-content;
}
.storelocator-container .storelocator #storeDetailPopup .popup-footer {
  margin-top: 8px;
}
.storelocator-container .storelocator #storeDetailPopup .popup-footer #go-to-maps {
  display: flex;
  padding: 10px 8px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  text-decoration-line: underline;
  border-radius: 6px;
  border: 0.5px solid #222;
  background: #FFF;
}
.storelocator-container .storelocator #search-storelocator {
  display: flex;
  padding-bottom: 12px !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid #CECECE;
  margin-bottom: 24px !important;
}
.storelocator-container .storelocator #search-storelocator .title-container {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0 !important;
}
.storelocator-container .storelocator #search-storelocator .title-container .title {
  color: #5A5A5A;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: none !important;
}
.storelocator-container .storelocator #search-storelocator .title-container .subtitle {
  color: #5A5A5A;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.storelocator-container .storelocator #search-storelocator .search-error span {
  color: #FF4438 !important;
  font-family: Poppins !important;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 150% !important;
}
.storelocator-container .storelocator #search-storelocator #storelocator-search {
  border-radius: 0 !important;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 145%;
  padding: 14px 8px !important;
  margin-top: 0;
  border-bottom: none !important;
  color: #000 !important;
}
.storelocator-container .storelocator #search-storelocator #storelocator-search:focus, .storelocator-container .storelocator #search-storelocator #storelocator-search:active {
  outline: none;
}
.storelocator-container .storelocator #search-storelocator #storelocator-search::placeholder {
  color: #A0A0A0 !important;
}
.storelocator-container .storelocator #search-storelocator .btn-search {
  display: flex;
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #000;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  height: 48px;
  text-transform: none;
}
.storelocator-container .storelocator #search-storelocator #userLocationButton {
  padding: 0;
  height: auto !important;
  margin-bottom: 0 !important;
}
.storelocator-container .storelocator #search-storelocator #userLocationButton:focus, .storelocator-container .storelocator #search-storelocator #userLocationButton:focus-visible {
  outline: none;
}
.storelocator-container .storelocator #search-storelocator #userLocationButton #userLocationIcon {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration-line: underline;
  display: flex;
  align-items: center;
}
.storelocator-container .storelocator #search-storelocator #userLocationButton #userLocationIcon::before {
  content: "";
  background-image: url("../images/storelocator/location-icon.svg");
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
}
.storelocator-container .storelocator .item.storelocator-store {
  border-radius: 4px !important;
  border: 1px solid #CECECE !important;
  background: #FFF !important;
}
.storelocator-container .storelocator .item.storelocator-store .name span {
  color: #000 !important;
  font-family: Poppins !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 22.4px !important;
  text-transform: none !important;
}
@media (min-width: 769px) {
  .storelocator-container .storelocator .item.storelocator-store .address-content img {
    display: none;
  }
}
.storelocator-container .storelocator .item.storelocator-store .phone-content {
  align-items: center;
}
.storelocator-container .storelocator .item.storelocator-store .phone-content img {
  margin-right: 4px !important;
}
.storelocator-container .storelocator .item.storelocator-store .phone-content .phone-container {
  display: flex;
  height: fit-content;
}
.storelocator-container .storelocator .item.storelocator-store.active {
  border: 1px solid #FF4438 !important;
  background: #FFF !important;
  box-shadow: none !important;
  margin-top: 0 !important;
}
.storelocator-container .storelocator .item.storelocator-store.active .close-container {
  margin-bottom: 0;
  display: none !important;
}
.storelocator-container .storelocator .item.storelocator-store.active .how-to-get {
  display: none !important;
}
.storelocator-container .storelocator .item.storelocator-store.active .hours-info {
  padding-top: 0 !important;
  border-top: 0 !important;
  gap: 8px !important;
}
.storelocator-container .storelocator .item.storelocator-store.active .hours-info .hours-row span {
  color: #000 !important;
  font-family: Poppins !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}
.storelocator-container .storelocator .item.storelocator-store .sub-item span {
  color: #000;
  font-family: Poppins !important;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150% !important;
}
.storelocator-container .storelocator.mobile-storelocator {
  margin-bottom: 2px;
}
.storelocator-container .storelocator.mobile-storelocator #listing {
  margin-bottom: 32px;
}
.storelocator-container .storelocator.mobile-storelocator #listing .item.storelocator-store .address-content div {
  height: fit-content;
  display: flex;
}
.storelocator-container .storelocator.mobile-storelocator #listing .item.storelocator-store .address-content img {
  width: 18px;
  height: 18px;
}
.storelocator-container .storelocator.mobile-storelocator #listing .item.storelocator-store .how-to-get {
  order: 2;
}
.storelocator-container .storelocator.mobile-storelocator #listing .item.storelocator-store .phone-content {
  order: 3;
}
.storelocator-container .storelocator.mobile-storelocator #listing .item.storelocator-store .hours-info {
  order: 4;
}
.storelocator-container .storelocator.mobile-storelocator #storeDetailPopup {
  padding: 8px 16px 24px 16px;
  height: fit-content;
  max-width: 358px !important;
  width: 100%;
  top: 66% !important;
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  transform: translate(-50%, calc(-100% - 10px)) !important;
  transform-origin: bottom center !important;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .storelocator-container .storelocator.mobile-storelocator #storeDetailPopup {
    top: 60% !important;
  }
}
.storelocator-container .storelocator.mobile-storelocator #storeDetailPopup::after {
  content: "" !important;
  bottom: -13px;
}
.storelocator-container .storelocator.mobile-storelocator #storeDetailPopup .popup-title {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: none;
  margin-bottom: 18px;
}
.storelocator-container .storelocator.mobile-storelocator #storeDetailPopup .close-container {
  margin-top: 8px;
  margin-right: 16px;
}
.storelocator-container .storelocator.mobile-storelocator #storeDetailPopup .popup-body.details .sub-item {
  align-items: center;
  bottom: 0 !important;
}
.storelocator-container .storelocator.mobile-storelocator #storeDetailPopup .popup-body.details .sub-item span {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.storelocator-container .storelocator.mobile-storelocator #storeDetailPopup .popup-body.details .hours-info {
  gap: 8px;
}
.storelocator-container .storelocator.mobile-storelocator #storeDetailPopup .popup-body.details .hours-info .hours-row span {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.storelocator-container .storelocator.mobile-storelocator #storeDetailPopup #go-to-maps {
  border-radius: 6px;
  border: 0.5px solid #222;
  background: #FFF;
  display: flex;
  padding: 10px 8px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  text-decoration-line: underline;
  order: 4;
  margin-top: 10px;
}
.storelocator-container .storelocator.mobile-storelocator .uk-tab-storelocator {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 4px 0 !important;
}
.storelocator-container .storelocator.mobile-storelocator .uk-tab-storelocator .map-tab, .storelocator-container .storelocator.mobile-storelocator .uk-tab-storelocator .list-tab {
  display: flex;
  justify-content: center;
  max-width: 154px;
  padding: 0;
  padding-bottom: 4px;
}
.storelocator-container .storelocator.mobile-storelocator .uk-tab-storelocator .map-tab a, .storelocator-container .storelocator.mobile-storelocator .uk-tab-storelocator .list-tab a {
  display: flex;
  gap: 8px;
  color: #5A5A5A;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border-bottom: none;
}
.storelocator-container .storelocator.mobile-storelocator .uk-tab-storelocator .map-tab.uk-active, .storelocator-container .storelocator.mobile-storelocator .uk-tab-storelocator .list-tab.uk-active {
  border-bottom: 2px solid #636569;
}
.storelocator-container .storelocator.mobile-storelocator .uk-tab-storelocator .map-tab.uk-active a, .storelocator-container .storelocator.mobile-storelocator .uk-tab-storelocator .list-tab.uk-active a {
  color: #000;
  font-weight: 500;
}
.storelocator-container .storelocator.mobile-storelocator #search-storelocator {
  border-bottom: none;
  padding-bottom: 0 !important;
}
.storelocator-container .storelocator.mobile-storelocator #search-storelocator .btn-search {
  display: flex;
  padding: 10px 8px;
  justify-content: center;
  align-items: center;
  width: 103px;
  gap: 10px;
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
}
.storelocator-container .storelocator.mobile-storelocator #search-storelocator #userLocationButton {
  border-bottom: 1px solid #CECECE;
  width: 100%;
  padding-bottom: 12px;
}
.storelocator-container .storelocator.mobile-storelocator #search-storelocator .filters-group {
  gap: 8px !important;
}
.storelocator-container .storelocator.mobile-storelocator #search-storelocator .title-container {
  gap: 32px;
}
.storelocator-container .storelocator.mobile-storelocator #search-storelocator .title-container .title, .storelocator-container .storelocator.mobile-storelocator #search-storelocator .title-container .subtitle {
  height: auto;
}
.storelocator-container .storelocator.mobile-storelocator #map-list:has(.map-tab.uk-active) {
  margin-bottom: 0;
}
.storelocator-container .storelocator.mobile-storelocator #map-list .container-us-stores {
  max-height: 776px !important;
  margin-top: 32px;
}
@media (max-width: 991.98px) {
  .storelocator-container .tab-content {
    display: none;
  }
  .storelocator-container .tab-content.uk-active {
    display: block;
  }
}
.storelocator-container #userLocationButton {
  border: none;
  background-color: transparent;
}

.storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store.active .how-to-get.how-to-get,
.storelocator-container .storelocator .item.storelocator-store.active .how-to-get.how-to-get {
  display: none !important;
}
@media (max-width: 991.98px) {
  .storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store.active .how-to-get.how-to-get,
.storelocator-container .storelocator .item.storelocator-store.active .how-to-get.how-to-get {
    display: block !important;
  }
  .storelocator-container .storelocator .container-us-stores #listing .item.storelocator-store.active .how-to-get.how-to-get a,
.storelocator-container .storelocator .item.storelocator-store.active .how-to-get.how-to-get a {
    color: #000 !important;
    text-align: center;
    font-family: Poppins !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    text-decoration-line: underline;
  }
}

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