:root {
	--orange: #AF5700;
	--grey: #6F6863;
}

html[data-is_page_offer] {
	margin-top: 0px !important;
}

html[data-is_page_offer] *,
html[data-is_page_offer] *::before,
html[data-is_page_offer] *::after {
	box-sizing: border-box !important;
}

#upperBar,
#randomPeople {
	display: none !important;
}

#rental-page {
	padding-top: 0 !important;
}

/* BREADCRUMBS */
#breadcrumbs.custom-breadcrumbs ul li a {
	color: var(--grey);
}

.new-header-classes.rentals-header {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: calc(100vh - 130px);
}
header.headergen.new-header-classes.rentals-header {
	overflow: hidden;
}

.new-header-classes.rentals-header .header-gallery-button-container {
	width: 100%;
	display: flex;
	padding: 0 130px;
	align-items: flex-start;
	justify-content: flex-start;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 25px;
}

.new-header-classes.rentals-header .header-gallery-button-container .button.gallery-button {
	padding: 10px 15px;
	background-color: #FFF;
	color: var(--grey);
	border: none;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 300;
	font-family: var(--family-regular);
}

.booking-container {
	position: relative;
	width: 100%;
	height: 100%;
	width: 350px;
	height: auto;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	overflow: hidden;
	margin-top: -48px;
	top: 0px;
	transition: all 0.3s;
}

.booking-container.sticky {
	position: sticky;
	margin-top: 0;
	top: 90px;
}

.booking-container .booking-container-header {
	width: 100%;
	padding: 8px 15px;
	background-color: var(--orange);
}

.booking-container .booking-container-header p {
	margin: 0;
	font-size: 16px;
	color: #fff;
	padding: 0 5px;
	text-align: center;
}

.booking-container .vm-booking-form-real {
	padding: 20px 10px;
}

.booking-container .vm-booking-form-real .mim-single-rental-booking-btn-container {
	display: flex;
	align-items: center;
	gap: 10px;
	border: solid 1px #6F6863;
	border-radius: 5px;
	padding: 5px 10px;
	cursor: pointer;
	margin-bottom: 10px;
}

.booking-container .vm-booking-form-real .mim-single-rental-booking-btn-container .mim-single-rental-booking-btn-icon {
	width: 30px;
	height: 30px;
}

.booking-container .vm-booking-form-real .mim-single-rental-booking-btn-container .mim-single-rental-booking-btn-text {
	margin: 0px;
	line-height: 1;
	font-size: 14px;
}

.booking-container .vm-booking-form-real .exclusive-tag-top-rental.property-exclusive-block.exclusive-single-rentals-block {
	margin: 0;
}

.booking-container .vm-booking-form-real .btn.booking-button {
	width: 100%;
	display: block;
	background-color: var(--grey);
	color: #fff;
	border: none;
	outline: none;
	border-radius: 10px;
	padding: 12px 10px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	font-family: var(--family-regular);
	cursor: pointer;
}

.booking-container .vm-booking-form-real .vm-booking-column {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.booking-container .vm-booking-form-real .exclusive-tag-top-rental.property-exclusive-block.exclusive-single-rentals-block {
	justify-content: center;
}

.booking-container .exclusive-tag-top-rental.property-exclusive-block.exclusive-single-rentals-block .nd_icon.exclusive-tag-icon {
	width: 24px;
	height: 24px;
}

.booking-container .exclusive-tag-top-rental.property-exclusive-block.exclusive-single-rentals-block .exclusive-tag-text {
	font-size: 10px;
	padding: 4px 10px;
	border-radius: 10px;
}







/* PAGE */
.page-container-display {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 60px;
}

.nobooking-page-content {
	width: 100%;
	padding-right: 85px;
}

.nobooking-page-content h1 {
	margin: 0;
	font-size: 36px;
	/* margin-top: 48px; */
}

.nobooking-page-content h1+p {
	margin: 0px 0;
}

.nd_single_title_section.nd_section_on_menu.icon-section {
	margin-top: 50px;
}

.nobooking-page-content .nd_single_chars.newicons {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nobooking-page-content .nd_single_chars.newicons li {
	width: 100%;
	color: #6f6863;
	text-align: center;
    line-height: 1.2;
    font-size: 12px;
    font-weight: bold;
    color: #000;
	width: auto;
}
.nobooking-page-content .nd_single_chars.newicons li i{
    font-size: 40px;
    margin-bottom: 10px;
}
.nobooking-page-content .nd_single_chars.newicons li span{
    font-weight: bold !important;
}
.nobooking-page-content .nd_single_chars.newicons li .btn-text{
    color: var(--orange);
    font-size: 10px;
    margin-top: 2px;
	cursor: pointer;
}

.nobooking-page-content .post-descriptions-content {
	margin-top: 45px;
}

.nobooking-page-content .content-tab-header {
	position: relative;
	color: var(--grey);
	font-family: var(--family-regular);
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: transparent;
	border-bottom: 1px solid #6F6863;
	cursor: pointer;
}

.nobooking-page-content .content-tab-header h2 {
	color: var(--grey);
	font-family: var(--family-regular);
	font-size: 42px;
	padding: 20px 0;
	margin: 0;
    font-size: 30px;
    padding-bottom: 10px;
}

.nobooking-page-content .content-tab .content-tab-content {
	display: block;
	color: var(--grey);
	padding: 32px 0;
}
.embed-template,
.nobooking-page-content .content-tab .content-tab-content .embed-template,
.nobooking-page-content .content-tab .content-tab-content #revyoos-widget.light-theme.embed-template {
	height: auto !important;
}

.nobooking-page-content .content-tab.opened-tab .content-tab-content {
	display: block;
	color: var(--grey);
	padding: 20px 0;
}

.nobooking-page-content .content-tab.opened-tab .content-tab-content .description-text > p:nth-child(1){
	margin-top: 0px;
}
.nobooking-page-content .content-tab.opened-tab .content-tab-content a,
.nobooking-page-content .content-tab.opened-tab .content-tab-content span,
.nobooking-page-content .content-tab.opened-tab .content-tab-content ul,
.nobooking-page-content .content-tab.opened-tab .content-tab-content ol,
.nobooking-page-content .content-tab.opened-tab .content-tab-content li,
.nobooking-page-content .content-tab.opened-tab .content-tab-content h3,
.nobooking-page-content .content-tab.opened-tab .content-tab-content h4,
.nobooking-page-content .content-tab.opened-tab .content-tab-content h5,
.nobooking-page-content .content-tab.opened-tab .content-tab-content h6,
.nobooking-page-content .content-tab.opened-tab .content-tab-content blockquote,
.nobooking-page-content .content-tab.opened-tab .content-tab-content pre,
.nobooking-page-content .content-tab.opened-tab .content-tab-content table,
.nobooking-page-content .content-tab.opened-tab .content-tab-content dl,
.nobooking-page-content .content-tab.opened-tab .content-tab-content iframe,
.nobooking-page-content .content-tab.opened-tab .content-tab-content form {
	color: var(--grey);
	font-size: 14px;
}

.nobooking-page-content .content-tab.opened-tab .nd_single_section_location_inner.content-tab-content {
    display: block !important;
    padding: 0;
	position:relative
}

.nobooking-page-content .content-tab.opened-tab .nd_single_section_location_inner.content-tab-content #ndMainMapContainer {
    position: relative !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 12px;
    max-height: none !important;
    min-height: 650px;
    margin-bottom: 30px;
}

