/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* Nasconde checkbox native PS sostituite da LexTech GDPR */
.form-group:has(input[name="newsletter"]),
.form-group:has(input[name="customer_privacy"]) {
    display: none !important;
}
