@font-face {
    font-family: 'Orbitron';
    src: url('/app_themes/CosmicAir/fonts/Orbitron/Orbitron-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Roboto';
    src: url('/app_themes/CosmicAir/fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Segoe Ui';
    src: url('/app_themes/CosmicAir/fonts/segoe-ui/Segoe UI.ttf');
}

* {
    font-family: 'Segoe Ui';
}
/* Template changes */
#snackbar {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #99999910;
    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: #fff !important;
    background-color: #EB0E0E;
    border: 1px solid #EB0E0E !important;
    font-weight: normal;
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 600;
    transition: all 0.2s;
}


.btn-secondary :hover{
    box-shadow: 0px 3px 16px  rgba(255, 0, 0,.65) !important;
}
.btn-primary {
    padding: 6px 12px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto';
    background-color: #EB0E0E !important;
    border-radius: 8px;
    border: 1px solid #EB0E0E !important;
}
@media (max-width: 590px) {
    .CartItems .spaceSpans:first-child {
      padding-right: 0px;
      z-index: 1;
      min-width: 95px;
    }
    .CartItems .spaceSpans:nth-child(2) {
      display: flex;
    }
   
    li.CartItems.ng-scope.cart-item > .spaceSpans:last-child {
      display: flex;
      justify-content: space-between;
      margin-right: 10px;
    }
    .cartSummary > .cartSummary__breakdown .CartItems {
      display: flex;
      justify-content: space-between;
      max-width: 100%;
      /* flex-wrap: wrap; */
    }
  }
  @media (min-width: 590px) {
    .CartItems .spaceSpans:first-child {
      padding-right: 0px;
      z-index: 1;
    }
    .CartItems .spaceSpans {
      max-width: 130px;
    }
    li.CartItems.ng-scope.cart-item > .spaceSpans:last-child {
      display: flex;
      justify-content: space-between;
      margin-right: 10px;
    }
  }
  @media (min-width:990px) and (max-width:1250px){
    #cart_toggle{
      right:10px
    }
  }
  div#pnlreceipt {
    width: unset;
  }
   
  @media (max-width: 400px) {
    .paymentBtnContaniner {
      flex-direction: column-reverse;
      margin: 0 auto;
      width: 65%;
    }
    .paymentBtnContaniner .btn-success {
      padding: 12px 28px !important;
    }
  }
  @media (max-width: 400px) {
    .CartItems .spaceSpans:first-child {
      min-width: 0px;
    }
  }
/* .paymentModeBox.col-md-2.pull-right {
    padding: 0 70px;
} */
div#MainContent_upnlContactParty {
    margin-top: 100px;
}

.trxbarcode {
    padding: 10px;
    display: none;
}

.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 0px;
    font-size: 16px !important;
	padding:10px
}

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-Thin', 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: 8px;
    margin: 7px 10px 0px 0;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    padding: 0px 12px !important;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

    button.close-btn:hover {
        background-color: #ff0000;
        color: #fff;
        border: 2px solid #ff0000;

        box-shadow: 0px 3px 16px  rgba(255, 0, 0,.65);
    }

.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%;
}
img.ui-datepicker-trigger {
    filter: invert(1);
}


.cta,.btn, .btn-danger, .btn-default {
    color: #ffffff !important;
    background-color: #EB0E0E !important;
    border: 1px solid #EB0E0E!important;
    border-radius: 8px;
    font-weight: 600;
    font-family: 'Roboto',sans-serif;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ;
    outline: 0 !important;
}

.btn:focus,  .cta:hover, .btn:hover, .btn-danger:hover, .btn-default:hover {
        color: #fff !important;
        background-color: #EB0E0E !important;
        border-color: #EB0E0E;
        box-shadow: 0px 3px 16px  rgba(255, 0, 0,.65);
    }

