/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc; 
  transition:0.3s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b3956c;
  transition:0.3s;
}
.itemdays .dayitem {
	display:none;
}
.itemdays .showtitem {
	display:block;
}
.pinrequest {
	position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
	text-align:center;
}
.background-video {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 115vh;
    z-index: 0;
	object-fit: cover;
}
/* Layout helpers
----------------------------------*/
.image-gallery {
            max-width: 800px;
            margin:20px 10px 10px;
        }

        .image-row {
            display: flex;
            margin-bottom: 10px;
        }

        .image-row img {
            max-width: 100%;
            height: auto;
            margin-right: 10px;
        }
		.modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.7);
            justify-content: center;
            align-items: center;
			z-index: 2;
        }

        .modal-content {
            max-width: 90%;
    max-height: 100%;
        }

        .modal img {
            max-width: 100%;
            max-height: 100%;
            display: block;
            margin: 0 auto;
        }
table {
            border-collapse: collapse;
            width: 100%;
			border-color: #ddd;
			font-size:12pt;
			line-height:12pt;
			height:auto;
        }

        th, td {
            padding: 10px;
            text-align: left;
        }

        th {
            background-color: #f2f2f2;
        }
.infoD ul {
      list-style-type: none;
      padding: 0;
	  display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
	.infoM {
      list-style-type: none;
      padding: 0;
	  display: none;
      justify-content: space-between;
    }

 #moreInfo li {
      margin-bottom: 10px;
	  flex-basis: calc(33% - 5px);
    }
	#popup-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	z-index:2;
}
.fixedElement {
    background-color: #c0c0c0;
    position:fixed;
    top:0;
    width:100%;
    z-index:5;
}
.popup-content #close-popup {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size:12pt;
    cursor: pointer;
    color: #fff;
}
.popup-content img {
    max-width: 100%;
    border-radius: 8px 8px 0 0; /* Arrotonda solo gli angoli superiori */
}

.popup-content ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 0;
}
.prevtitle {
		 display:block;
	 }
	 .infohome {
		 display:block;
	 }
.popup-content li {
    margin-bottom: 8px;
}

#popup-link {
    text-decoration: none;
    color: #007BFF;
    cursor: pointer;
}

#popup-link:hover {
    text-decoration: underline;
}
.popup {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
	max-height:700px;
	overflow-y:scroll;
    padding: 25px;
    background-color: #fff;
    border-radius: 5px;
	font-weight:500;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 9999999;
    display:none;
	font-size:10pt;
      }
	  .close-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color:#b3956c;
  border-radius:100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff; /* color of the X icon */
}
.indicedesk {
	display: block;
    position: absolute;
    left: 10px;
    width: 200px;
    height: 52%;
    margin-top: -60px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
}
.blockfagiolini {
	display:none;
}
.indicemobile {
	display:none;
}
.cartbar {
	display:none;
}
.fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
	
  }
  #formdati {
	  max-width:80%;
	margin:0 auto;
  }
