#cgvCinemaClubSticky {
    background: #fff;
    padding-top: 20px;
}

    #cgvCinemaClubSticky .nav {
        gap: 40px;
        align-items: center;
    }

/*Mobile*/
@media only screen and (max-width: 480px) {
    #cgvCinemaClubSticky .nav {
        display: block;
        scrollbar-width: none;
        overflow-x: scroll;
        padding-left: 0;
        list-style: none;
        position: relative;
        white-space: nowrap;
        width: 100%;
    }
}

#cgvCinemaClubSticky .nav-item {
    height: 52px;
}

@media only screen and (max-width: 480px) {
    #cgvCinemaClubSticky .nav-item {
        display: inline-block;
    }
}

#cgvCinemaClubSticky .nav-link {
    color: #8C8C8C;
    font-weight: 600;
    position: relative;
    height: 46px;
    display: flex;
    align-items: center;
    gap: 17px;
}

    #cgvCinemaClubSticky .nav-link.active {
        color: #232B38;
    }

        #cgvCinemaClubSticky .nav-link.active:after {
            content: "";
            position: absolute;
            bottom: -6px;
            border-bottom: 6px solid #FF5348;
            width: 100%;
            left: 0;
        }

/* Mobile */
@media only screen and (max-width: 480px) {
    #cgvCinemaClubSticky .nav-link.active:after {
        bottom: -7px;
    }
}

#cgvCinemaClubHeroBanner {
    padding-top: 0rem;
    background-repeat: no-repeat;
    background-size: contain;
    height: 838px;
}
/* 1439px x 1024px */
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
    #cgvCinemaClubHeroBanner {
        height: 734px;
        width: 100%;
        padding-top: 0rem;
        background-size: cover;
    }
}



/* Mobile */
@media only screen and (max-width: 480px) {
    #cgvCinemaClubHeroBanner {
        padding-top: 20px;
        height: auto;
        padding-bottom: 50px;
        background-image: url(../img/cgv-cinemaclub-mobile-hero.png);
        background-size: cover;
    }
}


/* Mobile */
@media only screen and (max-width: 480px) {
    .cgv-cinemaclub-scrolldown {
        display: none;
    }

    .cgv-cinema-club-member-phone {
        transform: rotate(10deg);
    }

    #cgvCinemaClubSticky {
        height: 69px;
        display: flex;
        align-items: center;
        padding-top: 24px;
    }

    .remaining-aca-vip-logo {
        height: 28px !important;
    }

    #cgvCinemaClubSticky .nav-link.active:after {
        content: "";
        position: absolute;
        bottom: -6px;
        border-bottom: 3px solid #96A825;
        width: 100%;
        left: 0;
        border-radius: 16px;
    }
}

.cgv-cinemaclub-scrolldown img {
    width: 32px;
    height: 32px;
}


.cgv-cinemaclub-sticky {
    position: fixed;
    width: 100%;
    z-index: 1001;
    height: auto;
}

.auth-dropdown {
    z-index: 999999 !important;
}

header {
    height: 92px;
    position: relative;
}




.faq {
    max-width: 1045px;
    margin: 0 auto;
    margin-top: 4rem;
}

/*
  Tablet vertical    
*/

@media only screen and (max-width: 820px) and (min-width: 481px) {
    .faq {
        margin-top: 50px;
    }
}

/*
   Tablet horizontal
*/


#aboutCgvKidsAndFamily {
    width: 100%;
    background-color: #fff;
    padding: 289px 0px 289px 0px;
    position: relative;
}

.tp-bg {
    position: absolute;
    bottom: -138px;
    left: -169px;
}

.ballon-one {
    position: absolute;
    top: -488px;
    width: 195px;
    height: auto;
}

.ballon-two {
    position: absolute;
    right: -18px;
    top: -520px;
}

.about-content {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
}

.about-text {
    width: 80%;
    padding-top: 63px;
    padding-right: 32px;
}

    .about-text h1 {
        font-family: 'ProximaNovaRegularBold';
        font-size: 34px;
        font-weight: 800;
        line-height: 50px;
        text-align: left;
    }

    .about-text p {
        font-size: 20px;
        font-weight: 400;
        color: #1e1e1e;
        padding: 10px 0px;
    }

    .about-text strong {
        font-size: 19px;
    }

.about-img {
    width: 40%;
}

    .about-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }





#signUpInstructions {
    background: #ff7148;
    padding: 50px 0px;
}

.signUpInstructions-content {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.signUpInstructions-content-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 51%;
}

