.bookinfo{margin-bottom:0 !important;}
.modal-dialog {
    max-width: 560px !important;
}
.calculate-content .btn {
   color:#FFF !important;
}
.serach{cursor:pointer;}
.snackbar {
    visibility: hidden;
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: relative;
    z-index: 9999;
    bottom: 30px;
    font-size: 17px;
	display:none;
	transition: all 300ms linear 0s;
}

.show {
	display:block;
    visibility: visible !important;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
	
}
.ui-front {
    z-index: 9999 !important;
}


@media screen and (min-width:992px) {
 .navbar-nav .nav-link .badge {
    padding: 0;
	color: #fff;	
    position: absolute;
    top: 2px;
    display: block;
    font-size: 11px;
    right: 2px;
    background: #e7272d;	
    border-radius: 50px;
    width: 22px;
    line-height: 22px;
    box-shadow: none;
}
}

@media screen and (max-width:991px) {
    .sidebar-toggle-btn .nav-link .badge 
 {
    padding: 0;
    color: #fff;
    position: absolute;
    top: -15px;
    display: block;
    font-size: 11px;
    right: -11px;
    background: #e7272d;
    border-radius: 50px;
    width: 22px;
    line-height: 22px;
    box-shadow: none;
}
}
.top_header .navbar-nav .nav-link:hover .badge{
	color: #fff;
}

body.site-ready .preloader,
body.preloader-timeout .preloader {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.mobile-nav-actions {
    gap: 12px;
}
.mobile-nav-actions .mobile-cart-link {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(233, 186, 102, 0.55);
    border-radius: 8px;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    line-height: 1;
    min-width: 44px;
    padding: 0;
}
.mobile-nav-actions .mobile-cart-link i {
    font-size: 18px;
}
#sidebarCollapse.mobile-menu-toggle {
    align-items: center;
    background: #c09342;
    border: 1px solid #e9ba66;
    border-radius: 8px;
    color: #102625;
    display: inline-flex;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 44px;
    padding: 8px 12px;
}
#sidebarCollapse.mobile-menu-toggle i {
    color: inherit;
    font-size: 20px;
    line-height: 1;
}
#sidebarCollapse.mobile-menu-toggle span {
    color: inherit;
    font-size: 14px;
    line-height: 1;
}
#sidebarCollapse.mobile-menu-toggle:hover,
#sidebarCollapse.mobile-menu-toggle:focus {
    background: #e9ba66;
    color: #102625;
}
@media screen and (max-width: 360px) {
    .mobile-nav-actions {
        gap: 8px;
    }
    #sidebarCollapse.mobile-menu-toggle {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.map_area{
    position: relative;
}

.map_area .simple_btn:before{
    z-index: 0;
}

.map_area .simple_btn span{
    position: relative;
}

.map, .map iframe, .map img{
    width: 100%;
    height: 300px;
}

.cart-input-qty {
    max-width: 50px;
    text-align: center;
    border: 0px;
}

