
.search-form {
	bottom: calc(55%)!important;
}

input[type=number] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
*:focus {
    outline: none;
}

.ui-widget-header {
	background: #b3814a!important;
    color: #ffffff!important;
    font-weight: bold!important;
}
.ui-widget {
	font-family: "EB Garamond", serif!important;
    font-size: 1.2em!important;
}
.wishlist_notify {
margin-left:0px;
}
.sendwishbutton {
margin:0!important;
width:400px!important;
}
.langswitcher {
	display:inline-flex;
	padding-left:10px;
}
.titololang {
	display:inline-flex;
	padding:30px 0 10px 10px;
}

#servizi ul {
  list-style: none;
}

#servizi ul li:before {
  content: '✓';
  font-weight: bold;
    margin-right: 5px;
}
.btnRefresh {
    font-family: "EB Garamond", serif;
    height: 25px;
    width: 180px;
    border: 1px solid #444;
    color: #444;
    background-color: #f3f3f3;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}
.btnRefresh:hover {
    font-family: "EB Garamond", serif;
    height: 25px;
    width: 180px;
    border: 1px solid #444;
    color: #444;
    background-color: #ddd;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}
.col12 {
		flex: 0 0 100%;
		max-width: 100%;
}
.copertina-home {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}
.no-copertina-home {
  height:500px;
}
.copertina {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}
.copertina img{
  border-radius:20px;
  height: 650px;
    object-fit: cover;
    max-height: 700px;
}
.image-home {
    position: relative;
}
.image-home img {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
}
#startlist {
	padding-top:50px;
}
#note_tariffe h3 {
	font-size:14pt;
}
#wishlistelementbutton {
	display:block;
}
.tablinks {
	color:#929daf;
}
b, strong {
    font-weight: bold!important;
}

.ui-datepicker-trigger {
	cursor:pointer;
	background: none;
    border: none;
	margin-left: 10px;
    color: #444;
    font-size: 26px;
}
select {
	font-family:'Montserrat', sans-serif;
    border-color: #999;
	background-color:transparent;
}

i{
	margin-right:5px;
}
option {
	color:#444;
	font-size:16px;
}
.add_to_wishlist {
    margin-top: -34px;
    cursor: pointer;
    position: absolute;
    width: 33px;
    margin-left: 7px;
    color: #fff;
}
.add_to_wishlist:hover {
	    transition: 0.3s;
		color: #aa7b4f;
}
.remove_from_wishlist {
    margin-top: -34px;
    cursor: pointer;
    position: absolute;
    width: 33px;
    margin-left: 7px;
    color: #fff;
}
.remove_from_wishlist:hover {
	    transition: 0.3s;
		color: #aa7b4f;
}
.wishlist_list {
	position: fixed;
    height: 500px;
    width: 500px;
    background-color: rgb(255, 255, 255);
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -250px;
	display:none;
	z-index:1001;
}
.wishlist_bkg {
	position: fixed;
    height: 100%;
    width: 100%;
    background-color: #44400075;
    left: 0;
    top: 0;
	display:none;
	z-index:1000;
}
input {
	font-family: "EB Garamond", serif;
	cursor:text;
	background-color:transparent;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    cursor:pointer;
}


h1{
	text-align:center;
	font-size:32px;
	color:#444!important;
}
h3 {
	font-weight:600;
}

a {
text-decoration:none;
}
a:hover {
	transition: 0.3s;
}
.col6 {
	flex: 0 0 50%;
    max-width: 50%;
}	
.div_search {
		display:flex;
		margin: 0 25px 0 25px;
	}
.div_form{
	display:flex;
}
.div_form .col6{
	padding-left:5px;
	padding-right:5px;
}
.div_form input {
	    width: 99%;
    padding: 5px 5px !important;
    margin-top: 10px;
    border: 1px solid #999;
    /* border-bottom: 1px solid #ccc !important; */
    outline: none;
    background-color: #f7f7f7;
    border-radius: 0;
}
.div_form textarea {
    width: 99%;
    padding: 5px;
    margin-top: 10px;
    border: 1px solid #999;
    /* border-bottom: 1px solid #ccc !important; */
    outline: none;
    height: calc(4.5em + 40px);
    /* border-radius: 6px; */
    resize: none;
    background-color: #f7f7f7;
}
.div_form #privacy {
	width: 35px!important;
    margin: 0px;
    cursor: pointer;
	box-shadow: none!important;
}
.div_form #transport {
	width: 35px!important;
    margin: 0px;
    cursor: pointer;
}
.div_form select {
    width: 99%;
    font-weight: 500;
    cursor: pointer;
    /* font-size: 16px; */
    font-family: "EB Garamond", serif;
    margin-top: 10px;
    padding: 5px;
    /* border-radius: 6px; */
    border: 1px solid #999;
    background-color: #f7f7f7;
}
.div_form #checkin {
	width:100%;
	padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.div_form #checkout {
	width:100%;
	padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.formcontainer h1 {
	margin-bottom:20px;
	margin-top:0;
}
.formcontainer .rightcol2 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
	padding:0;
	text-align:left;
}
.leftcol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
	margin-top:15px;
    margin-bottom: 30px;
    color: #fff;
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.rightcol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	margin:0 auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 30px;
	color: #444;
}
.rightcol2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 40px 60px;
    margin-bottom: 25px;
	padding-bottom: 30px;
	color: #444;
}
.rightcol3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 15px 0 0 50px;
    margin-bottom: 25px;
	color: #444;
}
.box-under {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px 0px;
	border-radius:20px;
	width: 55%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.box-under-pack {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px 0px;
	border-radius:20px;
	width: 55%;
    display: flex;
    align-items: center;
}
.bottomarea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 70px 0;
	color:#444;
}
.bottomarea h1 {
	font-weight:bold;
}
/* Style the tab */

/* Style the buttons that are used to open the tab content */


/* Change background color of buttons on hover */
.tab button:hover {
  color: #aaa;
}

/* Create an active/current tablink class */

.tab button.active>tablinks:before {
  color: #d72885;
  width: 50px;
    max-width: 100%;
    margin: 30px auto;
    height: 4px;
    background: #428BFF;
    border-radius: 1px;
}

/* Style the tab content */

.tab .indicator {
    
} 
.active:after {
    display:none;
}

.center {
width:100%;
	margin-top:80px;
}
.fade {
opacity: 0;	
}
.fadedesk {
opacity: 0;	
}
.start3 {
opacity: 1!important;	
}

