.heading .boundary { padding:30px 0 10px; text-align:left; max-width:1200px; }
.products { margin:0!important; }
.products .boundary:after { content:unset; background:unset; }

.btn-book { padding:5px 20px; margin:20px 0 10px; display:inline-block; }

.owl-carousel .owl-nav button.owl-next {right:0;}

.product-detail .boundary { max-width:480px; margin: 10px auto; text-align:left; }
.product-detail .boundary img, .product-detail .boundary video {max-width:100%;height:auto;}

.product-detail .col { text-align: left; padding: 0; }

.product-detail .pd-container { padding:10px; box-sizing:border-box; background:hsl(0, 0%, 11%); box-shadow:unset; color:#FFF; width:96%; }
.product-detail .image-slider { position: relative; margin-bottom: 0; }
.product-detail .image-slider:before { content: ""; display: block; padding-top: 100%; }
.product-detail .image-slider .owl-carousel { position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; }
.product-detail .image-slider .owl-next, .product-detail .image-slider .owl-prev, .topic.products .owl-next, .topic.products .owl-prev {position:absolute;top:50%;left:0;transform:translateY(-50%);}
.product-detail .image-slider .owl-next i, .product-detail .image-slider .owl-prev i, .topic.products .owl-next i, .topic.products .owl-prev i{font-size:3em;color:#FFF;text-shadow:0 0 3px #333;}
.product-detail .image-slider .owl-next, .topic.products .owl-next {left:unset;right:0;}
.product-detail .image-slider .square-image { width: 100%; border:0; }
.product-detail .image-slider .slider-thumbs { position: absolute; left: 0; top: 100%; width: 100%; height: 72px; text-align: left; margin-top: 10px; overflow-x:auto; white-space:nowrap; }
.product-detail .image-slider .slider-thumbs .square-image { width: 64px; display: inline-block; margin-right:5px;}
.product-detail .image-slider .pd-youtube { position: relative; width: 100%; height: 100%; }
.product-detail .image-slider .pd-youtube:before { content: ""; padding-top: 100%; display: block; }
.product-detail .image-slider .pd-youtube > iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

.product-detail .pd-content { line-height:1.5em; }
.product-detail .pd-content h1 { color:#f8e9a1; margin:20px 0 10px; font-size:2.3em; font-family:var(--f-title); position:relative; line-height:1.5em; letter-spacing:2px; }
.product-detail .pd-content h1 span {display:inline-block; background-color:#333; color:#FFF; font-size:0.7rem; font-weight:normal; margin:0 3px; padding:0 3px; line-height:1.5em; font-family:verdana; vertical-align:middle; }
.product-detail .pd-content .pd-description {padding:20px 0;}
.product-detail .pd-content table { width: auto !important; height: auto !important; max-width: 100%; }
.product-detail .pd-content table, .product-detail .pd-content table td { border: 0; }
.product-detail .pd-content table td { padding: 0; }
.product-detail .pd-content .pd-sub-title { display: block; padding-bottom: 5px; border-bottom: 1px solid #DDD; margin: 20px 0; text-transform: uppercase; font-size: 1.2em; }
.product-detail .pd-content .product-price { margin:10px 0; font-weight:bold; color:var(--red);  }
.product-detail .pd-content .product-price span { font-size:1.2em; }

.product-detail .pd-content .pd-content-info { }
.product-detail .pd-content .pd-content-info ul { list-style-type:none; display:flex; flex-direction:row; flex-wrap:wrap; gap:10px; justify-content:space-between; padding:0; margin:20px 0; }
.product-detail .pd-content .pd-content-info ul li { display:inline-block; width:calc(50% - 5px); background-color:#FFF; color:#000; border-radius:5px; height:50px; line-height:50px; padding-left:10px; box-sizing:border-box; }
.product-detail .pd-content .pd-content-info ul li img { display:inline-block; width:30px; vertical-align:middle; margin-right:10px; }

.product-detail .pd-content .read-more { display:block; background-color:var(--red-dark); color:#FFF; padding:10px; border-radius:10px; text-align:center; line-height:1.2em; }


.topic.pd-description { margin: 20px auto; line-height: 1.5em; width:96%; color:#FFF; }
.topic.pd-description .boundary { background-color:hsl(0, 0%, 11%); padding:10px; }
.topic.pd-description h2, .topic.pd-description h3, .topic.pd-description h4 { font-size:1.3em; letter-spacing:.03em; font-weight:normal; font-family:var(--f-title); }

.topic .topic-title {margin:0 0 1em; font-size:1.5em; color:var(--brown); display:block; padding:10px 0; text-transform:capitalize; }
.topic.pd-description .topic-content { padding:20px; text-align: left; }
.topic.pd-description .topic-content img { max-width:100%; }
.topic.pd-description .topic-content h2, .topic.pd-description .topic-content h3, .topic.pd-description .topic-content h4, .topic.pd-description .topic-content h5 { line-height:1.3em; font-size:1.6em; }
.topic.pd-description .topic-content h3 { font-size:1.4em; }
.topic.pd-description .topic-content h4 { font-size:1.2em; }
.topic.pd-description .topic-content h5 { font-size:1em; }

.topic.pd-description .topic-content blockquote {border-left:5px solid var(--brown); padding:10px 20px; display:inline-block; margin:1em auto;}
.topic.pd-description .topic-content figure.image { display: inline-block; margin:0; }
.topic.pd-description .topic-content figure.image img { margin: 0; max-width:100%; }
.topic.pd-description .topic-content figure.image figcaption { margin: 10px 0 0; text-align: center; }
.topic.pd-description .topic-content figure.align-left { float: left; margin-right:20px;}
.topic.pd-description .topic-content figure.align-right { float: right; margin-left:20px;}

.topic.pd-description .topic-content a {color:var(--orchid);}
.topic.pd-description .topic-content a:hover {color:var(--violet);}
 
.topic.pd-description .topic-content table {border-collapse:collapse; width:100% !important; }
.topic.pd-description .topic-content table tr td, .topic.pd-description .topic-content table tr th {border:1px solid #DDD; padding:10px;}

.topic.products .boundary {padding:20px;}

#pd_other_products .owl-stage-outer {padding: 20px 0;}

.products .product { text-align:center; margin-bottom:30px; }
.products .product .p-title {padding:10px 0 0; margin:0; font-size:1.3em; box-sizing:border-box;}
.products .product .p-title a {display:-webkit-box;-webkit-line-clamp: 2;-webkit-box-orient:vertical;overflow:hidden;}
.products .product .square-image:before {padding-top:100%;}

.topic.products .owl-next {right:0;}
.topic.products .owl-prev {left:0;}

.products .owl-nav .owl-next, .products .owl-nav .owl-prev { top:40%!important; }

.calendar .boundary { width:96%; max-width:480px; background-color:#333; color:#FFF; padding-bottom:40px;  }
.calendar .boundary h2 { text-align:center; font-size:1.5em; color:#f8e9a1; letter-spacing:.1em; border-bottom: 1px solid #666; padding-bottom: 30px; }

.calendar-content { font-size:.6em; max-height:70vh; overflow-y:auto; }
.calendar-content::-webkit-scrollbar { height:3px; width:3px; }
.calendar-content::-webkit-scrollbar-track { background:#666; border-radius:5px; }
.calendar-content::-webkit-scrollbar-thumb { background:var(--red-dark); border-radius:5px;  }
.calendar-content::-webkit-scrollbar-thumb:hover { background:var(--red); }

.calendar-content table { width:100%; border-collapse:collapse; }
.calendar-content table thead { position:sticky; top:-1px; background-color:#666; color:#FFF; text-align:center; }
.calendar-content th, .calendar-content td { border:1px solid #666; padding:5px; }
.calendar-content th { border-top:0; border-bottom:0; white-space:nowrap; font-weight:normal; }
.calendar-content th.room-name { font-size:1.5em; }
.calendar-content .button { margin:20px 0; border-radius:20px; width:150px; }

.time-item { display:inline-block; width:90%; height:20px; line-height:20px!important; text-align:center; line-height:1em; border:1px solid #DDD; border-radius:20px; }
.time-item.min { width:45%; margin-left:5px; }
.time-item.booked { background-color:#666; border-color:#666; color:#333; pointer-events:none; }
.time-item.selected { background-color:#f8e9a1; color:#F00; }
.time-item.promotion { box-shadow:0 4px 10px rgba(247, 147, 30, 0.9); border-color:#f8e9a1; }

.calendar-order-info { padding:10px; }
.calendar-order-info .order-info-description { padding:20px 0; display:flex; flex-direction:row; gap:5px; justify-content:space-between; }
.calendar-order-info .order-info-description span { display:inline-block; font-size:.7em; text-align:center; vertical-align:middle; height:25px; line-height:25px!important; }

.calendar-order-info .order-info-cost {  }
.calendar-order-info .order-info-cost form { width:100%; display:flex; flex-direction:row; justify-content:space-between; padding:20px 0; }
.calendar-order-info .order-info-cost strong span { color:var(--red); font-size:1.2em; }
.calendar-order-info .order-info-cost .button { border-radius:20px; padding:5px 15px; background: #f7931e; box-shadow: 0 4px 10px rgba(247, 147, 30, 0.9); color: #fff; }
/* 
@media (min-width:576px){
	.product-detail .image-slider { margin-bottom: 130px; }
	
	.products .topic-content { text-align:left; }
	.products .product { display:inline-block; vertical-align:top; width:32%; margin:0 2% 10px 0; }
	.products .product:nth-child(3n+0) { margin-right:0; }
}

@media (min-width: 768px){
	.product-detail .image-slider { margin-bottom: 80px; }
	.product-detail .image-slider .owl-prev {left:-10px!important;}
	.product-detail .image-slider .owl-next {right:-10px!important;}
	
	.product-detail .pd-content { padding: 0 20px 20px; }
	.product-detail .pd-content h1 { font-size:1.8em; }
	
	.product-detail .pd-container {padding:0;}
	
	.products .product {width:30.666%; margin-right:4%;}
	.products .product:nth-child(3n+0) {margin-right:0;}
	
	.products .product { width:19.2%; margin:0 1% 10px 0; }
	.products .product:nth-child(3n+0) { margin-right:1%; }
	.products .product:nth-child(5n+0) { margin-right:0; }
	
	.products .product .p-title { font-size:1.2em; }
}

@media (min-width:992px){
	.product-detail .image-slider .owl-prev {left:10px!important;}
	.product-detail .image-slider .owl-next {right:10px!important;}
	.product-detail .image-slider .slider-thumbs {height:82px;}
	
	.product-detail .pd-content h1 {font-size:2em;}
	.product-detail .pd-content { padding-left: 40px; }
	
	.topic.pd-description .topic-content table {width:auto!important; vertical-align:top; margin:0 0 20px; }
	.topic.pd-description .topic-content table tr td {width:auto!important;}
	
	.product-detail .pd-content .buttons {width:auto;}
	.product-detail .pd-content .buttons .button {padding:5px 20px;}
}

@media (min-width:1200px){
	.product-detail .pd-container { width:100%; }
} */