@media only screen and (min-width: 768px) and (max-width: 991px)  {
	.select_date span,
	.select_budget span,
	.select_amenities span,
	.select_date svg:last-child{
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.select_date span,
	.select_budget span,
	.select_amenities span,
	.select_date svg:last-child{
		display: none !important;
	}
}

#accommodation_filter .filter_form {
	display: flex;
	margin-right: auto;
	flex-wrap: wrap;
	width: 100%;
	max-width: var(--content-width);
	margin: 0 auto;
}
#accommodation_filter form .search_input_box {
    position: relative;
}
#accommodation_filter form .search_input_box svg{
    width: 18px;
    position: absolute;
    top: calc(50% - 9px);
    left: 12px;
}
#accommodation_filter form .search_input_box input,
#accommodation_filter form .search_input_box select{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background-color: rgb(255, 255, 255);
    line-height: 1;
    min-width: 160px;
    height: 40px;
    border: 1px solid rgb(188, 198, 202);
    border-radius: 8px;
    font-family: "Raleway";
    font-size: 0.875rem;
    font-weight:600;
    color: rgb(100, 122, 133);
    padding: 0px 0px 0px 45px;
}
.select_date.filter_popup_open_btn {
	margin-left: 20px;
}
#accommodation_filter form .search_btn {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    padding: 0px 12px;
    width: auto;
    min-width: 50px;
    height: 40px;
    overflow: visible;
    font-family: "Raleway";
    font-size: 0.875rem;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    appearance: none;
    white-space: nowrap;
    cursor: pointer;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(188, 198, 202);
    color: rgb(100, 122, 133);
    margin-left: 20px;
}
#accommodation_filter form .search_btn svg{
    margin-right: 12px;
}
#accommodation_filter_results {
	width: 100%;
	max-width: var(--content-width);
	margin: 50px auto 0 auto;
	padding-inline: 0;
	height: 100%;
	/*padding: 0 20px;*/
}

#accommodation_filter_results .row{
    display: flex;
    flex-wrap: wrap;
}

/*Change this for cities without map*/
#accommodation_filter_results .row .col-lg-4 {
	width: calc(50% - 30px);
	margin: 0 15px 40px;
}

.accommodation_image_container {
	position: relative;
}
.accommodation_image.owl-carousel {
	display: block;
	min-height: 240px;
	overflow: hidden;
}
.accommodation_image.owl-carousel:not(.owl-loaded) > a {
	display: none;
}
.accommodation_image.owl-carousel:not(.owl-loaded) > a:first-child {
	display: block;
}
.accommodation_image.owl-carousel:not(.owl-loaded) img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	border-radius: 12px;
}
.accommodation_image img {
	border-radius: 12px;
	width: 100px;
	vertical-align: top;
}
.accommodation_category {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    min-width: 30px;
    height: 22px;
    background: rgba(247, 247, 247, 0.8);
    padding: 0px 8px;
    font-family: "Raleway";
    font-weight: 500;
    font-size: 0.875rem;
    color: #000000;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    top: 13px;
    z-index: 2;
}
.accommodation_strenght {
	font-family: "Raleway";
	font-size: 0.75rem;
	line-height: 0.9375rem;
	font-weight: 400;
	margin-top: 16px;
	color: rgb(100, 122, 133);
}
.accommodation_title {
	font-family: "Raleway";
	font-size: 1.125rem;
	line-height: 1.4;
	font-weight: 600;
	color: #000000;
	margin-bottom: 8px;
}
.accommodation_date {
	font-family: "Raleway";
	font-size: 0.875rem;
	line-height: 1.1875rem;
	font-weight: 500;
	color: #6424b2;
	margin-bottom: 8px;
}
.accommodation_detail {
    display: flex;
    -moz-box-align: baseline;
    align-items: baseline;
    color: rgb(100, 122, 133);
    flex-wrap: wrap;
}
.accommodation_price {
	font-family: "Raleway";
	font-size: 0.875rem;
	line-height: 1.0625rem;
	font-weight: 400;
	color: rgb(100, 122, 133);
	margin-right: 12px;
}
.accommodation_price span {
    font-family: "Raleway";
    font-size: 1.375rem;
    font-weight: 600;
    color: rgb(34, 66, 81);
    margin: 0px 2px 0px 5px;
}
.accommodation_detail .accommodation_tc{
    font-size: 0.875rem;
    line-height: 1.0625rem;
    color: rgb(188, 198, 202);
}

