
.bread_crumps_wrapper{
	display:flex;
	gap:8px;
	align-items: center;
}

.addbed{
	display: flex;
	align-items: flex-start;
	gap:8px;
	    color: var(--3-Dark-text, #222);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.54px;
    margin-top: 24px;
}
.bctitle svg{
	display: none;
}
.read_more_single.read_more_anchor{
	display:flex!important;
}
.addbed:before{
	content:'';
	position: relative;
	margin-top: 7px;
	display: block;
	width:8px;
	height: 8px;
	min-width: 8px;
	min-height: 8px;
	border-radius: 8px;
	background: #EDA4C3;
}
.save_single.feed_like{
	position: relative;
	top:0;
	left:0;
	right:0;
	transition:all 0.4s ease-out;
	cursor: pointer;
}
.save_single.feed_like:hover{
	opacity: 0.75;
}
.single_checkin_date_wrapper.guests{
	opacity: 1!important;
}

.amen_img_wrapper{
	min-width: 30px;
	display: flex;
    align-items: center;
    max-height: 22px;
}
.ccc7{
	gap:0!important;
    column-gap: 32px;
    row-gap: 32px;
}
.ccc7 img{
	max-height: 22px;
}

.bread_crump{
	display:flex;
	gap:8px;
	align-items: center;
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.42px;
}
.bread_crump:last-child{
	pointer-events: none;
	opacity: 0.6;
	text-decoration-line: unset;
}
.bread_crump svg{
	margin-top:2px;
}
.single_title{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 27px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.81px;
	margin-top:32px;
}
.flex1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:8px;
}
.flex2{
	display: flex;
	align-items: center;
	gap:32px;
}
.flex3{
	display: flex;
	gap:8px;
	align-items: center;
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.54px;
}
.show_on_map_single{
	color: var(--Accent, #D61E89);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.42px;
	text-decoration-line: underline;
	margin-left:16px;
}
.book_top_button{
	color: var(--Main-wight, #FAFAFA);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.54px;
	padding:8px 16px;
	border-radius: 10px;
	background: var(--Accent, #D61E89);
}
.save_single{
	color: var(--Accent, #D61E89);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.42px;
	text-decoration-line: underline;
	display: flex;
	align-items: center;
	gap:8px;
}

.single_image_wrapper{
	display: flex;
	gap:clamp(1px, 1.9047619047619vw, 32px);
	align-items: flex-start;
}
.single_full_image .rel{
	align-items: center!important;
	justify-content: center!important;
}
.single_full_image img{
	max-width:100%;
	max-height:100%;
}
.single_main_image{
	width: clamp(1px, 47.93650793650794vw, 604px);
	height: clamp(1px, 31.9047619047619vw, 402px);
	overflow: hidden;
	border-radius: 18px;
}
.single_sub_image{
	width: clamp(1px, 47.93650793650794vw, 604px);
	height: clamp(1px, 31.9047619047619vw, 402px);
	display: flex;
	gap:clamp(1px, 1.9047619047619vw, 32px);
	position: relative;
	flex-wrap:wrap;
	justify-content: space-between;
}
.single_show_all_image{
	position: absolute;
	bottom:8px;
	cursor: pointer;
	right:8px;
	color: var(--Main-wight, #FAFAFA);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.42px;
	padding:8px 16px;
	border-radius: 10px;
	background: var(--Accent, #D61E89);
}
.single_image_wrapper{
	margin-top:40px;
}
.sub_image_wrapper{
	width: clamp(1px, 22.6984126984127vw, 286px);
	height: clamp(1px, 14.682539682539684vw, 185px);
	border-radius: 18px;
	overflow: hidden;
}
.single_image_wrapper img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center;
}
.flex5{
	display: flex;
	gap:32px;
	margin-top:48px;
}
.single_left_column{
	width:clamp(1px, 73.17460317460316vw, 922px);
}
.single_right_column{
	width:clamp(1px, 22.6984126984127vw, 286px);
	border-radius: 18px;
	background: var(--Main-wight, #FAFAFA);
	box-shadow: 0px 8px 16px 0px rgba(66, 52, 61, 0.15);
	padding:24px 16px;
	height:fit-content;
	position: sticky;
	top:0;
	display: flex;
	flex-direction: column;
	gap:0;
}

.single_checkin_label{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.42px;
	margin-bottom: 8px;
	display: flex;
	justify-content: space-between;
}
.single_checkin_date_wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	border: 1px solid var(--4-Primary, #EDA4C3);
	padding:8px 16px;
	margin-bottom: 16px;
}
.date_single_input{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.42px;
}
.single_checkin_date_wrapper .flex{
	gap:8px;
	align-items: center;
}
.total_single_details{
	color: var(--Accent, #D61E89);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.42px;
	text-decoration-line: underline;
}
.total_single_price{
	color: var(--Accent, #D61E89);
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.66px;
}
.total_single_label{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.66px;
}
.book_now_single{
	cursor: pointer;
	color: var(--Main-wight, #FAFAFA);
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.66px;
	width:100%;
	padding:8px;
	display: flex;
	gap:10px;
	align-items: center;
	border-radius: 12px;
	background: var(--Accent, #D61E89);
	margin-top:24px;
	justify-content: center;
	text-decoration-line: unset;
	box-sizing: border-box;
}
.single_box_wrapper{
	display: flex;
	gap:24px;
	border-radius: 18px;
	background: var(--Main-wight, #FAFAFA);

	/* Block shadow */
	box-shadow: 0px 8px 16px 0px rgba(66, 52, 61, 0.15);
	padding:24px;

}
.single_box{
	padding:8px;
	width:100%;
	display: flex;
	gap:8px;
	border-radius: 12px;
	background: var(--4-Primary, #EDA4C3);
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.54px;
	align-items: center;
}
.pink{
	color: var(--Accent, #D61E89);
}

.sticky_header_single{
	border-radius: 18px 18px 0px 0px;
	background: var(--4-Primary, #EDA4C3);
	padding:8px;
	width:clamp(1px, 73.17460317460316vw, 922px);
	transition:all 0.4s ease-out;
	display: flex;
	gap:32px;
	justify-content: center;
}
.fixed{
	position: fixed;
	top:0;
	border-radius:0px 0px 18px 18px;
	z-index:10;
}
.scrolled{
	top:-40px;
}
.single_content_wrapper{
	margin-top:48px;
	border-radius: 18px;
	background: var(--Main-wight, #FAFAFA);
	box-shadow: 0px 8px 16px 0px rgba(66, 52, 61, 0.15);
}
.single_content_inner{
	padding:24px;
}
.flex7{
	display: flex;
	gap:16px;
	align-items: normal;
	flex-wrap: wrap;
}
.single_content_title{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.66px;
	display: flex;
	flex-direction: column;
	gap:8px;
	margin-bottom:16px;
	margin-top:64px;
}
.single_content_title:after{
	content:'';
	width:80px;
	height:3px;
	border-radius:2px;
	background:var(--4-Primary, #EDA4C3);
}
.single_content_title:first-child{
	margin-top:0;
}
.single_amen{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	gap:8px;
	align-items: center;
	margin-bottom: 12px;
	    width: 33%;
}
.bed_conf_wrapper{
	padding-right:16px;
	margin-right:16px;
	display: flex;
	flex-direction: column;
	gap:8px;
	border-right:1px solid var(--3-Dark-text, #222);
	min-height: 80px;
	min-width: 250px;
}
.bed_conf_wrapper .flex{
	gap:8px;
	align-items: center;
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.54px;
}
.bed_conf_desc{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.54px;
	width:190px;
}
.bed_conf_wrapper:last-child{
	border-right: unset;
}
.single_content_desc{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 25.2px */
	letter-spacing: 0.54px;
	position: relative;
}
.single_content_desc.short{
	overflow:hidden;
	max-height:150px;
}
.single_content_desc.short:before{
	content:"";
	width:100%;
	height:60px;
	position: absolute;
	z-index: 1;
	bottom:0;
	left:0;
	background: linear-gradient(rgba(0,0,0,0), #FAFAFA);
}
.read_more_single{
	display: none;
}
.single_content_desc.short ~ .read_more_single{
 	margin-top:8px;
	color: var(--Accent, #D61E89);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.54px;
	cursor:pointer;
 	align-items: center;
	gap:8px;
}
.sticky_single_solo{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.54px;
	display: flex;
	gap:8px;
	align-items: center;
	border-bottom:1px solid var(--4-Primary, #EDA4C3);
	cursor: pointer;
	padding-bottom: 2px;
}
.sticky_single_solo.focus{
	border-bottom:2px solid var(--3-Dark-text, #222);
}

.flexsin2{
	display: flex;
	gap:32px;
	margin-bottom: 64px;
}
.sin_resort_info_wrapper{
	width:calc(100% - 32px - 368px);
	height:245px;
}
.sin_resort_info_pink{
	color: var(--Accent, #D61E89);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.54px;
	margin-bottom:8px;
}
.sin_resort_info_title{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.66px;
	display: flex;
}
.sin_resort_info_border{
	width:80px;
	height:3px;
	border-radius: 3px;
	background: #EDA4C3;
	margin-top:8px;
	margin-bottom: 16px;
}
.sin_resort_info_desc{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 25.2px */
	letter-spacing: 0.54px;
	    overflow: hidden;
    max-height: 150px;
    position: relative;
}
.sin_resort_info_desc:before{
	content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0), #FAFAFA);
}
.sin_resort_info_button{
	text-decoration-line: unset;
	color: var(--Accent, #D61E89);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.54px;
	margin-top: 8px;
	display: flex;
	align-items: center;
	gap:8px;
}
.sin_resort_image_wrapper{
	height: 245px;
	width: 368px;
	border-radius: 12px;
	overflow: hidden;
}
.sin_resort_image_wrapper img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.sin_resort_am_wrapper{
	display: flex;
	flex-wrap: wrap;
	gap:16px;
	column-count: 3;
    display: block;
    column-gap: 32px;
    row-gap: 32px;
}
.sin_resort_am_wrapper .single_amen{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.54px;
	display: flex;
	gap:8px;
	align-items: center;
}

.single_address_location_wrapper{
	margin-left:24px;
	display: flex;
	align-items: center;
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.54px;
	gap:8px;
}
.single_content_wrapper iframe{
	width:100%;
	height:273px;
	border-radius: 14px;

}

.revflex{
	display: flex;
	align-items: center;
	gap:16px;
}
.revsin_rait{
	color: var(--Main-wight, #FAFAFA);
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.66px;
}
.revsin_wrapper{
	border-radius: 8px;
	background: var(--Accent, #D61E89);
	padding:4px 8px;
	display: flex;
	gap:8px;
	align-items: center;
}
.revsin_from{
	color: var(--Main-wight, #FAFAFA);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.54px;
}
.revsin_based{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.54px;
}

.revsinsolo_wrapper{
	margin-bottom: 24px;
	border-radius: 14px;
	border: 1px solid var(--4-Primary, #EDA4C3);
	background: var(--Main-wight, #FAFAFA);
	position: relative;
	padding: 24px;
}
.revsinsolo_svg{
	position: absolute;
	top:-12px;
	left:96px;
}
.revsinsolo_text{
	position: relative;
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 25.2px */
	letter-spacing: 0.54px;
	width: fit-content;
}
.revsinsolo_text svg:first-child{
	position: absolute;
	top:0;
	left:-20px;
}
.revsinsolo_text svg:last-child{
	position: absolute;
	bottom:0;
	right:-20px;
}
.revsinsolo_name{
	margin-top: 16px;
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 25.2px */
}
.revsinsolo_date{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
	opacity: 0.6;
}

.ui-icon.ui-icon-circle-triangle-e{
	transform: rotate(180deg);
    border: unset!important;
    width: 8px!important;
    height: 16px!important;
    background: url(https://www.dealatrip.co.uk/wp-content/uploads/2023/10/Vector-2.svg)!important;
    padding: unset!important;
    cursor: pointer;
}
.ui-datepicker-next.ui-corner-all:hover{
	border:unset!important;
	background:unset!important;
}  
.ui-datepicker-next.ui-corner-all{
	right:0!important;
	top:0!important;
}
.ui-icon.ui-icon-circle-triangle-w{
	transform: unset!important;
    border: unset!important;
    width: 8px!important;
    height: 16px!important;
    background: url(https://www.dealatrip.co.uk/wp-content/uploads/2023/10/Vector-2.svg)!important;
    padding: unset!important;
    cursor: pointer;
}
.ui-datepicker-prev.ui-corner-all{
	right:0!important;
	top:0!important;
	left:0!important;
	border:unset!important;
	background:unset!important;
}
#calendar th{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.42px;
	    padding: 0;
    padding-bottom: 24px;
}
#calendar .ui-datepicker-title{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.54px;
}

.class_to_add{
	height:32px;
	width:32px;
	pointer-events: none;
	
}
.class_to_add a{
	color: #2B6D14!important;
	font-weight: 500;
}



.class_to_add2.nonactive2{
	color: rgba(22, 22, 22, 0.4) !important;
    /* opacity: .4; */
    font-weight: 400;
    background: #DBDBDB !important;
    border-radius: 2px !important;
}

.class_to_add2.thefirstone{
	 
    background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #dbdbdb 50%, #dbdbdb 100%) !important;
    border-radius:0!important;
}
.class_to_add2.thelastone{
	border-radius:0!important;
    background: linear-gradient(to top left, #fff 0%, #fff 50%, #dbdbdb 50%, #dbdbdb 100%) !important;
     
}



.class_to_add.nonactive2 a{
	color: rgba(22, 22, 22, 0.4) !important;
    /* opacity: .4; */
    font-weight: 400;
    background: #DBDBDB !important;
    border-radius: 2px !important;
}

.class_to_add.thefirstone a{
	 
    background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #dbdbdb 50%, #dbdbdb 100%) !important;
    border-radius:0!important;
}
.class_to_add.thelastone a{
	border-radius:0!important;
    background: linear-gradient(to top left, #fff 0%, #fff 50%, #dbdbdb 50%, #dbdbdb 100%) !important;
     
}
.price_cal_label{
	opacity: 0.6;
}
.class_to_add > .ui-state-default{
	background:unset!important;
	color: #2B6D14;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	width:100%;
	box-sizing: border-box;
}
#calendar > div{
	width:100%!important;
}
#calendar .ui-widget-header{
	height:auto!important;
	background:unset!important;
	    padding: 0;
    margin-bottom: 24px;
}
#calendar > *{
	background:unset!important;
}
.nonactive2 .ui-state-default{
	color: #B83030;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;

}
.price_cal_label{
	color: #2B6D14;
	text-align: center;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.12px;
}
.adi_col{
	width: 100%;
    margin-bottom: 32px;
        break-inside: avoid-column;
}
.flexadi{
	flex-wrap:wrap;
	display: flex;
	align-items: flex-start;
	gap:32px;
	margin-top: 32px;
	column-count: 2;
    column-gap: 32px;
    row-gap:32px;
    display: block;
}
.adi_col_title{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.54px;
	margin-bottom: 8px;
}
.adi_col_desc{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.54px;
}
.adi_col_desc p {
	margin:unset;
}

.anyq_wrapper{
	border-radius: 14px;
	border: 1px solid var(--4-Primary, #EDA4C3);
	background: var(--Main-wight, #FAFAFA);
	max-width:720px;
	padding:16px;
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.66px;
}
.anyq_wrapper a{
	align-items: flex-end;
	color: var(--Accent, #D61E89);
	text-decoration-line: unset;
	gap:5px;
    text-decoration: underline;
    font-weight: 600;
}
.anyq_wrapper a svg{
	margin-right:5px;
}
.anyq_pinki{
color: var(--Accent, #D61E89);
font-weight: 600;
}
.anyq_info{
	color: var(--3-Dark-text, #222);
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
letter-spacing: 0.54px;
margin-top:24px;
}

.single_checkin_date_wrapper{
	position: relative;
}
.guest_pop_wrapper{
	display:none;
	position:absolute;
	top:calc(100% + 10px);
	left:0;
	width:100%;
	border-radius: 18px;
	background: var(--Main-wight, #FAFAFA);
	box-shadow: 0px 2px 8px 0px rgba(66, 52, 61, 0.15);
	padding:16px;
	gap:24px;
	flex-direction: column;
	z-index:5;
}
.flexsin1{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.guest_pop_title{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.54px;
}
.guest_pop_info{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.42px;
	margin-top:8px;
}
.guest_pop_counter_wrapper{
	border-radius: 8px;
	background: var(--4-Primary, #EDA4C3);
	height:26px;
	display:flex;
	align-items: center;
}
.guest_pop_counter_plus,.guest_pop_counter_minus{
	display:flex;
	align-items: center;
	justify-content: center;
	height:26px;
	width:26px;
	border-radius: 8px;
	cursor: pointer;
}

.guest_pop_counter_self{
	min-width: 35px;
	height:26px;
	display:flex;
	align-items: center;
	justify-content: center;
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.42px;
}
.guest_pop_close,.guest_pop_close2{
	color: var(--Main-wight, #FAFAFA);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.42px;
	padding:4px 16px;
	border-radius: 6px;
	background: var(--Accent, #D61E89);
	margin-left:auto;
	cursor: pointer;
}
.single_checkin_date_wrapper.guests.active .guest_pop_wrapper{
	display:flex;
}

.taxes_info_wrapper{
	position: absolute;
	display: none;
	border-radius: 18px;
	background: var(--Main-wight, #FAFAFA);
	box-shadow: 0px 2px 8px 0px rgba(66, 52, 61, 0.15);
	top:calc(100% + 10px);
	right:0;
	padding:16px;
	flex-direction: column;
	gap:8px;
	z-index: 5;
}
.simple_tax_flex{
	display: flex;
	justify-content: space-between;
	gap:16px;
	align-items: flex-start;
}
.simple_tax_border{
	background:#EDA4C3;
	height:1px;

}
.guest_pop_close2{
	margin-top:16px;
}
.simple_tax_span{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.42px;
}
.simple_tax_val{
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.42px;
}
.b{
	font-weight: 600;
}

.all_images_wrapper{
	display: none;
	gap:16px;
	flex-direction: column;
	border-radius: 20px;
	background: var(--Main-wight, #FAFAFA);
	box-shadow: 0px 8px 16px 0px rgba(66, 52, 61, 0.25);
	width:100vw;
	max-width:1240px;
	left:50%;
	top:5vh;
	height:90vh;
	transform: translateX(-50%);
	position: fixed;
	z-index: 10;
	overflow: hidden;
	padding:16px 0;
}
body .daterangepicker{
	margin-top:30px;
}
.all_images_darker{
	display: none;
	position: fixed;
	z-index: 10;
	background:rgba(0,0,0,0.7);
	width:100vw;
	height:100vh;
	top:0;
	left:0;
	z-index: 9;
}
.single_full_image.active,.all_images_darker.active,.all_images_wrapper.active{
	display: block;
}
.single_full_image{
	display: none;
	overflow: auto;
	border-radius: 20px;
	background: var(--Main-wight, #FAFAFA);
	box-shadow: 0px 8px 16px 0px rgba(66, 52, 61, 0.25);
	width:100vw;
	max-width:1240px;
	left:50%;
	top:10vh;
	height:80vh;
	transform: translateX(-50%);
	position: fixed;
	z-index: 10;
	overflow: hidden;
}
.closer_all_images{
	position: fixed;
	padding:8px;
	border-radius: 8px;
	background: var(--Accent, #D61E89);
	top:8px;
	right:8px;
	cursor: pointer;
	display: flex;

}
.rel{
	width:100%;
	padding:16px 0;
	position: relative;
	gap:16px;
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding:16px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
}
.rel img{
	max-width:100%;
}





.title_more_prop{
	margin-top: 48px;
	color: var(--3-Dark-text, #222);
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.66px;
	display: flex;
	align-items: center;
	gap:8px;
	margin-bottom: 32px;
}
.title_more_prop svg{
	margin-left: 8px;
}
.map_result_title{
	min-height: 42px;
}




@media screen and (max-width:1000px){
	.bctitle svg{
		display: block;
	}
	.bctitle.small svg{
		display: none!important;
	}
	.bctitle.small{
		justify-content: flex-start!important;
	}
	.bctitle:after{
		position: absolute;
	    top: calc(100% + 8px);
	    left: 0;
	    z-index: 5;
	}
	.bctitle{
		margin-bottom: 32px;
		        flex-direction: row;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width:100%;
		gap:16px;
		position: relative;
		text-align: left;
	}
	.flex7.ccc7{
		gap:14px!important;
	}
	.single_amen{
		width:auto!important;
		white-space: nowrap;
	}
	.title_more_prop{
		flex-wrap: wrap;
	}
	.mobile_header_v2{
		padding:8px 16px!important;
	}
	.mobiler_date{
		display: flex;
		gap:8px;
		align-items: center;
	}
	.mobiler_date label{
		color: var(--3-Dark-text, #222);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 0.42px;
		text-decoration-line: underline;
	}
	.single_left_column{
		width:100%;
	}
	.single_right_column{
		display:flex;
		width: 100vw;
		position: fixed;
		bottom:0;
		left:0;
		top:unset;
		border-radius:unset;
		z-index: 7;
		flex-direction: row;
		justify-content: space-between;
		
		align-items: center;
	}
	.book_now_single{
		width:fit-content;
		padding:8px 16px;
		color: var(--Main-wight, #FAFAFA);
		font-family: Inter;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.54px;
		border-radius: 10px;
		background: var(--Accent, #D61E89);

		/* Block shadow M big wight block */
		box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
		margin-left: auto;
    	margin-top: unset;
	}
	.taxes_info_wrapper{
		top:unset;
		bottom: calc(100% + 10px);
		right:unset;
		left:0;
	}
	.sticky_header_single{
		display: none;
	}
	.single_box_wrapper{
		flex-wrap:wrap;
	}
	#search_wrapper{
		display: none;
	}
	.mobile_header_spanner_v1.mobile{
		display: none!important;
	}



	.mySwiper{
		width:100vw;
		transform: translateX(-16px);
		height:66vw;
	}
	.swiper-button-next:after, .swiper-button-prev:after{
		font-family: swiper-icons;
	    font-size: 24px;
	    text-transform: none!important;
	    letter-spacing: 0;
	    font-variant: initial;
	    line-height: 1;
	    font-weight: 800;
	}
	.swiper-button-next, .swiper-button-prev{
		width: 11px;
    	height: 24px;
	}
	.swiper-pagination-fraction{
		color: var(--3-Dark-text, #222)!important;
		text-align: center;
		font-family: Inter;
		font-size: 14px!important;
		font-style: normal!important;
		font-weight: 600!important;
		line-height: normal!important;
	}



	.swiper-slide:after{
		display: none!important;
	}




	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	    bottom:102px!important;
	}
	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	    margin:8px!important;
	}
	.swiper-pagination-bullet{
	    background:white!important;
	    height:10px!important;
	    width:10px!important;
	    box-shadow: 1px 1px 10px #a3a3a3, 1px 1px 5px #363636;
	    opacity:1!important;
	}
	.swiper-pagination-bullet-active{
	    background:#D61E89!important;
	}


	.swiper-pagination-fraction{
		top:unset!important;
		bottom:12px!important;
		right:16px!important;
		left:unset!important;
		width:fit-content!important;
		
		text-align: center!important;
		font-family: Inter!important;
		font-size: 18px!important;
		font-style: normal!important;
		line-height: normal!important;
		padding:4px 8px!important;
		border-radius: 100px!important;
		background: #EDA4C3!important;
	}
	.swiper-slide{
		border-radius: 20px 0px 0px 0px;
	}

	.swiper-slide img{
		width:100%;
		height:100%;
		object-fit: cover;
	}


	.swiper-button-prev:after, .swiper-button-next:after{
		color:#D61E89!important;
	}

	.single_box svg{
		min-width:24px;
		min-height:24px;
		width:24px;
		height:24px;
	}
	.single_box{
		width:calc((100% - 16px) / 2);
		color: var(--3-Dark-text, #222);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.42px;
		padding:8px ;
		gap:8px;
		border-radius: 12px;
	}
	.single_box_wrapper{
		gap:16px;
		padding: unset;
	    background: unset;
	    box-shadow: unset;
	}

	.flex5{
		margin-top:32px;
		gap:0;
	}
	.mobile_single_title{
		color: var(--3-Dark-text, #222);
		font-family: Inter;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.54px;
		width:100%;
	}
	.mobile_single_type{
		color: var(--3-Dark-text, #222);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 0.42px;
		margin-top:8px;
		width:100%;
	}
	.mobile_single_add{
		color: var(--3-Dark-text, #222);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 0.42px;
		display: flex;
		align-items: center;
		gap:8px;
		margin-top:8px;
		margin-bottom: 32px;
		width:100%;
	}
	.single_content_wrapper{
		margin-top:32px;
	}
	#first_content_block{
		padding-top:0!important;
	}
	.single_content_title{
		color: var(--3-Dark-text, #222);
		font-family: Inter;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.54px;
	}
	.single_content_inner{
		padding:16px;
	}
	.single_amen{
		color: var(--3-Dark-text, #222);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.single_content_desc,.read_more_single{
		font-size:14px;
	}
	.single_content_desc.short{
		max-height:200px;
	}
	.closer_read_more {
	    position: fixed;
	    padding: 6px;
	    border-radius: 8px;
	    background: var(--Accent, #D61E89);
	    top: 8px;
	    right: 8px;
	    cursor: pointer;
	    display: flex;
	}
	.read_more_inner{
		padding:16px;
	}
	.flex7:not(.ccc7){
		overflow-x: auto;
    	flex-wrap: nowrap;
    	padding-bottom: 16px;
    	align-items: unset;
    	gap:unset;
	}
	.prop_desc_title_solo{
		display: block!important;
		position: fixed;
		bottom: calc(50vh - 8px - 36px);
		left:0;
		width: 100vw;
		        color: var(--3-Dark-text, #222);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: .54px;
                text-align: left;
        padding-left: 16px;
	}
	.flex7.ccc7 .single_amen{
		margin-bottom: 0!important;
	}
	.bed_conf_wrapper .flex{
		white-space: nowrap;
		font-size:14px;
	}
	.bed_conf_wrapper .flex + .bed_conf_desc{
		white-space: nowrap;
	}
	.bed_conf_wrapper{
		min-height: 100%;
	}
	.single_content_title{
		margin-top:24px;
	}
	.bed_conf_desc{
		color: var(--3-Dark-text, #222);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 0.42px;
	}
	.flexsin2{
		flex-direction: column;
		gap:0;
		margin-bottom:24px;
	}
	.sin_resort_info_wrapper{
		width:100%;
		order:2;
	}
	.sin_resort_image_wrapper{
		width:calc(100vw - 32px);
		height:calc((100vw - 32px) * 0.66);
		transform: translateX(-16px) translateY(-16px);
		order:1;
		border-radius: 12px 12px 0px 0px;
	}
	.sin_resort_info_pink{
		color: var(--Accent, #D61E89);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.42px;
	}
	.sin_resort_info_title{
		color: var(--3-Dark-text, #222);
		font-family: Inter;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.54px;
	}
	.sin_resort_info_desc{
		color: var(--3-Dark-text, #222);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 19.6px */
		letter-spacing: 0.42px;
	}
	.sin_resort_info_button{
		color: var(--Accent, #D61E89);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.42px;
	}
	.sin_resort_am_wrapper .single_amen{
		font-size:14px;
	}
	.sin_resort_info_title{
		flex-direction: column;
	}
	.single_address_location_wrapper{
		margin-left: 0;
		color: var(--3-Dark-text, #222);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 0.42px;
	}
	.single_content_wrapper iframe{
		width:calc(100% + 32px);
		margin-left:-16px;
		margin-bottom:-16px;
		border-radius: 0px 0px 12px 12px;
	}
	.single_address_location_wrapper{
		margin-bottom: 16px;
	}
	.revsin_rait{
		color: var(--Main-wight, #FAFAFA);
		font-family: Inter;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.54px;
	}
	.revsin_from{
		color: var(--Main-wight, #FAFAFA);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 0.42px;
	}
	.revsinsolo_svg {
	    position: absolute;
	    top: -10px;
	    left: 32px;
	}
	.revsinsolo_text{
		color: var(--3-Dark-text, #222);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 19.6px */
		letter-spacing: 0.42px;
	}
	.revsinsolo_name{
		color: var(--3-Dark-text, #222);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%; /* 19.6px */
		margin-top:8px;
	}
	.revsinsolo_date{

	}
	.revsinsolo_wrapper{
		padding:16px 32px;
	}
	.adi_col{
		width:100%;
		margin-bottom: 0;
	}
	.adi_col_title{
		color: var(--3-Dark-text, #222);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.42px;
	}
	.adi_col_desc{
		color: var(--3-Dark-text, #222);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 0.42px;
	}	
	.flexadi {
	    gap: 24px;
	    display: flex;
	}
	.anyq_wrapper{
		color: var(--3-Dark-text, #222);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.42px;
	}
	.anyq_wrapper a{
		display: flex;
		gap:8px;
		align-items: center;
		color: var(--Accent, #D61E89);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.42px;
		text-decoration-line: underline;
	}
	.anyq_wrapper .flex{
		margin-bottom:16px;
	}
	.anyq_info{
		color: var(--3-Dark-text, #222);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 19.6px */
		letter-spacing: 0.42px;
		margin-top:24px;
	}
	.anyq_wrapper a svg{
		display: flex;
		margin-right:0;
	}














	#search_wrapper{
		display: none;
	}
	.desc_header_wrapper .mobile_header_v1,.desc_header_wrapper .mobile_header_spanner_v1{
		display: none!important;
	}
	.mobile_header_v2{
		width:100%;
		display: flex!important;
		justify-content: space-between;
		align-items: center;
		padding:16px;
		background: var(--4-Primary, #EDA4C3);
	}
	.mobile_header_v2 .mhbutton{
		color: var(--Main-wight, #FAFAFA);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		padding:8px;
		border-radius: 8px;
		background: var(--Accent, #D61E89);

		/* Block shadow M */
		box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
	}
	.mobile_header_v2 .mobileh_flex1{
		gap:20px;
	}
	.mobile_header_v2 .callhh{
		padding:7px;
		border-radius: 8px;
		background: var(--Accent, #D61E89);

		/* Block shadow M */
		box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
	}
	.mobile_header_v2 .hmbutton_pop{
		padding:8px 5px;
		border-radius: 8px;
		background: var(--Accent, #D61E89);

		/* Block shadow M */
		box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
		display: flex;

	}
	.mobilev2_wrapper{
		display: none!important;
	}
	body .scroll_top{
		bottom:112px!important;
	}
}