.productDetails .container-fluid {
    border: 1px solid #dcdcdc;
}

.fx-attraction__content-wrapper h2,
.fx-attraction__tickets h2 {
    font-size: 1.5rem;
    line-height: 1.2;
}

.fx-attraction__content-wrapper h3 {
    font-size: 1.25rem;
}

.media:after {
    content: "";
    display: block;
    width: 100%;
    background-color: #3f527026;
    height: 1px;
    margin: 2% 10% 2% 10%;
}

.info-msg {
    border: solid 1px #7993b9;
    border-radius: 3px;
    background-color: #fffef0;
    border: solid 1px #ffeb3b;
    background-color: #fffef0;
}

.fx-attraction__content-order-list {
    margin-bottom: 0px;
}

    .fx-attraction__wrapper-faq li,
    .fx-attraction__content-order-list li {
        margin-bottom: 8px;
    }

.TicketsCards .btn-wrapper > a {
    text-decoration: none;
}

.fx-attraction__wrapper-faq li p,
.fx-attraction__content-order-list li p,
.contact-info h3 {
    font-size: 1rem;
    display: inline;
}

.fx-attraction__wrapper-faq li h3 {
    font-size: 1rem;
}

.fx-attraction__wrapper-faq ol li {
    list-style: auto;
}

    .fx-attraction__wrapper-faq ol li::marker,
    .fx-attraction__content-order-list ol li::marker {
        font-weight: 500;
    }

.fx-attraction__content-order-list.inline-heading h3 {
    display: inline-block;
}

.page-header h1 {
    border-bottom: 1px solid #dcdcdc;
    padding: 25px 30px 21px;
    font-size: 2rem;
}

.page-content {
    padding: 35px 30px;
}

.page-banner {
    background-repeat: repeat;
    height: 189px;
    background-position: center;
}

.productDetails .content-wrapper p {
    margin-bottom: 5px;
    line-height: 24px;
}

.attractionGallery {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: start;
}

.thumb {
    flex: 0 0 32%;
    margin: 0px;
    border: solid 1px #fff;
    position: relative;
}

.productDetails .thumb > img {
    padding: 0;
    background-color: transparent;
    border: 0px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    width: 100%;
}

