/* Template changes */
@font-face {
    font-family: 'Raleway';
    src: url("/app_themes/FunZone/fonts/raleway.woff2");
}

@font-face {
    font-family: 'Roboto';
    src: url("/app_themes/FunZone/fonts/roboto.woff2");
}

@font-face {
    font-family: 'Roboto Italic';
    src: url("/app_themes/FunZone/fonts/roboto-italic.woff2");
}

div,
span,
p,
h3 {
    font-family: 'Roboto';
}

#snackbar {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffffffd4;
    color: #fff;
    text-align: center;
    padding: 15px;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
}

.btn-secondary {
    color: #ff8b1f !important;
    background-color: transparent;
    border: 1px solid #ff8b1f !important;
    font-weight: normal;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
}

.btn-primary {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #ff8b1f !important;
}

/*
.paymentModeBox.col-md-2.pull-right {
    padding: 0 70px;
}*/
div#MainContent_upnlContactParty {
    margin-top: 100px;
}

.trxbarcode {
    padding: 10px;
    display: none;
}

.footer-icons img {
    height: 40px;
}

.alert.alert-success>h6 {
    font-size: 16px;
    font-weight: 700;
}

.inputContainer label {
    color: #000;
}

input.alignCenter.btn.btn-success.btn-lg {
    margin-bottom: 20px;
}

div#MainContent_receiptControl1_rptCartSummary_divReceipts_0 img {
    max-height: 135px !important;
    width: auto !important;
}

div#MainContent_receiptControl1_rptCartSummary_pnlHeader_0>p {
    font-size: 18px;
}

.tfooter td.currencySpacer {
    padding: 8px !important;
}

.invoice header {
    padding: 10px 10px !important;
}

button.btn.btn-primary.btn-inverse.btn-md.btnPayNowSelected {
    /*margin: 20px 40px;*/
    font-size: 16px !important;
}

div#MainContent_receiptControl1_rptCartSummary_divReceipts_0 img {
    max-height: 135px !important;
    width: auto !important;
}

div#MainContent_receiptControl1_rptCartSummary_pnlHeader_0>p {
    font-size: 18px;
}

.tfooter td.currencySpacer {
    padding: 8px !important;
}

h4.receipt-heading {
    font-size: 24px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}

.invoice header {
    padding: 10px 10px !important;
}

.row.cartItem.rowId_ {
    display: flex;
    align-items: center;
}

.accordion_item::before {
    top: 20px;
}

.accordion_item .close_tickets {
    top: 3px;
}

.row.cartItem.rowId_ .col-sm-2.col-xs-4.text-right,
.currencySpacer {
    padding-top: 3px !important;
}

span.cart-btns {
    display: flex;
    align-items: flex-end;
}

button.close-btn {
    font-size: 16px;
    background-color: #ff0000;
    border: 2px solid #ff0000;
    color: #fff;
    border-radius: 3px;
    margin: 7px 10px 0px 0;
    font-size: 14px;
    padding: 0px 12px !important;
    display: flex;
    align-items: center;
}

button.close-btn:hover {
    background-color: #fff;
    color: #ff0000;
    border: 2px solid #ff0000;
    transition: all 0.3s ease;
}

.cartSummary>.cartSummary__summary {
    font-size: 20px;
}

.cartSummary {
    box-shadow: -3px 3px 8px -3px rgb(0 0 0 / 40%) !important;
}

.content-box.modalToFullScreen.full-width-content {
    max-width: 100%;
}

.cta,
.btn,
.btn-danger,
.btn-default {
    color: #fff !important;
    background-color: #f49035 !important;
    border-radius: 3px;
    font-weight: normal;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.4s ease;
}

.cta:hover,
.btn:hover,
.btn-danger:hover,
.btn-default:hover {
    background-color: #1d59a3 !important;
    border-color: #1d59a3 !important;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
    color: #fff !important;
}

.cartSummary>.cartSummary__summary button {
    text-transform: capitalize;
    height: auto;
}

