/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
input[type="checkbox"] {
    cursor: pointer;
}
ul, li{
	padding: 0;
	margin: 0;
}
  ul, ol {
    margin: 10px 0px;
    padding-left: 20px;
  }

  /* Nasconde l'elemento ::marker se appare visibile */
  ::marker {
    display: none;
  }

  /* Stile personalizzato per i marker degli elenchi, se necessario */
  ul li::before, ol li::before {
    content: "";
}
h1, h2, h3, h4, h5, h6, strong{
	color: #302e2a;
	line-height: 1.5;
    margin-bottom: 1rem
}
h1{
	font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
}
header .C-Item {
    display: inline-block;
}
header .martop{
	margin-top: 20px;
}
.embed {
    height: auto;
    text-align: center;
    background: black;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe, .videowrapper object, .videowrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.temtab{
	width: 900px;
    margin: 0 auto;
	table-layout: auto; 
}
.temtab th:nth-child(2), .temtab td:nth-child(2) {
    min-width: 50px; 
    max-width: 150px; 
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.temtab.C-Edi th:nth-child(2), .temtab.C-Edi td:nth-child(2){
	min-width: 80px;
}
/*Layout Cms Standard Footer*/
footer .accpay {
    margin-top: 20px;
}
footer .logdes img{
	height: 160px;
	width: auto;
}
footer .copyright img, footer .logo img{
	height: 100px;
	width: auto;  
	margin: 0 auto;
}
footer .sublab{
	font-size: 13px;
    line-height: 30px;
}
footer .copyright a {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-left: 23px;
}
footer .copyright a:first-of-type {
  margin-left: 0;
}
footer .copyright a:hover {
  color: #ffffff;
}
footer .copyright .ele-foo{
    padding: 20px;
}
footer .info .sublab i, footer .info .sublab div{
	display: inline;
	margin-right: 5px;
}
footer .copyright, footer .logo{
		margin-top: 40px;
	}
footer .info .soc{
	margin-bottom: 20px;
}
footer .info h5{
	margin: 20px;
    display: inline-block;
}
footer .foowra{
	display: flow-root;
	border-top: 1px solid rgba(0,0,0,0.06);
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
footer .wra{
	margin: 40px;
}
footer .info{
    max-width: 400px;
    width: 100%;
    margin: 40px auto;
    text-align: center;
}
footer form {
	text-align: center;
	margin: 40px 0;
	display: inline-block;
}
footer .accpay img{
	width: 200px;
	margin: 0 auto;
}
footer .social{
	line-height: 55px;
}
footer .social .fab{
	margin: 0 10px;
}
#CNewLet .button {
	height: 50px;
    padding: 0 22px;
    letter-spacing: 1px;
    margin-top: 0px;
	margin-left: -5px;
	text-transform: uppercase;
	cursor: pointer;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
#CNewLet .button i{
	font-size: 22px !important;
	cursor: pointer;
}
#CNewLet #CNewEma{
    width: 200px;
    background-color: #f4f4f4;
    height: 48px;
    border: none;
    padding-left: 40px;
    padding-right: 25px;
}
#wrapper, .wrainpreg, .wrainpcha{
	margin: 80px 0 100px 0;
	display: flow-root;
}
table{
    border-radius: 6px;
    width: 100%;
    text-align: left;
	table-layout: fixed;
	padding: 10px;
}
table thead th {
    background-color: #DDD;
}
table tr td, table tr th{
	padding: 10px;
	position: relative;
}
table tr:nth-child(even){
	background-color: #DDD;
}
table tr:nth-child(odd) td{
    border: 1px solid #DDD;
}
table .C-Tex, table .C-Img, .C-AddRowTab, .C-AddColTab{
    display: none;
}
section{
	position: relative;
	display: flow-root;
	min-height: 400px;
}
  body{
	color: #000;
    font-family: Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-size: 14px;
}
a{
	color: #000;
	text-decoration: none;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
input[type="submit"], .but, button {
	background: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    padding: 10px 30px;
    text-decoration: none;
    width: auto;
    margin: 20px auto;
    border: 1px solid #000;
    height: auto;
    clear: both;
	-webkit-appearance: none;
	cursor: pointer;
}
input:focus {
    outline:none;
}
img{
	max-height: 100%;
	width: 100%;
	object-fit: cover;
	margin: 0 auto;
	display: block;
}
header{
	clear: both;
}
strong , .strong{
    font-weight: bold;
}
/*Ecommerce Items.aspx*/
#infscr .filter{
    border: 1px solid #e5e5e5;
	padding: 0px 30px 30px 30px;
    width: 235px;
    float: left;
}
#infscr .filter .var.par{
    padding: 10px;
    min-width: 20px;
    text-align: center;
    border: 1px solid #ddd;
    display: inline-block;
	float: left;
	margin: 1px;
}
#infscr .filter .var.par:hover{
    border: 1px solid #000;
    transition: 0.3s;
}
#infscr .filter .var.par.sel{
    border: 1px solid #000;
    transition: 0.3s;
}
#infscr .filter .par, .wrafilsel .filsel{
	cursor: pointer;
}

