ul.dropdown-address {
  background-color: white;
  border-radius: 0;
  box-shadow: 0px 10px 30px -10px #252525;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  position: absolute !important;
  z-index: 1000;
  font-size: 14px;
}

.dropdown-address li {
  list-style-type: none;
}

.dropdown-address li:hover {
  background-color: #e22d47;
}

.dropdown-address li a {
  color: black;
  display: block;
  padding: 7px;
  text-decoration: none;
  font-weight: normal;
}

.dropdown-address li a:hover {
  color: #fff !important;
}