.signUpInstructions-content-title-text {
    color: #fff;
    position: relative;
    left: -40px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .signUpInstructions-content-title-text span {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 16px;
        display: block;
    }

    .signUpInstructions-content-title-text h2 {
        font-weight: 700;
        font-size: 30px;
        font-family: "ProximaNovaRegularBold";
        margin-bottom: 12px;
        text-align:center;
    }

@media only screen and (max-width:1400px) {
    .signUpInstructions-content-title-text h2 {
        font-weight: 700;
        font-size: 30px;
        font-family: "ProximaNovaRegularBold";
    }

    .kidsFamilyExclusive-box-content small {
        color: #1E1E1F;
        font-size: 12px;
        font-weight: 400;
    }
}

.signUpInstructions-boxes {
    width: 49%;
    display: grid;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 23px;
    row-gap: 35px;
    column-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}

.signUpInstructions-box {
    width: 100%;
}

    .signUpInstructions-box img {
        margin-bottom: 20px;
    }

    .signUpInstructions-box h3 {
        color: #fff;
        font-size: 22px;
        font-family: "ProximaNovaRegularBold";
    }

        .signUpInstructions-box h3 img {
            margin-bottom: 3px;
        }

    .signUpInstructions-box p {
        color: #fff;
        font-size: 17px;
        font-weight: normal;
        line-height: 22px;
    }

    .signUpInstructions-box:nth-child(1) p {
        padding-right: 15px;
    }

    .signUpInstructions-box:nth-child(3) p {
        padding-right: 15px;
    }

    .signUpInstructions-box p small {
        font-style: italic;
        font-size: 12px;
        opacity: 0.9;
    }

@media only screen and (max-width: 1180px) and (min-width: 1024px) {
    .faq {
        margin-top: 0;
    }
}



#kidsFamilyExclusive {
    background: #fff;
    padding: 130px 0px;
}

    #kidsFamilyExclusive h1 {
        text-align: center;
        font-family: 'ProximaNovaRegularBold';
        font-weight: 900;
        font-size: 50px;
        color: #1e1e1e;
    }

.kidsFamilyExclusive-content {
    width: 100%;
    display: flex;
    padding-top: 70px;
    position: relative;
    z-index: 1000;
}

.kidsFamilyExclusive-box {
    background: #f3f3f3;
    margin: 0px 10px;
    padding: 32px 27px;
    border-radius: 24px;
    width: 50%;
}

.kidsFamilyExclusive-box-content {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

    .kidsFamilyExclusive-box-content img {
        width: 152px;
        height: 113px;
    }

    .kidsFamilyExclusive-box-content p {
        font-weight: 400;
        font-size: 16px;
        padding-left: 10px;
        margin-top: -30px;
    }

    .kidsFamilyExclusive-box-content small {
        color: #1e1e1e;
        font-size: 13px;
        font-weight: 400;
    }

.kidsFamilyExclusive-text {
    padding-top: 50px;
    text-align: center;
}

    .kidsFamilyExclusive-text p {
        font-weight: 400;
        font-size: 19px;
    }

    .kidsFamilyExclusive-text small {
        font-style: italic;
        font-size: 12px;
        font-weight: 100;
        color: #1e1e1e;
    }

.kidsFamilyExclusive-discount {
    position: absolute;
    padding: 20px 30px;
    border-radius: 999px;
    bottom: -26px;
    display: flex;
    height: 81px;
    width: 78%;
    background: #ff7148;
    text-align: center;
    color: #fff;
    font-family: 'ProximaNovaRegular';
    justify-content: center;
    align-items: center;
    font-weight: 900;
}

    .kidsFamilyExclusive-discount small {
        font-size: 12px;
        font-weight: 400;
        position: absolute;
        right: 24%;
        top: 32%;
        color: #fff;
    }

@media only screen and (max-width:1400px) {
    .kidsFamilyExclusive-discount small {
        font-size: 12px;
        font-weight: 400;
        position: absolute;
        right: 23%;
        top: 32%;
        color: #fff;
    }
}

.kidsFamilyExclusive-discount b {
    font-size: 61px;
    margin: 0px 9px;
    position: relative;
    font-family: 'ProximaNovaRegularBold';
    font-weight: 900;
    top: 1px;
    left: 1px;
}

.ballon-three {
    position: absolute;
    z-index: -1;
    top: -157px;
    left: -51px;
}


.ballon-four {
    position: absolute;
    right: -50px;
    top: -258px;
}

.bottom-text-holder {
    display: flex;
    flex-direction: column;
    column-gap: 0px;
}

#references {
    background-color: #ff7043;
    padding: 50px 0;
}



    #references .swiper-container {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
    }

    #references .container {
        overflow: hidden;
    }

    #references .swiper-slide {
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    #references .card {
        text-align: center;
        padding: 20px;
        width: 100%;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 32px;
        border-radius: 24px;
        border: 0px;
    }

        #references .card img {
            max-width: 100px;
            margin-bottom: 20px;
        }

    #references h1 {
        text-align: center;
        color: #fff;
        font-weight: 900;
        font-family: 'ProximaNovaRegularBold';
        font-size: 45px;
    }

