/* line 1, popup.geolocation.scss */
.ch-popup-location {
  max-width: 650px;
}
/* line 4, popup.geolocation.scss */
.ch-popup-location .location {
  width: 450px;
  margin-top: 6px;
  border: 1px solid transparent;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 28px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 0 11px;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
}
/* line 21, popup.geolocation.scss */
.ch-popup-location .map {
  height: 400px;
  border: 1px solid #E6E6E6;
}
/* line 26, popup.geolocation.scss */
.ch-popup-location .suggistions {
  height: 185px;
  overflow-y: scroll;
  list-style-type: none;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  margin-top: 10px;
}
/* line 34, popup.geolocation.scss */
.ch-popup-location .suggistions li {
  line-height: 22px;
  cursor: pointer;
  color: #606060;
  position: relative;
}
/* line 41, popup.geolocation.scss */
.ch-popup-location .suggistions li:hover {
  background-color: #d3effb;
}
/* line 45, popup.geolocation.scss */
.ch-popup-location .suggistions img {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
}
/* line 54, popup.geolocation.scss */
.ch-popup-location .suggistions a {
  padding-left: 22px;
  padding-top: 1px;
  display: inline-block;
}
