.sec-room {
	padding: 30px 0;
}

.room-column {
	gap: 25px 0;
}

.room-detail__block {
	gap: 30px 0;
}

.room-detail {
	padding: 30px 0 0;
}

.booking {
	position: sticky;
	top: 100px;
}

.booking__wrap {
	padding: 20px;
	background: transparent;
	border: 1px solid #1e2155;
	border-radius: 6px;
	transition: opacity .3s;
}

.booking__row {
	gap: 12px 0;
}

.booking__title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 24px;
	gap: 12px;
}

.booking__heading {
	font-size: 25px;
	font-weight: 600;
	white-space: nowrap;
	margin: 0;
	font-family: "Playfair Display", serif;
}

.booking__room {
	font-size: 1.4rem;
	padding: 2px 10px;
	background: #1e2155;
	color: #fff;
	border-radius: 5px;
}

.booking__fields {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.booking__field {
	position: relative;

}

.booking__field .booking__label {
	position: absolute;
	top: -10px;
	left: 10px;
}

.booking__field .form-control {
	border-radius: 0;
	border: 1px solid #1e2155;
	color: #1e2155;
	background: transparent;
}

.booking__field .input--date {
	padding-right: 45px;
	background-image: url(../images/icon-date02.png);
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 20px;
	position: relative;
}

.booking__field .form-control::placeholder {
	opacity: 0;
}

.booking__field .form-control:not(:focus, .has-value) {
	color: transparent;
}

.booking__field .form-control.has-value+.booking__label,
.booking__field .form-control:focus+.booking__label {
	top: 0;
	transform: translateY(-50%);
	background: #181628;
	color: #fff !important;
	padding: 0 5px;
	font-size: 12px;
}

.booking__field .booking__label {
	position: absolute;
	left: 10px;
	top: 11px;
	z-index: 2;
	color: #1e2155;
	transition: all .3s ease-in;
}

.booking__label .required {
	color: #aa8553;
}

.booking__label {
	display: block;
	margin-bottom: 6px;
	font-weight: 400;
	font-size: 16px;
}


.booking__price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	padding-top: 12px;
	border-top: 1px solid rgb(255 255 255 / 10%);
}
.booking__price.contact{
	justify-content: center;
}
.booking__price.contact .booking__contact{
	font-weight: 600;
	font-size: 18px;
	color: #aa8553;
}
.booking__price-title {
	font-weight: 200;
	margin: 0;
}

.booking__price-value {
	font-weight: 600;
	font-size: 18px;
	color: #aa8553;
}

.booking__actions {}

.booking__btn {
	width: 100%;
	height: 44px;
	background: #1e2155;
	border: 1px solid #aa8553;
	font-size: 16px;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
}

.booking__btn:hover {
	color: #aa8553;
	background: white;
}

.product-image__nav-item {}

.product-image__nav-img {
	padding-top: 75%;
	overflow: hidden;
	display: block;
	position: relative;
}

.product-image__nav-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.product-image__for-item>a {
	display: block;
	position: relative;
	padding-top: 76.2%;
	overflow: hidden;
}

.product-image__for-item>a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.list-air {
	display: grid;
	gap: 23px 10px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 30px;
}

.list-air__item {
	display: flex;
	align-items: center;
	gap: 0px 10px;
}

.list-air__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 10px 0px 0px;
	width: 63px;
	height: 63px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #1e2155;
	border-radius: 100%;
	overflow: hidden;
	padding: 10px;
}

.list-air__desc {
	font-family: "Gilda Display", serif;
	font-size: 18px;
}

.room-detail__gallery {
	margin-bottom: 20px;
}

.relate-product-slider {
	margin: 0 -10px;
}

.relate-product-slider .js-slider__item {
	padding: 0 10px;
}

/* Responsive */

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 992px) {
	.room-detail__gallery {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	.product-image__for {
		width: 79%;

	}

	.product-image__nav {
		width: 20%;

	}

	.product-wrap__left {
		padding-left: 0;
		background: #fff;
		position: relative;
		padding-right: 20px;
		z-index: 1;
	}
	.product-image__nav .slick-arrow{
		width: 35px;
		height: 35px;
	}
	.product-image__nav .slick-prev{
		transform: none;
		left: 50%;
		bottom: 0;
		top: auto;
	}
	.product-image__nav .slick-prev svg{
		transform: rotate(-90deg);
	}
	.product-image__nav .slick-next{
		transform: none;
		left: 50%;
		top: 0;
		margin-top: auto;
	}
	.product-image__nav .slick-next svg{
		transform: rotate(-90deg);
	}

}

@media (max-width: 992px) {

	.list-air {
		grid-template-columns: repeat(2, 1fr);
	}

	.list-air__item {
		flex-direction: column;
	}

	.sec-news-relate {
		padding: 10px 0 20px;
	}



	#page-product .c-ttl__01 {
		margin-bottom: 15px;
	}
	.product-image__nav{
		margin: 10px -5px 0;
	}
	.product-image__nav-item{
		margin: 0 5px;
	}
	.product-image__nav.common-arrow .slick-arrow{
		width: 25px;
		height: 25px;
	}

}

@media (max-width: 767px) {}

@media (max-width:600px) {
	.booking__title {
		gap: 8px;
	}

}