.app-swiper-nav .swiper-button-next {
    right: -11px;
    border: 1px solid rgba(0,0,0,0.1);
}

.app-swiper-nav {
    position: absolute;
    width: 100% !important;
    top: 167px;
    left: 0px;
}

    .app-swiper-nav .swiper-button-prev {
        left: -12px;
        display: none;
        border: 1px solid rgba(0,0,0,0.1);
    }




#kidsAndFamilyMovies {
    background: #fff;
    padding: 90px 0px;
}


    #kidsAndFamilyMovies .app-swiper-nav .swiper-button-next {
        right: 6px;
        border: 1px solid rgba(0,0,0,0.1);
    }

    #kidsAndFamilyMovies .app-swiper-nav {
        position: absolute;
        width: 100% !important;
        top: 100px;
        left: 0px;
    }

        #kidsAndFamilyMovies .app-swiper-nav .swiper-button-prev {
            left: -24px;
            display: none;
            border: 1px solid rgba(0,0,0,0.1);
        }

.movie-title {
    font-weight: 700;
    text-align: center;
    color: #1e1e1e;
    font-size: 20px;
    font-family: ProximaNovaRegularBold;
}

.movie-time, .movie-type {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #1e1e1e;
    opacity: .6;
}

.kidsAndFamilyMovies-title {
    width: 100%;
    text-align: center;
}

    .kidsAndFamilyMovies-title h1 {
        font-family: 'ProximaNovaRegularBold';
        font-size: 48px;
    }






.faq .section-header {
    margin-bottom: 50px !important;
}

.section-header h2 {
    text-align: start;
}

.accordion-item:first-of-type {
    border-radius: 10px;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    background: rgba(61, 66, 69, 1);
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    overflow: hidden;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    background: rgba(61, 66, 69, 1);
}

.accordion-button:not(.collapsed) {
    font-size: 16px;
    font-weight: 400;
    background: rgba(61, 66, 69, 1);
    box-shadow: none;
    color: #fff;
}

    .accordion-button:not(.collapsed)::after {
        background-image: url(../../../img/page-moviepass/accordion-arrow.svg);
        transform: rotate(-180deg);
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../../../img/page-moviepass/accordion-arrow.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s;
}

.accordion-body {
    font-weight: 300;
}

.accordion-button {
    font-size: 16px;
    font-weight: 400;
    background: rgba(61, 66, 69, 1);
    color: #fff;
}

.pass-more-button .cgv-btn.incept-btn {
    padding: 25px 32px !important;
    box-sizing: inherit;
}


@media only screen and (min-width: 1920px) {
    .cgv-btn.incept-btn {
        width: 217px !important;
        height: 43px;
        display: flex;
        justify-content: center;
        text-decoration: none;
    }

    .pass-more-button .cgv-btn.incept-btn {
        width: 250px !important;
    }

    .cgv-swiper .card {
        height: 604px !important;
        background: #1a1a1a;
    }

    .buyCard .card {
        height: 674px !important;
        background: #1a1a1a;
    }
}

.pass-more-button {
    min-width: 250px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    margin: auto;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    .pass-button-wrapper > a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 685px) {
    .pass-button-wrapper > a {
        padding: 13px 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .cgv-btn.incept-btn {
        width: auto !important;
        height: auto !important;
        padding: 7px 32px !important;
    }

    .cgv-btn.buy-ticket {
        width: auto !important;
        height: auto !important;
        padding: 7px 32px !important;
    }
}

/*
   Tablet horizontal
*/

@media only screen and (max-width: 1180px) and (min-width: 1024px) {
    .cgv-btn.incept-btn {
        justify-content: center;
    }
}

.cgv-btn.buy-ticket {
    padding: 6px 32px
}

.cgv-btn {
    height: auto;
}


@media only screen and (max-width: 341px) {
    .cgv-btn {
        height: auto;
        font-size: 12px;
    }

        .cgv-btn.incept-btn {
            font-size: 12px !important;
            padding: 5px 32px !important;
        }
}

.faq .pass-more-button .cgv-btn.incept-btn {
    padding: 13px 58px !important;
    box-sizing: inherit;
    color: #fff;
    border: 1px solid;
}


.mobile-img {
    display: none;
}

.desktop-img {
    display: block;
}

#referencesSlider {
    display: block;
}

