
.amount.cart_item__qty { width:70px; }
.qtyplus, .qtyminus { background: #fff; color: #4A4A4A; border: 1px solid #e9e9e9; float: left; cursor: pointer; width:17px; height:42px; font-size: 25px; outline: 0; line-height:40px; padding: 0 3px; text-align: center;
	-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.qtyplus { border-left: 1px none #e9e9e9; }
.qtyminus { color: #C0C0C0; border-right: 1px none #e9e9e9; }
.qtyplus:before, .qtyminus:before { position: relative; display: block; /*top: 10px; left: 15px;*/ }
.qtyminus:before { content: "-"; }
.qtyplus:before { content: "+"; }
.qty { width: 25px; height: 40px; text-align: center; float: left; padding: 3px 3px; }
input.qty { outline: none; font-size: 22px; color: #999; margin: 0; max-width: 100%; display: block; width: 36px; padding: 1px 1px; 
	background: #fff; color: #7C7C7C; border: 1px solid #e9e9e9 !important; border-left: 1px none #e9e9e9 !important; border-right: 1px none #e9e9e9 !important; }
	
.site_version {
	display:block;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

.site_version a {
	font-size:100%!important;
	color:#fff!important;
	text-decoration:none!important;
}
.site_version a:hover {
	text-decoration:underline!important;
}