.selectbox .select {
   background: #fff;
    height: 25px;
    padding: 12px 23px 21px 14px;
    font-size: 16px;
    cursor: pointer;
    color: #000;
    text-shadow: 1px 1px #FFF;
    border: 3px solid #dddddd;
}

.selectbox .select .text {
    

    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 2px;
	color: #999999;
    font-size: 29px;
    font-family: 'SFUIDisplay-Semibold';
}

.selectbox .trigger {
       position: absolute;
    top: 24px;
    right: 17px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #999999;
    transition: 0.3s;
}


.vipad_select .trigger{
	transform: rotate(180deg);
}


.selectbox .dropdown {
    top: 37px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 4px 0;
    background: #FFF;
    border: 1px solid #a2ccda;
    font-size: 14px;
	border-top: none;
}

.dropdown ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
}

.selectbox li {
        padding: 12px 5px 14px 14px;
    color: #3f7b8f;
    /* font-family: Roboto; */
    font-size: 23px;
    font-weight: 400;
    cursor: pointer;
}

.selectbox li.selected {
    background: #F6F1ED;
}
.selectbox{
	transition: 0.3s;
 }
.sort-options:hover .selectbox {
	box-shadow: 2px 3px 4px 0px rgba(153, 153, 153, 0.49019607843137253);
}


.selectbox.focused .select {border:1px solid #5794BF;}



.dropdown ul{padding:0;margin:0;list-style-type:none;text-align:left;}
.selectbox li.sel{background: rgba(63, 123, 143, 0.1);}
.selectbox li.selected {background: rgba(63, 123, 143, 0.1);}
.selectbox li:hover {    background: rgb(0, 174, 255);
    color: #fff;}
.selectbox li.disabled {color:#AAA;}
.selectbox li.disabled:hover {background:none;}