html[lang="en-US"] .quantity:before {/* add another entry for translation */
	content:"Qty:"; /* text before input */
	margin-right:10px
}

.single-product div.product .summary .quantity:before
{
	display:none;
}
.products .product-block .quantity {
	width:125px;
	position: relative;
    margin: 0px auto 12px auto;
}
.products .product-block .quantity .qty
{
	width: 65px;
    margin: auto;
    padding: 0.1em 0.2em;
}
.single-product div.product form.cart  .quantity button.plus {
top: 0;
padding-top: 0px; }
.single-product div.product form.cart  .quantity button.minus {
bottom: 0;
padding-bottom: 10px; }
		  
.products .cart .button
{
	
	width:100%;
}
