@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Courgette&family=Crimson+Text:ital,wght@0,400;0,600;1,600&family=Josefin+Sans:ital,wght@0,400;0,600;1,600&family=Righteous&family=Satisfy');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@400;700&display=swap');

:root {
    --theme-font-family: 'Lexend Deca', 'Crimson Text', 'serif' !important;
    --theme-danger-color: #ff5722;
}

.tw-home-content-body .tw-home-page-top-section-template {
    min-height: initial;
}

.custom-home .tw-home-page-carousel-body {
    min-height: auto;
    top: 0px;
}

.nav-bar-title>div>div>span>c {
    color: #a85b00;
}

.tw-custom-page .tw-custom-page-banner .about-page .about-box .heading {
    padding: 30px;
}

@media(min-width:768px) {
    .custom-home .tw-home-page-carousel-body {
        height: 100vh;
        width: 100%;
    }
}

.custom-home .bg-image {
    height: 100vh;
    width: 100%;
}

.custom-home .overlay-shadow {
    height: initial;
}

.tw-powered-by-section .tw-powered-by-text a {
    color: rgb(255 255 255);
}

.buttons.button-clear i {
    color: #030303;
}

.fixed-thought-section {
    background-color: rgb(255 255 255);
}

@media (min-width: 992px){
    .sub-header-margin {
        margin-top: 23px;
    }
}

.top-second-header-bar .button-bar-block .header-links:nth-child(1) .link {
    color: rgb(255 255 255);
}

.action-btn-section {
    width: 100vw;
    position: fixed;
    bottom: 50px;
    text-align: left;
    z-index: 10000;
    left: 10px;
    padding-bottom: 30px;
    display: none !important;

}

.custom-home .about-biz .browse-button {
    color: rgb(255 255 255);
    background: linear-gradient(-45deg, #107a05, #ffc900);
    border-radius: 51px;
    box-shadow: 3px 0px 16px 4px #b5b6ae;
    border-width: 2px;
    border-style: outset;
    padding: 0px 43px;
    text-transform: uppercase;
    padding: 10px 5px 10px !important;
    box-shadow: none;
    text-shadow: none;
    text-decoration: none;
    border-radius: 10px;
    animation: glowing1 1500ms infinite;
    width: 40%;
}


@keyframes glowing1 {
    0% {
        background-color: #4aa061;
        box-shadow: 0 0 40px #4aa061;
    }

    50% {
        background-color: #f4a01b;
        box-shadow: 0 0 3px #f4a01b;
    }

    100% {
        background-color: #4aa061;
        box-shadow: 0 0 40px #4aa061;
    }
}


@media(min-width:768px) {
    .custom-home .about-biz {
        position: fixed;
        top: 500px;
        color: #fff;
        text-align: left;
        z-index: 10000;
        width: 100%;
        left: -297px;
    }

    .custom-home .about-biz .biz-name {
        font-size: 98px;
        color: rgb(255 255 255);
        text-transform: uppercase;
        font-weight: 700;
    }

    .top-second-header-bar .button-bar-block .nav-dropdown-item .header-links-name {
        cursor: pointer;
        color: rgb(24 24 24);
        line-height: 35px;
        font-size: 13px;
        font-weight: 600;
        margin: 0 10px;
    }

    .top-second-header-bar .button-bar-block i {
        color: rgb(0 0 0);
        font-weight: 600;
        font-size: 16px;
        margin-left: 5px;
    }

    .tw-home-flash-screen {
        top: 94px;
    }
}

.top-second-header-bar {
    background: var(--theme-footer-color);
    border: none;
}

ion-header-bar.bar-stable.bar.bar-header {
    background-color: var(--theme-footer-color)
}

.tw-multi-location-selected-loc-name {
    text-decoration: auto !important;
    color: #000 !important;
}

.footer-section {
    background-color: var(--theme-color);
}

.custom-home .product-heading {
    font-size: 31px;
}

@media (max-width:768px) {
    .custom-home .about-biz {
        top: 510px;
    }

    .custom-home .about-biz {
        position: fixed;
        top: 500px;
        color: #fff;
        text-align: left;
        z-index: 10000;
        width: 100%;
        left: -1px;
    }

    .custom-home .product-heading {
        margin-bottom: 50px;
        position: relative;
        top: 20px;
    }

    .bar.bar-stable .button-icon {
        color: var(--theme-color);
    }
}

.tw-booking-progress .tw-booking-flow .row {
    color: var(--theme-footer-color);
}

.reservation .booking-input-section .tw-booking-progress .tw-booking-flow .tw-booking-step .tw-step-text .tw-selected-value {
    color: var(--theme-footer-color);
}

.button.button-badge.badge-yellow span {
    background-color: #fff671;
    left: 23px;
}

.fixed-thought-section .thought-heading {
    color: var(--theme-footer-color);
}

.custom-home .feature-boxes .box-link {
    color: var(--theme-footer-color);
    border-color: var(--theme-footer-color);
}

.reservation .booking-input-section .tw-booking-progress .tw-booking-flow .tw-booking-step .tw-step-text {
    opacity: 1;
}

.reservation .booking-input-section .tw-booking-progress .tw-booking-flow .tw-booking-step .tw-step-icon {
    opacity: 1;
}


.contact-us-section .heading {
    text-align: center;
    font-size: 37px;
}

.fixed-thought-section .thought-heading {
    font-family: 'Dancing Script', cursive;
    font-size: 38px;
    color: #000;
}

.fixed-thought-section .thought-text {
    color: rgb(0 0 0);
}

.top-second-header-bar .button-bar-block .header-links:nth-child(1) {
    color: var(--theme-color);
    padding: 6px 20px;
}

@media(min-width:769px) {
    .bar.bar-stable .title {
        height: 94px;
        right: 22px;
    }

   
    .bar .title+.buttons {
        top: 28px;
    }

    ion-header-bar.bar-stable.bar.bar-header {
        height: 94px;
    }

    .logo img {
        height: 82px;
    }
}

@media(min-width:769px) {
    .tw-top-header-position {
        top: 117px;
    }

    .bar .buttons-right span {
         margin-left: 5px; display: inherit; right: 81px; top: -15px;
    }

    .bar.bar-stable .button-icon {
        color: var(--theme-color);
        top: 2px;
        z-index: 1000000;
        padding-right: 38px;
    }
}


.custom-products .tw-content-container .product-container .tw-menu-header {
    font-family: 'Caveat', cursive;
    background-color: var(--theme-color);
    color: var(--theme-footer-color);
    font-size: 2em;
    padding: 0.6em;
}

.footer-section .footer-links {
    color: #f4cd85;
    font-size: 14px;
}

.footer-section .copy-right-text a {
    text-decoration: none;
    color: #f4cd85;
}

.top-second-header-bar .biz-logo img {
    height: 89px;
    cursor: pointer;
    position: absolute;
    bottom: 9px;
}

.header-links {
    color: #ac8035;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid var(--theme-color);
    border-radius: 45px;
    padding: 6px;
}

.top-second-header-bar .button-bar-block .header-links .link {
    color: #ac8035;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.top-second-header-bar .button-bar-block .nav-dropdown-item .header-links-name {
    text-transform: uppercase;
    font-weight: 500;
}

.secure-login-text {
    color: #000;
}

,
tw-back-button-text {
    color: #000;
}

.tw-navbar-customised {
    background: #fff;
}

.header-links .link {
    color: #06742e;
    font-size: 13px;
    padding: 0 20px 0px 20px;
    font-weight: 600;
}
}

