﻿:root {
    --guidelinecolor: #0B23F4;
    --secondaryguidelinecolor: #4B81E8;
    --highlightcolor: #a7a4a4;
    --r4rprimary: #4c1c4c;
    --r4rsecondary: #b0946c;
}
/*FUTURE TICKETING EVENT*/
#ft-container ul, #ft-container li {
    list-style: none;
}

.ft-event-container {
    width: 100%;
    background-color: #FFFFFF;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    float: left;
    list-style: none outside none;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    padding-inline-start: 0px !important;
    font-weight: 300;
}

#ft-container ul:not(.nav-list):not(.footer-nav):not(.child-menu):not(.no-bullets) > li {
    padding-left: 0;
}

ul:not(.nav-list):not(.footer-nav):not(.child-menu):not(.no-bullets) > li:before {
    background-color: transparent !important;
    content: "" !important;
    display: block !important;
    height: 0 !important;
    left: 0 !important;
    position: absolute !important;
    top: 0 !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    width: 0 !important;
}

ul:not(.nav-list):not(.footer-nav):not(.child-menu):not(.no-bullets) > li:before {
    background-color: #a39161;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
}

#ft-container ul:not(.nav-list):not(.footer-nav):not(.child-menu):not(.no-bullets) > li:before {
    display: none;
    width: 0;
    height: 0;
}

.ft-product-event-div {
    height: auto;
    width: auto;
}

.ft-product-event-div {
    width: auto;
    height: auto;
}

.ft-product-event-img-div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 165px;
    max-height: 200px;
}

.ft-product-event-img-div {
    height: 200px;
}

.ft-product-event-img {
    box-shadow: none;
    width: 100%;
    height: 100% !important;
    max-width: unset;
    cursor: pointer;
    height: unset;
    background-color: #ffffff;
    object-fit: cover;
}

.ft-clear {
    clear: both;
}

.ft-event-link-div {
    background-color: #000;
    color: #fff;
    font-weight: 900;
    width: 100%;
    border-top: 0px solid #fff;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    min-height: 156px;
    -webkit-border-bottom-left-radius: 0px;
    height: 75px !important;
    padding: 7px 5%;
    font-size: calc(var(--normal_text) * 2);
    display: flex;
    flex-direction: column;
}

.ft-event-link-div {
    background-color: var(--guidelinecolor);
    color: #fff;
    font-weight: 900;
    width: 100%;
    border-top: 0px solid #fff;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    min-height: 170px;
    -webkit-border-bottom-left-radius: 0px;
    height: 75px !important;
    /* padding: 20px 0px; */
    font-size: calc(var(--normal_text) * 2);
}

.ft-event-link-div-date {
    background-color: var(--secondaryguidelinecolor);
    color: #ffffff;
    font-weight: 800;
    position: relative;
    display: inline;
    float: left;
    font-size: 12px;
    text-transform: UPPERCASE;
    text-align: left;
    bottom: unset;
    height: 30px;
    width: 100%;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    padding: 5px 20px;
    align-items: center;
    justify-content: space-evenly;
}

.ft-event-link-div-venue {
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    display: inline;
    float: left;
    font-size: 12px;
    text-transform: UPPERCASE;
    width: max-content;
    text-align: left;
    padding: 0 5px;
    line-height: 24px;
}

.ft-event-link-div-h2 {
    background-color: transparent;
    margin: 0;
    padding: 4% 0%;
    position: relative;
    top: unset;
    width: 100%;
    height: auto;
    border: 0px;
    float: left;
    width: 100%;
    border-top: none;
    text-align: left;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff;
    min-height: 84px;
}

.ft-event-link-div-button {
    display: flex;
    flex-direction: row;
}

    .ft-event-link-div-button .buy,
    .ft-event-link-div-button .more-info {
        position: relative;
        width: 100%;
        float: left;
        padding: 6px;
        font-size: 14px;
        text-align: center;
        margin: 0px 5px;
        text-transform: uppercase;
        text-decoration: none;
    }

    .ft-event-link-div-button .buy {
        color: #000;
        background: var(--secondaryguidelinecolor);
    }

    .ft-event-link-div-button .more-info {
        border: 1px solid #fff;
        color: #fff;
        background-color: transparent;
    }

        .ft-event-link-div-button .more-info:hover,
        .ft-event-link-div-button .buy:hover {
            color: #000;
            background: #fff;
            border: 1px solid var(--secondaryguidelinecolor);
        }

