.quantity.buttons-added {
	display: inline-flex;
	align-items: stretch;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	width:min-content;
}
.quantity.buttons-added input.qty {
	width: 48px;
	text-align: center;
	border: none;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	-moz-appearance: textfield;
	background: #fff;
}
.quantity.buttons-added input.qty::-webkit-outer-spin-button,
.quantity.buttons-added input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.qty-btn {
	border: none;
	background: #fff;
	color: #c41c22;
	font-size: 18px;
	line-height: 1;
	margin-left:0 !important;
	padding: 0 14px;
	cursor: pointer;
}
.qty-btn:hover {
	background: #faf0f1;
}

.variations tr:has(label[for="pa_quantity"]) th.label {
  display: none;
}

.elementor-add-to-cart .stock {
	margin-top:0px;
}