/* Theme: Genie / Product Page CSS Template / Updated: 12/04/21 */

body {
    overflow: unset !important;
}
section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

/* 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.sticky-top {
    top: -1px;
}
@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) - var(--jumpbar-height) - var(--menu-height)); */
    min-height: 100vh;
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;
}
.product-hero-inner {
    width: 630px;
    max-width: 100%;
}
/* HERO END */

/* OVERVIEW START */
#product-overview p {
    white-space: pre-line;
}
/* OVERVIEW END */

/* 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 */
@media (min-width: 768px) {
    .quotation-marks {
        position: absolute;
        top: 0;
        left: 0;
    }
    .quotation-marks-noimage {
        position: absolute;
        top: 0;
    }
}
/* 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 */


/*race check */
.rcw-mobile-free-body {
    width: 110px !important;
    height: 40px !important;
    bottom: 10px !important;
    position: fixed;
    right: 10px !important;
    animation: pulse 2s infinite;
}

.rcw-free-mobile-animation-delay:after {
    width: 110px !important;
}

.rcw-mobile-animation-delay:after {
    content: '';
    display: block;
    width: 110px !important;
    height: 40px !important;
    position: absolute;
    border-radius: 50px;
    animation: pulse 2s infinite;
    animation-delay: .5s;
}

.footer {
  padding-bottom: 100px;
}

.racecheck-widget-iframe {
bottom: -5px !important;
right: 0px !important;
}
