ul.dropdown-address {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 10px 30px -10px #000000;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  position: absolute !important;
  z-index: 1000;
}
.dropdown-address li {
  list-style-type: none;
}
.dropdown-address li:hover {
  background-color: var(--main-color);
}
.dropdown-address li a {
  color: black;
  display: block;
  padding: 7px;
  text-decoration: none;
}
.dropdown-address li a:hover {
  color: white;
}

#popular-cities-list {
    margin-top: 12px;
}
.btn-pop-city {
    color: #121212;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #e2e8f0;
    padding: 6px 14px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}
.btn-pop-city:hover {
    background: #121212;
    color: #fff;
    border-color: #121212;
}