.ft-event-category-clear {
    clear: none;
}

.ft-event-container:hover {
    transform: scale(0.99);
}

.product {
    padding: 10px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .product .product-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

        .product .product-container .product-title {
            width: 65%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .product .product-container .product-title h5 {
                margin: 0px;
            }


.product-area {
    margin-bottom: 10px;
}

.nav-tabs li.active a {
    border: 0px;
    border-bottom: 4px solid var(--guidelinecolor) !important;
    border-radius: 2px;
    opacity: 1;
    position: relative;
}

@media screen and (max-width:503px) {
    .product-area .nav-tabs li a {
        width:100px;
        text-align:center;
        padding:15px 5px;
        font-size:11px !important;
    }
}

@media screen and (max-width:359px) {
    .product-area .nav-tabs li a {
        width: 90px;
        text-align: center;
        padding: 15px 5px;
        font-size: 10px !important;
    }
}

@media screen and (max-width:330px) {
    .product-area .nav-tabs li a {
        width: 80px;
        text-align: center;
        padding: 15px 5px;
        font-size: 10px !important;
    }
}

.nav-tabs li a {
    border-bottom: 4px solid transparent;
    color: #1c1c1c;
    display: inline-block;
    opacity: 0.5;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.2857142857;
    margin: 0;
    opacity: .5;
    padding: 15px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    border: 0px;
}

.nav-tabs li a:hover {
    border-bottom-color: #000;
    border-radius: 2px;
}

.nav-tabs li a:focus {
    border: 0px;
    background: transparent;
}

.product-area {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.product-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: fit-content;
    width: 30%;
}

    .product-info > * {
        margin: 0px 5px;
    }

#checkoutWizard button, .product button, .ft-button {
    background-color: var(--guidelinecolor);
    background-image: linear-gradient(180deg,var(--guidelinecolor) 50%,#fff 0);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 200%;
    border: 1px solid var(--guidelinecolor);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5625;
    padding: 8px 40px 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease-in;
    word-break: normal;
    max-height: 45px;
}

.product button {
    min-width: 200px;
}

.checkout-container {
    /*text-align: right;
    padding: 0px 15px;*/
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: end;
}



@media screen and (max-width:650px) {
    .checkout-container {
        flex-direction: column;
    }
}

    #checkoutWizard button:hover, .product button:hover, .ft-button:hover {
        background-color: #fff;
        background-position: 0 100%;
        color: #000;
        border: 1px solid #000;
        text-decoration: none;
    }

    #products {
        background: #eee;
        padding: 20px 30px;
        border-radius: 5px;
        box-shadow: 0px 15px 30px var(--highlightcolor);
    }

        #products h4 {
            text-transform: uppercase;
            text-align: center;
            font-size: 18px;
            font-weight: 750;
        }

        #products hr {
            border-top: 2px solid var(--guidelinecolor);
        }
}

#products ul {
    padding: 0px
}

.tab-content span {
    cursor: pointer;
}

.tab-content .number {
    display: flex;
    flex-direction: row;
}

.tab-content .price {
    font-size: 20px;
    font-weight: 600;
    width: fit-content;
}

.number-select {
    display: inline-block;
    width: 100%;
    position: relative;
}

.basket-product .interactibles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

select.secondary {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 0;
    border: 0.1rem solid var(--guidelinecolor);
    box-shadow: none;
    color: var(--guidelinecolor);
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.45;
    min-width: 8rem;
    outline: 0;
    padding: 1rem 2rem;
    transition: all .2s ease-in;
    width: 100%;
}

.number-select:after {
    border-bottom: 0.2rem solid var(--secondaryguidelinecolor);
    border-left: 0.2rem solid var(--secondaryguidelinecolor);
    content: "";
    display: block;
    height: 1.2rem;
    margin-left: 1.5rem;
    pointer-events: none;
    position: absolute;
    right: 2rem;
    top: 35%;
    -webkit-transform: translateY(-50%) rotate(315deg);
    transform: translateY(-50%) rotate(315deg);
    width: 1.2rem;
}

.select.secondary:focus, select.secondary:hover {
    background-color: var(--guidelinecolor);
    border: 0.1rem solid var(--guidelinecolor);
    color: #fff;
}