.field {
		 display: block;
		align-items: center;
		width: 100%;
		margin-bottom:10px;
	 }
	 .field label {
		 font-size: 1.225rem;
		 font-weight:600;
		text-align: right;
		color:#b3956c;
	 }
	 .field input{
		width: 100%;
		font-size:10pt;
		padding:9px 25px 9px 10px;
		border: solid 1px #b3956c;
		margin-top:6px;
		border-radius:0px;
    background-color:transparent;
	color:#b3956c;
	box-shadow: rgb(171 171 171 / 20%) 1px 2px 10px;
	 }
	 .field select{
		width: 100%;
		font-size:10pt;
		padding:10px 25px 10px 10px;
		border: solid 1px #b3956c;
		margin-top:6px;
		border-radius:0px;
    background-color:transparent;
	color:#b3956c;
	box-shadow: rgb(171 171 171 / 20%) 1px 2px 10px;
	 }
	 select:disabled {
    opacity: 1;
}
.close-icon:hover {
	color: #fff;
	background-color:#0572bf;
transition:0.4s;	/* color of the X icon when hovered over */
}
.nome_cartello {
	width: 100%;
    text-align: center;
    margin-top: 50px;
    font-size: 60pt;
    line-height: 60pt;
    color: #000;

}
.reg_btn {
		 background: -webkit-gradient(linear, left top, left bottom, from(#b3956c), to(#c5a579));
		 padding:12px 100px;
		 border:none;
		 color:#fff;
		 font-weight:500;
		 font-size: 1.125rem;
		 border-radius:2px;
	 }
	 .reg_btn:hover {
		filter: brightness(1.1);
		transition:0.4s;
		color:#fff;
	 }
	 .reg_btn2 {
		 background: -webkit-gradient(linear, left top, left bottom, from(#b3956c), to(#c5a579));
		padding: 14px 20px;
		 border:none;
		 color:#fff;
		 font-weight:500;
		 font-size:10pt;
		 border-radius:2px;
		 text-align:center;
		 margin-top:30px;
		 float:right;
	 }
	 .reg_btn2:hover {
		filter: brightness(1.1);
		transition:0.4s;
		color:#fff;
	 }
.reg_close {
		 background: -webkit-gradient(linear, left top, left bottom, from(#b3956c), to(#c5a579));
		 padding:9px 50px;
		 border:none;
		 color:#fff;
		 font-weight:500;
		 font-size:10pt;
		 border-radius:2px;
	 }
	 .reg_close:hover {
		filter: brightness(1.15);
		transition:0.4s;
	 }
.operatori {
    position: relative;
}
.image-container {
    position: absolute;
    transform: translateX(-50%);
}
.image-container:nth-child(1) {
    top: 0;
    left: -25px;
}

.image-container:nth-child(2) {
    bottom: 0;
    left: 25%;
}

.image-container:nth-child(3) {
    bottom: 0;
    left: -50px;
}
.circle-container {
      position: relative;
      width: 350px;
      height: 350px;
      background-color: white;
      border-radius: 100%;
      overflow: hidden;
	  top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    }
	
	.circle-containerH {
      position: absolute;
      width: 350px;
      height: 350px;
      background-color: white;
      border-radius: 100%;
      overflow: hidden;
	  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }

    .circle-container .img1 {
      position: absolute;
      top: 30%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
    height: 90px;
    object-fit: fill;
    }
	.circle-container .img2{
      position: absolute;
      top: 70%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
    height: 90px;
    object-fit: fill;
    }
	.circle-containerH .img1 {
      position: absolute;
      top: 30%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
    height: auto;
    object-fit: fill;
    max-height: 80px;
	max-width:200px;
    }
	.circle-containerH .img2{
      position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    object-fit: fill;
    max-height: 80px;
	max-width:200px;
    }
	.circle-containerH .img3{
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    object-fit: fill;
    max-height: 80px;
	max-width:200px;
    }
	.evtitle {
      width: 100%;
      background-color: #e3caab; /* Colore di sfondo a tua scelta */
      text-align: center;
      padding: 26px;
      box-sizing: border-box;
margin-bottom:40px;
    }
	.evtitle.solocopertina {
		position: absolute;
    top: 50%;
    height: 100px;
    margin-top: -50px;
    opacity: 0.8;
	}
	.evtitle span{
      font-size:34px;
	  color:#737373;
    }
	.evtitle.solocopertina span{
      font-size:34px;
	  color:#000;
	  line-height:44px;
    }
	.titleContact{
      font-size: 34px;
    margin-bottom: 50px;
    color: #444;
    font-weight: 700;
    }
	.vfooter {
      width: 100%;
	  margin-top:50px;
      background-color: #062b3b; /* Colore di sfondo a tua scelta */
      text-align: center;
      padding: 32px;
      box-sizing: border-box;
    }
	.footertext {
		font-size:10pt;
    margin:9px 40px 0;
	font-weight:600;
	}
	.vfooter span{
      font-size:30px;
	  line-height:30px;
	  color:#fff;
    }
	
	.prevtitle {
		margin-top:100px;
      width: 100%;
      background-color: #f0dcc4; /* Colore di sfondo a tua scelta */
      text-align: left;
          padding: 10px 30px;
      box-sizing: border-box;
	  position: relative;
    /* top: 100px; */
    z-index: 0;
    }
	
	.prevtitle.listino {
		margin-top:98px;
      width: 100%;
      background-color: #f0dcc4; /* Colore di sfondo a tua scelta */
      text-align: left;
          padding: 10px 30px;
      box-sizing: border-box;
	  position: fixed;
    /* top: 100px; */
    z-index: 2;
    }
	.prevtitle .title{
      font-size:14pt;
	  color:#444;
	  font-weight:700;
    }
	.prevtitle .subtitle{
      font-size:12pt;
	  color:#555;
    }
	#preventivotesta {
		
		    padding: 150px 0 60px;
    
	background-image: url(../images/copertinatest.jpg);
    background-size: cover;
    background-position: center;
	}
	.preventivotesta {
		margin:0 auto;
		max-width:85%;
		display:flex;
		justify-content: space-around;
	}
	.prevSx {
		min-height:300px;
		max-width: 40%;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		border-radius: 8px;
		background-color:#fff;
		opacity:0.94;
	}
	.titleprevSx {
		background-color:#e3caab;
		padding:15px;
		border-top-right-radius: 8px;
    border-top-left-radius: 8px;
	font-weight:bold;
	font-size:12pt;
	}
	.titleprevDx {
		background-color:#e3caab;
		padding:15px;
		border-top-right-radius: 8px;
    border-top-left-radius: 8px;
	font-weight:bold;
	font-size:12pt;
	}
	.prevDx {
		min-height:300px;
		max-width: 40%;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		border-radius: 8px;
		background-color:#fff;
		opacity:0.94;
	}
	.boxprevSx {
		padding:15px;
	}
	.boxprevDx {
		padding:15px;
	}
* {
	letter-spacing: 0.3px;
}
a {
	color:#444;
}
.accor a {
	text-decoration: underline!important;
    color: #a49670!important;
}
.accor a:before {
       font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c1";
    display: block;
    padding-right: 0;
    vertical-align: middle;
    font-weight: 900;
    width: 100%;
    text-align: center;
    color: #b3956c;
    display: inline;
    text-decoration: none;
	font-size:10pt;
      }
	  .accor  a.linkimage:before {
       display:none;
      }
.arrow-container {
          position: fixed;
    top: 50%;
    transform: unset;
    width: 100%;
    height: 80px;
    z-index: 999;
    margin-top: -40px;
    }

    .arrow {
      position: absolute;
      width: 80px;
    height: 80px;
    font-size:18pt;
    text-align: center;
	border:none;
	background: rgba(255, 255, 255, 1);
    line-height: 80px;
      cursor: pointer;
      transition: background-color 0.3s;
	  box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.3);
    }

    .arrow.left {
      left: -35px;
      border-top-right-radius: 100%;
      border-bottom-right-radius: 100%;
      color: #b3956c;
	  padding-left: 20px;
    }

    .arrow.right {
      right: -30px;
      border-top-left-radius: 100%;
      border-bottom-left-radius: 100%;
      color: #b3956c;
	  padding-right: 18px;
    }
	
    .arrow:hover {
      background: #b3956c;
	  color:#fff;
	  border:none;
    }
.nomobile {
	display:block;
}
.nodesktop {
	display:none;
}
#slider-container {
            width: 50%;
			height:100%;
            overflow: hidden;
            position: fixed;
        }
		#slider-container2 {
            width: 100%;
			height:420px;
            overflow: hidden;
            position: relative;
        }
		#slider-containerCOP {
            width: 100%;
			height:100%;
            overflow: hidden;
            position: relative;
        }
		.slide img{
			height: 100%;
			width:100%;
			object-fit: cover;
			object-position: top;
		}
        .slide {
            width: 100%;
            height: 100%;
            display: none;
            position: absolute;
            transition: opacity 0.5s ease-in-out;
        }
		.slide1 img{
			height:420px;
			width:100%;
			object-fit: cover;
			object-position: center;
		}
        .slide1 {
            width: 100%;
            height: 100%;
            position: absolute;
            transition: opacity 0.5s ease-in-out;
			display: flex;
        }
		.slide2 img{
			height: 100%;
			width:100%;
			object-fit: cover;
			object-position: top;
		}
        .slide2 {
            width: 100%;
            height: 100%;
            display: none;
            position: absolute;
            transition: opacity 0.5s ease-in-out;
        }.slideCOP img{
			height: 100%;
			width:100%;
			object-fit: cover;
			object-position: top;
		}
        .slideCOP {
            width: 100%;
            height: 100%;
            position: absolute;
            transition: opacity 0.5s ease-in-out;
        }

        .gallery-slider {
            width: 80%;
            max-width: 80%;
            max-height: 750px;
            margin: 0 auto;
            overflow: hidden;
            position: fixed;
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #fff;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
            z-index: 2;
        }

        .gallery-slide {
            width: 100%;
            height: 100%;
            display: none;
        }

        #prev, #next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 24px;
            color: #fff;
            cursor: pointer;
            background: none;
            border: none;
            outline: none;
            z-index: 3;
        }

        #prev {
            left: 20px;
        }

        #next {
            right: 20px;
        }

        .gallery-button {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            font-size:12pt;
            color: #fff;
            cursor: pointer;
            background: none;
            border: none;
            outline: none;
            z-index: 1;
        }

        #overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
            z-index: 999999;
        }
.overlayD {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* sfumatura nera con opacità 0.5 */
    z-index: 1;
}
.descrserv {
	padding: 0px 30px;
    position: absolute;
    width: 50%;
    top: 135px;
    background: #fff;
    right: 0;
	height:auto;
}
        #close {
            position: absolute;
            top: 120px;
            right: 40px;
            font-size: 24px;
            color: #fff;
            cursor: pointer;
            background: none;
            border: none;
            outline: none;
            z-index: 2;
        }
.header {
	padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
	background-color: #fff;
	width:100%;
	height:100px;
	border-bottom:none;
	box-shadow: 0 -9px 10px 5px rgb(0 0 0 / 50%);
	position: fixed;
    top: 0;
    left: 0;
	z-index:100;
}
.footer {
    background-color: #ddd1bf;
    width: 100%;
    height: 40px;
    border-bottom: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.footer .footerSx{
    float:left;
}
.footer .footerDx{
    float:right;
}
.mainmenu {
	position: fixed;
    left: unset;
    width: 100%;
    text-align: center;
}
.mainmenu li a::after {
  content: '';
  position: absolute;
  width: 0;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #b3956c;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.mainmenu li a:hover::after {
  transform: scaleX(1);
  width: 100%;
  transform-origin: bottom left;
  
}
li a.active::after {
  content: '';
  position: absolute;
  width: 0;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #b3956c;
  
}
#user {
	display:flex;
	justify-content: space-between;
    align-items: center;
}
        #logo {
            position: fixed;
            padding-left:30px;
			z-index: 111111111;
        }
		#logo img{
            height:50px;
        }
		.logopartner img{
            height: 60px !important;
    width: auto !important;
    max-height: unset !important;
        }
		.conpartner {
			top:10px;
		}
		.logopartner {
			top:unset;
			left:120px;
		}
		.logopartnersolo {
			top:unset!important;
		}
		.logopartnersolo img{
            height: 60px !important;
    max-height: unset !important;
        }

        ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            display: inline-block;
        }

        .mainmenu li {
            display: inline-block;
            margin: 0 10px;
			    position: relative;
				cursor:pointer;
        }
		.mainmenu .active a {
               border-bottom:2px solid #b3956c;
        }
		.mainmenu a {
		line-height: 30px;
		color:#444;
		font-size: 24px;
		    font-weight: 500;
		}
		.userdetails {
			line-height: 34px;
			font-size:12pt;
			margin-top: 15px;
		}
		#dropdown {
            position: relative;
            float: right;
			padding-right:50px;
			
        }
		#dropdown1 {
            position: fixed;
    padding-right: 30px;
    right: 0;
			
        }

        #dropdown img {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            cursor: pointer;
        }
		#dropdown1 img {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            cursor: pointer;
        }

        .infotext {
            display: none;
            position: absolute;
            background-color: #fff;
			padding:20px;
            min-width: 200px;
			border-radius:12px;
			right: 50px;
            box-shadow: 0 8px 16px rgba(0,0,0,0.2);
            z-index: 11111;
			
        }

        

        #dropdows p {
            color: #fff;
            padding: 10px;
            margin: 0;
        }
		.homeimg img{
			height:100vh;
			width:100%;
			margin:0;
			object-fit:cover;
		}
		.infohome {
			background-color:#fff;
			padding:30px;
			position: fixed;
			border-radius:12px;
			font-size:12pt;
			left: 35px;
			bottom: 75px;
			opacity:0.9;
		}
		.clicktoaction {
			position:absolute;
			right:30px;
			top:44%;
		}