/* Mobile view checkout fix */
@media (max-width: 480px) {
    #MainContent_CartSummary1_upnlCartSummary li.accordion_item.cart-incriment {
        padding-left: 28px;
    }

    .col-sm-2.col-xs-4.ccount {
        padding: 0;
    }

    #MainContent_CartSummary1_upnlCartSummary .col-sm-1.close_tickets {
        padding: 0;
        margin-right: 10px;
    }

    div#subtotal {
        margin-top: 0;
    }

    #MainContent_CartSummary1_upnlCartSummary .col-sm-2.col-xs-4.ccount {
        margin-top: 0;
    }

    #MainContent_CartSummary1_upnlCartSummary .accordion_item .bdr {
        min-width: 0;
    }

    #MainContent_CartSummary1_upnlCartSummary .accordion_item::before {
        top: 15px;
    }
}

/******************************************/
.cart_dropdown {
    background-color: transparent !important;
    position: inherit;
}

.cart_dropdown .checkout__button {
    background-color: transparent;
}

.cart_value {
    visibility: hidden !important;
}

.checkout__text {
    margin-right: -27px !important;
}

a {
    text-decoration: none !important;
}

.cart_dropdown .icon-cart {
    color: sandybrown !important;
}

.dropdown-menu li a {
    padding: 6px !important;
}

.caret {
    visibility: hidden;
}

.dropdown-menu:after {
    border-bottom: 6px solid #1d59a3;
}

.fa-ul {
    font-family: 'Roboto' !important;
}

.hero-description-bottom {
    font-family: 'Roboto' !important;
}

#ut_header_5c6a373418fd2 h2.section-title {
    font-family: "Roboto";
}

.ut-address {
    font-family: 'Roboto' !important;
}

.ut-phone {
    font-family: 'Roboto' !important;
}

.ut-email {
    font-family: 'Roboto' !important;
}

#ut_header_5c63e4da04f84 h2 span {
    font-family: 'Roboto' !important;
}

.modal-backdrop {
    visibility: hidden;
}


.tribe-mini-calendar-event .list-info h2 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

.tribe-mini-calendar-event .list-date .list-daynumber {
    color: white;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    width: 100%;
}


[class^="icon-"],
[class*=" icon-"] {
    color: rgba(192, 223, 22, 1)
}

.card_group_outer {
    border: none;
}

.card_group_outer:hover {
    box-shadow: unset
}


.tribe-mini-calendar-event .list-date {
    float: left;
    overflow: hidden;
    font-weight: bold;
    margin: 10px 5% 10px 0;
    padding: 3px;
    width: 15%;
    text-align: center;
    display: inline;
    background: #666;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tribe-mini-calendar-event .list-date .list-dayname {
    background: #fff;
    color: #666;
    display: block;
    font-size: 11px;
    letter-spacing: .5px;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
}

.tribe-mini-calendar-event {
    overflow: hidden;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #2f2f2f;
}

.tribe-events-adv-list-widget .list-info,
.tribe-mini-calendar-list-wrapper .list-info {
    margin-bottom: .25rem;
}

.tribe-mini-calendar-event .list-info {
    font-size: 13px;
    line-height: 1.6;
}

.tribe-mini-calendar-event .list-info {
    margin: 10px 0;
}

.line_tab>li.active {
    border-bottom: solid 5px #ff8b1f;
}

#inner-banner {
    text-align: center;
    padding-top: 65px;
}

#navigation ul,
#navigation ul li,
#navigation ul ul {
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
}

.modal {
    background-color: transparent !important;
    top: 108px !important;
}

@media(min-width:1024px) {
    #MainContent_pnlPartyRequestSuccess .alert.alert-info {
        margin-top: 103px;
    }
}


