ul {
    padding: 0;
}

.secondaryBackgroundColor {
    background-color: maroon !important;
}

.secondaryDarkerBackgroundColor {
    /*background-color: white;*/
}
#lblCartCount {
    background-color: #777 !important;
}
.secondaryColor {
    color: #faa819;
}

.switch[aria-checked="true"] + .locations {
    display: block;
    list-style: none;
}


.cart {
    position: absolute;
    right: 105px;
    top: 25px;
    /*top: 3.1rem;*/
    /*position: fixed;*/
    z-index: 10000;
}

    .cart i {
        line-height: 28px;
        font-size: 24px !important;
        color: #b30000;
    }

        .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: 999 !important;
    top: 225px;
    /*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;
    display: inline-block;
}

    .spaceSpans:last-child {
        text-align: center!important;
    }

    .spaceSpans > span {
        display: inline-block;
        font-weight: 300;
    }

        .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: row;
    justify-content: center;
    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: #fff;
    font-weight: 700;
}

.products__productDescription {
    color: #444;
    text-shadow: none;
    font-weight: 200;
}

.products__product > .button-container {
    text-align: center;
}


    .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.6;
    padding: 0.5rem 1rem;
    width: 100%;
    text-align: center;
    color: #c0df16;
    font-weight: 600;
    font-size: 18px;
    text-transform:uppercase;
}

.products__productCategoryMessage {
    color: rgba(0,113,179,1);
    text-align: center;
    text-shadow: none;
}

.incrementor {
    border: 1px solid #ffc107 !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: 118px;
    max-height: 43px;
    border-radius: 32px;
}

    .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: 199px;
        z-index: 1000;
        top: 48px;
    }

        .cart.switch[aria-checked="true"] + .cartSummary {
            margin: 0 0 0 auto;
            max-width: 600px;
            padding: 0;
        }

    .products__productActions {
        padding: 1rem;
    }
}

#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;
    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: #b30000 !important;
}

.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: #c43c84 !important;*/
}

.cart-item, .cart-item-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: white !important;
    padding: 0.5rem;
    background-color: #b30000 !important;
}

.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;
}

#lblCartCount:hover {
    background-color: #189c9c !important;
}
.package-card .content-card {
     box-shadow: 0 3px 0 0 #f5f5f5, 0px -1px 2px 0px rgba(0,0,0,0.20)!important;
}
@media screen and (min-width: 1000px) {
    .cartSummary {
        margin: 0 0 0 auto;
        max-width: 600px;
        padding: 0;
        top: 139px;
    }
}


.fstyle {
    color: gold;
}


.quantity_btn {
    color: gold;
}

    .quantity_btn:focus, .quantity_btn.focus, .quantity_btn:hover {
        color: darkorange;
    }

.input-group .quantity_input {
    color: gold;
    height: 35px !important;
    font-size:18px !important;
}


.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;
}
/*.packagecontents .input-group .quantity_input {
    color: #444 !important;
}*/

.ticket_count_step1_padding {
    padding: 5px;
}

.bg-card-line {
    border-top: none !important;
}

.packagecontents > .products__productName {
    color: #fff;
}
.party-package ul {
    margin-left: 30px !important;
    list-style:none;
}

.cta {
    background-color: #4054b2 !important;
    border-radius: 2px !important;
    padding: 6px 12px;
    font-weight: bold;
}

    .cta:hover {
        background-color: darkorange !important;
    }

.btn:hover, .btn:focus, .btn.focus {
    color: white !important;
}



