.qty-button {
	border-width: 1px;
	border-style: solid;
	width: 50px;
	height: 36px;
	border-radius: 4px !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
	margin-right: 10px;
	line-height: normal;
	margin-top: 5px;
}

.left-quantity-button {
	width:30px;
	float:left;
	height: 100%;
	display: table;
}

.right-quantity-button {
	width:18px;
	float:left;
}

.count-label {
	font-size: 15px;
	font-family: 'gothambold';
	text-align: center;
	/*display: table-cell;*/
	vertical-align: middle;
	width: 29px;
	height: 100%;
	background-color: transparent;
	border: none;
}

.minus,.plus {
	color: #fff;
	cursor: pointer;
	text-align: center;
	display: block;
	height:17px;
}