/* Autocomplete */
.searchbox {
    position: relative;
}
#search-results {
    position: absolute;
    top: 120px;
}
#search-results .autocomplete-search-list {
    border-radius: 30px;

    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
    padding-right: 2rem!important;
    padding-left: 2rem!important;

    background-color: #ffffff;
    position: absolute;
    z-index: 1000;
    width: 100%;
}

.fa.spinning {
    animation: spin 1.5s infinite linear;
    -webkit-animation: spin2 1.5s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.loader-btn {
    display: none;
}

.newsletter-alert {
    display: none;
}

#profileDeletion {
    font-size: 14px;
}

.deletion-loader {
    display: none;
}

.deletion-alert {
    display: none;
}

.mobile-menu {
    height: calc(var(--height) - 50px);
}

a.btn:hover {
    text-decoration: none;
}

.help-centre .small-header {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .help-centre .small-header {
        padding-top: 30px;
        padding-bottom: 30px;
    }  
}

.form-floating>.form-control {
    border-radius: 100px;
    padding-left: 20px;
}

.form-floating>label {
    padding-left: 20px;
}

@media screen and (min-width: 576px) {
    .hero-content {
        max-width: 80%;
    }
    
    .hero-content-homepage .hero-content {
        max-width: 50%;
    }
}

.glide__track {
    z-index: 10;
    position: relative;
}

.glide__arrows {
    z-index: 0;
}

.breadcrumbs {
    position: relative;
}

.sticky-ticket-panel {
    top: 40px;
}

.modal {
    z-index: 12;
}

.blogHeader .date {
    font-size: 18px;
    font-weight: bold;
}

@media screen and (min-width: 1200px) {
    .home .blog-grid.category-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 48px;
    }
}

.ajax-loader-btn {
    margin-bottom: 30px;
}

.accordion-body p {
    padding-top: 5px;
    padding-bottom: 5px;
}

.gallery-hero-wrapper .hero-content {
    position: absolute;
    bottom: 10px;
    left: 30px;
}

@media screen and (min-width: 992px) {
    .gallery-hero-wrapper .hero-content {
        bottom: 30px;
        left: 50px;
    }
}

.lb-outerContainer,
.lightbox .lb-image {
    border-radius: 30px;
}

.lb-dataContainer {
    padding: 10px;
}

.text-justify {
    text-align: justify;
}

.highlightCustomBlock {
    padding: 1.875rem!important;
    border-radius: 30px;
    background-color: rgb(242, 247, 249);
    color: rgb(68, 68, 68);
    font-weight: 300!important;
    display: block;
    margin-bottom: 20px;
}

.htmlEditorGrayBg .highlightCustomBlock {
    background-color: rgba(0, 194, 225, 0.1);
}

.shop-modal {
    z-index: 1000;
}

.time-slot-picker .time-slots-container {
    flex-wrap: wrap;
}

.time-slot-picker .time-slots-container .time-slot {
    flex: 1 1 100px;
}

.time-slot-picker .time-slots-container .time-slot.disabled {
    cursor: not-allowed;
    background-color: #eff5f5!important;
    color: #a2bdbd!important;
}

.ticketSelector.disabled .ticket-selector-input-wrapper .icon {
    cursor: not-allowed;
    pointer-events: none;
}

.iti {
    width: 100%;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert {
    position: relative;
    padding: 1.75rem 2.25rem;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    border-radius: 30px;
    margin-bottom: 30px;
}

/* Fixes */
@media screen and (min-width: 768px) {
    .update-settings-modal .form-label-wrapper {
        flex: 0 0 110px !important;
    }
}
.reviews .line span {
    height: 100%;
    border-radius: 5px;
    display: block;
    background: rgb(255, 200, 5);
}

:root {
//--scroll-bar-color: linear-gradient(to left, rgba(85, 98, 98, 1) 0%, rgba(85, 98, 98, 1) 234.26%);
    --scroll-bar-color: linear-gradient(to left, rgba(64, 197, 226, 1) 0%, rgba(0, 163, 255, 1) 234.26%);
    --scroll-bar-bg-color: #E9F2F2;
}
::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0.5);
}
html, body,
* {
    scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color) !important;
    scrollbar-width: unset !important;
}
*::-webkit-scrollbar-track {
    background: var(--scroll-bar-bg-color);
}
*::-webkit-scrollbar-thumb {
    background: var(--scroll-bar-color);
    border-radius: 20px;
    border: 2px solid var(--scroll-bar-bg-color);
}
::-webkit-scrollbar {
    width: 9px;
    height: 9px
}
body,html {
    height: auto !important;
    scrollbar-width: unset;
}
main,
main.mb-lg-75 {
    /*overflow: hidden !important;*/
    height: auto !important;
}
.offer-card .offer-card__footer {
    padding-right: 55px;
}
.offer-card .offer-card__footer:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    content: "";
    width: 90px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 53.73%);
}
.glide__slide a:hover {
    color: #e30640;
}
.home .bg-1 {
    left: auto !important;
    right: 0;
}