.button {
  position: relative;
  display: flex;
  background-color: #fff;
  color: #b3956c;
  width: 140px;
  height: 140px;
  font-size:17px;
  font-weight:600;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  text-transform: uppercase; /* Rimuovi il sottolineato del link */
  overflow: hidden; /* Nascondi il contenuto in eccesso durante l'animazione */
  animation: pulse 2.5s infinite ease-in-out;
  transition: background-color 0.5s ease-in-out; /* Applica la transizione solo alla proprietà background-color */
  overflow: hidden;
  letter-spacing:0.6px;
}



@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  50% {
    transform: scale(1.12);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

.button:hover {
  background-color: #b3956c;
  color: #fff;
  font-size:17px;
  text-decoration:none;
  animation: none;
  animation: pulse 2.5s infinite ease-in-out;
  transition: background-color 0.2s ease-in-out;
  overflow: hidden;
}
.tabcontent {
  display: none;
  padding: 50px 50px 170px;
  border-top: none;
  font-size:24px;
  font-weight: 500;
  min-height:400px;
}
.info {
  display: none;
  padding: 40px 50px 90px;
  border-top: none;
  font-size:12pt;
  font-weight: 500;
  min-height:400px;
}
		.tab button {
  background-color: #f8f8f8;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  height: 100px;
    padding: 20px;
  width: 25%;
  color:#444;
  font-family: "EB Garamond", serif;
  font-weight:500;
  font-size:24px;
  transition: 0.3s;
  box-shadow: rgb(0 0 0 / 18%) 0px 3px 8px;
}
.tab .tabD {
  background-color: #f8f8f8;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  display:flex;
  height: unset;
    padding: 20px;
	align-items: center;
    justify-content: center;
  width: 25%;
  color:#444;
  font-family: "EB Garamond", serif;
  font-weight:500;
  font-size:24px;
  transition: 0.3s;
  box-shadow: rgb(0 0 0 / 18%) 0px 3px 8px;
}
	.tab {
  display:flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  width: 100%;
  }	
	.tab .tablinks:hover {
		background-color: #b3956c;
    color: #ffffff;
		font-size:18pt;
	}
	.tab .tabD:hover {
		background-color: #b3956c;
    color: #ffffff;
		font-size:18pt;
	}
		.tab button.active {
  color: #b5986f;
    font-size:18pt;
	    background-color: #f8f8f8;
    box-shadow: rgb(0 0 0 / 18%) 2px -60px 54px;
}
.tab button.active:hover {
	background-color:#f8f8f8;
	color: #b5986f;
	font-size:14pt;
}

.tabPrev button {
  background-color: #f8f8f8;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  height: 100px;
    padding: 20px;
  width: 50%;
  color:#444;
  font-family: "EB Garamond", serif;
  font-weight:500;
  font-size:18pt;
  transition: 0.3s;
  box-shadow: rgb(0 0 0 / 18%) 0px 3px 8px;
}
	.tabPrev {
  display:flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  width: 100%;
  }	
	.tabPrev .tablinks:hover {
		background-color: #b3956c;
    color: #ffffff;
		font-size:18pt;
	}
		.tabPrev button.active {
  color: #b5986f;
    font-size:18pt;
	    background-color: #f8f8f8;
    box-shadow: rgb(0 0 0 / 18%) 2px -15px 54px;
  
}
input[type="checkbox"] {
    accent-color: #ebddc6!important;
	width:17px;
	height:17px;
	margin-right:5px;
	cursor:pointer;
}
.tabPrev button.active:hover {
	background-color:#f8f8f8;
	color: #b5986f;
	font-size:14pt;
}
.details {
display:flex;
align-items: flex-start;
    justify-content: center;
	margin: 0 auto 50px;
    max-width: 100%;
}	
small {
	font-size:60%;
}
.imgD {
height:180px;
max-height:180px;
max-width:200px;
object-fit: cover;
}
.titleD {
background-color:#f0dcc4;
}
.subtitleD {
background-color:#f5f0e5;
}
.subtitleDprice {
background-color:#f5f0e5;
font-size:14pt;
font-weight:bold;
}
.timeline {
      position: relative;
      max-width: 1000px;
      margin: 50px auto;
    }

    .timeline-item {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      position: relative;
    }

    .timeline-item img {
      max-width: 100px;
    border-radius: 50px;
    margin-right: 0px;
    object-fit: cover;
    height: 100px;
    }

    
.timeline-item.right {
      justify-content: flex-end;
	  flex-direction: column;
	  align-items: flex-end;
    }
	.timeline-item.left {
      justify-content: flex-start;
	  flex-direction: column;
	  align-items: flex-start;
    }
    .timeline-item::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 2px;
      background-color: #b3956c;
      left: 50%;
      transform: translateX(-50%);
    }

    .timeline-item.right::before {
      left: auto;
      right: 50%;
      transform: translateX(50%);
    }
	.accordion {
      display: flex;
      flex-direction: column;
      max-width: 70%;
      margin: 0 auto;
    }

    .accordion-item {
      margin-bottom: 5px;
      overflow: hidden;
	  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .accordion-title {
      display: flex;
      justify-content: space-between;
      padding: 10px 25px;
	  color: #fff;
      cursor: pointer;
      background-color: #b3956c;
	  align-items: center;
    }

    .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.13s ease-out;
	  display:none;
    }

    .accordion-item.open .accordion-content {
      max-height: 100%; /* Adatta l'altezza massima in base al contenuto */
	  display:block;
    }

    .accordion-title .icon {
      transition: transform 0.3s ease-in-out;
    }

    .accordion-item.open .accordion-title .icon {
      transform: rotate(-180deg);
    }
	.acctitle {
		text-align:center;
		font-weight:700;
		padding:20px 50px;
		line-height: 16pt;
    font-size: 16pt;
	}
	.accor {
		text-align:center;
		padding:0 25px;
		line-height: 16pt;
    font-size: 14pt;
	}
	.slide3 img {
		max-width:600px;
		margin:0 auto;
	}
	.slide4 img {
	height: 300px;
    width: 45%;
    object-fit: cover;
    object-position: center;
	}
	.slide4 img:first-child {
	margin-right: 40px;
	}
	.slide4{
	width: 80%;
    height: 100%;
    margin: 0 auto;
    transition: opacity 0.5s ease-in-out;
	}
	#slider-container4 {
		height: 300px;
	}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 24.99999%;padding-left:15px;padding-right:15px;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;padding-left:15px;padding-right:15px;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

body {
	background-color:#f8f8f8;
	 font-family: "EB Garamond", serif;
	color: #444;
	margin:0;
	font-size:12pt;
	line-height:11pt;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "EB Garamond", serif;
    font-weight: 500;
    line-height: 1.1;
}



















