/*ul {
    padding: 0;
}*/

.secondaryBackgroundColor {
    background-color: rgba(39, 33, 73, 0.9) !important;
}

.secondaryDarkerBackgroundColor {
    background-color: #0c1a22;
}

#lblCartCount {
    background-color: #28c338 !important;
}

.secondaryColor {
    color: #faa819;
}

.switch[aria-checked="true"]+.locations {
    display: block;
    list-style: none;
}


.cart {
    top: -100px;
    right: 100px;
}

.cart {
    line-height: 59px;
    z-index: 10000;
    right: 10px;
}

.cart i {
    line-height: 28px;
    font-size: 24px !important;
    color: white !important;
}

.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: 0px;
}

.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: 700;
    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;
}


.verticalMargins .package-list {
    display: initial !important;
}

.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: space-between;
    align-items: center;
    padding: 0.5rem;
}

.products__productPricing_price {
    font-size: 18px;
}

.products__productPricing_totalCost {
    color: gold;
    font-size: 20px;
}


.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 {
    color: black;
    text-shadow: none;
    font-weight: 200;
    font-size: 0.9rem;
}

.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;
    color: silver !important;
}

.products__productName {
    /*color: white;*/
    line-height: 1.6;
    padding: 0.5rem 1rem;
    width: 100%;
    text-align: center;
    color: #c0df16;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
}

.products__productCategoryMessage {
    color: rgba(0, 113, 179, 1);
    text-align: center;
    text-shadow: none;
}



.quantity_btn {
    color: silver !important;
}

.incrementor {
    border: 1px solid silver !important;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px !important;
    max-width: 130px;
    max-height: 43px;
    border-radius: 25px;
    color: #fff;
}

.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;
        z-index: 1000;
        top: -140px;
        right: 100px;
    }

    .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: absolute;
    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: 10px 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: silver;
}

.spaceSpans:last-child {
    text-align: right;
}

.cartSummary>.cartSummary__summary button {
    color: darkgray;
    margin-left: 30px;
}

.cart-item:nth-child(2n) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #000 !important;
    background-color: #fec20b;
}

.cart-item,
.cart-item-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #000 !important;
    padding: 0.5rem;
    background-color: #fec20b;
}

.cartSummary {
    display: block;
    position: absolute !important;
    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: rgba(39, 33, 73, 0.9);
}


.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;
}


/*.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: #28c338 !important;
    border: 2px solid #28c338 !important;
    color: #000;
}*/

.ui-datepicker-trigger {
    background-color: #fff;
    border: 1px solid #ee3156;
}

.cta,
.btn {
    color: #fff !important;
    border: 2px solid #ee3156 !important;
    background-color: #ee3156 !important;
    border-radius: 0px;
    padding: 8px;
    font-family: inherit;
}

.cta:hover,
.btn:hover {
    background-color: #fff !important;
    color: #28c338 !important;
}

#lblCartCount:hover {
    background-color: #d2232a !important;
}

/*.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;
    min-width: 60px;
}

/*.fa-plus-square, .fa-minus-square {
    color: #3378a0;
}*/

.cart-remove-fs {
    color: #d2232a !important;
}

.input-group .quantity_input {
    /*background-color: #fbcda6 !important;*/
}

p {
    color: #0c1a22;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);*/
}

.package-card .content-card {
    flex: 1 1 auto;
}

.package-card {
    display: flex;
}

/*.cartSummary__breakdown label {
    color: white!important;
}*/

.roundCounter {
    border: 1px solid #ffc200 !important
}

.packagecontents .input-group .quantity_input {
    color: white !important;
}

.ticket_count_step1_padding {
    padding: 0px 4px !important;
}

.bg-card-line {
    border-top: none !important;
}

.accordion_item .bdr {
    border-color: #ffc200 !important
}

@media screen and (min-width: 1000px) {
    .locationPicker {
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 29px 10px 29px;
        display: flex;
        text-align: center;
        align-items: center;
    }

    .contentWithSidebar {
        flex-direction: row;
    }
}

.location-header-name {
    color: darkseagreen !important;
}



.locationStyle {
    border-color: #ee3156 !important;
    color: #fff;
}



