.room-gallery.hero-slider {
	margin-top: 0;
}

.room-content,
.room-gallery.hero-slider,
.room-gallery.hero-slider .owl-carousel,
.room-gallery.hero-slider .owl-stage-outer,
.room-gallery.hero-slider .owl-stage,
.room-gallery.hero-slider .owl-item,
.room-gallery.hero-slider .item {
	height: calc(var(--vh-1) * 100 - 116px);
}

.room-content {
	display: flex;
	margin-top: 116px;
	background-color: var(--color-dark-snow);
}

.room-content .room-gallery {
	width: 70%;
}

.room-content .room-info {
	width: 30%;
	height: 100%;
	overflow: auto;
}

.room-content .room-selection {
	position: relative;
	padding: 18px 23px;
	background-color: var(--color-bright);
}

.room-content .room-selection .selected {
	font: var(--h2);
	hyphens: auto;
}

.room-content .room-selection.multiple .selected {
	display: flex;
	justify-content: space-between;
}

.room-content .room-selection .icon:before {
	content: "\f0c9";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}

.room-content .room-selection.active .icon:before {
	content: "\f00d";
}

.room-content .room-selection:hover {
	cursor: pointer;
}

.room-content .room-selection:hover .icon {
	color: var(--color-secondary);
}

.room-content .room-selection .dropdown {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 0;
	overflow: hidden;
	box-shadow: 0 28px 44px 0 var(--dimmer);
	transition: height .45s ease-in-out;
}

.room-content .room-selection .dropdown ul {
	list-style-type: none;
}

.room-content .room-selection .dropdown ul li a {
	display: block;
	padding: 18px 23px;
	color: inherit;
	background-color: var(--color-smoke);
}

.room-content .room-selection .dropdown ul li a:hover {
	text-decoration: none;
	background-color: var(--color-extra-dark-snow);
}

.room-content .room-info .price {
	padding: 18px 23px;
	text-align: center;
}

.room-content .room-info .price .price-h2 {
	display: inline-block;
	margin-right: 10px;
	margin-left: 5px;
	font: var(--h2);
}

.room-content .room-info .price i {
	display: block;
	color: var(--color-silver);
}

.room-content .room-info .price.rprc-noavail {
	font-style: italic;
}

.room-content .quick-booker .content {
	justify-content: center;
	width: 100%;
	height: auto;
	padding-right: 23px;
	padding-left: 23px;
}

.room-content .quick-booker .content .booker {
	width: 100%;
	max-width: 600px;
	padding-right: 0;
	border-right: 0;
}

.room-content .quick-booker .content .form-input-group {
	display: flex;
}

.room-content .quick-booker .content .form-group {
	width: 50%;
}

.room-content .quick-booker .content .booker .booking-form .form-group .date-input .input {
	width: 100%;
}

.room-content .room-info .price,
.room-content .room-content-accordion {
	border-bottom: 1px solid var(--color-smoke);
}

.room-content .room-content-accordion .title,
.room-content .room-content-accordion .text {
	padding: 18px 23px;
}

.room-content .room-content-accordion.active .title {
	background-color: var(--color-smoke);
}

.room-content .room-content-accordion .title:hover {
	background-color: var(--color-extra-dark-snow);
	cursor: pointer;
}

.room-content .room-content-accordion .title:after {
	position: absolute;
	right: 23px;
	display: inline-block;
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	transition: transform .4s ease-in-out;
}

.room-content .room-content-accordion.active .title:after {
	transform: rotate(-180deg);
}

.room-content .room-content-accordion .content {
	height: 0;
	overflow: hidden;
	transition: height .45s ease-in-out;
}

.room-content ul.address {
	padding-left: 0;
	list-style: none;
}

@media (max-width: 1560px) {
	.room-content .room-gallery {
		width: 55%;
	}

	.room-content .room-info {
		width: 45%;
	}
}

@media (max-width: 1024px) {
	.room-gallery.hero-slider,
	.room-gallery.hero-slider .owl-carousel {
		height: calc(var(--vh-1) * 100 - 116px);
	}

	body[data-orientation="portrait"] .room-gallery.hero-slider,
	body[data-orientation="portrait"] .room-gallery.hero-slider .owl-carousel,
	body[data-orientation="portrait"] .room-gallery.hero-slider .owl-stage-outer,
	body[data-orientation="portrait"] .room-gallery.hero-slider .owl-stage,
	body[data-orientation="portrait"] .room-gallery.hero-slider .item,
	body[data-orientation="portrait"] .room-gallery.hero-slider .owl-item {
		height: calc(var(--vh-1) * 60 - 116px);
	}

	.room-content {
		flex-direction: column;
		height: auto;
		margin-top: 94px;
	}

	.room-content .room-gallery {
		width: 100%;
	}

	.room-content .room-info {
		width: 100%;
	}
}

@media (max-width: 580px) {
	.room-content {
		margin-top: 88px;
	}
}

@media (max-width: 410px) {
	.room-content {
		margin-top: 64px;
	}
}
