.zcalendar-wrap {
	overflow: visible;
	margin-top: -1px;
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.zcalendar {
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1px;
	background: #fff;
	color: #2C2F33;
	position: relative;
	top: -1px;
	z-index: 2;
	width: 972px;
	font-family: 'Roboto', sans-serif;
	overflow: unset;
}

.zcalendar-top, .mobile-weekdays, .calendar-bottom, .mobile-accept-dates {
	display: none;
}

.zc-month-info{
	text-align:center;	
	margin-bottom: 20px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	font-weight: bold;
	font-size:18px;
}

.zc-month-name{
	margin-right:5px; 
	text-transform: capitalize;
}

.zc-btn {
	background-color: transparent !important;
	border-color:transparent !important;
	color:inherit;
	border-width: 1px;
  	border-style: solid;
	text-align: center;
	vertical-align: middle;
  	text-decoration: none;
  	display: inline-block;
  	margin:0;
	width:32px;
	color:inherit;
	border-width: 0;
  	height: 32px;
  	font-size: 26px;
  	cursor: pointer;
  	user-select: none;
  	padding:0;
}

.zc-btn img{
	width:100%;
	height: 100%;
	vertical-align: top;
}

.zc-btn:focus{
	outline:none;
}


.zc-btn-prev{
	position: absolute;
	top:33px;
	left:20.5px;
}

.opacity {
	opacity: 0.5;
}

.zc-btn-next {
	position: absolute;
	top:33px;	
	right:20.5px;
}

.zc-months {
	width: auto;
	margin-left: 20.5px;
	margin-right: 20.5px;
	padding-top: 36px;
}

.zc-months:after{
	display: block;
    content: "";
    clear: both;
}
.zc-month {
	width: 443px;
	display: block;
	float:left;
	user-select: none;
	
}
.zc-month:nth-child(2){
	float:right;
	
}

.zc-month:nth-child(2),.zc-month:nth-child(3),.zc-month:nth-child(4) {
	display: none;
}

.zcalendar .zc-month:nth-child(2) {
	display: block;
}

.zcalendar .zc-month:nth-child(3) {
	display: none;
}

.zcalendar .zc-month:nth-child(4) {
	display: none;
}

.zhs-calendar{
	display:none;
}


.zc-date * {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10+ and Edge */
	user-select: none; /* Standard syntax */
	pointer-events: none;
	font-family: 'Roboto', sans-serif;
}

.zc-weekday {
	width: 62px;
}

.zc-dates, .zc-weekdays {
	user-select: none;
	font-size: 0px;
	text-align: center;
	vertical-align: baseline;
}

.zc-date , .zc-weekday {
	font-size:16px;	
	text-align:center;
	display: inline-block;
	padding: 0px;
	vertical-align:top;
}


.zc-weekday {
	line-height:19px;
	height:19px;
	font-size:16px;
	text-transform: uppercase;
	margin-top:0px;
	margin-bottom:5px;
	border-color:transparent;
	color: #8C99AF;
	font-weight: 300;
}

.zc-date  {
	width: 62px;
	height: 58px;
	position: relative;
}


.zc-date[data-unix] .zc-date-inner {
	border: 1px solid;
	border-radius: 2px;
	width: 52px;
	margin-left: 0;
	margin-right: 0;
	height: 52px;
	color: #2C2F33;
	border: 1px solid #D8DDE8;
	display: inline-block;
}

.zc-date[data-disabled] .zc-date-inner { 
	border: 0px;
}

.zc-date:nth-child(7n+1) .zc-date-inner::after {
	display: none;
}

.zc-date:nth-child(7n+7) .zc-date-inner::after {
	display: none;
}


.zc-minimum-stay {
	width: 12px;
    position: absolute;
    top: 0px;
    height: 12px;
    right: 10px;
    font-size: 9px;
    border-radius: 2px 2px;
    background-color: rgba(255,255,255,0.2);
}


.zc-date-box{
    width: 100%;
	background: transparent;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid transparent;
	
}


.zc-date-date{
	font-size: 16px;
  	font-weight: bold;
	line-height:20px;
	margin-top:4px;
}


.zc-date-price {
	font-size: 11px;
	font-weight: 400;
	margin-top: 2px;
}


.zc-date[data-disabled] {
	cursor: not-allowed;
	pointer-events: none;
}

/* dim out dates that are not in range, and that are disabled */
.zc-date[data-disabled]:not([data-in-range]) .zc-date-box,.zc-date[data-disabled]:not([data-in-range]):hover .zc-date-box { 
	opacity: 0.5;
	color: #8C99AF;
	font-weight: bold;
}


.line-through .zc-date-date , .line-through .zc-date-price {
	text-decoration: line-through;
}

/*  When Costao disabled dates */
.zc-date[data-gray] .zc-date-box, .zc-date[data-gray]:hover .zc-date-box{
	opacity: 0.5;
}

.disabled-date {
    position: absolute!important;
    right: 4px;
    top: 0px;
    background-image: url(/icons/x-close.svg);
    height: 16px;
    width: 16px;
    z-index: 220;
    pointer-events: auto;
}

.zc-date[data-gray] .zc-date-box, .zc-date[data-gray]:hover .zc-date-box, .zc-date[data-open='false'] .zc-date-date, .zc-date[data-open='false']:hover .zc-date-date {
    text-decoration: line-through;
}

.zc-date[data-open="false"] .zc-date-price:before {
	content: "--";
}


/* in range wrap */
.zc-date[data-in-range] .zc-date-inner {	
	background-color: #FD4700;
	box-shadow: inset 0px 0px 0px 40px rgba(255,255,255,0.3);
	border-color: rgba(255,255,255,0.3);
	/*width: 100%;*/
	border-radius: 0px;
	
}

.zc-date[data-start] .zc-date-inner , .zc-date[data-end] .zc-date-inner {
	width: 52px;
}



.zc-date[data-in-range] .zc-date-inner:after {
	content: '';
	box-shadow: inset 0px 0px 0px 40px rgba(255,255,255,0.3);
    position: absolute;
	width: 74px;
	left: -7px;
	height: 52px;
	top: 0px;
	z-index: -2;	
}

.zc-date[data-start] .zc-date-inner:after {
	background-color: #FD4700;
	box-shadow: inset 0px 0px 0px 40px rgba(255,255,255,0.3);
    content: '';
    position: absolute;
    width: 10px;
    right: -5px;
    height: 52px;
    z-index: 1;
    left: unset;
}

.zc-date[data-end] .zc-date-inner:after {
	content: '';
	background-color: #FD4700;
	box-shadow: inset 0px 0px 0px 40px rgba(255,255,255,0.3);
    position: absolute;
	width: 14px;
	left: -8px;
	height: 52px;
	top: 0px;
	z-index: -1;	
}


.zc-date[data-in-range]:not([data-start]):not([data-end]):hover .zc-date-inner {
	width: 52px;
}


.zc-date[data-in-range]:not([data-start]):not([data-end]):hover .zc-date-inner:after {
	background: #fff;
	position: absolute;
	width:74px;
	top:0px;
	background-color: #FD4700;
    box-shadow: inset 0px 0px 0px 40px rgba(255,255,255,0.3);
    content: '';
    left: -7px;
    height: 52px;
    z-index: -1;
}

.zc-date[data-start] .zc-date-inner,
.zc-date[data-end] .zc-date-inner {
	background-color: #FD4700;
	box-shadow:unset;
	border-color:transparent;
}

.zc-date[data-start] .zc-date-inner  {
	border-radius: 2px 2px 2px 2px;
}

.zc-date[data-end] .zc-date-inner  {
	border-radius: 2px 2px 2px 2px;
}


.zc-date[data-in-range]:not([data-start]):not([data-end]) .zc-date-box  {
	width: 50px;
	float: left;
}


/* on hover */
.zc-date[data-unix]:not([data-disabled]):hover,.zc-date[data-first] {
	cursor: pointer;	
}

.zc-date[data-unix]:not([data-disabled]):hover .zc-date-inner,.zc-date[data-first] .zc-date-inner{
	background-color: #FD4700;
}
.zc-date[data-unix]:not([data-start]):not([data-end]):hover .zc-date-inner,.zc-date[data-first] .zc-date-inner{
	border-radius: 2px;
	box-shadow: unset;
}

/* Fallback for no color set */

.zc-date[data-in-range] .zc-date-inner, .zc-date[data-start] .zc-date-inner, 
.zc-date[data-end] .zc-date-inner, .zc-date[data-first] .zc-date-inner, 
.zc-date[data-unix]:not([data-disabled]):hover .zc-date-inner, 
.zc-date[data-start] .zc-date-inner::after, .zc-date[data-end] .zc-date-inner::after, 
.zc-date[data-in-range]:not([data-start]):not([data-end]):hover .zc-date-inner::after, 
[data-promo="true"] .zc-date-box::after, .zc-info-bar-promo, .zc-date[data-in-range] .zc-date-inner::after {
	color: #fff;
}

.zc-date[data-in-range] .zc-date-inner::after {
	background-color: #FD4700;
}

.zc-info-bar{
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	margin-top:17.5px;
	margin-left:20.5px;
	padding-bottom: 20px;
    margin-bottom: 9px;
    width: calc( 100% - 45px);
}

.zc-info-bar-promo{
	content:'';
	height: 6px;
	width:6px;
	background: #455A64;
	display: inline-block;
    margin-bottom: 3px;
    border-radius:5px;
    margin-right: 7px;
}

/* TOOLTIPS */

.zcalendar [data-title]{
	position: relative;
}


.zcalendar [data-title]:after {
	content: attr(data-title) '\a' attr(data-minimum-stay-message) '\a' attr(data-maximum-stay-message);
	position: absolute;
	z-index: 220;
	color: #fff;
	background: #3c3c3c;
    width: auto;
    min-width: min-content;
    line-height: 1rem;
	pointer-events: none;
    opacity: 0;
    visibility: hidden;
	border-radius: 5px;
    text-align: center;
    font-size:smaller;
    white-space: nowrap;
    padding: 10px 10px 10px 10px;
    left: calc(100% - 75px);
    bottom: 63px;
	white-space: pre;
	height: 38px;
}

.zcalendar [data-two-messages-title][data-title]:after {
	content: attr(data-title) '\a' attr(data-minimum-stay-message) '\a' attr(data-maximum-stay-message);
	position: absolute;
	z-index: 220;
	color: #fff;
	background: #3c3c3c;
    /*width: 157px;*/
    min-width: min-content;
    line-height: 1rem;
	pointer-events: none;
    opacity: 0;
    visibility: hidden;
	border-radius: 5px;
    text-align: left;
    font-size:smaller;
    white-space: nowrap;
    padding: 10px 10px;
    left: calc(50% - 75px);
    bottom: 63px;
	white-space: pre;
	min-height: 52px;
}


.zcalendar [data-title]:before{
	content:'';
	position: absolute;
	height: 0px;
	width: 0px;
	opacity: 0;
    visibility: hidden;
	border-color: #3c3c3c transparent;
	border-style: solid;
	border-width: 5px 5px 0px 5px;
	top:-5px;
	left:calc(50% - 5px);
	z-index: 200;
}

.zcalendar [data-title]:not([data-disabled]):hover:after,
.zcalendar [data-title]:not([data-disabled]):hover:before {
   	opacity: 1;
    visibility: visible;
}

.zc-date[data-in-range="true"]:hover:after,
.zc-date[data-in-range="true"]:hover:before {
	opacity: 1!important;
    visibility: visible!important;
}

.zc-close {
	position: absolute;
	top:10px;
	right:10px;
	display: none;
	cursor: pointer;
	width:30px;
	height:30px;
	padding:7.5px;
}

.zc-close img {
	width:15px;
	height: 15px;
}

.as-cal-wrap {
	position: relative;
}

#as-cal, .as-cal {
	position: absolute;
	margin-left:auto;
	margin-right:auto;	
	background: #fff;
	color:#2C2F33;
	position: relative;
    z-index: 2;
    
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-family: 'Roboto', sans-serif;
    display:none;
    height: 490px;
    width: 485px;
    position: absolute;
    left: -294px;
    overflow:unset;
    padding-top: 21px;
}

