ul {
    padding: 0;
}

.secondaryBackgroundColor {
    background-color: #ff8b1f !important;
}

.secondaryDarkerBackgroundColor {
    background-color: #003241;
}
#lblCartCount {
    background-color: #ff8b1f !important;
}
.secondaryColor {
    color: #faa819;
}

.switch[aria-checked="true"] + .locations {
    display: block;
    list-style: none;
}


.cart {
    position: absolute;
    right: 5.5rem;
    line-height: 59px;
    /*top: 16px;*/
    /*top: 3.1rem;*/
    position: fixed;
    z-index: 10000;
}

    .cart i {
        line-height: 28px;
        font-size: 24px !important;
        color: white;
    }

        .cart i + div {
            display: inline-block;
            border-radius: 50%;
            position: relative;
            color: white;
            line-height: 20px;
            width: 20px;
            height: 20px;
            text-align: center;
        }

    .cart:hover i + div {
        background-color: #f79b4c;
    }

.cartSummary {
    display: none;
    z-index: 10000 !important;
    top: 85px;
    position: fixed !important;
}

.cart.switch[aria-checked="true"] + .cartSummary {
    display: block;
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    -webkit-box-shadow: 0px 3px 2px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 2px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 2px -1px rgba(0,0,0,0.75);
    z-index: 1;
}

    .cart.switch[aria-checked="true"] + .cartSummary > .cartSummary__summary {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        line-height: 3rem;
        padding: 0 0.5rem;
    }

        .cart.switch[aria-checked="true"] + .cartSummary > .cartSummary__summary button {
            height: 3rem;
            padding: 0 0.5rem;
        }

    .cart.switch[aria-checked="true"] + .cartSummary > .cartSummary__breakdown {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        color: black;
        padding: 0.5rem;
        background-color: #ddd;
    }

        .cart.switch[aria-checked="true"] + .cartSummary > .cartSummary__breakdown ul {
            text-align: left;
            width: 100%;
        }

        .cart.switch[aria-checked="true"] + .cartSummary > .cartSummary__breakdown li {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

        .cart.switch[aria-checked="true"] + .cartSummary > .cartSummary__breakdown:nth-child(2n) {
            background-color: white;
        }

.spaceSpans {
    flex: 1;
    padding: 0 0.5rem;
    /*padding: 0px 2.5rem;*/
    display: inline-block;
}

    .spaceSpans:last-child {
        text-align: center!important;
    }

    .spaceSpans > span {
        display: inline-block;
        font-weight: 300;
        font-size: 14px;
    }

        .spaceSpans > span:not(:last-child) {
            margin-right: 0.5rem;
            font-weight: 500;
            font-size: 16px;
        }

.sidePadding {
    padding: 0 1rem;
}

.verticalMargins {
    margin: 1rem 0;
}

.products {
    margin-top: 3rem;
}

    .products ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
    }


    .products li {
        margin: 0.5rem;
        width: 330px;
    }

.products__product {
    background-color: #eee;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.products__productActions {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
}

.products__productPricing {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0.5rem 0.2rem 0 0.2rem;
    color: white;
    font-size: 20px !important;
    font-weight: 700;
}

.products__productDescription {
    text-shadow: none;
    font-weight: 200;
    font-size: 14px;
}

.products__product > .button-container {
    text-align: center;
}

/*.products__productComboBreakdown {
    background-color: #161C27;
}*/

    .products__productComboBreakdown > p {
        color: black;
        text-shadow: none;
        margin: 0.5rem 0;
        text-align: center;
    }

    .products__productComboBreakdown li {
        text-align: center;
    }

.products__productName {
    /*color: white;*/
    line-height: 1.4;
    padding: 0.5rem 1rem;
    width: 100%;
    text-align: center;
    color: #ff8b1f;
    font-weight: 800;
    font-size: 24px;
}

.products__productCategoryMessage {
    color: #ff8b1f;
    text-align: center;
    text-shadow: none;
}

.incrementor {
    border: 1px solid #28d4ee !important;
    display: inline-flex;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px !important;
    max-width: 135px;
    max-height: 43px;
    border-radius: 51px;
}

    .incrementor > i {
        cursor: pointer;
        font-size: 1.8rem;
        vertical-align: middle;
    }

    .incrementor > input {
        display: none;
        border: 0;
        height: 100%;
    }


    .incrementor > .incrementor__count {
        background-color: #fbcda6;
        display: inline-block;
        vertical-align: middle;
        padding: 0 0.5rem;
        font-size: 1.3rem;
        color: #62340d;
        margin: 0 0.5rem;
    }


@media screen and (min-width: 1000px) {
    .cart {
        cursor: pointer;
        position: absolute;
        right: 40px;
        z-index: 1000;
    }


    /*.cart {
        top: 0.4rem;
    }*/

        .cart.switch[aria-checked="true"] + .cartSummary {
            margin: 0 0 0 auto;
            max-width: 600px;
            padding: 0;
        }

    .products__productActions {
        padding: 1rem 1rem 0rem;
    }
    .products__productActions .products__productActions{
        padding-top: 0rem;
    }
}

