@font-face {
    font-family: 'Gilory';
    src: url('/app_themes/Concord/fonts/Gilory/Gilroy-Regular.ttf');
}

@font-face {
    font-family: 'Teko';
    src: url('/app_themes/Concord/fonts/Teko/Teko-VariableFont_wght.ttf');
}

* {
    font-family: 'Gilory';
}
/* 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: #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;
}
@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;
}

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: #ef3636;
    border: 2px solid #ef3636;
    color: #fff;
    border-radius: 5px;
    margin: 7px 10px 0px 0;
    font-size: 14px;
    padding: 0px 12px !important;
    display: flex;
    align-items: center;
}

    button.close-btn:hover {
        background-color: #ef3636;
        color: #ffffff;
        border: 2px solid #ef3636;;
        transition: all 0.3s ease;
    }

.cartSummary > .cartSummary__summary {
    font-size: 20px;
}

.content-box.modalToFullScreen.full-width-content {
    max-width: 100%;
}
.swal-button{
	 color: rgb(255, 255, 255) !important;
    background-color: #000000;
    border: 1px solid #000 !important;
    border-radius: 5px;
}
button#misc-continue,
.cta, .btn, .btn-danger, .btn-default {
    color: rgb(255, 255, 255) !important;
    background-color: #000000;
    border: 1px solid #000 !important;
    border-radius: 5px;
    font-weight: 700;
    padding: 6px 12px !important;
    font-size: 14px;
text-transform: capitalize;
    font-family: 'Gilory';
    transition:  all 0.2s;
}
button#misc-continue:hover,
    .cta:hover, .btn:hover, .btn-danger:hover, .btn-default:hover {
        color: rgb(255, 255, 255) !important;
        background-color: #ef3636 !important;
        border-color: #ef3636 !important;
    }

.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;
}

.dropdown-menu:after {
    border-bottom: 6px solid #ffffff;
}

.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:#ffffff ;
}

.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;
}

#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: none !important;
    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: #ff8b1f;
    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) {
    span.glyphicon.glyphicon-menu-hamburger {
        color: #fff;
    }
    span.input-group-btn {
        text-align: center;
        /* margin-top: 5px !important; */
    }
    span.input-group-btn>button{
        margin-top: 5px;
        border-radius: 0;
    }
    .fixed_top_spacer{
        padding-top: 20px !important;
    }
    .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: #203978 !important
}

input[name="selectedSchedule"] {
    height: 25px !important;
    /*width: 40px;*/
}

.fstyle {
    color: #ef3636 !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 {
    color: #ef3636;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Gilory';
}

    #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;
}

.packagecontents {
    color: rgb(0, 0, 0);
}

.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 #ffffff;
}

#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; */
    border: 3px solid #ebebeb !important;
    box-shadow: none !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: 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{
    background-color: #fff;
}
.body-content {
    background-color: #ffffff !important;
    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;
}


#locationLable,
.bookingDateStyle {
    color: rgb(0, 0, 0) !important
}

.badge {
    background-color: #203978;
}

input[name="selectedSchedule"] {
    height: 25px !important;
    width: 40px;
}


.line_tab > li.active {
    border-bottom: solid 5px #000000;
}

.acc_active .panel-title {

    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;
}

.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: #ffffff !important;
    color: white !important
}


.btn-xs {
    padding: 4px;
}

.btn-danger, .btn-danger:hover {
    color: #fff;
    font-size: 14px;
    background-color: #ef3636 !important;
    border-color: #ef3636 !important;
    border-radius: 5px !important;
}

#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;
    }
    .cartSummary__breakdown label, .cart-item .spaceSpans>span, .cart-item .spaceSpans>span>span, .cart-item-child{
        font-size: 14px !important;
    }
}


/* footer styles */
.colheader,.col3header{
    font-size: 14px;
    font-family: 'Gilory',sans-serif;
    color: #fff;
    font-weight: 700;
  }

  .phonesection>a, .phonesection>h3{
font-size: 40px;
font-family:sans-serif;
  }
  .footerterms,
  .footerLinks{
 font-size: 14px;
    font-family: 'Gilory',sans-serif;
    color: #fff;
  }

  .copyright-text{
    font-size: 14px;
    font-family: 'Gilory',sans-serif;
    color:#b0b0b0 ;
  }
  footer.noprint {
    background: #252525;
}

.footerFlexRow1 {
    display: flex;
}

.phonesection a{
    font-family: sans-serif;
    color: #fff;
}
.phonesection a i{
    color: #fff;
}

.row1col1 ,.row1col2,.row1col3{
    width: 33.33%;
    margin: 0 15px;
}
.footerterms:hover,
.footerLinks:hover{
    color: #fff !important;
}