.as-cal {
	left: 15px;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 16%);
	border-radius: 4px;
}

#as-cal .zc-btn,.as-cal .zc-btn {
	top: 20px;
}


.zc-info-bar > span:nth-child(2) {
	margin-left: 30px;
}

.loader {
	display: block;
	width: 26px;
	height: 6px;
	background-color: #E6E6E6;
	border-radius: 20px;
	position: relative;
	margin: 11px auto;
}

.zc-date:not([data-unix]) .loader, .zc-date[data-disabled] .loader, .zc-date:has(.disabled-date) .loader, #as-cal .loader, .as-cal .loader {
	display: none !important;
}

.loader-ball {
	width: 23px;
    height: 6px;
    background-color: #f5f5f5;
    border-radius: 20px;
    position:absolute;
    animation: loader 0.7s infinite;
    animation-direction: alternate;
}

@keyframes loader {
  from {left: 0px; width: 23px}
  to {left: 24px; width: 6px}
}

.restrictions-gray-icon {
	display: inline-flex;
	width: 13px;
	height: 12px;
	background-color: #D8DDE8;
	color: #2C2F33;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 2px;
	margin-right: 7px;
	font-weight: bold;
	line-height: 1;
	align-items: center;
	justify-content: center;
}

.zcalendar-header {
	display: none;
}