@media (max-width: 576px) {
    .home .bg-1 {
        left: 30% !important;
        right: auto;
    }
}
/* Fixes end */

.autocompleteResult {
    background: #ffffff;
}

.autocompleteResult ul li:not(:last-child) {
    border-bottom: 2px solid rgb(242, 247, 249);
}

.search-link {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: rgb(68, 68, 68);
}

.search-link:hover {
    color: rgb(0, 194, 225);
    background: rgb(242, 247, 249);
}

.search-icon-container {
    width: 35px;
    margin-right: 20px;
}

.search-icon {
    width: 30px;
}

.search-icon-tour {
    height: 30px;
    width: 20px;
    margin-left: 4px;
}

.search-icon-poi {
    height: 27px;
    width: 20px;
    margin-left: 4px;
}

.search-icon-country {
    height: 30px;
    width: 20px;
    margin-left: 6px;
}

.searchPageList {
    margin-left: 30px;
    font-size: 20px;
}

.searchPageList li {
    list-style: disc;
    margin-top: 15px;
}

.badge-color-red {
    background-color: #e30640;
    color: #fff;
}

.badge-color-blue {
    background-color: #00c2e1;
    color: #fff;
}

.badge-color-yellow {
    background-color: #e3d506;
    color: #fff;
}

.badge-color-green {
    background-color: #06e3a9;
    color: #fff;
}

.badge-color-black {
    background-color: #444444;
    color: #fff;
}

.badge-color-white {
    background-color: #fff;
    color: #444444;
}

.comboTicketImage {
    max-width: 100px;
    max-height: 100px;
    border-radius: 20px;
    margin-right: 16px;
}

.packageCardSplitImageContainer {
    flex: 1;
    height: inherit;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.destination-card .destination-card__header.packageSmallCardHeader {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: flex-start;
    flex-direction: row;
    gap: 0;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    flex-grow: 0;
}

@media screen and (min-width: 768px) {
    .tab-selector {
        display: flex;
        border-bottom: 3px solid #cad7dd;
        flex-wrap: wrap;
    }
}

.packageCardBadgeContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 16px;
}

.packageSmallCardBadgeContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 16px;
}

@media screen and (max-width: 768px) {
    .packageCardBadgeContainer {
        align-items: flex-start;
        max-height: 145px;
        overflow: hidden;
    }

    .packageSmallCardBadgeContainer {
        align-items: flex-start;
        max-height: 145px;
        overflow: hidden;
    }
}

/* Star Rating SVG */
.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100% ;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow( -2px -2px 2px #888 );
  filter: drop-shadow( -2px -2px 2px #888 );
}
/* Star Rating SVG END */

.btn-xs svg {
    max-width: 20px;
    max-height: 20px;
}

.greyDropdown {
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 24px;
}

.htmlEditor img {
    max-width: 100% !important;
    height: auto !important;
    margin: 16px 0;
}

@media screen and (max-width: 991px) {
    .mobileHero .hero {
        justify-content: flex-end;
    }

    .mobileHero .hero .hero-content {
        margin-bottom: 16px;
    }

    .mobileHero .hero .hero-content h2 {
        margin-bottom: 0 !important;
    }

    .mobileHero .hero .hero-content .heroRatingBlock {
        display: block !important;
    }

    .mobileHero .hero .hero-content .rating.type-hero svg {
        width: 1rem;
        height: 1rem;
    }

    .mobileHero .hero .hero-content {
        display: flex;
        flex-direction: column;
    }

    .mobileHero .hero .hero-content .heroRatingBlock {
        order: 1;
        margin-bottom: 8px;
    }

    .mobileHero .hero .hero-content > h2 {
        order: 2;
    }

    .mobileHero .hero .hero-content > p {
        order: 3;
    }
}

.offer-card .offer-card__header,
.destination-card .destination-card__header {
    justify-content: flex-start;
}

.packageSmallCardBadgeContainer {
    align-items: flex-start;
}

.scrollableBreadcrumb .breadcrumbs {
    width: 100%;
    overflow: hidden;
}

.scrollableBreadcrumb .breadcrumbs ol {
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollableBreadcrumb .breadcrumbs ol::-webkit-scrollbar { 
    display: none; 
}

@media screen and (max-width: 768px) {
    .scrollableBreadcrumb .breadcrumbs:after {
        position: absolute;
        top: 0;
        right: 0;
        background-image: linear-gradient(to left, rgb(242, 247, 249), rgba(0, 0, 0, 0));
        width: 80px;
        content: "";
        z-index: 2;
        height: 100%;
    }
}

@media screen and (max-width: 768px) {
    .hideMobileBreadcrumb .breadcrumbs {
        display: none !important;
    }
}

.main-text {
    white-space: normal !important;
    width: 90%;
}

.max-lines-2 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2;
   -webkit-box-orient: vertical;
}

.max-lines-3 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
           line-clamp: 3;
   -webkit-box-orient: vertical;
}