.phonesection {
    display: flex;
    align-items: center;
    gap: 15px;
    /* justify-content: center; */
}
@media (min-width:768px){
    .row1col1 {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

p.footerterms {
    margin-bottom: 25px !important;
}
}
.col3img img{
    width: 140px;
}
.col3img,
h2.col3header {
    text-align: center;
}
.row1col3 {
    border-left: 1px solid #3b3b3b;
}
.footerRow2,
.footerRow1 {
    padding: 50px 30px;
}

.row1col3 {
    padding-left: 75px;
}
.row1col2>p{ 
    margin-bottom: 25px;
}

.privacyfooter {
    margin-top: 15px;
}
.row1col2 {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .col3img{
        margin-top: 25px;
    }

    .footerRow1 {
        border-bottom: 1px solid rgba(255,255,255,.15);
    }
    .row2flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .SocialLinks i {
        font-size: 20px;
        color: #fff;
        transition:  all 0.2s;
        border-radius: 0;
    }

    .SocialLinks {
        display: flex;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }

    .SocialLinks i:hover{
        color:#ef3636 ;
    }
    
    .row2-imgsection {
        display: flex;
        justify-content: stretch;
        align-items: center;
    }

    .row2flex>div{
        width: 33.33%;
    }
    .card-img{
        width: 500px;
    }

    @media (max-width:1300px) and (min-width:768px){
        .card-img{
            width: 350px;
        }
    }

    @media (max-width:768px){
        .phonesection{
            flex-direction: column;
            gap: 0;
            align-items:flex-start ;
        } 
        .footerFlexRow1{
            flex-direction: column;
            gap: 25px;
        }
        .row1col1, .row1col2, .row1col3{
            width: 100%;
            padding-left: 15px;
            margin: 0;
        }
        .footerRow1{
            padding: 0  !important;
        }
        .footerRow1>div{
            padding: 0 !important;
        }
        .row1col3{
            border: 0 !important;
            padding-left: 0 !important;
            margin: 0;
        }
        .row1col2>p{
            margin-bottom: 0 !important;
        }
        .privacyfooter {
            margin-top: 20px !important;
        }
        .row1col2{
            gap:0;
        }

        p.footerterms {
            margin-top: 25px;
        }
        h2.colheader {
            margin-bottom: 20px;
        }
        .footerRow2 {
            padding: 50px 0;
        }

        .row2flex {
            flex-direction: column;
            align-items: flex-start;
            gap: 30px;
            padding-left: 0px;
        }
        .row2flex>div{
            width: 100%;
            justify-content: flex-start;
        }
        img.card-img {
            width: 345px;
        }
        .copyright-text{
            margin-bottom: 0;
        }
    }


    /* navbar styles */

    .navbar-brand > img{
        height: auto;
        width: 240px;
    }

    #layout-header .navbar-nav li > a{
        padding: 20px 13px;
        font-family: 'Gilory';
        font-size:14px;
        font-weight: 400;
    }

    #layout-header .navbar-nav li > a:hover{
        color: #dfdfdf;
    }

    #layout-header .navbar {
        background-color: #1e3d6b;
        border-radius: 0;
    }


@media (min-width:768px){
    ul#menu-main-menu2 {
        margin-top: 12px;
    }
 
}

@media (max-width:768px){
    button#cart_toggle {
        top: 5px;
    }
    li.dropdown.menu-item.show> ul.dropdown-menu.show >.menu-item>a:hover{
        color: #000 !important;
    }
    button.navbar-toggle.collapsed {
        padding: 0;
        background: #FFFFFF14;
        padding: 5px !important;
        top: 10px;
        border-radius: 4px;
    }
    .navbar-header.pull-left> .navbar-brand > img{
        width: 120px !important;
        height: auto !important;
    }
    #layout-header .navbar-nav.navbar-center li:hover  a.dropdown-toggle{
        color: #fff !important;
    }
    #layout-header .navbar-nav.navbar-center li a{
        font-size: 13px !important;
        color: #000;
        border-bottom:1px solid #000 !important;
    }
    #layout-header .navbar-nav.navbar-center li{
        background-color: #fff !important;
        border: 0 !important;
    }
    li.dropdown.menu-item.show >ul.dropdown-menu.show li.menu-item:hover a{
        color: #000 !important;
    }
    .navbar-nav.navbar-center li:hover a li:hover a{
        color: #fff !important;
    }
    /* #layout-header .navbar-nav.navbar-center li:focus a,
    #layout-header .navbar-nav.navbar-center li:active a,
    #layout-header .navbar-nav.navbar-center li:hover a{
color: #fff !important;
    } */
    #layout-header .navbar-nav.navbar-center li:focus,
    #layout-header .navbar-nav.navbar-center li:active,
    #layout-header .navbar-nav.navbar-center li:hover {
background-color: #1e3d6b !important;
    }
    .navbar-nav > li > .dropdown-menu:hover a,
    li.dropdown.menu-item >ul.dropdown-menu>li.menu-item>a{
        color: #000 !important;
    }
    #inner-banner{
        padding-top: 0;
    }
}

.navbar-nav > li > .dropdown-menu a{
font-size: 13px !important;
color: #000 !important;
font-family: 'Gilory';
border: 0 !important;
}
.dropdown-menu > li{
    transition: all 0.3s;
}
.dropdown-menu > li:hover{
    background-color: #55595c;
    width: 100%;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background-color: transparent;
}

.dropdown-menu > li:hover a{
    color: #fff !important;
}

a:focus, button:focus{
border:0;
filter: unset;
}