.cartSummary > .cartSummary__summary button {
    text-transform: capitalize;
}
/* 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;
}


.fa-ul {
    font-family: raleway !important;
}

.hero-description-bottom {
    font-family: raleway !important;
}

#ut_header_5c6a373418fd2 h2.section-title {
    font-family: "Roboto Slab";
}

.ut-address {
    font-family: raleway !important;
}

.ut-phone {
    font-family: raleway !important;
}

.ut-email {
    font-family: raleway !important;
}

#ut_header_5c63e4da04f84 h2 span {
    font-family: raleway !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 #050032;
} */

#inner-banner {
    text-align: center;
    padding-top: 0px;
}

#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: 0px;
    }
}
/*css for w-toplink*/
.w-toplink {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    font-size: 30px;
    line-height: 46px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 100;
    outline: none !important;
    background-color: #000000;
    color: #fff !important;
    box-shadow: 0 1px 6px rgba(0,0,0,.1), 0 2px 24px rgba(0,0,0,.2);
    border: 3px solid #fff;
}

/*css for Myaccount screen*/
@media (max-width: 768px) {
	.receipt-container td,.receipt-container t {
    font-size: 14px;
}
    .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: #ffffff !important;
}

input[name="selectedSchedule"] {
    height: 25px !important;
    /*width: 40px;*/
}

.fstyle {
    color: #cf0037 !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;
}


.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;
}


.packagecontents {
    color: white;
}

.packageprice {
    background-color: transparent !important;
}

.pa-line-h {
    background-color: #ffffff42
}


.ticket_count {
    border-color: #28d4ee00 !important;
}

#package_accordion div {
    padding: 2px !important;
}

.ui-accordion-content #package_accordion div {
    border-color: transparent !important
}

.ui-accordion-content {
    font-size: initial !important;
}



#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: 0px 3px 56px rgba(0,0,0,.19) !important
}

.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:0 !important;
}

@media screen and (max-width: 1023px) {
    #header-section {
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

@media screen and (min-width: 1023px) {
    .cart {
        top: 55px !important;
    }
}
button#cart_toggle {
    position: absolute;
    /* top: 0; */
}

#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:      url("/app_themes/CosmicAir/images/homebg1.png"),  url("/app_themes/CosmicAir/images/Star-repeat.png"),   linear-gradient(to bottom, rgba(6,0,51,1) 0%, rgba(17,2,54,1) 31%, rgba(18,2,54,1) 35%, rgba(69,13,60,1) 100%);
	background-size:cover,contain;
	background-position: 70%, 0;
	background-repeat: no-repeat, repeat;
	/* color:#fff; */
    min-height: 860px !important;
    margin-bottom: 0;
}

.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: black ;
    background-color: #28d4ee;
    border-color: #13ceea;
    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,
.bookingDateStyle {
    color: white !important;

}
.bookingDateStyle >span{
    font-weight: 400;
}
.badge {
    background-color: #050032;
    border: 1px solid #fff;
}

input[name="selectedSchedule"] {
    height: 25px !important;
    width: 40px;
}


.line_tab > li.active {
    border-bottom: solid 5px #050032;
}

.acc_active .panel-title {
    color: rgb(57, 181, 74) !important;
    font-weight: 600;
}


.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;
}


.panelcardBalance {
    padding-top: 33px;
    padding-bottom: 33px;
    color: white;
    text-transform: uppercase;
}

.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;
}

.btn-xs {
    padding: 4px;
}

.btn-danger, .btn-danger:hover {
    color: #666 ;
    background-color: #ebebeb;
    border-color: #ebebeb ;
    color: #ebebeb;
    /* box-shadow: none; */
}

#MainContent_productdisplay1_pnlCardSearchMain {
    background-color: #fff;
    padding: 16px;
}

.content-box {
    color: black;
    border: none;
}

#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;
    }
}


.att-price {
    font-size: small ;
    white-space:nowrap;
}

.accordionHeader {
    padding-top: 8px;
    padding-bottom: 1px;
}