#ninja-slider .fs-icon {
display:none!important;	
}
.footercontent {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
	padding-top:10px;
}
.footercontent p {
margin-top:4px;
	margin-bottom:4px;
}
.iconaingombrante {
	font-size:30px;float: left;padding-right: 10px;
}
.startxdesktop {
opacity: 1;	
}
.animate-inUp {
  -webkit-animation: inUp 400ms ease-in-out forwards;
  display: block;
}
.pubbl_space {
background-color:#444;
	width:100%;
	height:500px;
}
@-webkit-keyframes inUp {
  0% {
    -webkit-transform: translateY(900px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
.loadingdup {
	position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 111;
    margin: 0;
    padding: 0;
    opacity: 0.7;
    top: 0;
	display:none;
}
.spinnerdup {
	position:fixed;
		width:250px;
		
     font-size: 14pt;
    font-weight: bold;
    z-index: 1111;
left:50%;
margin-left:-125px;
top:50%;
margin-top:-125px;	
	display:none;
	text-align: center;
}
.spinnerdup img {
width:50px;	
}
.corpo.checkout.desktop {
	    max-width: 1000px;
}
.colleftdesk {
border: 1px solid #d6d6d6;
    width: 480px;
    display: inline-block;
    vertical-align: top;
    float: left;	
}
.colrightdesk {
    border: 1px solid #d6d6d6;
    width: 480px;
    display: inline-block;
    vertical-align: top;
    float: right;	
}
.paneldesk {
padding: 50px;	
}
.paneldesk.checkout2 {
padding: 20px 50px;	
}
.paneldesk label {
height: 25px;
    line-height: 20px;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    color: #606060;
}
.inputcheckoutdeskstripe {
	height: 40px;
    border: 1px solid #d6d6d6;
    width: 100%;
}
.inputcheckoutdeskstripe.cvv-input {
	width:100px;
}
select.demoSelectBox {
    height: 40px!important;
    margin-right: 10px!important;
    font-size: 14px!important;
    border-radius: 0!important;
}
.login_btn_desk {
height: 40px;
    border: none;
	border-radius:8px;
    color: #fff;
    background-color: #444;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;	
}
.o_sep {
    height: 60px;
    line-height: 60px;
    text-align: center;	
}
.infocheckout {
	color: #606060;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
	margin-bottom: 58px;
}
.login_btn_desk:hover {
transition: 0.3s;
    background-color: #999;
    cursor: pointer;	
}
.inputcheckoutdesk {
	height: 40px;
	padding: 10px;
	background-color:#fff;
	border:none;
    border-bottom: 1px solid #d6d6d6;
    width: 100%;
    margin-bottom: 30px;
	border-radius:8px;
}
.tabdesk {
border-bottom: 1px solid #d6d6d6;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    |: center;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    color: #606060;
}
.bottomcart {
position: fixed;
    bottom: 0;
    right: 0;
    background-color: #fff;
    height: 90px;
    width: 30%;	
	padding-top:10px;
}
.rightcol .back_to_cat .back_button {
	font-family:'Montserrat', sans-serif;
    height: 40px;
    width: 236px;
    border: none;
    color: #444;
    background-color: #f3f3f3;
    font-size: 14px;
	border-radius:6px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
	cursor:pointer;
	transition:0.3s;
}
.ask-info {
	margin-top:20px;
}
.ask-info .back_button {
	font-family:'Montserrat', sans-serif;
	height:40px;
	width:100%;
    border: 1px solid #444;
    color: #444;
    background-color: #f3f3f3;
    font-size: 14px;
	border-radius:6px;
    font-weight: 600;
	cursor:pointer;
	transition:0.3s;
}
.rightcol .back_to_cat .back_button:hover {
    border: none;
    color: #444;
    background-color: #ddd;
}
.back_button:hover {
    color: #444;
	border: 1px solid #444;
    background-color: #ddd;
}

	.search-title {
		font-size:75px;
		color:#fff;
		text-align:center;
		font-weight:200;
		margin-bottom:50px;
		opacity: 0;
  filter: blur(4px);
  animation: scale 3s;
	}
	@keyframes scale {
  100% {
    transform: scale(1);
  }
}
.search-title:nth-child(1) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.searchbar {
	width:100%;
	height:40px;
	background-color:#efefef;
	border-bottom:1px solid #d4d4d4;
	position: fixed;
	display:none;
	    z-index: 101;
	    padding: 20px 0 20px 0;
	top:80px;
}
.alonesearch {
    width: 100%;
    height: 100%;
    background-color: #44400052;
    position: fixed;
    display: none;
    margin-top: 40px;
    z-index: 100;
}
.vocemenu {
    padding: 10px;
    font-size: 12pt;
    font-weight: bold;
}
.menucloseicon {
left: 20px;
    font-size: 22px;
    position: absolute;
    margin-top: 0;	
}
.menubar {
width:300px;
	height:100%;
	background-color:#fff;
	border-left:1px solid #d4d4d4;
	position: fixed;
	display:none;
	    z-index: 151;
	    padding: 20px 0 20px 0;
	top:0;
	right:0;
}
.menubar p{
	margin:0 10px 0 0px;
}
.alonemenu {
    width: 100%;
    height: 100%;
    background-color:transparent!important;
    position: fixed;
    display: none;
    margin-top: 0;
    z-index: 100;
}

.div_prezzo3x3-light {
	text-align:center;
	margin-top:0;
}

.variantibar {
    display: none;
}
.alonevarianti {
    display: none;
}
.checkoutbar {
    width: 30%;
    background-color: #ffffff;
    border-top: 1px solid #d4d4d4;
    position: fixed;
    display: none;
    z-index: 101;
    padding: 40px 0 0px 0;
    bottom: 0;
    right: 0;
    text-align: center;
    height: 200px;
}
.spedizionebar {
    display: none;
}
.alonespedizione {
display: none;
}
.calcolaspedtext {
	display: none;
}
.alonecheckout {
    width: 30%;
    background-color: #44400052;
    position: fixed;
    display: none;
    z-index: 100;
    bottom: 0;
    height: 100%;
    bottom: 0;
    right: 0;
}

.searchfield {
background: none;
    font-size: 14px;
    margin-left: 80px;
    border: none;
    margin-top: 2px;
	width:90%;
	height: 35px;
}
.searchicon {
	margin-left: 50px;
	margin-right: 10px;
    font-size: 22px;
    position: absolute;
    margin-top: 9px;
}
.searchcloseicon {
	right: 10px;
    font-size: 22px;
    position: absolute;
    margin-top: 9px;
}
.top_content-request {
	margin-top:30px;
}
.corpo {
	max-width:1400px;
margin-left:auto;
margin-right:auto;
	height:auto;
	min-height: 800px;
}
.moredesc {
    height: 35px;
    width: 206px;
    border: none;
	border-radius:6px;
    color: #fff;
    background-color: #444;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
	cursor:pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;	
}
#frmStripePayment {
     padding: 0!important; 
     border: none!important; 
    border-radius: 0!important;
}
.checkout_btn {
    height: 40px;
    width: 236px;
    border: none;
    color: #fff;
    background-color: #444;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
	.checkout_btn:hover {
	transition:0.3s;
	background-color:#999;
	cursor:pointer;
}
.checkout_btn2 {
    height: 40px;
    width: 280px;
    border: none;
    color: #fff;
    background-color: #444;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    margin: 20px 40px;
}
	.checkout_btn2:hover {
	transition:0.3s;
	background-color:#999;
	cursor:pointer;
}
.remove_cart_btn {
    height: 20px;
    width: 80px;
    border: none;
    color: #fff;
    background-color: #444;
    font-size: 11px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: 20px;
}
.indsped {
	display:none;	
	}
	.remove_cart_btn:hover {
	transition:0.3s;
	background-color:#999;
	cursor:pointer;
}
	.checkout_total {
	width: 250px;
    border: none;
    color: #444;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    position: absolute;
    bottom: 30px;
    right: 300px;
    text-align: right;
	}
.corpo.schedaprod {
margin-bottom:0px;	
}
.headercont {
	max-width:100%;
margin-left:auto;
margin-right:auto;
display:flex;
align-items:center;
justify-content: space-between;
}
.titolo {
	    width: 100%;
    font-size: 16pt;
    color: #252525;
font-family: 'Montserrat light', sans-serif;
}
.note {
	    width: 100%;
    font-size: 12pt;
    color: #252525;
font-family: 'Montserrat light', sans-serif;
padding-top:20px;
}
.fotogal {
	    float: left;
    margin: 20px;
}
.fotogalbkg {
	    width: 293px;
    height: 293px;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
	display:none;
	border-radius: 4px;
}
.fotogalimg {
  object-fit: cover;
  width:293px;
  height:293px;
  border-radius: 4px;
}
.foto_album {
	position: absolute;
    /* margin-top: -258px; */
    width: 50px;
        margin-left: 236px;
    margin-top: 5px;
	z-index:111;
}
.number{
			margin:100px;
		}
		.minus, .plus{
			width: 20px;
    height: 17px;
    background: #f8f8f8;
    padding: 0;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
		}
		.cartnumber{
			height: 19px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
}
.fotocart {
	float: left;
    width: 20%;
    text-align: center;
	margin-right: 20px;
}
.infocartmobile {
		display:none;
	}
.metodospedizione {
		border: 1px solid #444;
    margin-top: 50px;
    padding: 30px;
	}
.nomecart {
	display: block;
    font-size: 14px;
    font-weight: 500;
}
.varcart {
	display: block;
    font-size: 13px;
    font-weight: 300;
}
.prezzocart {
	font-size: 13px;
    font-weight: 300;
}
.numberinput {
    margin-top: 5px;	
}
.order_summary {
		text-align:left;
		border:1px solid #d6d6d6;
		padding:20px;
		margin-bottom:20px;
	}
.cartminiatura {
	    height: 70px;
	cursor:pointer;
}
.rigacart {
	padding: 10px 0;
	height:auto;
}
.rightheader .fab {
    font-size: 32px;
    line-height: 78px;
	cursor:pointer;
}

.centerlogo {
	float:left;
	width:33.33%;
	text-align:center;
}
.centerlogo img {	
    height: 50px;
    margin-top: 14px;
}
.elencocart {
    width: 30%;
    float: right;
}
.infocart {
    width: 50%;
    position:fixed;
	text-align:left;
	padding-left:20px;
}
.infosped {
    width: 50%;
    position:fixed;
	margin-top:100px;
	text-align:left;
	padding-left:20px;
}

svg:not(:root) {
    overflow: hidden;
}
.spaziomenucat {
	width:100%;height:50px;	
	}
.gmapiframe {
width:100%;
  height:800px;
}
.centerlogo a {
text-decoration:none;
	color:#444;
	font-weight: 500;
    font-size: 22px;
	line-height: 80px;
}
.centerlogo a:hover {
	color:#999;
	transition: 0.3s;
}
.rightheader {
	float:left;
	/*width:33.33%;*/
	width:50%;
	text-align:right;
}
.rightheader a {
text-decoration:none;
	color:#444;
}
.rightheader a:hover {
	color:#999;
	transition: 0.3s;
}
.rightheader .fa {
    font-size: 22px;
	line-height: 80px;	
	cursor:pointer;
}
.inputcheckoutdesk.messaggio {
	height:100px;	
	}
.inviook {
display: none;
    font-size: 12pt;
    text-align: center;
    margin-top: 10px;
    position: relative;
    color: green;	
}
.righticons {
margin-right:10px;	
}

.riepilogoordine {
	text-align:right;	
		line-height: 20px;
	}
.prezzodapagare {
font-size: 16px;
    font-weight: 600;
}
.divcontrassegno {
	font-weight: 600;
}
.divcontrassegno {
	font-weight: 600;
}
.divingombrante {
	font-weight: 600;
}
.noteordine {
width:100%;
	height:80px;
	border:1px solid #d6d6d6;
}
.checkboxcheckoutlabel {
margin:10px 0;	
}
.newwapp {
position: fixed!important;
    right: 50px!important;
    bottom: 100px!important;
    padding: 18px 16px!important;
    background-color: #fff!important;
    border-radius: 50px!important;
    color: #0aff0a!important;
    box-shadow: 3px 3px 5px #9f9d9d!important;	
}
.newwapp i {
line-height: 23px!important;
    margin-right: 0!important;	
}

.headericon {
	float:right;
	margin-top:25px;
	padding: 0 10px 0 10px;
}
.headericon img {
	width:25px;
}
.logocatalogo {
float:left;	
width: 300px;
}
.ultimarigacart {
margin-bottom: 100px;	
}

#cartframe {
width:100%;
	height:100%;
}
.titolocart {
	    top: 20px;
    left: 0;
    font-size: 18px;
    position: absolute;
    margin-top: 0;
    width: 100%;
    border-bottom: 1px solid #444;
    padding-left: 20px;
    padding-bottom: 20px;
	}
.logocatalogo img {
	object-fit: cover;
    width: 150px;
    height: 150px;
    border-radius: 75px;
	margin:48px;
}
.headercatalogo {
	width:100%;
	height:250px;
	border-bottom:1px solid #d4d4d4;
}
.testocatalogo {
	float:left;	
	padding-top: 50px;
    padding-left: 50px;
	width: 700px;
}
.fa-whatsapp {
margin-right: 10px;	
}
.fa-bars {
margin-right:40px;
}
.fa-search {
	margin-right: 10px;
}
.demo-top {
position: absolute;
    z-index: 111;
    color: #fff;
    opacity: 0.5;
    font-size: 80px;
    transform: rotate(
340deg);
    margin-top: 80px;
    margin-left: 25px;	
}

.demo-bottom {
position: absolute;
    z-index: 111;
    color: #444;
    opacity: 0.2;
    font-size: 30px;
    transform: rotate( 
340deg);
    margin-top: 287px;
    margin-left: 92px;	
}
.catform {
	position: relative;
    margin: 0 auto;
    border-bottom: none;
    width: 50%;
    padding: 30px 0 15px 0;
    min-height: 60px;
    overflow: hidden;
	margin-bottom: 30px;
}
.titdesc {
position: relative;
    border-bottom: none;
    width: 100%;
    padding: 30px 0 0px 0;
    min-height:unset;
    overflow: hidden;
	margin-bottom: 0px;
}

.gmap {
    position: relative;
    border:none;
    width: 100%;
    padding: 0;
    min-height: 60px;
    overflow: hidden;
    margin-bottom: 0px;
}
.titolocat {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	color:#444;
    font-weight: 500;
    text-align: center;
	margin:50px 0 0;
}
.titoloform {
    font-size: 28px;
	padding: 20px 0;
	margin: 35px 0 10px;
	text-align:left;
	font-weight:500;
}
.descrizionecat {
	    padding-top: 10px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
	    height: 54px;
	 overflow: hidden;
}
.moredesc {
margin-top:15px;	
}
.fill {
    position:relative;
    justify-content:center;
    align-items:center;
    overflow:hidden
}
.fill img {
    flex-shrink:0;
    min-width:100%;
    min-height:100%
}
.container{
    margin-top:0px;
    padding: 10px;
			max-width:1000px;
}
.jc-bs3-container {
    padding: 10px;
    max-width: 1000px;
    margin: 0 auto;
}
.schedule {
display: flex;align-items: center;margin-bottom:10px;padding-bottom: 15px;border-bottom: solid 1px #ccc;font-size: 18px;
    font-weight: 500;
}
.galleriaprod {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	    margin: 30px 0 30px 0;
		justify-content: space-evenly;
}
.galleriaprod .boxfoto {
    background: none;
	
    overflow: hidden;
    height: auto;	
}
.photoclick {
cursor:pointer;	
width:100%;
object-fit: cover;
}

.rightcol .nome_articolo {
font-size:22px;
	font-weight:500;
	margin-bottom:10px;
}
.rightcol .prezzo_articolo {
font-size:16px;
	font-weight:300;
}
.rightcol .variante_articolo {
	margin-top:30px;
}
.rightcol .variante_articolo select {
	width: 330px;
    padding: 5px;
    font-size: 14px;
    font-style: italic;
    line-height: 17px;
    border: 0;
    border-radius: 0;
    height: 40px;
    border: 1px solid #d4d4d4;
    background: url(images/br_down.png) no-repeat right;
    -webkit-appearance: none;
    background-position-x: 305px;
}
.rightcol .qta_cart_articolo {
    margin-top: 20px;
    display: inline-flex;
}
.rightcol .qta_cart_articolo select {
	    width: 70px;
    padding: 5px 5px 5px 18px;
    font-size: 14px;
    line-height: 14px;
    border: 0;
    border-radius: 0;
    height: 40px;
    border: 1px solid #d4d4d4;
    background: url(images/br_down.png) no-repeat right;
    -webkit-appearance: none;
    background-position-x: 48px;
}
.rightcol .qta_cart_articolo .add_to_cart {
margin-left: 20px;
    height: 40px;
    width: 236px;
    border: none;
    color: #fff;
    background-color: #444;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.rightcol .qta_cart_articolo .add_to_cart:hover {
	transition:0.3s;
	background-color:#999;
	cursor:pointer;
}
.rightcol .personalizzazione_articolo {
    margin-top: 20px;
    display: block;
}
.personalizzazione_articolo input {
    width: 100%;
    padding: 5px;
	font-size: 10pt;
    font-style: normal;
    line-height: 44px;
    border: 0;
    border-radius: 0;
    height: 40px;
    border: 1px solid #d4d4d4;
}
.price_on_cart {
display:none;	
}
.text_add_to_cart {
display:inline-flex;	
}
.rightcol .desc_articolo {
margin-top:20px;	
}

/* Style the buttons that are used to open and close the accordion panel */

.acc {
  background-color: #f3f3f3;
    color: #444;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    text-align: left;
    border-top-right-radius: 6px;
	border-top-left-radius: 6px;
    border: none;
    outline: none;
    transition: 0.3s;
	font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.accordion.checkout {
	padding: 40px 20px;
}
.corpo.checkout {
padding: 50px 10px ;
}
.inputcheckout {
    width: 100%;
    padding: 5px;
    font-size: 36px;
    line-height: 44px;
    border: 0;
    border-radius: 0;
    height: 80px;
    border: 1px solid #444;
    margin-top: 40px;
}


/* 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;
  border-bottom-right-radius:6px;
  border-bottom-left-radius:6px;
}

.acc:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 10px;
    color: #444;
  float: right;
  margin-left: 5px;
}
.variante_articolo_mobile {
	display:none;
}
.active:after {
  content: ""; /* Unicode character for "minus" sign (-) */
}
.prodcontainer {
    margin: 90px 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content:center;
}
.prodcontainervilla {
    margin-top: 120px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
.formcontainer {
    margin-top: 0px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
}
.boxprodotto {
    overflow: hidden;
	border-radius:10px;
	box-sizing: border-box;
	padding: 15px;
    margin-bottom: 30px;
	width: 49%;
    display: inline-block;
	vertical-align: top;
	color: #444;
}
.boxprodotto3x3 {
    overflow: hidden;
	border-radius:18px;
	margin-right:30px;
    margin-bottom: 30px;
	width: 30%;
    display: inline-block;
	height: -webkit-fill-available;
	height: -moz-available;
    vertical-align: top;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.top_content .nomearticolo {
	text-align:left;
}
.boxprodotto3x3 .boxinfo .nomearticolo{
	font-size:22px;
	padding:10px 0 20px;
}
.boxprodotto3x3 .boxinfo .area_geografica{
	font-size:16px;
	text-align:center;
}
.boxinfo {
	/*box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;*/
	padding: 15px 20px 25px 20px;
	color:#000;
}
.boxinfo1 {
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	padding: 15px 20px 25px 20px;
}
.boxcatalogo {
-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.nomearticolo {
    font-size: 40px;
    line-height: unset;
    font-weight: 600;
    padding: 25px;
    color: #ffffff;
    background-color: rgb(0 0 0 / 50%);
	cursor:default;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
	z-index:9;
}
.nomearticolo-home {
    font-size: 26px;
    line-height: 25px;
    font-weight: 600;
    padding: 25px 0 20px;
    color: #656565;
    cursor: pointer;
	text-align:center;
}
.nomearticolo1 {
    text-align: left;
    font-size: 26px;
    font-weight: 600;
    padding: 20px 0 20px;
	color:#656565;
	cursor:pointer;
}
.nomearticolo3x3 {
    text-align: left;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    padding: 10px 0 20px;
	color:#656565;
	cursor:pointer;
}
.nomearticolo a:hover {
text-decoration:underline;
	color:#444;
}
.ultimavariante {
margin-bottom:150px;	
}
.prezzoarticolo {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 10px;
	letter-spacing:1px;
}
.area_geografica {
	display:none;
	font-size:18px;
	font-weight:400;
	color: #444;
}

.smallintro {
	font-size:14px;
	margin: 20px 0;
}
.smallintro3x3 {
	font-size:13px;
	margin: 15px 0;
	color: #444!important;
    font-size: 15px!important;
}
.div_prezzo3x3 {
	text-align:center;
	line-height: 30px;
}
.div_prezzo3x3 .nprezzo{
	text-align:center;
	float:none;
}
.prezzo {
	font-weight:600;
	font-size: 20px;
}
.prezzo3x3 {
	font-weight:600;
	color: #444!important;
}
.nprezzo {
	font-weight:600;
	font-size:28px;
	text-align:left;
	color:#444;
}
.nprezzo3x3 {
	font-weight:600;
	font-size:28px;
	
	color: #444!important;
}
.element_button button{
	font-family: "EB Garamond", serif;
    cursor: pointer;
    width: 100%;
    font-size: 14pt;
    letter-spacing: 0.3px;
    background-color: #c67f49;
    
	border: 1px solid #c67f49;
    /* border-radius: 6px; */
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    transition: 0.3s;
    margin-top: 10px;
	
}
.button-home button{
	font-family: 'Montserrat', sans-serif;
	cursor:pointer;
	width:100%;
	font-size:16px;
	letter-spacing:0.3px;
	background-color:transparent;
	border:1px solid #d72885;
	border-radius:6px;
	color:#d72885;
	font-weight:600;
	padding:10px 20px;
	transition:0.3s;
	margin-top:25px;
	
}
.element_button button:hover{
	background-color:#fff;
	color:#c67f49;
	border: 1px solid #c67f49;
}
.button-home button:hover{
	background-color:#d72885;
	color:#c67f49;
}
.buttonmore button{
	font-family: 'Montserrat', sans-serif;
	cursor:pointer;
	width:100%;
	font-size:16px;
	letter-spacing:0.3px;
	background-color:transparent;
	border:1px solid #d72885;
	border-radius:6px;
	color:#d72885;
	font-weight:600;
	padding:10px 20px;
	transition:0.3s;
	margin-top:25px;
	
}
.buttonmore button:hover{
	background-color:#d72885;
	border-radius:6px;
	color:#fff;
}

.infostruttura {
	padding:40px;
		
}
.prezzostruttura {
	margin-bottom:20px;
	margin-top:6.5px;
}

.campi {
	font-size:14px;
	font-weight:600;
}
.campidx {
	font-size:14px;
	font-weight:600;
}
.campisx {
	font-size:14px;
	font-weight:600;
}
.campigrid {
	font-size:13px;
	font-weight:600;
	display: grid;
   grid-template-columns: repeat(2, 1fr);
}

.riepilogo_costi {
	margin-top:30px;
}
.dati_prenotazione {
	margin-top:10px;
	background-color: #fff;
}
.dati_prenotazione .div_form{
	margin-top:20px!important;
	    font-family: "EB Garamond", serif;
	font-weight:500;
}
.dati_prenotazione .div_form label {
	text-transform:uppercase;
}
.check-out{
	margin-top:20px;
}
.guest{
		display: flex;
		justify-content: space-between;
		padding: 10px 20px;
		border:1px solid #ccc;
		border-radius:6px;
		color: #444;
		font-weight: 400;
		margin-top:20px;
}
.guest .sadulti{
		border:none;
}
#check-flex {
		display: flex;
    justify-content: space-between;
    color: #444;
    font-weight: 500;
    background-color: white;
	}
#checkin-search {
    padding: 16px 5px;
	border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
	margin:0 20px 0 10px;
	display:none;
}
#checkin {
	float:right;
	border-radius: 4px;
    padding: 3px 5px;
    border: 1px solid #999;
}
#checkout-search {
    padding: 16px 5px;
	border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
	margin:0 20px 0 10px;
	display:none;
}
#checkout {
	float:right;
	border-radius: 4px;
    padding: 3px 5px;
    border: 1px solid #999;
}
#note_tariffe p{
	font-size:13.8px;
}

