.numeville-qty-control {
	display: inline-flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 8px;
}

.numeville-qty-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: none;
	background: #f7f7f7;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	color: #333;
	padding: 0;
	transition: background-color 0.15s;
}

.numeville-qty-btn:hover {
	background: #e9e9e9;
}

.numeville-qty-input {
	width: 36px;
	height: 28px;
	text-align: center;
	border: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 13px;
	padding: 0;
	margin: 0;
	-moz-appearance: textfield;
	appearance: textfield;
}

.numeville-qty-input::-webkit-inner-spin-button,
.numeville-qty-input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
