/* 加减 */
.GW_number {
	width: 234px;
	margin-top: 8px;
	padding-left: 50px;
	box-sizing: border-box;
}

.GW_number .input-group {
	width: 135px;
	float: left;
}
.GW_number .btn {
	display: inline-block;
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
}

.GW_number .input-group input {
	width: 50px !important;
}

.GW_number .input-group .input-group-prepend,
.handleChange,
.input-group-append {
	float: left;
}

.GW_number .input-group .handleChange {
	/* margin-top: 1px;
				border: 2px solid;
				border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); */
}

.GW_number .form-control{
	z-index: 0;
	background-color: #fff;
	padding: 0;
	background-image: none;
	border: 1px solid #ccc;
	height: 22px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.addToShoppingCart{
	position: relative;
	top: -2px;
}