.store-locator-box {
  display: flex;
  justify-content: space-between;
  margin: 24px 0px;
}

.store-locator-heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #212121;
}

.store-map-location {
  padding: 16px;
  width: 96%;
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  margin-bottom: 10px;
}

.store-locator-map-box {
  font-family: "Helvetica Neue", "Helvetica-Neue", serif;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 80px;
}

.store-Distributor {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #212121;
}

.store-map-address {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
  margin-top: 8px;
}

.Business-hours-heading {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #424242;
  margin-bottom: 4px;
}

.Business-hours {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.store-telephonenumber {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 4px;
}

.store-number {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.store-locator-map {
  height: 100%;
  width: 100%;
  border-radius: 16px;
}

.store-locator-map-image {
  height: 100%;
  width: 100%;
}

.store-locator-search-bar {
  position: relative;
}

.store-locator-searchbar-header {
  height: 48px;
  min-width: 540px;
  border-radius: 48px;
  padding: 15px 45px 15px 15px;
  border: 1px solid white;
}

.store-locator-searchicon {
  position: absolute;
  z-index: 5;
  top: 15px;
  right: 15px;
}

.store-locator-searchbar-header::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8F8F8F;
}

.store-locator-address-active {
  background: rgba(0, 159, 223, 0.04);
  border: 1px solid #009EDD;
}

.store-locator-map-description {
  height: 566px;
  overflow: hidden;
  overflow-y: scroll;
}

/* width */
.store-locator-map-description::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.store-locator-map-description::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f7f7f7;
  border-radius: 10px;
}

/* Handle */
.store-locator-map-description::-webkit-scrollbar-thumb {
  background: #D8DADA;
  border-radius: 10px;
}

/* Handle on hover */
.store-locator-map-description::-webkit-scrollbar-thumb:hover {
  background: #D8DADA;
}

.Geolocation-heading {
  font-size: 20px;
  line-height: 28px;
}

.Geolocation-decrition {
  font-weight: 400;
  margin-top: 12px;
}

.Geolocation-path {
  font-weight: bolder;
  color: #212121;
}

.Geolocation-twopath {
  color: #009FDF;
  text-decoration: underline;
}

.Geolocation-premit .calidad-list {
  padding: 0px 0px;
}

.Geolocation-premit .calidad-list li {
  border: none;
  border-radius: 16px;
  padding: 0px 0px;
  line-height: 48px;
  margin-bottom: 15px;
}

.Geolocation-premit label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.deny-btn {
  border: none;
  margin-right: 10px;
  padding: 12px 32px;
}

.Allow-btn {
  padding: 12px 32px;
}

.Geolocation-btn {
  display: flex;
  justify-content: flex-end;
}

.Geolocation-body {
  padding: 16px 24px;
}

.Geolocation-modal-dialog {
  position: fixed;
  margin: auto;
  top: 66px;
  height: 100%;
  left: 150px;
  max-width: 388px;
}

.store-locator-wrap {
  padding: 0px 150px;
}

@media only screen and (max-width: 992px) {
  .store-locator-wrap {
    padding: 0px 0px;
  }

  .store-locator-map-image {
    height: 610px;
  }
}
@media only screen and (max-width: 767px) {
  .store-locator-box {
    flex-direction: column;
  }

  .store-locator-heading {
    text-align: center;
    font-size: 32px;
  }

  .store-map-location {
    width: 98%;
    height: auto;
  }

  .store-locator-map-description {
    height: 566px;
    margin-top: 12px;
  }

  .store-locator-searchbar-header {
    min-width: 80%;
    position: absolute;
    left: 50%;
    top: 150px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 100px 0px 20px;
    z-index: 5;
  }

  .store-locator-searchicon {
    right: 15px;
    position: absolute;
    left: 80%;
    top: 143px;
  }

  .Geolocation-modal-dialog {
    position: fixed;
    margin: auto;
    top: 66px;
    height: 100%;
    left: 0;
    right: 0;
    max-width: 92%;
  }

  .store-locator-wrap {
    padding: 0px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .store-locator-searchbar-header {
    padding: 0px 40px 0px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
  }
}
