/*
Theme Name: Disenia 2025
Author: Neiko
Author URI: http://www.neiko.it/
Description: Tema per Disenia - 2023
Version: 1.0
License: GNU General Public License v2 or later
*/

/* GENERAL */

html,body {
	margin:0;
	padding:0; 
	background:#FFF;
	color:#111;
	font-family:"Helvetica Neue", "Inter", Helvetica, Arial, sans-serif; 
	font-size:17px !important;
	font-size: 1rem;
	line-height: 1.8;
	font-weight:400;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	position: relative;
	word-wrap: break-word;
}

@media (max-width: 1199px) {
	html,body {
		font-size: 16px !important;
	}
}

@media (max-width: 992px) {
	html,body {
		font-size: 15px !important;
	}
}

html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 1200px) {
	.container-fluid{
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media screen and (min-width: 1800px) {
	.container-fluid{
		padding-left: 100px;
		padding-right: 100px;
	}
}


@media (max-width: 767.99px) {
	.filtro_ricerca{
		flex-basis: auto;
		width: 100% !important;
	}
}

.tooltip {
	font-weight:700;
	z-index:9999;
}

img,a img {
	border:none!important;
}

::-moz-selection {
	background:none repeat scroll 0 0 #FFF;
	color:#111;
}

* {
	outline:0!important;
}

b,strong,.bold {
	font-weight:700;
}

a,a:visited {
	outline-style:none;
	text-decoration:none;
	color:#111;
}

a:hover {
	cursor:pointer !important;
	color:#666;
	text-decoration:none;
}



.container-fluid.no_padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


.zoom_img {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: auto;
}

.zoom_img img {
  transition: transform .5s ease;
  vertical-align: middle;
  width:100%;
  height:100%; 
}

.zoom_img:hover img, a:hover .zoom_img img {
  transform: scale(1.05);
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* LOADER */
#loading {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:998;
	background-color:#FFF;
}

.loader {
	color:#111;
	font-size:50px;
	text-indent:-9999em;
	overflow:hidden;
	width:1em;
	height:1em;
	border-radius:50%;
	margin:50px auto;
	position:relative;
	top:40%;
	-webkit-transform:translateZ(0);
	-ms-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-animation:load6 1.7s infinite ease,round 1.7s infinite ease;
	animation:load6 1.7s infinite ease,round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
	0% {
		box-shadow:0 -.83em 0 -0.4em,0 -.83em 0 -0.42em,0 -.83em 0 -0.44em,0 -.83em 0 -0.46em,0 -.83em 0 -.477em;
	}
	
	5%,95% {
		box-shadow:0 -.83em 0 -0.4em,0 -.83em 0 -0.42em,0 -.83em 0 -0.44em,0 -.83em 0 -0.46em,0 -.83em 0 -.477em;
	}
	
	10%,59% {
		box-shadow:0 -.83em 0 -0.4em,-.087em -.825em 0 -0.42em,-.173em -.812em 0 -0.44em,-.256em -.789em 0 -0.46em,-.297em -.775em 0 -.477em;
	}
	
	20% {
		box-shadow:0 -.83em 0 -0.4em,-.338em -.758em 0 -0.42em,-.555em -.617em 0 -0.44em,-.671em -.488em 0 -0.46em,-.749em -.34em 0 -.477em;
	}
	
	38% {
		box-shadow:0 -.83em 0 -0.4em,-.377em -.74em 0 -0.42em,-.645em -.522em 0 -0.44em,-.775em -.297em 0 -0.46em,-.82em -.09em 0 -.477em;
	}
	
	100% {
		box-shadow:0 -.83em 0 -0.4em,0 -.83em 0 -0.42em,0 -.83em 0 -0.44em,0 -.83em 0 -0.46em,0 -.83em 0 -.477em;
	}
}

@keyframes load6 {
	0% {
		box-shadow:0 -.83em 0 -0.4em,0 -.83em 0 -0.42em,0 -.83em 0 -0.44em,0 -.83em 0 -0.46em,0 -.83em 0 -.477em;
	}
	
	5%,95% {
		box-shadow:0 -.83em 0 -0.4em,0 -.83em 0 -0.42em,0 -.83em 0 -0.44em,0 -.83em 0 -0.46em,0 -.83em 0 -.477em;
	}
	
	10%,59% {
		box-shadow:0 -.83em 0 -0.4em,-.087em -.825em 0 -0.42em,-.173em -.812em 0 -0.44em,-.256em -.789em 0 -0.46em,-.297em -.775em 0 -.477em;
	}
	
	20% {
		box-shadow:0 -.83em 0 -0.4em,-.338em -.758em 0 -0.42em,-.555em -.617em 0 -0.44em,-.671em -.488em 0 -0.46em,-.749em -.34em 0 -.477em;
	}
	
	38% {
		box-shadow:0 -.83em 0 -0.4em,-.377em -.74em 0 -0.42em,-.645em -.522em 0 -0.44em,-.775em -.297em 0 -0.46em,-.82em -.09em 0 -.477em;
	}
	
	100% {
		box-shadow:0 -.83em 0 -0.4em,0 -.83em 0 -0.42em,0 -.83em 0 -0.44em,0 -.83em 0 -0.46em,0 -.83em 0 -.477em;
	}
}

@-webkit-keyframes round {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	
	100% {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}

@keyframes round {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	
	100% {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}


/* HEADER */

#header{
	background-color:transparent;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:105px;
	transition:all ease 0.3s;
	z-index: 1100;
}

.menu_margin, .menu-margin{
	padding-top: 105px;
}

/* #archivio-prodotti .menu-margin{
	padding-top: 115px;
} */


#header.scrolled{
	transition:all ease 0.3s;
	top:-105px;
}

.navbar {
	border:none;
	position:relative;
	border-radius:0;	
	border:none;
	position:absolute;
	left:0;
	top:0;
	margin:0;
	padding: 10px 0 0 0;
	width: 100%;
	background-color: transparent;
	z-index: 10;
	display: block;
}

.navbar, .navbar .container-fluid{
	display: block !important;	
}

a.logo{
	display: inline-block;
}



a.logo svg{
	height: 40px;
	width: auto; 
}

@media(min-width:991px) and (max-width:1439px){
	a.logo svg{
		height: 30px;
	}
}


.openmenu a.logo svg, .header-search-open  a.logo svg , .header-lang-open  a.logo svg ,
.header-menu-open  a.logo svg {
	fill:#FFF !important;
}	

#short_menu ul li{
	padding: 12px;
}

@media (max-width: 1100px) {
	#short_menu ul li{
		padding: 15px 5px;
	}
	
	#short_menu ul li a{
		font-size:0.70rem;
	}
}

