/* Template changes */
@font-face {
    font-family: 'Inter Tight';
    src: url("/app_themes/AkedoFinland/fonts/InterTight.woff2");
}

@font-face {
    font-family: 'Syncopate';
    src: url("/app_themes/AkedoFinland/fonts/Syncopate.woff2");
}

body {
    font-family: 'Inter Tight';
}

#snackbar {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f0cd5f;
    color: #2d2d2a;
    text-align: center;
    padding: 15px;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
}

.btn-secondary {
    color: #eae6dd !important;
    background-color: transparent;
    border: 1px solid #da5b37 !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: 'Inter Tight';
    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: #eae6dd !important;
    background-color: #da5b37 !important;
    border: 1px solid #da5b37 !important;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}

.cta:hover,
.btn:hover,
.btn-danger:hover,
.btn-default:hover {
    color: #eae6dd !important;
    background-color: #b33714 !important;
    border-color: #b33714;
}

.cta:focus,
.btn:focus,
.btn-danger:focus,
.btn-default:focus {
    color: #eae6dd !important;
    background-color: #b33714 !important;
    border-color: #b33714;
}

.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 #eae6dd;
}

.fa-ul {
    font-family: 'Inter Tight' !important;
}

.hero-description-bottom {
    font-family: 'Inter Tight' !important;
}

#ut_header_5c6a373418fd2 h2.section-title {
    font-family: "Inter Tight";
}

.ut-address {
    font-family: 'Inter Tight' !important;
}

.ut-phone {
    font-family: 'Inter Tight' !important;
}

.ut-email {
    font-family: 'Inter Tight' !important;
}

#ut_header_5c63e4da04f84 h2 span {
    font-family: 'Inter Tight' !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: 46px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 100;
    outline: none !important;
    background-color: #da5b37;
    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: #ff8b1f !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: #000;
    text-transform: uppercase;
    font-family: 'Syncopate';
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -2px;
}

#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 #f0cd5f;
}

#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 #28d4ee !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: #eae6dd !important; */
    background-color: #f0cd5f !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;
}

.btn-default {
    color: #eae6dd !important;
    background-color: #da5b37;
    border-color: #da5b37;
    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: white !important
}

.badge {
    background-color: #f0cd5f;
}

input[name="selectedSchedule"] {
    height: 25px !important;
    width: 40px;
}


.line_tab>li.active {
    border-bottom: solid 5px #f0cd5f;
}

.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: #ff8b1f !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: 1px solid transparent;
    border-radius: 0px;
}

.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 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 88px 60px;
    background-color: #eae6dd;
    color: #da5b37;
    flex-wrap: wrap;
    gap: 30px;
    box-shadow: 0px 0px 3px 0px #2d2d2a;
}

.footer_column {
    flex: 1;
    max-width: 26%;
}

.footer_column h4 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.footer_column p {
    margin: 4px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.footer_column a {
    text-decoration: underline;
    color: #da5b37;
}

.footer-logo img {
    max-width: 185px;
    height: auto;
}

@media only screen and (max-width: 720px) {
    .footer_container {
        flex-direction: column;
        padding: 30px 30px;
    }

    .footer-logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .footer-logo img {
        max-width: 177px;
        height: auto;
    }

    .footer_column {
        max-width: 40%;
    }

    .footer_column:nth-of-type(2) {
        order: 3;
    }

    .footer_column:nth-of-type(3) {
        order: 2;
    }

    .footer-logo {
        order: 4;
    }
}

/* footer ends here */

#divSiteList .party-location h3,
#pnlDateSelection .date-heading,
.package-list .products__productName {
    font-family: 'Syncopate';
}

.package-list .product__inline_desc,
.panel-heading .accordion-toggle,
#MainContent_pnlCheckoutCart .panel-title .change_link,
#MainContent_productdisplay1_pnlCardSeleted a {
    color: #4277b0;
}

.acc_active .accordion-toggle.collapsed:after,
.panel-heading .accordion-toggle:after,
#MainContent_CartSummary1_upnlCartSummary .grandGtotal span {
    color: #4277b0 !important;
}

#divSiteList .party-location h3,
#divSiteList .glyphicon-map-marker:before,
#pnlDateSelection .date-heading,
.package-list .products__productName,
.cartSummary__summary span {
    color: #da5b37;
}

.fstyle,
.bookingDateStyle {
    color: #000 !important;
}