.text-sm-center {
    text-align: center;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

@media screen and (min-width: 1000px) {
    .locationPicker {
        flex-direction: row;
        justify-content: space-between;
        /*padding: 1rem;*/
        display: flex;
        text-align: center;
        align-items: center;
        padding-left: 176px;
        padding-right: 176px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .contentWithSidebar {
        flex-direction: row;
    }

    .fixed_top_spacer {
        padding-top: 60px;
    }
}

/*css for w-toplink*/
.w-toplink {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    z-index: 100;
    outline: none !important;
    background-color: #f49035;
    color: #fff !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .1), 0 2px 24px rgba(0, 0, 0, .2);
}

/*css for Myaccount screen*/
@media (max-width: 768px) {
    .dataTables_scroll {
        overflow-y: scroll;
        overflow-y: hidden;
        overflow: auto;
    }

    .dataTables_scrollHead {
        overflow: initial !important;
    }

    .table-responsive {
        overflow-y: hidden;
    }

    .dataTables_scrollBody {
        overflow: initial !important;
    }
}

@media screen and (min-width: 1000px) {
    .contentWithSidebar {
        flex-direction: row;
    }

    #header-section.ha-transparent {
        background: rgba(19, 20, 22, 0.25);
    }
}

.contentWithSidebar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.footer-Data .btn {
    width: 85% !important;
    padding-bottom: 4px;
}

.footer-Data {
    background-color: #003e51 !important;
}

input[name="selectedSchedule"] {
    height: 25px !important;
    /*width: 40px;*/
}

.fstyle {
    color: #1d59a3 !important
}

@media screen and (max-width: 1000px) {
    #header-section.ha-transparent:hover {
        background: #131416;
    }

    #header-section.ha-transparent {
        background: #131416 !important;
    }
}

.ha-transparent #ut-mobile-menu,
.ha-transparent #ut-mobile-menu a {
    border-color: #dddddd;
    border-bottom: 1px solid rgb(255, 255, 255, 0.1) !important;
}

#lblPageHeader {
    font-family: 'Raleway';
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    text-transform: capitalize;
}

#lblPageHeader :hover {
    color: rgba(192, 223, 22, 1);
}

.switch {
    border-radius: 3px;
}

.dropdown-menu {
    background-color: black !important;
    list-style: none !important;
}

.dropdown-menu:hover {
    background-color: transparent;
}

#header-section.ha-transparent a:hover,
#header-section.ha-transparent a:active {
    background-color: transparent !important;
}

.party-package h3 {
    background-color: transparent;
    color: #28d4ee;
    text-transform: uppercase;
}

.packagecontents {
    color: white;
}

.packageprice {
    background-color: transparent !important;
}

.pa-line-h {
    background-color: #003241;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #00a79d;
}

.ticket_count {
    border-color: #28d4ee !important;
}

#package_accordion div {
    padding: 2px !important;
}

.ui-accordion-content #package_accordion div {
    border-color: transparent !important
}

.ui-accordion-content {
    font-size: initial !important;
}

.dropdown-menu {
    border-top: 2px solid #1d59a3;
}

#automplete-1 {
    background: #ff8b1f !important;
    color: black !important;
}

.container-fullwidth {
    background-color: white;
}

/*css for locationPicker*/
@media screen and (max-width: 1000px) {
    .location-header {
        text-align: center;
    }

    #locationText {
        text-align: center;
    }

    #locationText {
        text-align: center;
    }

    #MainContent_pnlPartyRequestDetails .inputContainer {
        max-width: 100% !important;
    }
}

.location-header .dropdown {
    text-align: center !important;
}


.modalToFullScreen {
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset; */
}

.ticket_count {
    /*padding: 6px 4px !important;*/
    padding: 3px 4px !important
}

.modal {
    z-index: 10000;
    top: 5px !important;
}

.cartSummary__breakdown {
    line-height: 25px !important;
}

.accordion_item .bdr {
    border: 1px solid #1d59a3 !important;
}

@media screen and (max-width: 1023px) {
    #header-section {
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

@media screen and (min-width: 1023px) {
    .cart {
        top: 16px !important;
    }
}

#lblHeaderCardBalance {
    color: rgba(255, 255, 255, 0.7)
}

.panelcardBalance {
    background-color: transparent;
}

.countdown-amount {
    color: rgba(192, 223, 22, 1) !important
}

.ut-horizontal-navigation a {
    padding-left: 15px;
}