/******/

#accommodation_filter {
	/*box-shadow: rgb(232, 232, 232) 0px 2px 4px 0px;*/
	font-size: 0.875rem;
	/*margin-bottom: 20px;*/
	transition: transform 1s ease 0s;
	background-color: rgb(255, 255, 255);
	color: rgb(109, 125, 134);
	padding-top: 10px;
	padding-bottom: 10px;
	/*border-top: 1px solid rgb(240, 241, 243);
	padding: 15px 20px;*/
}

#accommodation_filter_results .row .col-lg-4 a {
	text-decoration: none;
}

.accommodation_image .owl-item img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.offer_page_image{
    width: 100%;
    height: 360px !important;
    object-fit: cover;
}

.accommodation_image.owl-theme .owl-prev, 
.accommodation_image.owl-theme .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	margin: 0;
	border-radius: 50% !important;
	left: 0;
}

.accommodation_image.owl-theme .owl-prev:focus, 
.accommodation_image.owl-theme .owl-next:focus {
    border: none;
    outline: none;
}

.accommodation_image.owl-theme .owl-next {
	right: 0px;
	left: auto;
}

.accommodation_image.owl-theme .owl-nav span {
	display: block;
	background-color: rgba(247,247,247);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 22px;
	color: #6424b2;
}

.accommodation_image.owl-theme .owl-nav {
	margin: 0;
	opacity: 0;
	transition: all 0.2s ease;
}

.accommodation_image.owl-theme:hover .owl-nav {
	opacity: 1;
}

.accommodation_image.owl-theme .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100px;
	overflow: hidden;
	height: 25px;
}

.accommodation_image.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0px 3px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.4);
	flex-shrink: 0;
	transform: scale(1);
	transition: scale 0.5s linear 0s;
}

.accommodation_image.owl-theme .owl-dots .owl-dot.active span, 
.accommodation_image.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}

/*<!-- 08-23-2023 -->*/

#accommodation_filter .filter_popup_open_btn{
	font-size: 0.875rem;
	font-weight: 600;
	margin-right: 20px;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	padding: 0px 12px;
	width: auto;
	min-width: 50px;
	height: 40px;
	overflow: visible;
	line-height: normal;
	border-radius: 8px;
	appearance: none;
	white-space: nowrap;
	cursor: pointer;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(188, 198, 202);
	color: rgb(100, 122, 133);
}
#accommodation_filter .filter_popup_open_btn:hover {
  background-color: rgb(246, 246, 246);
}
#accommodation_filter .filter_popup_open_btn svg:first-child{ 
	width: 20px;
	margin-right: 12px;
}
#accommodation_filter .filter_popup_open_btn svg:last-child{ 
	width: 20px;
	margin-left: 12px;
}
#accommodation_filter .filter_popup_open_btn span{
	display: inline;
}
#accommodation_filter .search_submit,
#accommodation_filter .apply_btn {
	font-family: "Raleway", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
	fill: #ffffff;
	color: #ffffff;
	background-color: #6424b2;
	border-radius: 50px 50px 50px 50px;
	padding: 0px 40px 0px 40px;
	border-color: #6424b2;
	height: 40px;
	transition: all ease 0.3;
}
#accommodation_filter .search_submit:hover,
#accommodation_filter .apply_btn:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
#accommodation_filter .apply_btn {
	margin-top: 20px;
	float: right;
}
/*<!-- Filter Popup Global CSS Start -->*/

.filter_popup {
	position: fixed;
	top: 176px;
	left: 0px;
	bottom: 0px;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	width: auto;
	background-color: rgb(250, 250, 250);
	background-clip: padding-box;
	outline: 0px;
	box-shadow: rgba(34, 66, 81, 0.2) 20px 0px 10px -2px;
	transform: translateX(calc(-100% - 30px));
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
	overflow-y: auto;
}

.filter_popup.active {
	transform: none;
}

.filter_popup_inner{
	position: relative;
	width: 100%;
	padding: 24px 30px;
}

.filter_popup_close {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 24px;
}

.filter_popup_close_btn {
	position: absolute;
	top: 10px;
	right: 31px;
	width: 30px;
	height: 30px;
	padding: 7px;
	background: none;
	border: medium;
	appearance: none;
	cursor: pointer;
	border-radius: 30px;
	transition: all ease 0.3s;
}
.filter_popup_close_btn:hover {
	background: rgb(178, 185, 194);
}