.divider {
	border-top: 1px solid #ddd;
	width:40%;
	margin:30px auto;
}

.astrodivider {
  margin:40px auto;
  width:400px; 
  max-width: 100%;
  position:relative;
}

.astrodividermask { 
    overflow:hidden; 
	height:10px; 
}

.astrodividermask:after { 
      content:'';
      display:block; margin:-25px auto 0;
      width:100%; height:25px;  
        border-radius:125px / 12px;
       box-shadow:0 0 7px #aa7b4f;
}
.astrodivider span {
    width:30px; height:30px; 
    position:absolute; 
    bottom:100%; margin-bottom:-15px;
    left:50%; margin-left:-15px;
    border-radius:100%;
   box-shadow:0 2px 4px #aa7b4f;
    background:#fff;
}

.schedulebox {
	position:relative;
	border-bottom:1px solid #dedede;
	margin-bottom:10px;
}
.single-schedule {
	position:absolute;
}
.table th {
	font-weight: 500;
    text-align: left;
	padding: 5px 10px;
	text-transform:uppercase;
}
.table td {
	font-size:15px;
	font-weight: 500;
    text-align: left;
	vertical-align:middle;
	padding: 20px 10px;
	border-bottom: 1px solid #ddd;
}

.search-bar {
	text-align: -webkit-center;
}
.search-bar .search-btn{
	font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    font-size: 19px;
	border:none;
    letter-spacing: 0.3px;
    background-color: #d72885;
    border-radius:6px;
    color: #fff;
    font-weight: 400;
    padding: 16px 50px;
    transition: 0.3s;
}
.search-bar .search-btn-insp{
	font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    font-size: 16px;
	border:none;
    letter-spacing: 0.3px;
    background-color: #aa7b4f;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    padding: 15px 35px;
    transition: 0.3s;
	margin: 5px;
}
.search-bar .search-btn:hover{
	background-color:#ce247f;
	color:#fff;
}
.search-bar .search-btn-insp:hover{
	background-color:#b98555;
	color:#fff;
}
.btn-search {
	position: absolute;
    margin-top: 280px;
}
.descbreve {
	text-align:center;
}
.div_prezzo {
	text-align:center;
}
.search-form {
	font-family:'Montserrat', sans-serif;
	display:flex;
	flex-direction: column;
    justify-content: center;
	font-size:18px;
	font-weight:500;
	position: absolute;
    z-index: 9;
    left: 50%;
    bottom: calc(45%);
    transform: translateX(-50%);
}
.search-bar form {
	border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding:0px 0px 0px 15px;
	margin-block-end:0;
}
.search-bar {
	width:100%;
	height:80px;
	display: flex;
	font-family:'Montserrat', sans-serif;
	font-size:18px;
	font-weight:500;
	padding:0;
	background:rgb(0 0 0 / 40%);
	border-radius:6px;
}
.zona {
	border:1px solid #ccc;
	border-top:none;
	border-bottom:none;
	border-left:none;
}
.zona select {
	border-radius:0;
	padding: 5px 0;
	margin:0 20px 0 10px;
	font-size:14px;
	border:none;
	cursor:pointer;
}
.sadulti select {
	border-radius:0;
	padding:5px 0;
		margin: 0 20px;
	font-size:16px;
	border:none;
	cursor: pointer;
	width: auto;
	color:#444;
	font-weight:600!important;
}