.nobooking-page-content .content-tab.opened-tab .nd_single_section_location_inner.content-tab-content #ndMainMap {
    width: 100%;
    min-height: 650px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    background: #eef1f3;
}

.nobooking-page-content .content-tab.opened-tab .nd_single_section_location_inner.content-tab-content .nd_text_extra_content {
    position: absolute !important;
    top: 32px !important;
    left: 32px !important;
    max-width: 340px;
    width: auto !important;
	max-height: 300px;
    overflow: auto;
    background: #fff !important;
    padding: 18px 20px !important;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.14) !important;
    color: var(--grey);
    z-index: 10;
    font-size: 14px !important;
    line-height: 1.4;
}

.nobooking-page-content .content-tab.opened-tab .nd_single_section_location_inner.content-tab-content .nd_text_extra_content p,
.nobooking-page-content .content-tab.opened-tab .nd_single_section_location_inner.content-tab-content .nd_text_extra_content ul {
    margin: 8px 0 !important;
    list-style: disc;
}



.nobooking-page-content .content-tab.opened-tab .nd_single_section_location_inner.content-tab-content #ndMainMapContainer .btn-toggle-map-info {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    cursor: pointer;
    z-index: 11;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.nobooking-page-content .content-tab.opened-tab .nd_single_section_location_inner.content-tab-content #ndMainMapContainer .btn-toggle-map-info:hover {
    background: #f5f5f5;
    transform: scale(1.05);
}

.nobooking-page-content .content-tab.opened-tab .nd_single_section_location_inner.content-tab-content #ndMainMapContainer .btn-toggle-map-info.show {
    display: flex;
}

.nobooking-page-content .content-tab.opened-tab .nd_single_section_location_inner.content-tab-content #ndMainMapContainer .btn-toggle-map-info svg {
    width: 20px;
    height: 20px;
    fill: var(--grey);
    transition: transform 0.3s ease;
}

.nobooking-page-content .content-tab.opened-tab .nd_single_section_location_inner.content-tab-content #ndMainMapContainer .btn-toggle-map-info.minimized svg {
    transform: rotate(180deg);
}

/***/





.nobooking-page-content .content-tab .content-tab-header .icon.dropdownable-icon {
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	border-left: 2px solid var(--grey);
	border-bottom: 2px solid var(--grey);
	transform: translateX(-2px) rotate(-135deg);
	color: #fff;
	transition: transform 0.3s;
}

.nobooking-page-content .content-tab .content-tab-header .icon.dropdownable-icon {
	display: none;
}

.nobooking-page-content .content-tab.opened-tab .content-tab-header .icon.dropdownable-icon {
	transform: translateX(-2px) rotate(-45deg);
}

body.single-rentals #masthead {
	padding: 10px 0px;
}

body.single-rentals #masthead #site-navigation {
	margin-bottom: 0px;
}

.swiper.new-gallery-desk-swiper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.swiper.new-gallery-desk-swiper .internal-swiper-image-container {
	height: 100%;
	position: relative;
	width: 100%;
}

.swiper.new-gallery-desk-swiper .internal-swiper-image-container img,
.swiper.new-gallery-desk-swiper .internal-swiper-image-container video {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.swiper.new-gallery-desk-swiper .internal-swiper-image-container .mim-btn-new-gallery-content-desk {
	width: 100%;
	max-width: 1600px;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 0 auto !important;
	height: 100%;
	display: flex;
	align-items: flex-end;
	gap: 12px;
	position: relative;
	z-index: 2;
	padding-bottom: 20px;
}

.swiper.new-gallery-desk-swiper .internal-swiper-image-container .mim-btn-new-gallery-content-desk .mim-btn-new-gallery-desk {
	background-color: var(--color-white);
	border: 0px;
	font-family: var(--family-regular);
	font-weight: 200;
	font-size: 15px;
	padding: 10px 30px;
	cursor: pointer;
}

body.single-rentals #rental-page {
	position: relative;
	z-index: 2;
}