.filter_amenities h2{
	color: rgb(110, 144, 156);
	font-size: 0.875rem;
	font-weight: 700;
	margin-right: 4px;
}

.select_amenities {
	position: relative;
}
#filtercount {
	display: flex !important;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	position: absolute;
	top: -4px;
	right: -4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgb(34, 66, 81);
	color: rgb(255, 255, 255);
	font-size: 0.875rem;
	line-height: 1.1;
}

.typology_box{
	background: rgb(255, 255, 255);
	padding: 16px;
	color: rgb(109, 125, 134);
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 0.875rem;
	line-height: 1rem;
	height: 50px;
	-moz-box-align: center;
	align-items: center;
	display: flex;
	cursor: pointer;
	margin-bottom: 8px;
	justify-content: start;
}
.typology_box svg{
	width: 20px;
	margin-right: 8px;
}
.typology_box label{
	margin-right: 0px;
	text-align: left;
	display: flex;
}
.typology_box .typology_text {
	display: flex;
	align-items: center;
}
.typology_ranger_slider {
	margin-left: 50px;
}
.typology_ranger_slider .noUi-horizontal {
	height: 7px;
	width: 157px;
	max-width: 157px;
	background: #6424b2 !important;
	min-height: 7px;
}
.typology_ranger_slider .noUi-horizontal .noUi-handle {
	width: 12px;
	height: 12px;
	left: -7px;
	top: -4px;
	border-radius: 10px;
	box-shadow: none;
	border: 1px solid rgb(84, 93, 105);
}
.typology_ranger_slider .noUi-horizontal .noUi-background {
	background: rgb(240, 241, 243);
	box-shadow: none;
	border: 1px solid #f0f0f0;
	height: 7px;
	min-height: 7px;
}
.typology_ranger_slider .noUi-handle::before,
.typology_ranger_slider .noUi-handle::after{
	display: none;
}
/*<!-- Filter Popup Global CSS End -->*/

.no_record {
	margin: 0px auto 40px auto !important;
}

/*<!-- Price Range Slider Start -->*/
.filter_budget {
	background: rgb(255, 255, 255);
	padding: 16px;
	color: rgb(109, 125, 134);
	border: 1px solid transparent;
	border-radius: 8px;
	height: auto;
}
.filter_budget .noUi-handle {
	width: 12px !important;
	height: 12px !important;
	padding: 0px;
	box-shadow: rgb(232, 232, 232) 0px 2px 5px 0px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(84, 93, 105);
	border-radius: 18px;
	position: absolute;
	left: -7px !important;
	top: 50% !important;
	outline: none;
	transform: translate(0px, -50%);
}

.filter_budget .noUi-handle::after, 
.filter_budget .noUi-handle::before {
	display: none;
}
.filter_budget .noUi-target {
	min-height: 7px;
	display: flex;
	background-color: rgb(240, 241, 243);
	position: relative;
	border-radius: 10px;
	height: 7px;
}
.filter_budget .noUi-connect {
	min-height: 3px;
	background: #6424b2;
	border-radius: 10px !important;
	box-shadow: none;
	height: 3px;
	top: 25%;
}
.filter_budget .noUi-background {
	background: rgb(240, 241, 243);
	box-shadow: none;
	border: none !important;
}
.price_ranger_slider_inputs {
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	align-items: center;
	width: 100%;
	margin-top: 16px;
}
.price_ranger_slider_inputs .price_box {
	display: flex;
	flex-direction: column;
	-moz-box-flex: 1;
	flex-grow: 1;
	gap: 8px;
	border: 1px solid rgb(188, 198, 202);
	border-radius: 6px;
	padding: 12px 8px;
	position: relative;
}
.price_ranger_slider_inputs .price_desh {
	width: 10px;
	height: 4px;
	background-color: rgb(188, 198, 202);
	margin: 0px 12px;
}
.price_ranger_slider_inputs .price_label {
	font-size: 0.875rem;
	color: rgb(109, 125, 134);
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
}
.price_ranger_slider_inputs .budget_price {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	position: relative;
}

.price_ranger_slider_inputs .budget_price.plus::before {
	content: '+';
	width: 100%;
	height: 100%;
	left: 48px;
	position: absolute;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	line-height: 1.1;
}