.col_spacer {
    padding: 5px;
    padding-top: 2px;
}
.packagecontents{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#pnlreceipt .text-bold.bg-white{
    padding-bottom: 30px;
}

@media (max-width:768px){
    li.CartItems.cart-item div.spaceSpans:first-child span {
        word-break: break-word !important;
    }

    .accordion_item .ccount .input-counter .form-control, .accordion_item-child .ccount .input-counter .form-control, .accordion_item .cname, .accordion_item-child .ctotal, .accordion_item .ctotal, .accordion_item .cprice, .accordion_item-child .cprice, .accordion_item-child .cname, .accordion_item-child .cname p, .row.cartItem.rowId_ div.cname > p,
    .cartSummary__breakdown label, .cart-item .spaceSpans>span, .cart-item .spaceSpans>span>span, .cart-item-child{
        font-size: 14px !important;
    }
}
#scheduleProdFooter,
.row.row-flex.header-attraction-summary .textStyle {
    display: none;
}
.row.scheduleSection.mainList {
    overflow: auto;
    }
 /* fix for promotion price in cart */
    .cartSummary__breakdown .spaceSpans span.badgeBack {
        position: relative;
        top: -12px;
        display: flex;
        background: transparent;
        box-shadow: none;
font-family:'Roboto'
    }

    div#divSchedules input#checkbox0 {
        margin-left: 0px !important;
    }
    div#snackbar {
        background: #000;
    }

    div#snackbar a{
        color: #fff;
        text-decoration: underline !important;
    } 

/* footer styles */
.footerRow1{
    background-color: #fff;
        }
    
        .row1flex {
        display: flex;
        justify-content: space-between;
        /* margin-bottom: 30px; */
    }
    
    h2.footerTitle{
        color: #2E2E2E;
        font-family: 'Orbitron',sans-serif;
        font-size: 23px;
        text-align: left;
        font-weight: 700;
        margin: 14px 0 6px 0;
    }
    .row1col1 {
        margin: 30px 0 0 0; 
    }
    .locationSection a{
        color: #707070;
        font-family: 'Roboto',sans-serif;
        font-size: 13px;
        text-align: left;
        text-decoration: none;
    }
    
    .timings td{
        color: #707070;
        font-family: 'Roboto',sans-serif;
        font-size: 13px;
        text-align: left;
        line-height: 22px;
    }
    .timings tr{
border: 0;
    }

    h4.footerSubhead{
        color: #2E2E2E;
        font-family: 'Orbitron',sans-serif;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .row1col2 ul{
        list-style: none;
        padding-left: 0;
    }
    .contact-us a,
    .row1col2 ul a{
        color: #707070;
        text-decoration: none;
        font-size: 13px;
        text-align: left;
        font-family: 'Roboto',sans-serif;
        transition: all 0.2s;
    }
    
    .row1col2 {
        display: flex;
        gap: 40px;
        margin: 30px 0 0 0; 
    }
    
    .locationSection {
        margin-bottom: 15px;
    }
    .footerRow2{
        background: #000;
    }
    
    .site-info,
    .site-info a{
        font-family: 'Segoe Ui';
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
    }
    
    .Row2flex {
        display: flex;
        padding: 15px 0;
        justify-content: space-between;
    }
    
    .row1col2 a:hover{
        color: #2E2E2E;
    }
    .row1col2>div {
        padding: 0 15px;
        width: 46%;
    }
    @media (max-width:768px){
		.workhours {
    display: block !important;
}
        .row1flex {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .timings td{
        display: block;
        text-align: center;
    }
    .timings td:last-child{
        margin-bottom: 20px;
    }
    .row1col2 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .row1col2>div{
        text-align: center;
    }
    .row1col2 ul{
        margin-bottom: 0;
    }
    .eatSection{
        margin-top: 15px;
    }
    .Row2flex {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }
    .socialIcons {
        justify-content: end;
    }
    .footerRow1 {
        padding: 0 5px;
    }
    .contact-us {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    }
    .row1col2 ul li{margin-bottom: 10px;}

    .socialIcons {
        display: flex;
        gap: 40px;
    }

    .socialIcons .facebook{
        width: 10px;
    }

    .socialIcons .youtube{
        width: 16px;
    }
    .socialIcons .instagram{
        width: 14px;
    }


    /* navbar styles */


    .navbar-brand > img{
        width: 250px;
    }

    #layout-header .navbar {
        box-shadow: 0 3px 0 0 #003241, 0px -1px 2px 0px;
        background: #050032;
        box-shadow: none;
    }
    
    #layout-header .navbar-nav li > a{
        padding: 8px;
        font-family: 'Orbitron';
        font-size: 16px;
        font-weight: 400;
        transition: all ease-in 0.2s;
        color: #FFFFFF;
        text-transform: capitalize;
    }
    #layout-header .navbar-nav li > a:hover{
        color: #fc0404;
    }
    li.dropdown.menu-item.show >ul>li {
        padding: 5px 0 !important;
    }

    .dropdown-menu:after {
        border-bottom: 6px solid #ffffff;
    }
    
    .dropdown-menu {
        border-top: 2px solid #ffffff;
    }

    /* #layout-header .navbar-center li :hover{
        background-color: #eb0e0e;

    }  */
    #layout-header .navbar-center li {
        padding:33px 14px 
    }
    li.dropdown.menu-item.show >ul.dropdown-menu.show>li.menu-item{
        padding: 0 !important;
    }
    .navbar-nav > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu:hover {
    background-color: #ffffff !important;
}

