.qty_row input{
	width: 50px;
	height: 30px;
	text-align: center;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.qty_row .fa-plus,.qty_row .fa-minus{
	padding: 10px;
	border: 1px solid #baa69c;
	color: black;
}