.thumb-wrap{
	max-width: 602px;
}
.thumb-wrap button.slick-next.slick-arrow {
    position: absolute;
    right: -10px;
}
.thumb-wrap button.slick-prev.slick-arrow {
    position: absolute;
    left: -10px;
	z-index: 99;
}
.thumb-wrap button.slick-next.slick-arrow:before, .thumb-wrap button.slick-prev.slick-arrow:before{
	color: #000;
}
h2.product-title{
	font-size: 32px;
	line-height: 38px;
}
button.button__Zf8z.fill__jMey.md__uEfg.commerce__u5Cf.fillWidth__v9OH{
	width: 100%;
	margin-bottom: 30px;
}
.date-time-wrap {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #00000073;
    border-radius: 10px;
}
.date-time-wrap .timedate {
    width: 50%;
    padding: 15px;
}
.date-time-wrap .date.timedate {
    border-right: 1px solid #00000073;
}
.date-time-wrap .timePickerInput__Lw3B {
    padding: 15px;
    width: 100%;
    border-top: 1px solid #00000073;
}
.inclusions-exclusions-container {
    margin-top: 50px;
}
.inclusions-exclusions-container ul {
    list-style: none;
}
.prod-content-container{
	width: 100%;
}
.pickup-section h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.pickup-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 20px;
}
.pickup-col h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.pickup-col h3 {
    color: #000 !important;
    font-size: 20px;
}
.pickup-col p {
  font-size: 14px;
  margin: 5px 0;
  color: #333;
  line-height: 1.5;
  word-break: break-all;
}
.map-link {
  display: inline-block;
  margin: 8px 0;
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}
.map-link i {
  margin-left: 5px;
}
.map-link:hover {
  text-decoration: underline;
}
.pickup-col .desc {
  margin-top: 8px;
  font-size: 13px;
  color: #555;
}
.info-section h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.info-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 20px;
}
.info-list {
  list-style-type: disc;
  padding-left: 18px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
.show-more {
  border: 1px solid #333;
  background: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}
.show-more:hover {
  background: #000;
}
.supplied {
  margin-top: 15px;
  font-size: 13px;
  color: #333;
}
.supplied a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}
.supplied a:hover {
  text-decoration: underline;
}
section.info-section h2 {
    color: #000 !important;
    font-size: 24px;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}
.review-wrapper h2 {
    color: #000 !important;
    font-size: 24px;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}
.viator-section-wrapper {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.viator-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  width: 48%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.viator-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}

.viator-desc {
  font-size: 14px;
  color: #333;
  margin: 8px 0;
}

.viator-code {
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
  color: #333;
}

.viator-button {
  margin-top: 12px;
  padding: 10px 16px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-weight: 600;
}

.viator-button:hover {
  background-color: #000;
}
.viator-section-wrapper h2, .pickup-section h2, .review-title {
	color: #000 !important;
}

.review-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.review-block {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.review-stars {
  color: #00aa6c;
  font-size: 20px;
}

.review-title {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}

.review-author {
  font-size: 14px;
  color: #777;
  margin: 5px 0 10px 0;
}

.review-text {
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
}

.host-response {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 16px;
  margin-top: 10px;
}

.host-meta {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #444;
}

.host-icon {
  font-size: 16px;
}

.host-text {
  font-size: 14px;
  color: #333;
}

.read-more {
  color: #007bff;
  cursor: pointer;
  font-weight: normal;
}
.pickup-container {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 20px;
    width: 400px;
}

.pickup-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.pickup-icon {
    color: green;
    margin-right: 8px;
}

.pickup-title {
    font-weight: bold;
    font-size: 16px;
}

.pickup-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}

.pickup-search-box {
    position: relative;
    width: 100%;
}

.pickup-search-box input {
    width: 100%;
    padding: 10px 35px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    pointer-events: none;
}

.itinerary {
  margin: 30px auto;
  font-family: Arial, sans-serif;
  color: #111;
  line-height: 1.6;
  font-size: 15px;
}

.itinerary h2 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #000 !important;
}

.timeline {
  position: relative;
  margin-top: 30px;
  padding-left: 30px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  width: 2px;
  height: 100%;
  background: #000;
}