.sbambini select {
	border-radius:0;
	padding: 5px 0px;
	border:none;
	margin: 0 20px;
	font-size:16px;
	cursor: pointer;
	    width: auto;
		color:#444;
		font-weight:600!important;
}
#check-flex label {
	    line-height: 32px;
}
.adulti {
		margin-left:20px;
		-webkit-appearance: none;
		-moz-appearance: textfield;
	}
	.bambini {
		margin-left:20px;
		-webkit-appearance: none;
		-moz-appearance: textfield;
	}
.sadulti {
	margin-right:20px;
	padding:10px;
	border-top:none;
	border-bottom:none;
	border-right:none;
}
.sbambini {
	border-left: 1px solid #ccc;
	padding:10px;
	margin-right:40px;
	border-top:none;
	border-bottom:none;
	border-right:none;
}
.checkin {
		border-radius: 4px;
		font-size:19px;
		color:#fff;
		font-weight:400;
		display: -webkit-inline-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-evenly;
	}
	
	.checkout {
		font-size:19px;
		font-weight:400;
		display: -webkit-inline-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-around;
		padding: 0 0 0 40px;
		color:#fff;
		border-top:none;
		border-bottom:none;
		border-right:none;
	}
	
	#adulti {
		font-size:16px;
		display: inline-flex;
		align-items: center;
		color:#444;
		border-top:none;
		border-bottom:none;
		border-right:none;
		-webkit-justify-content: space-evenly;
		justify-content: space-evenly;
	}
	#bambini {
		font-size:16px;
		display: inline-flex;
		align-items: center;
		color:#444;
		border-top:none;
		border-bottom:none;
		border-right:none;
		-webkit-justify-content: space-evenly;
		justify-content: space-evenly;
	}
	#checkin-search {
		border:none;
	}
	#checkout-search {
		border:none;
	}
	.checkin_mobile {
	display:none;
}
	.pacchetti_home {
		margin: 50px 6px;
    text-align: left;
    font-size: 24pt;
    font-weight: 500;
	}
	.esp_home {
		margin: 50px 6px;
    text-align: left;
    font-size: 24pt;
    font-weight: 500;
	}
	.unita_home {
		margin: 50px 6px;
    text-align: left;
    font-size: 24pt;
    font-weight: 500;
	}
	.richiesta_grazie {
	background-color: #c7f9cf;
    padding: 20px;
    border: 1px solid #dedede;
    border-radius: 10px;
	font-weight:600;
}