li.dropdown.menu-item.show >ul>li a {
    color: #000000;
    font-size: 13px !important;
    width: 100%;
padding: 14px !important;

}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a{
    color: #000000 !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background-color: #fc0404 !important; 
    color: #fff !important;
}
li.dropdown.menu-item.show >ul>li{
    width: 100%;

}

@media (max-width:768px){
    #layout-header .navbar-center li{
        padding:0px ;
        background: #eb0e0e !important;
        border: 0 !important;
    }
    #layout-header .navbar-nav.navbar-center li a{
        padding: 20px;
        margin-left: 10px;
    }
    #layout-header .navbar-center li a:hover{
        background: #050032 !important;
        color: #fff !important;
    }
    .navbar-nav > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu:hover {
        background-color: #fc0404 !important;
    }
    li.dropdown.menu-item.show >ul.dropdown-menu.show>li.menu-item {
      padding-left: 10px !important;
    }
    li.dropdown.menu-item.show >ul.dropdown-menu.show>li.menu-item>.dropdown-menu {
        padding:15px !important;
    }

  .dropdown-menu > li > a {
        color: #ffffff !important;
        margin-left: 0 !important;
        /* padding:15px !important; */
        font-family: 'Segoe Ui' !important;
        font-size: 15px !important;
    }
}
#lblCartCount{
    background-color: #cf0037 !important;
}
i.glyphicon.glyphicon-shopping-cart{
    color: #cf0037;
}


button:focus{
    filter: unset;
}

a:focus,  button:focus{
border: 0;
}

#lblPageHeader {
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Orbitron';
}

.package-card .content-card {
    box-shadow: inset -2px 200px 152px 40px rgb(255 255 255 / 47%) !important;
    border-radius: 50px;
    background-color: #fff !important;
    padding: 0;
}
.secondaryDarkerBackgroundColor{
    background-color: transparent;
}

.party-image > img,
.prodImageBlock img{
    border-radius: 50px 50px 50% 50% / 50px 
}

.prodImageBlock:hover img{
    opacity: unset;
}