#divSiteList .party-location p,
#date-body .date-selection,
#date-body .location-selection,
#pnlBookDate .bookingDateStyle>span,
.package-card .products__productPricing_price,
.package-card .products__productPricing_totalCost,
.cartSummary .cartSummary__breakdown span,
#layout-header .dropdown-menu.show a,
#layout-header .dropdown-menu.show a:hover,
.accordion_items li.accordion_item.cart-incriment *:not(.close_tickets a i, strong),
#collapseOne .gtotal.currencySpacer.Total_Amount span,
#collapseOne .gtotal.currencySpacer.Tax span,
.gtotal.currencySpacer.Discount span,
#MainContent_productdisplay1_pnlCardSeleted .glyphicon-credit-card,
#MainContent_productdisplay1_pnlCardSeleted .col-md-12 {
    color: #2d2d2a;
}

.package-card .form-control.quantity_input,
.cartSummary .cartSummary__breakdown label {
    color: #2d2d2a !important;
}

.readmoresection .btnReadMoreDesc .icon-plus:before {
    color: #eae6dd;
}

/* #collapseOne .accordion_item-Header, */
#layout-header .navbar-nav li>a:hover {
    color: #f0cd5f;
}

#layout-header nav {
    background: #2d2d2a;
}

#cart_toggle #lblCartCount

/* #collapseOne .accordion_item-Header */
    {
    background-color: #da5b37 !important;
}

.cartSummary>.cartSummary__breakdown,
.cartSummary .CartItems

/* #headingOne,
#collapseOne,
#headingTwo,
#headingThree,
#MainContent_CartSummary1_upnlCartSummary .accordion_item  */
    {
    background-color: #f0cd5f;
}

#pnlDateSelection .date-container {
    background-color: #eae6dd;
}

.navbar-nav>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu:hover,
#layout-header .navbar-nav>li>.dropdown-menu:hover {
    background-color: #eae6dd !important;
}

.cartSummary .cartSummary__summary.secondaryBackgroundColor

/* #txtDiscountCouponCode  */
    {
    background-color: #eae6dd !important;
}

.package-list .products__productName {
    background-color: transparent;
}

#pnlDateSelection .date-heading,
.package-list .products__productName,
#divSiteList .party-location h3 {
    text-transform: uppercase;
}

#divSiteList .party-location-main.leftGradient .party-location {
    background-color: #f0cd5f !important;
    border: none;
    box-shadow: none;
    border-radius: 15px;
}

#pnlProductSection .products__product {
    background-color: #eae6dd !important;
    border: none;
    box-shadow: none;
    border-radius: 15px;
}

#date-body .date-selection,
#date-body .location-selection,
#pnlBookDate .bookingDateStyle>span {
    font-size: 16px;
    line-height: 16px;
}

#divSiteList .party-location h3,
.package-list .products__productName {
    font-size: 24px;
    line-height: 23px;
    font-weight: 700;
}

#divSiteList .bookhere #MainContent_btnLocation,
.date-container #confirmDate,
.products__productActions .cta,
.modal-dialog .modal-notify-footer button,
.cart-btns .close-btn,
.cart-btns .btn,
#btnLogin,
#btnRegisterSave,
#btnRestPassword,
.swal-button,
#btnVerifyCard,
#modalClose,
#pnlreceiptlinks button,
#MainContent_changepassword1_divSecurityInfo .btn,
#dashboard-report-range,
#rejectBtn,
#acceptBtn {
    color: #eae6dd !important;
    border: 1px solid #da5b37 !important;
    background-color: #da5b37 !important;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding: 12px 24px !important;
    transition: all 0.2s ease-in-out;
    height: 51px !important;
    text-transform: uppercase;
}


#divSiteList .bookhere #MainContent_btnLocation:hover,
.date-container #confirmDate:hover,
.products__productActions .cta:hover,
.modal-dialog .modal-notify-footer button:hover,
.cart-btns .close-btn:hover,
.cart-btns .btn:hover,
#btnLogin:hover,
#btnRegisterSave:hover,
#btnRestPassword:hover,
.swal-button:hover,
#btnVerifyCard:hover,
#modalClose:hover,
#pnlreceiptlinks button:hover,
#MainContent_changepassword1_divSecurityInfo .btn:hover,
#dashboard-report-range:hover,
#rejectBtn:hover,
#acceptBtn:hover {
    color: #eae6dd !important;
    background-color: #b33714 !important;
}

#layout-header .navbar-header.pull-left .navbar-brand>img {
    width: 228px;
    height: auto;
}

#layout-header .navbar-nav li>a {
    color: #4277b0;
    font-family: 'Syncopate';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

