.qty-btn {
	background: #eee;
	border: 1px solid #ccc;
	padding: 0 10px;
	cursor: pointer;
	user-select: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	margin: 0 5px;
	border-radius: 3px;
}

.qty-btn:hover {
	background: #ddd;
}