.restrictions-gray-icon span {
	position: relative;
	top: -2px;
}

#hotel_search .search  {
	position: relative;
}

#new_criteria_popup {
	display: none;
	position: absolute;
    top: 50px;
    background-color: #fff;
    color: #2C2F33;
    border-radius: 4px;
    right: 18px;
    min-width: max-content;
    padding: 10px 29px 10px 10px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

#new_criteria_popup::after {
    bottom: 100%;
	right: 26px;
	border: solid transparent;
    border-top-color: transparent;
    border-top-width: medium;
    border-right-color: transparent;
    border-right-width: medium;
    border-bottom-color: transparent;
    border-bottom-width: medium;
    border-left-color: transparent;
    border-left-width: medium;
	border-top-color: transparent;
	border-top-width: medium;
	border-right-color: transparent;
	border-right-width: medium;
	border-bottom-color: transparent;
	border-bottom-width: medium;
	border-left-color: transparent;
	border-left-width: medium;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(39, 50, 64, 0);
	border-bottom-color: rgba(39, 50, 64, 0);
	border-bottom-color: rgba(39, 50, 64, 0);
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -65px;
}



/* between the bootstrap 120 and tablet mode */
@media(max-width: 1199px)  and (min-width: 991px){
	.zcalendar{
		width:960px;
	}

}



