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

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-transform: none;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-transform: none;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Playfair Display", 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: 22px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 15px;
	--wd-primary-color: #af272f;
	--wd-alternative-color: #eac63c;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #af272f;
	--btn-accented-bgcolor-hover: #bf2828;
	--wd-form-brd-width: 0px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--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-popup-width: 850px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: #9e212d;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #b32c18;
	background-image: none;
	background-size: cover;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-family: "Playfair Display", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 30px;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-placeholder-color: #AF272F;
	--wd-form-bg: rgb(244,244,244);
}
.wd-popup.popup-quick-view {
	--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;
}
}


/* nasconde importo spedizione nel carrello */
.woocommerce-shipping-methods .amount {
    display: none;
}
.woocommerce-shipping-methods .tax_label {
    display: none;
}

.cart-totals-inner .woocommerce-shipping-destination {
    display: none;
}
.cart-totals-inner .woocommerce-shipping-calculator {
    display: none;
}

/* nasconde autore nell'elenco articoli blog */
.wd-entry-meta .meta-author {
    display: none;
}
/* per buste regalo */
.wc-giftwrap textarea {
  display: block;
  overflow: scroll;
  -webkit-appearance: none:-webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-style: solid !important;
  border-color: #000;
  border-width: 1px;
	margin-top: 3px;
}

/* cambio colore testo placeholder nei form con colore impostato nel tema */
::-moz-placeholder {
  color:var(--wd-form-placeholder-color)!important
}

/* 23-07-25 nasconde la parola TIPO nel carrello agli omaggi */
ul.variation .item-variation-name {
  display: none;
}