.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map {
  position: relative;
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-search-nearest {
  transition: all 0.1s ease;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  left: 48px;
  top: 0;
  transform: translateY(-100%);
  white-space: nowrap;
  color: #ffffff;
  background: #100F0F;
  padding: 0px 18px 7px 16px;
  border-radius: 15px 15px 0 0;
  font-weight: 500;
  font-family: "IBM Plex Mono";
  font-size: 12px;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-search-nearest svg {
  margin-right: 6px;
  position: relative;
  bottom: -6px;
  width: 15px;
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-search-nearest svg path {
  transition: stroke 0.1s ease;
  stroke: #ffffff;
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-search-nearest:hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-search-nearest:hover svg path {
  stroke: #FF8040;
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map #centresMap {
  height: calc(100vh - 190px);
  width: 100%;
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .gm-style-iw-chr {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 3px;
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .gm-style-iw.gm-style-iw-c {
  padding-left: 7px;
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-map-infowindow {
  padding: 0px 0px 10px 10px;
  max-width: 300px;
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-map-infowindow .so-t-l {
  font-size: 32px;
  padding-right: 35px;
  margin-top: 20px;
  position: relative;
  font-family: "Instrument Sans",sans-serif;
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-map-infowindow .so-t-l:before {
  content: "" !important;
  position: absolute;
  z-index: -1;
  left: -7px;
  top: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  background-color: #FF8040;
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-map-infowindow p {
  font-family: "Inter Tight";
  font-size: 14px;
  font-weight: normal;
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-map-infowindow p img {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  bottom: -3px;
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-map-infowindow .so-map-infowindow-adress {
  font-weight: 700;
  padding-right: 25px;
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-map-infowindow .so-map-infowindow-transport {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-map-infowindow .so-map-infowindow-transport {
    display: block !important;
  }
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-map-infowindow .so-map-infowindow-transport p {
  margin-top: 5px;
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-map-infowindow .so-map-infowindow-transport-row {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-right: 15px;
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-map-infowindow .so-map-infowindow-transport-row p {
  margin-top: 0px;
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-map-infowindow .so-map-infowindow-transport-row img {
  width: 18px;
  height: 18px;
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-map-infowindow .so-map-infowindow-transport-row img:first-of-type {
  margin-right: 4px;
}
.so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-map-infowindow .so-map-infowindow-button {
  margin-top: 16px;
}

@media screen and (max-width: 1100px) {
  .so-block-mega-store-locator .so-content .so-data .so-col.so-store-map #centresMap {
    max-height: 827px;
  }
}

@media screen and (max-width: 860px) {
  .so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-search-nearest {
    left: 50%;
    transform: translate(-50%, -100%);
  }
}

@media screen and (max-width: 600px) {
  .so-block-mega-store-locator .so-content .so-data .so-col.so-store-map {
    display: none;
    margin-top: 30px;
  }
  .so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-search-nearest {
    padding: 1px 18px 9px 16px;
    top: 1px;
  }
  .so-block-mega-store-locator .so-content .so-data .so-col.so-store-map #centresMap {
    height: calc(100vh - 250px);
  }
  .so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-map-infowindow .so-t-l {
    padding-right: 15px;
  }
  .so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-map-infowindow .so-map-infowindow-adress {
    padding-right: 15px;
  }
  .so-block-mega-store-locator .gm-style .gm-style-iw-c {
    padding-right: 0 !important;
  }
  .so-block-mega-store-locator .gm-style .gm-style-iw-c {
    max-height: unset !important;
    min-width: 300px !important;
    padding-top: 5px !important;
    overflow: hidden !important;
    padding-bottom: 0 !important;
    -webkit-overflow-scrolling: touch;
    height: 300px;
  }
  .so-block-mega-store-locator .gm-style .gm-style-iw-d {
    min-width: unset;
    width: 100% !important;
    overflow: visible !important;
  }
  .so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-map-infowindow {
    padding: 0px 0px 20px 10px;
  }
  .so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-map-infowindow .so-t-l {
    font-size: 22px;
  }
  .so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-map-infowindow .so-t-l:before {
    left: -6px;
    top: 1px;
    width: 14px;
    height: 14px;
  }
  .so-block-mega-store-locator .so-content .so-data .so-col.so-store-map .so-search-nearest {
    font-size: 11px;
  }
}