/*
Theme Name: Acetaia Marchi
Theme URI: https://www.seositimarketing.it/
Template: hello-elementor
Author: Seo Siti Team
Author URI: https://www.seositimarketing.it/
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1739811485
Updated: 2025-02-17 17:58:05

*/

/** MENU **/

ul.ubermenu-submenu.ubermenu-submenu-id-114.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width.ubermenu-autoclear,
ul.ubermenu-submenu.ubermenu-submenu-id-152.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width{
	margin-top:15px;
}

@media (min-width:1200px){
	ul.ubermenu-submenu.ubermenu-submenu-id-114.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width.ubermenu-autoclear{
    	width: 1400px;
	}	
	ul.ubermenu-submenu.ubermenu-submenu-id-152.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
		width: 1400px;
		position: absolute;
		margin-left: -140%;
	}
	
	.center-text{
		text-align:center !important;
	}
}

a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
	font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
	color: #2C1F19;
	padding-left:10px;
	padding-right:10px;	    
}
a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:hover, .ubermenu-submenu span.ubermenu-target-title.ubermenu-target-text:hover{
	color: #984018;
}

.ubermenu-submenu span.ubermenu-target-title.ubermenu-target-text {
	font-family: "DM Sans", Sans-serif;
	font-size: 14px;
	text-align:center;
	color: #2C1F19;
	font-weight:500;
}


body .ubermenu-sub-indicators .menu-linee.ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator{
	right:70px;
}


@media(min-width:1200px){
    .blocco-dx .e-con-inner{
        margin-left:50px;
    }
    
    .blocco-sx .e-con-inner{
        margin-right:50px;
    }
    
    .box-prodotto:hover{
        transform:scale(1.1);
    }
}

.box-prodotto{
    transition: all 0.5s
}

p.par {
    margin-bottom: 0px !important;
}

.elementor-loop-container.elementor-grid{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); /* ajuste o 280px ao seu card */
	gap: 24px; /* gap da grade */
	justify-content: center; /* centraliza a última linha “incompleta” */
  }
  
  /*------*/
  /* Estilo base da navegação */
.flex-direction-nav {
	position: relative;
	width: 100%;
	margin-top: 10px;
  }
  
  /* Posiciona os botões lateralmente */
  .flex-direction-nav li {
	list-style: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  }
  
  /* Botão Previous à esquerda */
  .flex-nav-prev {
	left: 0;
  }
  
  /* Botão Next à direita */
  .flex-nav-next {
	right: 0;
  }
  
  /* Estilo visual dos links */
  .flex-direction-nav a {
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	color: #444;
	text-decoration: none;
	font-size: 14px;
	padding: 6px 12px;
	border-radius: 4px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  
  /* Hover */
  .flex-direction-nav a:hover {
	background: #f7f7f7;
	border-color: #999;
	color: #000;
  }
  
  /* Desativado */
  .flex-direction-nav a.flex-disabled {
	opacity: 0.4;
	pointer-events: none;
  }

.flex-direction-nav a {
	font-size: 0;
  }
  .flex-prev::before,
  .flex-next::after {
	font-size: 18px;
  }
/* Container da navegação */
.flex-direction-nav {
	position: relative;
	width: 100%;
	top: -80px;
  }
  
  /* Itens */
  .flex-direction-nav li {
	list-style: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  }
  
  /* Posicionamento */
  .flex-nav-prev {
	left: -35px;
  }
  .flex-nav-next {
	right: -35px;
  }
  
  /* Botões arredondados translúcidos */
  .flex-direction-nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(8px);
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,0.15);
	color: #444;
	text-decoration: none;
	font-size: 0; /* oculta texto */
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
  }
  
  /* Hover */
  .flex-direction-nav a:hover {
	transform: scale(1.1);
	background: rgba(255, 255, 255, 0.95);
	color: #000;
  }
  
  /* Desativado */
  .flex-direction-nav a.flex-disabled {
	opacity: 0.3;
	pointer-events: none;
  }
  
 /* Ícones Font Awesome (FA6) para os botões */
.flex-prev::before {
	content: "\f104";              /* angle-left */
	font: var(--fa-font-solid);    /* usa a família/peso corretos do FA6 */
	font-size: 18px;
  }
  .flex-next::before {
	content: "\f105";              /* angle-right */
	font: var(--fa-font-solid);
	font-size: 18px;
  }
  .flex-prev::before,
  .flex-next::before{
	font-family: "Font Awesome 6 Free","Font Awesome 5 Free", Arial, sans-serif;
	font-weight: 900; /* sólido */
  }
  .flex-direction-nav a { font-size: 0; }

  .elementor-863 .elementor-element.elementor-element-0d3bf7f.elementor-wc-products ul.products li.product .price {
    color:#984018!important; font-size:1.2em!important;
}
  
.wpb-content-wrapper .wpb_wrapper h2{display:none}
  