/*to make input quantity box bigger*/
.woocommerce .quantity .qty {
width: 4em;
text-align: center;
}