@media (min-width: 1100.99px) and (max-width: 1400px) {
	#short_menu ul li{
		padding: 15px 6px;
	}
	
	#short_menu ul li a{
		font-size:0.70rem;
	}
}

@media (min-width: 1400.99px) and (max-width: 1600px) {
	#short_menu ul li{
		padding: 15px 7px;
	}
	
	#short_menu ul li a{
		font-size:0.85rem;
	}
}

.menu_white{
	background-color: #111;
}

.menu_white #short_menu a, 
.header-search-open #short_menu a,
.header-lang-open #short_menu a{
	color: #FFF !important;
}




#header_menu{
	position: relative;
}


#nav-icon {
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 0;
	position: relative;
	margin: 10px 0 0 0px;
	float: right;
	-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
			transform: rotate(0deg);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#nav-icon span {
	background: #111 none repeat scroll 0 0;
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
			transform: rotate(0deg);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 30px;
}

.menu_white #nav-icon, .header-lang-open #nav-icon,  .header-search-open #nav-icon {
	border-color:#fff;
}

.openmenu #nav-icon span {
	background-color:#fff;
}

.menu_white #nav-icon span, .header-lang-open #nav-icon span,  .header-search-open #nav-icon span{
	background-color:#fff;
}

#nav-icon span:nth-child(1) {
	top: 0px;
}