#cart_toggle {
    background: inherit;
    position: fixed;
    z-index: 10000;
}



.incrementor .input-group > * {
    line-height: 1;
    vertical-align: middle;
}

.incrementor .input-group > span:first-child {
    padding-right: 4px;
}

.incrementor .input-group > span:nth-child(3) {
    padding-left: 4px;
}

.cart-item, .cart-item-child {
    background-color: #ddd;
}

    .cart-item:nth-child(2n) {
        background-color: white;
    }

.cart {
    background-color: transparent;
}

.cartSummary > .cartSummary__breakdown ul {
    text-align: left;
    width: 100%;
}

.cartSummary > .cartSummary__summary {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    line-height: 3rem;
    /*padding: 0 0.5rem;*/
    padding: 20px 0.5rem;
    color: white;
    font-size: 22px;
    font-weight: 700;
}

cart.switch .cartSummary > .cartSummary__breakdown li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.cartSummary > .cartSummary__breakdown {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: black;
    background-color: #003e51;
}

.spaceSpans:last-child {
    text-align: right;
}

.cartSummary > .cartSummary__summary button {
    height: 3rem;
    padding: 0 0.5rem;
}

.cart-item:nth-child(2n) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: white !important;
    background-color: #00a79d;
}

.cart-item, .cart-item-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: white !important;
    padding: 0.5rem;
    background-color: #003e51;
}

.cartSummary {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0px 3px 2px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 2px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 2px -1px rgba(0,0,0,0.75);
    z-index: 1;
}

    .cartSummary ul, ol {
        padding-left: 0px;
    }


.spaceSpans:last-child {
    text-align: center;
}

.cart_holder {
    top: 11px !important;
    z-index: 99 !important;
    right: 10px;
}

.checkout_close_new .icon-close {
    margin-top: -10px;
    color: #f85434;
}

.checkout__button .badge {
    /*background-color: red !important;*/
    color: #fff !important;
    font-weight: bold;
}

.cart-item, .cart_dropdown {
    background-color: transparent;
}

.checkout__footer {
    background-color: #61a9ed;
}

.cart-top-fixed {
    top: 90px !important;
}

.cart_dropdown .checkout__button {
    background-color: transparent !important;
    padding: 0;
}

.header-widget ul.menu li:last-child {
    margin-right: -53px;
}

.card_group_outer:hover {
    box-shadow: unset
}

.product_name {
    letter-spacing: 1px;
    color: white;
}

.content_party_bg {
    padding: 0;
}

    .content_party_bg td {
        background-color: transparent !important;
    }

#tblMiniProducts {
    color: white;
}

.ticket_cont {
    color: white;
    padding: 0 0 1.5rem 0;
}

.panel {
    border: 0;
}

h2 {
    border-bottom: none;
}


button {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    outline: 0;
}

.cart-item::before {
    display: none !important;
}

.cta {
    color: black !important;
    background-color: #ff8b1f;
    border-color: #ff8b1f;
    border-style: none !important;
    border-radius: 3px;
    font-weight: normal;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
}

    .cta:hover {
        color: black !important;
        background-color: #0e9cb1 !important;
        border-color: #096674;
    }

#lblCartCount:hover {
    background-color: #ED6C8A !important;
    
}

/*@media screen and (max-width: 1000px) {
    #cart_toggle {
        right: 5px;
    }
}*/

/*.cart-remove-fs {
    font-size: 22px;
    transition: all 0.3s ease;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}*/
.package-card .content-card {
    background-color: #003e51 !important;
    /*padding: 0;*/
    box-shadow: 0 3px 0 0 #003e51, 0px -1px 2px 0px rgba(0,0,0,0.20);
}
/*.ticket_card_attract {
    background-color: #eee !important;
}*/
@media screen and (min-width: 1000px) {
    .cartSummary {
        margin: 0 0 0 auto;
        max-width: 600px;
        padding: 0;
    }
}
.input-group .quantity_input {
    height: 30px !important;
}

/*.fa-plus-square, .fa-minus-square {
    color: #3378a0;
}*/

.cart-remove-fs {
    color: #f5412f;
}

.input-group .quantity_input {
    /*background-color: #fbcda6 !important;*/
}

p {
    /*color: white;*/
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);*/
}
.package-card .content-card {
    flex: 1 1 auto;
}
.package-card {
    display: flex;
}

/*.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    background-color: orange !important;
    color:black;
}*/
.cartSummary__breakdown label {
    color: white!important;
}

.roundCounter {
    border: 1px solid #28d4ee !important
}
.packagecontents .input-group .quantity_input {
    color: white !important;
}

.ticket_count_step1_padding {
    padding: 5px;
}
@media screen and (min-width: 1024px) {
    .cart {
        right: 177px;
    }
}