.btn-play {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.15s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-col-bg {
    background-color: #f6f7f8;
}

.TicketsCards .card-header {
    background: #3f526f;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .TicketsCards .card-header h1 {
        font-size: 1.375rem;
    }

.cart-items-list {
    background-image: url('/static/images/card-bg.jpg');
    background-repeat: repeat;
}

    .cart-items-list > ul {
        background: #fff;
    }

.ticket-price-wrapper p {
    font-size: 17px;
}

.cart-items-list li > .card {
    border: 1px solid #d2d2d2;
    box-shadow: 1px 0px 6px 7px #eaeaea;
    padding: 25px;
}

    .ticket-title, .cart-items-list li > .card > h4 {
        font-size: 21px;
    }

.age-type span {
    border: 1px solid #b2b2b2;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    padding: 10px 21px;
}

.btn-buynow {
    background-color: #0049cd;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    padding: 7px 25px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.58);
    background-position: 15px;
    padding-left: 54px;
}

    .btn-buynow:hover {
        color: #fff;
    }

.video-iframe iframe {
    width: 622px;
    height: 364px;
}

.bpara {
    font-size: 13px;
}

.inter-links {
    padding: 0.025rem 0.525rem;
    transition: color .2s ease-in-out, border-color .2s ease-in-out;
    border: 1px solid #3f526f42;
    border-radius: 0.25rem;
    color: #3f526f;
    font-size: 0.8125rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.75rem;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    background: #fff;
}

    .inter-links:hover {
        background: #3f526f;
        color: #fff;
    }

a.inter-links.active {
    background: #3f526f;
    border: 1px solid #3f526f;
    color: #fff;
}

.inter-links-bg {
    background: hsl(54deg 100% 62% / 8%);
    border: 1px solid #ffeeba;
    border-radius: 0.25rem;
}

@media (max-width: 480px) {
    .content-wrapper p > a {
        word-break: break-word;
    }
}

@media (max-width: 568px) {
    .page-header h2 {
        padding: 5px 15px 21px;
        font-size: 20px;
    }
}

@media screen and (min-width: 576px) and (max-width:812px) {
    .page-header h2 {
        padding: 25px 15px 21px;
    }
}

@media (max-width: 812px) {
    .page-content {
        padding: 35px 15px;
    }

    .productDetails > .container-fluid {
        border: 0px solid #dcdcdc;
    }

    .video-iframe iframe {
        width: 100%;
        height: 230px;
    }
}


.page-header h1 {
    padding: 0 !important;
    border-bottom: 0px !important;
    display: inline !important;
}

.page-header .page-group-heading {
    border-bottom: 1px solid #dcdcdc;
    padding: 18px 19px 16px;
    width: 100%;
    display: flex;
    align-items: center;
}

.tooltip-ush .tooltiptext {
    visibility: hidden;
    overflow: auto;
    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    min-width: 90%;
    max-width: 90%;
    font-size: 12px;
}

.tooltip-ush:hover .tooltiptext {
    visibility: visible;
}

.tooltip12 .tooltiptext2 {
    visibility: hidden;
    overflow: auto;
    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    min-width: 25%;
    max-width: 27%;
}

.tooltip12:hover .tooltiptext2 {
    visibility: visible;
}

.favorite-icon {
    width: 34px;
    height: 56px;
    margin-left: 15px;
    background-image: url('//res.cloudinary.com/funex/image/upload/v1740593382/FAVORITE-ICON_mdhrih.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    transition: background-image 0.3s ease;
    cursor: pointer;
    position: relative;
    background-size: 35px 35px;
    background-position: 100% 30%;
}



@media screen and (max-width:600px) {
    .page-header .page-group-heading h1 {
        display: inline !important;
        line-height: normal !important;
        margin-right: 0px !important;
    }
}

@media (max-width: 580px) {

    .tooltip12 .tooltiptext2 {
        min-width: 55%;
        max-width: 60%;
    }
}

@media screen and (max-width:768px) {
    .page-header .page-group-heading {
        display: block;
    }

    .favorite-icon {
        width: 30px;
        height: 30px;
        position: relative;
        background-size: 30px 30px;
        background-position: center center;
    }
}

.bg-gray {
    background: rgba(235, 237, 241, 1);
}

.bg-blue {
    background-color: #0049cd !important;
}

.ticket_section .ticket {
    border: 1.26px solid rgba(60, 60, 60, 1);
    height: 100%;
}

/*.ticket_section > div:first-child {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

    .ticket_section > div:first-child .row {
        justify-content: center;
    }*/

/*    .ticket_section > div:first-child .ticket {
        padding-top: 28px !important;
    }*/

        .ticket_section > div:first-child .ticket:before {
            content: '';
            background: url(//res.cloudinary.com/funex/image/upload/v1746033793/special-offer-tag_kjjwgc.svg);
            position: absolute;
            top: -5px;
            left: 50%;
            transform: translateX(-50%);
            width: 75%;
            height: 30px;
            z-index: 10;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            display: none;
        }

/*@media (min-width: 1280px) {
    .ticket_section > div:first-child .row .col-xl-6 {
        width: 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

@media (min-width: 992px) {
    .ticket_section > div:first-child .row .col-xl-6 {
        width: 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}*/

@media only screen and (max-width: 1280px) and (min-width: 1200px) {
    .ticket_section > div .row .col-xl-6{
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.buy-now-btn {
    background-color: rgba(0, 62, 174, 1);
    padding: 4px 9px;
    font-size: 12px;
}

    .buy-now-btn:hover {
        background-color: rgb(0 51 144);
    }

.refund-txt {
    font-weight: 500;
    font-size: 9px;
    padding: 4px 6px;
    background-color: #21633D;
    color: #fff;
    text-align: center;
}

.item-right {
    margin: 0 0 0 auto;
}

.fs-10 {
    font-size: 10px;
}