.party-package h3,
.party-location h3,
.products__productName{
font-family: 'Orbitron',sans-serif;
 color:    #2E2E2E ;
 font-size: 22px;
font-weight: 700;
background: transparent;
}
.input-group .quantity_input,
#txtParticipantQty, #txtExtraGuest,
.packagecontents .input-group .quantity_input,
.products__productPricing_price, .products__productPricing_price_child{
    color: #000;
    font-family: 'Roboto',sans-serif !important;
    font-size: 18px !important;
}
.packageprice,
.products__productPricing_totalCost{
    color: #000;
    font-family: 'Roboto',sans-serif;
    font-size: 28px !important;
}

.party-package ul li,
.products__productName>span,
.products__productComboBreakdown li .spaceSpans>span{
    color: #707070;
    font-size: 14px;
    font-family: 'Roboto',sans-serif ;
    font-weight: 500;
}

a.btnReadMoreDesc {
    color: #707070 !important;
    font-size: 13px !important;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    background-color: transparent !important;
    letter-spacing: 0;
    border: 0;
    transition: all 0.2s;
}

a.btnReadMoreDesc:hover .icon-plus,
a.btnReadMoreDesc:hover{
    color: #EB0E0E !important;
}

a.btnReadMoreDesc .icon-plus{
    color: #707070 !important;
}
.roundCounter,
.accordion_item-child .bdr,
.incrementor{
    border-color: transparent;
}

.secondaryBackgroundColor {
    background-color: #210b42;
}

.cart-item:nth-child(2n),
.cart-item, .cart-item-child,
.cartSummary > .cartSummary__breakdown{
    background-color: #fff;
}

.cartSummary__breakdown label,
.cart-item, .cart-item-child{
    color: #000;
}

.cartSummary__breakdown label, .cart-item:nth-child(2n), .cart-item .spaceSpans > span, .cart-item-child .spaceSpans > span {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500!important;
    font-family: 'Roboto',sans-serif;
}
.cartSummary > .cartSummary__summary {
    color: #ffffff;
    font-family: 'Roboto',sans-serif;
}

.accordion_item .ccount .input-counter .form-control, 
.accordion_item-child .ccount .input-counter .form-control, 
.accordion_item .cname,
.accordion_item-child .ctotal,
.accordion_item .ctotal, 
.accordion_item .cprice, 
.accordion_item-child .cprice, 
.accordion_item-child .cname, 
.accordion_item-child .cname p, 
.row.cartItem.rowId_ div.cname > p {
    color: #000;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400 !important;
}

.accordion_item-child  div#subtotal,
.accordion_item-child .col-sm-2.col-xs-4.text-right:has(.cprice){
    padding-top: 13px !important;
}

table.table.table-bordered.table-striped.table-responsive td div:nth-child(2),
.cprice-party, .gtotal span {
    color: #000;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400 !important;
}

h4.gtotal.currencySpacer.Grand_Total.grandGtotal >span {
    color: #000 !important;
    font-size: 22px;
    font-weight: 600 !important;
}

li.CartItems:not(:last-child) {
    border-bottom: 1px solid #450d3c;
}
.cartSummary__breakdown li .badge {
    background-color: transparent;
    color: #000000;
    font-size: 14px;
    font-family: 'Roboto';
}


.payment_panel h3, div#MainContent_upnlGrandTotal span {
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
}

.paybtn_msg{
    color: #ffffff;
}

a.accordion-toggle.collapsed.display_unset, a.accordion-toggle.collapsed.display_unset>span {
    color: #000 !important;
    font-weight: 600;
    font-size: 16px;
}

.panel-title .change_link{
    color: #000;
    font-size: 14px !important;
    text-decoration:  underline !important;
}



.panel-heading .accordion-toggle:after,
.panel-heading .accordion-toggle.collapsed:after{
    color: #EB0E0E;
}

span#MainContent_CardLink_CardLinkText, .alert.alert-success a, .alert-info a, div#divColProfileDTO_PolicyTermsAccepted a, .form-group.input_container.loginLink a.simulateClick, a#btnHideReset, a#lnkForgotPass {
    color: #000;
    text-decoration: underline !important;
}
.panel-title .change_link:hover,
span#MainContent_CardLink_CardLinkText:hover, .alert.alert-success a:hover, .alert-info a:hover:hover, div#divColProfileDTO_PolicyTermsAccepted a:hover, .form-group.input_container.loginLink a.simulateClick:hover, a#btnHideReset:hover, a#lnkForgotPass:hover {
    color: #EB0E0E;
}

