#locations-page {
  padding-top: 50px;
  padding-bottom: 150px;
}
#locations-page .back {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #0039A6;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}
#locations-page .back .fas {
  color: #0039A6;
  margin-right: 5px;
}
#locations-page h1 {
  font-size: 24px;
  margin-bottom: 5px;
}
#locations-page p {
  font-size: 13px;
}
#locations-page .search {
  display: flex;
  max-width: 470px;
  margin-top: 20px;
}
#locations-page .search .ic-textfield {
  margin: 0 10px;
}
#locations-page .map {
  position: relative;
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
}
#locations-page .map #gmap {
  border: none;
  width: 100%;
  height: 640px;
}
#locations-page .map .place-detail {
  position: absolute;
  top: 50%;
  right: 50%;
}
#locations-page .map .place-detail .marker {
  position: relative;
}
#locations-page .map .place-detail .marker .icon-base {
  color: #0039A6;
  font-size: 40px;
  color: #00DD7E;
}
#locations-page .map .place-detail .marker .icon-category {
  font-size: 14px;
  color: white;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 9px);
}
#locations-page .map .block {
  /*position: absolute;*/
  background-color: white;
  /*border: 1px solid #EAEAEA;*/
  /*box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);*/
  padding: 15px;
  bottom: 35px;
  left: 30px;
  /*width: 215px;*/
  border-radius: 10px;
  display: flex;
  align-items: center;
}
#locations-page .map .block img {
  width: 60px;
}
#locations-page .map .block p {
  margin-left: 12px;
}
#locations-page .map .block p .brand {
  font-size: 13px;
  font-weight: bold;
  display: block;
}
#locations-page .map .block p .location {
  font-size: 12px;
  color: #a9a9a9;
  margin-top: 5px;
  display: block;
}
@media screen and (max-width: 560px) {
  #locations-page .map .place-detail {
    right: 80%;
  }
}

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