@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//mediemagency.it/andamento-mercato/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.9") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(45,45,45);
	--wd-text-font-size: 14px;
	--wd-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51, 51, 51);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 14px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(19,54,84);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
html .wd-dropdown-menu.wd-design-sized .sub-sub-menu li a, html .wd-dropdown-menu.wd-design-full-width .sub-sub-menu li a, body .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu .sub-sub-menu li a, body .wd-dropdown-menu.wd-design-aside .wd-sub-menu .wd-sub-menu .sub-sub-menu li a, html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: rgb(0,0,0);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* ============================
   WOODMART: menu attivo + Valutazione sempre gialla
   Target: #menu-menu-1 (header main nav)
   ============================ */

:root{
  --menu-yellow: #FFCC33;
  --menu-text: #111;
}

/* link a "box" pieno come in screenshot */
#menu-menu-1 > li.item-level-0 > a.woodmart-nav-link{
  display: flex;
  align-items: center;
	padding: 36px 8px;      /* regola se serve */
  height: 100%;
  background: transparent;
  transition: background .2s ease, color .2s ease;
}

/* pagina corrente (voce attiva) */
#menu-menu-1 > li.current-menu-item > a.woodmart-nav-link,
#menu-menu-1 > li.current_page_item > a.woodmart-nav-link{
  background: var(--menu-yellow);
  color: var(--menu-text);
}

/* dropdown: se sei in una pagina figlia, evidenzia il parent */
#menu-menu-1 > li.current-menu-parent > a.woodmart-nav-link,
#menu-menu-1 > li.current-menu-ancestor > a.woodmart-nav-link{
  background: var(--menu-yellow);
  color: var(--menu-text);
}

/* "VALUTAZIONE" sempre gialla (classe già presente nel tuo <li>) */
#menu-menu-1 > li.menu-valutazione > a.woodmart-nav-link{
  background: var(--menu-yellow);
  color: var(--menu-text);
}

/* Hover giallo pieno per tutte le voci principali */
#menu-menu-1 > li.item-level-0:not(.menu-valutazione):not(.menu-phone) > a.woodmart-nav-link:hover{
  background: var(--menu-yellow);
  color: var(--menu-text);
}

/* Valutazione resta piena anche in hover */
#menu-menu-1 > li.menu-valutazione > a.woodmart-nav-link:hover{
  background: var(--menu-yellow);
  color: var(--menu-text);
}
#menu-menu-1 > li.item-level-0 > a.woodmart-nav-link .nav-link-text{
  display: inline-block;
}
    .btn-size-large {
        --btn-padding: 5px 28px;
        --btn-height: 88px;
        --btn-font-size: 14px;
    }
/* TELEFONO sempre giallo */
#menu-menu-1 > li.menu-phone > a.woodmart-nav-link{
  background: var(--menu-yellow);
  color: var(--menu-text);
}

/* Telefono resta pieno anche in hover */
#menu-menu-1 > li.menu-phone > a.woodmart-nav-link:hover{
  background: var(--menu-yellow);
  color: var(--menu-text);
}

/* Menu telefono dimensione 14px */
.menu-phone > a{
	font-size:14px !important;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:14px;      /* testo */
  line-height:1;
}

.menu-phone > a::before{
  content:"";
  width:14px;        /* icona */
  height:14px;
  display:inline-block;
  background-color:#000;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.2 2.4 3.2 4.4 5.6 5.6l1.9-1.9c.3-.3.7-.4 1.1-.3 1.2.4 2.5.6 3.8.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.3 21 3 13.7 3 4c0-.6.4-1 1-1h3.4c.6 0 1 .4 1 1 0 1.3.2 2.6.6 3.8.1.4 0 .8-.3 1.1L6.6 10.8z'/%3E%3C/svg%3E") no-repeat center / contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.2 2.4 3.2 4.4 5.6 5.6l1.9-1.9c.3-.3.7-.4 1.1-.3 1.2.4 2.5.6 3.8.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.3 21 3 13.7 3 4c0-.6.4-1 1-1h3.4c.6 0 1 .4 1 1 0 1.3.2 2.6.6 3.8.1.4 0 .8-.3 1.1L6.6 10.8z'/%3E%3C/svg%3E") no-repeat center / contain;
}