.myaccount ul.account-nav li a:hover, .myaccount ul.account-nav li.active {
    text-decoration: none;
    color: #000000;
    background-color: #ffffff !important;
    border-left: solid 2px  #000000;
}

.myaccount ul.account-nav li a {
    color: #ffffff;
    display: block;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 10px;
    margin-bottom: 1px;
    background: #050032;
    border-left: solid 2px #450d3c;
    text-decoration: none;
}

a#tab_join,
a#tab_signin{
    font-family: 'Orbitron';
    cursor: pointer;
    font-size: 18px;
}

.alert-success,
body .alert.alert-info {
    background-color: #450d3c;
    border: none;
    color: #fff;
}

.MainContent_productdisplay1_pnlCardSearchMain a.simulateClick,
span#MainContent_productdisplay1_CardLink_CardLinkText{
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}
.green_link,
div#divScheduleInfo a,
.party-category h5,
.breadcrumps a,
.contentWithSidebar label,
.alert-success a{ 
    color: #fff !important;
    text-decoration: underline !important;
}

span#MainContent_productdisplay1_CardLink_CardLinkText:hover,
.green_link:hover,
div#divScheduleInfo a:hover,
.breadcrumps a:hover{
    color: #EB0E0E !important;
}
#section-party-nav-tabs {
    border-bottom: 1px solid #00324100;
    background-color: #ffffff42;
    border-radius: 50px !important;
}

li#liStep1 a{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-family: 'Roboto';
}
.active#liStep5 a,
.active#liStep4 a,
.active#liStep3 a,
.active#liStep2 a,
.active#liStep1 a{
    border-radius: 50px;
}


.nav-pills > li > a:hover {
    background-color: rgba(209,209,209,0.47) !important ;
    border-radius: 50px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: rgba(209,209,209,0.47);
    border-radius: 50px;
}

#divPartyPackage .text-primary {
    color: #fff;
    font-family: 'Roboto';
}

.party-web-description{
    background-color: #3a0e48;
    color: #FFFFFF;
	font-weight: bold;
    border-radius: 25px 25px 0 0 ;
}

.read-more-btn{
    border-radius: 0 0 25px 25px;
    background-color: #450d3c;
}
.read-more-btn:hover{
    background-color: #f0dcdce9;
    color: #000;
}

.package-card .content-card .btn-default{
    margin-bottom: 10px;
}

#package_accordion h3{
    font-size: 16px;
    color: #EB0E0E;
    font-weight: 600;
}

.swal-button{
    background-color:  #EB0E0E !important;
    color: #fff;
    transition: all 0.2s;
}

.swal-button:hover{
    box-shadow: 0px 3px 16px  rgba(255, 0, 0,.65);
}

/* .content-box{
    box-shadow: inset -2px 200px 152px 40px rgba(181,176,229,0.49) !important;
} */

.text-success{
    color: #fff;
}

@media (max-width:768px){
    .fixed_top_spacer{
        padding-top: 0;
    }

    .cartSummary__breakdown label, .cart-item:nth-child(2n), .cart-item .spaceSpans > span, .cart-item-child .spaceSpans > span{
        font-size: 14px !important;
    }
    .navbar-brand > img{
        width: 200px !important;
        height: auto !important;
    }
    #layout-header .navbar-brand{
        padding: 8px;
    }
}


.accordion_item .ccount .count-item{
    display: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #EB0E0E;
    border-color: #EB0E0E;
    color: #fff !important;
}

.pagination li a, .pagination .disabled a {
    background-color: #ebebeb;
    color: #000 !important;
    border-color: #000000;
}