/*.boxprodotto:hover {
background-color:#f9f9f9;
	transition: 0.3s;
}

.loadingdup {
	    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 111;
    margin: 0;
    padding: 0;
    opacity: 0.9;
	margin-top:0!important;
	z-index:11111111!important;
}
.spinnerdup {
	position:fixed;
		width:250px;
		
     font-size: 26pt;
    font-weight: bold;
    z-index: 1111;
left:50%;
margin-left:-125px;
top:50%;
margin-top:-125px;	
	text-align: center;
	z-index:111111111!important;
	font-size:16px!important;
}
.spinnerdup img {
	width:50px;
}*/
.itemloader {
	text-align:center;
	font-size:14px;
	padding-bottom:20px;	
	display:none;
	}
	.customer {
		display:flex;
		    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
	}
@media (max-width:768px) {
	body {
    font-size: 15px !important;
}
.copertina-home {
  height:250px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.25);
  background-position: center;background-repeat: no-repeat;background-size:cover;
  z-index: 5;
}
.no-copertina-home {
	display:none;
}
.copertina {
  height:auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-position: center;background-repeat: no-repeat;background-size:cover;
  z-index: 5;
}
.header {
height: 98px;	
}
.langswitcher {
	display:inline-flex;
	padding-left:20px;
}
.ui-igcombo-fieldholder {
border-bottom:none!important;	
}
.ui-igcombo-button.ui-state-default.ui-igcombo-button-ltr {
	border-bottom:none!important;
}
.titololang {
	display:inline-flex;
	padding:30px 0 15px 20px;
}
	#ninja-slider .fs-icon {
display:none!important;	
}
#startlist {
	padding-top:0px;
}
	#adulti{
		font-size:15px;
		font-weight:500;
		align-items: center;
		color:#444;
		border:none;
	}
	#bambini {
		font-size:15px;
		font-weight:500;
		align-items: center;
		color:#444;
		border:none;
	}
	.find_reservation {
	padding:0 20px;
}
.catform {
position: relative;
    border-bottom: none;
    width: 100%;
    padding: 30px 0 15px 0;
    min-height: 60px;
    overflow: hidden;
	margin-bottom: 30px;
}
.boxfoto {
	height:450px!important;
	border-radius:18px;
	}
.image-home .fade {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    z-index: 2;
    background: rgba(0, 0, 0, 0)
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.8) 80%
        );
}
.box-under {
	box-shadow:none;
	padding: 30px 15px 0;
	width: 100%;
    display: block;
    align-items: center;
}
.richiesta_grazie {
	margin:0 20px;
}
.checkin {
		color:#444;
}
.checkout {
		color:#444;
}
.campidx {
	font-size:14px;
	font-weight:600;
	line-height:16px;
}
.campisx {
	font-size:14px;
	font-weight:600;
	line-height:20px;
}
.rightcol3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0px 0 0px;
    margin-bottom: 0px;
	color: #444;
}
.ui-datepicker-trigger {
    cursor: pointer;
    background: none;
    border: none;
    margin-left: 10px;
    color: #444;
    font-size: 26px;
}
.search-title {
	display:none;
}
.div_form input {
	width: 100%;
        padding: 5px;
        margin-top: 10px;
        border: 1px solid #999;
        outline: none;
        background-color: #f8f8f8;
        border-radius: 0;
}
.div_form textarea {
            width: 100%;
        padding: 5px;
        margin-top: 10px;
        border: 1px solid #999;
        outline: none;
        height: calc(4.5em + 40px);
        border-radius: 0;
        resize: none;
        background-color: #f8f8f8;
}
.div_form select {
    width: 100%;
        font-weight: 500;
        cursor: pointer;
        font-size: 14px;
        margin-top: 10px;
        padding: 5px;
        border-radius: 0;
        border: 1px solid #999;
        background-color: #f8f8f8;
}
.search-form {
	display:contents;
    left: 50%;
    transform: translateX(-50%);
	height:60%;
}
.search-bar {
	background:#f8f8f8;
}
.top_content .nomearticolo {
	text-align:left;
	color:#6e6e6e;
}
.descbreve {
	text-align:left;
	font-size:13.2px;
	margin-left:15px;
	margin-top:2px;
}
.tab {
	display: flex;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    padding: 30px 15px 30px;
    width: 100%;
    border-radius: 5px;
flex-direction: column;
}
.tab button {
  display:flex;
  float: left;
  background-color:#e9f4ff;
  border-bottom:none;
  outline: none;
  cursor: pointer;
  padding:8px 16px;
  margin-bottom:15px;
  border-radius:8px;
  color:#757575;
  font-family:'Montserrat', sans-serif;
  font-weight:500;
  font-size:19.6px;
  transition: 0.7s;
  justify-content: space-between;
  align-items:center;
  box-shadow: 2px 4px 12px rgb(0 0 0 / 9%);
}
.tab button .fa {
	background-color: #d72885;
    border-radius: 8px;
	 width:40px;	
	 padding:9px 0;
    color:#e9f4ff;
}
.tab button.active {
  background-color: #d72885;
  color:#fff;
  box-shadow: 2px 6px 12px rgb(0 0 0 / 38%);
  border-bottom:none;
  transform: skew(-10deg) scale(1.13);
}
.tab button.active .fa{
  background-color: #e9f4ff;
      border-radius: 8px;
	  padding:9px 0;
	 width:39px;
    color: #d72885;
}
.schedule {
display: flex;align-items: center;margin-bottom:10px;padding-bottom: 15px;border-bottom: solid 1px #ccc;font-size: 14px;
    font-weight: 500;
}
.pacchetti_home {
		margin: 15px;
    text-align: left;
    font-size: 24pt;
    font-weight: 500;
	}
	.esp_home {
		margin: 15px;
    text-align: left;
    font-size: 24pt;
    font-weight: 500;
	}
	.unita_home {
		margin: 15px;
    text-align: left;
    font-size: 24pt;
    font-weight: 500;
	}
