.mg-geolation-view{
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-family: Arial, Tahoma, sans-serif;
}

.mg-geolation-view .select-city{
  margin: 0 0 3px 0;
  line-height: 12px;
}

.mg-geolation-view a{
  color: #1391C7;
}

.mg-geolation-view #change-city:hover{
  border-bottom: 1px dashed transparent;
}

.mg-geolation-view #change-city{
  text-decoration: none;
  color: #1391C7;
  display: inline-block;
  border-bottom: 1px dashed #1391C7;
}

.mg-geolation-view .mg-geolocation-popup .mg-geolocation__h3,
.mg-geolation-view .mg-geolocation-popup .mg-geolocation__h2{
  font-size: 20px;
  line-height: 18px;
  color: #333;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 600;
}

.mg-geolation-view .mg-geolocation-popup .mg-geolocation__h3{
  font-size: 16px;
  line-height: 14px;
  margin: 0 0 10px 0;
}

.mg-geolation-view .mg-geolocation-popup{
  display: none;
  z-index: 500;
  position: absolute;
  background: #fff;
  width: 500px;
  height: 300px;
  padding: 20px;
  left: 0;
  top: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.mg-geolation-view .mg-geolocation-popup .ui-helper-hidden-accessible{
  display:none;
}

.mg-geolation-view .mg-geolocation-popup input#mg-geolocation-find-city{
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #CCC;
}

.mg-geolation-view .mg-geolocation-popup .add-custom-city{
  border: medium none;
  bottom: 20px;
  cursor: pointer;
  height: 28px;
  position: absolute;
  right: 21px;
  width: 80px;
}

.mg-geolation-view .mg-geolocation-popup .ui-autocomplete li a:hover{
  background: #F0F0F0;
}

.mg-geolation-view .mg-geolocation-popup .ui-autocomplete li a{
  display: block;
  padding: 8px 5px;
  cursor: pointer;
  border-radius: 0;
  font-size: 14px;
  line-height: 14px;
}

.mg-geolation-view .mg-geolocation-popup .ui-autocomplete li{
  margin: 0;
}

.mg-geolation-view .mg-geolocation-popup .ui-autocomplete li + li{
  border-top: 1px solid #F0F0F0;
}

.mg-geolation-view .mg-geolocation-popup ul.main-cities-list{
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  max-height: 300px;
  overflow: auto;
}

.mg-geolation-view .mg-geolocation-popup ul.main-cities-list li a:hover{
  text-decoration: none;
}

.mg-geolation-view .mg-geolocation-popup ul.main-cities-list li{
  width: 30%;
  margin: 0 10px 10px 0;
  float: left;
}

.mg-geolation-view .mg-geolocation-popup ul.ui-autocomplete{
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #CCC;
  max-height: 250px;
  overflow: auto;
  padding: 0;
  background: #fff;
}

.mg-geolation-view .mg-geolocation-popup ul.ui-autocomplete li{
  padding: 3px 0;
}

.mg-geolation-view .mg-geolocation-popup ul.ui-autocomplete li a{
  cursor: pointer;
}

.mg-geolation-view .clear{
  clear: both;
}

.mg-geolation-view #city{
  font-weight: bold;
}