/* Ironhand frontend completion polish - 2026-05-24 */
.common-bg {
    overflow: hidden;
}
.common-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(7, 18, 18, 0.42);
    pointer-events: none;
}
.common-bg .z-2 {
    z-index: 3 !important;
}
.common-bg-img {
    object-fit: cover;
}
.main_title,
.sec_title,
.menu-carousel .card h4,
.online-order-img + div h3,
.food-details h3,
.food-description,
.menu-breadcrumb {
    max-width: 100%;
    overflow-wrap: anywhere;
}
.menu-carousel .card,
.expert-img,
.gallery-img-box {
    overflow: hidden;
}
.menu-carousel .card p {
    overflow-wrap: anywhere;
}
@media screen and (max-width: 575px) {
    html,
    body {
        overflow-x: hidden;
    }
    .main_title {
        font-size: 34px !important;
        line-height: 1.18 !important;
    }
    .sec_title {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }
    .font_prata.fs-20 {
        font-size: 16px !important;
    }
    .menu-carousel .card h4,
    .online-order-img + div h3,
    .food-details h3 {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }
    .menu-carousel .card .d-flex.gap-2.justify-content-between {
        flex-wrap: wrap;
        align-items: flex-start !important;
    }
    .menu-carousel .cart-button {
        margin-top: 4px;
    }
    .category-scroll.nav-tabs .nav-link {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media screen and (max-width: 360px) {
    .main_title {
        font-size: 30px !important;
    }
    .sec_title {
        font-size: 28px !important;
    }
}

.empty-cart-mini {
    background: #f8f6f1;
    border: 1px solid rgba(192, 147, 66, 0.35);
    border-radius: 8px;
    padding: 18px;
}
.empty-cart-mini p {
    color: #334443;
    margin-bottom: 12px;
}
.empty-cart-mini-link {
    align-items: center;
    background: #102625;
    color: #ffffff;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    text-decoration: none;
}
.empty-cart-mini-link:hover,
.empty-cart-mini-link:focus {
    background: #c09342;
    color: #102625;
    text-decoration: none;
}
.online-order-toolbar {
    background: #f4f2eb;
    border: 1px solid rgba(16, 38, 37, 0.08);
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(16, 38, 37, 0.08);
    padding: 14px;
    position: sticky;
    top: 96px;
    z-index: 24;
}
.online-order-container {
    overflow-x: clip;
    overflow-y: visible;
}
.online-order-toolbar-header {
    margin-bottom: 12px;
}
.online-order-toolbar-actions {
    min-width: 0;
}
.online-order-toolbar .order-search-form {
    min-width: 0;
}
.online-order-toolbar .category-search {
    max-width: 100%;
}
.online-order-toolbar .btn-checkout {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
}
.online-order-toolbar .category-wrapper {
    min-width: 0;
}
.js-fallback-note {
    background: #fff8e8;
    border: 1px solid rgba(192, 147, 66, 0.45);
    border-radius: 8px;
    color: #102625;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 12px;
    padding: 12px 14px;
}
.reservation-noscript {
    margin-bottom: 16px;
}
.menu-card-add-btn {
    align-items: center;
    background: #102625;
    border: 1px solid #102625;
    border-radius: 8px;
    color: #ffffff !important;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    line-height: 1.25;
    min-height: 44px;
    min-width: 144px;
    padding: 10px 14px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
}
.menu-card-add-price {
    color: #e9ba66;
}
.menu-card-add-btn:hover,
.menu-card-add-btn:focus {
    background: #c09342;
    border-color: #c09342;
    color: #102625 !important;
    text-decoration: none;
}
.menu-card-add-btn:hover .menu-card-add-price,
.menu-card-add-btn:focus .menu-card-add-price {
    color: #102625;
}
.product-card.is-unavailable,
.product-card.is-sold-out {
    background: #f8f6f1;
}
.product-card.is-unavailable .online-order-img img,
.product-card.is-sold-out .online-order-img img {
    filter: saturate(0.72);
    opacity: 0.68;
}
.menu-card-state-badge {
    background: #102625;
    border: 1px solid rgba(233, 186, 102, 0.8);
    border-radius: 8px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    left: 10px;
    line-height: 1.2;
    padding: 8px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    z-index: 2;
}
.product-card.is-sold-out .menu-card-state-badge {
    background: #7b1f1f;
    border-color: rgba(255, 255, 255, 0.72);
}
.menu-card-state-message {
    background: #fff8e8;
    border: 1px solid rgba(192, 147, 66, 0.45);
    border-radius: 8px;
    color: #102625;
    display: flex;
    flex-direction: column;
    font-weight: 800;
    gap: 4px;
    margin-top: 12px;
    padding: 12px 14px;
    text-align: center;
}
.menu-card-state-message small {
    color: #526261;
    font-weight: 600;
}
.menu-card-rating.is-empty {
    color: #667473;
}
.menu-card-rating.is-empty svg {
    opacity: 0.72;
}
.menu-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin: 10px 0 12px;
}
.menu-card-tag {
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    padding: 6px 9px;
}
.menu-card-tag-dietary {
    background: #e7f4df;
    color: #1f5b2c;
}
.menu-card-tag-allergen {
    background: #fff1d7;
    color: #755014;
}
.menu-card-tag-spice {
    background: #fee6df;
    color: #8a2a18;
}
.menu-card-tag-notice {
    background: #eef2f1;
    color: #334443;
}
@media screen and (min-width: 992px) {
    .product-card .menu-card-tags {
        justify-content: flex-start;
    }
}
.menu-card-skeleton {
    pointer-events: none;
}
.skeleton-block {
    animation: menuSkeletonPulse 1.2s ease-in-out infinite;
    background: linear-gradient(90deg, #ece7dc 25%, #f8f6f1 37%, #ece7dc 63%);
    background-size: 400% 100%;
    border-radius: 8px;
}
.skeleton-img {
    height: 185px;
    width: 200px;
}
.skeleton-line {
    height: 16px;
    margin-bottom: 14px;
}
.skeleton-title {
    height: 24px;
    max-width: 70%;
}
.skeleton-stars {
    max-width: 128px;
}
.skeleton-price {
    max-width: 92px;
}
.skeleton-button {
    height: 44px;
    width: 144px;
}
.skeleton-stepper {
    height: 44px;
    width: 128px;
}
.menu-load-fallback {
    background: #fff8e8;
    border: 1px solid rgba(192, 147, 66, 0.45);
    border-radius: 8px;
    color: #102625;
    padding: 18px;
    text-align: center;
}
.menu-load-fallback p {
    color: inherit;
    margin-bottom: 0;
}
.variant-price-summary {
    align-items: center;
    background: #f8f6f1;
    border: 1px solid rgba(16, 38, 37, 0.1);
    border-radius: 8px;
    color: #334443;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 700;
    gap: 6px 10px;
    line-height: 1.35;
    margin: 8px 0 0;
    padding: 9px 11px;
}
.variant-price-summary strong {
    color: #102625;
}
.variant-price-summary span {
    color: #8a641f;
    font-weight: 900;
}
.detail-add-action {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    justify-content: center;
}
.detail-add-action small {
    color: #fff1c7;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
}
.addon-item-title {
    color: #102625;
    font-weight: 900;
}
.addon-base-price,
.addon-option-price {
    color: #8a641f;
    font-weight: 900;
    margin-bottom: 0;
}
.addon-variant-select {
    flex: 1 1 auto;
    margin-right: 14px;
    min-width: 0;
}
.addon-price-estimate {
    background: #102625;
    border: 1px solid #c09342;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 10px;
    padding: 10px 12px;
}
.addon-price-estimate strong,
.addon-action-btn span {
    color: #fff1c7;
    font-weight: 900;
}
.calculate-content .addon-action-btn {
    align-items: center;
    display: inline-flex;
    gap: 6px;
    justify-content: center;
    margin: 4px;
    white-space: normal;
}
.note-limit-help {
    color: #526261;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 6px;
}
.cart-item-note {
    background: #f8f6f1;
    border: 1px solid rgba(16, 38, 37, 0.1);
    border-radius: 8px;
    color: #334443;
    flex-basis: 100%;
    font-size: 13px;
    line-height: 1.35;
    margin: 8px 0 0;
    padding: 8px 10px;
}
.totals-helper {
    color: #526261;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
}
.totals-row-label {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.35;
}
.totals-row-note {
    color: #526261;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}
.order-summary-table td,
.cart-summary .d-flex {
    vertical-align: top;
}
.cart-summary .totals-row-label {
    margin-right: 12px;
    max-width: 70%;
}
.cart-summary .totals-row-note {
    margin-top: 2px;
}
.fulfillment-type-badge {
    background: rgba(233, 186, 102, 0.2);
    border: 1px solid rgba(16, 38, 37, 0.12);
    border-radius: 6px;
    color: #102625;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    margin-left: 8px;
    padding: 5px 8px;
    vertical-align: middle;
    white-space: nowrap;
}
.schedule-summary-panel {
    background: #ffffff;
    border: 1px solid rgba(16, 38, 37, 0.12);
    border-radius: 8px;
    color: #102625;
    padding: 12px;
}
.schedule-summary-title {
    color: #102625;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
    margin: 0 0 3px;
}
.schedule-summary-copy {
    color: #526261;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}
.schedule-method-badge {
    margin-left: 0;
}
.shipping-minimum-note {
    color: #526261;
    display: block;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    margin-top: 4px;
}
.order-eta-panel {
    background: #f8f6f1;
    border: 1px solid rgba(16, 38, 37, 0.12);
    border-radius: 8px;
    color: #102625;
    padding: 12px;
}
.order-eta-main {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}
.order-eta-main strong,
.order-eta-grid strong {
    color: #102625;
    font-weight: 900;
    line-height: 1.3;
}
.order-eta-status {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}
.preorder-status-badge {
    background: #102625;
    border-radius: 6px;
    color: #ffffff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    padding: 5px 8px;
    text-transform: uppercase;
}
.order-eta-label {
    color: #526261;
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}
.order-eta-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.order-eta-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.order-eta-subline {
    color: #526261;
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 2px;
}
.order-eta-note {
    color: #526261;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    margin: 10px 0 0;
}
.preorder-notice {
    background: #fff8e8;
    border: 1px solid rgba(233, 186, 102, 0.55);
    border-radius: 8px;
    color: #102625;
    padding: 12px;
}
.preorder-notice-label {
    color: #526261;
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}
.preorder-notice strong {
    color: #102625;
    display: block;
    font-weight: 900;
    line-height: 1.35;
    margin-top: 2px;
}
.preorder-notice p {
    color: #526261;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    margin: 8px 0 0;
}
.minimum-order-notice {
    border-radius: 8px;
    color: #102625;
    padding: 12px;
}
.minimum-order-warning {
    background: #fff1f0;
    border: 1px solid rgba(255, 70, 70, 0.35);
}
.minimum-order-met {
    background: #f1f8f5;
    border: 1px solid rgba(16, 38, 37, 0.14);
}
.minimum-order-notice span {
    color: #526261;
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}
.minimum-order-notice strong {
    color: #102625;
    display: block;
    font-weight: 900;
    line-height: 1.35;
    margin-top: 2px;
}
.minimum-order-notice p {
    color: #526261;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    margin: 8px 0 0;
}
.delivery-zone-notice {
    border-radius: 8px;
    color: #102625;
    padding: 12px;
}
.delivery-zone-warning {
    background: #fff8e8;
    border: 1px solid rgba(233, 186, 102, 0.55);
}
.delivery-zone-met {
    background: #f1f8f5;
    border: 1px solid rgba(16, 38, 37, 0.14);
}
.delivery-zone-notice span {
    color: #526261;
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}
.delivery-zone-notice strong {
    color: #102625;
    display: block;
    font-weight: 900;
    line-height: 1.35;
    margin-top: 2px;
}
.delivery-zone-notice p {
    color: #526261;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    margin: 8px 0 0;
}
.saved-address-panel,
.save-delivery-address-options {
    background: #ffffff;
    border: 1px solid rgba(16, 38, 37, 0.12);
    border-radius: 8px;
    padding: 12px;
}
.saved-address-panel .form-field-label {
    color: #102625;
    display: block;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 8px;
}
.save-delivery-address-options .form-check-label {
    color: #102625;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}
.checkout-eta-panel {
    background: #ffffff;
}
.checkout-tip-panel {
    color: #102625;
}
.checkout-tip-amount {
    color: #102625;
    font-weight: 800;
    line-height: 1.35;
    white-space: nowrap;
}
.checkout-tip-options {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 8px 0 10px;
}
.checkout-tip-option {
    cursor: pointer;
    margin: 0;
    min-width: 0;
}
.checkout-tip-option input {
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
.checkout-tip-option span {
    align-items: center;
    border: 1px solid rgba(16, 38, 37, 0.18);
    border-radius: 8px;
    color: #102625;
    display: flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    min-height: 38px;
    padding: 6px 4px;
    text-align: center;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.checkout-tip-option input:checked + span {
    background: #102625;
    border-color: #102625;
    color: #ffffff;
}
.checkout-tip-option input:focus-visible + span {
    outline: 3px solid #e9ba66;
    outline-offset: 3px;
}
.checkout-tip-custom-label {
    color: #526261;
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 6px;
}
.checkout-tip-custom .form-control,
.checkout-tip-custom .input-group-text {
    min-height: 42px;
}
@media screen and (max-width: 575px) {
    .order-eta-main {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
    .order-eta-grid {
        grid-template-columns: 1fr;
    }
    .fulfillment-type-badge {
        margin-left: 4px;
    }
    .schedule-summary-panel .d-flex {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 8px;
    }
    .checkout-tip-options {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.reservation-stepper {
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0 0 20px;
    overflow-x: auto;
    padding: 0 0 4px;
    scrollbar-width: none;
}
.reservation-stepper::-webkit-scrollbar {
    display: none;
}
.reservation-step {
    align-items: center;
    background: #f8f6f1;
    border: 1px solid rgba(16, 38, 37, 0.1);
    border-radius: 8px;
    color: #526261;
    display: inline-flex;
    flex: 1 0 96px;
    gap: 8px;
    min-height: 44px;
    padding: 8px 10px;
    white-space: nowrap;
}
.reservation-step span {
    align-items: center;
    background: #d8d0bf;
    border-radius: 999px;
    color: #102625;
    display: inline-flex;
    flex: 0 0 24px;
    font-size: 12px;
    font-weight: 800;
    height: 24px;
    justify-content: center;
}
.reservation-step small {
    font-weight: 800;
    letter-spacing: 0;
}
.reservation-step.is-active,
.reservation-step.is-complete {
    background: #102625;
    border-color: #102625;
    color: #ffffff;
}
.reservation-step.is-active span,
.reservation-step.is-complete span {
    background: #c09342;
    color: #102625;
}
.reservation-field-error {
    color: #9a1d1d;
    display: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    margin: -6px 0 14px;
}
.reservation-field-error:not(:empty) {
    display: block;
}
.reservation-availability-summary {
    background: #eef7f4;
    border: 1px solid rgba(32, 98, 79, 0.18);
    border-radius: 8px;
    color: #20624f;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 18px;
    padding: 12px 14px;
}
.reservation-table-choice {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(16, 38, 37, 0.1);
    border-radius: 8px;
    color: #102625;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 164px;
    padding: 12px;
    text-decoration: none;
}
.reservation-table-choice:hover,
.reservation-table-choice:focus {
    border-color: #c09342;
    color: #102625;
    text-decoration: none;
}
.reservation-table-choice img {
    max-height: 92px;
    object-fit: contain;
}
.reservation-table-name {
    font-weight: 800;
    overflow-wrap: anywhere;
}
.reservation-table-capacity {
    color: #5f6d6b;
    font-size: 13px;
    font-weight: 700;
}
.reservation-check-form .custom-control.is-invalid,
.reservation-check-form .custom-control[aria-invalid="true"],
.custom-control.is-invalid,
.custom-control[aria-invalid="true"] {
    background-color: #fff8f8 !important;
    border: 1px solid #b42323 !important;
}
.custom-control {
    background-color: #f8f6f1 !important;
    border: 1px solid #d7cdbb !important;
    color: #102625 !important;
}
.custom-control::placeholder {
    color: #667473 !important;
    opacity: 1;
}
.custom-input-group-text {
    background-color: #f8f6f1 !important;
    border-bottom: 1px solid #d7cdbb !important;
    border-left: 1px solid #d7cdbb !important;
    border-top: 1px solid #d7cdbb !important;
}
.custom-input-group-text svg path[fill="#BFBFBF"] {
    fill: #667473;
}
.custom-input-group-text svg path[stroke="#BFBFBF"] {
    stroke: #667473;
}
.text-danger,
.alert-danger,
.reservation-field-error {
    color: #7b1f1f !important;
}
.alert-danger {
    background: #fff1f1;
    border-color: #d8a0a0;
}
.common-bg .text-danger,
.home-hero .text-danger,
.expert-slider-text .text-danger {
    background: rgba(16, 38, 37, 0.86);
    border-radius: 8px;
    color: #ffffff !important;
    display: inline-block;
    padding: 4px 8px;
}
@keyframes menuSkeletonPulse {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}
@media (prefers-reduced-motion: reduce) {
    .skeleton-block {
        animation: none;
    }
}
.product-card .qty-control {
    flex: 0 0 auto;
}
.hide-menu.cart-empty .cartBtn {
    opacity: 0.72;
}
.mobile-cart-summary-bar {
    display: none;
}
@media screen and (max-width: 991px) {
    .online-order-toolbar {
        top: 76px;
    }
    .online-order-container {
        padding-bottom: 96px;
    }
    .hide-menu.cart-empty .cart_box {
        display: none;
    }
    .mobile-cart-summary-bar:not(.is-empty) {
        background: #f8f6f1;
        border-top: 1px solid rgba(16, 38, 37, 0.16);
        box-shadow: 0 -12px 28px rgba(16, 38, 37, 0.18);
        bottom: 0;
        display: block;
        left: 0;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
        position: fixed;
        right: 0;
        z-index: 1040;
    }
    .mobile-cart-summary-link {
        align-items: center;
        background: #102625;
        border: 1px solid #c09342;
        border-radius: 8px;
        color: #ffffff;
        display: grid;
        gap: 4px 10px;
        grid-template-columns: 1fr auto;
        min-height: 58px;
        padding: 10px 12px;
        text-decoration: none;
    }
    .mobile-cart-summary-link:hover,
    .mobile-cart-summary-link:focus {
        background: #0b1d1c;
        color: #ffffff;
        text-decoration: none;
    }
    .mobile-cart-summary-copy {
        color: #ffffff;
        font-size: 13px;
        font-weight: 800;
        line-height: 1.25;
    }
    .mobile-cart-summary-total {
        color: #e9ba66;
        font-size: 15px;
        font-weight: 900;
        line-height: 1.2;
        text-align: right;
    }
    .mobile-cart-summary-action {
        color: #ffffff;
        font-size: 12px;
        font-weight: 800;
        grid-column: 1 / -1;
        line-height: 1.2;
        opacity: 0.86;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 575px) {
    .online-order-toolbar {
        padding: 12px;
        top: 68px;
    }
    .online-order-toolbar-header {
        align-items: stretch !important;
    }
    .online-order-toolbar-actions {
        flex: 1 1 100%;
        min-width: 100%;
    }
    .online-order-toolbar .order-search-form {
        flex: 1 1 auto;
    }
    .online-order-toolbar .category-search {
        min-width: 0 !important;
        width: 100% !important;
    }
    .product-card .menu-card-add-btn,
    .product-card .qty-control {
        width: 100%;
    }
    .product-card .qty-control {
        justify-content: space-between;
    }
    .product-card .menu-card-tags {
        justify-content: center;
    }
    .skeleton-img,
    .skeleton-button,
    .skeleton-stepper {
        width: 100%;
    }
    #book-table {
        padding-top: 42px;
    }
    .reservation-booking-row {
        align-items: flex-start !important;
    }
    .reservation-form-col .fs-50 {
        font-size: 34px !important;
        line-height: 1.18 !important;
    }
    .reservation-stepper {
        margin-bottom: 16px;
    }
    .reservation-image-col .table-book {
        margin-top: 8px;
        padding-right: 0;
        transform: none !important;
    }
    .reservation-image-col .table-book img {
        max-height: 240px;
        object-fit: cover;
        width: 100%;
    }
}

.home-hero {
    min-height: min(860px, calc(100vh - 24px));
    overflow: hidden;
}
.home-hero::before {
    background: rgba(7, 18, 18, 0.24);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}
.home-hero-inner,
.home-hero .container {
    position: relative;
    z-index: 2;
}
.home-hero-copy .main_title,
.home-hero-text {
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}
.home-hero-text {
    max-width: 620px;
}
.home-hero-actions .btn {
    min-width: 150px;
}
.home-hero-media {
    isolation: isolate;
}
.home-hero-media::after {
    background: rgba(7, 18, 18, 0.18);
    border-radius: 8px;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}
.home-hero-media .btn-video {
    z-index: 3;
}
@media screen and (max-width: 991px) {
    .home-hero {
        min-height: auto;
    }
    .home-hero-inner {
        padding-bottom: 48px;
        padding-top: 86px;
    }
    .home-hero-actions {
        align-items: stretch !important;
    }
    .home-hero-media {
        margin-left: auto;
        margin-right: auto;
        max-width: 420px;
    }
}
@media screen and (max-width: 575px) {
    .home-hero-inner {
        padding-bottom: 36px !important;
        padding-top: 72px !important;
    }
    .home-hero .main_title {
        font-size: 32px !important;
        line-height: 1.16 !important;
    }
    .home-hero-text {
        font-size: 15px !important;
        margin-bottom: 20px !important;
    }
    .home-hero-actions .btn {
        min-height: 44px;
        width: 100%;
    }
    .home-hero-media {
        margin-top: 4px;
    }
    .home-hero-media img.h-100 {
        max-height: 220px;
        object-fit: cover;
        width: 100%;
    }
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible,
.language-option:focus-visible,
.cartBtn:focus-visible,
.simple_btn:focus-visible,
.checkout:focus-visible,
.btn-checkout:focus-visible,
.add-cart-btn:focus-visible,
.empty-cart-mini-link:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.form-control:focus-visible,
.custom-control:focus-visible,
.form-check-input:focus-visible {
    outline: 3px solid #e9ba66 !important;
    outline-offset: 3px;
    box-shadow: 0 0 0 4px rgba(16, 38, 37, 0.18) !important;
}

.form-control:focus-visible,
.custom-control:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    border-color: #c09342 !important;
}

.login-page-section {
    overflow-x: hidden;
}
.login-auth-col {
    max-width: 520px;
}
.login-card {
    border: 0;
    border-radius: 8px;
    overflow: hidden;
}
.login-utility-row {
    gap: 12px;
}
.login-forgot-link {
    color: #102625;
    line-height: 1.35;
    max-width: 100%;
    overflow-wrap: anywhere;
    text-align: right;
    white-space: normal;
}
.login-forgot-link:hover,
.login-forgot-link:focus {
    color: #c09342;
}
.login-register-row {
    flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
    .login-auth-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
    .login-card .card-body {
        padding: 24px 18px !important;
    }
    .login-utility-row {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 10px;
    }
    .login-forgot-link {
        text-align: left;
    }
    .login-register-row {
        flex-direction: column;
        text-align: center;
    }
}
.footer-area .contact_title {
  color: #ffffff;
}

/* The configurable brand red is appropriate on light surfaces but does not
   meet WCAG contrast on the dark-green menu sections. Use the established
   gold accent for text on those surfaces. */
.bg-dark-green .text_primary,
.bg-dark-green .food-title,
.bg-dark-green .food-price {
  color: #e9ba66 !important;
}
.language-option {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}

.language-flag {
    width: 22px;
    height: 15px;
    display: inline-block;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, .16);
    border-radius: 2px;
}