.body-content {
    background-color: #ffffff !important;
    min-height: 860px !important;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-image: url(/app_themes/FunZone/images/background-image.jpg);
    /* background-image: url(https://documents.sms-timing.com/Files/Automatic-emailings/funzone/blank.jpg); */
    background-size: cover;
}

.party-category div {
    margin: 0 auto;
    color: white;
}

.breadcrumps {
    padding: 10px;
    padding-left: 5px;
    color: white;
}

.party-package ul {
    list-style: none;
}

.btn-default {
    color: #fff !important;
    background-color: #f49035;
    border-color: #f49035;
    border-style: none !important;
    border-radius: 3px;
    font-weight: normal;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 600;
}

#locationLable {
    color: white !important
}

.bookingDateStyle {
    color: #fff !important
}

.badge {
    background-color: #f49035;
}

input[name="selectedSchedule"] {
    height: 25px !important;
    width: 40px;
}


.line_tab>li.active {
    border-bottom: solid 5px #1d59a3;
}

.acc_active .panel-title {
    color: rgb(57, 181, 74) !important;
    font-weight: 600;
}

#section-party-nav-tabs {
    border-bottom: 1px solid #003241;
    background-color: #003241;
}

.list-group-item-heading {
    color: white;
}

table {
    background-color: white !important
}


.textColor,
.guestlabel small,
.glyphicon-question-sign {
    color: white !important
}

.pa-line-h table {
    background-color: transparent !important;
}

.green_link {
    background-color: transparent !important
}

.navbar-toggle {
    margin-right: -64px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent !important;
}

.location-header {
    background-color: #003e51;
}

.text-nowrap {
    white-space: nowrap;
}

.reg_back {
    background-color: transparent !important;
}

.reg_back span {
    color: white !important;
}

.bg-white {
    background: transparent;
}

.nav-pills>li>a:hover {
    background: #ef4136 !important;
}

.panelcardBalance {
    padding-top: 33px;
    padding-bottom: 33px;
    color: white;
    text-transform: uppercase;
}

#layout-header .navbar-center li :hover {
    background-color: transparent !important
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #fff !important;
    /*border: none !important;*/
}

ul {
    list-style: none;
}

#txtParticipantQty,
#txtExtraGuest {
    color: white !important
}

.e_section_header {
    color: white;
}

.input-counter input {
    padding: initial;
}

textarea {
    color: black;
}

.navbar-nav>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu:hover {
    background-color: #1d59a3 !important;
    color: white !important
}

#layout-header .navbar-center li :hover {
    background-color: transparent !important
}

.btn-xs {
    padding: 4px;
}

.btn-danger,
.btn-danger:hover {
    color: black;
    background-color: #ff8b1f !important;
    border-color: #ff8b1f !important;
}

#MainContent_productdisplay1_pnlCardSearchMain {
    background-color: #fff;
    padding: 16px;
}

.content-box {
    color: black;
    border: none;
}

.non-resp-imag {
    width: 120px !important;
}

#layout-header .navbar-center li {
    /*display: inline-block!important;*/
    float: none;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
    color: white;
}

@media print {
    .fixed_top_spacer {
        top: 0px;
    }
}

#layout-header .navbar {
    box-shadow: 0px 0px 3px 0px #1d59a3;
    border-radius: 0px !important;
}

.att-price {
    font-size: small;
    white-space: nowrap;
}

.accordionHeader {
    padding-top: 8px;
    padding-bottom: 1px;
}

.col_spacer {
    padding: 5px;
    padding-top: 2px;
}

.portlet-body.clearfix {
    display: flex;
    flex-direction: column;
}

/* footer starts here */
.footer_container {
    background-color: #1d59a3;
    text-align: center;
    padding: 40px 50px;
    color: #ccc;
    position: relative;
}

.footer_container .social_icons {
    margin-bottom: 30px;
}

.footer_container .social_icons a {
    color: white;
    border: 1px solid white;
    border-radius: 50%;
    padding: 8px;
    margin: 0 5px;
    display: inline-block;
    height: 40px;
    width: 40px;
}