.price_ranger_slider_inputs .budget_price input{
	border: transparent;
	max-width: 100px;
	font-size: 1rem;
	padding-left: 4px;
	appearance: textfield;
	text-decoration: none;
	color: #000;
}
.price_ranger_slider_inputs .budget_price input:focus-visible {
	outline: none;
	box-shadow: none;
}
.calendar-table table td, 
.calendar-table table th {
	padding: 0;
}
.calendar-table table thead:first-child tr:first-child th {
	border-block-start: none !important;
}
.daterangepicker select.monthselect {
	float: left;
}
#datePickerContainer {
  position: relative;
}
.daterangepicker {
	position: absolute !important;
	top: 100% !important;	
	left: 0 !important;
	right: auto !important;
	z-index: 9999 !important;
	/* display: block !important; */
    opacity: 1 !important;
    pointer-events: auto !important;
}

.daterangepicker.reset{
	display: none !important;
}


#date_filter_popup {
	min-width: 565px;
}
#calender_wrapper label, .calender_wrapper_labels > span {
	background-color: #6424b2;
	color: #ffffff;
	width: fit-content;
	font-weight: 400;
	font-size: 1rem;
	line-height: 26px;
	padding: 5px 10px;
	display: block;
}

.calender_wrapper_labels {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

#calender_wrapper svg {
	width: 20px;
	height: 15px;
	margin: 5px;
}

.ui-datepicker-title {
	display: flex;
}

.clndrbutton_panel {
	display: flex;
	justify-content: end;
	width: 100%;
	margin-top: 10px;
}

.clndrbutton_panel > div {
	background-color: #6424b2;
	color: #ffffff;
	width: fit-content;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	padding: 8px 25px;
	display: block;
	margin-left: 13px;
	border-radius: 20px;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-title select {
	border: none;
	padding: 0 15px 0 5px;
	margin-right: 10px;
}

#available_dates, #from, #to {
	border: none;
	outline: none;
	box-shadow: none;
	cursor: pointer;
	font-weight: 600;
	color: #000;
	padding: 0;
	background-color: transparent;
	display: inline-block;
	width: auto;
}
#available_dates {
	display: none;
}
.cancelBtn.btn.btn-sm.btn-default {
	padding: 0px 12px;
	min-width: 50px;
	height: 40px;
	overflow: visible;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: normal;
	border: medium;
	border-radius: 8px;
	appearance: none;
	white-space: nowrap;
	cursor: pointer;
	background: transparent;
	width: 160px;
	color: #000;
	transition: all ease 0.3s;
}
.cancelBtn.btn.btn-sm.btn-default:hover {
	color: #6424b2;
}
.applyBtn.btn.btn-sm.btn-primary {
	padding: 0px 12px;
	min-width: 50px;
	height: 34px;
	overflow: visible;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: normal;
	border-radius: 50px;
	appearance: none;
	white-space: nowrap;
	cursor: pointer;
	background: #6424b2;
	border: 1px solid #6424b2;
	color: #ffffff;
	width: 115px;
	transition: all ease 0.3s;
}
.applyBtn.btn.btn-sm.btn-primary:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

.daterangepicker td.active.start-date,
.daterangepicker td.active.end-date {
	background-color: #6424b2 !important;
	color: #ffffff !important;
}

.daterangepicker select.monthselect, 
.daterangepicker select.yearselect {
	border: none;
	background: transparent;
}

#accommodation_filter.fixed {
	position: fixed;
	top: 65px;
	width: 100%;
	background-color: #fff;
	z-index: 99;
}

#accommodation_filter.fixed .filter_popup {
	top: 136px;
}

body.admin-bar .filter_popup {
	top: 208px;
}
/*<!-- Price Range Slider End -->*/
.gge_api_shortcode {
	width: 100% !important;
}

.loading::before {
	opacity: 0.8;
	background-image: url('/wp-content/uploads/2023/08/Loading_icon.gif');
	background-repeat: no-repeat;
	background-size: 300px auto;
	background-position: center top 200px;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #fff;
	left: 0;
	top:0;
}

.daterangepicker td.disabled {
	color: rgb(232, 232, 232) !important;
	text-decoration: auto !important;
}

.daterangepicker td.off.ends {
	opacity: 0;
	pointer-events: none;
}

.daterangepicker td.start-date.end-date.today {
	background-color: #eee !important;
}

.page_navigation {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 20px auto 40px;
}

