.product-ul {
    list-style: none;
    display: table;
}
.product-ul li {
    display: table-row;
}
.product-ul li span.cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
}
.product-ul input {
    font-weight: normal;
    padding: 0 7px;
}
.nowrap {
    white-space: nowrap;
}