/* product tempelte */
.package-card .content-card {
    background: #fff;
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}
.party-package h3,
.products__productName.secondaryDarkerBackgroundColor {
    background: transparent;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
}
img.ui-datepicker-trigger {
    filter: invert(1);
}

span.product__inline_desc {
    color: #888;
    font-size: 12px;
}

span.products__productPricing_price_child,
.products__productPricing_price {
    font-size: 16px;
    color: #ef3636;
    font-weight: 700;
}
.incrementor {
    border: 0;
}
.products__product_categoryQuantity,
.packagecontents .input-group .quantity_input{
    font-size: 16px !important;
    color: #000;
}

.products__productPricing_totalCost{
    font-size: 18px;
    color: #ef3636;
    font-weight: 700;
}
img.img-responsive {
    border-radius: 0;
}

section.cartSummary__summary.secondaryBackgroundColor {
    background: #fff;
}

section.cartSummary__summary.secondaryBackgroundColor {
    background: #fff;
    color: #000;
    font-size: 16px;
}

.cartSummary__breakdown label{
    color: #000;
    font-size: 14px !important;
    font-weight: 500;
}
.cart-item, .cart-item-child,
.cart-item:nth-child(2n),
section.cartSummary__breakdown {
    color: #000;
    background-color: #fff !important;
}
.cartSummary {
    box-shadow: none;
    border: 6px solid #ebebeb;
}

.cartSummary__breakdown li{
    border-bottom: 1px solid #ebebeb
}

/* #MainContent_pnlCheckoutCart .accordion_body {
    border-bottom: 3px solid #ebebeb;
    border-left: 3px solid #ebebeb;
    border-right: 3px solid #ebebeb
} */
.nav-tab-attsch li:last-child .close-att-schedule{
    color: #ee0000;
}
#scheduleProdFooter,
.row.row-flex.header-attraction-summary .textStyle {
    display: none;
}

.new {
    background-color: #203978;
    /* color: #fff !important; */
}

.new span.att-price{
    color:#fff !important;
}

.new .schedulename{
    color:#fff !important;
}

.schedulename{
    color:#ef3636 !important;
}

.row.scheduleSection.mainList {
overflow: auto;
}

.accordion_item-child .ccount .input-counter .form-control,
.accordion_item .ccount .input-counter .form-control,
.accordion_item-child .ctotal,
.accordion_item-child .cprice,
.accordion_item-child .cname,
.accordion_item .ctotal,
.accordion_item .cprice,
.accordion_item .cname{
    color: #000;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.gtotal span{
    color: #000;
    font-size: 16px !important;
    font-weight: 600 !important;
}

span#lblCartGrandTotal,
.grandGtotal span{
font-size: 24px !important;
color: rgb(239,54,54) !important;
}
span#lblCartGrandTotal{
    font-weight: 700 !important;
}
.accordion_item-child .bdr{
    border: 0 !important;
}
.accordion_item-Header{
    color: #000;
}

.panel-heading .accordion-toggle:after,
.acc_active .panel-title,
.acc_active .accordion-toggle.collapsed:after{
    color: #ef3636 !important
}
#divScheduleInfo a, 
.modalFooter a,
 .alert.alert-info>a, 
 .recharge_card1 .simulateClick, 
 .modalFooter.forgot_passHeader.alignCenter a,
  div#divColProfileDTO_PolicyTermsAccepted>a, 
  .panel-title .change_link,
   #MainContent_productdisplay1_CardLink_CardLinkText, 
   .loginLink a,
    .alert-success>a, 
    #MainContent_CardLink_CardLinkText, 
    .breadcrumps>a, 
a#lnkCustomerSignIn,
span.triggerTnC.simulateClick,
.TopupCardLink #showpopup,
.panel-title .change_link{
    color: #ef3636 !important;
    text-decoration: underline !important;
    font-weight: 400;
    font-size: 14px;
}

.paybtn_msg{
    color: #000;
}
div#pnlreceipt { width: unset; }

.form-control:focus{
    box-shadow: none !important;
    border-color: #000 !important;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    cursor: default;
}

.pagination li a, .pagination .disabled a,
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span{
    color: #fff;
    border-color: #ffffff !important;
}

.pagination li a:hover, .pagination .disabled a:hover {
    color: #000;
    background-color: #ffffff;
    border-color: #000000 !important;
}
.myaccount ul.account-nav li a:hover, .myaccount ul.account-nav li.active{
    border-left-color:#000 ;
}

.myaccount ul.account-nav li a{
    border-left-color: #0000004d;
}
.myaccount ul.account-nav li a:hover, .myaccount ul.account-nav li.active{
    background-color: #55595c !important;
    color: #fff;
}
.modal-footer.modal-notify-footer button#modalClose {
    margin-bottom: 20px;
}
body .alert.alert-info{
    background-color: #00000024;
}
.static-header.navbar-fixed-top {
    position: relative;
}
button#cart_toggle {
    position: absolute;
}
@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;
}
}
li.accordion_item-child.cart-incriment  .input-counter {
position: relative;
top: -10px;
}
#divMyCards a.btn.btn-sm.btn_link.simulateClick{
    background: #000 !important;
}