#referencesMobile {
    display: none;
}


@media only screen and (max-width:768px) {
    #cgvCinemaClubHeroBanner img {
        width: 245px;
    }

    #cgvCinemaClubHeroBanner {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    #aboutCgvKidsAndFamily {
        padding: 20px 0px 50px 0px;
        margin-top: -1px;
    }

    .about-content {
        flex-wrap: wrap;
    }

    .about-text {
        width: 100%;
        padding-top: 33px;
        padding-right: 0px;
        text-align: center;
    }

    .mobile-img {
        display: block;
    }

    .desktop-img {
        display: none;
    }

    .about-text h1 {
        font-size: 29px;
        line-height: 38px;
        text-align: center;
        max-width: 100%;
    }

    .about-img {
        width: 100%;
        margin-top: 35px;
    }


    .signUpInstructions-content {
        justify-content: center;
        flex-wrap: wrap;
    }


    .signUpInstructions-content-title {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 74%;
    }

        .signUpInstructions-content-title img {
            width: 120px;
        }

    .signUpInstructions-content-title-text {
        color: #fff;
        position: relative;
        left: 20px;
    }

    .signUpInstructions-boxes {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 27px;
    }

    .signUpInstructions-box {
        width: 100%;
        text-align: center;
        padding: 0px 20px;
        margin-bottom: 23px;
    }


    #kidsFamilyExclusive {
        background: #fff;
        padding: 78px 0px;
    }

        #kidsFamilyExclusive h1 {
            font-size: 33px;
        }

    .kidsFamilyExclusive-content {
        flex-wrap: wrap;
        padding-top: 40px;
    }

    .kidsFamilyExclusive-box {
        margin-bottom: 30px;
        width: 100%;
        margin: 0px 0px 30px 0px;
    }


    .kidsFamilyExclusive-discount {
        position: absolute;
        padding: 20px 30px;
        border-radius: 999px;
        bottom: -26px;
        display: flex;
        height: 72px;
        width: 78%;
        background: #ff7148;
        text-align: center;
        color: #fff;
        font-family: 'ProximaNovaRegular';
        justify-content: center;
        align-items: center;
        font-weight: 900;
    }

        .kidsFamilyExclusive-discount b {
            font-size: 47px;
            margin: 0px 9px;
            position: relative;
            font-family: 'ProximaNovaRegularBold';
            font-weight: 900;
            top: 1px;
            left: 1px;
        }

        .kidsFamilyExclusive-discount small {
            font-size: 12px;
            font-weight: 400;
            position: absolute;
            right: 25%;
            top: 32%;
            color: #fff;
        }

        .kidsFamilyExclusive-discount small {
            font-size: 12px;
            font-weight: 400;
            position: absolute;
            right: 26%;
            top: 26%;
            color: #fff;
        }

        .kidsFamilyExclusive-discount br {
            display: none;
        }

    .after-small {
        margin-top: 10px !important;
    }

    header {
        height: auto;
    }

    .kidsAndFamilyMovies-title h1 {
        font-size: 32px;
    }

    #kidsAndFamilyMovies .container {
        padding-left: 34px;
    }

    #referencesSlider {
        display: none;
    }

    #referencesMobile {
        display: block;
    }

    #references h1 {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .references-card {
        background: #fff;
        text-align: center;
        padding: 24px;
        border-radius: 24px;
        display: flex;
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        margin-right: 0px;
    }

        .references-card img {
            margin-bottom: 6px;
            margin-top: 11px;
            max-width: 100%;
            height: 109px;
        }

        .references-card p {
            color: #1e1e1e;
        }

    .faq {
        margin-top: 4rem !important;
    }

    .ballon-one {
        display: none;
    }

    .ballon-two {
        display: none;
    }

    .ballon-three {
        display: none;
    }

    .ballon-four {
        display: none;
    }


    .tp-bg {
        display: none;
    }
}


.after-small {
    margin-top: 20px;
}