.footer_container .social_icons img {
    height: 19px;
    width: 19px;
}

.footer_container .social_icons a:hover img {
    animation: rotateClockwise 0.4s linear forwards;
}

@keyframes rotateClockwise {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.footer_container .social_icons a:hover {
    background-color: #f49035;
    border: 1px solid #f49035;
    color: #1956a0;
}

.footer_links {
    margin: 25px 0;
}

.footer_links a {
    color: #e4e4e4;
    margin: 0 14px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.footer_links a:hover {
    color: #f49035;
    transition: all 0.4s ease;
}

.footer_links span {
    color: #5f5e6f;
}

.footer_text {
    margin: 5px 0;
    color: #a8a8ad;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
}

@media (max-width: 768px) {

    .footer_container {
        padding: 40px 27px;
    }

    .footer_container .social_icons {
        margin-bottom: 20px;
    }

    .footer_links a {
        margin: 5px 16px;
    }
}

/*footer ends here */

#cart_toggle .glyphicon-shopping-cart:before,
#pnlDateSelection .date-heading,
.package-list .products__productName,
.panel-heading .accordion-toggle,
.alert.alert-info a,
.modalFooter.forgot_passHeader .simulateClick,
.loginLink .simulateClick,
#MainContent_CardLink_CardLinkText,
#MainContent_productdisplay1_CardLink_CardLinkText,
#MainContent_productdisplay1_pnlCardSeleted a,
.accordion_body .icon-minus:before,
.accordion_body .icon-plus:before,
#snackbar a,
.accordionContainer .accordionHeader.row .pname,
.acc_active .accordion-toggle.collapsed:after,
#MainContent_pnlCheckoutCart .panel-title .change_link {
    color: #1d59a3;
}

#MainContent_CartSummary1_upnlCartSummary .grandGtotal span,
.accordionContainer .accordionHeader.row .schedulename,
.panel-heading .accordion-toggle:after {
    color: #1d59a3 !important;
}

#layout-header .navbar-nav li>a:hover,
.date-container #date-body .fa-pencil-square-o:before,
.alert.alert-info a:hover,
.modalFooter.forgot_passHeader .simulateClick:hover,
.loginLink .simulateClick:hover,
#MainContent_CardLink_CardLinkText:hover,
#MainContent_productdisplay1_CardLink_CardLinkText:hover,
#MainContent_productdisplay1_pnlCardSeleted a:hover,
#snackbar a:hover {
    color: #f49035;
}

#defaultCountdown span {
    color: #f49035 !important;
}

.cartSummary .glyphicon-remove-circle:before,
#layout-header .dropdown-menu.show a,
#pnlBookDate .bookingDateStyle>span,
.readmoresection .btnReadMoreDesc .icon-plus:before {
    color: #fff;
}

#date-body .location-selection,
#date-body .date-selection,
#divSiteList .party-location p,
.package-card .product__inline_desc,
.package-card .products__productPricing_price,
.package-card .products__productPricing_totalCost,
.header-attraction-summary strong,
.header-attraction-summary .textStyle,
.header-attraction-summary .text-danger,
.cartSummary__summary span,
.accordion_body p,
#MainContent_lblCartMessage,
.payment_panel h3,
#MainContent_productdisplay1_pnlCardSerach strong,
#lblCardNumber,
#MainContent_productdisplay1_pnlCardSeleted .glyphicon-credit-card,
#MainContent_productdisplay1_pnlCardSeleted .glyphicon-user,
#MainContent_productdisplay1_pnlCardSeleted .glyphicon-calendar,
#MainContent_productdisplay1_pnlCardSeleted .col-md-12,
#snackbar p {
    color: #888888;
}

.package-card .form-control.quantity_input,
.accordionContainer .att-price,
.accordion_body #subtotal strong {
    color: #888888 !important;
}

#layout-header nav,
#pnlDateSelection .date-container,
#divSiteList .party-location {
    background: white;
}

#pnlProductSection .products__product,
.package-list .products__productName,
.footer-Data.totalP1,
.cartSummary .cartSummary__summary.secondaryBackgroundColor,
.mainContentBody .row.scheduleSection.mainList,
.alert.alert-info {
    background-color: #fff !important;
}