.timeline-item {
  position: relative;
  margin-bottom: 25px;
}

.circle {
  position: absolute;
  left: -30px;
  top: 0;
  width: 18px;
  height: 18px;
  background: #000;
  border: 2px solid #000;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  color: #fff;
}

.circle.active {
  background: #000;
  color: #fff;
  font-weight: bold;
}

.text h3 {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  color: #000 !important;
}

.text h3 span {
  font-size: 14px;
  color: #777;
  font-weight: normal;
}

.text p {
  font-size: 14px;
  color: #444;
  margin: 4px 0 0;
}
.related-products {
  max-width: 1200px;
  margin: 40px auto;
  font-family: Arial, sans-serif;
  color: #000 !important;
}

.related-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.related-header h2 {
  font-size: 20px;
  font-weight: 600;
	color: #000 !important;
}

.related-header a {
  font-size: 14px;
  text-decoration: none;
  color: #000 !important;
}

.product-grid {
  display: flex;
  gap: 20px;
}

.product-card {
  width: 33%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
}

.img-wrap {
  position: relative;
}

.img-wrap img {
  width: 100%;
  display: block;
  border-bottom: 1px solid #eee;
}

.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff4d4f;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
}

.wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border: none;
  font-size: 18px;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.info {
  padding: 15px;
}

.location {
  font-size: 13px;
  color: #555 !important;
  margin: 0 0 4px;
}

.rating {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 6px;
}

.rating span {
  color: #777 !important;
}

.info h3 {
  font-size: 15px;
  margin: 0 0 8px;
  font-weight: 600;
}

.price {
  font-size: 14px;
  margin: 0;
}

.price strong {
  font-size: 15px;
}
.btn-box {
  border: 2px solid #0a7c59;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  max-width: 800px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.left-section {
  max-width: 65%;
}

.radio-and-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.radio-and-title h2 {
  margin: 0;
  font-size: 1.2rem;
  color: #000 !important;
}

.time-button {
  background-color: #0a7c59;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 6px;
  margin: 10px 0;
  cursor: default;
}

.btn-box .info-box {
  background-color: #e9f8f4;
  border-left: 5px solid #0a7c59;
  padding: 10px;
  border-radius: 5px;
}

.btn-box .info-box p {
  margin: 5px 0;
  font-size: 0.95rem;
}

.checkmark {
  color: #0a7c59;
  margin-right: 5px;
}

.right-section {
  text-align: right;
  min-width: 200px;
}

.price {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}

.price-detail {
  color: #555;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.reserve-button {
  background-color: white;
  color: #000;
  border: 2px solid #000;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
}

.book-button {
  background-color: #0a7c59;
  color: white;
  border: none;
  padding: 12px 15px;
  width: 100%;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
}

.btn-box a {
  color: #0a7c59;
  text-decoration: none;
}

.btn-box a:hover {
  text-decoration: underline;
}



/* Pax Picker Popup */
.pax-popup {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    z-index: 1000;
}
.pax-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0;
}
.pax-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}
.pax-btn {
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    cursor: pointer;
    border-radius: 50%;
    font-weight: bold;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 20px;
}
.pax-btn:hover {
    background: #eee;
}
.apply-btn {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: none;
    border-radius: 6px;
    background: #0a5736;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.apply-btn:hover {
    background: #06482b;
}

@media(max-width:767px){
	.btn-box, .product-grid{
		flex-direction: column;
	}
	.product-card {
		width: 100%;
	}
	.left-section {
		max-width: 100%;
	}
	div.card-wrapper {
		margin: 50px auto 30px !important;
		padding: 0 20px;
	}
	.Product_detail_section{
		padding: 0 20px;
	}
	.product-content{
		padding: 0 !important;
		padding-top: 20px !important;
	}
	.prod-content-container {
		width: 100%;
	}
	.inclusions-exclusions-inner {
		flex-direction: column;
		gap: 0 !important;
		padding-bottom: 20px;
	}
	.pickup-box, .info-box {
		display: block;
	}
	.viator-box{
		width: 100%;
	}
}