.qty_wrap{
height:100px;
background: red;
}
<div style="position: absolute; left: 0; top: 0; z-index: 999; margin: 0 auto; bottom: 0" class="qty_wrap">
<select>
<option>Blue</option>
<option selected>Green</option>
<option>Red</option>
</select>
</div>
I want to push my select
element to center vertically.