.page_navigation > span {
	font-family: "Raleway", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
	fill: #ffffff;
	color: #ffffff;
	background-color: #6424b2;
	border-radius: 50px 50px 50px 50px;
	padding: 0px 20px 0px 20px;
	border-color: #6424b2;
	transition: all 0.3s ease;
	line-height: 50px;
	max-width: 120px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.page_navigation > span:hover {
	background-color: #000;
	color: #fff;
}

body.page-id-43525 .elementor-fixed.elementor-widget-shortcode{
	display: none;
}

#swal2-title {
	font-size: 18px;
	line-height: 1.5;
}

.swal2-confirm.swal2-styled {
	font-family: "Raleway", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
	fill: #ffffff;
	color: #ffffff;
	background-color: #6424b2;
	border-radius: 50px 50px 50px 50px;
	padding: 0px 40px 0px 40px;
	border:none;
	height: 40px;
	transition: all ease 0.3;
}

.swal2-confirm.swal2-styled:hover {
	background-color: #000;
	color: #fff;
}

#accommodation_filter .ui-state-active, 
#accommodation_filter .ui-widget-content .ui-state-active, 
#accommodation_filter .ui-widget-header .ui-state-active, 
#accommodation_filter a.ui-button:active, 
#accommodation_filter .ui-button:active, 
#accommodation_filter .ui-button.ui-state-active:hover {
	border: 1px solid #6424b2;
	background-color: #6424b2;
	color: #ffffff;
}



.wc-pao-addon-main-settings-1, .wc-pao-addon-main-settings-2 {
	display: flex;
}

.wc-pao-addon-main-settings-1 > div, 
.wc-pao-addon-main-settings-2 > div {
	flex-grow: 1;
	width: 50%;
}


/*<!-- Responsive Media Queries Start -->*/

@media only screen and (min-width: 768px)  {
    #accommodation_filter_results .row .col-lg-4 {
		width: calc(50% - 30px);
	}
}

@media only screen and (min-width: 1700px)  {
    #accommodation_filter_results .row .col-lg-4 {
		width: calc(33% - 30px);
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px)  {
	.select_date span,
	.select_budget span,
	.select_amenities span,
	/*.select_date svg:last-child{
		display: none !important;
	}*/
	.select_date svg:first-child,
	.select_budget svg:first-child,
	.select_amenities svg:first-child {
	  margin-right: 0px !important;
	}
}

@media only screen and (max-width: 767px) {
	.select_date span,
	.select_budget span,
	.select_amenities span,
	/*.select_date svg:last-child{
		display: none !important;
	}*/
	.select_date svg:first-child,
	.select_budget svg:first-child,
	.select_amenities svg:first-child {
	  margin-right: 0px !important;
	}
    #accommodation_filter form .search_input_box {
		width: 100%;
		margin-bottom: 20px;
	}
	.select_date {
		margin-left: 0 !important;
	}
    #accommodation_filter_results .row .col-lg-4 {
		width: calc(50% - 30px);
	}
	.filter_popup {
		top: 0 !important;
		/*z-index: 999999 !important;*/
		width: 100%;
		margin-top: 80px !important;
	}
	#date_filter_popup {
		min-width: 100%;
	}
	/*nav.elementor-sticky--active {
		z-index: 99 !important;
	}*/
.search_input_box.filter_location > svg {
    display: none !important;
}
}

@media only screen and (max-width: 627px) {
	#accommodation_filter .filter_popup_open_btn {
		margin-right: 10px;
	}
	#accommodation_filter .search_submit {
		padding: 0px 15px 0px 15px;
	}
	#accommodation_filter .filter_popup_open_btn svg:last-child {
		width: 10px;
	}
}

@media only screen and (max-width: 480px) {
	#accommodation_filter_results .row {
		display: block;
	}
    #accommodation_filter_results .row .col-lg-4 {
		width: calc(100% - 30px);
	}
	.filter_popup_inner {
		padding: 24px 10px;
	}
	.typology_ranger_slider {
		margin-left: 20px;
	}
	.typology_ranger_slider .noUi-horizontal {
		width: 120px;
	}
	
}
/*<!-- Responsive Media Queries End -->*/
.offer_page_date_selector {
	width: 100% !important;
}

