/* **************************************************************************** */
/* ********************** REGOLE PER SPENGIMENTO STORE ************************ */
/* **************************************************************************** */
/* header#masthead .store-manutenzione{
  display: none!important;
} */
body {
  /* rendi invisibile */
  /* rimuovi  */
}
body .quantity {
  pointer-events: none;
  touch-action: none;
  opacity: 0;
}
body .cart-footer,
body .wc-proceed-to-checkout,
body form.woocommerce-checkout,
body form#order_review,
body .single_add_to_cart_button {
  display: none!important;
  pointer-events: none;
  touch-action: none;
  opacity: 0;
}
/*# sourceMappingURL=./spengi-store.css.map */