#nav-icon span:nth-child(2) {
	top: 7px;
}

#nav-icon span:nth-child(3) {
	top: 14px;
}

#nav-icon:hover{
	border-color: #666;
	cursor: pointer;
}


#nav-icon:hover span{
	background-color: #666;
	cursor: pointer;
}


.openmenu #nav-icon span:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
			transform: rotate(135deg);
}
.openmenu #nav-icon span:nth-child(2) {
	right: -100px;
	opacity: 0;
}
.openmenu #nav-icon span:nth-child(3) {
	top: 7px;
	-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
			transform: rotate(-135deg);
}

.openmenu{
	overflow: hidden;
}

.openmenu #short_menu, #lang, .openmenu .main_logo, .menu_logo{
	display: none;
}

.openmenu #lang, #short_menu, .main_logo, .openmenu .menu_logo{
	display: block;
}

#openmenu_bg{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	background-color:#111;
	z-index: 1000;
}

#openmenu{
	position: absolute;
	top: 150px;
	left: 0;
	width: 100%;
	overflow-y: auto;
}

#openmenu, #openmenu_bg{
	 opacity: 0;
	 z-index: -1;
	 -webkit-transition: opacity 0.5s ease-in-out;
	 -moz-transition: opacity 0.5s ease-in-out;
	 -ms-transition: opacity 0.5s ease-in-out;
	 -o-transition: opacity 0.5s ease-in-out;
	 transition: opacity 0.5s ease-in-out;
/* 	 display: none; */
}


.openmenu #openmenu, .openmenu #openmenu_bg{
	 opacity: 1;
	 z-index: 999;
/* 	 display: block; */
}




#openmenu a{
	color: #FFF;
}

#openmenu a:hover, #openmenu li.active a{
	color: #ccc;
}

#openmenu .social_list li{
	float: none;
	margin-right: 15px;
	font-size: 1.5rem;
}

#openmenu_middle ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#openmenu_middle ul li{
	display: block;
	width: 100%;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

#openmenu_middle ul li a{
	display: block;
	padding: 0px;
	font-size: 1.2rem;
}

#openmenu_middle .dropdown-menu{
	position: relative;
	top: auto;
	left: auto;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
	width: 100%;
			 -webkit-transition: all 0.5s ease-in-out;
	 -moz-transition: all 0.5s ease-in-out;
	 -ms-transition: all 0.5s ease-in-out;
	 -o-transition: all 0.5s ease-in-out;
	 transition: all 0.5s ease-in-out;
}

#openmenu_middle ul ul li{
	border: none;
	margin-bottom: 10px;
}

#openmenu_middle ul ul li a{
	font-size: 1.05rem;
}

#openmenu_middle ul ul li a:hover{
	text-decoration: underline;
	color: #FFF;
}

#short_menu a{
	display: inline-block;
	position: relative;
	font-size: 16px;
}

#short_menu a:hover{
	color: #111;
}

.menu_white #short_menu a:hover{
	color: #FFF;
}

.menu_white #short_menu a:after{
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.menu_white #short_menu a:hover:after{
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.menu_black #short_menu a:after{
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #111;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.menu_black #short_menu a:hover:after{
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}


.menu_white #nav-icon:hover, .openmenu #nav-icon:hover{
	border-color: #ccc;
}

.menu_white #nav-icon:hover span, .openmenu #nav-icon:hover span{
	background-color: #ccc;
}