#layout-header .navbar-brand {
    padding: 20px 0;
}

.col-md-12:has(#divSiteList) hr {
    border-top: 1px solid #2d2d2a;
}

#divprods #pnlDateSelection h3 {
    border-bottom: 2px solid #da5b37;
}

/* #pnlBookDate .btn .ui-datepicker-trigger {
    filter: invert(54%) sepia(16%) saturate(2042%) hue-rotate(326deg) brightness(83%) contrast(109%);
} */

#pnlBookDate .btn .ui-datepicker-trigger {
    filter: invert(1) brightness(2);
}

.party-package .prodImageBlock img {
    border-radius: 10px;
}

.package-card .products__productPricing .incrementor {
    border: 1px solid #000 !important;
}

.readmoresection .btnReadMoreDesc {
    background-color: #da5b37 !important;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 30px;
}

.navbar-nav>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu:hover {
    border: none;
}

.location-selection,
.accordion_body .count-item.count-minus.icon-minus::before,
.accordion_body .count-item.count-plus.icon-plus::before {
    display: none;
}

#menu-main-menu2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion_body .cartItem .bdr {
    border: none !important;
}

.paymentModeBox .btn.btn-primary.btn-inverse.btn-md.btnPayNowSelected {
    border-radius: 3px !important;
}

#drpCardNumber {
    padding: 14px;
    font-size: 16px;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    background-color: #4277b0;
    border-color: #4277b0;
}

.fa-arrow-right:before {
    color: #4277b0;
}

.fa-arrow-left:before {
    color: #4277b0;
}

.pagination li a,
.pagination .disabled a {
    border-color: #f0cd5f;
}

.pagination li a:hover,
.pagination .disabled a:hover {
    background-color: #f0cd5f;
    border-color: #f0cd5f;
}

div#MainContent_receiptControl1_rptCartSummary_divReceipts_0 img {
    max-width: 326px;
}

#divprods .section-body-content-main .content-box {
    box-shadow: none;
    border-radius: 15px;
}

.cartSummary .CartItems:not(:last-child) {
    border-bottom: 1px solid #2d2d2a;
}


@media (max-width: 768px) {
    #inner-banner {
        padding-top: 0px;
    }

    #layout-header .navbar-header.pull-left .navbar-brand>img {
        width: 137px;
        height: 30px;
    }

    #layout-header .navbar-brand {
        padding: 17.4px 0;
    }

    .glyphicon-menu-hamburger:before {
        color: #4277b0;
    }
	
    #layout-header .navbar-nav {
        border-bottom: 1px solid #f0cd5f;
    }

    #menu-main-menu2 {
        display: block;
    }
	
	 ul.dropdown-menu.show {
        margin-left: 100px;
    }

    #layout-header .navbar-nav li>a {
        color: #2d2d2a;
        background-color: #eae6dd;
        text-align: center;
    }
	

    #layout-header .navbar-nav.navbar-center li {
        border-bottom: 1px solid #eae6dd;
        background: #eae6dd;
    }

    #layout-header .navbar-nav li>a:hover {
        color: #2d2d2a;
    }

    .fixed_top_spacer {
        padding-top: 90px;
    }

    #divSiteList .bookhere #MainContent_btnLocation,
    .date-container #confirmDate,
    .products__productActions .cta,
    .modal-dialog .modal-notify-footer button,
    .cart-btns .close-btn,
    .cart-btns .btn,
    #btnLogin,
    #btnRegisterSave,
    #btnRestPassword,
    .swal-button,
    #btnVerifyCard,
    #modalClose,
    #pnlreceiptlinks button,
    #MainContent_changepassword1_divSecurityInfo .btn,
    #dashboard-report-range,
    .paymentModeBox .btn.btn-primary.btn-inverse.btn-md.btnPayNowSelected {
        outline: none;
        font-size: 16px;
    }


    .cta,
    .btn,
    .btn-danger,
    .btn-default {
        font-size: 16px;
    }

    #lblPageHeader {
        font-size: 30px;
    }

    #pnlreceiptlinks .flex-container .flex-item {
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}

.cartSummary .cartSummary__breakdown label,
.accordion_items li.accordion_item.cart-incriment *:not(.close_tickets a i, strong),
#collapseOne .accordion_body .accordion_item::before,
.cartSummary__breakdown .spaceSpans span {
    font-weight: 500 !important;
}


.myaccount ul.account-nav li a:hover,
.myaccount ul.account-nav li.active {
    color: #4277b0;
    border-left: solid 2px #4277b0;
}