.single-rentals .new-gallery-desk-swiper .swiper-button-prev {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	z-index: 2;
	border-radius: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.single-rentals .new-gallery-desk-swiper .swiper-button-prev::after {
	content: '';
	width: 12px;
	height: 12px;
	border-left: solid 2px #000;
	border-bottom: solid 2px #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.single-rentals .new-gallery-desk-swiper .swiper-button-next {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	z-index: 2;
	border-radius: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.single-rentals .new-gallery-desk-swiper .swiper-button-next::after {
	content: '';
	width: 12px;
	height: 12px;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.mim-new-rental-subtitle {
	line-height: 1.2;
	margin-top: 5px;
}

.mim-new-rental-excerpt {
	margin: 0px;
	margin-top: 15px;
	line-height: 1.4;
	display: none;
}

.whatsapp-btn-gen .whatsapp-bubble {
	display: none;
}

.caleran-container.caleran-popup .caleran-calendar .caleran-title {
	position: relative;
}

.caleran-container.caleran-popup .caleran-calendar .caleran-title .caleran-prev {
	opacity: 1;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0px;
	left: 10px;
}

.caleran-container.caleran-popup .caleran-calendar .caleran-title .caleran-prev i::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-left: solid 2px #000;
	border-bottom: solid 2px #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.caleran-container.caleran-popup .caleran-calendar .caleran-title .caleran-next {
	opacity: 1;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0px;
	right: 10px;
}

.caleran-container.caleran-popup .caleran-calendar .caleran-title .caleran-next i::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

#singleRentalDeskPrice {
	font-family: var(--family-regular);
	color: #fff;
	text-align: center;
	position: relative;
}

#singleRentalDeskPrice .nd_price {
	font-weight: bold;
	font-size: 18px;
}

#singleRentalDeskPrice .nd_pernightDefault {
	font-weight: 300;
	font-size: 12px;
}

#singleRentalDeskPrice .mim-booking-error {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	line-height: 1.2;
	background-color: #c94949;
	font-size: 12px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.mim-book-btn-loading-desk {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.6);
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
}

.mim-book-btn-loading-desk.active {
	display: flex;
}

.mim-book-btn-loading-desk .mim-book-btn-loading-inner {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: relative;
	animation: btn_loading_rotate 1s linear infinite;
}

.mim-book-btn-loading-desk .mim-book-btn-loading-inner::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	inset: 0px;
	border-radius: 50%;
	border: 5px solid #AF5700;
	animation: btn_loading_clipFix 2s linear infinite;
}

@keyframes btn_loading_rotate {
	100% {
		transform: rotate(360deg)
	}
}

@keyframes btn_loading_clipFix {
	0% {
		clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
	}

	25% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
	}

	50% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
	}

	75% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
	}

	100% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
	}
}

/* REVYOS */
#mimReviewOnPre .mim-revyoos-mini,
.the-promise-popup-revyoos-container .mim-revyoos-mini {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--family-regular);
	gap: 10px;
	margin-top: 40px;
	margin-bottom: 0px;
}
.the-promise-popup-revyoos-container .mim-revyoos-mini {
	margin-top: 0;
}

#mimReviewOnPre .mim-revyoos-mini .mim-revyoos-mini-left,
.the-promise-popup-revyoos-container .mim-revyoos-mini .mim-revyoos-mini-left {
	display: flex;
	gap: 6px;
	align-items: center;
	justify-content: center;
}

#mimReviewOnPre .mim-revyoos-mini .mim-revyoos-mini-left img,
.the-promise-popup-revyoos-container .mim-revyoos-mini .mim-revyoos-mini-left img {
	width: 22px;
}

#mimReviewOnPre .mim-revyoos-mini .mim-revyoos-mini-left .mim-revyoos-mini-rating,
.the-promise-popup-revyoos-container .mim-revyoos-mini .mim-revyoos-mini-left .mim-revyoos-mini-rating {
	margin: 0px;
	font-weight: bold;
	font-size: 34px;
	line-height: 1;
	margin-bottom: -7px;
}

#mimReviewOnPre .mim-revyoos-mini .mim-revyoos-mini-right .mim-revyoos-mini-stars,
.the-promise-popup-revyoos-container .mim-revyoos-mini .mim-revyoos-mini-right .mim-revyoos-mini-stars {
	line-height: 1;
	gap: 3px;
	display: flex;
	margin-top: 3px;
}

#mimReviewOnPre .mim-revyoos-mini .mim-revyoos-mini-right .mim-revyoos-mini-stars .star,
.the-promise-popup-revyoos-container .mim-revyoos-mini .mim-revyoos-mini-right .mim-revyoos-mini-stars .star {
	width: 17px;
}