@media (min-width: 992px) {
	#openmenu_middle ul ul li a{
		font-size: 1.2rem;
		position: relative;
		display: inline-block;
	}
	
	#openmenu_middle ul ul li a:hover{
		text-decoration: none;
		color: #FFF;
	}
	
	#openmenu_middle ul ul ul li a:after{
		content: "";
		position: absolute;
		width: 0;
		height: 1px;
		bottom: 0;
		left: 0;
		background-color: #FFF;
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	
	#openmenu_middle ul ul ul li a:hover:after{
		width: 100%;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;

	}


	#openmenu_middle{
		-webkit-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		z-index: 999;
		position: fixed;
		top:50%;
		width: 100%;  
	}

	#social{
		position: fixed;
		width: 100%;
		bottom: 30px;	
	
	}
}

.nav_openmenu{
	width: 100%;	
	margin: 0;
}
/* 
.nav_openmenu li{
	font-size: 1.1rem; 
	margin-bottom: 15px
}
.nav_openmenu li:last-child{
	margin-bottom: 0;
}
;*/

.border_openmenu{
	border-right: 1px solid rgba(255, 255, 255, 0.25);	
	height: 100%;
	width: 100%;
}

#searchform{
	width: 100%;
}

#searchform .form-control{
	height: 40px;
	line-height: 40px;
	border-right: none;
	padding: 6px 12px 2px 12px;
}

#searchform .input-group-btn{
	border: 1px solid #FFF;
	border-left: 0;
	border-radius: 4px;
	border-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#searchform  i{
	font-size: 18px;	
}

#searchform .input-group-btn:hover{
	background-color: #111;
}

#cerca .h4{
	line-height: 40px;
}

@media (min-width: 1300px) {
	#menu_big li, #menu_big li a{
		width: 100%;
		display: block;
	}
	
	#menu_big li a:after{
		font-family: "bootstrap-icons";
		content: "\F285";
		display: inline-block;
		float: right;
		width: 1.5em; 
	}
	
	#menu_big{
		line-height: 1.4;	
	}

}

@media (min-width: 992px) {
	.parent .child{
		display: block !important;
	}
}

@media (max-width: 991px) {
	#header{
		height: 80px;
	}
	
	.menu_margin, .menu-margin{
		padding-top: 80px;
	}
	
	a.logo svg{
		height: 25px;
	}
	
	#openmenu{
		top: 100px;
		text-align: center;
	}
	
	.border_openmenu{
		border: none;
		height: auto;
	}

	
	
	/* .border_openmenu .h4 strong{
		font-weight: 400;
	} */
	
	.parent .child{
		display: none;
		padding-bottom: 15px;
	}
	
	#openmenu h4, #openmenu .h4{
		font-size: 1.3rem;
	}
	
	
	#social{
		margin-top: 30px;	    
		text-align:center;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	#social li{
		margin:0 5px !important;
	}
}


.header-menu-open,.header-search-open,.header-lang-open {
	overflow:hidden;
}


.header-menu-open #header,.header-search-open #header,.header-lang-open #header{
	background-color: #111;
}

.header-menu-open .navbar-brand svg,.header-search-open .navbar-brand svg,
.header-menu-open .navbar-brand path,.header-search-open .navbar-brand path,
.header-menu-open .navbar-brand g,.header-search-open .navbar-brand g,
.header-menu-open .navbar-brand rect,.header-search-open .navbar-brand rect,
.header-menu-open .navbar-brand polygon,.header-search-open .navbar-brand polygon,
.header-lang-open .navbar-brand svg,
.header-lang-open .navbar-brand path,
.header-lang-open .navbar-brand g,
.header-lang-open .navbar-brand rect,
.header-lang-open .navbar-brand polygon,
.menu_white .navbar-brand svg,
.menu_white .navbar-brand path,
.menu_white .navbar-brand g,
.menu_white .navbar-brand rect,  
.menu_white .navbar-brand polygon{
	fill: #fff;
}

.world-icon.header_icon{
	margin-left: 25px !important;
	margin-right: 0;
	margin-top: 0;
	padding-left: 25px;
	border-left: 1.5px solid #111;
}

