.select-style {
  border: 1px solid #CECED2;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 1.12em;
  position: relative;
}

.select-style select {
  min-height: 38px;
  padding: 5px 30px 5px 10px;
  width: 100%;
  border: 0;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

.select-style svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 8px;
  fill: #999;
}

