.woocommerce .quantity .qty {
	border: none !important;
	box-shadow: none !important;
	border-radius: 0px  !important;
	width: 0px;
	flex-grow: 1;
}

.qty::-webkit-outer-spin-button,.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.qty[type=number] {
	-moz-appearance: textfield;
}

[class*="vb-qty-"] {
	width: 30px;
	height: auto;
	color: var(--vb-global-fld-cr);
	cursor: pointer;
	float: inline-start;
	margin: 0px;
	line-height: 1em;
	text-align: center;
	font-size: 25px;
}

[class*="vb-qty-"]:hover {
 	color: var(--vb-global-lk-hv-cr);
 }

.woocommerce-grouped-product-list-item .quantity,.woocommerce-grouped-product-list-item .vb-price {
	margin: 0 0 0 00px !important;
}

.vb-qty-hide {
	opacity: .4;
}