.elementor-jet-single-add-to-cart {
	--buttonMinHeight: 55px;

	
	.quantity[data-type="type-1"] {

		input[type="number"] {
			padding: 0 calc(25% + 3px) 0 5px !important;
		}
	}

	.quantity[data-type="type-2"] {
		min-width: 120px;

		input[type="number"] {
			padding: 0 calc(var(--quantity-height, 55px) / 1.8 + 9%) !important;
		}
	}
}


.jet-single-tabs__wrap ul.tabs li:before {
	display: none;
}