#infscr .filter .section .labbox{
	padding: 5px 0;
	font-size: 14px;
}
#infscr .filter .section .labbox.col{
    display: -webkit-inline-box;
}
#infscr .filter .section .labbox.col input{
	float: right;
}	
#infscr .filter .wracol{
	border: 1px solid transparent;
	display: inline-block;
	    float: left;
}
#infscr .filter .wracol:hover{
	border: 1px solid #000;
	transition: 0.3s;
}
#infscr .filter .wracol.sel{
	border: 1px solid #000;
}
#infscr .filter .col{
	width: 40px;
    height: 40px;
	margin: 1px;
}
#infscr .filter .section{
    margin-top: 30px;
	display: flow-root;
}
#infscr .filter #slider-range {
    margin: 10px 7px 0px 7px;
}
#infscr .filter #slider-range .ui-slider-handle{
	cursor:pointer;
}
#infscr .title {
    line-height: 45px;
}
.fa-minus{
	display: none;
}
/*Ecommerce item.aspx*/
#wravar1 .par, #wravar2 .par, #wravar3 .par, input[type="checkbox"]{
	cursor: pointer;
	line-height: 1.5rem;
    font-family: Helvetica Now,Helvetica,Arial,sans-serif;
    color: #4e4c4b;
}
.des-lar .filter .labbox.par:hover{
    background: #e5e5e5;
    transition: background 0.3s;
}
.des-lar .filter .par.var:hover{
    background: #e5e5e5;
    transition: background 0.3s;
}
/*Variante en general*/
#wravar1 .par.var, #wravar2 .par.var, #wravar3 .par.var{
	min-width: 32px;
	font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    padding: 5px;
    height: 30px;
    border: 1px solid transparent;
	background: #f5f5f5;
	opacity:1;
	border: 1px solid #a9a9a9;
}
.des-lar .filter .wraopt {
	float: left;
	margin: 5px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background: transparent;
    outline: none;
    transition: all 0.3s ease; /* Animazione fluida per tutti gli effetti */
    transform: perspective(500px) rotateX(0deg); /* Prospettiva iniziale */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Ombra iniziale */
    cursor: pointer; /* Cambia il cursore al passaggio */
}

.des-lar .filter .wraopt:hover {
    transform: perspective(500px) rotateX(10deg) translateY(-5px); /* Rotazione e sollevamento */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3); /* Aumenta l'ombra */
    transition: all 0.3s ease; /* Fluida anche in hover */
}
.des-lar .filter .notava.par.var{
	opacity: 0.5;
}
.des-lar .filter #wrasli{
	margin: 20px 10px 0 10px;
}
#amount{
	border:0; 
	font-weight:bold;	
	color:#000;
}
.wrafilsel{
	text-align: center;
	    margin-bottom: 20px;
}
.wrafilsel .filsel{
	padding: 0px 10px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    color: #141a1f;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 12px;
    letter-spacing: -0.5px;
	position: relative;
	margin: 0 10px;
}
.wrafilsel .filsel i {
    position: absolute;
    top: -5px;
    right: -3px;
}
.itesoc{
	clear: both;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.06);
    padding: 30px 0;
}
.itesoc span {
    margin: 0 10px;
}
.owl-carousel .owl-stage-outer{
	width: 100%;
}
#butslidet1, #butslidet2, #butslidet3{
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    border: 1px solid #DDD;
	cursor: pointer;
	position: relative;
}
#butslidet1 .fa-minus, #butslidet1 .fa-plus, #butslidet2 .fa-minus, #butslidet2 .fa-plus, #butslidet3 .fa-minus, #butslidet3 .fa-plus{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#slidet1, #slidet2, #slidet3 {
    padding: 20px;
    border: 1px solid #DDD;
    border-top: 0px;
	display: none;
}
#pri{
	font-size: 35px;
}
#wravar1 {
	display: flow-root;
}
#wravar2{
	display: flow-root;
}
#wravar3{
	display: flow-root;
}
.wrares .attval:first-child{
	margin-top: 18px;
}
.wrares .attval:last-child{
	margin-bottom: 8px;
}
.wravar{
    margin: 0 -5px;
}
.wravar .filter:first-child {
    margin-top: 20px;
}
.wravar .filter:last-child {
    margin-bottom: 18px;
}
#rev{
	padding: 0 70px 65px 70px;
}
#revtex {
    width: 60%;
    margin: 0 auto;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: -20px;
}

@media (max-width: 1200px){

}
@media (max-width: 1024px){

}
@media (max-width: 862px){
	header .martop{
		margin-top: 30px;
	}
}
@media (max-width: 768px){

}
@media (max-width: 600px){

}
@media (max-width: 480px){

}
@media (max-width: 320px){

}