/* Theme: Genie / Product Page CSS Template / Updated: 12/04/21 */
.overview-join {
    position: absolute;
    bottom: -70px;
    left: 50%;
    text-align: center;
    width: max-content;
    transform: translateX(-50%);
}
.border-primary {
    border: solid 1px var(--primary);
}

.location-subheader {
  color: black !important;
}
/* TOTAL PAGE CSS */
#menu {
        background-color: rgba(34, 34, 34, 0.9) !important;
}
body {
    overflow-x: unset !important;
}
section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
@media (min-width: 1350px) {
    .container-xxl {
        max-width: 1300px;
    }
}
@media (min-width: 1450px) {
    .container-xxl {
        max-width: 1400px;
    }
}
@media (min-width: 1550px) {
    .container-xxl {
        max-width: 1500px;
    }
}
#footer {
    padding-bottom: var(--booking-bar-height) !important;
}
/* TOTAL PAGE CSS END */


/* JUMP BAR START */
.label-jumpbar {
    font-size: 0.75rem;
    line-height: 1.33;
    letter-spacing: 0.0625em;
    color: var(--body-color);
}
.label-jumpbar.active {
    color: var(--primary);
}
#product-jumpbar.fixed-top {
    top: var(--menu-height);
    z-index: 20;
}
@media (max-width: 767px) {
    .label-jumpbar {
        line-height: 1.125;
    }
}
/* JUMP BAR END */

/* HERO START */
.product-hero-block {
    width: 100%;
    min-height: calc(100vh - var(--booking-bar-height));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media (max-width: 767.98px) {
    .product-hero-block {
        padding-top: calc(var(--menu-height) + var(--jumpbar-height)) !important;
    }
}
.product-hero-inner {
    width: 630px;
    max-width: 100%;
}
/* HERO END */

/* ALTERNATIVE EXP */
#alt-experience {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* OVERVIEW START */
#product-overview {
	margin-bottom: 5rem;
}
#product-overview p {
    white-space: pre-line;
}
/* OVERVIEW END */
#product-community .overview-stats {
    position: relative;
    top: -120px;
    border: none;
    border-top: 5px solid #cd5b38;
    border-radius: 10px;
    background: var(--body-bg);
    box-shadow: 5px 5px 25px 5px #ececec;
    height: fit-content;
}

/* INCLUDED START */
#includedAccordion .cursor-pointer:hover svg path {
    transform: translateY(8%);
}
/* INCLUDED END */

/* GALLERY START */
@media (max-width: 767px) {
.sl-next, .sl-next svg, .sl-prev, .sl-prev svg {
    width: 30px !important;
}
}
/* GALLERY END */

/* TRIP TIPS START */
.tip-card p {
    white-space: pre-line;
}
/* TRIP TIPS END */

/* REVIEWS START */
.reviews-card img {
    border-radius: 50%;
}
.reviews-card {
    max-width: 350px;
    margin-left: auto !important;
    margin-right: auto !important;
}
    .reviews-card .img-aspect {
        max-width: 150px ;
        margin-left: auto;
        margin-right: auto;
    }
/* REVIEWS END */

/* DATES START */
.date-card .button {
    min-width: 140px;
    text-align: center;
}
.date-card .label-banner:not(:last-of-type) {
    margin-right: .5rem !important;
}
@media (min-width: 768px) {
    .date-card .button {
        min-width: 180px;
        text-align: center;
    }
}
/* DATES END */

/* DATES SWIPER */
.dates-swiper .swiper-controls {
    margin-bottom: -2.5rem;
    margin-top: 0;
    z-index: 100;
    position: relative;
}
.dates-swiper .swiper-button-disabled {
    opacity: 0.3;
}
/* DATES SWIPER END */

/* BOOKING BAR START */
@media (min-width: 768px) {
    .booking-bar-banners .label-banner:not(:last-of-type) {
        margin-right: .5rem !important;
    }
}
@media (max-width: 767px) {
    #product-bookingbar .label-small-uppercase {
        font-size: 0.8rem;
    }
    #product-bookingbar .label-big {
        font-size: 1rem;
    }
}
/* BOOKING BAR END */

/* SWIPERS */
.swiper-next:hover, .swiper-prev:hover {
    cursor: pointer;
}
.swiper-controls {
    margin-top: -1rem;
}
/* SWIPERS END */
.product-name {
    letter-spacing: 0.05em;
}
.product-tagline {
    letter-spacing: 0.05em;
    font-size: 1.5rem;
}
.img-border {
    border: 10px solid #fff;
}

#product-tips p {
  white-space:pre-line;
}
#product-tips a {
  color:#000;
}
.highlight-card:nth-child(even) .col-md-6:first-child {
  order:1
}