.max-lines-4 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4;
           line-clamp: 4;
   -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
    .blogPage .whats-on-card .whats-on-card__header {
        height: 201px;
    }
}

.htmlEditor a {
    color: #00c2e1;
    font-weight: 700;
}

.htmlEditor a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 575px) {
    .package-slider .glide__bullets {
        bottom: 100px;
    }
}

.no-after::after {
    content: none !important;
}

.footer .dropdown.open .dropdown-content {
    bottom: 44px;
    border-radius: 20px 20px 0 0;
}

.footer .dropdown.size-sm.open {
    border-radius: 0 0 20px 20px ;
}

.checkbox {
    padding: 0 20px;
}

.radio-inline-group {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0 20px;
}

.radio-inline-group legend {
    padding-right: 20px;
}

.radio-inline-group div {
    display: flex;
    gap: 10px;
    align-items: center;
}

@media (min-width:992px) and (max-width:1410px) {
    .radio-inline-group {
        display: block;
    }
}​

@media  (max-width: 678px) {
    .radio-inline-group {
        display: block;
    }

    .radio-inline-group div {
        display: block;
    }
}

.radio-inline-group div .form-check {
    margin-right: 15px;
}

.radio-inline-group input[type="radio"] {
    margin-right: 0px;
}

.radio-inline-group div .form-check label {
    top: 1.25px;
    position: relative;
}

.select-group select {
    width: 100%;
    height: 45px;
    border-radius: 22.5px;
    border: 0 !important;
    background-color: #EFF5F5;
    padding: 0 20px;
}

.file-group label {
    padding: 0px 20px;
}

.file-group input {
    width: 100%;
    height: 34px;
    border-radius: 22.5px;
    border: 0 !important;
    font-size: 15px;
    padding: 6px 20px;
}

.full-height-landing form .invalid-feedback {
    padding: 6px 20px;
}

.landing-header span h2 {
    padding: 36px;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 30px;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

@media screen and (max-width: 991.99px) {
    #search-results {
        top: 100px;
    }
}

@media screen and (max-width: 767.99px) {
    #search-results {
        top: 70px;
    }
}

.zFixer {
    z-index: 1000;
    z-index: 2147483640;
}

header.header,
.mobileScrolled,
.logo-under-mobile {
    transition: all 0.5s ease;
}

/* gomez 01.08 */

.ticketPage {
    position: sticky;
    top: 0;
    align-self: flex-start;
}
body.ticketdetails .sticky-ticket-panel > button.ticketvailability {
    /*display: none !important; */
    width: 100%;
}
.ticketCategory {
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 10px;
}
.modal .close-button {
    color: #fff !important;
}
.mobileOpenText {
    display: none;
}
.header .logo-inverse {
    display: none;
}
.ticketSelectorItem {
    display: grid;
    grid-template-columns: 1fr auto;
}
.time-slot-picker .time-slot-picker-input-wrapper select {
    background-color: #eff5f5;
    color: #444;
    font-size: 1rem;
    line-height: 20px;
    font-weight: 500;
    box-sizing: border-box;
    border-radius: 20px;
    -webkit-user-select: none;
    user-select: none;
    padding: 12px 20px;
    border: none;
    width: 100%;
    padding-left: 50px !important;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.time-slot-picker .time-slot-picker-input-wrapper select::-ms-expand {
    display: none;
}

.stripeText .logos {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.stripeText .logos > img {
    max-width: 30%;
    margin: 0 auto;
}
button.ownchatButton:not(#openMobileMenu) {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: .625rem;
    margin-top: .25rem;
}
header button.ownchatButton img {
    width: 24px;
    height: 24px;
    max-height: unset;
}
button.ownchatButton:not(#openMobileMenu) img {
    /*display: flex !important;*/
    animation-name: bell-ring;
    animation-duration: 3s;
    animation-delay: 5s;
    animation-iteration-count: infinite;
}
#mobileMenu ul li button {
    font-weight: 700;
    gap: .625rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
}
#mobileMenu ul li button img {
    width: 18px;
    height: 18px;
}
.mobileButtons button.liveChatItem{
    display: none;
}
body:not(.ticketdetails) header button.ownchatButton {
    display: none !important;
}
header {
    background: #000;
}
.offer-card .offer-card__footer .feature-badge .feature-badge-time-title {
    font-weight: 700;
}
main.home .homeMostPopularList .row {
    row-gap: 24px;
    padding-bottom: 40px;
}
/*
main.home .package-card {
    position: relative;
    border: 2px solid transparent;
}
main.home .package-card:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    background:linear-gradient(180deg, #00c2e1, #e30640);
    mask:
            linear-gradient(#000 0 0) content-box,
            linear-gradient(#000 0 0);
    mask-composite: exclude;
    z-index: 2;
}
*/
.package-card .package-card__header {
}
.mobileHero .hero,
.hero-content-homepage .hero {
    position: relative;
    padding: 0;
}
.mobileHero .hero:before,
.hero-content-homepage .hero:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(180deg, #07282e40 100%, #07282e 0%);
    border-radius: 60px;
    content: "";
}
.mobileHero .hero img,
.hero-content-homepage .hero img {
    position: relative;
    z-index: 1;
    border-radius: 60px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mobileHero .hero .hero-content,
.hero-content-homepage .hero .hero-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 98px;
    max-width: 50%;
}
.mobileHero .hero .hero-content {
    max-width: 100%;
    width: 100%;
}
.offer-card .offer-card__header {
    position: relative;
}
.offer-card .offer-card__header img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
}

