<label for="Quantity" id="quantityWrapper">
<button type="button" class="js" aria-hidden="true" value="-">Decrease</button>
<input type="number" id="Quantity" name="quantity" value="1" min="1">
<button type="button" class="js" aria-hidden="true" value="+">Increase</button>