.menu_white .world-icon.header_icon, .openmenu.menu_black .world-icon.header_icon{
	border-color: #FFF;
}

.header-search-open #header .world-icon.header_icon,
.header-lang-open #header .world-icon.header_icon{
	border-color: #FFF;
}

.header-search-open .header_icon svg, .header-lang-open .header_icon svg{
	fill:#FFF !important;	
}


.header_icon {
	background-color:transparent;
	padding:0;
	margin:0;
	border:none;
	margin:0 25px 0 0;
	float: right;
	opacity: 1;
		 -webkit-transition: opacity 0.5s ease-in-out;
	 -moz-transition: opacity 0.5s ease-in-out;
	 -ms-transition: opacity 0.5s ease-in-out;
	 -o-transition: opacity 0.5s ease-in-out;
	 transition: opacity 0.5s ease-in-out;
}

.header_icon:hover, .header_icon a:hover, a:hover .header_icon{
	opacity: 0.8;
		 -webkit-transition: opacity 0.5s ease-in-out;
	 -moz-transition: opacity 0.5s ease-in-out;
	 -ms-transition: opacity 0.5s ease-in-out;
	 -o-transition: opacity 0.5s ease-in-out;
	 transition: opacity 0.5s ease-in-out;
}

.header_icon svg{
	height: 30px;
	width: auto;
}

#menu_right svg{
	height: 30px;
	width:auto;
}



.menu_black .header_icon svg,.menu_black .header_icon rect{
	fill:#111;	
}


.menu_white .header_icon svg, .openmenu.menu_black .header_icon svg{
	fill:#FFF !important;	
}



.header_icon btn:hover{
	cursor: pointer !important;
}


#search-menu, #lang-menu{
	background-color: #111;
	color: #FFF;
	display: none;
	position: absolute;
	top:105px;
	left: 0;
	width: 100%;
	z-index: 1000;
}


@media (max-width: 991.99px) {
	#search-menu, #lang-menu{
		top:80px;
	}
	
	.world-icon.header_icon{
	margin-left: 15px !important;
	padding-left: 15px;
	}
	

}

@media (max-width: 767.99px) {
	
	.world-icon.header_icon{
	margin-left: 10px !important;
	padding-left: 10px;
	}
	
	.header_icon{
		margin: 0 10px 0 0;
	}
	
	.header_icon svg{
		height: 24px;
		width: auto;
	}
	
	#nav-icon {
		width: 30px;
		height: 24px;
		margin: 7px 0 0 0px;
	}

}

.wpml-ls-legacy-list-horizontal{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.wpml-ls-legacy-list-horizontal li {
	float: none;
	display: inline-block;
	padding: 15px;
}

.wpml-ls-legacy-list-horizontal a{
	color: #FFF;
	text-transform: uppercase;
}

#lang-menu .wpml-ls-legacy-list-horizontal{
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}

#lang-menu .wpml-ls-legacy-list-horizontal li{
	padding: 15px 15px 0 15px;
}

#lang-menu .wpml-ls-legacy-list-horizontal a{
	color: #FFF !important;
	font-size: 1.2rem;
	padding: 0;
	position:relative;
}

#lang-menu .wpml-ls-legacy-list-horizontal a:after{
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#lang-menu .wpml-ls-legacy-list-horizontal a:hover:after,
#lang-menu .wpml-ls-legacy-list-horizontal a.selected:after,
#lang-menu .wpml-ls-current-language a:after{
	width: 100% !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;

}



#search-menu .search-form{
	position: relative;
}

#search-menu .form-control {
	border: none;
	border-radius: 0;
	background-color: transparent;
	border-bottom: 1px solid #5D5D5D;
	color: #FFF;
	font-size: 1.5rem;
	line-height: 1.5rem;
	padding-bottom: 15px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
	width: 30vw;
	margin: 15px auto;
}

