/* To increase width of the quantity box in Woocommerce checkout Alan Cordwell 4/9/2017 */
.woocommerce .quantity .input-text.qty.text {
    width: 60px;
    height: 30px;
    padding: 5px;
}