#cart_toggle #lblCartCount,
#btnApplyCoupon {
    background-color: #f49035 !important;
}

#pageHeadingContainer #pageHeadingTitle h1 {
    background-color: #f5d7bc;
}

.cartSummary>.cartSummary__breakdown,
.cartSummary .CartItems {
    background-color: #1d59a3;
}

#btnApplyCoupon:hover,
#layout-header .navbar-nav>li>.dropdown-menu:hover {
    background-color: #1d59a3 !important;
}

.accordionContainer .new,
.accordionContainer button:focus {
    background-color: #f5d7bc !important;
}

#pnlDateSelection .date-container,
#divSiteList .party-location,
#pnlProductSection .products__product,
.footer-Data.totalP1,
.accordionContainer button,
.alert.alert-info,
#divprods .section-body-content-main .content-box {
    box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.05);
}

#pnlProductSection .products__product,
#divSiteList .party-location {
    transition: 0.4s ease-in-out;
}

#pnlProductSection .products__product:hover,
#divSiteList .party-location:hover {
    box-shadow: 0px 5px 30px 10px rgba(0, 0, 0, 0.15);
}

#pnlDateSelection .date-container,
#divSiteList .party-location,
#pnlProductSection .products__product,
.footer-Data.totalP1,
.accordionContainer button,
.alert.alert-info,
#divprods .section-body-content-main .content-box {
    border-radius: 5px;
}

#layout-header .navbar-nav li>a {
    color: #1d59a3;
    font-size: 14px;
    font-weight: 700;
    padding-top: 42px;
}

#pnlDateSelection .date-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

#divprods #pnlDateSelection h3 {
    border-bottom: 2px solid #1d59a3;
}

#divSiteList .party-location {
    border: 1px solid transparent;
}

.date-container #confirmDate,
.party-location #MainContent_btnLocation,
.products__productActions .cta,
.footer-Data.totalP1 .simulateClick,
.footer-Data.totalP1 .btn,
.swal-button,
.cart-btns .close-btn,
.cart-btns .btn,
.accordion_footer .btn-primary,
#btnLogin,
#btnRegisterSave,
#pnlreceiptlinks button,
#btnReceiptModalClose,
#modalClose,
#MainContent_changepassword1_divSecurityInfo .btn,
#btnVerifyCard,
#btnVerifyCard:focus,
#rejectBtn,
#acceptBtn,
.modal-body #pnlreceiptlinks button.btn.btn-info {
    background-color: #f49035 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    padding: 0 35px !important;
    border-radius: 4px !important;
    border: 1px solid transparent !important;
    border-radius: 3px !important;
    transition: all 0.4s ease;
    height: 55px !important;
}

.date-container #confirmDate:hover,
.party-location #MainContent_btnLocation:hover,
.products__productActions .cta:hover,
.footer-Data.totalP1 .simulateClick:hover,
.footer-Data.totalP1 .btn:hover,
.swal-button:hover,
.cart-btns .close-btn:hover,
.cart-btns .btn:hover,
.accordion_footer .btn-primary:hover,
#btnLogin:hover,
#btnRegisterSave:hover,
#pnlreceiptlinks button:hover,
#btnApplyCoupon:active,
#btnReceiptModalClose:hover,
#modalClose:hover,
.AddLinkcardbutton:hover,
.AddLinkcardbutton:focus,
#MainContent_changepassword1_divSecurityInfo .btn:hover,
#btnVerifyCard:hover,
.paymentModeBox .btnPayNowSelected:active,
.paymentModeBox .btnPayNowSelected:active:focus,
#rejectBtn:hover,
#acceptBtn:hover {
    background-color: #1d59a3 !important;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid transparent !important;
}

.paymentModeBox .btnPayNowSelected:active:focus {
    border-color: #1d59a3 !important;
}