@media (max-width: 991px) {
	#search-menu .form-control{
		width: 60vw;
	}
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder  { /* Internet Explorer 10-11 */
  color: #FFF;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}




/* FOOTER */
.otgs-development-site-front-end{
	display: none !important;
}

#footer {
	border-top:1px solid #111;
	font-size: 0.9rem;
	background-color: #FFF;
	color: #111;
}

.logo-footer{
	max-width: 250px;
}

#footer .logo-adi{
	max-width: 155px;
	height: auto;
}


.logo-por{
	display: block;
	margin:15px 0;
}

.logo-por img{
	max-width: 160px;
}

.social_list li{
	float: left;
	margin-right: 10px;
	font-size: 1.2rem;
}

.social_list li:last-child{
	margin-right: 0;
}

.social_list a{
	display: inline-block;
	transition: 0.3s;
	opacity: 1;
}

.social_list a:hover{
	transition: 0.3s;
	opacity: 0.6;
}

#copyright{
	font-size: 0.7rem;
}

#footer_menu ul{
	padding: 0;
	list-style: none;
}

#footer_menu ul ul{
	padding-left: 10px;
}

#footer_menu ul ul li:before{
	 content: "\f105"; /* FontAwesome Unicode */
	 font-family: FontAwesome;
	 display: inline-block;
	 margin-left: -0.5em; /* same as padding-left set on li */
	 width: 1em; /* same as padding-left set on li */
}


#footer_menu .unclickable > a:hover {
  cursor: default;
  pointer-events: none;        
  text-decoration: none;
  color: #111;
}

@media (max-width: 991px) {
	#footer{
		text-align: center;
	}
	.social_list{
		display: inline-block;
		margin: 0 auto;
	}
	#footer img{
		margin: 0 auto;
		margin-bottom: 15px;
	}
}




/* TYPO */

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	margin:0;
	padding:0;
	margin-bottom:15px;
	font-weight: 400;
}

h1 , .h1, .big, .h1.big {
	font-size: 2.5rem;
}

.slideshow .big{
		font-size: 3.5rem;
		line-height: 3.5rem;
}

#info_prodotto .big{
	font-size: 1.1rem;	
	line-height: 1.7;
}

@media (min-width: 1401px) {
	h1.big, .h1.big, .slideshow .big{
		font-size: 3.5rem;
	line-height: 3.5rem;
	}
	
	.h2.big, h2.big{
		font-size: 3rem;
		line-height: 3rem;
	}
	
	#info_prodotto .big{
		font-size: 1.2rem;	
		line-height: 1.8;
	}
}
	

h2 , .h2{
	font-size: 2.1rem;
	line-height: 2.5rem;
}

h3 , .h3{
	font-size: 1.8rem;
	line-height: 2.3rem;
}

h4 , .h4{
	font-size: 1.6rem;
	line-height: 2.1rem;
}

h5 , .h5{
	font-size: 1.3rem;
	line-height: 1.8rem;
}

h6 , .h6{
	font-size: 1rem;
	line-height: 1.5rem;
}

@media (max-width: 991.99px) {
	h1 , .h1, .big, .h1.big{
		font-size: 2rem;
		line-height: 2.6rem;
	}

	h2 , .h2{
		font-size: 1.8rem;
		line-height: 2.3rem;
	}
	
	h3 , .h3{
		font-size: 1.6rem;
		line-height: 2.1rem;
	}
	
	h4 , .h4{
		font-size: 1.4rem;
		line-height: 1.9rem;
	}
	
	
}

.uppercase{
	text-transform: uppercase;
}



.capitalize, .select_utente{
	text-transform: capitalize;
}


.standardcase {
	text-transform:none;
}


.hidden{
	display: none;
}


.big{
	font-size: 1.1rem;
}

@media (max-width: 1199px) {
	.small{
		font-size: 1rem;	
	}
}

@media (min-width: 1200px) {
	.small{
		font-size: 0.9rem;	
	}
}

