.js-stores-filter-form .select2-container {
  min-width: 150px;
}
.js-stores-filter-form .select2-selection__rendered {
  padding-top: 0.5rem;
  padding-right: 2.25rem;
  padding-bottom: 0.5rem;
}

.sl-map-container {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.sl-map-container .sl-map {
  max-width: 1920px;
  margin-inline: auto;
}

[dir=rtl] .sl-map-container {
  margin-right: 50%;
  margin-left: 0;
  transform: translateX(50%);
}

.gm-style-iw {
  max-width: 400px !important;
  border-radius: 0 !important;
  background-color: #3C4655 !important;
}
.gm-style-iw .gm-style-iw-d {
  color: white;
  font-size: 0.8rem;
  line-height: 1.1rem;
  padding: 0.8rem 1.8rem 1.3rem 1rem;
  overflow: auto !important;
}
.gm-style-iw .gm-style-iw-d h5 {
  font-size: 1.5rem;
}
.gm-style-iw .gm-ui-hover-effect {
  top: 0 !important;
  opacity: 1 !important;
  right: 10px !important;
}
.gm-style-iw .gm-ui-hover-effect span {
  width: 24px !important;
  height: 24px !important;
  background-color: white;
}

.gm-style-iw-tc {
  filter: none !important;
}
.gm-style-iw-tc:after {
  background: #3C4655 !important;
}

a.js-store-reset-search {
  font-size: initial;
  color: #004B87 !important;
}
a.js-store-reset-search * {
  vertical-align: text-bottom;
}
a.js-store-reset-search:hover {
  cursor: pointer;
}
a.js-store-reset-search svg {
  display: inline;
  width: 16px;
}
a.js-store-reset-search svg path {
  fill: #004B87;
}

.js-stores-filter-form select {
  display: none !important;
}
.js-stores-filter-form .select2-container {
  display: block !important;
}

body.is-mobile .select2-container {
  display: block !important;
}
body.is-mobile .js-stores-filter-form .select2-selection__rendered {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

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