/*Date selector buttons*/
.long-button-container {
            display: flex;
            flex-direction: column;
            overflow: hidden;
            border-radius: 8px;
			font-family: 'Raleway', sans-serif;
            border: 1px solid #adadad;
        }

        .button-row {
            display: flex;
        }

        .section {
            flex: 1;
            position: relative;
            padding: 10px;
            text-align: left;
            border-bottom: 1px solid #adadad;
            cursor: pointer;
            transition: background 0.3s;
        }
        
        .section-checkout {
            flex: 1;
            position: relative;
            padding: 10px;
            text-align: left;
            cursor: pointer;
            transition: background 0.3s;
        }

        .check-in-section,
        .add-date-section,
        .check-out-section {
            background: #fff;
            color: #000;
            font-weight: bold;
        }

        .add-date-section {
            color: #666; 
            font-weight: normal; 
        }

        .divider {
            position: absolute;
            height: 100%;
            width: 1px;
            background-color: #fff;
            right: 0;
            top: 0;
            bottom: 0;
        }

.date-selector-close-button {
	display: block;
	background-color: #6424b2;
  border-radius: 50px 50px 50px 50px;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
  font-weight: 600;
	padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
	padding-left: 20px;
	border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #6424b2;
}

.date-selector-close-button:hover {
	background-color: #222222;
	color: #fff;
	border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #222222;
}

.litepicker {
    font-family: 'Raleway' !important;
    font-size: medium !important;
}

.day-item.is-start-date {
    background-color: #6424b2 !important;
	color: #ffffff !important;
	border-top-left-radius: 300px !important;
    border-bottom-left-radius: 300px !important;
}

.day-item.is-end-date {
	background-color: #6424b2 !important;
	color: #ffffff !important;
	border-top-right-radius: 300px !important;
    border-bottom-right-radius: 300px !important;
}

.day-item.is-in-range {
    background-color: #ffeabd !important;
}

.modal-dialog-date-selector {
	max-width: 100% !important;
    width: auto !important;
}

.dateSelectorModal {
  z-index: -1 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.modal-open .dateSelectorModal {
   z-index: 1200 !important;
}

.modal-backdrop.fade.show {
    z-index: 1000 !important;
}

button.button-previous-month {
    --litepicker-button-prev-month-color-hover: white !important;
}

button.button-next-month {
    --litepicker-button-next-month-color-hover: white !important;
}

.day-item {
	--litepicker-day-color-hover: #6424b2 !important;
}

.day-item.is-in-range {
    --litepicker-day-color-hover: black !important;
}

.day-item.is-end-date {
    --litepicker-day-color-hover: black !important;
}

.day-item.is-start-date {
	--litepicker-day-color-hover: black !important;
}

.button-row:hover {
    background-color: black !important;
}

.long-button-container:hover {
    border: 1px solid black !important;
    transition: 0.2s !important;
}

button#clearDatesButton {
    display: block;
    background-color: white !important;
    border-radius: 50px;
    font-family: 'Raleway',sans-serif;
    color: #222;
    font-weight: 600;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    border-style: solid;
    border-width: 3px;
    border-color: white !important;
    text-decoration: underline;
}

button#clearDatesButton:hover {
    background-color: #222222 !important;
	color: #fff !important;
	border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #222222 !important;
}

/*Date picker update*/
#litepicker {
display: none;
}

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

.date-selector-wrapper {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  text-align: center !important;
}

p#date-selector-helper {
    margin-right: auto;
}

/*WITH MAPBOX MAP*/
.column-main-list {
  float: left;
  width: 50%;
  padding: 10px;
}

.row-main-list:after {
  content: "";
  display: table;
  clear: both;
}

#map { width: 100%; height: 89vh; margin-top: 80px; }
#map_mobile { width: 100%; height: 100%;}
#modal-body-map {
	 padding: 0px !important;
}

#accommodation_filter {
	z-index: 3000 !important;
}

.elementor-fixed.elementor-hidden-mobile.float-button.elementor-widget.elementor-widget-button {
    display: none !important;
}

.marker-text {
      font-weight: bold;
      color: black;
      background-color: white;
      border-radius: 8px;
      padding: 6px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: fit-content;
      height: fit-content;
      min-width: 40px;
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 2px;
}

.marker-text:hover {
    background-color: #E0E0E0;
}

.mapboxgl-popup {
    max-width: 200px !important;
}

img.map_popup_image {
    width: 200px !important;
	height: 140px !important;
    border-radius: 10px !important;
    object-fit: cover;
}
     
.mapboxgl-popup-content {
    padding: 0px !important;
    font-family: 'Open Sans', sans-serif;
    border-radius: 10px !important;
}

