.cart .quantity, .quantity .quantity {
	text-align:center;
	background: #fff; 
	color:#a4a4a4;
	width:33px;
	border-top:2px solid #a0a0a0;
	border-bottom:2px solid #a0a0a0;
	border-right:2px solid #a0a0a0;
	border-left:0px solid #a0a0a0;
	margin:0px -2px 8px -2px;
	float:left;
	font-weight:bold;
	height:26px;
	padding:0px 0px 0px 0px;
	font-family:arial;
}
.cart .qty-minus, .quantity .qty-minus, .cart .qty-plus, .quantity .qty-plus {	
    text-align:center;
}
.qty-spinedit{
	width:97px;
	margin:-5px 10px 0px 0px;
}
.cart .qty-minus{
	color:#a4a4a4;
	width:32px;
	background: #e8e8e8;
	border:2px solid #a0a0a0;
	border-radius:3px 0px 0px 3px;
	cursor:pointer;
	margin:0px 2px 5px 0px;
	float:left;
	font-size:22px;
	line-height:14px;
	padding:4px 0px 5px 0px !important;
	height:26px;
}
.cart .qty-minus:hover{
	background: #c5c5c5;
	color:#484848;
}
.qty-plus{
	color:#a4a4a4;
	width:32px;
	background: #e8e8e8;
	border:2px solid #a0a0a0;
	border-radius:0px 3px 3px 0px;
	cursor:pointer;
	float:left;
	font-size:20px;
	line-height:19px;
	padding:1px 0px 0px 0px !important;
	height:26px;
}
.cart .qty-plus:hover{
	background: #c5c5c5;
	color:#484848;
}

@media only screen and (max-width: 560px),
only screen and (max-device-width: 560px) {

.qty-spinedit{
	width:97px;
	margin:-5px 18px 0px 0px;
}

}
@media only screen and (max-width: 475px),
only screen and (max-device-width: 475px) {
	.qty-spinedit{
	width:97px;
	margin:65px 10px 0px 0px;
	float:right;
}

}
