select {
  position: relative;
  width: 200px;
  height: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 5px;
  -o-user-select: none;
}

select::-ms-expand {
  display: none;
}

select option {
  background: #00031f;
}

div.select-main.z-index {
  z-index: 10;
}

div.select-main.disabled {
  zoom: 1;
  cursor: default;
  opacity: .5;
  filter: alpha(opacity=50);
}

div.select-main.disabled div.select-set {
  cursor: default;
}

div.select-main.disabled div.select-arrow {
  cursor: default;
}

select {
  font-family: 'Caslon', 'sans-serif';
  font-size: inherit;
  font-size: 15px;
  overflow: hidden;
  margin: 0;
  padding: 5px 24px 5px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 1;
  color: white;
  border: none;
  border-radius: 5px;
  outline: none;
  background-color: #26364d;
  background-color: rgba(38, 54, 77, .5);
  background-image: url(../images/btn/circle-down@1x.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.page-salon-locations select {
  background-color: rgba(38, 54, 77, .9);
}

.page-salon-locations.page-salon-locations-locations select {
  background-color: rgba(38, 54, 77, .5);
}

div.select-arrow {
  position: absolute;
  z-index: 7;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url('../images/btn/circle-down@1x.png') center center no-repeat;
  background-size: 16px;
}

div.select-arrow.reverse {
  background: url('../images/btn/btn-up.png') center center no-repeat;
  background-size: 16px;
}

div.select-block {
  line-height: 20px;
  position: absolute;
  top: 35px;
  left: -1px;
  width: 200px;
  color: #00031f;
  background-image: url('../images/bg/select-down-arrow.png');
  background-repeat: no-repeat;
  background-position: center top;
}

ul.select-list {
  margin: 11px 0 7px;
  padding: 10px 0 8px 0;
  list-style: none;
  cursor: pointer;
  border-radius: 5px;
  background-color: #fff;
}

/* Scroll view */
select::-webkit-scrollbar {
  width: 12px;
}

select::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

select::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
}

select {
  scrollbar-face-color: #aeb1b1;
  scrollbar-shadow-color: #c7caca;
  scrollbar-highlight-color: #ced1d1;
  scrollbar-3dlight-color: #ced1d1;
  scrollbar-darkshadow-color: #c7caca;
  scrollbar-track-color: #ced1d1;
  scrollbar-arrow-color: #fff;
}

.wedding select {
  color: #959076;
  border: 1px solid #959076;
  background-color: white;
  background-color: rgba(255, 255, 255, .5);
}

/* End scroll view */
li.select-items {
  padding: 7px 15px;
  color: #333;
}

li.select-items:hover,
li.select-items.active {
  color: #959076;
}
