.drop-down-list {
  font-size: 13px;
  margin: 0;
  overflow: visible;
  box-sizing: border-box;
}
.drop-down-list .drop-down-ul {
  width: 166px;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 10;
  -webkit-box-shadow: 0px 1px 3px #ddd;
  box-shadow: 0px 1px 3px #ddd;
  transition: all 0.2s;
  position: absolute;
  opacity: 10;
  display: block;
}
.drop-down-list .drop-down-ul.on-touch-device {
  opacity: 10 !important;
  display: block !important;
  left: 0;
  width: 91%;
  position: absolute;
  z-index: 1;
  padding: 10px;
}
.drop-down-list .drop-down-ul .drop-down-li {
  line-height: 2;
  border-bottom: 1px dashed #999;
  padding: 5px;
  margin: 0 5px;
  text-align: left;
  font-size: inherit;
}
.drop-down-list .drop-down-ul .last-li {
  border: none;
}
.drop-down-list .drop-down-ul .drop-down-link {
  display: block;
}
.drop-down-list .drop-down-ul .drop-down-link:hover {
  color: #b3a396;
}
.drop-down-list .drop-down-ul .drop-down-link.selected-item {
  color: #b3a396;
}
.drop-down-list .drop-down-title {
  line-height: 40px;
  margin: 0 5px;
  text-align: left;
  box-shadow: 0 0 1px #ddd;
  background: #F9F9F9;
  width: 165px;
  border: 1px solid #D6D6D6;
}
.drop-down-list .drop-down-title .drop-down-link {
  font-size: inherit;
  color: #3d3d3d;
  width: 100%;
  height: 100%;
  margin-left: 10px;
}
.drop-down-list .drop-down-title .drop-down-link .fa {
  font-size: inherit;
  color: #5A5A5A;
  float: right;
  margin: 12px 13px;
}

.overseas-cell-phone-wrapper .country {
  float: left;
  width: 31%;
  height: 40px;
}
.overseas-cell-phone-wrapper .cell-phone-number {
  float: right;
  width: 67%;
}
.overseas-cell-phone-wrapper .error-message {
  width: 100%;
  padding-left: 33%;
}

.drop-down-list {
  font-size: 15px;
}
.drop-down-list .drop-down-title {
  width: 100%;
  margin: 0;
  box-shadow: none;
  background: none;
  border: 0;
  cursor: pointer;
}
.drop-down-list .drop-down-title.disable {
  cursor: auto;
  color: #cdcdcd;
}
.drop-down-list .drop-down-title .drop-down-link {
  margin-left: 0;
}
.drop-down-list .drop-down-title .drop-down-link .fa {
  margin: 12px 2px;
}
.drop-down-list .drop-down-ul {
  width: 30vw;
  height: 30vh;
  overflow: auto;
  margin: 0;
  background-color: white;
}
.drop-down-list .drop-down-ul .drop-down-li {
  border: 0;
  line-height: 1;
}
.drop-down-list .drop-down-ul .drop-down-li:hover {
  background-color: #ececec;
}
.drop-down-list .drop-down-ul .drop-down-link:hover {
  color: #666;
}
.drop-down-list .drop-down-ul .selected-item {
  background-color: #ececec;
}