#mimReviewOnPre .mim-revyoos-mini .mim-revyoos-mini-right .mim-revyoos-mini-text,
.the-promise-popup-revyoos-container .mim-revyoos-mini .mim-revyoos-mini-right .mim-revyoos-mini-text {
	line-height: 1;
	font-size: 10px;
	margin-top: 5px;
}
#mimReviewOnPre .mim-revyoos-mini{
    margin-top: 10px;
}
/* COMPARATION */
.bookinginsights .inPageWidget {
	padding: 0px !important;
	border: 0px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.bookinginsights .inPageWidget h3 {
	font-family: var(--family-regular) !important;
	margin-bottom: 5px !important;
}

.bookinginsights .inPageWidget h4 {
	font-size: 12px !important;
	color: #888 !important;
	margin-top: 0px !important;
}

.bookinginsights .inPageWidget>div:nth-child(3) {
	font-family: var(--family-regular) !important;
	padding: 10px !important;
	border: solid 1px #ccc !important;
	margin-bottom: 10px !important;
	padding-bottom: 10px !important;
}

.bookinginsights .inPageWidget>div:nth-child(3)>div {
	font-family: var(--family-regular) !important;
	justify-content: space-between !important;
	align-items: center !important;
	margin-bottom: 5px !important;
}

.bookinginsights .inPageWidget>div:nth-child(3)>div>div:nth-child(1) {
	width: calc(100% - 170px) !important;
	text-align: left !important;
	font-size: 14px !important;
	color: #6F6863 !important;
}

.bookinginsights .inPageWidget>div:nth-child(3)>div>div:nth-child(2) {
	width: 170px !important;
	text-align: center !important;
	padding: 5px 10px !important;
}


.bookinginsights .inPageWidget>div:nth-child(3)>div:nth-child(1)>div:nth-child(2)>div {
	text-align: center !important;
	width: 100% !important;
	font-weight: 300 !important;
	padding: 5px 10px !important;
	border-radius: 0px !important;
}

.bookinginsights .inPageWidget>div:nth-child(4) {
	display: none !important;
}

.bookinginsights .inPageWidget>div:nth-child(5),
.bookinginsights .inPageWidget>div:nth-child(6) {
	font-size: 10px !important;
	line-height: 1.2 !important;
	opacity: 0.6 !important;
}

/* CALERAN */
.caleran-container.caleran-popup .caleran-input .caleran-calendars .caleran-calendar .caleran-title {
	font-size: 18px;
	font-family: var(--family-regular);
}

.caleran-container.caleran-popup .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek {
	font-family: var(--family-regular);
	font-style: italic;
	font-size: 12px;
}

.caleran-container.caleran-popup .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-not-in-month,
.caleran-container.caleran-popup .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-not-in-month {
	opacity: 0 !important;
	height: 0;
	padding: 0;
	pointer-events: none;
}

.caleran-container.caleran-popup .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
.caleran-container.caleran-popup .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled,
.caleran-container.caleran-popup .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weeknumber {
	font-size: 16px;
	font-family: var(--family-regular);
	color: #000;
}

body.single-rentals .nd_single_section_related .nd_single_content_title {
	border-bottom: 0px;
}

.nd_single_section_related .swiper-container {
	height: auto;
}

.nd_single_section_related .swiper-container .swiper-wrapper {
	height: auto;
}

.nd_single_section_related .swiper-container .swiper-wrapper .item.swiper-slide {
	padding: 0px;
}

.nd_lb_bg_gallery .nd_close_lb {
	z-index: 10;
}

body.single-rentals .nd_lb_bg_gallery .nd_gallery_container {
	padding: 0px;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin-top: 0px;
}

body.single-rentals .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected,
body.single-rentals .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start,
body.single-rentals .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end,
body.single-rentals .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected,
body.single-rentals .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start,
body.single-rentals .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end {
	background-color: #c98b4e;
}

body.single-rentals .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) span,
body.single-rentals .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) span {
	background-color: var(--orange);
}

body.single-rentals .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span,
body.single-rentals .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span {
	background-color: var(--orange);
}

body.single-rentals .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range.caleran-selected.caleran-today,
body.single-rentals .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range.caleran-start.caleran-today,
body.single-rentals .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range.caleran-end.caleran-today,
body.single-rentals .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range.caleran-selected.caleran-today,
body.single-rentals .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range.caleran-start.caleran-today,
body.single-rentals .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range.caleran-end.caleran-today {
	color: #b8b8df;
	background: transparent;
}

body.single-rentals .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range.caleran-end span,
body.single-rentals .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range.caleran-end span {
	background: transparent;
	color: #b8b8df;
	font-weight: 400;
}

body.single-rentals #menuMobileBtn {
	display: block;
}

.main_menu_container {
	position: fixed;
	z-index: 19;
	background-color: #fff;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	left: -100%;
	transition: left .4s ease-in-out;
}

.main_menu_container>div {
	padding: 100px 50px;
}

/* .main-navigation ul{
	display: block;
} */
body.single-rentals .nd_lb_bg_gallery .nd_close_lb {
	z-index: 100;
}

body.single-rentals .nd_lb_bg_gallery .nd_gallery_container .nd_gallery_container_inner .nd_gallery_item {
	position: static;
	left: auto;
	opacity: 1;
	transform: none;
}

body.single-rentals .nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav {
	position: static;
	top: auto;
	left: auto;
	opacity: 1;
}

body.single-rentals .nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav .nd_gallery_nav_prev,
body.single-rentals .nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav .nd_gallery_nav_next {
	z-index: 99;
}

body.single-rentals .nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav .nd_gallery_nav_prev::before,
body.single-rentals .nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav .nd_gallery_nav_next::before {
	border-color: #000;
	width: 10px;
	height: 10px;
	left: 18px;
	z-index: 2;
}

body.single-rentals .nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav .nd_gallery_nav_next::before {
	left: auto;
	right: 18px;
}

