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

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: 3e3e3e;
	--wd-text-font-size: 16px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-transform: uppercase;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(62,62,62);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 18px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,86,134);
	--wd-alternative-color: rgb(62,62,62);
	--btn-default-font-family: "Montserrat", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 500;
	--btn-default-transform: uppercase;
	--btn-default-bgcolor: rgb(0,86,134);
	--btn-default-bgcolor-hover: rgb(179,204,219);
	--btn-accented-font-family: "Montserrat", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 500;
	--btn-accented-transform: uppercase;
	--btn-accented-bgcolor: rgb(62,62,62);
	--btn-accented-bgcolor-hover: rgb(17,93,136);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(17,93,136);
	--wd-link-color-hover: rgb(91,112,135);
}
.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: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: rgb(17,93,136);
}

:root {
  --dark-gray: #3e3e3e;
  --light-gray: #f8f8f8;
  --accent-light: #B3CCDB;
  --primary-blue: #005686;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: var(--dark-gray);
}
/* TESTI */
p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.small-text,
.testo_icone p {
  font-size: 14px;
  line-height: 20px;
}
/* TITOLI (RESPONSIVE, NON RIGIDI)*/
h1, .title-size-small .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: clamp(42px, 6vw, 85px);
  line-height: 1.1;
  color: var(--dark-gray);
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
}

h3,
.single-product-page h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
}
/*OCCHIELLI / EYEBROW TEXT */

.eyebrow,
.occhiello {
  font-family: 'Fjalla One', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--primary-blue);
}
/*PULSANTI (WOODMART + CF7)*/
button,
.button,
.wpcf7-submit,
.btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  background-color: var(--primary-blue);
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease;
}

button:hover,
.button:hover,
.wpcf7-submit:hover {
  background-color: #003f4f;
}
/* SOTTOLINEATURE / ELEMENTI ATTIVI */
div.woocommerce-tabs li.active {
  border-bottom: 3px solid var(--accent-light);
}

a:hover {
  text-decoration-color: var(--accent-light);
}

/* MENU*/
.bottonemenu a .nav-link-text {
  background-color: var(--primary-blue);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
}

/* effetto sottolianeato */
.sottolineato {
  position: relative;
  display: inline-block;
}

.sottolineato::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;      /* sposta la riga SOTTO il testo */
  width: 100%;
  height: 15px;       /* riga più bassa */
  background-color: #B3CCDB;
  z-index: -1;
}

@media (min-width: 1025px) {
	.woocommerce-product-attributes-item {
	float:left;
	width:47%; 
	padding:0 1% 0 1%;
}

.attrib_sx {
	border-right: solid 1px #f4f4f4;
	margin-right: 4%;
}	
.woocommerce-product-attributes-item__label {
text-align:center;
font-weight: bold;
font-size:13px;
}	

.woocommerce-product-attributes-item__value{
text-align:center;
font-weight: normal;
font-size:12px;
}	
.min-footer .col-left {
margin-top: -47px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.customattrib{
	border-left: solid 1px #f4f4f4;
	margin-left: 1%;
}

.woocommerce-product-attributes-item {
	float:left;
	width:98%; 
	padding:0 1% 0 1%;
}

.attrib_sx {
	border: none;
}	
.woocommerce-product-attributes-item__label {
text-align:left;
font-weight: bold;
font-size:13px;
}	

.woocommerce-product-attributes-item__value{
text-align:left;
font-weight: normal;
font-size:12px;
}	
/** -- icone download -- **/
.ico-download-wrap {
font-size: 11px; 
text-align: center;
}
.ico-download-wrap IMG{
width: 28px;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
padding: 0;
}
.single-product-page H3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 200;
}
IMG.lu-ico-product {
  width: 55px;
}
ul.wd-sub-menu {
background-color: #f9f9f9;
}
ul.wd-sub-menu > a {
  color: #424242;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.customattrib{
	border-left: solid 1px #f4f4f4;
	margin-left: 1%;
}

.woocommerce-product-attributes-item {
	float:left;
	width:98%; 
	padding:0 1% 0 1%;
}

.attrib_sx {
	border: none;
}	
.woocommerce-product-attributes-item__label {
text-align:left;
font-weight: bold;
font-size:13px;
}	

.woocommerce-product-attributes-item__value{
text-align:left;
font-weight: normal;
font-size:12px;
}	
ul.wd-sub-menu {
background-color: #f9f9f9;
z-index: 1;
z-index: 1;
}
ul.wd-sub-menu > a {
  color: #424242;
}
}

@media (max-width: 576px) {
	.customattrib{
	border-left: solid 1px #f4f4f4;
	margin-left: 1%;
}

.woocommerce-product-attributes-item {
	float:left;
	width:98%; 
	padding:0 1% 0 1%;
}

.attrib_sx {
	border: none;
}	
.woocommerce-product-attributes-item__label {
text-align:left;
font-weight: bold;
font-size:13px;
}	

.woocommerce-product-attributes-item__value{
text-align:left;
font-weight: normal;
font-size:12px;
}	
.title-size-small .title {
  font-size: 26px;
}

h3{
	font-size: 18px;
	line-height: 32px;
}
h4 {
  font-size: 14px;
  line-height: 15px;
}
/*- fix img quadrate*/
.cat-design-alt img {
width: auto;
object-fit: contain;
height: auto;
}

.product-grid-item .product-image-link img, .product-grid-item .hover-img img {
width: 100%;
width: auto;
object-fit: contain;
height: auto;
}

.category-grid-item .wd-entities-title {
  font-size: 12px;
}

/** -- icone download -- **/
.ico-download-wrap {
font-size: 11px; 
text-align: center;
}
.ico-download-wrap IMG{
width: 28px;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
padding: 0;
}
.single-product-page H3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 200;
}
IMG.lu-ico-product {
  width: 55px;
}
ul.wd-sub-menu {
background-color: #f9f9f9;
z-index: 1;
}
ul.wd-sub-menu > a {
  color: #424242;
}
}

