.body-inner-container {
  max-width: 100%;
}

#map-container {
  font-size: 0.875em;
  position: relative;
}

#map-container p, #map-container span {
  font-size: 1em;
}

#map-canvas {
  width: 100%;
  height: calc(100vh - 175px);
}

.map-overlay-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 95vw;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 500;
  padding: 7px 15px;
  border-radius: 0 0 15px 15px;
}
.map-overlay-search .fa-search {
  float: right;
  margin-right: calc(95vw - 295px);
  margin-top: -20px;
  position: relative;
  z-index: 2;
}
.map-overlay-search #radius {
  border: 1px solid #eee;
  background-color: #fff;
  padding: 6px 2px;
  width: 80px;
  height: 31px;
  color: #666;
}
.map-overlay-search #map-overlay-search-tags {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.map-overlay-search #map-overlay-search-tags .titlebar {
  font-weight: bold;
}
.map-overlay-search #map-overlay-search-tags .tag-label {
  margin-right: 7px;
}
.map-overlay-search #search {
  border: 1px solid #eee;
  width: 270px;
  color: #666;
  font-size: 0.875em;
  height: 31px;
}

.map-overlay-results {
  position: absolute;
  top: 50px;
  left: 5px;
  width: 275px;
  background-color: #fff;
  height: calc(100vh - 270px);
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 20px;
}
.map-overlay-results a {
  display: inline-block;
  position: relative;
}

.clear {
  clear: both;
}

.map-overlay-result {
  color: #666;
}

.map-overlay-result b {
  color: #0f0f0f;
}

.map-overlay-result .col-md-1 {
  position: relative;
}

.map-overlay-result .col-md-1 span {
  position: absolute;
  top: 1px;
  left: 5px;
  color: #fff;
  font-family: "Montserrat", verdana, arial, sans-serif;
  font-weight: 400;
  font-size: 0.775em !important;
}

.mapIconLabel {
  color: #fff;
  font-family: "Montserrat", verdana, arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
}

.gm-style .gm-style-iw {
  color: #666;
  font-family: "Montserrat", verdana, arial, sans-serif;
  font-weight: 400;
  font-size: 1.1em;
}

.gm-style .gm-style-iw b {
  color: #0f0f0f;
}

.gm-style .gm-style-iw b.title {
  font-size: 1.2em;
}

.gm-style .gm-style-iw td {
  padding: 1px 0;
}

#map-overlay-buttons {
  margin-top: 15px;
}

#map-overlay-buttons .btn {
  font-size: 1em;
}

.title {
  word-wrap: break-word;
}

.gm-style-iw-d .link-icons .link-icon {
  margin-left: 7px;
}
.gm-style-iw-d .tags {
  margin-top: 7px;
}

.map-marker {
  background: url("/mix/images/marker-image.png") no-repeat center;
  background-size: 20px 32px;
  color: #fff;
  font-family: "Montserrat", verdana, arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  position: relative;
  display: inline-block;
  padding: 12px 10px 20px 10px;
  text-align: center;
}

.map-overlay-search .fa-search {
  cursor: pointer;
}

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