.select-click {
  margin: 0 10px;
}
.select-not-enabled {
    position: relative;
width: 120px;
height: 36px;
text-align: center;
line-height: 36px;
color: #808A87;
background-color: #fff;
border-radius: 3px;
border: 1px solid #808A87;
cursor:pointer;
}
.select {
position: relative;
width: 120px;
height: 36px;
text-align: center;
line-height: 36px;
color: rgb(24, 144, 255);
background-color: #fff;
box-shadow: 0px 2px 7px 0px rgba(85,110,97,0.35);
border-radius: 3px;
border: 1px solid rgb(24, 144, 255);
cursor:pointer;
}
.select:before {
content: '';
position: absolute;
right: 0;
bottom: 0;
border: 10px solid rgb(24, 144, 255);;
border-top-color: transparent;
border-left-color: transparent;
}
.select:after {
content: '';
width: 5px;
height: 12px;
position: absolute;
right: 3px;
bottom: 1px;
border: 2px solid #fff;
border-top-color: transparent;
border-left-color: transparent;
transform: rotate(45deg);
}
.price-label {
width:100%;
height:100%;
}
.price-input {
display:none;
}
.marg-bt {
    margin-bottom:20px;
}