.map_content_wrapper {
    padding: 10px;
}

.map_popup_link {
  text-decoration: none;
  color: unset;
  border-color: white !important;
}

.map_popup_link:hover {
  text-decoration: none;
  color: unset;
  border-color: white !important;
  cursor: pointer;
}

.mapboxgl-popup-close-button {
    font-size: 16px;
    border-radius: 0 10px 0 0;
}

 .marker-badge {
        position: absolute;
        top: -10px;
        right: -5px;
        background-color: black;
        color: white;
        font-size: 12px;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
}

img.map_popup_image_small {
    width: 200px !important;
	height: 140px !important;
    border-radius: 10px !important;
    object-fit: cover;
}

.accommodation_title_small {
	font-family: "Raleway";
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 600;
	color: #000000;
}

.accommodation_amount_subtitle_small {
	font-family: "Raleway";
	font-size: 1.1rem;
	line-height: 1.4;
	font-weight: 600;
	padding: 10px;
	color: #000000;
}

.scrollable-content {
  max-height: 340px;
  overflow-y: auto;
}

#mapModal {
  z-index: 2000 !important;
}

div#accommodation_filter {
	z-index: 1000 !important;
}

.showMapMobileButton {
  background-color: #222222 !important;
  border-color: #222222;
  font-size: 14px;
  border-radius: 50px 50px 50px 50px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  font-weight: 600;
  border-style: solid;
	margin-left: auto; 
	margin-right: auto;
}

a.showMapMobileButton {
	text-decoration: none;
	color: #222222 !important;
}

.showMapMobileButton:hover {
  background-color: #222222;
  color: #ffffff;
  border-style: solid;
  border-color: #222222;
}

a.showMapMobileButton:hover {
	text-decoration: none;
	color: #ffffff !important;
}


.loadMoreMapDesktopButton {
  background-color: #6424b2;
  border-color: #6424b2;
  font-size: 14px;
  border-radius: 50px 50px 50px 50px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  font-weight: 600;
  border-style: solid;
	margin-left: auto; 
	margin-right: auto;
}

a.loadMoreMapDesktopButton {
	text-decoration: none;
	color: #ffffff !important;
}

.loadMoreMapDesktopButton:hover {
  background-color: #222;
  color: #fff;
  border-style: solid;
  border-color: #222;
}

a.loadMoreMapDesktopButton:hover {
	text-decoration: none;
	color: #fff !important;
}


.elementor-43525 .elementor-element.elementor-element-c65b1f3 {
    z-index: 1000 !important;
}

.modal-fullscreen .modal-body {
    overflow-y: hidden !important;
}

.map-modal-dialogue-preview {
  display: flex;
  position: relative;
}

/*@media only screen and (max-width: 767px) {
	nav.elementor-section.elementor-top-section.elementor-element {
 		z-index: 100 !important;
	}
}*/


.footer-label {
  font-size: 14px;
  text-align: right;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
}

/*Filters update*/

.wide-checkbox {
  width: 20px;
  height: 20px;
}

.typology_box {
    min-width: 350px !important;
}

.typology_box svg {
   margin-left: 20px !important;
   margin-right: 20px !important;
} 
.typology_box {
    border-width: 2px !important;
}

.wide-checkbox:checked {
    accent-color: #6424b2 !important;
}

span.typology_checkbox_label {
    font-weight: 600;
	margin-left: 20px;
}

/*.elementor-43525 .elementor-element.elementor-element-228482d {
    z-index: auto !important;
}

@media (max-width: 767px) {
.elementor-43525 .elementor-element.elementor-element-777e4a4 {
    z-index: auto !important;
}
}*/


@supports (font: -apple-system-body) and (-webkit-appearance: none) {
	.search_input_box.filter_location > svg {
		display: none !important;
	}
}

.homestay_spain {
	margin-left: auto;
	font-family: "Raleway", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: none;
	color: #000;
	background-color: #fff;
	border-radius: 10px;
	padding: 0px 20px;
	border-color: #6424b2;
	border-width: 3px;
	height: 40px;
	transition: all ease 0.3;
	display: inline-block;
}

.homestay_spain:hover {
	background-color: #6424b2 !important;
	border-color: #6424b2;
	color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
	.homestay_spain {
	display: none;
}
}

#wpml-language-selector {
  margin-bottom: 0 !important;
}