.nomearticolo-home {
	font-size:16px;
	padding: 0;
	margin-left:15px;
	text-align:left;
	color:#fff;
	border-bottom:solid 1px #fff;
}
	.rightheader .fa {
    font-size: 22px;
	margin-right: 15px;
    line-height: 80px;
    cursor: pointer;
}
	.rightheader .fab {
    font-size: 50px;
    line-height: 140px;
    cursor: pointer;
}
	.righticons {
    margin-right: 20px;
	margin-top:9px;
}
	.fa-whatsapp {
margin-right: 40px;	
}
.fa-search {
	margin-right: 40px;
}.fa-bars {
	margin-right: 0px;
}
	.center {
    width: 100%;
    margin-top: 90px;
}
	.searchbar {
    height: 100px;
		top:140px;
	}
	.alonesearch {
    margin-top: 140px;
}
	.searchcloseicon {
    right: 20px;
    font-size: 50px;
    position: absolute;
    margin-top: 23px;
}
	.searchicon {
    margin-left: 20px;
    margin-right: 10px;
    font-size: 50px;
    position: absolute;
    margin-top: 23px;
}
	.searchfield {
    font-size: 30px;
    margin-left: 80px;
    border: none;
    margin-top: 2px;
    width: 80%;
    height: 94px;
}
	.centerlogo a {
    font-size: 26pt;
    line-height: 26pt;
}
	.titolocat {
    font-size: 28px;
	padding: 170px 15px 0;
	margin: 35px 0 10px;
	text-align:left;
	font-weight:500;
}
.corpo {
	overflow-x:hidden;
}
.titoloform {
    font-size: 28px;
	padding: 20px 15px 0;
	margin: 35px 0 10px;
	text-align:left;
	font-weight:500;
}
	.descrizionecat {
		font-size: 14.3px;
		padding: 20px;
	}
	.moredesc {
		margin-bottom: 30px;
    margin-left: 15px;
    font-size: 32px;
}
.add_to_wishlist {
	display:block;
}
.remove_from_wishlist {
	display:block;
}
.wishlist_list {
width:350px;
margin-left:-175px;
}
.sendwishbutton {
margin:0!important;
width:300px!important;
}
.wishlist_notify {
margin-left:-50px;
}
#wishlistelementbutton {
	display:block;
}
.prodcontainer {
	justify-content: flex-start;
}
	.titdesc {
	padding: 0px 0 15px 0;	
	min-height:unset;
	margin-bottom:0;
	}

	.galleriaprod {
	margin: 30px 0px 30px 0px;
		padding: 0 15px;
	} 

	.nomearticolo {
    font-size: 26px;
    line-height: 25px;
    font-weight: 600;
    padding: 30px 20px 35px;
    color: #444;
	background-color:transparent;
    cursor: pointer;
	text-align:center;
	position: unset;
    top: unset;
    left: unset;
    transform: unset;
    z-index: 1;
	}
	.prezzoarticolo {
    font-size: 28pt;line-height: 28pt;
    margin-bottom: 10px;
	}
	.notavailable {
	font-size:26pt;	
	}
	.layout1x1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px;
    margin-bottom: 30px;
}
	.layout2x2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
    margin-bottom: 30px;
}

	.itemloader {
	text-align:center;
	font-size:30px;
	padding-bottom:20px;	
	}
	.pubbl_space {
background-color:#444;
	width:100%;
	height:800px;
}
	.leftcol {
    width: 100%;
    float: left;
    max-width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
	min-height: auto;
}
	#thumbnail-slider {
	display:none;	
	}
	.rightcol {
    width: 100%;
    float: left;
    max-width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
		padding: 0 30px;
}
	.rightcol .nome_articolo {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
	.rightcol .prezzo_articolo {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
	.qta_cart_articolo {
    position: fixed;
    bottom: 0;
    background-color: #eaeaea;
    width: 100%;
    margin: 0;
    left: 0;
    padding: 40px;
}
	.rightcol .qta_cart_articolo select {
    width: 150px;
    padding: 5px 5px 5px 44px;
    font-size: 36px;
    line-height: 44px;
    border: 0;
    border-radius: 0;
    height: 80px;
    border: 1px solid #444;
    background: url(images/br_down.png) no-repeat right;
    -webkit-appearance: none;
    background-position-x: 110px;
		background-color: #fff;
}
	.rightcol .qta_cart_articolo .add_to_cart {
    margin-left: 20px;
    height: 80px;
    width: 730px;
    /* margin-right: 30px; */
    border: none;
    color: #fff;
    background-color: #444;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
	.checkout_btn {
        height: 80px;
    width: 450px;
    border: none;
    color: #fff;
    background-color: #444;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
	.checkout_btn:hover {
	transition:0.3s;
	background-color:#999;
	cursor:pointer;
}
	.checkout_btn2 {
    height: 100px;
    width: 700px;
    border: none;
    color: #fff;
    background-color: #444;
    font-size: 34px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin: 30px 0;
}
	.checkout_btn2:hover {
	transition:0.3s;
	background-color:#999;
	cursor:pointer;
}
	.login_btn {
     height: 80px;
    width: 100%;
    border: none;
    color: #fff;
    background-color: #444;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 40px;
}
	.login_btn:hover {
	transition:0.3s;
	background-color:#999;
	cursor:pointer;
}
	.remove_cart_btn {
		margin-top:40px;
    height: 25px;
    width: 70px;
    border: none;
    color: #fff;
    background-color: #444;
    font-size: 9pt;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    right: 20px;
    /* bottom: 0; */
    position: absolute;
}
	.remove_cart_btn:hover {
	transition:0.3s;
	background-color:#999;
	cursor:pointer;
}
	.checkout_total {
	width: 400px;
    border: none;
    color: #444;
    font-size: 36px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    position: absolute;
    bottom: 36px;
    left: 20px;
	}
	.price_on_cart {
display:inline-flex;
		margin-right: 20px;
}
	.price_on_cart::after {
content: "-";
    margin-left: 20px;
    font-weight: 900;
    font-size: 50px;
    line-height: 33px;
}
	.rightcol .variante_articolo select {
    width: 920px;
    padding: 5px;
    font-size: 36px;
    font-style: italic;
    line-height: 44px;
    border: 0;
    border-radius: 0;
    height: 80px;
    border: 1px solid #d4d4d4;
    background: url(images/br_down.png) no-repeat right;
    -webkit-appearance: none;
    background-position-x: 875px;
}
	.indsped {
	display:none;	
	}
	.rightcol .desc_articolo {
    margin-top: 40px;
}
	.panel {
    padding: 0px 30px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 15px;
    line-height: 34px;
		text-align:inherit;
}
	.panel.checkout_reg {
	text-align:left;	
	}
	.checkboxcheckout {
	   width: 15px;
    height: auto;
    margin-top: 30px;	
	}
	.checkboxcheckoutlabel a {
	text-decoration:underline;
	font-weight:500;
	}
	.checkout_lostpwd {
	    width: 100%;
    line-height: 100px;
	}
	.varianticloseicon {
    right: 20px;
    font-size: 50px;
    position: absolute;
    margin-top: 34px;
}
	.variante_articolo {
	display:none;	
	}
	.variante_articolo_mobile {
		width: 920px;
    padding: 5px;
    font-size: 36px;
    font-style: italic;
    line-height: 44px;
    border: 0;
    border-radius: 0;
    height: 80px;
    border: 1px solid #d4d4d4;
    background: url(images/br_down.png) no-repeat right;
    -webkit-appearance: none;
    background-position-x: 875px;
		display:block;
	}
	.variantibar {
width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #d4d4d4;
    position: fixed;
    display: none;
    z-index: 100;
    padding: 20px 0 20px 0;
    bottom: 0;
    height: 800px;
}
.alonevarianti {
    width: 100%;
    background-color: #44400052;
    position: fixed;
    display: none;
    z-index: 100;
    bottom: 800px;
    height: 100%;
}
	.checkoutbar {
width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #d4d4d4;
    position: fixed;
    display: none;
    z-index: 101;
    padding: 100px 0 40px 0;
    bottom: 0;
    height: 400px;
    text-align: center;
}
	.spedizionebar {
width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #d4d4d4;
    position: fixed;
    display: none;
    z-index: 101;
    padding: 100px 0 40px 0;
    bottom: 0;
    height: 400px;
    text-align: center;
}
	.alonespedizione {
    width: 100%;
    background-color: #44400052;
    position: fixed;
    display: none;
    z-index: 100;
    bottom: 0;
    height: 100%;
}
.alonecheckout {
    width: 100%;
    background-color: #44400052;
    position: fixed;
    display: none;
    z-index: 100;
    bottom: 0;
    height: 100%;
}
	.var_mob_text {
    margin-top: 18px;
    margin-left: 18px;
}
	.titolovarianti {
	top: 0;
    left: 0;
    font-size: 40px;
    position: absolute;
    margin-top: 55px;
    width: 100%;
    border-bottom: 1px solid #444;
    padding-left: 20px;
    padding-bottom: 13px;	
	}
	.titolocart {
	top: 0;
    left: 0;
    font-size: 40px;
    position: absolute;
    margin-top: 45px;
    width: 100%;
    border-bottom: 1px solid #444;
    padding-left: 20px;
    padding-bottom: 32px;
	}
	.elencovarianti {
    margin-top: 100px;
    padding: 0 20px;
    font-size: 32px;
		height:100%;
		overflow:auto;
}
	.valorevariante {
    padding: 40px 0;
    border-bottom: 1px solid #afafaf;
}
	.prezzovariante {
    float: right;
    font-weight: 600;
	}
	.variante-disabilitata {
	text-decoration: line-through;	
		    background-color: #dedede;
	}
	.variante-disabilitata .prezzovariante {
	text-decoration: line-through;	
	}
	.startxdesktop {
opacity: 1;	
}
	.rightcol .back_to_cat .back_button {
    /* margin-right: 30px; */
    display:none;
}
.rightcol2 .back_to_cat .back_button {
    /* margin-right: 30px; */
    border: none;
    color: #444;
    background-color: #f3f3f3;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 40px;
	margin-bottom:40px;
}

	.moredesc {
	height: 35px;
    width: 50%;
    border: none;
    color: #fff;
    background-color: #444;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
	}
	
	.cartminiatura {
    cursor: pointer;
}
	.rigacart {
    padding: 20px 0;
    height: auto;
}
	.fotocart {
    float: left;
    width: 100px;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
    max-height: 100px;
}
	.nomecart {
    display: block;
    font-size: 12pt;
    font-weight: 500;
}
	.varcart {
    display: block;
    font-size: 30px;
    font-weight: 300;
}
	.prezzocart {
    font-size: 30px;
    font-weight: 300;
}
	.numberinput {
    margin-top: 15px;
}
	.minus, .plus {
    width: 50px;
    height: 50px;
    font-size: 40px;
	}
	.cartnumber {
    height: 52px;
    width: 101px;
    text-align: center;
    font-size: 30px;
	}
	.elencocart {
    width: 100%;
    float: none;
}
	.loadingdup {
	position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 111;
    margin: 0;
    padding: 0;
    opacity: 0.7;
    top: 0;
	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;
}
	.spinnerdup img {
    width: 100px;
}
	.bottomcart {
		    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 350px;
	}

	.ultimarigacart {
margin-bottom: 80px;	
}
	.legaltext {
	font-size:32px;
		line-height:36px;
	}
	.metodospedizione {
		border: 1px solid #444;
    margin-top: 50px;
    padding: 30px;
	}
	.titolosped {
		    font-weight: 500;
    display: block;
	}
	.tiposped {
		display: block;
		    padding: 20px 20px 0 20px;
	}
	.reg_error {
		
	}
	.riepilogoordine {
	text-align:right;	
		line-height: 50px;
	}
	.order_summary {
	font-size:36px;
		text-align:left;
		border:1px solid #444;
		padding:20px;
		margin-bottom:50px;
	}
	.metodipagamento {
		
	}
	.order_progress {
		    width: 100%;
    background-color: #fff;
    height: 100px;
		display: inline-flex;
		border: 1px solid #444;
		margin:1px;
		padding:1px;
	}
	.shipping_progress {
	position:relative;
    width: 40%;
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    padding: 30px;
    font-weight: 700;
		text-align:center;
		background-color:#444
	}
	.shipping_progress:after{
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 100%;
    top: 0;
    border: 50px solid transparent;
    border-left: 50px solid #444;
}
	.shipping_progress.first {
	position:relative;
    width: 42%;
    color: #444;
    font-size: 36px;
    text-transform: uppercase;
    padding: 30px;
    font-weight: 700;
		text-align:center;
		background-color:#fff
	}
	.shipping_progress.first:after{
    content: "";
    position:absolute;
    height: 0;
    width: 0;
    left: 100%;
    top: 0;
    border: 50px solid transparent;
    border-left: 50px solid #444;
}
	.shipping_progress a {
	color:#fff;	
	}
	.payment_progress {
		position:relative;
    width: 40%;
    color: #444;
    font-size: 36px;
    text-transform: uppercase;
    padding: 30px;
    font-weight: 700;
		text-align:center;
		background-color:#fff;
			margin-left:50px;
	}
	.residuospedizione {
		font-size: 30px;
		position:absolute;
		bottom:210px;
	}
	.divcontrassegno {
	display:none;
		font-weight:bold;
	}
	.divingombrante {
		font-weight:bold;
	}
	.divspedizione {
	display:none;
		font-weight:bold;
	}
	.totaledapagare {
	border-top:1px solid #dedede;border-top: 1px solid #dedede;
    padding-top: 10px;
    margin-top: 10px;	
	}
	.prezzodapagare {
		font-size:44px;
		font-weight:bold;
	}
	.noteordine {
		border: 1px solid #999;
    width: 100%;
    height: 300px;
    margin-top: 10px;
    font-size: 22px;
	}
	.footercontent {
	font-size:26px;	
	}
	.hidemobile {
	display:none;	
	}
	.boxprodotto.layout2x2 .demo-top {
    position: absolute;
    z-index: 111;
    color: #fff;
    opacity: 0.5;
    font-size: 120px;
    transform: rotate( 
340deg);
    margin-top: 130px;
    margin-left: 53px;
}
.boxprodotto.layout2x2 .demo-bottom {
position: absolute;
    z-index: 111;
    color: #444;
    opacity: 0.2;
    font-size: 52px;
    transform: rotate( 
340deg);
    margin-top: 473px;
    margin-left: 156px;	
}
	.boxprodotto.layout1x1 .demo-top {
    position: absolute;
    z-index: 111;
    color: #fff;
    opacity: 0.5;
    font-size: 250px;
    transform: rotate( 
340deg);
    margin-top: 282px;
    margin-left: 116px;
}
.boxprodotto.layout1x1 .demo-bottom {
    position: absolute;
    z-index: 111;
    color: #444;
    opacity: 0.2;
    font-size: 52px;
    transform: rotate( 
340deg);
    margin-top: 950px;
    margin-left: 393px;
}
	.menubar {
    width: 80%;
    height: 100%;
    background-color: #fff;
    border-left: 1px solid #d4d4d4;
    position: fixed;
    display: none;
    z-index: 151;
    padding: 20px 0 20px 0;
    top: 0;
    right: 0;
}
	.menucloseicon {
    left: 25px;
    font-size: 35px;
    position: absolute;
    margin-top: 0;
}
	.vocemenu {
    padding: 10px 20px;
    font-size: 14pt;
    font-weight: bold;
}
.menubar p{
	margin-left:20px;
}
	.spaziomenucat {
	width:100%;height:80px;	
	}
	.gmapiframe {
	width:100%;
  height:450px;
}
	.paneldesk label {
	height: 10px;
    line-height: unset;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    color: #606060;
    padding: 30px 15px 20px 15px;
}
	.inputcheckoutdesk {
        height: 40px;
    border: none;
    width: 92%;
    /* margin-bottom: 30px; */
    /* margin: 15px; */
    font-size: 13pt;
	border-radius: 8px;
    margin: 0 auto;
    display: block;
	background-color:#fff;
	box-shadow: rgb(0 0 0 / 10%) 0px 5px 15px 0px;
}
	.inputcheckoutdesk.messaggio {
	height:150px;
	resize:none;	
	}
	.checkboxcheckoutlabel {
        height: 30px!important;
    line-height: 25px!important;
    font-size: 11pt!important;
    text-transform: uppercase!important;
    font-weight: 500!important;
    color: #606060!important;
    padding: 0 15px!important;
    display: inline-table!important;
}	
	.g-recaptcha {
	transform:scale(2.5);-webkit-transform:scale(1.1);transform-origin:0 0;-webkit-transform-origin:0 0;margin: 20px 0 0px 20px;	
	}
	.login_btn_desk#inviarichiesta {
	margin-top: 70px;
    font-size: 14px;
	border-radius: 8px;
    height: 38px;
    width: 92%;
    display: block;
    margin: 20px auto;	
	}
	.newwapp {
    bottom: 18px!important;
    right: 15px!important;
    padding: 12px 17px 12px 17px!important;
    border-radius: 60px!important;
    box-shadow: 5px 5px 12px #9f9d9d!important;
}
	.newwapp i {
    line-height: 36px!important;
    margin-right: 0!important;
    font-size: 30px!important;
}
	.infocart {
	display:none;	
	}
	.infosped {
	display:none;		
	}
	.infocartmobile {
		display:block;
		font-size:22pt;
		position:absolute;
		bottom:100px;
	}
	.calcolaspedtext {
	display: block;
		text-decoration:underline;
}
	.iconaingombrante {
	font-size:60px;float: left;padding-right: 10px;
}
	.personalizzazione_articolo input {
	height: 80px;
    font-size: 28px;	
	}
	.personalizzazione_articolo p {
	font-size:18px;	
	}
	.rightcol .personalizzazione_articolo {
    margin-top: 20px;
    display: unset;
    }
	
	.boxprodotto {
    overflow: hidden;
	border-radius:10px;
	box-sizing: border-box;
	padding: 5px;
    margin-bottom: 30px;
	width: 100%;
    display: inline-block;
	vertical-align: top;
}
	.boxprodotto3x3 {
		width:100%;
		height: 450px!important;
		padding:0px;
		margin-right:0px;
		position:relative;
	}
	.boxinfo {
	position: absolute;
    padding: 0 30px 0 10px;
    bottom: 25px;
    z-index: 3;
    color: #fff;
}
	.boxprodotto .boxinfo .area_geografica{
    font-size: 16px;
    text-align: center;
}
	.boxprodotto .boxinfo .camere_bagni{
    text-align: center;
}
	.boxprodotto .boxinfo .smallintro{
    text-align: center;
}
	.div_prezzo{
    text-align:left;
	margin-left:15px;
}
.nprezzo {
	text-align:left;
	float:none;
	font-size:18px;
	line-height:unset;
	color:#fff;
	margin-left:20px;
}
.prezzo-home {
    font-weight: 600;
    font-size: 13px;
	color:#fff;
}
.prezzo {
    font-weight: 600;
    font-size: 18px;
	color:#444;
}
.button-home button {
	display:none;
}
#note_tariffe {
	font-size:14px;
}
.top_content-request {
	margin:0 20px;
}
	.leftcol {
		padding:0 15px;
		margin-bottom:0;
	}
	.rightcol{
		padding:0 20px;
		margin-bottom:0;
	}
	
	.rightcol2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
	margin-bottom:0;
	text-align:start;
}
	.back_to_cat {
		text-align:center;
	}
	.bottomarea {
		margin:0;
		padding:0;
	}
	ul {
	margin:0;
	padding-inline-start:30px;
}

	.tabcontent {
	display: none;
	padding: 0px;
	font-size: 16px;
    font-weight: 400;
}
	.infostruttura {
		box-shadow:unset;
		padding:0;
	}

	.checkin {
		border-radius: 6px;
		border:1px solid #ccc;
		padding: 16px 0 16px 5px;
		text-align:left;
		font-size:15px;
		font-weight:500;
		width:97%;
		border-top-right-radius:0;
		border-bottom-right-radius:0;
	}
	
	.checkout {
		border-radius: 6px;
		border:1px solid #ccc;
		padding: 16px 0 16px 5px;
		font-size:15px;
		text-align:left;
		font-weight:500;
		width:98%;
		border-left:none;
		border-top-left-radius:0;
		border-bottom-left-radius:0;
	}
	#checkin-search {
    padding: 7px 5px;
    border:none;
	width:60%;
	}
	#checkout-search {
    padding: 7px 5px;
    border: none;
	width:60%;
}
.checkin_desktop {
	display:none;
}.checkin_mobile {
	display:block;
}

	/*.sadulti {
		float:left;
		width:46%;
	}
	.sbambini {
		float:right;
		width:51%;
	}*/
	
	.search-bar form {
		display:inline-block;
		padding:20px 15px;
		width: 100%;
		
	}
	.search-bar .search-btn {
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    font-size: 16px;
    border: none;
    letter-spacing: 0.3px;
    background-color: #d72885;
    border-radius:6px;
    color: #fff;
    font-weight: 600;
	margin:20px 0;
	width:100%;
    padding: 10px 30px;
    transition: 0.3s;
	}
	.btn-search {
		position:relative;
		text-align:center;
		margin-top:0;
	}
	
	/*.zona {
		border:2px solid #ccc;
		border-radius:6px;
	}.checkin {
		border:2px solid #ccc;
		border-radius:6px;
	}.checkout {
		border:2px solid #ccc;
		border-radius:6px;
	}.sadulti {
		border:2px solid #ccc;
		border-radius:6px;
	}.sbambini {
		border:2px solid #ccc;
		border-radius:6px;
	}
	*/
	
	.formcontainer {
		display:block;
		}
	
	.formcontainer h1{
		text-align:left;
		font-size:20px;
		margin-top:30px;
	}
	
	.dati_prenotazione .col6 {
		margin-top:0px;
	}
	.corpo.schedaprod .rightcol {
		margin-top:0px;
	}
	.div_form {
		display:block;
	}
	
	#check-flex {
		display: flex;
        justify-content: space-between;
        /* padding: 5px; */
        border: none;
        /* border-radius: 6px; */
        color: #444;
        font-weight: 500;
        background-color: white;
	}
	
	.div_form #checkin {
		margin-bottom:20px;
	}
	.div_form #checkout {
		margin-bottom:20px;
	}
	.zona select {
		width:100%;
		border-radius: 4px;
		padding: 16px 5px;
		border: 1px solid #ccc;
		margin: 10px 0 0;
		font-size: 14px;
	}
	.sadulti select {
		width:100%;
		border-radius:6px;
		padding: 16px 16px;
		border: 1px solid #ccc;
		margin:4px 15px;
		font-size:14px;
		height:auto;
		font-weight:600!important;
}
	.sbambini select {
		width:100%;
		border-radius:6px;
		padding: 16px 16px;
		border: 1px solid #ccc;
		margin:4px 15px;
		font-size:14px;
		height:auto;
		font-weight:600!important;
}
	
	.div_form .col6 {
		padding:10px 0;
	}
	.col6 {
	flex: 0 0 100%;
    max-width: 100%;
}	
	.col-m6 {
	flex: 0 0 50%;
    max-width: 50%;
}	
	.col12 {
		flex: 0 0 100%;
		max-width: 100%;
}
	.div_search {
		display:flex;
		margin:10px 0 0;
		justify-content: space-evenly;
	}
	.zona {
		border:none;
	}
	.customer {
		display:flex;
		margin-top:20px;
		border: 1px solid #ccc;
		border-radius:6px;
	}
	.adulti {
		margin-left:15px;
		-webkit-appearance: none;
		-moz-appearance: textfield;
	}
	.bambini {
		margin-left:15px;
		-webkit-appearance: none;
		-moz-appearance: textfield;
	}
	.adulti-info {
		margin-left:0;
		border-bottom: solid 1px #ccc!important;
		padding: 10px!important;
	}
	.bambini-info {
		margin-left:0;
		border-bottom: solid 1px #ccc!important;
		padding: 10px!important;
	}
	.sadulti {
	
	margin:0;
	padding:8px 0;
	text-align:left;
}
	.sbambini {
	border-left: 1px solid #ccc;
	margin:0 1px;
	padding:8px 0;
	text-align:left;
}
	.guest{
		display: block;
		padding:0;
		border:none;
		margin-top:20px;
}
	.area_geografica {
		display:none;
	}
	.top-img {
		display:none;
	}
	
	.richiesta .campi {
		display:none;
	}
	
	.table td {
		font-size:9pt;
	}
	/*.richiesta .ui-datepicker-trigger {
		pointer-events:none;
	}*/
	.campi-inline {
			font-size:14px;
			text-align:center;
	}

}

