One Two
Try this:
.Select-input option:nth-of-type(2) { display:none; }
Or you can do this to:
.Select-input option:nth-child(1){ display: none; }