select.secondary option {
    background: #fff;
    color: var(--guidelinecolor);
}

.sold-out {
    background-color: #ff4242 !important;
    background-image: none !important;
    border: 1px solid #ff4242 !important;
    max-width: 340px;
    width: 100%;
    letter-spacing: 3px;
}

    .sold-out:hover {
        color: #fff !important;
        cursor: default;
    }

.ticket-tag {
    background-color: #c1942f;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5625;
    padding: 8px 15px 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease-in;
    word-break: normal;
    max-height: 45px;
    cursor: default;
    font-style: italic;
}

    .ticket-tag.last-few-remaining {
        background-color: #ff3333 !important;
    }

    .ticket-tag.selling-out {
        background-color: #ff8100 !important;
    }

.information-popup .content {
    visibility: hidden;
    width: 250px;
    background-color: #808080;
    color: #FFF;
    text-align: center;
    padding: 25px;
    position: absolute;
    z-index: 1;
    bottom: 160%;
    left: 50%;
    margin-left: -125px;
    opacity: 0;
    transition: opacity 0.3s;
    text-transform: none;
    border-radius: 30px;
    font-size: 15px !important;
}

    .information-popup .content p {
        margin: 0px !important;
        color: white !important;
    }

    .information-popup .content ul {
        color: white !important;
    }

    .information-popup .content ul li {
        text-align:left;
    }

    .information-popup .content::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #808080 transparent transparent transparent;
    }

.information-popup:hover .content {
    visibility: visible;
    opacity: 1;
}

.ft-tab ul {
    background: none;
    border: none;
    margin: 0px;
}

.ft-tab li {
    margin: 0px 2.5px;
    border-bottom: 4px solid #eee;
}

    .ft-tab li.active {
        border-bottom-color: var(--secondaryguidelinecolor) !important;
    }

        .ft-tab li.active a {
            border-bottom: 0px !important;
            background-color: var(--guidelinecolor) !important;
            color: white !important;
            border: 0px;
        }

    .ft-tab li a {
        border: 0px;
        color: #000;
        background-color: #eee;
        width: 200px;
        min-height: 120px;
        height:fit-content;
        max-height: 200px;
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        flex-direction: column;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .ft-tab li:hover {
        border-bottom: 4px solid var(--guidelinecolor);
    }

    .ft-tab li a:hover {
        opacity: 1;
        color: #eee;
        background: var(--secondaryguidelinecolor);
    }

    .ft-tab li a span.title {
        font-size: 18px;
        padding: 10px 0px;
    }

    .ft-tab li a em {
        font-size: 11px;
    }

    .ft-tab li a span.date {
        font-size: 13px;
        font-weight: 700;
    }

.event-row-details .date {
    color: #fff;
    background: var(--guidelinecolor);
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
    text-transform: uppercase;
}

.event-row-details h2 {
    font-size: 24px;
    margin: 0px;
    padding: 0px 10px;
}

.event-row-details .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 10px;
}

.ft-pointer-tab {
    pointer-events: none;
}

.alerts-wrapper .alert {
    margin-bottom: 0px !important;
    padding: 0px;
    border-radius: 5px;
}

.alert-popup {
    max-width: 400px;
    width:100%;
    flex-direction: column;
    background: #eee;
    box-shadow: 0px 5px 5px var(--highlightcolor);
    position: fixed;
    z-index: 100;
    position: relative;
    margin: 5px 0px
}

.alert .alert-header {
    padding: 10px 15px 5px 15px
}

.alert.warning .alert-header {
    background-color: #ff0000b3;
    color: #FFFFFF;
}

.alerts-wrapper {
    position: fixed;
    left: auto;
    position: fixed;
    top: 10rem;
    z-index: 99999;
    right: 1rem;
}

.alert-popup .alert-header h4 {
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 600;
    margin: 5px 0px;
}

.alert-popup p {
    font-size: 14px;
    padding: 5px 15px 10px 15px;
}

.alert-popup button {
    width: 20px;
    height: 20px;
    margin: 10px;
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0
}

.alert-popup .alert-footer {
    margin: 10px !important;
}

    .alert-popup .alert-footer a {
        width: 100%;
    }