/* .date-container #confirmDate:hover,
.date-container #confirmDate:focus,
.date-container #confirmDate:active:focus,
.party-location #MainContent_btnLocation:hover,
.party-location #MainContent_btnLocation:focus,
.party-location #MainContent_btnLocation:active:focus,
.products__productActions .cta:hover,
.products__productActions .cta:focus,
.products__productActions .cta:active:focus,
.footer-Data.totalP1 .simulateClick:hover,
.footer-Data.totalP1 .simulateClick:focus,
.footer-Data.totalP1 .simulateClick:active:focus,
.footer-Data.totalP1 .btn:hover,
.footer-Data.totalP1 .btn:focus,
.footer-Data.totalP1 .btn:active:focus,
.swal-button:hover,
.swal-button:active:focus,
.cart-btns .close-btn:hover,
.cart-btns .close-btn:focus,
.cart-btns .close-btn:active:focus,
.cart-btns .btn:hover,
.cart-btns .btn:active:focus,
.cart-btns .btn:active:active:focus,
.accordion_footer .btn-primary:hover,
.accordion_footer .btn-primary:focus,
.accordion_footer .btn-primary:active:focus,
.swal-button:hover,
.swal-button:focus-within,
#btnLogin:hover,
#btnLogin:focus,
#btnLogin:active:focus,
#btnRegisterSave:hover,
#btnRegisterSave:focus,
#btnRegisterSave:active:focus,
#btnApplyCoupon:hover,
#btnApplyCoupon:focus,
#btnApplyCoupon:active:focus,
#pnlreceiptlinks button:hover,
#pnlreceiptlinks button:focus,
#pnlreceiptlinks button:active:focus,
#btnReceiptModalClose:hover,
#btnReceiptModalClose:focus,
#btnReceiptModalClose:active:focus,
.AddLinkcardbutton:hover,
.AddLinkcardbutton:focus,
.AddLinkcardbutton:active:focus,
#MainContent_changepassword1_divSecurityInfo .btn:hover,
#MainContent_changepassword1_divSecurityInfo .btn:focus,
#MainContent_changepassword1_divSecurityInfo .btn:active:focus,
.btn:hover,
.btn:focus,
.btn:active:focus {
    outline: none !important;
    border: none !important;
} */

#divprods .btn.forceDateSelection:active:focus,
.btn-info:active:focus,
.btn:active:focus {
    border-color: #1d59a3;
}

.bookingDateStyle .ui-datepicker-trigger {
    filter: invert(1) brightness(2);
}

#date-body .location-selection,
#date-body .date-selection,
.package-card .product__inline_desc {
    font-size: 17px;
    font-weight: 400;
}

#pnlBookDate .bookingDateStyle>span {
    font-size: 17px;
}

#MainContent_lblCartMessage,
.alert.alert-info a,
.accordion_body p,
.accordion_body span,
#MainContent_productdisplay1_pnlCardSeleted .col-md-12,
#snackbar p,
#subtotal strong {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.package-card .products__productPricing .incrementor {
    border: 1px solid #1d59a3 !important;
}

#pageHeadingContainer #pageHeadingTitle h1 span {
    color: #1d59a3 !important;
    opacity: 1;
}

.footer-Data.totalP1 {
    padding: 10px;
}

.swal-button:active:focus {
    box-shadow: none !important;
}

.myaccount ul.account-nav li a:hover,
.myaccount ul.account-nav li.active {
    color: #1d59a3;
    border-left: solid 2px #1d59a3;
}

.modal-footer.modal-notify-footer div:has(#modalClose) {
    margin-bottom: -1% !important;
}

#drpCardNumber {
    padding: 14px;
    font-size: 16px;
}

#MainContent_productdisplay1_pnlCardSeleted a {
    cursor: pointer;
}