body.single-rentals .nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav .nd_gallery_nav_prev::after,
body.single-rentals .nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav .nd_gallery_nav_next::after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #FFF;
	z-index: 1;
}

body.single-rentals .nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav .nd_gallery_nav_next::after {
	left: auto;
	right: 10px;
}

@media screen and (max-width: 900px) {
	.page-container-display {
		flex-direction: column-reverse;
		gap: 0;
	}

	.nobooking-page-content {
		padding: 0;
	}

	.booking-container {
		width: 100%;
	}
}

#singleRentalDeskPrice .nd_price .discount {
	font-size: 12px;
}

.mim-new-description-datas {
	margin-bottom: 50px;
}

.mim-new-description-datas-tabular-content h4 {
	font-weight: bold;
	font-size: 18px;
}

.mim-new-description-datas .content-tab-header h2 {
	font-weight: 900;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}

.mim-new-description-datas .mim-new-description-datas-tabular-content .mim-new-description-datas-hidden-content+.btn.hidden-show-more-button {
	padding: 0;
	text-decoration: underline;
	background: none;
	border: none;
	outline: none;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.mim-new-description-datas .mim-new-description-datas-tabular-content,
.mim-new-description-datas .mim-new-description-datas-tabular-content .mim-new-description-datas-hidden-content {
	font-family: var(--family-regular);
	font-weight: 300;
}

.mim-new-description-datas .content-tab-header h2 {
	font-weight: 900;
}

.mim-new-description-datas .mim-new-description-datas-tabular-content .mim-new-description-datas-hidden-content+.btn.hidden-show-more-button {
	padding: 0;
	text-decoration: underline;
	background: none;
	border: none;
	outline: none;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.mim-new-description-datas .mim-new-description-datas-tabular-content .mim-new-description-datas-hidden-content+.btn.hidden-show-more-button {
	display: none;
}

.mim-new-description-datas .mim-new-description-datas-tabular-content,
.mim-new-description-datas .mim-new-description-datas-tabular-content .mim-new-description-datas-hidden-content {
	font-family: var(--family-regular);
	font-weight: 300;
}

.single-rental-contact-us-block {
	margin-top: 30px;
}

@media screen and (max-width: 580px) {
	.nobooking-page-content .content-tab-header h2 {
		font-size: 26px !important;
	}

	.nobooking-page-content h1 {
		margin-top: 32px;
	}
}




.mim-zones-gallery.mim-zones-gallery-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	padding: 32px 80px;
	overflow: hidden;
	overflow-y: auto;
}

.mim-zones-gallery.mim-zones-gallery-container.active {
	display: block;
}

.mim-zones-gallery.mim-zones-gallery-container .mim-zones-container {
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	overflow-x: auto;
	gap: 20px;
}

.mim-zones-gallery.mim-zones-gallery-container .mim-zones-container .mim-zones-gallery-item {
	width: 100%;
	max-width: 180px;
	flex-shrink: 0;
}

.mim-zones-gallery.mim-zones-gallery-container .mim-zones-container .mim-zones-gallery-item .mim-zones-gallery-link {
	width: 100%;
	display: block;
}

.mim-zones-gallery.mim-zones-gallery-container .mim-zones-container .mim-zones-gallery-item img {
	width: 100%;
	height: 160px;
	max-height: 160px;
	object-fit: cover;
}

.btn.btn-close-zone-gallery.nd_close_lb {
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	font-size: 24px;
	color: #333;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #333;
	width: 30px;
	height: 30px;
	padding: 0;
}

.mim-zones-gallery.mim-zones-gallery-container .mim-zones-gallery-section {
	display: flex;
	gap: 10px;
}

.mim-zones-gallery.mim-zones-gallery-container .mim-zones-gallery-section .mim-zone-title-and-description-block {
	width: 33.33%;
	height: 100%;
	position: sticky;
	top: 0;
	padding: 15px 0 50px 0;
}

.mim-zones-gallery.mim-zones-gallery-container .mim-zones-gallery-section .mim-zone-title-and-description-block .mim-zone-title,
.mim-zones-gallery.mim-zones-gallery-container .mim-zones-gallery-section .mim-zone-title-and-description-block .mim-zone-description {
	margin: 0;
}

.mim-zones-gallery.mim-zones-gallery-container .mim-zones-gallery-section .mim-zone-title-and-description-block .mim-zone-title {
	font-size: 20px;
	font-weight: 700;
}

.mim-zones-gallery.mim-zones-gallery-container .mim-zones-gallery-section .mim-zone-images-gallery-block {
	width: 66.67%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mim-zones-gallery.mim-zones-gallery-container .mim-zones-images-gallery-container {
	margin-top: 50px;
}

.mim-zones-gallery.mim-zones-gallery-container .swiper-navigation-buttons {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 12px;
	gap: 20px;
}

.swiper.mim-zones-gallery.swiper-container {
	position: relative;
}

.mim-zones-gallery.mim-zones-gallery-container .swiper-navigation-buttons .swiper-navigation-button {
	position: relative;
	display: flex;
	padding: 0 10px;
	justify-content: center;
	align-items: center;
	text-decoration: underline;
	font-family: 'Sofia', sans-serif;
	cursor: pointer;
}

.mim-zones-gallery.mim-zones-gallery-container .swiper-navigation-buttons .swiper-navigation-button .swiper-icon {
	width: 10px;
	height: 10px;
	display: block;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}

.mim-zones-gallery.mim-zones-gallery-container .swiper-navigation-buttons .swiper-navigation-button.swiper-button-prev .swiper-icon {
	transform: rotate(-135deg);
}



.vm-booking-form-checks-container {
	display: none;
	position: relative;
}
.vm-booking-form-checks-container.active {
	display: block;
}
/* .vm-booking-form-checks-container.checks-opened .vm-booking-cecks-toggler {
	display: block;
} */
.vm-booking-form-checks-container .vm-booking-cecks-toggler {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 100%;
	text-align: center;
	color: var(--orange);
	font-weight: 700;
	font-size: 14px;
	text-decoration: underline;
	text-transform: uppercase;
	cursor: pointer;
}
.vm-booking-form-checks-container .vm-booking-cecks-toggler .vm-booking-checks-toggler-icon {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--orange);
	border-bottom: 2px solid var(--orange);
	background-color: transparent;
	margin-left: 5px;
	position: relative;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
}
.vm-booking-form-checks-container.active.checks-opened .vm-booking-cecks-toggler .vm-booking-checks-toggler-icon {
	transform: rotate(-135deg);
}
.vm-booking-form-checks-container .vm-booking-form-checks {
	display: none;
}
.vm-booking-form-checks-container.checks-opened .vm-booking-form-checks {
	margin: 20px 0;
}
.vm-booking-form-checks-container.active.checks-opened .vm-booking-form-checks {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.vm-booking-form-checks-container .vm-booking-form-checks .vm-booking-form-check {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: var(--family-regular);
	padding: 4px;
	gap: 5px;
}
.vm-booking-form-checks-container .vm-booking-form-checks .vm-booking-form-check span {
	color: var(--grey);
	font-size: 14px;
	font-weight: 400;
	font-family: var(--family-regular);
}
.vm-booking-form-checks-container .vm-booking-form-checks p.vm-booking-form-check {
	line-height: 1.05;
	margin: 0;
	gap: 8px;
}




/* THE PROMISE BLOCK */
.vm-the-promise-popup .btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	z-index: 10;
	font-size: 20px;
}
.vm-the-promise-popup-item {
	position: relative;
	border-right: 2px solid #eee;
	padding: 0 12px;
}
.vm-the-promise-popup-item:last-child {
	border-right: none;
}
.vm-the-vacation-promise .vm-the-vacation-promise-header .nd_single_content_title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
	color: var(--grey);
}
.vm-the-vacation-promise .vm-the-promise-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.vm-the-vacation-promise .vm-the-promise-item {
	display: flex;
	align-items: center;
	gap: 10px;
}
.vm-the-vacation-promise .vm-the-promise-item .vm-the-promise-icon {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	background-color: var(--grey);
	border-radius: 50%;
	padding: 4px;
}
.vm-the-vacation-promise .vm-the-promise-item .vm-the-promise-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25%;
	height: 50%;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	background-color: transparent;
	transform: translate(-50%, -50%) rotate(45deg);
}
.vm-the-vacation-promise .vm-the-promise-item .vm-the-promise-text {
	margin: 0;
	line-height: 1.1;
}
.vm-the-vacation-promise .vm-the-promise-read-more {
	display: inline-block;
	color: var(--orange);
	text-decoration: underline;
	cursor: pointer;
}