.product-select select {
    width: 100%;
    padding: 10px 5px;
    outline: none;
    background-color: transparent;
    border-bottom: 2px solid var(--guidelinecolor) !important;
    border: 0px;
    margin-bottom: 5px;
}

        .product-select select option {
            background-color: #eee;
            border: 0px !important;
            border-radius: 0px;
        }

        .product-select select::selection {
            color: white !important;
            background-color: var(--guidelinecolor) !important;
        }



    select.product_category {
        background-color: var(--guidelinecolor);
        border: 0.1rem solid var(--guidelinecolor);
        color: #fff;
        appearance: menulist !important;
        -webkit-appearance: menulist !important;
        -moz-appearance: menulist;
    }

    select.product_category option {
        background: #fff;
        color: var(--guidelinecolor);
    }
       
 


.discount {
    text-decoration: line-through;
    font-weight: 500;
    color: #9d9d9d;
}

    .price-discount-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    /*FUTURE TICKETING EVENT END*/

    /*FT BASKET*/
    .basket-personal-details {
        margin-bottom: 10px;
        padding: 0px !important;
    }

        .basket-personal-details .row {
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .basket-personal-details .form-item {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
        }

        .basket-personal-details span.required-span {
            color: #ff0000;
        }

        .basket-personal-details select {
            height: 30px;
        }

        .basket-personal-details input:focus-visible {
            outline: 0px;
        }

        .basket-personal-details .form-county {
            display: none;
        }

        .basket-personal-details .required-input {
            border: 2px solid #ff0000;
        }

        .basket-personal-details .required-text {
            color: #ff0000;
            text-transform: uppercase;
            font-size: 12px;
        }

        .basket-personal-details .required-display {
            display: none;
        }

    @media (max-width: 900px) {
        .form-checkbox {
            display: flex;
            flex-direction: row;
            align-items: baseline;
        }

            .form-checkbox input {
                margin: 10px;
            }
    }

    #checkoutWizard .nav-wizard {
        display: flex;
    }

    #checkoutWizard li.active > a.hidden-xs {
        display: block !important;
    }

    #checkoutWizard li.active > a.visible-xs {
        display: none !important;
    }

    #checkoutWizard .nav-pills.nav-wizard > li {
        position: relative;
        overflow: visible;
        border-right: 10px solid #fff;
        border-left: 10px solid #fff;
        width: 25%;
    }

        #checkoutWizard .nav-pills.nav-wizard > li:first-child {
            border-left: 0;
        }

            #checkoutWizard .nav-pills.nav-wizard > li:first-child a {
                border-radius: 5px 0 0 5px;
            }

        #checkoutWizard .nav-pills.nav-wizard > li:last-child {
            border-right: 0;
        }

            #checkoutWizard .nav-pills.nav-wizard > li:last-child a {
                border-radius: 0 5px 5px 0;
            }

        #checkoutWizard .nav-pills.nav-wizard > li a {
            border-radius: 0;
            background-color: #eee;
            padding: 7.5px;
        }

        #checkoutWizard .nav-pills.nav-wizard > li .nav-arrow {
            position: absolute;
            top: 0px;
            right: -20px;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 20px 0 20px 20px;
            border-color: transparent transparent transparent #eee;
            z-index: 50;
        }

        #checkoutWizard .nav-pills.nav-wizard > li .nav-wedge {
            position: absolute;
            top: 0px;
            left: -20px;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 20px 0 20px 20px;
            border-color: #eee #eee #eee transparent;
            z-index: 50;
        }

        #checkoutWizard .nav-pills.nav-wizard > li.active .nav-arrow {
            border-color: transparent transparent transparent var(--guidelinecolor);
        }

        #checkoutWizard .nav-pills.nav-wizard > li.active .nav-wedge {
            border-color: var(--guidelinecolor) var(--guidelinecolor) var(--guidelinecolor) transparent;
        }

        #checkoutWizard .nav-pills.nav-wizard > li.active a {
            background-color: var(--guidelinecolor);
        }

    .checkout-basket {
        background-color: #fff;
        padding-bottom: 20px;
    }

        .checkout-basket ul {
            list-style: none;
            padding: 0px;
        }

            .checkout-basket ul li, .basket-product {
                background: #eee;
                margin-bottom: 5px;
                padding: 10px;
            }

        .checkout-basket #basket-products {
            padding: 40px 30px;
            border-radius: 5px;
            background: #eee;
            box-shadow: 0px 15px 30px var(--highlightcolor);
        }

        .checkout-basket .checkout-tab {
            left: 85%;
        }

    #checkoutWizard .fa-lock {
        font-size: 24px;
        margin: 8px 10px 0px 10px;
    }

    .empty-basket, .empty-event {
        text-align: center;
    }

    #basket-icon a {
        width: 50px;
    }

        #basket-icon a i {
            font-size: 30px;
            color: var(--guidelinecolor);
        }

    #basket-icon span {
        position: absolute;
        font-size: 14px;
        font-weight: 200;
        color: var(--guidelinecolor);
        background-color: #fff;
        top: -30%;
        left: 100%;
        border: 1px solid var(--guidelinecolor);
        border-radius: 35px;
        width: 24px;
        padding: 4px;
        text-align: center;
    }

    .subtotal {
        text-align: center;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        align-items: flex-end;
    }

    .subtotal-container {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        width: 100%;
        padding: 5px 40px 15px 40px;
    }

        .subtotal-container > * {
            padding: 5px 20px;
        }

    .checkout-basket hr {
        width: 55%;
        margin: 20px;
    }

    .checkout-basket hr, .basket-personal-details hr {
        border-top: 2px solid var(--guidelinecolor);
    }

    .subtotal .subtotal-count {
        display: flex;
        flex-direction: column;
        font-size: 20px;
        font-weight: 600;
        text-align: initial;
    }

        .subtotal .subtotal-count span {
            font-size: 12px;
            font-weight: 100;
        }

    .basket-product-event-header {
        font-size: 20px;
        display: flex;
        justify-content: space-between;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        text-align: center;
    }

        .basket-product-event-header .basket-event-date {
            font-size: 16px;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0px 10px;
        }

            .basket-product-event-header .basket-event-date:before,
            .basket-product-event-header .basket-event-date:after,
            .empty-basket h2:before,
            .empty-basket h2:after,
            .empty-event h2:before,
            .empty-event h2:after {
                content: " ";
                display: block;
                height: 1px;
                position: relative;
                background: var(--guidelinecolor);
                text-align: center;
                width: 400px;
            }

    .empty-basket h2, .empty-event h2 {
        font-size: 26px;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .empty-basket .empty-content, .empty-event .empty-content {
        font-size: 18px;
        margin: 20px 0px;
    }

    .empty-basket .empty-button {
        font-weight: 600;
        text-decoration: underline;
        color: #000;
    }

        .empty-basket .empty-button:hover {
            color: var(--guidelinecolor);
        }

    .right {
        text-align: right;
    }

    .delete-button {
        background: none !important;
        color: var(--guidelinecolor) !important;
        border: none !important;
    }

    .checkout-basket .fa-trash-o {
        font-size: 25px;
        transition: ease-in;
    }

        .checkout-basket .fa-trash-o:hover {
            color: #ff0000;
            cursor: pointer;
        }

    .basket-product .row {
        display: flex;
        padding: 0px 30px;
    }

    .price-container.additional {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
    }

    @media screen and (max-width: 991px) {
        .subtotal .subtotal-count span {
            padding: 3px 0px 0px 5px;
            font-size: 16px;
        }
    }

    #checkoutWizard .navbar {
        margin-bottom: 5px !important;
    }

    .secure-checkout h3 {
        margin: 0px;
    }
    /*FT BASKET END*/

    /*FT*/
    #ft_container {
        -webkit-box-shadow: 0 0 6px 0 #8a868a;
        -moz-box-shadow: 0 0 6px 0 #8a868a;
        box-shadow: 0 0 6px 0 #8a868a;
        min-height: 500px;
        font-family: "Open Sans",sans-serif;
        background: #fff;
    }

    #ft_container {
        box-shadow: none;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .other-charges .basket-product .row {
        display: block !important;
    }

    .price-container {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

        .price-container.additional {
            flex-direction: row;
            padding: 0px 20px;
        }
    /*FT END*/

    /*FT R4R*/
    .R4RCreation, .R4RRedeem, .R4RCreated {
        padding: 40px 50px;
        border-radius: 5px;
        background: var(--r4rprimary);
        box-shadow: 0px 15px 30px var(--highlightcolor);
        border: 1px solid var(--r4rsecondary);
        color: #fff;
        margin-bottom: 5px;
    }

    #R4R .R4R-Logo {
        width: 125px;
    }

    #R4R .heading {
        display: flex;
        justify-content: space-between;
    }

        #R4R .heading h4 {
            font-size: 28px;
        }

    #R4R p {
        padding: 15px 0px;
        margin-bottom: 0px !important;
    }

    #R4R .disclaimer {
        font-size: 12px;
    }

    .R4RCreation button, .R4RRedeem button, .R4RCreated button {
        background-image: linear-gradient(180deg,var(--r4rsecondary) 50%,#fff 0) !important;
    }

    #R4R a {
        color: var(--r4rsecondary);
    }

    .R4RRedeem .heading h4 {
        font-size: 24px !important;
    }

    .R4RRedeem input {
        height: 40px;
        color: #000;
    }

    .flex-row {
        display: flex;
        flex-direction: row;
    }

    .flex-col {
        display: flex;
        flex-direction: column;
    }

    .r4r-availible-redeem {
        color: var(--r4rsecondary);
        font-weight: 600;
    }

    .R4R-spend .flex-row > * {
        width: 25%;
    }

    /*FT R4R END*/
    /*FT Payments*/
    .payment-element {
        padding: 10px 0px 20px 0px;
    }
    /*FT Payments END*/

    /*FT Load*/
    #loader {
        z-index: 9999;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: none;
    }

    .load-bg {
        background-color: #777;
        opacity: 0.6;
        width: 100%;
        height: 100%;
    }

    .loader-icon {
        margin: auto;
        border: 20px solid #EAF0F6;
        border-radius: 50%;
        border-top: 20px solid var(--guidelinecolor);
        width: 160px;
        height: 160px;
        animation: spinner 2.5s linear infinite;
        opacity: 1;
        position: fixed;
        top: 40%;
        left: 46%;
    }

    @keyframes spinner {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
    /*FT Load END*/

    .divTicketPanel a:hover, .divTicketPanel a:focus {
        text-decoration: none;
    }

    .divTicketPanel .panel {
        margin-bottom: 5px !important;
    }

    /*FT Mobile Optimisations*/
    @media (min-width: 900px) {
        .single-column .ft-product-event-div, .two-column-large .ft-product-event-div, .full-width-column .ft-product-event-div {
            display: flex;
            flex-direction: row;
            height: 350px;
        }

            .single-column .ft-product-event-div .ft-product-event-img-div,
            .two-column-large .ft-product-event-div .ft-product-event-img-div,
            .full-width-column .ft-product-event-div .ft-product-event-img-div {
                height: 100%;
                max-height: 350px;
            }

            .single-column .ft-product-event-div .ft-event-link-div,
            .two-column-large .ft-product-event-div .ft-event-link-div,
            .full-width-column .ft-product-event-div .ft-event-link-div {
                min-height: 350px;
            }

            .single-column .ft-product-event-div .ft-event-content,
            .two-column-large .ft-product-event-div .ft-event-content {
                padding-top: 102px;
                background-color: var(--guidelinecolor);
            }

            .two-column-large .ft-product-event-div .ft-product-event-img {
                object-fit: cover;
                height: 400px !important;
            }

            .two-column-large .ft-product-event-div .ft-product-event-img-div,
            .two-column-large .ft-product-event-div .ft-event-content {
                width: 50%;
            }

        .two-column .ft-product-event-div .ft-product-event-img-div {
            height: 300px;
            max-height: 300px;
        }

        .two-column-large .ft-product-event-div .ft-product-event-img-div,
        .two-column-large .ft-product-event-div {
            height: 400px;
            max-height: 400px;
        }
    }

@media (max-width: 1024px) {
   
    .product .product-container {
        flex-direction: column;
    }

    .product .product-container .product-title {
        width: 100%;
    }

    .product .product-container .product-info {
        flex-direction: row;
        width: 100%;
    }
}

    @media (max-width: 900px) {
        .tab-pane {
            padding: 0px;
        }

        .product {
            flex-direction: column;
        }

        .event-row-details .title {
            flex-direction: column !important;
            align-items: flex-start !important;
            padding: 0px 10px !important;
        }

        .product .product-container {
            flex-direction: column;
        }

            .product .product-container .product-title {
                width: 100%;
            }

            .product .product-container .product-info {
                flex-direction: row;
                width: 100%;
            }
    }

    @media (max-width: 470px) {

        .product .product-container .product-info {
            flex-direction: column;
            width: 100%;
        }

            .product .product-container .product-info > * {
                margin: 5px 0px;
            }
    }

    @media (min-width: 768px) {
        .number-select .qty {
            width: 100%;
        }
    }

    @media screen and (max-width:800px) {
        .basket-product-event-header .basket-event-date:before, .basket-product-event-header .basket-event-date:after, .empty-basket h2:before, .empty-basket h2:after, .empty-event h2:before, .empty-event h2:after {
            display: none;
        }

        .basket-event-date {
            width: fit-content;
            font-style: italic;
            font-size: 14px !important;
        }

        .basket-product-event-header {
            display: flex !important;
            display: flex !important;
            flex-direction: column;
            align-items: center;
        }

        .basket-product .row {
            flex-direction: column;
            background-color: #f5f5f5;
            padding: 10px 0px !important;
        }

        .checkout-basket .checkout-tab {
            left: 50%;
            transform: translate(-50%, 0px);
        }

        .checkout-basket hr {
            width: 95%;
        }

        .subtotal-container {
            justify-content: center;
        }

        .subtotal-container {
            padding: 5px 0px 15px 0px;
        }

            .subtotal-container > * {
                padding: 5px 10px;
            }

        #consent-disclaimer {
            font-size: 12px;
        }

        .number-select:after {
            top: 45%;
        }

        #checkoutWizard .interactibles button {
            padding: 5px 15px 5px 30px;
        }

        .R4R-spend .flex-row > * {
            width: 100%;
        }

        .ticket-tag {
            width: 100%;
            padding: 5px 10px 5px;
            font-size: 10px;
            margin-bottom: 5px;
        }
    }

    @media screen and (max-width:1066px) and (min-width:992px) {
        .ft-event-link-div-date {
            padding: 0px 5px !important;
            font-size: 10px !important;
        }
    }

    @media screen and (max-width:992px) {
        .ft-event-container {
            margin: 10px 0px !important;
        }
    }

    @media screen and (max-width:750px) {
        .product-area .nav-tabs li a {
            margin: 10px 0px !important;
            font-size: 12px;
        }

        .event-row-details h2 {
            padding: 5px 0px !important;
        }

        .product-area {
            margin-top: 15px !important;
        }

        #products h4 {
            font-size: 14px;
            margin: 5px !important;
        }

        #products hr, #checkoutWizard hr {
            margin: 10px 0px !important;
        }

        .checkout-container {
            text-align: center;
        }

        .loader-icon {
            left: 36%;
        }

        .secure-checkout {
            font-size: 14px;
        }

        #checkoutWizard .navbar ul li.active {
            min-width: 150px;
        }

        #submit-ft-order {
            text-align: center;
        }

        #R4R .heading {
            font-size: 18px !important;
            flex-direction: column-reverse;
        }

        .price-container {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        }
    }

    @media screen and (max-width:360px) {
        .ft-event-link-div-date {
            padding: 30px 10px !important;
            font-size: 10px !important;
            align-items: flex-start;
            justify-content: space-evenly;
            flex-direction: column;
        }

        .ft-event-link-div-bar {
            display: none;
        }

        .ft-event-link-div-date > * {
            padding: 0px 0px !important;
        }

        .loader-icon {
            border: 10px solid #EAF0F6;
            border-top: 10px solid var(--guidelinecolor);
            width: 120px;
            height: 120px;
            left: 32%;
        }

        .product button {
            min-width: 0px !important;
            padding: 10px 0px !important;
        }

        .product button, #products .ft-button {
            font-size: 10px;
        }
    }
    /*FT Mobile Optimisations END*/

    #timeoutPrompt {
        bottom: 45px;
        right: 15px;
        width: 315px;
        position: fixed;
        z-index: 2000;
        padding: 10px;
        box-shadow: rgb(102, 102, 102) 1px 1px 8px;
        background-color: #FFFFFF;
        display: none;
    }

    #timeoutSeconds {
        font-weight: bold;
        font-size: 18px;
    }

    @media screen and (max-width:480px) {
        .input-group-ex {
            display: block;
        }

        #checkoutWizard .btn-default-ex {
            margin-left: 0;
            width: 100%;
        }
    }
