/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.rosso{
	color:#b22b38;
}
/* Icona WhatsApp fissa in basso a destra */
.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  color: white;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  transition: all 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  color: white;
}

/* Tooltip a SINISTRA dell’icona */
.whatsapp-tooltip {
  position: absolute;
  right: 70px; /* distanza iniziale dal cerchio */
  bottom: 50%;
  transform: translateY(50%);
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  font-family: "Barlow Condensed", sans-serif;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Freccetta verso l’icona */
.whatsapp-tooltip::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #333;
}

/* Mostra tooltip all'hover */
.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  right: 80px; /* sposta leggermente la nuvoletta verso sinistra */
}

@media (max-width: 480px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    font-size: 24px;
    right: 15px;
    bottom: 100px;
    
   }
}
.woocommerce-account .page-heading{
  background-color: #00bdbb;
}