.vm-the-promise-popup {
	display: none;
}
.vm-the-promise-popup.active {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.8);
}
.vm-the-promise-popup .vm-the-promise-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	z-index: 1;
}
.vm-the-promise-popup .vm-the-promise-popup-content {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
	max-width: 1130px;
	background-color: #FFF;
	padding: 50px;
	border-radius: 10px;
	margin: 0 auto;
	z-index: 2;
	gap: 15px;
}

.vm-the-promise-popup-item .vm-the-promise-popup-item-title {
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}
.vm-the-promise-popup-item.vm-the-promise-ratings-block {
	min-width: 300px;
}
.vm-the-promise-popup-item .vm-the-promise-popup-list-item.iconed {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
	margin-bottom: 15px;
}
.vm-the-promise-popup-item .vm-the-promise-popup-list-item .vm-the-promise-text {
	width: 100%;
	max-width: 100%;
	line-height: 1.3;
	font-size: 14px;
	margin: 0;
}

.vm-the-promise-popup-item .vm-the-promise-popup-list-item .vm-the-promise-text strong {
	display: block;
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 3px;
}

.vm-the-promise-popup-item .vm-the-promise-popup-list-item .vm-the-promise-icon {
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.vm-the-promise-popup .vm-the-promise-text span {
	width: 100%;
	display: block;
}
.vm-the-promise-popup .vm-the-promise-popup-content ul.vm-the-promise-popup-item-list {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	flex-direction: column;
	gap: 16px;
}
/* .vm-the-vacation-promise .vm-the-promise-popup .vm-the-promise-popup-content .vm-the-promise-popup-item.vm-the-promise-promise-block .vm-the-promise-popup-item-list-container { */
.vm-the-promise-popup .vm-the-promise-popup-content .vm-the-promise-popup-item .vm-the-promise-popup-item-list-container {
	margin-top: 35px;
}


.vm-the-promise-popup .vm-the-promise-popup-content .vm-the-promise-popup-item.vm-the-promise-peace-mind-block .vm-the-promise-popup-item-subtitle {
	margin: 0;
	line-height: 1.3;
	margin-bottom: 15px;
}

/* Texto desplegable ' leer mas' */

.description-container {
  position: relative;
  max-width: 900px;
}

.toggle-description {
  display: none !important;
}

.description-text {
  color: var(--grey, #555);
  overflow: hidden;
  max-height: 150px;
  line-height: 1.7;
  transition: max-height 0.4s ease;
  position: relative;
}

/* Efecto de sombreado en la parte inferior */
.description-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  transition: opacity 0.3s ease;
}

.toggle-description:checked ~ .description-text {
  max-height: 2000px;
}

.toggle-description:checked ~ .description-text::after {
  opacity: 0;
}
.nd_single_section_content .nd_single_section_content_inner .read-more-btn{
    margin-bottom: 0px;
    color: #000 !important;
}
.nd_single_section_content .nd_single_section_content_inner .read-more-btn span{
    color: #000 !important;
    font-size: 18px !important;
}
.read-more-btn {
    display: inline-block;
    margin-top: 20px;
	margin-bottom: 0px;
    position: relative;
    z-index: 2;
	font-family: var(--family-regular);
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
	font-size: 22px;
    margin-top: 0px;
    position: relative;
    z-index: 2;
    font-family: var(--family-regular);
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 20px;
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 400;
}

.read-more-btn:hover {
  color: var(--primary-dark, #0056b3);
}

.read-more-btn .less {
  display: none;
}

.toggle-description:checked ~ .read-more-btn .more {
  display: none;
}

.toggle-description:checked ~ .read-more-btn .less {
  display: inline;
}

.amenities-flex-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 24px 40px;
    list-style: none;
    padding: 0;
    margin: 24px 0;
}
body.single-rentals .amenities-flex-list li{
    display: flex;
    align-items: center;
    gap: 10px;
}
body.single-rentals .amenities-flex-list li i{
    font-size: 20px !important;
}
.nd_single_section_content .nd_single_section_content_inner .btn-show-all-amenities-new{
    display: inline-block;
    margin-top: 0px;
	margin-bottom: 60px;
    position: relative;
    z-index: 2;
	font-family: var(--family-regular);
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
	font-size: 22px;
    margin-bottom: 20px;
    color: #000 !important;
    font-size: 18px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
}

.btn-show-all-amenities:hover {
  background: none !important		;
}
ul.nd_single_chars.newicons li {
    float: unset;
    display: flex;
    align-items: center;
    gap: 0px;
    flex-direction: column !important;
}

.exclusive-tag-top-rental.property-exclusive-block .exclusive-tag-text {
    background-color: white !important;
    color: #000000 !important;
}

.nd_single_section_reviews {
    display: none !important;
}

.btn-show-reviews-popup {
    display: inline-block;
    margin-top: 20px;
	margin-bottom: 60px;
    position: relative;
    z-index: 2;
	font-family: var(--family-regular);
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
	font-size: 22px;
    color: #000 !important;
    font-size: 18px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
}

/* widget handmade de opiniones */

.handmade-reviews-list {
    display: flex !important;
    gap: 20px !important;
    justify-content: flex-start !important;
    margin-bottom: 32px !important;
    flex-wrap: nowrap;
	height: auto;
}
@media screen and (max-width: 900px) {

}
.review-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 23px rgba(0, 0, 0, 0.29);
	padding: 24px 18px 18px 18px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	margin-top: 45px !important;
}
.review-avatar img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;
	margin-top: -80px !important;
}
.review-stars {
    color: #ecc704;
    font-size: 22px;
    margin-bottom: 8px;
}
.review-name {
	font-family: var(--family-regular);
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: -15px;
}