body, html {
background-color:#fff;
margin: 0;
padding: 0;
overflow-x:hidden;
scroll-behavior: smooth;
}
p {
	font-size:12pt;
}
form {
margin:0;
}
.btncar {
width:90px;
	height: 90px;
}
#radiobutton {
	width:50px;
	height:50px;
}
#radiono {
	margin-left:50px;
}
.condizioniutil p {
	font-size:12pt;
	line-height:12pt;
	text-align:left;
	padding:0 20px;
}
.accettaconddesk {
	height: 25px;
	width: 25px;
}
.accettadesk label {
	font-size:12pt;
}
.btnconddesk {
	font-size: 16pt!important;
    line-height: 45pt!important;display:inline-flex;width: auto!important;
}
label {
    font-size:12pt;
}
.btnlogindesk {
	padding: 5px!important;
    margin-bottom: 0!important;
    font-size: 13px!important;
    line-height: 13px!important;
	width:250px!important;
}
.panel.cliente p label {
font-size:10pt;
}
.panel.cliente label {
font-size:10pt;
}
.panel.cliente p  {
text-align:left;
}
.panel.ordine p label {
font-size:10pt;
}
.panel.ordine label {
font-size:10pt;
}
.panel.ordine p  {
text-align:left;
}

.accordioncar {
  background-color: #f3f3f3;
    color: #000;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.3s;
	font-size: 12px;
    font-weight: 700;
    font-family: "EB Garamond", serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.accordiontar {
  background-color: #f3f3f3;
    color: #000;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.3s;
	font-size: 12px;
    font-weight: 700;
    font-family: "EB Garamond", serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.accordionvar {
  background-color: #f3f3f3;
    color: #000;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.3s;
	font-size: 12px;
    font-weight: 700;
    font-family: "EB Garamond", serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.accordionb2bb2c {
  background-color: #f3f3f3;
    color: #000;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.3s;
	font-size: 12px;
    font-weight: 700;
    font-family: "EB Garamond", serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.accordiondesc {
  background-color: #f3f3f3;
    color: #000;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.3s;
	font-size: 12px;
    font-weight: 700;
    font-family: "EB Garamond", serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.accordionfoto {
  background-color: #f3f3f3;
    color: #000;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.3s;
	font-size: 12px;
    font-weight: 700;
    font-family: "EB Garamond", serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.accordionvideo {
  background-color: #f3f3f3;
    color: #000;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.3s;
	font-size: 12px;
    font-weight: 700;
    font-family: "EB Garamond", serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.accordionfiles {
  background-color: #f3f3f3;
    color: #000;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.3s;
	font-size: 12px;
    font-weight: 700;
    font-family: "EB Garamond", serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.accordionfor {
  background-color: #f3f3f3;
    color: #000;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.3s;
	font-size: 12px;
    font-weight: 700;
    font-family: "EB Garamond", serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.accordionsped {
  background-color: #f3f3f3;
    color: #000;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.3s;
	font-size: 12px;
    font-weight: 700;
    font-family: "EB Garamond", serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.accordioncopertina {
  background-color: #f3f3f3;
    color: #000;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.3s;
	font-size: 12px;
    font-weight: 700;
    font-family: "EB Garamond", serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.accordionmod {
  background-color: #f3f3f3;
    color: #000;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.3s;
	font-size: 12px;
    font-weight: 700;
    font-family: "EB Garamond", serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.accordionfiltri {
  background-color: #f3f3f3;
    color: #000;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.3s;
	font-size: 12px;
    font-weight: 700;
    font-family: "EB Garamond", serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/*.active, .accordion:hover {
  background-color: #eee;
}
.active, .accordioncar:hover {
  background-color: #eee;
}
.active, .accordiontar:hover {
  background-color: #eee;
}
.active, .accordionvar:hover {
  background-color: #eee;
}
.active, .accordionb2bb2c:hover {
  background-color: #eee;
}
.active, .accordiondesc:hover {
  background-color: #eee;
}
.active, .accordionfoto:hover {
  background-color: #eee;
}
.active, .accordionvideo:hover {
  background-color: #eee;
}
.active, .accordionfiles:hover {
  background-color: #eee;
}
.active, .accordionfor:hover {
  background-color: #eee;
}
.active, .accordionsped:hover {
  background-color: #eee;
}
.active, .accordioncopertina:hover {
  background-color: #eee;
}
.active, .accordionmod:hover {
  background-color: #eee;
}
.active, .accordionfiltri:hover {
  background-color: #eee;
}*/
/* Style the accordion panel. Note: hidden by default */
.panel {
padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panelcar {
padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panelvar {
padding: 0 18px 0 50px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordioncar:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 10px;
    color: #000;
  float: right;
  margin-left: 5px;
}
.accordiontar:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 10px;
    color: #000;
  float: right;
  margin-left: 5px;
}
.accordionvar:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 10px;
    color: #000;
  float: right;
  margin-left: 5px;
}
.accordionb2bb2c:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 10px;
    color: #000;
  float: right;
  margin-left: 5px;
}
.accordiondesc:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 10px;
    color: #000;
  float: right;
  margin-left: 5px;
}
.accordionfoto:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 10px;
    color: #000;
  float: right;
  margin-left: 5px;
}
.accordionvideo:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 10px;
    color: #000;
  float: right;
  margin-left: 5px;
}
.accordionfiles:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 10px;
    color: #000;
  float: right;
  margin-left: 5px;
}
.accordionfor:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 10px;
    color: #000;
  float: right;
  margin-left: 5px;
}
.accordionsped:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 10px;
    color: #000;
  float: right;
  margin-left: 5px;
}
.accordioncopertina:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 10px;
    color: #000;
  float: right;
  margin-left: 5px;
}
.accordionmod:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 10px;
    color: #000;
  float: right;
  margin-left: 5px;
}
.accordionfiltri:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 10px;
    color: #000;
  float: right;
  margin-left: 5px;
}
.variante_articolo_mobile {
	display:none;
}
.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.operativadesk {
top: 80px;
    position:absolute;
    width: 80%;	
	left:270px;
}
.operativadeskint {
top: 120px;
    position:absolute;
    width: 80%;	
	left:270px;
	padding-bottom:50px;
}
.funzionidesk {
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #999999;
    text-align: right;
    /* padding: 3px; */
    top: 60px;
    right: 0;
    height: 46px;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    /* box-shadow: 5px 5px 13px #999; */
    /* border-radius: 5px; */
    z-index: 111;
}
.prodbtndesk {
    font-size: 13px!important;
    line-height: 28px!important;
	display: inline-flex!important;
	 padding: 5px 15px 6px 15px!important;
}
.prodbtndesk i {
	display: block;
    font-size: 20pt;
	margin-right:5px;
}
.prodbtndesk:hover {
text-decoration:none;	
}
.coldesk {
float:left;
	width:47%;
	margin:1%;
}
.boxdesk {
	    float: left;
    width: 99%;
    border: 1px solid #999999;
    text-align: center;
    padding: 10px;
    font-size:10pt;
    box-shadow: 1px 0px 6px #999;
    border-radius: 3px;
	margin-bottom:10px;
}
.btnuploaddesk {
	background-color: #eaeaea!important;
    background-image: none!important;
	height:80px;
	line-height: 65px!important;
}

.btnuploaddesk i {
margin-top: 20px;
}
.iconorddesk {
font-size:18px!important;	
margin-right: 0!important;
    padding: 0px!important;
}
.loadingdesk {
margin-top:0!important;
	z-index:11111111!important;
}
.spinnerdesk {
	z-index:111111111!important;
	font-size:16px!important;
}
.spinnerdesk img {
	width:50px;
}
.ckeditordesk .cke_toolbar {
zoom:1!important;	
}
.textspacedesk p {
font-size:13px;	
}
.boxcliente label {
width:100%;
	font-size:13px;
}
.btnpubdesk {
width:100px;
	height:50px;
}
.iframedesk label {
font-size:10pt;	
}
.iframedesk .cke_toolbar {
zoom:1!important;	
}
.fotobtndesk {
display: inline-grid!important;
    font-size: 10px!important;
    padding: 2px!important;
    line-height: 12px!important;
    margin: 5px 0 0 0!important	
}
.iconcat1 {
margin-top:0!important;	
}
.prodbtndeskord {
    padding: 10px 10px 11px 10px!important;	
}
.inputdesk1 {
margin: 0;
    border: 1px solid #999;
    font-size:10pt;
    text-align: left;
    padding: 5px;	
	width:100%;
}
.linkdesk:hover {
text-decoration:none;	
}
.inputlogin {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 250px;
    /* height: 0px; */
    box-shadow: 2px 2px 5px #eee;
    text-align: left;
    font-size: 13px;
    /* margin-bottom: 30px; */
}
#notify-icon {
font-size: 50pt!important;
    display: block;
    font-size: 30pt;
    color: #f00;
    position: absolute;
    margin-left: 360px;
    margin-top: -20px;	
}
#notify-icon-small {
font-size: 40pt!important;
    display: block;
    font-size: 30pt;
    color: #f00;
    position: absolute;
    margin-left: 220px;
    margin-top: -20px;	
}
.condizioniutilizzo p {
font-size:10pt;	
}
.condizioniutilizzo h2 {
font-size:12pt;	
}
/*[aria-hidden="true"] {
  opacity: 0;
  position: absolute;
  z-index: -9999;
  pointer-events: none;
}*/
.linkcatalogo {
    opacity: 0;
    position: absolute;
    z-index: -9999;
    pointer-events: none;
}
ul.topnav {
	display:block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	/*background-color:#102c48;*/
	z-index:100;
	text-transform:uppercase;
	    position: fixed;
    top: 0;
    width: 100%;
}
.fancybox-close {
    top: -35px!important;
    right: -30px!important;
    width: 66px!important;
    height: 57px!important;
	background-size: 82px 255px!important;
}

/* Float the list items side by side */
ul.topnav li {float: left;    background: transparent;display:none;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 40px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {    background-color: #4d4d4d;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
  display: inline-block;
      margin-top: 32px;
    margin-right: 36px;
	    background-color: #4d4d4d;
		    border-radius: 5px;}
  ul.topnav.responsive {position: fixed; z-index:11111111111;
  }
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  ul.topnav.responsive li {
        float: none;
    display: inline;
    /* background-color: #dedede; */
    /* width: 100%; */
    /* margin: 0; */
    padding: 0;
    border: none;
    line-height: 45px;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: center;
	background-color: #4d4d4d;
  }
  .multiselprod {
	  position: absolute;
    top: 4px;
  }
  .multiselprod input {
	  width: 50px;
    height: 50px;
  }
.operativa {
	position: relative;
    top: 125px;
    padding-top: 30px;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border: 1px solid #999999;
}
.operativa2 {
	position: relative;
    top: 170px;
    padding-left: 6px;
    padding-top: 30px;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.operativa3 {
	    position: relative;
    top: 50px; 
    padding-left: 0px;
    padding-top: 10px;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.addcli {
	    float: right;
}
.searchcli {
	float:left;
	margin-top: 25px;
}
.inputcli {
	    height: 100px;
    width: 500px;
    margin-right: 10px;
    border: 1px solid #999;
    font-size: 26pt;
}
.inputcli2 {
	    height: 100px;
    width: 700px;
    margin-right: 10px;
    border: 1px solid #999;
    font-size: 26pt;
	text-align:center;
}		
.image-upload > input
{
    display: none;
}
.imageuploaded {
	float: left;
    width: 600px;
    height: 400px;
    border: 1px solid #999999;
}
.tile {
	width:450px;
	height:450px;
	border:1px solid #999999;
	border-radius:5px;
	margin:8px;
	float:left;
	font-size:30pt;
	text-transform:uppercase;
	    line-height: 40px;
		    box-shadow: 5px 5px 13px #999;
			background-color:#fff;
}
.tile333 {
	width:300px;
	height:333px;
	border:1px solid #999999;
	border-radius:5px;
	margin:8px;
	float:left;
	font-size:20pt;
	text-transform:uppercase;
	    line-height: 30px;
		    box-shadow: 5px 5px 13px #999;
			background-color:#fff;
}
.tile98 {
	width:98%;
	height:250px;
	border:1px solid #999999;
	border-radius:5px;
	margin:8px;
	float:left;
	font-size:20pt;
	text-transform:uppercase;
	    line-height: 30px;
		    box-shadow: 5px 5px 13px #999;
			background-color:#fff;
}
.tile2 {
	width: 200px;
    height: 300px;
    margin-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #999999;
    border-radius: 5px;
    margin: 8px;
    float: left;
    font-size: 30pt;
    text-transform: uppercase;
    line-height: 40px;
    box-shadow: 5px 5px 13px #999;
    background-color: #fff;
}
.loading {
	    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 111;
    margin: 0;
    padding: 0;
    margin-top: -50px;
    margin-left: -10px;
    opacity: 0.9;
	display:none;
}
.spinner {
	position:fixed;
		width:250px;
		
     font-size: 26pt;
    font-weight: bold;
    z-index: 1111;
left:50%;
margin-left:-125px;
top:50%;
margin-top:-125px;	
	display:none;
}
.loadingprod {
	    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 111;
    margin: 0;
    padding: 0;
    margin-top: -50px;
    margin-left: -10px;
    opacity: 0.9;
	display:block;
}
.spinnerprod {
	position:fixed;
		width:250px;
		
     font-size: 26pt;
    font-weight: bold;
    z-index: 1111;
left:50%;
margin-left:-125px;
top:50%;
margin-top:-125px;	
	display:block;
}
.spinner2 {
	position:fixed;
		width:250px;
		
     font-size: 26pt;
    font-weight: bold;
    z-index: 1111;
left:50%;
margin-left:-125px;
top:50%;
margin-top:-125px;	
	display:none;
}
.areastampa {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    height: 130px;
    width: 300px;
	text-align:center;
}
.arealimiti {
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    height: 150px;
    width: 300px;
	text-align:center;
}
.galleryhome{
    width:100%;
    float:left;
    margin-top:10px;
}
.add-button {
  position: relative;
	z-index:1111111111;
}
.galleryhome ul{
    margin:0;
    padding:0;
    list-style-type:none;
}
.galleryhome ul li{
    padding: 0;
    border: 1px solid #ccc;
    float: left;
    background: none;
    width: 13%;
    height:auto;
	cursor: pointer;
}
.galleryhome img{
    width:270px;
}
.container {
max-width:none;	
}
.istruzioni {
	position: absolute;
    width: 400px;
    height: 400px;
    border: 1px solid #999999;
    border-radius: 10px;
    box-shadow: 4px 3px 3px #dedede;
    right: 20px;
	padding:3px;
	overflow-y:scroll;
}
.messaggio {
    margin-top: 50px;
    /* position: relative; */
    text-align: left;
    /* width: 800px; */
    /* left: 50%; */
    /* margin-left: -400px; */
    font-size: 22pt;
    float: left;
    padding: 20px;
}
.versioning {
margin-top: 20px; */
    position: relative;
    text-align: left;
    /* width: 800px; */
    /* left: 50%; */
    /* margin-left: -400px; */
    font-size: 22pt;
    float: left;
    padding: 20px;
}
.azienda tr td {
	width:150px;
}
.riga1 {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
	height:45px;
}
.catinteressati {
	position: relative;
    display: inline-block;
    overflow: visible;
    width: 350px;
    height: 32px;
    float: left;margin-left:20px;
}
.extraue {
	position: relative;
    display: inline-block;
    overflow: visible;
    width: 450px;
    height: 45px;
    float: left;
}
.riga2 {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
	height:45px;
}
.riga3 {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
	height:30px;
}
.riga4 {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
	height:110px;
}
.catdati {
	position: relative;
    display: inline-block;
    overflow: visible;
    width: 110px;
    height: 32px;
    float: left;
	    line-height: 32px;
}
.catinterni {
	margin-top:5px;
	margin-bottom:5px;
}
.catesterni {
	margin-top:20px;
	margin-bottom:5px;
}
.catdest {
	position: relative;
    display: inline-block;
    overflow: visible;
    width: 150px;
    height: 32px;
    float: left;
	    line-height: 32px;
}
.checkdati {
	margin:0 !important;
	   height: 20px;
    width: 20px;
}
.formcheckbox {
	    display: -webkit-inline-box;
    margin-right: 20px;
}
.prodbtn {
    font-size: 18pt!important;
    line-height: 20pt!important;
    padding: 5px 14px!important;
	margin: 0px 3px!important;
}
.prodbtnhome {
float: left!important;
	width: 460px;
    height: 300px;
	    margin: 8px 8px !important;
	font-size: 24pt!important;
    line-height: 26pt!important;
    text-transform: uppercase;
}
.btncatalogo {
padding: 3px 10px!important;	
}
.btnrotate {
    font-size: 14pt!important;
    line-height: 14pt!important;
    padding: 3px 5px!important;
    margin: 0px 3px!important;
}
.btnrotate i {
	font-size:34pt!important;
	
}
.prodbtnhome i {
font-size:100pt!important;	
	padding-bottom: 10px;
}
.prodbtnhomesmall {
float: left!important;
	width: 300px;
    height: 250px;
	    margin: 8px 8px !important;
	font-size: 20pt!important;
    line-height: 22pt!important;
    text-transform: uppercase;
}
.prodbtnhomesmall i {
font-size:80pt!important;	
	padding-bottom: 10px;
}
.prodbtnhomefull {
float: left!important;
	width: 98%;
    height: 250px;
	    margin: 8px 8px !important;
	font-size: 20pt!important;
    line-height: 22pt!important;
    text-transform: uppercase;
}
.prodbtnhomefull i {
font-size:80pt!important;	
	padding-bottom: 10px;
}
.prodbtnmenu {
float: left!important;
    width: 120px;
    height: 93px;
    margin: 2px 8px !important;
}
.prodbtnmenu i {
font-size: 54pt!important;
    padding-bottom: 10px;
    line-height: 62pt;
}
.btn {
display: inline-block;
    padding: 5px 60px;
    margin-bottom: 0;
    font-size: 28pt;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.criteriricerca {
    text-align: left;
    position: absolute;
    right: 20px;
    width: 260px;
    border: 1px solid #afafaf;
    padding: 10px;
    border-radius: 10px;
    top: 20px;
    height: 170px;
}
.pulsanticlienti {
    text-align: left;
    position: absolute;
    left: 20px;
    width: 260px;
    border: 1px solid #afafaf;
    padding: 10px;
    border-radius: 10px;
    top: 20px;
    height: 170px;
}
.boxricerca {
position:relative;
width:100%;
border: 1px solid #afafaf;
padding: 10px;
    border-radius: 10px;
    height:250px;
    margin-bottom:20px;
}
.ui-igcombo-listitemholder {
display: list-item;
}
.standardinput {
margin-left:20px;
border:1px solid #cccccc;
padding:2px;
width:300px;
height:32px;
    color: #444;
    font-size: 11pt;
    float:right;
}
.standardinput2 {
border:1px solid #cccccc;
padding:2px;
width:300px;
height:32px;
    color: #444;
    font-size: 11pt;
    float:left;
}
.standardinput3 {
border:1px solid #cccccc;
padding:2px;
width:200px;
height:32px;
    color: #444;
    font-size: 11pt;
    float:left;
}
.standardinput4 {
border:1px solid #cccccc;
padding:2px;
width:80px;
height:32px;
    color: #444;
    font-size: 11pt;
    float:left;
}
.standardinput5 {
border:1px solid #cccccc;
padding:2px;
width:95%;
height:32px;
    color: #444;
    font-size: 11pt;
    float:left;
}
.top20 {
margin-top:40px;
}
.input200center {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 600px;
    height: 80px;
    box-shadow: 2px 2px 5px #eee;
    text-align: center;
    font-size: 28pt;
    margin-bottom: 30px;
}

.fa-1x {
font-size: 1.5rem;
}
.navbar-toggler.toggler-example {
cursor: pointer;
}
.dark-blue-text {
color: #0A38F5;
}
.dark-pink-text {
color: #AC003A;
}
.dark-amber-text {
color: #ff6f00;
}
.dark-teal-text {
color: #004d40;
}
.tile img {
	width: 250px;
    margin-bottom: 10px;
    padding: 5px;
    margin-top: 50px;
}
.tile333   img {
	width: 167px;
    margin-bottom: 10px;
    padding: 5px;
    margin-top: 33px;
}
.tile98   img {
	width: 150px;
    margin-bottom: 10px;
    padding: 5px;
    margin-top: 10px;
}
.cke_toolbar {
        zoom: 2.5;
}
.tileinfo {
	position: absolute;
    margin-left: 30px;
    margin-top: -40px;
	font-size:19pt;
}
.manuale_clienti {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 11111111;
	display:none;
	overflow-y: hidden;
}
.manuale_index {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 11111111;
	display:none;
	overflow-y: hidden;
}
.chiudi_manuale {
	    font-size: 40pt;
    position: absolute;
    right: 30px;
    top: 10px;
}
.manuale_avanti {
	font-size: 40pt;
    position: absolute;
    bottom: 100px;
    text-align: center;
    width: 100%;
}
.manuale_ricerca {
	display:block;
}
.manuale_anagrafica_clienti {
	display:block;
}
.manuale_prodotti {
	display:none;
}
.manuale_cataloghi {
	display:none;
}
.manuale_caratteristiche {
	display:none;
}
.manuale_config_app {
	display:none;
}
.manuale_config_ecomm {
	display:none;
}
.manuale_statistiche {
	display:none;
}
.manuale_ordini {
	display:none;
}
.manuale_ricerca_2 {
	display:none;
}
.manuale_ricerca_3 {
	display:none;
}
.manuale_box_ricerca {
	background-color: #fff;
    width: 650px;
    height: 150px;
    top: 205px;
    position: absolute;
    left: 15px;
}
.manuale_box_clienti {
	background-color: #fff;
    width: 450px;
    height: 450px;
    top: 210px;
    position: absolute;
    left: 28px;
}
.manuale_box_prodotti {
	background-color: #fff;
    width: 450px;
    height: 450px;
    top: 210px;
    position: absolute;
    right: 28px;
}
.manuale_box_ordini {
	background-color: #fff;
    width: 450px;
    height: 450px;
    top: 673px;
    position: absolute;
    right: 28px;
}
.manuale_box_statistiche {
	background-color: #fff;
    width: 450px;
    height: 450px;
    top: 1136px;
    position: absolute;
    right: 28px;
}
.manuale_box_cataloghi {
	background-color: #fff;
    width: 450px;
    height: 450px;
    top: 673px;
    position: absolute;
    left: 28px;
}
.manuale_box_caratteristiche {
	background-color: #fff;
    width: 450px;
    height: 450px;
    top: 1136px;
    position: absolute;
    left: 28px;
}
.manuale_box_config_app {
	background-color: #fff;
    width: 450px;
    height: 450px;
    top: 210px;
    position: absolute;
    left: 28px;
}
.manuale_box_config_ecomm {
	background-color: #fff;
    width: 450px;
    height: 450px;
    top: 210px;
    position: absolute;
    right: 28px;
}
.manuale_box_nuovo {
	background-color: #fff;
    width: 128px;
    height: 150px;
    top: 205px;
    position: absolute;
    right: 15px;
}
.manuale_box_riga {
	background-color: #fff;
    width: 100%;
    height: 120px;
    top: 470px;
    position: absolute;
}
.campo_input_ricerca {
	    border: 1px solid #999;
    width: 500px;
    height: 100px;
    margin-left: 10px;
    margin-top: 26px;
}
.lente_ricerca{
	    position: absolute;
    top: 28px;
    right: 30px;
}
.icona_nuovo{
	    position: absolute;
    top: 26px;
    right: 6px;
}
.icona_delete{
	    position: absolute;
    top: 26px;
    right: 56px;
}
.manuale_testo_clienti {
	font-size:26pt;
	margin-top:40px;
}
.manuale_spiegazione_ricerca {
	color: #fff;
    font-size: 30pt;
    position: absolute;
    top: 400px;
    width: 100%;
    padding: 10%;
    font-weight: bold;
}
.manuale_spiegazione_clienti {
	color: #fff;
    font-size: 30pt;
    position: absolute;
    top: 600px;
    width: 100%;
    padding: 10%;
    font-weight: bold;
}
.manuale_spiegazione_cataloghi {
	color: #fff;
    font-size: 30pt;
    position: absolute;
    top: 1080px;
    width: 100%;
    padding: 10%;
    font-weight: bold;
}
.manuale_spiegazione_caratteristiche {
	color: #fff;
    font-size: 30pt;
    position: absolute;
    top: 200px;
    width: 100%;
    padding: 10%;
    font-weight: bold;
}
.manuale_spiegazione_riga {
	color: #fff;
    font-size: 30pt;
    position: absolute;
    top: 600px;
    width: 100%;
    padding: 10%;
    font-weight: bold;
}
.manuale_nome_cliente {
	    position: absolute;
    font-size: 22pt;
    color: blue;
    top: 38px;
    left: 115px;
}
.manuale_mail_cliente {
	    position: absolute;
    font-size: 22pt;
    color: blue;
    top: 38px;
    left: 485px;
}
.porcreo {
    position: absolute;
    height: 100px;
    margin-top: 132px;
    margin-bottom: 50px;
    padding-right: 10;	
}
.porcreo img {
	width:100%;
}
.loadingpopup {
	    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 111;
    margin: 0;
    padding: 0;
    opacity: 0.9;
	display:none;
}
.spinnerpopup {
	position:fixed;
		width:250px;
		
     font-size: 26pt;
    font-weight: bold;
    z-index: 1111;
left:50%;
margin-left:-125px;
top:50%;
margin-top:-125px;	
	display:none;
	text-align: center;
}
.loadingpopupcop {
	    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 111;
    margin: 0;
    padding: 0;
    opacity: 0.9;
	display:none;
}
.spinnerpopupcop {
	position:fixed;
		width:250px;
		
     font-size: 26pt;
    font-weight: bold;
    z-index: 1111;
left:50%;
margin-left:-125px;
top:50%;
margin-top:-125px;	
	display:none;
	text-align: center;
}
.loadingpopuppdf {
	    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 111;
    margin: 0;
    padding: 0;
    opacity: 0.9;
	display:none;
}
.spinnerpopuppdf {
	position:fixed;
		width:250px;
		
     font-size: 26pt;
    font-weight: bold;
    z-index: 1111;
left:50%;
margin-left:-125px;
top:50%;
margin-top:-125px;	
	display:none;
	text-align: center;
}
.loadingdup {
	    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 111;
    margin: 0;
    padding: 0;
    opacity: 0.9;
	display:none;
}
.spinnerdup {
	position:fixed;
		width:250px;
		
     font-size: 26pt;
    font-weight: bold;
    z-index: 1111;
left:50%;
margin-left:-125px;
top:50%;
margin-top:-125px;	
	display:none;
	text-align: center;
}
.loadingpopuprot {
	    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 111;
    margin: 0;
    padding: 0;
    opacity: 0.9;
	display:none;
}
.spinnerpopuprot {
	position:fixed;
		width:250px;
		
     font-size: 26pt;
    font-weight: bold;
    z-index: 1111;
left:50%;
margin-left:-125px;
top:50%;
margin-top:-125px;	
	display:none;
	text-align: center;
}
.loadingpopupvideo {
	    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 111111111;
    margin: 0;
    padding: 0;
    opacity: 0.9;
	display:none;
}
.spinnerpopupvideo {
	position:fixed;
		width:500px;
		
     font-size: 26pt;
    font-weight: bold;
    z-index: 1111111111;
left:50%;
margin-left:-250px;
top:50%;
margin-top:-125px;	
	display:none;
	text-align: center;
}


@media (min-width: 1050px) {
.fancybox-close {
    position: absolute!important;
    top: -18px!important;
    right: -18px!important;
    width: 36px!important;
    height: 36px!important;
    cursor: pointer!important;
    z-index: 8040!important;
	background-size: inherit!important;
}
}


@media (max-width: 1050px) {
.criteriricerca {
    position: relative;
    left: 0;
    width: 100%;
    height: 80px;
    margin-bottom:20px;
}
.top20 {
margin-top:40px;
}
	.notespace {
    border-top: 1px solid #bbb;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 20px;
}

}
@media (max-width:768px) {
	html.home, body.home {
		overflow:hidden;
	}
.nomobile {
	display:none;
}
.nodesktop {
	display:block;
	position:relative;
}
.subtitleDprice {
background-color:#f5f0e5;
font-size:12pt;
font-weight:bold;
}

table {
            border-collapse: collapse;
            width: 100%;
			border-color: #ddd;
			font-size:12pt;
        }
.popup {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    font-size: 12pt;
    max-height: 80%;
    overflow-y: scroll;
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    font-weight: 500;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 9999999;
    display:none;
}
.reg_close {
    background: -webkit-gradient(linear, left top, left bottom, from(#b3956c), to(#c5a579));
    padding: 6px 30px;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size:10pt;
    border-radius: 2px;
}
label {
    font-size: 12pt;
}
.fields {
    display: block;
	margin-top:30px;
  }
  #formdati {
	  max-width:90%;
	margin:0 auto;
  }
  .reg_btn2 {
		 background: -webkit-gradient(linear, left top, left bottom, from(#b3956c), to(#c5a579));
		padding: 8px 20px;
		 border:none;
		 color:#fff;
		 font-weight:500;
		 font-size:10pt;
		 border-radius:2px;
		 text-align:center;
		 margin:30px 0;
		 float:right;
	 }
.field {
		 display: block;
		align-items: center;
		width: 100%;
		margin-bottom:10px;
	 }
	 .field label {
		 font-size: 12pt;
		 font-weight:600;
		text-align: left;
		color:#b3956c;
	 }
	 .field input{
		width: 100%;
		font-size: 12pt;
		padding:6px 25px 6px 10px;
		border: solid 1px #b3956c;
		margin-top:6px;
		border-radius:0px;
    background-color:#fff;
	color:#b3956c;
	box-shadow: rgb(171 171 171 / 20%) 1px 2px 10px;
	 }
	 .prevtitle {
		 display:block;
		         margin-top: 98px;
	 }
	 
	 .infohome {
		 display:none;
	 }
	 .infohome.start {
		 display:block;
	 }
.prevtitle .title{
      font-size:12pt;
	  color:#444;
	  font-weight:700;
    }
	.prevtitle .subtitle{
      font-size:12pt;
	  color:#555;
    }
#preventivotesta {
		
		    padding: 150px 0 60px;
    
	background-image: url(../images/copertinatest.jpg);
    background-size: cover;
    background-position: center;
	}
	.preventivotesta {
		margin:0 auto;
		max-width:90%;
		display:block;
	}
	.prevSx {
		height:unset;
		max-width: 100%;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		border-radius: 2px;
		background-color:#fff;
		opacity:0.94;
		margin-bottom:30px;
	}
	.titleprevSx {
		background-color:#e3caab;
		padding:15px;
		border-top-right-radius: 4px;
    border-top-left-radius: 4px;
	}
	.titleprevDx {
		background-color:#e3caab;
		padding:15px;
		border-top-right-radius: 4px;
    border-top-left-radius: 4px;
	}
	.prevDx {
		height:unset;
		max-width: 100%;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		border-radius: 2px;
		background-color:#fff;
		opacity:0.94;
	}
	.boxprevSx {
		padding:15px;
	}
	.boxprevDx {
		padding:15px;
	}
	
.details {
	display:contents;
    justify-content: center;
	margin: 0 0 30px;
    max-width: 100%;
	width:100%;
	flex-direction: column;
}
.details:last-child {
	display:contents;
    justify-content: center;
	margin: 0 0 50px;
    max-width: 100%;
	width:100%;
	flex-direction: column;
}	
.imgD {
min-height:180px;
max-height:250px;
max-width:100%;
width:100%;
height:100%;
object-fit: cover;
}
.arrow-container {
      position: fixed;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      height: 0;
      z-index: 1;
    }
	.circle-container {
      position: relative;
      width: 200px;
      height: 200px;
      background-color: white;
      border-radius: 100%;
      overflow: hidden;
	  top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    }

    .circle-container .img1 {
      position: absolute;
      top: 30%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
    height: 50px;
    object-fit: fill;
    }
	.circle-container .img2{
      position: absolute;
      top: 70%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
    height: 50px;
    object-fit: fill;
    }
.indicedesk {
	display:none;
}
.slide3 img {
		max-width:100%;
		margin:0 auto;
	}
	.slide4 img {
	height: 150px;
    width: 49%;
    object-fit: cover;
    object-position: center;
	}
	.slide4 img:first-child {
	margin-right: 0px;
	}
	.slide4{
	width: 100%;
    height: 100%;
    margin: 0 auto;
    transition: opacity 0.5s ease-in-out;
	}
	#slider-container4 {
		height: 150px;
	}
#slider-container2 {
            width: 100%;
			height:150px;
            overflow: hidden;
            position: relative;
        }
.slide1 img{
			height:150px;
			width:100%;
			object-fit: cover;
			object-position: center;
		}
        .slide1 {
            width: 100%;
            height: 100%;
            position: absolute;
            transition: opacity 0.5s ease-in-out;
			display: flex;
        }
		
.acctitle {
		text-align:center;
		font-weight:700;
		padding:30px 15px 30px;
		font-size:10pt;
	}
	.accor {
		text-align:center;
		padding:0px 15px 30px;
		font-size:10pt;
	}
.timeline {
      position: relative;
      max-width: 100%;
      margin: 50px 25px;
    }
.content {
	max-width:90%;
	margin-left:20px;
}
#noteindex {
	font-size:12pt;
}
.content span{
	font-size:10pt;
}
    .timeline-item {
          display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    }

    .timeline-item img {
      max-width: 100px;
        border-radius: 75px;
        margin-right: 0px;
        object-fit: cover;
        height: 100px;
    }
	.timeline-item::before {
      content: none;
    }
.infotext {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 20px;
    min-width: 200px;
    border-radius: 12px;
    right: 10px;
    top: 60px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
}
.driversignmobile {
	background-color:#fff;
	border: 2px solid #000;
	margin:10px;
	        margin-bottom: 50px;
        margin-top: 20px;
}
.loghids {
	display:inline-block;width:100%;margin-top:20px;
}
.frecciabeforeitemmobile {
	
}
.frecciabeforeitemmobile:before {
   font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f358";
        display: block;
        padding: 5px;
        vertical-align: middle;
        font-weight: 900;
        position: absolute;
        width: 100%;
        text-align: center;
        margin-top: -110px;
        color: #b3956c;
        border-bottom: 1px solid #b3956c;
        line-height: 23px;
        background-color: #fff;
        border-top: 1px solid #b3956c;
      }
	  .playbeforeitemmobile:before {
   font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f358";
        display: block;
        padding: 5px;
        vertical-align: middle;
        font-weight: 900;
        position: absolute;
        width: 100%;
        text-align: center;
        margin-top: -110px;
        color: #b3956c;
        border-bottom: 1px solid #b3956c;
        line-height: 23px;
        background-color: #fff;
        border-top: 1px solid #b3956c;
      }
	  .accordion-item {
		  margin-bottom:0!important;
		  box-shadow:none!important;
		      padding-top: 0px;
	  }
	  .accordion-item.voucher {
		  margin-bottom:0!important;
		  box-shadow:none!important;
		      padding-top: 145px;
	  }
.nome_cartello {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 30pt;
    line-height: 30pt;
    color: #000;
	margin-bottom:10px;
}
.accordion {
    background-color: #f3f3f3;
    color: #444;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.3s;
    font-size:10pt;
    font-weight: 500;
    font-family: "EB Garamond", serif;
    letter-spacing: 1px;
	max-width: 100%;
    margin-bottom:80px;
}
.accordion-title {
      display: block;
        justify-content: space-between;
        padding: 10px 25px;
        color: #fff;
        cursor: pointer;
        background-color: #b3956c;
        align-items: center;
        text-align: center;
        font-size: 12pt;
        line-height: 16pt;
    }
.evtitle span{
      font-size:12pt;
	  color:#737373;
    }
	.evtitle.solocopertina span{
      font-size:16pt;
	  color:#000;
    }
	.evtitle.solocopertina {
     height: auto;
        min-height: 80px;
        top: 70%;
    }
	.vfooter span{
      font-size:12pt;
	  color:#fff;
    }
	.vfooter {
      width: 100%;
	  margin-top:20px;
	  margin-bottom:10px;
      background-color: #062b3b; /* Colore di sfondo a tua scelta */
      text-align: center;
      padding: 20px;
      box-sizing: border-box;
    }
	.vfooter img{
      width: 100%;
	  max-width:200px;
    }
.infoM {
      list-style-type: none;
      padding: 30px 15px 15px;
	  display: flex;
	  flex-direction:column;
    }
	.infoM span{
	  margin-bottom:10px;
	  font-size:10pt;
    }
	.titleContact {
    font-size: 34px;
	padding:0 15px;
    margin-bottom: 30px;
    color: #444;
    font-weight: 700;
}
.footerMob {
	display:flex;
	height:72px;
	align-items: center;
    justify-content: space-evenly;
}
.footerMob a {
	color:#999;
}
#slider-container {
            width: 100%;
			height:70vh;
            overflow: hidden;
            position: relative;
			top: 15vh;
        }

 #slider-containerCOP {
            width: 100%;
			height:80vh;
            overflow: hidden;
            position: relative;
			top:15vh;
        }
.item_container {
	display: flex;
    align-items: center;
    flex-direction: column;
}
.item_container img{
	height:28px;
	max-width:28px;
}
.blockfagiolini {
overflow-y: hidden;
        overflow-x: scroll;
	width:100%;
	height:36px;
	    display: inline-flex;
		        background-color: #fff;
        z-index: 11111111111;
		scrollbar-color: #dedede;
  scrollbar-width: thin;
}
.fagiolino {
	    display: block;
		min-width: 100px;
    width: auto;
    background-color: #dedede;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    text-align: center;
	        margin: 6px 3px;
}
#logo {
            position: fixed;
            padding-left:15px;
			z-index: 111111111;
        }
		#logo img{
            height:40px;
        }
		.logopartner {
    top: unset;
    left: 100px;
}
		.logopartner img{
            height: 50px !important;
    width: auto !important;
    max-height: unset !important;
        }
	.footer_item {
		display: flex;
    flex: 1 1;
	font-size:10pt;
    justify-content: center;
    align-items: center;
	}
	.footer {
    background-color: #fff;
    width: 100%;
    height: 68px;
    border-bottom: none;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
		.infohome {
			background-color: #fff;
    padding: 20px;
    position: absolute;
    border-radius: 12px;
    font-size:10pt;
    left: 20px;
    right: 20px;
			bottom: 85px;
			opacity:0.9;
		}
		.clicktoaction {
			position:absolute;
			right:20px;
			        top: 50%;
        margin-top: -50px;
		}
		.button {
  position: relative;
  display: flex;
  background-color: #fff;
  color: #b3956c;
  width: 100px;
  height: 100px;
		}
		.homeimg img{
			height:100vh;
			width:100%;
			margin:0;
			object-fit:cover;
		}
		
		.pinrequest {
	position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
	text-align:center;
}
.pinrequest p {
	font-size:12pt;
}
		.cartbar {
    width: 80%;
    height: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #d4d4d4;
    position: fixed;
    display: none;
    z-index: 111111111111111111;
    padding: 20px 0 20px 0;
    top: 0;
    right: 0;
}
.cartcloseicon {
    top: 0;
        font-size: 25px;
        position: absolute;
        margin-top: 15px;
        left: 15px;
        right: unset;
}
.alonecart {
    width: 100%;
    height: 100%;
    background-color: #00000082;
    position: fixed;
    display: none;
    z-index: 11111;
    left: 0;
    top: 0;
}
    .rightcart {
        position: relative;
        right: unset;
        width: 96%;
        height: 92%;
        top: 20px;
        padding: 20px 20px;
    }
	.indicemobile {
	display: block;
        position: absolute;
        left: unset;
        width: 100%;
        height: 92%;
        margin-top: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        scrollbar-width: thin;
}
}