@media (max-width: 768px) {
    #layout-header .navbar {
        padding: 0px
    }

    #layout-header .navbar-brand img {
        width: 130px;
        height: 41px;
    }

    .glyphicon-menu-hamburger:before {
        color: #1956a0;
    }

    #layout-header .navbar-nav li>a {
        color: #fff;
        font-size: 14px !important;
        background-color: #1956a0;
    }

    #layout-header .navbar-nav li>a:hover {
        background-color: #1956a0 !important
    }

    #layout-header .navbar-nav.navbar-center li {
        border-bottom: 1px solid #1956a0;
    }

    #inner-banner {
        padding-top: 0px;
    }

    .fixed_top_spacer {
        padding-top: 100px;
    }

    .mainContentBody .scheduleSection.mainList .col-md-12.oneBox.minSeatRowWsidth {
        padding-right: 0px;
        padding-left: 0px;
    }

    #pnlreceiptlinks .flex-container .flex-item {
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .accordion_body .cartItem .bdr {
        
    }

    table.pika-table>thead>tr {
        position: unset !important;
    }

    #layout-header .navbar-brand {
        padding: 13px 0;
    }
}


#layout-header .navbar-brand {
    padding: 22px 0;
}

.party-package .prodImageBlock img {
    border-radius: 5px;
}

.notificationDiv {
    top: 92px;
}

.readmoresection .btnReadMoreDesc {
    background-color: #f49035 !important;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 5px;
}

@media only screen and (max-width: 760px),
(min-device-width: 320px) and (max-device-width: 767px) {
    .ui-datepicker-calendar thead tr {
        position: unset;
    }




    .date-container #confirmDate,
    .party-location #MainContent_btnLocation,
    .products__productActions .cta,
    .footer-Data.totalP1 .simulateClick,
    .footer-Data.totalP1 .btn,
    .swal-button,
    .cart-btns .close-btn,
    .cart-btns .btn,
    .accordion_footer .btn-primary,
    #btnLogin,
    #btnRegisterSave,
    #pnlreceiptlinks button,
    #btnReceiptModalClose,
    #modalClose,
    #MainContent_changepassword1_divSecurityInfo .btn,
    #btnVerifyCard,
    #btnVerifyCard:focus,
    #rejectBtn,
    #acceptBtn,
    .modal-body #pnlreceiptlinks button.btn.btn-info {
        height: 50px !important;
    }
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    background-color: #1d59a3;
    border-color: #1d59a3;
}

.fa-arrow-right:before {
    color: #1d59a3;
}

.fa-arrow-left:before {
    color: #1d59a3;
}

.pagination li a:hover,
.pagination .disabled a:hover {
    background-color: #f49035;
    border-color: #f49035;
}

.pagination li a,
.pagination .disabled a {
    border-color: #f49035;
    background-color: #00000070;
}

.accordionContainer .accordionHeader.row .pname {
    padding-top: 0px;
}

.location-selection,
.accordion_body .count-item.count-minus.icon-minus::before,
.accordion_body .count-item.count-plus.icon-plus::before {
    display: none;
}

.cartSummary__breakdown .spaceSpans label,
.cartSummary__breakdown .spaceSpans span {
    font-weight: 500 !important;
}

.accordion_body .cartItem .bdr {
    border: none !important;
}

.badge {
    font-size: 12px !important;
}

@media (max-width: 768px) {
    #divSchedules .accordionContainer button {
        width: 160px !important;
    }
}

@media (max-width: 700px) {
    li.CartItems.cart-item div.spaceSpans span.badge {
       text-wrap: auto;
    }
}

@media (max-width: 768px) {
    li.CartItems.cart-item div.spaceSpans:first-child span {
        word-break: break-word !important;
    }
    .cartSummary__breakdown label, .cart-item .spaceSpans > span, .cart-item .spaceSpans > span > span, .cart-item-child {
        font-size: 14px !important;
    }
.accordion_item .cname .nowrap, .accordion_item-child .ctotal, .accordion_item-child .cprice, .accordion_item .ctotal, .accordion_item .cprice, .row.cartItem.rowId_ div.cname > p{
  font-size: 14px !important;
 
}
}
.products__productComboBreakdown .spaceSpans > span {
    color: #000;
}
 
.products__productComboBreakdown .incrementor {
    color: #888888;
    font-weight: 600;
    border: 1px solid #1d59a3 !important;
}
.products__productComboBreakdown {
    display: none;
}