.review-text, .review-text-cut, .review-text-full {
	font-family: var(--family-regular);
    font-size: 15px;
	font-weight: 300;
    color: #444;
}
.review-text-cut span{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
.reviews-more-btn-container {
    text-align: left;
    margin-top: 12px;
}

.btn-show-reviews-popup:hover {
    color: #896a58;
}


/* nuevo meta informacion adicional */

.nd_single_section_content[data-tab="additional-info-tab"] .nd_single_section_content_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 40px 32px;
    padding: 32px 0;
}

.nd_single_section_content[data-tab="additional-info-tab"] .additional-info-block {
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px 24px 24px;
    font-family: var(--family-regular, 'Sofia', sans-serif);
    font-size: 15px;
    color: var(--grey) !important;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.nd_single_section_content[data-tab="additional-info-tab"] .additional-info-block h3 {
    font-size: 19px !important;
    font-weight: 500 !important;
	text-transform: uppercase !important;
    margin-bottom: 16px;
    color: #896a58;
    font-family: var(--family-bold, 'Sofia', sans-serif);
}

.nd_single_section_content[data-tab="additional-info-tab"] ul,
.nd_single_section_content[data-tab="additional-info-tab"] ol {
    margin: 0 0 0 18px;
    padding: 0;
}

.nd_single_section_content[data-tab="additional-info-tab"] li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.nd_single_section_content[data-tab="additional-info-tab"] .additional-info-block:last-child {
    margin-bottom: 0;
}


.nd_single_section_content .nd_single_section_content_inner * {
    font-family: var(--family-regular);
    color: var(--grey) !important;
    font-weight: 300;
    font-size: 16px ;
}


.nd_single_section_content .nd_single_section_content_inner .description-text {
    font-family: var(--family-regular);
    color: var(--grey) !important;
    font-weight: 300 !important;
    font-size: 18px !important;
}


.icon-house-rules {
    display: flex;
    align-items: baseline;
    gap: 10px;
    align-items: start;
}
body.single-rentals.single .icon-house-rules i {
    font-size: 24px !important;
    padding-top: 2px;
    color: var(--grey);
}
.icon-house-rules .icon-text {
    font-size: 15px;
    color: var(--grey);
}


.icon-svg {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    object-fit: contain;
	color:  #896a58;
}
.share-reviews-horizontal {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 12px;
}

.page-container-display .btn.btn-open-modal.btn-share {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 4px 20px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 50px;
	background-color: #FFFFFF;
	outline: none;
	cursor: pointer;
	flex-shrink: 0;
}
.page-container-display .btn.btn-open-modal.btn-share span {
	font-family: 'Sofia', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	font-style: normal;
}
.page-container-display .btn.btn-open-modal.btn-share svg {
	width: 18px;
	height: 18px;
}

.reviews-text-container {
	font-family: 'Sofia', sans-serif;
	font-size: 14px;
	color: var(--grey);
}

	.reviews-text-container p {
	text-decoration: underline;
	margin: 0;
	font-size: 16px;
}

.vm-bedrooms-popup {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 10000;
}
.vm-bedrooms-popup.active,
.vm-bedrooms-popup[style*="display: block"] {
    display: block;
}
.vm-bedrooms-popup-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.8);
    cursor: pointer;
}
.vm-bedrooms-popup-content {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: 700px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    padding: 40px 30px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    z-index: 10001;
}
.vm-bedrooms-popup-content .btn-close {
    position: absolute;
    top: 20px; right: 20px;
    width: 32px; height: 32px;
    border: none; background: transparent;
    font-size: 32px; line-height: 1;
    color: #333; cursor: pointer; padding: 0;
    transition: color 0.2s ease;
}
.vm-bedrooms-popup-content .btn-close:hover {
    color: #896a58;
}
.vm-bedrooms-popup-title {
    font-family: 'Sofia', sans-serif;
    font-size: 21px;
    font-weight: 300;
    color: #333;
    margin-bottom: 24px;
}
.vm-bedrooms-popup-img {
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 8px;
}
.vm-bedrooms-popup-text {
    font-family: var(--family-regular, 'Sofia', sans-serif);
    font-size: 15px;
    color: #666;
    margin-left: 15px;
}
.icon-bed-and-bedrooms {
    display: flex;
    align-items: center;
    gap: 12px; /* separa la imagen del texto */
    margin-bottom: -8px;
}
.icon-bed-and-bedrooms i{
    font-size: 20px;
}
.icon-bed-and-bedrooms .icon-svg {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}
.icon-bed-and-bedrooms .icon-text {
    font-size: 16px;
    color: #666;
}