span.nav-bar-title {
    color: black;
}

.tw-powered-by-section .tw-powered-by-text {
    padding: 4px 0 23px;
}

.tw-custom-tastebud-sec-h1 {
    text-align: center;
    color: #21aa21;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    margin-top: 50px;
}

@media(min-width:769px) {
    .tw-custom-tastebud-sec-scratch-img {
        height: 38vh;
        top: -74px;
        position: relative;
    }

    .tw-custom-tastebud-sec-head {
        font-size: 36px;
        font-weight: 800;
        line-height: 1.2;
    }

    .tw-custom-tastebud-sec-p {
        text-align: justify;
        color: #211f1f;
        font-size: 16px;
        line-height: 1.4;
    }

    .tw-custom-tastebud-sec-img {
        height: 114vh;
    }
}

@media(max-width:768px) {
    .tw-custom-tastebud-sec-scratch-img {
        height: 38vh;
        top: -138px;
        position: absolute;
        left: -155px;
        display: none;
    }

    .tw-custom-tastebud-sec-head {
        font-size: 34px;
        font-weight: 800;
        line-height: 1;
        text-align: center;
        margin-top: 40px;
    }

    .tw-custom-tastebud-sec-p {
        text-align: justify;
    }

    .tw-custom-tastebud-sec-img {
        height: auto;
        width: 100%;
    }

    .tw-new-img-sec-explorebtn {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0px;
        margin-top: 32px;
        text-align: center;
    }
}

.biz-name>h1 {
    display: none;
}

.product-container .tw-menu-body .tw-menu-item-box .short-desc {
    bottom: 1px;
    font-weight: normal !important;
    font-size: 14px !important;
    color: #7e7e7e !important;
}


.menu-items .tw-content-container .product-container .tw-menu-body {
    padding: 5px;
}

.menu-items .tw-content-container .product-container .tw-menu-body .tw-menu-item .tw-item-pic img {
    width: 100px;
    border-radius: 5px;
    margin-right: 2px;
    position: relative;
    /* right: 0px; */
}

.menu-items .tw-content-container .product-container .tw-menu-body .tw-menu-item .item-quantity-buttons {
    float: right;
    position: relative;
}


.menu-items .tw-content-container .product-container .tw-menu-body .tw-menu-item .tw-item-pic {
    width: 100px;
    height: 100px;
}

.menu-items .tw-content-container .product-container .tw-menu-body .tw-menu-item .tw-item-detail {
    width: calc(100% - 100px);
}