.pagination li a:hover, .pagination .disabled a:hover {
    color: #000;
    background-color: #EB0E0E;
    border-color: #EB0E0E;
}

.static-header.navbar-fixed-top {
    position: relative;
}

/* top navbar styles */
.navtop.noprint .navphonesection img {
    width: 20px;
    height: 20px;
}

.navtop.noprint .navlocationsection img{
    width: 16px;
}

 .instagram,
.navCol2 .facebook{
    width: 14px;
    height: 20px;
}
.navCol2 img.Youtube{
	width:16px
}
.navtop.noprint{
  
    background: #EB0E0E;
}

.navtopFlex {
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.navCol1 {
    display: none;
    gap: 20px;
}

.navlocationsection a,
.navphonesection a{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition: 0.6s ease;
}

.navlocationsection a:hover,
.navphonesection a:hover{
    color: #050032;
}
.navCol2 {
    display: flex;
    gap: 20px;
}
@media (min-width:768px){
    .navtopFlex{
   height: 35px;
}
}

@media (max-width:768px){
    .navtopFlex {
        flex-direction: column;
        gap: 10px;
        padding: 15px 0;
    }
    .navCol1 {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    .navtop.noprint .navphonesection img {
        width: 20px;
        height: 20px;
    }
    .navCol2 .instagram{
        width: 14px;
        height: 26px;
    }
.navCol2 .facebook{
    width: 10px;
    height: 16px;
}
.navbar-brand > img{
    top: 7px;
}
button#cart_toggle{
    top: 95px;
}
#section-party-nav-tabs{
    border-radius: 35px !important;
}
}
span.glyphicon.glyphicon-menu-hamburger{
    color: #fff;
}
ul.nav.nav-tabs.nav-tab-attsch a:hover label,
ul.nav.nav-tabs.nav-tab-attsch a:hover {
    color: #fff;
}

div#collapseThree .paybtn_msg {
    color: #000000;
}

.receipt-container {
    display: block !important;
}

.new{
    background-color: #450d3c !important;
}

.new div>span,
.new .schedulename{
    color: #fff !important;
}

.notificationDiv {
    top: 180px;
}

.party-web-description-container {
    padding: 0 10px;
}

@media only screen and (max-width: 760px), (min-device-width: 320px) and (max-device-width: 767px){ 
    .receipt-container td {
        border: none !important;
    }
    .receipt-container tr {
    border: 0  !important;
    }
    }
	
	.footer-Data.totalP1 a.btn.btn-info {
    /* height: 40px; */
    padding: 8px 65px;
}

.footer-Data.totalP1>.row{
    padding-bottom:5px
}


.workhours {
    display: flex;
    gap: 50px;
    align-items: center;

}
.contentWithSidebar .form-control:focus{
    color:#fff !important
}

button.btn.btn-primary.btn-inverse.btn-md.btnPayNowSelected>div {
    display: none;
}
div#MainContent_pnlNoCartItems .alert.alert-info a {
    color: #fff;
}
.pname {
    padding-top: 5px;
    margin-bottom: 5px;
}

span.att-price {
    font-size: 14px;
}

div#tab_step2 .guestlabel,
div#tab_step2>strong,
div#tab_step2>h5.text-primary {
  display: none !important;
}

.location-name>h1 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    font-family: 'Orbitron';
	margin:0;
	text-align:center
}

.contact-us {
    background: #fff;
}
.contact-us h4.footerSubhead {
    margin-top: 0;
}
.contact-us {
    padding-bottom: 30px;
}

.myaccount ul.account-nav a:focus {
    color: #000;
}
.cardHeaderTitles h5.text-primary {
    color: #000;
}

@media (max-width:400px){
	button#cart_toggle{
    top: 125px;
}
}

div#tab_step3 div#prompt__dialog {
    display: none;
}
incrementor.products__product_categoryQuantity.ng-binding.ng-scope
{
color: black;
}