.vm-bedrooms-popup-text h4 {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 8px;
    color: #222;
}
.vm-bedrooms-popup-text p {
    margin: 0 0 18px 0px; 
    font-size: 15px;
    color: #666;
}
/* boton Show all amenities */
.btn-show-all-amenities {
	display: inline-block;
	padding: 10px 20px;
	background: transparent;
	border: 1px solid #896a58;
	border-radius: 8px;
	color: #896a58;
	font-family: var(--family-regular);
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 15px;
}

.btn-show-all-amenities:hover {
	background: #896a58;
	color: #fff;
}

/* Popup de Amenities */
.vm-amenities-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

.vm-amenities-popup.active {
	display: block;
}

.vm-amenities-popup-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
}

.vm-amenities-popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 16px;
	max-width: 700px;
	width: 90%;
	max-height: 85vh;
	overflow-y: auto;
	padding: 40px 30px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	z-index: 10001;
}

.vm-amenities-popup-content .btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 32px;
	height: 32px;
	border: none;
	background: transparent;
	font-size: 32px;
	line-height: 1;
	color: #333;
	cursor: pointer;
	padding: 0;
	transition: color 0.2s ease;
}

.vm-amenities-popup-content .btn-close:hover {
	color: #896a58;
}

body.single-rentals.single .vm-amenities-popup-title {
	font-family: 'Sofia', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 30px;
    font-size: 24px !important;
    color: #333 !important;
    font-weight: 300 !important;
}
body.single-rentals.single .vm-amenities-popup-list-container h3{
    font-size: 20px !important;
    color: #333 !important;
    font-weight: 300 !important;
    margin-bottom: 10px;
    margin-top: 30px;
}
.vm-amenities-popup-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}

body.single-rentals .vm-amenities-popup-item {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: var(--family-regular);
	font-size: 14px;
	color: #333;
    font-size: 20px !important;
    align-items: start;
}
body.single-rentals .vm-amenities-popup-item i{
    font-size: 20px !important;
	margin-top: 2px;
}


body.vm-amenities-popup-open #masthead,
body.vm-amenities-popup-open .headergen {
        z-index: 1 !important;
}

.vm-amenities-extra-content {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e0e0e0;
	font-family: var(--family-regular);
	font-size: 14px;
	color: #666;
}

@media (max-width: 767px) {
	.vm-amenities-popup-list {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.vm-amenities-popup-content {
		padding: 30px 20px;
	}

	.vm-amenities-popup-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
}
.vm-reviews-popup {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 10000;
}
.vm-reviews-popup.active {
    display: block;
}
.vm-reviews-popup-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    cursor: pointer;
}
.vm-reviews-popup-content {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 16px;
    max-width: 700px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    padding: 40px 30px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    z-index: 10001;
}
.vm-reviews-popup-content .btn-close {
    position: absolute;
    top: 20px; right: 20px;
    width: 32px; height: 32px;
    border: none; background: transparent;
    font-size: 32px; line-height: 1;
    color: #333; cursor: pointer; padding: 0;
    transition: color 0.2s ease;
}
.vm-reviews-popup-content .btn-close:hover {
    color: #896a58;
}

#ndRelated.nd_single_section_related {
	position: relative;
	width: auto;
	top: 0;
}