#automplete-1 {
    background-color: #ee3156 !important;
}


.nav-tab-attsch ol {
    margin: 0;
}

.package-list {
    color: #fff;
}

.package-card .content-card {
    background-color: #504099 !important;
    border-radius: 0px;
}

.party-package h3,
.packagecontents>.products__productName {
    color: #fff;
}

#section-package-book-steps .nav {
    background-color: rgba(51, 51, 51, 0.70);
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: rgba(39, 33, 73, 0.9) !important;
}

.nav-pills li.active h4 {
    color: #249b5b;
}

.nav-pills li.active p {
    color: aliceblue;
}

.nav-pills>li>a:hover {
    background-color: rgba(51, 51, 51, 0.70);
}

.list-group-item-heading {
    color: silver;
    font-size: 20px;
}

.list-group-item-text {
    color: #fff !important;
}

.textColor,
.guestlabel small {
    color: #000;
    font-size: 100%;
}

.package-card p,
#section-party-details .tab-content .party-package h3 {
    color: #fff;
}

h5.text-primary {
    color: #333;
}

.package-card .party-web-description-container .read-more-btn:hover {
    background-color: #28d4eedb;
}

.pa-line-h {
    background-color: #35246d;
}

.pa-line-h h5 {
    text-align: center;
}

.is-selected .pika-button,
.has-event .pika-button {
    background: #00ac65 !important;
    box-shadow: none;
}

span.party-timer {
    border-bottom: 1px dashed #fff;
}

.cart i,
#additionalProducts .fa-minus-circle:before,
#additionalProducts .fa-plus-circle:before,
.tab_step2_guests .fa-minus-circle:before,
.tab_step2_guests .fa-plus-circle:before,
#section-party-details .tab-pane h3 {
    color: #00ac65;
}

.fa-pencil-square-o:before {
    color: #35246d;
}

.fa-hourglass:before {
    color: #fff;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    background: #35246d !important;
}

#package_accordion table tbody tr {
    background-color: #fff;
}

#tab_step5 button#btn-step-prev {
    padding: 4px 16px;
}

.myaccount ul.account-nav li a:hover,
.myaccount ul.account-nav li.active {
    color: #35246d;
    border-left: solid 2px #35246d;
}

.party-image>img {
    border-radius: 0px;
}

#section-party-details .tab-content .party-package h3,
#section-party-details .tab-content .packageprice {
    background-color: transparent;
}

#MainContent_upnlGuestReciept .cancel-policy {
    color: #000;
}

/* .pagination li a,
.pagination .disabled a {
    background-color: #3c1e9fb8;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #3c1e9fb8;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    background-color: #3c1e9f87;
    border-color: #3c1e9f87;
} */

.fa-long-arrow-left:before {
    color: #fff;
}

.pagination li a,
.pagination .disabled a {
    background-color: #000;
    color: #fff;
    border-color: #3c1e9fb8;
}


.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    background-color: #31c9a8;
    border-color: #31c9a8;
}

.fa-arrow-left:before {
    color: #31c9a8;
}

.fa-arrow-right:before {
    color: #31c9a8;
}

.pagination li a:hover,
.pagination .disabled a:hover {
    background-color: #3c1e9fb8;
    border-color: #3c1e9fb8;
}

@media (max-width: 768px) {
    button#cart_toggle {
        top: -78px !important;
        position: absolute !important;
    }

    #flex-party-container {
        top: -125px;
        position: absolute;
    }

    #flex-party-container .party-timer {
        top: 114px !important;
    }

    #flex-party-container #float-summary-cost {
        color: #000;
    }

    #inner-banner {
        padding-top: 53px !important;
    }

    #tab_step5 button#btn-step-prev {
        padding: 4px 9px;
        font-size: 16px;
    }

    #pnlreceiptlinks .flex-item {
        display: flex;
        flex-direction: column;
        gap: 5px
    }
}

@media (max-width: 375px) {

    .package-list .package-card,
    #divPartyPackage {
        max-width: 375px;
    }

    #btn-step-prev,
    #btn-step-next {
        font-size: 14px;
    }

}