input.es-input{width:100%;font-size:14px;padding-right:25px!important;background:url(../images/icons/angle-down.svg) no-repeat right 10px center #fff!important;border: 2px solid var(--theme-color);border-radius: 4px;box-sizing: border-box;display: flex;height: 48px;padding: 0 30px;}input.es-input.open{-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomright:0;border-bottom-right-radius:0}.es-list{position:absolute;padding:0;margin:0;display:none;z-index:1000;background:#fff;max-height:285px;overflow-y:auto}.es-list li{cursor:pointer;display:block;padding:5px 10px;margin:0;border-bottom: 1px dashed #ccc;font-size:14px;color:#333}.es-list li:last-child{border-bottom:0}.es-list li.selected{background:#f3f3f3}input.es-input:focus{outline:none}
input.es-input::placeholder {color: #333;font-size: 14px;}
input.es-input::-moz-placeholder {color: #333;font-size: 14px;opacity: 1;}
input.es-input:-ms-input-placeholder {color: #333;font-size: 14px;}
input.es-input::-ms-input-placeholder {color: #333;font-size: 14px;}