@media screen and (max-width: 992px) {
    header {
        height: 58px;
        background: transparent url(/assets/images/bg_mobile_header.svg) no-repeat 0 0 !important;
        background-size: auto 58px !important;
        padding-bottom: 8px;
    }
    main {
        margin-top: -8px;
    }
    .home .bg-1 {
        top: -44px;
    }
    .mobile-menu {
        height: calc(100vh - 50px);
        outline: none !important;
        position: absolute;
        bottom: 0;
    }
    .mobileHero .hero:before,
    .hero-content-homepage .hero:before {
        border-radius: 20px;
    }
    .mobileHero .hero img,
    .hero-content-homepage .hero img {
        border-radius: 20px;
    }
    .mobileHero .hero .hero-content,
    .hero-content-homepage .hero .hero-content {
        padding-left: 46px;
    }
    .mobileHero .hero .hero-content {
        justify-content: flex-end;
    }
}
@media screen and (max-width: 578px) {
    main.home .homeMostPopularList .row > div {
        display: none !important;
    }
    main.home .homeMostPopularList .row > div:nth-child(1),
    main.home .homeMostPopularList .row > div:nth-child(2),
    main.home .homeMostPopularList .row > div:nth-child(3),
    main.home .homeMostPopularList .row > div:nth-child(4),
    main.home .homeMostPopularList .row > div:nth-child(5) {
        display: block !important;
    }
}
@media screen and (max-width: 768px) {
    .scrollableBreadcrumb {
        padding-bottom: 20px;
    }
    .scrollableBreadcrumb nav {
        display: none;
    }
    body.ticketdetails header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100001;
        background: linear-gradient(rgba(0, 0, 0, 0.6) -28.88%, rgba(0, 0, 0, 0) 100%) !important;
    }
    body.ticketdetails .scrollableBreadcrumb {
        display: none !important;
    }
    body.ticketdetails .ticket .bg-1 {
        display: none !important;
    }
    body.ticketdetails main .gallery-hero-wrapper {
        margin-top: 0 !important;
        padding: 0 !important;
    }
    body.ticketdetails .gallery-hero__slide-image {
        border-radius: 0;
        height: unset;
        aspect-ratio: 545 / 505;
    }
    body.ticketdetails .gallery-hero-slider .glide__bullets {
        bottom: 20px;
        left: 10px;
        transform: none;
        z-index: 10;
    }
    body.ticketdetails .gallery-hero-slider .glide__bullets:after {
        width: 100vw;
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        content: "";
        bottom: -21px;
        z-index: -1;
        height: 60px;
        left: -10px;
    }
    body.ticketdetails .gallery-hero-slider .glide__bullets button:not(.glide__bullet--active) {
        background: rgba(255,255,255, 0.6);
    }
    body.ticketdetails .gallery-hero-slider .glide__slides {
        padding-bottom: 0 !important;
    }
    body.ticketdetails .mobileTicketMainData {
        background: transparent !important;
        border-radius: 0 !important;
        padding: 0 !important;
        position: relative;
        box-shadow: none !important;
        display: flex;
        flex-direction: column;
    }
    body.ticketdetails .mobileTicketMainData > h3 {
        order: 2;
        text-align: left !important;
    }
    body.ticketdetails .mobileTicketMainData > p {
        order: 2;
    }
    body.ticketdetails .mobileTicketMainData > p.mobileOpenText {
        order: 1;
    }

    body.ticketdetails .container-lg > .content-container > .row > div {
        margin-top: 0 !important;
    }
    body.ticketdetails .smaller.title-component {
        background: #000;
        margin: 0 -20px !important;
        width: calc(100% + 40px);
        padding: 10px;
    }
    body.ticketdetails .ticketCategory {
        background: #000;
        color: #fff;
        margin: -1px -20px;
        width: calc(100% + 40px);
        padding: 5px 10px;
        font-size: 13px;
    }
    body.ticketdetails .smaller.title-component h1 {
        text-align: left !important;
        color: #fff;
        font-size: 22px !important;
    }
    body.ticketdetails .rating.d-flex:not(.type-card) {
        position: absolute;
        top: 5px;
        right: -10px;
        margin: 0 !important;
        z-index: 10;
    }
    body.ticketdetails .rating.d-flex:not(.type-card) .rating {
        font-size: 15px !important;
        color: rgb(255, 200, 5) !important;
    }
    body.ticketdetails .rating svg {
        top: -2px;
        position: relative;
    }
    body.ticketdetails .mobileCartSubmitBox,
    body.ticketdetails .sticky-ticket-panel {
        position: fixed !important;
        top: auto !important;
        left: 0;
        bottom: -1px;
        right: 0;
        z-index: 10001;
        z-index: 100000001;
        border-radius: 0;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(84, 84, 84, 0.1) 0 -0.125rem 0.75rem;
        padding: 10px !important;
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }
    body.ticketdetails .mobileCartSubmitBox {
        flex-direction: column;
        align-items: flex-start;
    }
    body.ticketdetails .sticky-ticket-panel > .ticketSubmitButton,
    body.ticketdetails .sticky-ticket-panel > *:not(h3,.dateSelector, .price-tag, .outOfStockBlock) {
        display: none !important;
    }
    body.ticketdetails .sticky-ticket-panel .price-tag {
        line-height: 20px;
        margin-bottom: 0 !important;
        max-width: 50%;
        flex: 1;
    }
    body.ticketdetails .sticky-ticket-panel > .ticketvailability {
        display: flex !important;
        width: 50% !important;
        flex-shrink: 0;
        /*white-space: nowrap;*/
        line-height: 16px;
        flex: 1;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    body.ticketdetails .ticketPage {
        position: relative;
    }
    body.ticketdetails .features-container {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        order: 1;
        margin-top: 20px;
    }
    body.ticketdetails .features-container button.openTime {
        display: flex;
        font-size: 12px !important;
        font-weight: 700;
        border: 2px solid #00c2e1;
        border-radius: 10px;
        padding: 5px;
        line-height: normal !important;
        gap: 5px;
        align-items: center;
    }
    body.ticketdetails .features-container button.openTime em {
        font-style: normal;
        font-weight: 400;
        color: #00c2e1;
    }
    body.ticketdetails .features-container button.openTime svg:last-child {
        margin-left: auto;
        transform: rotate(-90deg);
        color: #00c2e1;
    }
    body.ticketdetails .features-container + div {
        order: 4;
    }
    body.ticketdetails .features-container + div + div {
        order: 5;
    }
    body.ticketdetails .features-container + div + div + div {
        order: 6;
    }
    body.ticketdetails .features-container .feature-badge {
        gap: 10px;
        border-radius: 0;
        width: 100%;
        border: 0 !important;
        flex-direction: row !important;
        align-items: center;
        justify-content: flex-start !important;
        position: relative;
        padding-left: 35px;
        height: 28px !important;
        flex-shrink: 0;
    }
    body.ticketdetails .features-container .feature-badge:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 28px;
        height: 28px;
        background-color: #00c2e1;
        color: #fff;
        border-radius: 10px;
    }
    body.ticketdetails .features-container .feature-badge.feature-badge__time:before {
        background-color: #444444;
    }
    body.ticketdetails .features-container .feature-badge.border.border-2.border-secondary:before {
        background-color: #e30640;
    }
    body.ticketdetails .features-container .feature-badge.border.border-2.border-secondary:after {
        color: #fff;
        position: absolute;
        top: 1.5px;
        left: 6px;
        z-index: 2;
        content: "%";
        font-weight: 700;
        font-size: 17px;
    }
    body.ticketdetails .features-container .feature-badge img {
        position: absolute;
        top: 7px;
        left: 7px;
        z-index: 2;
        filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7500%) hue-rotate(182deg) brightness(105%) contrast(99%);
        max-width: 15px;
        max-height: 15px;
    }
    body.ticketdetails .features-container .feature-badge .feature-badge-title {
        line-height: 12px;
        word-spacing: unset;
        font-size: 12px !important;
        color: rgb(68, 68, 68) !important;
        text-align: left !important;
    }
    body.ticketdetails .features-container .feature-badge__time .feature-badge-time-title {
        font-weight: 700;
        font-size: 14px;
        height: auto;
        line-height: normal;
        color: #fff !important;
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 2;
    }
    .mobileButtons button:not(#openMobileMenu) {
        display: none;
    }
    body.ticketdetails .mobileButtons {
        display: flex !important;
        align-items: center;
        gap: 20px;
        margin-bottom: -7px;
    }
    body.ticketdetails .mobileButtons button#openMobileMenu {
        display: none !important;
    }
    body.ticketdetails .mobileButtons button.mobileSettingsButton:not(#openMobileMenu) {
        display: flex !important;
        align-items: center;
        font-size: 12px;
        gap: 4px;
        flex-wrap: nowrap;
        width: auto;
        white-space: nowrap;
        flex-shrink: 0;
        justify-content: flex-start;
        max-height: unset;
        max-width: unset;
    }
    body.ticketdetails .mobileButtons button.ownchatButton img {
        width: 20px;
        height: 20px;
        max-height: unset;
    }
    body.ticketdetails .mobileButtons button:not(#openMobileMenu) img {
        max-height: 14px;
    }
    .mobileOpenText {
        display: block;
        background: #000;
        color: greenyellow;
        margin: 0 -20px 0 -20px;
        width: calc(100% + 40px);
        padding: 10px 10px 10px 10px;
        font-size: 14px;
        position: relative;
    }
    .mobileOpenText:after {
        position: absolute;
        top: 0;
        left: 10px;
        right: 10px;
        height: .5px;
        content: "";
        background: rgba(255, 255, 255, 0.3);
    }
    .mobileOpenText.closed {
        color: #e30640;
    }
    body.ticketdetails .logo {
        margin-top: -2px;
    }
    body.ticketdetails header.mobileScrolled {
        background: transparent url(/assets/images/bg_mobile_header.svg) no-repeat 0 0 !important;
        background-size: auto 58px !important;
        color: #fff !important;
    }
    body.ticketdetails header.mobileScrolled .logo {

    }
    body.ticketdetails header .logo-under-mobile {
        opacity: 0;
    }
    .header .logo-under-mobile {
        width: 117px;
        height: 13px;
        left: -10px;
    }
    body.ticketdetails header.mobileScrolled .logo-under-mobile {
        opacity: 0;
    }
    /*body.ticketdetails .mobileButtons button.liveChatItem{
        display: flex !important;
    }*/
    body.ticketdetails .ticket-selector .ticket-item-container {
        border: 0;
        border-radius: 0;
        padding: 0;
        /*padding: 0 0 20px 0;
        border-bottom: 1px solid #e2ebed;*/
        display: grid;
        align-items: center;
        grid-template-columns: 1fr auto 1fr;
        gap: 10px;
    }
    body.ticketdetails .ticket-selector .ticket-item-container .quantity-selector {
        border: 0;
        border-radius: 0;
        background: transparent !important;
    }
    body.ticketdetails .ticket-selector .ticket-item-container .quantity-selector button {
        border: 0 !important;
        border-radius: 100% !important;
        background: #eff5f5 !important;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    body.ticketdetails .ticket-selector .ticket-item-container .quantity-selector button:last-child {
        background: #00c2e1 !important;
    }
    body.ticketdetails .ticket-selector .ticket-item-container .quantity-selector button:last-child svg {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(309deg) brightness(106%) contrast(100%);
    }
    body.ticketdetails .ticket-selector .ticket-item-container .quantity-selector button svg {
        max-width: 12px;
        flex-shrink: 0;
        width: auto;
        height: auto;
    }
    body.ticketdetails .ticket-selector .ticket-item-container > div {
        margin: 0 !important;
    }
    body.ticketdetails .ticket-selector .ticket-item-container > div:last-child {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        line-height: 20px;
        justify-content: center;
    }
    body.ticketdetails .ticket-selector .ticket-item-container p.fw-medium {
        font-weight: 400 !important;
    }
    body.ticketdetails main.shop > .container-lg {
        padding: 0;
    }
    body.ticketdetails main.shop {
        padding-top: 70px !important;
    }
    body.ticketdetails .ticketSelectorOriginalPrice  {
        font-size: 13px !important;
        font-weight: 400 !important;
    }
    body.ticketdetails .ticketSelectorSalePrice {
        font-size: 16px !important;
    }
    body.ticketdetails .cartTicketSelectorSection {
        /*border-radius: 0;*/
        /*padding: 10px !important;*/
        /*margin-bottom: 0 !important;*/
        /*box-shadow: none !important;*/
    }
    body.ticketdetails .mobileCartSummaryBlock,
    body.ticketdetails .cartSummaryBlock {
        /*border-radius: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        background: transparent !important;*/
    }
    body.ticketdetails .mobileCartSummaryBlock {
        background: #fff !important;
    }
    body.ticketdetails .mobileCartSummaryBlock .rounded-30-top{
        /*border-radius: 0 !important;*/
    }
    body.ticketdetails .mobileCartSummaryBlock h3 {
        display: none;
    }
    body.ticketdetails .content-container-xxl .shop-steps {
        display: none !important;
    }
    body.ticketdetails .content-container-xxl > .row > div {
        margin-top: 0 !important;
    }
    body.ticketdetails .agreeText {
        font-weight: 700;
        font-size: 12px;
        padding: 0 20px;
        margin-top: -10px;
    }
    body.ticketdetails .agreeText a {
        text-decoration: underline;
    }
    body.ticketdetails .mobileCartPersonalData {
        /*border-radius: 0 !important;*/
        /*padding: 10px !important;*/
    }
    body.ticketdetails .cartSubmitButton {
        margin: 0 20px;
        width: calc(100% - 40px) !important;
    }
    .stripeText {
        font-size: 12px;
        font-weight: 600;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 20px 20px 10px 20px;
        background: #eff5f5;
        margin: -10px 0 0 0;
    }
    .stripeText img {
        max-height: 30px;
    }
    .stripeText .logos {
        border: 2px solid #635BFF;
        border-radius: 10px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        position: relative;
        padding-top: 20px;
    }
    .stripeText .logos > img {
        position: absolute;
        top: -15px;
        left: 20px;
        background: #eff5f5;
        border-left: 10px solid #eff5f5;
        border-right: 10px solid #eff5f5;
    }
    body.ticketdetails .mobileTicketMainData #accordion {
        order: 7;
    }
    body.ticketdetails main.mobileCart {
        margin-bottom: 70px !important;
    }
    body.ticketdetails main.mobileCart .stripeText{
        background: #fff !important;
    }
    body.ticketdetails main.mobileCart .stripeText .logos > img {
        position: absolute;
        top: -15px;
        left: 20px;
        background: #fff;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
    }
    body.ticketdetails main.location .mobileHero {
        padding: 0;
        margin-top: 0 !important;
        aspect-ratio: 545 / 505;
    }
    body.ticketdetails main.location .mobileHero .hero {
        color: #fff;
        border-radius: 0;
        height: 100%;
        width: 100%;
        padding: 0;
        background-size: cover !important;
        background-position: top center !important;

    }
    body.ticketdetails main.location .mobileHero .hero .hero-overlay {
        display: none;
    }
    body.ticketdetails main.location .mobileHero .hero .hero-content {
        background: #000;
        width: 100vw;
        max-width: unset;
        margin: 0;
    }
    body.ticketdetails main.location .mobileHero .hero .hero-content:before {
        width: 100vw;
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        content: "";
        bottom: 99%;
        z-index: -1;
        height: 60px;
        left: 0;
    }
    body.ticketdetails main.location .mobileHero .hero .hero-content h2 {
        text-align: left !important;
        color: #fff;
        font-size: 22px !important;
        padding: 10px;
    }
    body.ticketdetails main.location .mobileHero .hero .hero-content p {
        padding: 0 10px 10px 10px;
        font-size: 13px;
        position: relative;
    }
    body.ticketdetails main.location .mobileHero .hero .hero-content .rating.d-flex:not(.type-card) {
        right: 10px;
    }
    body.ticketdetails main.location .tab-selector-container nav {
        display: none;
    }
    .fs-12 {
        font-size: .85rem;
    }
    .offer-card .rating {
        font-size: .85rem;
        top: 1px;
        position: relative;
    }
    .destination-card__body .rating {
        font-size: .79rem;
    }
    .offer-card .feature-badge.feature-badge__time {
        position: relative;
    }
    .offer-card .offer-card__footer {
        display: grid;
        padding: 0 !important;
        grid-template-columns: 1fr 1fr 1fr;
        overflow: unset;
    }
    .offer-card .offer-card__footer .feature-badge {
        display: none !important;
    }
    .offer-card .offer-card__footer .feature-badge:nth-child(1),
    .offer-card .offer-card__footer .feature-badge:nth-child(2),
    .offer-card .offer-card__footer .feature-badge:nth-child(3) {
        display: flex !important;
    }
    .offer-card .offer-card__footer:after {
        display: none;
    }
    .offer-card .offer-card__footer .feature-badge {
        width: 100%;
    }
    main.home .homeMostPopularList .row {
        row-gap: 20px;
    }
    main.home .package-card {
         border: 2px solid #9c3f85;

    }
    /*
    main.home .package-card:after {
        border-radius: 20px;
        background: linear-gradient(-90deg, #00c2e1, #e30640);
        mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        mask-composite: exclude;
        z-index: 2;
    }
     */
    .offer-card .offer-card__footer {
        gap: 8px;
    }
    .offer-card .offer-card__footer .feature-badge .feature-badge-title {
        font-size: 9px;
    }
    .hero-content-homepage .hero .hero-content {
        padding-left: 18px;
        max-width: 80%;
    }
    .mobileHero .hero img {
        border-radius: 0;
    }
    body.ticketdetails main.location .mobileHero .hero .hero-content {
        position: relative;
    }
    .mobileHero .hero:before {
        display: none;
    }
    .mobileHero .hero img {
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .itemSliderContainer .mobileHero .hero .hero-content {
        padding-left: 0;
    }
}
@keyframes bell-ring {
    0% {
    }

    5%, 15% {
        transform: rotate(25deg);
    }

    10%, 20% {
        transform: rotate(-25deg);
    }

    25%  {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* end gomez */


@media screen and (max-width: 768px) {
    .mobileTicketDatePicker,
    .mobileTicketDatePicker .date-picker-input {
        height: 0 !important;
        width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
    }

    .mobileTicketDatePicker .icon,
    .mobileTicketDatePicker .icon-left {
        display: none !important;
    }

    .easepick-backdrop {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .alert {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .bg-mobile-white {
        background: #fff !important;
    }

    .cartTicketSelectorSection .mobileTicketImage img {
        border-radius: 20px;
    }

    .cartSummaryBlock .overviewBlockItem:not(:last-child) {
        border-bottom: 2px solid #e2ebed;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding-bottom: 10px;
    }

    /*.destination-card {
        height: auto;
    }*/

    .packageSmallCardBadgeContainer {
        padding: 20px;
    }

    body.ticketdetails .tourSubTitle {
        font-size: 16px;
        text-align: left;
    }

    body.ticketdetails .tourHeroContent .rating.d-flex:not(.type-card) {
        bottom: 10px;
        top: auto;
    }

    body.ticketdetails main.location .mobileHero .hero .tourHeroContent.hero-content:before {
        width: 100vw;
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        content: "";
        bottom: 99%;
        z-index: -1;
        height: 120px;
        left: 0;
    }

    .reviewCostumerImage .costumer-image-card__header {
        height: 85px !important;
    }

    .lightbox {
        margin-top: 5%;
    }

    .package-card {
        border-radius: 23px;
    }

    .ticketLikeBlock .destination-card .destination-card__body > div > p {
        display: none;
    }

    body.ticketdetails .mobileCartSubmitBox, body.ticketdetails .sticky-ticket-panel {
        gap: 5px;
    }

    .preloader img {
        width: 70px !important;
    }
}

.preloader img {
    width: 140px;
}

@media screen and (max-width: 350px) {
    body.ticketdetails .rating.d-flex:not(.type-card) .rating {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 360px) {
    body.ticketdetails .sticky-ticket-panel > .ticketvailability {
        font-size: 14px !important;
    }
}

.hasMobileSubtitle {
    margin-top: 20px;
    order: 10;
}

.liveChatItem {
    display: none !important;
}

.liveChatItem.liveChatLoaded {
    display: flex !important;
}

footer .liveChatItem.liveChatLoaded {
    display: block !important;
}

.reviewDefault {
    border: 1px solid #ffc805;
}

.reviewVerified {
    border: 1px solid #9c3f85;
}

.review-card .verified {
    color: #9c3f85;
}

/*.reviewProfilePicture {
    border: 1px solid #9c3f85;
}*/

.reviewProfilePicture img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.btn-green {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #008669;
    --bs-btn-border-color: #008669;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #0a9779;
    --bs-btn-hover-border-color: #0e7d65;
    --bs-btn-focus-shadow-rgb: 231, 43, 93;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #0e7d65;
    --bs-btn-active-border-color: #0a9779;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #008669;
    --bs-btn-disabled-border-color: #008669
}

.ticketPage {
    z-index: 1001;
    position: relative;
}

#checkAvaibility {
    pointer-events: auto;
    touch-action: manipulation;
}

.decor-none {
    text-decoration: none !important;
}

.reviewCostumerImage img {
    border-radius: 10px;
}

.reviewCostumerImage .costumer-image-card__header {
    height: 145px;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
    opacity: 1 !important;
}

/* preloader */
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-2deg);
    transform: translate(-1px, -2px) rotate(-2deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0) rotate(3deg);
    transform: translate(-3px, 0) rotate(3deg);
  }
  30% {
    -webkit-transform: translate(0, 2px) rotate(0deg);
    transform: translate(0, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-2deg);
    transform: translate(2px, 1px) rotate(-2deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(4deg);
    transform: translate(-1px, -1px) rotate(4deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-2deg);
    transform: translate(-1px, -2px) rotate(-2deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0) rotate(3deg);
    transform: translate(-3px, 0) rotate(3deg);
  }
  30% {
    -webkit-transform: translate(0, 2px) rotate(0deg);
    transform: translate(0, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-2deg);
    transform: translate(2px, 1px) rotate(-2deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(4deg);
    transform: translate(-1px, -1px) rotate(4deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.animation__shake {
  -webkit-animation: shake 1500ms cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: shake 1500ms cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.preloader {
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f6f9;
  height: 100vh;
  width: 100%;
  transition: height 200ms linear;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  z-index: 100000003;
}
/* preloader end */