.menu-items .tw-fixed-catalogue .tw-menu-catalogue-section .catlogue-name {
    color: #532A0C !important;
}

.menu-items .tw-content-container .product-container .tw-menu-body .tw-menu-item .tw-item-detail .item-description {
    color: var(--theme-color);
    padding: 0px 5px;
}

.menu-items .tw-content-container .product-container .tw-menu-body .tw-menu-item .tw-item-detail .item-pricing {
    padding: 0px 33px;
    color: var(--theme-danger-color) !important;
}

@media(max-width:768px) {
    .menu-items .tw-content-container .product-container .tw-menu-body .tw-menu-item .tw-item-detail .item-pricing {
        padding: 5px 5px;
    }
}

.menu-items .tw-content-container .product-container .tw-menu-body .tw-menu-item-box {
    padding: 10px 10px;
}

.menu-items .tw-content-container .product-container .tw-menu-body .tw-menu-item-box .short-desc .tw-item-pic-space {
    margin-left: -10 px;
}

.menu-items .tw-content-container .product-container .tw-menu-body .tw-menu-item-box .short-desc {
    font-weight: normal !important;
    font-size: 14px !important;
    color: #7e7e7e !important;
    line-height: 17px;
    top: 0px;
    margin-top: 7px;
    padding: 0px 6px;
}


.menu-items .tw-offer-display-section .tw-offer-display {
    padding: 0px 5px;
}

.menu-items .tw-content-container .product-container .tw-menu-body .tw-menu-item-box .tw-item-pic-space {
    margin-left: -10px;
}

.menu-items .tw-content-container .product-container .tw-menu-body .tw-menu-item .tw-item-pic .tw-item-name-initials {
    border-radius: 5px;
    border: 1px solid var(--theme-footer-color);
    font-size: 30px;
    padding: 27px 4px 4px;
    width: 100px;
    height: 100px;
    bottom: 0px;
    color: white;
    text-align: center;
    right: 0px;
}

.tw-menu-item .col-xs-8 {
    width: calc(100% - 90px);
}

.tw-menu-item .col-xs-4 {
    width: 91px
}

/* End of Class to manipulate item photos*/


.manual-item-detail .feature-section {
    display: none;
}


/*START OF Restaurant feature section*/

.tw-featured-product-restaurant-section .tw-feature-product-restaurant-container {
    padding: 20px 15px;
    max-width: 100%;
}

.tw-featured-product-restaurant-section .tw-feature-product-restaurant-header {
    margin-bottom: 0px;
    padding: 0 10px;
}

.tw-featured-product-restaurant-section .tw-feature-product-restaurant-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 3px;
    line-height: 1.2;
}

.tw-featured-product-restaurant-section .tw-feature-product-restaurant-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.tw-featured-product-restaurant-section .tw-feature-product-restaurant-scroll {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tw-featured-product-restaurant-section .tw-feature-product-restaurant-scroll::-webkit-scrollbar {
    display: none;
}

.tw-featured-product-restaurant-section .tw-feature-product-restaurant-card {
    background-color: white;
    border-radius: 12px;
    padding: 10px;
    min-width: 200px;
    max-width: 200px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    flex: 0 0 auto;
}

.tw-featured-product-restaurant-section .tw-feature-product-restaurant-card-image {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 12px;
}

.tw-featured-product-restaurant-section .tw-feature-product-restaurant-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tw-featured-product-restaurant-section .tw-feature-product-restaurant-card-description {
    color: #666;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
}

.tw-featured-product-restaurant-section .tw-feature-product-restaurant-card-footer {
    display: flex;
    justify-content: flex-end;
}

.tw-featured-product-restaurant-section .tw-feature-product-restaurant-add-button {
    background-color: #ff6b00;
    color: white;
    border: none;
    padding: 8px 18px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tw-featured-product-restaurant-section .tw-feature-product-restaurant-add-button:hover {
    background-color: #ff8c00;
}

/*END OF Restaurant feature section*/

.tw-footer-hero-section, .tw-powered-by-section {
    z-index: 1000;
    background-color: #ffffff !important;
}
@media (max-width: 768px) {
  .custom-home .bg-image {
    height: 25vh !important;
    width: 100% !important;
  }
}
.tw-ar-container {
    margin: 18px auto !important;
}
.mobile-menu-option .item-content {
    margin-bottom: -3px !important;
    padding-right: 15px;
    padding-left: 50px;
}
.tw-mobile-sub-menu-option-link {
    color: gray;
    text-decoration: none;
    padding: 0px 28px !important;
    line-height: 30px;
    font-size: 15px;
}
.tw-mobile-menu-sub-menu-block {
  border-left: none !important;
  margin-left: 38px;
  position: relative;
}
.slider-pager {
  display: none;
}:root{--theme-color:#ac8035; --theme-color-invert:#fcd645; --theme-color-light:black; --theme-footer-color:#ffffff; --theme-font-family:'Cantarell', sans-serif; } .footer-section .footer-section-header{color:#017909; font-size:18px;} 