/* PAGINAZIONE NEWS */
.page-numbers{
	display: inline-block;
	border: 1px solid #111;
	padding: 0px 10px; 
	text-align: center;
}

.page-numbers.current, .page-numbers:hover{
	background-color: #111;
	color: #FFF;
	text-decoration: none;
}

/* READMORE */
.readmore, .read_more_btn{
	display: inline-block;
	border: 1px solid #111;
	padding: 10px 25px 10px 25px;
	color: #111;
	background: transparent;
	transition: 0.5s;
	
	font-weight: 700;	
	border-radius: 0;
}

@media (max-width: 991.99px) {
	.readmore, .read_more_btn{
		margin-bottom: 5px;
	}
}

.readmore:hover, .read_more_btn:hover, .readmore[aria-expanded="true"]{
	background-color: #111;
	color: #FFF;
	text-decoration: none;
	box-shadow: none;
}

 .readmore.inverted{
	background-color: #111;
	color: #FFF;
}

.readmore.readmore_white{
	background-color: #111;
	color: #FFF;
	border-color: #FFF;
}

.readmore.inverted:hover, .readmore.readmore_white:hover, a:hover .readmore.readmore_white, .single_collezione_home:hover .readmore.readmore_white{
	background-color: #FFF;
	border-color: #FFF;
	color: #111;
	text-decoration: none;
	box-shadow: none;
}




/* BACKGROUND e TEXT COLOR */
.back_image {
	background-color:#111;
	color:#fff;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-size:cover;
	background-position:center center;
	position: relative;
}


.back_image.fixed {
	background-attachment:fixed;
}

.back_image.contain {
	background-size:contain;
	background-position:center top;
}

.back_white {
	background-color: #FFF;
	color: #111;
}

.back_black{
	background-color: #111;
	color: #FFF;	
}

.back_black a{
	color: #FFF;
}

.back_black a:hover{
	color: #ccc;
}

.text_white{
	color: #FFF;
}



/* FAQ */
.panel-body p{
	margin: 0;
}

.panel-body p a{
	text-decoration: none;
	margin-top:15px;
}

.border_top{
	border-top:1px solid rgba(0,0,0,.1)
}

.border_bottom{
	border-bottom:1px solid rgba(0,0,0,.1)
}

#collapse_download ul a:hover{
	text-decoration: none;
}


/* PRODOTTI */
.card{
	border: none;
	border-radius: 0;
}

.card.border_top, .card .border_top{
	border-top: 1px solid rgba(0,0,0,.1);
}

.card.border_bottom, .card .border_bottom{
	border-bottom: 1px solid #111 !important;
}

.card-header {
	padding: 0 0 15px 0;
	margin: 0;
	background-color: transparent;
	border: none;
}

.card-header .btn{
	padding-left: 0 !important;
}

.btn-collapse{
	color:#111;
	padding: 0;
	margin: 0;
	border-radius: 0;
	width: 100%;
	text-align: left;
	display: block;
}

.btn-collapse i, 
.card .scrollto_btn i{
	float: right;	
	font-size: 1.3rem;
}

.card .small{
	line-height: 0.9rem;
}

.accordion-arrow {
	transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}

.btn-collapse.scrollto_btn:hover .accordion-arrow {
	transform: rotate(90deg); 
}


.colore_finitura{
	display: block;
	width: 100%;
	min-height: 50px;
	aspect-ratio: 1 / 1;
	min-height: 50px;
}

.border_finitura{
	border:1px solid rgba(0,0,0,.1)
}

.colore_finitura_configuratore:hover{
	cursor: pointer;
}

.colore_finitura_configuratore:hover p, .selected_finitura p{
	text-decoration: underline;	
}

.border_bottom{
	border-bottom: 1px solid #ddd;
}

.attributi{
	margin-bottom: 0;
}

/* .attributi input[type="checkbox"]{
	display: none;
}

.checked{
	font-weight: 700;
} */