@media only screen and (min-width:768px) and (max-width:1024px) {

    #aboutCgvKidsAndFamily {
        padding: 80px 0px 200px 0px;
        margin-top: -1px;
    }

    .about-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .about-text {
        width: 63%;
        padding-top: 0px;
        padding-right: 32px;
    }

    .signUpInstructions-content {
        justify-content: center;
        flex-wrap: wrap;
    }


    .signUpInstructions-content-title {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 74%;
    }

        .signUpInstructions-content-title img {
            width: 120px;
        }

    .signUpInstructions-content-title-text {
        color: #fff;
        position: relative;
        left: 20px;
    }

    .signUpInstructions-boxes {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 27px;
    }

    .signUpInstructions-box {
        width: 50%;
        text-align: center;
        padding: 0px 20px;
        margin-bottom: 23px;
    }

    #kidsFamilyExclusive {
        background: #fff;
        padding: 78px 0px;
    }

        #kidsFamilyExclusive h1 {
            font-size: 33px;
        }

    .kidsFamilyExclusive-content {
        flex-wrap: wrap;
        padding-top: 40px;
    }

    .kidsFamilyExclusive-box {
        margin-bottom: 30px;
    }

    .kidsFamilyExclusive-discount small {
        right: 36%;
    }

    .ballon-one {
        display: none;
    }

    .ballon-two {
        display: none;
    }

    .ballon-three {
        display: none;
    }

    .ballon-four {
        display: none;
    }


    .tp-bg {
        display: none;
    }
}

/* Scaling */
@media screen and (max-width:1380px) {
    #cgvCinemaClubSticky ul.nav {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        align-items: center;
    }

    .kidsFamilyExclusive-discount small {
        font-size: 12px;
        font-weight: 400;
        position: absolute;
        right: 45px;
        top: 27%;
        color: #fff;
    }

    #cgvCinemaClubSticky ul.nav li a span {
        font-size: 13px;
    }
}
/* Scaling */

/* ## New Styles ## */
.cgv-cinema-club-hero-logo {
    background-image: url("/Assets/modules/page-kids-and-family-club/img/cocuk-aile-banner.jpg");
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    object-fit: cover;
    padding: 0 17px;
}

.kids-header {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
}

.kids-club-header-btns {
    padding-bottom: 340px;
    display: flex;
    align-items: center;
    column-gap: 11px;
}

.kids-club-header-left {
    font-weight: 700;
    color: #3F444C;
    line-height: 24px;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 24px;
    background-color: #FFFFFF;
}

.kids-club-header-right {
    font-weight: 700;
    color: #FFFFFF;
    line-height: 24px;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 24px;
    background-color: #000000;
}

.kids-club-header-left:hover {
    color: #3F444C;
}

.kids-club-header-right:hover {
    color: #FFFFFF;
}

.kids-bottom {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: inherit;
}

.instruction-box-small {
    color: #FFFCFB;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    line-height: 130%;
}
@media(min-width: 2000px){
    .kids-club-header-btns {
        padding-bottom: 463px !important;
    }
    .cgv-cinema-club-hero-logo {
        background-size: contain;
    }
    #cgvCinemaClubHeroBanner {
        height: 100% !important;
    }
}
@media (max-widtH: 770px) {
    .cgv-cinema-club-hero-logo {
        background-image: url("/Assets/modules/page-kids-and-family-club/img/mobile-banner.png");
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0 0;
        height: 100%;
        justify-content: flex-start !important;
        overflow-y: visible !important;
    }

    #cgvCinemaClubHeroBanner {
        height: 467px;
    }

    .kids-club-header-btns {
        padding-bottom: 0px;
    }

    img.kids-bottom {
        display: none;
    }

    .kids-bottom-mobile {
        display: block !important;
        position: absolute;
        width: 100% !important;
        left: 0;
        right: 0 !important;
        margin: 0 auto;
        object-fit: contain;
        bottom: 3%;
        left: 0;
        object-fit: fill;
        scale: 1.6;
        z-index: 99;
    }

    .signUpInstructions-content-title-text h2 {
        text-align: center;
    }

    .signUpInstructions-boxes {
        row-gap: 0px !important;
    }

    #cgvCinemaClubSticky ul.nav li a span {
        white-space: nowrap;
    }

    #cgvCinemaClubSticky ul.nav {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        align-items: center;
        max-width: max-content;
        width: 100%;
        min-width: min-content;
        overflow-x: auto;
    }
}

.kids-bottom-mobile {
    display: none;
}
/* ## New Styles ## */
