/*
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:800px){
	ul.ubermenu-submenu.ubermenu-submenu-id-114.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width.ubermenu-autoclear,
	.ubermenu-item>.ubermenu-submenu.ubermenu-submenu-id-13480.ubermenu-submenu-type-mega,
	.ubermenu-item>.ubermenu-submenu.ubermenu-submenu-id-13488.ubermenu-submenu-type-mega,
	.ubermenu-item>.ubermenu-submenu.ubermenu-submenu-id-13495.ubermenu-submenu-type-mega
	{
    	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” */
  }

  .tax-product_cat #intro .elementor-widget-container,.tax-product_cat #intro h2{color:#000!important}
  .tax-product_cat #intro h2{font-weight:bold!important;}
  .tax-product_cat .elementor-element-f4cc4d7 .elementor-widget-heading .elementor-heading-title {
	color:#fff!important;
  }
  .tax-product_cat .elementor-element-f4cc4d7 .elementor-widget-container{color:#fff!important;}

  /*setas dos thumbnails da pag produto*/
  /* Container dos botões */
.flex-direction-nav {
	top:-80px;
	position: relative;
	width: 100%;
	margin-top: 10px;
  }
  
  /* Remove bullets e define posição absoluta */
  .flex-direction-nav li {
	list-style: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  }
  
  /* Botão esquerda */
  .flex-nav-prev {
	left: -30px; /* pode ajustar conforme espaço lateral */
  }
  
  /* Botão direita */
  .flex-nav-next {
	right: -30px; /* pode ajustar conforme espaço lateral */
  }
  
  /* Botões em estilo bolha translúcida */
  .flex-direction-nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(6px);
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	color: #333;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
  }
  
  /* Efeito hover */
  .flex-direction-nav a:hover {
	background: rgba(255, 255, 255, 0.95);
	transform: scale(1.1);
	color: #000;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  }
  
  /* Desativado */
  .flex-direction-nav a.flex-disabled {
	opacity: 0.3;
	pointer-events: none;
  }
  
  /* Substitui texto por ícones */
 /* Ícones Font Awesome (FA6) para os botões */
/* Í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 */
}
  
  /* Remove o texto original */
  .flex-direction-nav a {
	font-size: 0;
  }
  .flex-prev::before,
  .flex-next::before {
	font-size: 18px;
  }
  
  .login-icon-link {
	position: absolute;      /* ou use display flex no header, conforme o tema */
	top: 15px;
	right: 25px;
	font-size: 20px;
	color: #7a5b27;
	text-decoration: none;
	transition: color 0.3s ease, transform 0.2s ease;
  }
  
  .login-icon-link:hover {
	color: #b38335;
	transform: scale(1.1);
  }
  
  .menu-item.reserved-area a {
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 500;
  }
  .menu-item.reserved-area i {
	color: #7a5b27;
  }
  .menu-item.reserved-area a:hover i {
	color: #b38335;
  }

  /*foooter menu*/
  #menu-1-81dabd7 > li{max-height:30px;z-index:200}
  #menu-1-13be123{z-index:1}

  /*--- dx sticky menu /top bar ----*/
  a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {font-size:14px!important}
  .elementor-element-7ec58d1{}
  #custom-topbar {
	opacity: 0.7;
	opacity: 70%;
    background: #f4f4f4;
    padding: 6px 14px;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
	width:100%;
	position:absolute;
}

#custom-topbar a {
    color: #333;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

#custom-topbar a:hover {
    text-decoration: underline;
}

#custom-topbar svg {
    width: 16px;
    height: 16px;
}


  

  /*---css blog ----*/
  .blog-masonry {
    column-count: 3;
    column-gap: 24px;
}

.blog-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 24px;
    break-inside: avoid;
    border: 1px solid #eee;
    background: #fff;
    overflow: hidden;
}

.blog-item img {
    width: 100%;
    display: block;
}

.blog-text {
    padding: 14px 16px 16px;
}

.blog-title {
    margin: 0 0 6px;
    font-size: 16px;
}

.blog-title a {
    text-decoration: none;
    color: #222;
}

.blog-date {
    font-size: 12px;
    color: #777;
}

.pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    font-size: 14px;
}

@media (max-width: 900px) {
    .blog-masonry {
        column-count: 2;
    }
}

@media (max-width: 520px) {
    .blog-masonry {
        column-count: 1;
    }
}


  .contact {
	display:block;
	align-items: center;
	gap: 8px;
	color: white;
	font-size: 14px;
  }
  
  .contact svg {
	position: relative;
	top: 5px;;
	width: 18px;
	height: 18px;
  }
  
  /*--my-account punti--*/
  .punti-dashboard{
	max-width:900px;
	margin:auto;
	font-family:system-ui;
  }
  .punti-cards{
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
	gap:15px;
	margin:20px 0;
  }
  .card{
	background:#f7f7f7;
	border-radius:12px;
	padding:18px;
	text-align:center;
  }
  .card span{
	display:block;
	color:#777;
	font-size:13px;
  }
  .card strong{
	font-size:26px;
	color:#222;
  }
  .punti-rules{
	background:#fff;
	padding:18px;
	border-radius:10px;
  }
  .punti-rules h3{margin-bottom:10px}
  .punti-rules ul{
	padding-left:18px;
  }
  .punti-rules li{
	margin:6px 0;
  }
  .punti-cta{
	display:inline-block;
	margin-top:20px;
	background:#000;
	color:#fff;
	padding:12px 18px;
	border-radius:8px;
	text-decoration:none;
  }
  .punti-cta:hover{opacity:.85}
/* FORCE WooCommerce Cart sidebar in tutte le lingue */
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: 32px !important;
}

.wp-block-woocommerce-cart .wc-block-cart__main {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
}

.wp-block-woocommerce-cart .wc-block-cart__sidebar {
  display: block !important;
  flex: 0 0 420px !important;
  width: 420px !important;
  max-width: 420px !important;
  min-width: 320px !important;
}

@media (max-width: 980px) {
  .wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
    display: block !important;
  }
  .wp-block-woocommerce-cart .wc-block-cart__sidebar {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}
