/* WooCommerce
--------------------------------------------- */
.woocommerce .quantity .qty {
	width: 5em;
    height: 53px;
    text-align: center;
    background-color: #e2e2e2;    }

.quantity_notice {
	font-style: italic;
	padding: 10px;
	margin-top: 5px;
	background-color: #ffffea;
	}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    height: 53px; 
    }