/*
.top-menu .sub-menu{display:none !important}
*/

/* NASCONDO SOTTO MENU HOME */
#top-menu #category-2 .sub-menu{display:none !important}

/* NASCONDO SOTTOCATEGORIE PRODOTTI IN PAGINE PRODOTTI */
#subcategories {display:none !important}

/* POSIZIONE PULSANTE WHATSAPP */
.whatsappDiv.right {
  bottom: 20px !important; /* o il valore che preferisci */
  right: 20px !important;
  position: fixed !important;
  /*z-index: 9999; */
}

/* POSIZIONE PULSANTE TORNA SU */
.scrollup-button {
  bottom: 94px !important;
  right: 28px !important;
}


/* ELIMINA FLAG NUOVO DA PRODOTTI RECENTI */
.product-flag.new {
  display: none !important;
}



/*

.product-description {
  visibility: hidden;
}
body.description-ready .product-description {
  visibility: visible;
}
*/



/* Forza 3 colonne sui listati prodotto in categoria (desktop) */
@media (min-width: 992px) {
  #js-product-list .products .js-product {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}


.elementor-element-rrtdbay {
    display: none !important;
}