.dimensioni img{
	width: 50px;
	height: 50px;
	margin-right: 15px;
}


.tag_new{
	display: inline-block;
	background-color: #111;
	color: #FFF;
	text-transform: lowercase;
	font-weight: 700;	
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 10px;
	z-index: 1;
}



/* CONTATTI, PUNTI VENDITA E NEWSLETTER */
.select_utente input[type="radio"]{
	margin-right: 3px;
}

.select_utente .input_radio{
	margin-right: 15px;
}

.form-control {
	color: #111;
	background-color: #fff;
	border: 1px solid #111;
	border-radius: 0;
}

.big-icon{
	font-size: 3rem;
}

@media (max-width: 991.99px) {
	.big-icon{
		font-size: 2rem;
	}
}

@media (max-width: 767.99px) {
	.select_utente .input_radio{
		display: block;
	}
}




/* CENTRI ASSISTENZA */
.googlemaps_iframe{
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%;
}

.googlemaps_iframe iframe, .googlemaps_iframe object, .googlemaps_iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.btn_centroassistenza{
	margin: 0 0 10px 0;
	padding: 0;
}

.btn_centroassistenza.active, .btn_centroassistenza:hover{
	font-weight: 700;
}

/* HOME */
.slide a .accordion-arrow{
	display: inline-block;
	transform: translateX(0px);
	transition-duration: 0.5s;
}

.slide a:hover .accordion-arrow{
	transform: translateX(5px);
	transition-duration: 0.5s;
}

.single-post p{
	margin:0;
	padding:0;
}

#slideshow{
	position: relative;
}

.page-template-page-home .slide{
	width: 100%;
}

#azienda .readmore{
	margin-top: 30px;
}

.fancybox-is-open .fancybox-bg{
	opacity: .5 !important;
}

/* MATERIALI */
/* .term_pulizia{
	color: #555;
} */

/* CAROUSEL GALLERY + PROGETTO HABE e LAB */
.carousel-container{
	position: relative;
}

.carousel-prodotto .immagine-gallery {
	height: clamp(400px, 60vw, 800px);
	width: auto;
	margin-right: 30px;
}

.carousel-prodotto .immagine-gallery img {
	height: clamp(400px, 60vw, 800px);
	width: auto;
}

.carousel-prodotto .slick-dots li{
	margin: 0;
}

.carousel-prodotto .slick-arrow{
	display: none !important;
}


.carousel-container  .next-carousel {
	position: absolute;
	top: 50%;
	right: -40px;
	cursor: pointer;
	font-size: 30px;
}

.immagine-gallery {
	height: clamp(300px, 33.854vw, 800px);
	width: auto;
	margin-right: 30px;
}

.immagine-gallery img {
	height: clamp(300px, 33.854vw, 800px);
	width: auto;
}

.next-carousel {
	/* display: flex;
	justify-content: center;
	align-items: center; */
	position: absolute;
	top: 50%;
	right: -30px;
	cursor: pointer;
	font-size: 30px;
}

@media (max-width: 1199px) {
	
	.next-carousel {
		display: none !important;
	}
	
}


.slider_gallery_container .slick-dots li{
	margin: 0;
}

/* .slider_gallery_container .slick-dots{
	bottom: 0;
}

.slider_gallery_container .slick-dots li button:before,
.slider_gallery_container .slick-dots li.slick-active button:before{
	color: white;
} */

#elenco_prodotti .gallery_img{
	display: none;
}

#elenco_prodotti .gallery_img_1{
	display: block;
}

.totop{
	display: none;
}

.totop.show {
	display: flex;
	position: fixed;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.4);
	right:5%;
	bottom: 3%;
}

.background-video{
	aspect-ratio: 16 / 9;
	object-fit:cover;
	overflow:hidden;
}

.background-video video{
	width:100%;
	height:100%;
	object-fit:cover;
}