/*Screen width mobile mode */
@media(max-width: 992px) {
	.zcalendar {
		position: relative;
		top: unset;    
		right: unset;
		left: unset;	
		width: 100% !important;
		max-width: 500px;
		z-index: 10;
		background: transparent;
		margin: auto;
	}

	.zcalendar-close-icon svg path {
		stroke: #454950;
	}

	.restrictions-gray-icon {
		display: flex;
		width: 13px;
		height: 12px;
		background-color: #D8DDE8;
		color: #2C2F33;
		font-size: 10px;
		text-align: center;
		vertical-align: middle;
		border-radius: 2px;
		margin-right: 7px;
		font-weight: bold;
		align-items: center;
		justify-content: center;
	}

	.zcalendar-container {
		height: calc(100vh - 268px);
		overflow: hidden scroll;
		margin-top: 0px;
		padding: 20px 15px;
	}

	.zcalendar-wrap {
		position: fixed;
		height: 100vh;
		width: 100%;
		background: #ffffff;
		top: 0;
		margin-top: 0;
		z-index: 20;
	}

	.zcalendar-top {
		background: #ffffff;
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 15px 15px 10px 15px;
		justify-content: space-between;
	}

	.zc-months:after {
		display: none;
	}

	.calendar-bottom {
		display: flex;
		width: 100%;
		padding: 20px 15px 15px 15px;
		background: #ffffff;
		flex-direction: column;
		box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, .05); 
		gap: 20px;
		align-items: center;
		position:fixed;
		bottom:0px;
		z-index: 40;
	}

	.mobile-weekdays {
		display: flex;
		padding: 10px 15px 15px 15px;
		align-items: center;
	}

	.calendar-info {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.zc-info-bar {
		color: #8C99AF;
		margin: 0;
		padding: 0;
		width: auto;
		line-height: 1;
		display: flex;
		flex-direction: column;
		gap: 15px;
    	align-items: center;
	}

	.mobile-weekdays div {
		display: grid;
		grid-template-columns: repeat(7, 1fr);
		width: 100%;
		max-width: 500px;
		justify-content: center;
		justify-items: center;
		align-items: center;
		margin: auto;
		gap: 2px;
	}

	.mobile-weekdays div span {
		text-align: center;
		text-transform: uppercase;
		color: #8C99AF;
		font-size: 14px;
		line-height: 16px;
	}

	.zcalendar-header {
		display: block;
		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
	}

	.zcalendar-title {
		font-size: 16px;
		line-height: 24px;
		font-weight: 600;
		color: #2C2F33;
	}

	.zcalendar [data-title]:after{
		bottom:53px;
	}

	.zcalendar-close-icon {
		display: block;
		line-height: 1;
		padding: 4px;
	}

	.zc-month {
		width: 100%;
		float: none;		
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
	}

	.zc-weekdays {
		display: none;
	}

	.zc-months:not(:last-child) {
		margin-bottom: 30px;
	}

	.zc-months:last-child {
		padding-bottom: 20px;
	}

	.zc-weekday {
		font-size: 14px;
	}

	.zc-dates {
		text-align: left;
		display: grid;
		grid-template-columns: repeat(7, 1fr);
		gap: 5px 2px;
	}

	.zc-date {
		width: 100%;
		padding: 0;
		height: 48px;
	}

	.zc-date:not([data-unix]).zc-date:nth-last-of-type(-n+7) {
		display: none;
	}

	.zc-minimum-stay {
		top: 0px;
		right: 3px;
	}

	.zc-btn-prev , .zc-btn-next {
		top: 70px;
		display: none;
	}

	.zc-btn-prev  {
		left: 34px;
	}

	.zc-btn-next  {
		right: 34px;
	}

	.zc-month-info {
		margin-bottom: 20px;
		color: #2C2F33;
		text-align: left;
		font-size: 16px;
		line-height: 19px;
		height: auto;
	}

	.mobile-accept-dates {
		display: flex;
		flex-direction: column;
		gap: 15px;
		align-items: center;
		width: 100%;
		max-width: 500px;
	}

	.mobile-accept-dates-from-to {
		font-family: "Roboto Regular", sans-serif;
		font-size: 14px;
		line-height: 19px;
		display: block;
		color: #2C2F33;
		text-transform: capitalize;
	}

	/* .start-date-day-month, .end-date-day-month {
		font-weight: 500;
	} */

	.zc-close {
		position: unset;
		top: unset;
		right: unset;
		display: inherit;
		cursor: pointer;
		width: unset;
		height: unset;
		padding: unset;
	}

	#mobile-accept-date {
		width: 100%;
		min-height: 48px;
		border-radius: 12px;
		font-weight: 500;
		font-size: 16px;
		line-height: 21px;
		text-transform: uppercase;
		padding: 12px;
	}

	.zcalendar .zc-month:nth-child(3){
		display: block;
	}

	.zcalendar .zc-month:nth-child(4) {
		display: block;
	}

	.zc-date[data-start] .zc-date-inner, .zc-date[data-end] .zc-date-inner {
		width: auto;
	}

	.zc-date .zc-date-inner , .zc-date[data-unix] .zc-date-inner {
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.zc-date[data-unix] .zc-date-inner {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.zc-date[data-in-range]:not([data-start]):not([data-end]):hover .zc-date-inner  {
		width: auto;
	}

	.zc-date-price {
	    font-size: 11px;
	}

	.zc-date[data-start] .zc-date-inner::after {
		width: 0px;
		right: 0px;
		left: 100% !important;
	}

	.zc-date[data-in-range] .zc-date-inner::after {
		width: 4px;
		height: 100%;
		left: -4px;
	}

	.zc-date[data-in-range]:not([data-start]):not([data-end]):hover .zc-date-inner::after {
		width: 100%;
		left: -3px;
		height: 100%;
	}

	.zc-date[data-end] .zc-date-inner::after {
		left: -2px;
	}

	.zc-date:nth-child(7n+1) .zc-date-inner::after {
		display: block;
		left: 0px;
	}

	.zc-date:nth-child(7n+7) .zc-date-inner::after {
		display: block;
		left: -2px;
		width: 4px;
	}

	.zc-date:nth-child(7n+7)[data-start] .zc-date-inner::after {
		width: 0 !important;
	}

	.zc-close {
		display:block;
		top: 0px;
	}

	.zc-months {
		margin: 0;
		padding: 0;
		display: flex;
		gap: 30px;
		flex-direction: column;
	}

	.zcalendar {
		box-shadow: none !important;
	}

	.zcalendar [data-title]:nth-child(7n+1)::after , .zcalendar [data-title]:nth-child(7n+2)::after , .zcalendar [data-title]:nth-child(7n+3)::after {
		left: calc(50% - 36px);
	}

	.zcalendar [data-title]:nth-child(7n)::after , .zcalendar [data-title]:nth-child(7n+6)::after , .zcalendar [data-title]:nth-child(7n+5)::after {
		left: unset;
		right: -17px;
	}

	.zc-info-bar > span:nth-child(2) {
		display: flex;
		margin-left: 0px;
		margin-top: 0;
		flex-direction: row;
		align-items: center;
	}

	.zc-date[data-in-range]:not([data-start]):not([data-end]) .zc-date-box {
		width: 48px;
	}
}

/*smaller mobile widths*/
@media (max-width: 420px) {


	.zc-month {
		width: 100%;
	}

	.zc-weekday  {
		width: calc(100% / 7);
	}

	.zc-date {
		width: 100%;
		padding: 0;
	}

	.zc-date[data-start] .zc-date-inner, .zc-date[data-end] .zc-date-inner , 
	.zc-date .zc-date-inner , .zc-date[data-unix] .zc-date-inner ,
	.zc-date[data-in-range]:not([data-start]):not([data-end]):hover .zc-date-inner {
		width: 100%;
	}

	.zc-date[data-in-range]:not([data-start]):not([data-end]) .zc-date-box {
		width: 100%;
	}
}