body.single-product .quantita-prezzo>div:not([class]) {
	display: none;
}
body.single-product
	.product-main
	> .row
	> .col.product-info
	.descrizione-lunga
	p {
	margin-bottom: 12px;
}
body.single-product
	.product-main
	> .row
	> .col.product-info
	.descrizione-lunga {
	margin-bottom: 60px;
}
body.single-product .product-main > .row .kit-anteprima-selection {
	margin-bottom: 40px;
}
body.single-product .product-main > .row .kit-anteprima-selection label {
	font-weight: 400;
	font-size: 1em;
	margin-bottom: 0;
}
body.single-product .product-main > .row .kit-anteprima-selection select {
	font-weight: 300;
	font-size: 1em;
	border: none;
	border-bottom: 1px solid #00000050;
	box-shadow: none;
	padding-left: 0;
}
/*
body.single-product .variations tr {
	border: none;
	padding: 50px 0 30px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}*/
@media screen and (max-width: 1024px) {
	body.single-product
		.product-main
		> .row
		> .col.product-info
		.descrizione-lunga {
		margin-bottom: 30px;
	}
	body.single-product .product-main > .row > .col.product-info form.cart {
		margin-top: 30px;
	}
	body.single-product .quantita-prezzo > div:first-child {
		display: none;
	}
}
