﻿@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

html {
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 0.71em;
}

.AddedProductsWrapper::-webkit-scrollbar,
#sideBarMenu::-webkit-scrollbar {
    width: 0.351em;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-right {
    justify-content: right;
}

.justify-content-start {
    justify-content: flex-start;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: end;
}

.justify-content-end {
    justify-content: flex-end;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.dxeBase_RoyalIndianModerno, .dxflFormLayout_RoyalIndianModerno,
input[type="text"].dxeEditArea_RoyalIndianModerno, input[type="password"].dxeEditArea_RoyalIndianModerno,
.dxeMemoEditAreaSys {
    color: #4a4a4a;
    font-family: Jost, sans-serif;
}

.time-info .dxeBase_RoyalIndianModerno,
.time-info .dxflFormLayout_RoyalIndianModerno,
.time-info input[type="text"].dxeEditArea_RoyalIndianModerno,
.time-info input[type="password"].dxeEditArea_RoyalIndianModerno,
.time-info .dxeMemoEditAreaSys {
    color: #afafaf;
}

.dxEditors_edtDropDown_RoyalIndianModerno {
    filter: brightness(50);
}

.display-block {
    margin: 0 auto;
}

.font-weight-600 {
    font-weight: 600;
}

.OnlineCartGrid {
    font-family: Jost, sans-serif;
}

.OnlineMenuOrderSetFormLayout .dxflGroupBox_RoyalIndianModerno,
.reviewOrderTotalPriceFormLayOut .dxflGroupBox_RoyalIndianModerno,
.dxeRadioButtonList_RoyalIndianModerno, .dxeCheckBoxList_RoyalIndianModerno {
    border: 1px Solid #383838;
}

.dxlpLoadingPanelWithContent_RoyalIndianModerno span /*, .menuSystem span*/ {
    color: #000000 !important;
}

.menuSystem .dxm-selected span {
    /*color: #ffffff !important;*/
}

.menuSystem .dxWeb_mAdaptiveMenu_RoyalIndianModerno {
    background-position: -390px -225px;
}

.captionWrap {
    white-space: normal;
    word-wrap: break-word;
}

.dx-fab-image-container img {
    min-width: 22px;
}

.SingFNBProductTag {
    max-height: 17px !important;
}

.PublicErrorText {
    font-weight: bold;
    color: #ffd71b;
    font-size: 15px;
}

a:visited.dxeHyperlink_RoyalIndianModerno, a:hover.dxeHyperlink_RoyalIndianModerno {
    color: #1D4452;
}

.ForwardToFriend {
    max-width: 500px;
    display: block;
    margin: 0 auto;
}

    .ForwardToFriend .EmailCampaign {
        width: auto !important;
    }

    .ForwardToFriend .dxflHACSys > .dxflItemSys {
        width: 100%;
    }

.margin-0-auto {
    margin: 0 auto;
}

.strikeOutPrice {
    text-decoration: line-through;
    margin-left: 5px;
}

.TakeAwayStrikeOutPrice {
    text-decoration: line-through;
    font-size: 16px;
    color: #333;
    margin: 5px;
}

body::-webkit-scrollbar-track,
.AddedProductsWrapper::-webkit-scrollbar-track,
#sideBarMenu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb,
.AddedProductsWrapper::-webkit-scrollbar-thumb,
#sideBarMenu::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.dxflGroupBoxCaption_RoyalIndianModerno {
    background-color: #222222 !important;
    color: #fff !important;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #343434;
    font-size: 14px;
    /*background-color: #100e0e;*/
    /*background-color: #12171b;*/
    background-color: #f6fafd;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscsale;
    /*overflow-x: hidden;*/
}

    body .WithLightBG {
        background-color: #ffffff !important;
    }

.dxeHyperlink_RoyalIndianModerno {
    color: #ffd71b;
}

.line-height150 {
    line-height: 1.5;
}

iframe {
    border: none;
}

.p-10 {
    padding: 10px 0;
}

.pt-10 {
    padding-top: 10px 0;
}

.p-20 {
    padding: 20px 0;
}

.p-30 {
    padding: 30px 0;
}

.p-40 {
    padding: 40px 0;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.Menu-BG-Gradient a {
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    margin: 0 auto 20px auto;
    width: 270px;
}


.PublicSideButton {
    /*background: #ffffff !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    padding: 8px 25px !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: 1px #000000 solid !important;*/
}

.viewMealDishSelectionFormLayOut .PublicSideButton,
.CateringOrderCustomFormLayout .PublicSideButton,
.PromoCodeLayOutGroup .PublicSideButton,
.CheckoutAndConfirmation .PublicSideButton,
.lastConfirmPanel .PublicSideButton {
    background-color: #000000 !important;
    margin-top: 20px;
    color: #ffffff !important;
    font: 14px "Montserrat", sans-serif;
    border: 1px #000000 solid !important;
    display: inline-flex;
    justify-content: center;
}

.PromoCodeLayOutGroup .PublicSideButton,
.CheckoutAndConfirmation .PublicSideButton {
    margin-top: 0;
}

    .viewMealDishSelectionFormLayOut .PublicSideButton span,
    .CateringOrderCustomFormLayout .PublicSideButton span,
    .PromoCodeLayOutGroup .PublicSideButton span,
    .CheckoutAndConfirmation .PublicSideButton span,
    .lastConfirmPanel .PublicSideButton span {
        color: #ffffff !important;
    }

    .viewMealDishSelectionFormLayOut .PublicSideButton:hover,
    .CateringOrderCustomFormLayout .PublicSideButton:hover,
    .PromoCodeLayOutGroup .PublicSideButton:hover,
    .CheckoutAndConfirmation .PublicSideButton:hover,
    .lastConfirmPanel .PublicSideButton:hover {
        background-color: #ffffff !important;
        color: #000000 !important;
    }

        .viewMealDishSelectionFormLayOut .PublicSideButton:hover span,
        .CateringOrderCustomFormLayout .PublicSideButton:hover span,
        .PromoCodeLayOutGroup .PublicSideButton:hover span,
        .CheckoutAndConfirmation .PublicSideButton:hover span,
        .lastConfirmPanel .PublicSideButton:hover span {
            color: #000000 !important;
        }

.viewMealDishSelectionFormLayOut .productConfigUC .dxflGroupContainerSys {
    padding: 0 !important;
    margin-bottom: 0;
}

.AddToCartButton, .SeeAllProductsButton {
    background: #000000 !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 8px 25px !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: 1px #e4e4e4 solid !important;
    cursor: pointer;
    line-height: 24px;
    display: block;
    margin-top: 15px;
}

.PublicSideButton span {
    /*color: #000000 !important;*/
}

.PublicSideButton.dxbDisabled_RoyalIndianModerno,
a.dxbButton_RoyalIndianModerno.dxbDisabled_RoyalIndianModerno.PublicSideButton,
.PublicSideButton.dxbDisabled_RoyalIndianModerno:hover,
a.dxbButton_RoyalIndianModerno.dxbDisabled_RoyalIndianModerno.PublicSideButton:hover {
    color: #C3C3C3;
    cursor: default;
    text-decoration: none;
    background: #e7e7e7;
    border-color: #d3d3d3;
}

.AddToCartButton:hover,
.SeeAllProductsButton:hover {
    background-image: linear-gradient(90deg, rgb(12, 12, 12) 0%, rgb(54, 53, 53) 100%) !important;
    border: 1px #e4e4e4 solid !important;
    /*color: #000000 !important;*/
}

.WithLightBG .AddToCartButton:hover,
.WithLightBG .SeeAllProductsButton:hover {
    background-color: #000000 !important;
    border: 1px #000000 solid !important;
    color: #ffffff !important;
}

.AddToCartButton:before {
    content: "\f207";
    margin-right: 10px;
    font: normal normal normal 20px/1 "Material Design Icons";
}

.HomeDeliveryOrder1OrderLeadTimeMessage {
    font-size: 16px;
    font-weight: bold;
    color: #ffd71b !important;
    padding-bottom: 5px;
}

.dxvsValidationSummary_RoyalIndianModerno a.dxvsHL_RoyalIndianModerno,
.dxvsValidationSummary_RoyalIndianModerno a.dxvsHL_RoyalIndianModerno:visited {
    color: red !important;
}

.divImages img.SingFNBProductTag {
    /*display: inline-block;*/
    /*line-height: 35px;*/
    /*margin-top: -10px;*/
}

#infoMessage span {
    margin-bottom: 0px;
}

#infoMessage {
    padding: 6px 15px 8px 15px;
    background-color: #449d44 !important;
    background-color: #449d44 !important;
    border: 1px solid #3d8b3d !important;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cartButton {
    color: #FFFFFF !important;
    background-color: #861619 !important;
    padding: 10px 20px !important;
    border: 1px solid #861619 !important;
    text-decoration: none !important;
    font-weight: 500;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
}

    .cartButton:before {
        content: "\f07a";
        font: normal normal normal 20px/1 FontAwesome;
    }

    .cartButton:hover,
    .dxcvControl_RoyalIndianModerno a.cartButton:hover {
        background-color: #000000 !important;
        background: #000000 !important;
        border-color: #000000 !important;
        color: #fff !important;
    }

.font-bold {
    font-weight: bold;
}

.fontSize20 {
    font-size: 20px;
}

/*.navbar-logo {
    padding: 5px !important;
}*/

a:hover {
    text-decoration: none;
}

.dxpnlControl_RoyalIndianModerno {
    font: 14px "Montserrat", sans-serif;
}

/*.dxm-main.dxm-horizontal.topMainMenu ul,
.dxm-ltr .dxm-main.topMainMenu {
    float: none !important;
}*/

img {
    max-width: 100%;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

p, ul {
    margin-top: 0;
    margin-bottom: 12px;
}

.h3, h3 {
    line-height: 1.5;
}

header {
    background-color: #1B1B1B;
    width: 100%;
    padding: 15px 0;
    position: relative;
}

ul.top-menu {
    list-style: none;
    position: absolute;
    top: -5px;
    right: -6px;
    padding: 0 24px 0 14px;
    background-color: #5d5d5d;
    border-radius: 5px;
    z-index: 3;
}

    ul.top-menu:before {
        content: '';
        position: absolute;
        right: 100%;
        top: 5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 3px 3px 0;
        border-color: transparent #5d5d5d transparent transparent;
    }

    ul.top-menu li {
        float: left;
        margin-left: 14px;
    }

        ul.top-menu li:first-child {
            margin-left: 0;
        }

        ul.top-menu li, ul.top-menu li a {
            position: relative;
            color: #cfb896;
            font: 500 13px/32px "Montserrat", sans-serif;
            text-transform: capitalize;
            transition: all 0.2s ease-in-out;
        }

            ul.top-menu li a:hover,
            ul.top-menu li a:hover span {
                color: #fff;
            }

.shoppingCartDivLabel {
    font: 13px "Merriweather", serif !important;
    color: #ffc001;
}

.cartButtonAlaCarte .shoppingCartDivLabel {
    text-align: center;
    position: absolute;
    top: 11px;
    right: 0;
    font-family: "Open Sans";
    font-weight: 600;
    color: #FFF;
    width: 22px;
    background: #000000;
    border-radius: 20px;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
}

.header-panel {
    position: relative;
}

.navbar-default {
    background-color: transparent;
}

.text-pt {
    font-family: "PT Serif", serif;
}

.text-Montserrat {
    font-family: 'Montserrat', sans-serif;
}

/*.text-dark {
    color: #e4e4e4;
}*/

.text-red {
    color: #861619;
}

.text-yellow {
    color: #fffc00;
}

.text-grey {
    color: #9e9e9e;
}

.text-white {
    color: #fff;
}

.text-cormorant {
    font-family: Cormorant Garamond, serif;
}

/*.header-menu {
    width: auto;
    float: right;
    margin-top: 18px;
}*/

.navbar-brand {
    /*height: auto;
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;*/
    padding: 0;
    float: none;
}

/*.navbar-brand > img {
    display: block;
    margin: -1px auto 0 auto;
    width: 100%;
}*/

.x-hidden {
    overflow-x: hidden;
}

.dxmLite_RoyalIndianModerno {
    font: 14px "Montserrat", sans-serif;
    color: #2b2b2b;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: 13px;
}

    .header-menu .dxmLite_RoyalIndianModerno .dxm-horizontal .dxm-separator,
    .dxmLite_RoyalIndianModerno .dxm-horizontal .dxm-separator {
        display: none;
    }

    .dxmLite_RoyalIndianModerno .dxm-vertical .dxm-separator {
        padding: 1px 0;
    }

.header-menu .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-horizontal .dxm-image-l .dxm-content,
.header-menu .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-horizontal .dxm-image-r .dxm-content {
    padding: 15px 10px !important;
    /*font-family: "Montserrat", sans-serif;*/
    /*font-family: "Cormorant Garamond", serif;*/
    font-weight: 500;
}

.header-menu .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-horizontal .dxm-image-l .dxm-item.dxm-subMenu .dxm-content,
.header-menu .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-horizontal .dxm-image-r .dxm-item.dxm-subMenu .dxm-content {
    padding: 15px 0 15px 15px !important;
}

.header-menu .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-horizontal .dxm-image-l .dxm-popOut {
    /*padding-right: 0;
    float: left;
    margin-left: 3px;*/
    /*height: auto !important;
    display: none !important*/
    /*padding-right: 13px !important;*/
    /*padding-left: 0 !important;*/
    /*padding-right: 0 !important;*/
}

#main-menu .dxm-popOut.dxh1s {
    padding-left: 0 !important;
}
/*.header-menu li.dxm-item {
    min-width: auto !important;
}*/
.sticky .header-menu .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-horizontal .dxm-image-l .dxm-content,
.sticky .header-menu .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-horizontal .dxm-image-r .dxm-content {
    /*padding: 25px 0 25px 15px !important;*/
}

/*.header-menu .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-horizontal .dxm-image-l .dxm-subMenu .dxm-content {
    padding-right: 0 !important;
}*/

#main-menu .dxm-dropDownMode .dxm-content {
    display: none;
}

#main-menu .dxm-dropDownMode .dxm-popOut {
}

#main-menu .dxm-dropDownMode .dxWeb_mAdaptiveMenu_RoyalIndianModerno {
    filter: contrast(0);
    filter: contrast(200%);
}

#main-menu .dxm-hovered .dxWeb_mAdaptiveMenu_RoyalIndianModerno {
    /*filter: invert(0);*/
}

.index-cart {
    text-align: center;
    position: fixed;
    padding: 10px;
    background-color: #fff;
    top: 50%;
    z-index: 9;
    font-size: 24px;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    transform: translateY(50%);
    left: 0;
    color: #484848;
}

    .index-cart:hover {
        text-decoration: none;
    }

.nav li a {
    padding: 30px 0;
}

.btn {
    font-family: "Montserrat", sans-serif;
    transition: all 0.2s ease-in-out;
}

.btn-default {
    margin: 5px 0;
    color: #ffffff;
    background: #861619;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    transform: none;
    position: relative;
    left: auto;
    max-width: 1170px;
    right: 0;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    border: 2px solid #861619;
}

    .btn-default:hover, .btn-default:focus,
    .dxbButtonHover_RoyalIndianModerno,
    .btn-default:active:hover {
        background-color: transparent;
        /*background-image: linear-gradient(90deg, rgb(12, 12, 12) 0%, rgb(54, 53, 53) 100%);*/
        border-color: #861619;
        color: #861619;
    }

    .btn-default.dxbButton_RoyalIndianModerno div.dxb {
        padding: 0;
    }

        .btn-default.dxbButton_RoyalIndianModerno div.dxb span.dx-vam {
            padding: 0;
        }

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.heading-border {
    position: relative;
    clear: both;
    padding-top: 10px;
}

    .heading-border:after {
        position: absolute;
        content: "";
        top: -4px;
        left: 0;
        width: 40px;
        height: 1px;
        background-color: #000;
    }

.bg-yellow {
    background-color: #ffc001;
}

.text-yellow {
    color: #ffc001;
}

.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #f9f9f9;
}

.dark-bg {
    background-image: linear-gradient(90deg, rgb(12, 12, 12) 0%, rgb(54, 53, 53) 100%);
}

.brand-img {
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}

.index-intro-section h2 {
    font-size: 28px;
    font-weight: 300;
    color: #5d5d5d;
}

h2 {
    font-weight: 400;
    color: #5d5d5d;
}

h3 {
    font-weight: 300;
    color: #5d5d5d;
}

.box_1 {
    height: 100%;
    display: block;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    margin-bottom: 30px;
}

.box_2 img {
    display: block;
    margin-bottom: 10px;
    box-shadow: 0px 6px 6px -6px rgba(119, 119, 119, 0.46);
    background-color: #fff;
}

.product-title {
    display: table;
    width: 100%;
    background-color: #f8f8f8;
    border-top: solid 1px #e6e6e6;
}

    .product-title > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
        color: #838383;
        letter-spacing: 0.1rem;
        font-size: 12px;
        line-height: 19px;
        padding: 15px 15px;
    }

        .product-title > div > a {
            color: #838383;
        }

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    border: none;
    color: #1B1B1B;
    font-size: 31px;
    z-index: 20;
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

    #toTop:hover {
        outline: none;
        color: #861619;
    }

.index-contact-info {
    /*background-color: #100e0e;*/
    /*background-image: linear-gradient(90deg, rgb(3, 56, 69) 0%, rgb(9, 96, 116) 100%);*/
    /*padding: 18px 0;*/
    /*border-top: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;*/
    background-image: url(../Images/cta-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 180px 0;
}

    .index-contact-info h2 {
        font-family: "Montserrat", sans-serif;
        font-size: 37px;
        font-weight: 800;
        color: #fff;
    }

    .index-contact-info h3 {
        color: #ffffff;
    }

    .index-contact-info p {
        color: #fff;
        font-size: 25px;
        font-weight: 600;
        line-height: 1.45;
    }

.restaurant-img-wrapper {
    position: relative;
    flex: 1;
}

    .restaurant-img-wrapper .box2 {
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(150px, 15px);
    }

.contact-form-wrapper {
    flex: 1;
}

    .contact-form-wrapper #contact-form {
        margin: 0;
        border-radius: 0;
        height: 100%;
    }
/*
.second-img-wrapper {
    z-index: 2;
    bottom: 73px;
    right: -30px;
    position: absolute;
}

    .second-img-wrapper::before {
        position: absolute;
        content: "";
        border: 10px solid #000000;
        left: 0;
        top: 0;
        z-index: 9;
        width: 100%;
        height: 100%;
    }

    .second-img-wrapper img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }*/

.royal-indian-CTA .p-50 {
    padding: 50px;
    margin-bottom: 25px;
}

.home-3-promotions h3 {
    font-size: 16px;
    line-height: 23px;
    margin-top: 25px;
    font-weight: 300;
}

#main-menu .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowBottom_RoyalIndianModerno,
#main-menu .dxpnl-btnSelected .dxWeb_pnlExpandArrowBottom_RoyalIndianModerno {
    background-position: -183px -118px;
    width: 30px;
    height: 30px;
}

#main-menu .dxpnl-btn img {
    /*filter: brightness(0%);*/
}

.dxWeb_pnlExpandArrowBottom_RoyalIndianModerno,
.dxpnl-btnHover .dxWeb_pnlExpandArrowBottom_RoyalIndianModerno {
    background-position: -50px -72px;
    width: 30px;
    height: 30px;
}

.dxpnlControl_RoyalIndianModerno .dxpnl-btnHover {
    background-color: transparent;
}

/*.Reserve_Table_Section {
    /*background-image: url(../images/Reserve_Table_BG.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.rtb-booking-form {
    text-align: center;
    /*background-color: #ffffff;*/
    padding: 15px 0;
    border-radius: 6px;
}

.dxeErrorCell_RoyalIndianModerno {
    font: 12px 'Montserrat', sans-serif;
    font-weight: 500;
}

.map_2 {
    width: 100%;
    height: 416px;
    margin-bottom: 42px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.15);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.15);
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 65%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        /*height: 100%;*/
        width: 100%;
        position: absolute;
        -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.15);
        box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.15);
    }

.dxbButton_RoyalIndianModerno {
    /*font: 14px "Montserrat", sans-serif;*/
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: background-color 0.75s;
    transition: background-image 0.75s;
    transition: background 0.75s;
}

.dxeTextBox_RoyalIndianModerno .dxeEditArea_RoyalIndianModerno,
.dxFirefox .dxeMemo_RoyalIndianModerno .dxeMemoEditArea_RoyalIndianModerno,
.dxeMemo_RoyalIndianModerno .dxeMemoEditArea_RoyalIndianModerno,
.dxeButtonEdit_RoyalIndianModerno .dxeEditArea_RoyalIndianModerno {
    background-color: transparent;
}

.dxeTextBox_RoyalIndianModerno,
.dxeMemo_RoyalIndianModerno,
.dxeButtonEdit_RoyalIndianModerno {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c8c8c8;
}

.dxeNullText_RoyalIndianModerno .dxeEditArea_RoyalIndianModerno,
.dxeNullText_RoyalIndianModerno .dxeMemoEditArea_RoyalIndianModerno {
    color: #363636;
}

#contact-form .dxeTextBox_RoyalIndianModerno,
#contact-form .dxeMemo_RoyalIndianModerno {
    margin-bottom: 15px;
}

#contact-form .blockCaptcha .dxcaTextBoxLabel {
    display: none;
}

#contact-form .blockCaptcha .dxeTextBox_RoyalIndianModerno {
    margin-bottom: 0;
    margin-top: 2px;
}

.captchaDiv {
    margin-bottom: 15px;
}

.address_2 dl dt, .address_2 dl dd {
    display: inline-block;
}

.Reserve_Table_Section h2 {
    font-size: 35px;
    line-height: 1.6;
}

.Reserve_Table_Section h3 {
    /*color: #861619 !important;*/
}

/*.Reserve_Table_Section h4 {
    color: #ffffff !important;
}*/

.Reserve_Table_Section h4 a {
    /*color: #afa6a6 !important;*/
    font-family: Jost, sans-serif;
    letter-spacing: 0;
}

.footerFeatures {
    font-size: 18px !important;
}

.enquiry-list {
    font-size: 146%;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
}

    .enquiry-list li {
        margin: 0;
    }

        .enquiry-list li a {
            display: block;
            position: relative;
            padding: 3px 15px 3px 0px;
            color: #3c3c3c;
            font-size: 26px;
        }

            .enquiry-list li a i.fa {
                margin-right: 10px;
                font-size: 110%;
            }

/*.enquiry-list li:first-child {
        margin-right: 35px;
        position: relative;
    }*/

.enquiry-info {
    padding: 10px 0;
}

.time-info {
    padding: 10px 0;
    overflow: hidden;
    position: relative;
}

    .time-info .dxeTextBox_RoyalIndianModerno {
        background-color: transparent;
        /*border-color: #ff5057;*/
    }

    .time-info .dxeNullText_RoyalIndianModerno .dxeEditArea_RoyalIndianModerno,
    .time-info .dxeNullText_RoyalIndianModerno .dxeMemoEditArea_RoyalIndianModerno {
        /*color: #ff5057;*/
    }

    .time-info .form .btn-default {
        /*background-color: #fff;
        color: #861619;
        border-color: #921312;*/
    }

        .time-info .form .btn-default:hover {
            background-color: transparent;
            color: #fff;
            border-color: #fff;
        }

.btn-subscribe {
    margin: 0;
    padding: 6px 50px;
    background-color: #333;
    color: #eee;
    border: 1px solid #333;
    box-shadow: none;
    font: 19px "Montserrat", sans-serif;
    font-weight: 600;
}

.breadcrumb-section {
    background-color: #e4b306;
    padding: 40px 0 60px 0;
}

.dxpcLite_RoyalIndianModerno .dxpc-headerText,
.dxdpLite_RoyalIndianModerno .dxpc-headerText {
    font-family: "Montserrat", sans-serif;
}

.dxeHyperlink_RoyalIndianModerno {
    font: 14px "Montserrat", sans-serif;
    color: #5a5756;
    text-decoration: underline;
}

.page-header {
    padding: 10px;
    margin: 40px 0 20px;
    border-bottom: none;
    margin: 0;
    /*background-image: url(../images/breadcrumb-bg.jpg) !important;*/
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .page-header h1 {
        font-size: 50px;
        margin: 0;
        line-height: 1.6;
        color: #eee;
        font-weight: 900;
    }

    .page-header .breadcrumb {
        background-color: transparent;
        margin-bottom: 0;
        padding: 0 10px;
    }

.breadcrumb > li {
    line-height: 35px;
    display: inline-block;
    color: #333;
    font-weight: 600;
}

.breadcrumb a {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.breadcrumb li {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.breadcrumb > li + li:before {
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 0 5px;
    color: #ffd71b;
    font-size: 24px;
}

.breadcrumb > .active span,
.breadcrumb > .active {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.btn-dark {
    padding: 10px 18px 9px 18px;
    background: #000000;
    color: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0;
}

    .btn-dark:hover {
        background: #696969 !important;
    }

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}
/*========================== News Page Style start ==========================*/
.NewsControlSingSuite .dxcvBreakpointsCard_RoyalIndianModerno {
    height: auto;
    /*background-color: transparent;
    border: 1px solid #1b1b1b;*/
    /*border-radius: 15px;*/
}

.NewsControlSingSuite .btn-dark {
    padding: 10px 35px;
    font-family: "Montserrat", sans-serif;
    position: relative;
}

.NewsControlSingSuite .fa-long-arrow-right:before {
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    right: 10px;
    position: absolute;
    line-height: 18px;
    top: 60%;
    transform: translateY(-60%);
}

.news-title {
    font-size: 125%;
    line-height: 22px;
}

/*.news-body {
    padding: 1.25rem;
}*/
.dxbplc {
    vertical-align: top;
}

.NewsControlSingSuite .dxbplc {
    vertical-align: top;
}

.NewsControlSingSuite .dxcvCard_RoyalIndianModerno,
.NewsControlSingSuite .dxcvBreakpointsCard_RoyalIndianModerno,
.NewsControlSingSuite .dxcvFlowCard_RoyalIndianModerno,
.NewsControlSingSuite .dxcvEmptyCard_RoyalIndianModerno {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.news-body {
    /*text-align: center;*/
    /**/
    padding: 15px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #d3ecff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .news-body:hover {
        border: 1px solid #bee3ff;
    }

.newsContent {
    /* padding: 15px;*/
}
/* .news-body::before {
        content: "";
        border: 1px dashed rgba(29, 115, 190, 255);
        position: absolute;
        inset: 5px;
        z-index: -1;
    }

    .news-body:after {
        content: '';
        position: absolute;
        inset: 0;
        background: #fff;
        z-index: -2;
    }*/
.NewsThumbnailImage {
    /*width: 100%;
    height: 350px;*/
}

.news-body:hover .NewsThumbnailWrapper img {
    /* -webkit-transform: scale(1.1);
    transform: scale(1.1);*/
}

.news-date span {
    font-size: 12px;
    margin-bottom: .55rem;
    color: #424242;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.news-date .fa {
    color: #861619;
}

.NewsThumbnailWrapper {
    text-align: center;
    margin-bottom: 15px;
    overflow: hidden;
}

    .NewsThumbnailWrapper img {
        /*-o-object-fit: cover;
        object-fit: cover;*/
        -webkit-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
    }

.NewsControlSingSuite {
    background-color: transparent;
}

    .NewsControlSingSuite .dxcvTable_RoyalIndianModerno {
        background-color: transparent;
        border: none;
    }

.news-title a.dxeHyperlink_RoyalIndianModerno {
    margin-bottom: .55rem;
    color: #111111;
    font-weight: 600;
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
    font-size: 100%;
    letter-spacing: 0;
}

    .news-title a.dxeHyperlink_RoyalIndianModerno:hover {
        color: #868686 !important;
    }

.NewsControlSingSuite p.NewsSummary span {
    margin-bottom: 15px;
    line-height: 1.65;
    color: #2b2b2b;
    /*min-height: 73px;*/
    display: block;
    font-size: 15px;
    font-family: Jost, sans-serif;
    font-weight: normal;
}

/*.NewsThumbnailImage {
    max-height: 200px;
}*/

.news-body .dxeHyperlink_RoyalIndianModerno.btn-default {
    color: #ffffff;
    display: inline-block;
    height: auto;
}

    .news-body .dxeHyperlink_RoyalIndianModerno.btn-default:hover {
        color: #861619;
    }

    .news-body .dxeHyperlink_RoyalIndianModerno.btn-default:focus {
        color: #861619;
    }
/*========================== News Page Style end ==========================*/
.reserve-table-bg {
    background-image: url(../images/1-1.jpeg);
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.dark-overlay {
    position: absolute;
    background-color: #000000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .65;
}

.reservtion-wrapper {
    background-color: white;
    padding-top: 50px;
    border-radius: 20px;
}

.footer-bg-img {
    background-image: url(../Images/footer_bg_img_2.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    margin-top: -170px;
}

footer {
    font-size: 95%;
    position: relative;
    color: #e6e6e6;
    background-color: #262626;
    padding: 70px 0;
}

    footer .heading-border:after {
        background-color: #b1b1b1;
    }

    footer h4 {
        color: #eee;
    }

    footer li a {
        font-family: 'Montserrat', sans-serif;
    }

    footer a {
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        font-family: "Montserrat", sans-serif;
    }

        footer a:hover {
            color: #ffd71b !important;
            text-decoration: none;
        }

.footer-2 a {
    color: #999999;
}

.social-link-set {
    margin-top: 0;
}

#mainFooter {
    position: relative;
    padding: 0;
}

/*#mainFooter::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-image: url(../images/Website-Footer-Banner.jpg);
        opacity: 1;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }*/

.footer-2 {
    font-size: 95%;
    /*text-align: center;*/
    padding: 0;
    background-color: #1B1B1B;
}

    .footer-2 .copyright {
        line-height: 62px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        color: #e4e4e4;
    }

ul.quick-links {
    padding: 0;
}

    ul.quick-links li, ul.quick-links li a {
        color: #dcdcdc;
        text-decoration: none;
        display: inline-block;
    }

        ul.quick-links li:after {
            content: '/';
            padding-left: 6px;
            padding-right: 6px;
        }

ul.social-list_2 {
    display: block;
    width: 100%;
    text-align: right;
    float: none;
    padding-left: 0;
    padding-bottom: 20px;
    clear: both;
}

    ul.social-list_2 li a.fa {
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 24px;
        line-height: 32px;
        background-color: #fff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
    }

    ul.social-list_2 li {
        display: inline-block;
        margin-left: 21px;
    }

        ul.social-list_2 li:first-child {
            margin-left: 0;
        }

.fa-facebook {
    color: #3b5998;
}

.fa-youtube {
    color: #ff0000;
}

.fa-instagram {
    color: #e1306c;
}

.social-link-set .heading-border {
    float: right;
}

.ProductDetailsUC .dxflGroupCell_RoyalIndianModerno {
    padding: 0px 5px !important;
}

.ProductDetailsUC .dxflGroup_RoyalIndianModerno {
    padding: 6px !important;
}

.productDetailsImageSlider {
    max-height: 500px !important;
}

.CateringProductsFullPageDetails {
    margin: -50px 10px 0px;
    background-color: #9E141B;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 27px;
    max-width: 220px;
}

.ProductDetailsPrice {
    font-weight: 500;
    color: #1b1b1b;
    font-family: Jost, sans-serif;
    display: inline-block;
    margin: 0 0 10px 0;
    font-size: 27px;
}

.ProductDetails_ShortDetails {
    /*color: #efefef;*/
    font-family: Jost, sans-serif;
}

.WithLightBG .ProductDetails_ShortDetails {
    color: #000000 !important;
    font-family: Jost, sans-serif;
}

.ProductDetailsHighlightedText {
    font-weight: 600;
    color: #ffd71b;
    font-family: Jost, sans-serif;
    display: inline-block;
    margin: 0 0 10px 0;
    font-size: 16px;
}

.paraProductPrice {
    margin: 5px !important;
}

.mobileMenu {
    display: none;
}

.desktopMenu {
    display: block;
}

.gridProductImage {
    float: left;
    margin-right: 3px;
}

.AddedProductsWrapper {
    max-height: calc(100vh - 325px);
    overflow: auto;
}

#sideBarMenu {
    max-height: calc(100vh - 125px);
    overflow-y: auto;
    overflow-x: clip;
}

.dxcvLoadingPanel_RoyalIndianModerno {
    max-width: 160px !important;
}

.delivery-partners {
    /*background-color: #1a1a18;*/
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #545402;
}

    .delivery-partners h3 {
        font-size: 24px;
        margin-bottom: 0 !important;
        text-align: center;
        margin-right: auto;
    }

    .delivery-partners a {
        text-align: center;
        display: flex;
        /*align-items: end;*/
        justify-content: end;
        flex-direction: column;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .delivery-partners .d-flex {
    }

.offer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffc001;
    padding: 50px 0;
    border-radius: 50px;
}

    .offer-wrapper h2 {
        color: #861619;
    }

        .offer-wrapper h2 small {
            display: block;
            color: #161616;
        }

    .offer-wrapper .royal-btn {
        padding: 15px 30px;
        background-color: #861619;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #fff;
        display: flex;
        width: fit-content;
        font-size: 24px;
    }

.offer-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.offer-price {
    padding: 100px;
    color: #861619;
    background-color: #fff;
    display: flex;
    width: fit-content;
    border-radius: 50%;
    font-size: 58px;
    width: 150px;
    height: 150px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 50px;
}

.offer-section {
    background-image: url(/Images/breadcrumb-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: inherit;
}

.google-rating {
    padding: 70px 0;
    background-color: #FFFFFF;
}

    .google-rating h2 {
        font-family: Jost, sans-serif;
    }
/*************************** Start - GalleryOfGalleriesUC ********************************/
.GalleryOfGalleriesUC .dxdvContent_RoyalIndianModerno {
    border-bottom: none !important;
    border-top: none !important;
    padding: 0;
}

.GalleryOfGalleriesUC .dxdvBreakpointsItem_RoyalIndianModerno,
.GalleryOfGalleriesUC .dxdvItem_RoyalIndianModerno {
    margin: 0 !important;
}

.GalleryOfGalleriesUC .SingSuiteCard {
    border: 1px solid #1b1b1b !important;
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: #000000;
}

.GalleryOfGalleriesUC .SingSuiteCard-title {
    border: 0px !important;
    margin: 0;
}

.GalleryOfGalleriesUC .SingSuiteCard-media-top {
    padding: 15px 15px 0 15px;
}

.GalleryOfGalleriesUC .dxdvBreakpointsItemsContainer_RoyalIndianModerno {
    margin: 0 !important;
}

.GalleryOfGalleriesUC .SingSuiteCard-media-top img {
    max-height: 100%;
}

.dxdvItem_RoyalIndianModerno, .dxdvBreakpointsItem_RoyalIndianModerno, .dxdvFlowItem_RoyalIndianModerno {
    background-color: transparent !important;
}

.dxigControl_RoyalIndianModerno .dxig-imageSliderWrapper .dxisControl_RoyalIndianModerno .dxis-item > img {
    margin-left: 0px !important;
}

/*************************** End - GalleryOfGalleriesUC ********************************/

/*************************** Start - CategoryDetailsUC ********************************/

.CategoryDetailsUC, .CategoryDetailsUCVer2 {
    border: none;
}

    .CategoryDetailsUC .dxcvTable_RoyalIndianModerno, .CategoryDetailsUCVer2 .dxcvTable_RoyalIndianModerno {
        border: none !important;
        /*background-color: #222222;*/
    }

    .CategoryDetailsUC.WithLightBG .dxcvTable_RoyalIndianModerno {
        background-color: #ffffff !important;
    }

    table.CategoryDetailsUC,
    table.CategoryDetailsUCVer2,
    table.ProductsWithMatchingTagsUC,
    .CategoryDetailsUC table.dxcvTable_RoyalIndianModerno,
    .CategoryDetailsUCVer2 table.dxcvTable_RoyalIndianModerno,
    .ProductsWithMatchingTagsUC table.dxcvTable_RoyalIndianModerno {
        /*background-color: #000000 !important;*/
    }

        table.CategoryDetailsUC.WithLightBG,
        .CategoryDetailsUC.WithLightBG table.dxcvTable_RoyalIndianModerno {
            background-color: #ffffff !important;
        }

table.dxdvFlowItemsContainer_RoyalIndianModerno {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.CategoryDetailsUC.dxrpControl_RoyalIndianModerno.dxrp-noCollapsing > tbody > tr.dxrpCR > .dxrpcontent,
.CategoryDetailsUCVer2.dxrpControl_RoyalIndianModerno.dxrp-noCollapsing > tbody > tr.dxrpCR > .dxrpcontent {
    padding: 0;
}

.CategoryDetailsUC .ShortDetailsTemplate,
.CategoryDetailsUCVer2 .ShortDetailsTemplate,
.ProductsWithMatchingTagsUC .ShortDetailsTemplate {
    padding: 15px 0;
    border: 1px solid grey;
    background-color: transparent;
}

    .CategoryDetailsUC .ShortDetailsTemplate .product-details {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.CategoryDetailsUC .dxcvBreakpointsCard_RoyalIndianModerno,
.ProductsWithMatchingTagsUC .dxcvBreakpointsCard_RoyalIndianModerno {
    height: auto !important;
    background-color: transparent !important;
    /*border: 0px none !important;*/
}

    .CategoryDetailsUC .dxcvBreakpointsCard_RoyalIndianModerno .dxbButton_RoyalIndianModerno.product2_img {
        border: none !important;
        background: none !important;
        margin-bottom: 20px;
        display: block;
    }

.CategoryDetailsUCVer2 .dxcvBreakpointsCard_RoyalIndianModerno {
    height: auto !important;
    background-color: transparent !important;
    border: 1px solid #383838;
}

.product_name2 a {
    font: 14px 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #ffd71b !important;
    margin-bottom: 15px;
    display: block;
}

.CategoryDetailsUC .dxbButton_RoyalIndianModerno div.dxb {
    padding: 0px !important;
}

.CategoryDetailsUC .ShortDetailsTemplate .product2_img,
.CategoryDetailsUCVer2 .ShortDetailsTemplate .product2_img, .product2_img,
.product2_img img {
    max-width: 100%;
    max-height: 160px;
    margin: 0 auto;
    /*margin-bottom: 10px;*/
    display: block;
}

.CategoryDetailsUCVer3Name {
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
}

    .CategoryDetailsUCVer3Name span {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: #2b2b2b !important;
    }

.CategoryDetailsUCVer3 {
    margin-bottom: 80px;
}

    .CategoryDetailsUCVer3 .ShowAllProducts {
        float: right;
        margin-top: 15px;
    }

        .CategoryDetailsUCVer3 .ShowAllProducts a {
            background-color: #2b2b2b;
            width: auto;
            max-width: 200px;
            padding: 5px 13px;
            display: inline-block;
            line-height: 24px;
            text-transform: uppercase;
            text-decoration: none;
            font-weight: 400;
        }

    .CategoryDetailsUCVer3 .col-lg-4 img {
        position: relative;
        max-width: 100%;
    }

    .CategoryDetailsUC .ShortDetailsTemplate .price,
    .CategoryDetailsUCVer2 .ShortDetailsTemplate .price,
    .CategoryDetailsUCVer3 .productPrice,
    .ProductsWithMatchingTagsUC .price,
    .CategoryDetailsUC.WithLightBG .ShortDetailsTemplate .price {
        font-weight: bold;
        color: #2b2b2b;
        font-family: Jost, sans-serif;
        display: inline-block;
        margin: 0;
        font-size: 25px;
    }

    .CategoryDetailsUCVer3 .productPrice {
        margin: 10px 0px;
    }

    .CategoryDetailsUC .ShortDetailsTemplate .productInfo a,
    .CategoryDetailsUCVer2 .ShortDetailsTemplate .productInfo a,
    .CategoryDetailsUCVer3 .productName,
    .ProductsWithMatchingTagsUC .ShortDetailsTemplate .productInfo a {
        /*color: #000000 !important;*/
        margin-bottom: 10px;
        display: block;
        text-decoration: none;
        font-family: Jost, sans-serif;
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 0;
    }

    .CategoryDetailsUCVer3 .productName {
        color: #2b2b2b;
        margin-top: 10px;
    }

/*.CategoryDetailsUCVer3 .imgProduct {
        max-width: 220px;
    }*/

.CategoryDetailsUC.WithLightBG .ShortDetailsTemplate .productInfo a {
    color: #000000 !important;
}

.CategoryDetailsUC .divImages, .CategoryDetailsUC .divTags,
.CategoryDetailsUCVer2 .divImages, .CategoryDetailsUCVer2 .divTags,
.CategoryDetailsUCVer3 .divImages, .CategoryDetailsUCVer3 .divTags {
    display: inline-block;
    margin: 0 5px;
}

.CategoryDetailsUCVer2 .dxflGroup_RoyalIndianModerno {
    padding: 6px !important;
}

.CategoryDetailsUCVer2 .dxflGroupCell_RoyalIndianModerno {
    padding: 0 5px !important;
}

.CategoryDetailsUCVer2 .dxcvBreakpointsCard_RoyalIndianModerno {
    margin: 20px 0px 0px 0px;
}

.CategoryDetailsUCVer2 .ShortDetailsTemplate {
    border: 0px none !important;
}

.CategoryDetailsUCVer2 .CategoryName,
.CategoryDetailsUCVer3 .CategoryName {
    /*color: #FFD712;*/
    font-size: 26px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.dxis-itemTextArea .dxeHyperlink {
    font-family: "Merriweather", serif !important;
}

.CategoryDetailsUCVer2 .dxisControl .dxis-itemTextArea,
.CategoryDetailsUCVer3 .dxisControl .dxis-itemTextArea {
    padding: 12px !important;
    /*opacity: 0.75 !important;*/
    /*top: 0;*/
    bottom: 0 !important;
}

.CategoryDetailsUC .categoryDetailsImageSlider,
.CategoryDetailsUCVer2 .categoryDetailsImageSlider,
.CategoryDetailsUCVer3 .categoryDetailsImageSlider {
    max-height: 350px !important;
}

.CategoryDetailsUC .dxeBase_RoyalIndianModerno {
    /*color: #ffffff;*/
}

.CategoryDetailsUC.WithLightBG .dxeBase_RoyalIndianModerno {
    color: #000000;
}

.CategoryDetailsUCVer2 .dxcvPagerBottomPanel_RoyalIndianModerno,
.CategoryDetailsUCVer2 .dxcvPagerTopPanel_RoyalIndianModerno,
.CategoryDetailsUCVer2 .dxcvControl_RoyalIndianModerno,
.CategoryDetailsUCVer2 .dxpLite_RoyalIndianModerno {
    text-align: center !important;
}

.categoryDetailsImageSlider.dxisControl .dxis-imageArea {
    background-color: transparent !important;
}
/*************************** End - CategoryDetailsUC ********************************/
/*================================= Start - Catering Order Page =================================*/
.CateringOrderSummary_SideBar {
    padding: 15px 15px 0 15px;
    background-color: #484848;
    /*height: calc(100vh - 200px);*/
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    /*width: 302px;*/
    /*overflow: auto;*/
}

    .CateringOrderSummary_SideBar h3 {
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        margin-top: 10px;
        font-family: "Lato", Helvetica, Arial, sans-serif;
    }

    .CateringOrderSummary_SideBar .dxflGroupCell_RoyalIndianModerno {
        padding: 0;
    }

    .CateringOrderSummary_SideBar .dxflGroupBox_RoyalIndianModerno {
        margin: 10px 0 0 0;
        margin-top: 10px;
        padding-bottom: 0;
    }

    .CateringOrderSummary_SideBar ul {
        padding: 0;
    }

    .CateringOrderSummary_SideBar li {
        color: #ffbe00;
        text-transform: uppercase;
        list-style-type: none;
        line-height: 2.2;
        font-weight: 600;
    }

    .CateringOrderSummary_SideBar .dxflCustomItemSys .dxflVATSys.dxflCaptionCell_RoyalIndianModerno,
    .dxflCustomItemSys .CateringOrderSummary_SideBar .dxflVATSys.dxflCaptionCell_RoyalIndianModerno {
        padding-top: 0;
    }

.tabMenuWrapper .tabMenu {
    padding: 0 20px;
    list-style-type: none;
    background-color: #484848;
    margin: 10px 0 30px 0;
}

    .tabMenuWrapper .tabMenu li {
        display: inline-block;
        margin: 0;
        padding: 20px 0;
        position: relative;
    }

    .tabMenuWrapper .tabMenu > li + li:before {
        content: "\f105";
        font: normal normal normal 19px/1 FontAwesome;
        color: #ffffff;
        padding: 0 15px;
    }

    .tabMenuWrapper .tabMenu .tabMenuWrapper li.active {
        background-color: #9E141B;
    }

    .tabMenuWrapper .tabMenu li a {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        color: #ffffff;
    }

    .tabMenuWrapper .tabMenu li.active a {
        color: #ffbe00;
    }

.CateringOrderSummary_SideBar span {
    color: #ffffff;
}

.CateringOrderSummary_SideBar .CateringSelectedItems,
.CateringOrderSummary_SideBar .TotalPriceLabel {
    color: #ffbe00;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
}

.CateringOrderTotalPricePayableLabel {
    color: #ffd71b !important;
    font-size: 15px;
    font-weight: 500 !important;
    line-height: 1.8;
}

.CateringOrderCustomFormLayout .dxflGroupBoxCaption_RoyalIndianModerno {
    font-size: 20px;
}

.CateringOrderCustomFormLayout .CateringOrderCustomLayoutItemCaption .dxflCaption_RoyalIndianModerno {
    color: #2b2b2b;
    display: inline-block;
    left: 9px;
    margin-right: 18px;
    line-height: 16px;
    padding: 0px 3px 10px 3px;
    position: relative;
    white-space: normal;
    word-wrap: break-word;
    font-size: 20px;
}

.CateringOrderCustomFormLayout .CateringOrderCustomLayoutItemCaption {
    border-bottom: 1px solid #d1d1d1;
    padding: 5px;
}

.CateringOrderCustomFormLayout .dxflGroup_RoyalIndianModerno {
    padding: 6px 0;
}

.CateringOrderCustomFormLayout .dxflGroupBoxCaption_RoyalIndianModerno {
    background-color: transparent !important;
    color: #000000 !important;
}

.CateringOrderCustomFormLayout .RemoveAlaCarteProductButton {
    background-repeat: no-repeat;
    background-image: url(../../Images/Action_Delete_Hover_16x16.png);
    padding: 0px 3px 0px 0px !important;
    background-color: transparent;
    border: none;
    margin-left: 3px;
}

.CateringOrderCustomFormLayout .dxeBase_RoyalIndianModerno,
.CateringOrderCustomFormLayout .dxflFormLayout_RoyalIndianModerno,
.CateringOrderCustomFormLayout .dxflFormLayout_RoyalIndianModerno .dxflCaption_RoyalIndianModerno,
.CateringOrderCustomFormLayout input[type="text"].dxeEditArea_RoyalIndianModerno,
.CateringOrderCustomFormLayout input[type="password"].dxeEditArea_RoyalIndianModerno,
.CateringOrderCustomFormLayout .dxeMemoEditAreaSys {
    color: #000000;
    font-family: "Montserrat", sans-serif;
}

.CateringOrderCustomFormLayout .eventDateandPaxSection .dxeBase_RoyalIndianModerno,
.CateringOrderCustomFormLayout .dxflFormLayout_RoyalIndianModerno,
.CateringOrderCustomFormLayout .eventDateandPaxSection .dxflCaption_RoyalIndianModerno,
.CateringOrderCustomFormLayout .eventDateandPaxSection input[type="text"].dxeEditArea_RoyalIndianModerno,
.CateringOrderCustomFormLayout .eventDateandPaxSectioninput[type="password"].dxeEditArea_RoyalIndianModerno,
.CateringOrderCustomFormLayout .eventDateandPaxSection .dxeMemoEditAreaSys,
.CheckoutAndConfirmation .dxeBase_RoyalIndianModerno,
.CheckoutAndConfirmation .dxflFormLayout_RoyalIndianModerno,
.CheckoutAndConfirmation input[type="text"].dxeEditArea_RoyalIndianModerno,
.CheckoutAndConfirmation input[type="password"].dxeEditArea_RoyalIndianModerno,
.CheckoutAndConfirmation .dxeMemoEditAreaSys {
    color: #000000;
}

.CheckoutAndConfirmation.dxflFormLayout_RoyalIndianModerno {
    color: #484848;
}

    .CheckoutAndConfirmation.dxflFormLayout_RoyalIndianModerno .dxflGroupBoxCaption_RoyalIndianModerno {
        background-color: transparent !important;
        color: #000000 !important;
    }

.CateringOrderCustomFormLayout .dxeTextBox_RoyalIndianModerno,
.CateringOrderCustomFormLayout .dxeMemo_RoyalIndianModerno,
.CateringOrderCustomFormLayout .dxeButtonEdit_RoyalIndianModerno,
.CheckoutAndConfirmation .dxeTextBox_RoyalIndianModerno,
.CheckoutAndConfirmation .dxeMemo_RoyalIndianModerno,
.CheckoutAndConfirmation .dxeButtonEdit_RoyalIndianModerno {
    border-color: #d1d1d1;
}

.CateringOrderCustomFormLayout .CateringOrderSummary_SideBar .dxeBase_RoyalIndianModerno,
.CateringOrderCustomFormLayout .CateringOrderSummary_SideBar .dxflFormLayout_RoyalIndianModerno,
.CateringOrderCustomFormLayout .CateringOrderSummary_SideBar .dxflFormLayout_RoyalIndianModerno .dxflCaption_RoyalIndianModerno,
.CateringOrderCustomFormLayout .CateringOrderSummary_SideBar input[type="text"].dxeEditArea_RoyalIndianModerno,
.CateringOrderCustomFormLayout .CateringOrderSummary_SideBar input[type="password"].dxeEditArea_RoyalIndianModerno,
.CateringOrderCustomFormLayout .CateringOrderSummary_SideBar .dxeMemoEditAreaSys {
    color: #FFFFFF;
}

    .CateringOrderCustomFormLayout .CateringOrderSummary_SideBar .dxeBase_RoyalIndianModerno.CateringSelectedItems {
        color: #ffbe00;
    }

.CateringOrderCustomFormLayout .PaySummaryItems .dxeBase_RoyalIndianModerno,
.CateringOrderCustomFormLayout .PaySummaryItems .dxflFormLayout_RoyalIndianModerno,
.CateringOrderCustomFormLayout .PaySummaryItems input[type="text"].dxeEditArea_RoyalIndianModerno,
.CateringOrderCustomFormLayout .PaySummaryItems input[type="password"].dxeEditArea_RoyalIndianModerno,
.CateringOrderCustomFormLayout .PaySummaryItems .dxeMemoEditAreaSys {
    color: #ffbe00;
}

.PayNow .dxflNestedControlCell_RoyalIndianModerno {
    display: flex;
    justify-content: space-around;
}
/*================================= End - Catering Order Page =================================*/

.rtb-booking-form .dxflCaption_RoyalIndianModerno {
    font: 13px "Montserrat", sans-serif;
}

.MasterReserveTableUC1 .rtb-booking-form .dxflCaption_RoyalIndianModerno {
    color: #323232;
}

.MasterReserveTableUC1 .white-divider {
    padding-bottom: 15px;
}
/*************************** Start - AlaCarteTakeAway ********************************/
.OrderButton {
    padding: 8px 20px !important;
    background-color: #000;
    color: #ffd71b;
    border-radius: 0;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
}

    .OrderButton:hover {
        color: #000000;
        background-color: #ffd71b;
    }

    .OrderButton.dxbButton_RoyalIndianModerno div.dxb {
        padding: 1px;
    }

.groupPromoCode .dxflNestedControlCell_RoyalIndianModerno {
    display: block;
}

.OnlineMenuOrderSetFormLayout .dxflGroupCell_RoyalIndianModerno {
    padding: 0px 10px !important;
}

.OnlineMenuOrderSetFormLayout .ProceedToPaymentGroup {
    display: flex !important;
}

    .OnlineMenuOrderSetFormLayout .ProceedToPaymentGroup .btn-default {
        padding: 10px 40px;
        height: 39px;
    }

    .OnlineMenuOrderSetFormLayout .ProceedToPaymentGroup .dxflGroupCell_RoyalIndianModerno {
        padding: 0px 2px !important;
    }

.OnlineMenuOrderSetFormLayout .dxflHACSys > .dxflGroupSys,
.OnlineMenuOrderSetFormLayout .dxflHACSys > .dxflItemSys {
    display: block;
}

/*.chkOutPayPal {
    margin-top: 5px !important;
}*/

.PaymentButtonGroup {
    width: 75% !important;
}

    .PaymentButtonGroup .dxflGroupCell_KolkataBeckonsModerno {
        padding: 0 5px !important;
    }

.divSelectedDishAndPrice {
    margin: 20px 0px;
}

    .divSelectedDishAndPrice h3, .order_summary {
        font-size: 20px;
    }

.order_summary_div {
    margin-bottom: 20px;
    padding: 0 0;
    border-bottom: 1px solid #ccc;
    line-height: 20px;
}

    .order_summary_div .deleteButton {
        margin-top: 0px !important;
    }

.order_summary {
    line-height: 30px;
}

.OnlineMenuOrderAlaCarteUCCardView .dxflViewFormLayoutSys .dxflItem_RoyalIndianModerno {
    padding: 0;
}

.OnlineMenuOrderAlaCarteUCCardView .dxflGroupBox_RoyalIndianModerno {
    border: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.OnlineMenuOrderAlaCarteUCCardView .ShortDetailsTemplate {
    border: 0px !important;
    padding: 0px !important;
}

.OnlineMenuOrderAlaCarteUCCardView .dxflGroupBox_RoyalIndianModerno > .dxflGroup_RoyalIndianModerno .dxflChildInFirstRowSys.dxflGroupCell_RoyalIndianModerno > .dxflItem_RoyalIndianModerno,
.OnlineMenuOrderAlaCarteUCCardView .dxflGroupBox_RoyalIndianModerno > .dxflGroup_RoyalIndianModerno .dxflChildInFirstRowSys > .dxflGroupCell_RoyalIndianModerno > .dxflItem_RoyalIndianModerno {
    padding-top: 0px !important;
}

.OnlineMenuOrderAlaCarteUCCardView, .OnlineMenuOrderAlaCarteUCCardView table {
    width: 100%;
}

    .OnlineMenuOrderAlaCarteUCCardView .dxcvFlowCard_RoyalIndianModerno {
        margin: 10px 0;
        width: 100%;
        height: auto;
        background-color: #fff;
        border-radius: 6px;
        -webkit-border-radius: 6px;
    }

        .OnlineMenuOrderAlaCarteUCCardView .dxcvFlowCard_RoyalIndianModerno .dxflGroupCell_RoyalIndianModerno {
            padding: 0 5px 0 0 !important;
            vertical-align: middle;
        }

    .OnlineMenuOrderAlaCarteUCCardView table.dxcvTable_RoyalIndianModerno {
        background-color: White;
        border: none;
        /* border-collapse: separate !important; */
        /* overflow: hidden; */
        padding: 0;
    }

    .OnlineMenuOrderAlaCarteUCCardView [class^="nav"] span {
        font-size: 16px;
        color: #333;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
    }

    .OnlineMenuOrderAlaCarteUCCardView .imgProduct {
        max-height: 100px;
        max-width: 100px;
    }

        .OnlineMenuOrderAlaCarteUCCardView .imgProduct img {
            max-height: 160px;
            /*max-width: 225px;*/
            margin-bottom: 25px;
        }

    .OnlineMenuOrderAlaCarteUCCardView .dxcvGroupRow_RoyalIndianModerno {
        margin: 20px 0px 0px 0px;
        overflow: hidden;
        padding: 8px;
        border-top: 1px solid #861619;
        border-bottom: 1px solid #861619;
    }

    .OnlineMenuOrderAlaCarteUCCardView .dxflGroupBox_RoyalIndianModerno > table.dxflGroup_RoyalIndianModerno:first-child {
        padding: 7px 0px;
    }

.cardViewOnlineMenuOrderAlaCarteUCCollapsedButton {
    background-image: url(../Images/Arrowhead_Right_01_16x16.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: 5px;
}

.cardViewOnlineMenuOrderAlaCarteUCExpandedButton {
    background-image: url(../Images/Arrowhead_Down_01_16x16.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: 5px;
}

.OutOfStockDiv {
    opacity: 0.6;
}

.AlaCarteImgContainer {
    float: left;
}

.AlaCarteVerticalMenuItem {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.hrmenu {
    /*border-radius: 6px;*/
}

.AlaCarteVerticalMenuItem:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.AlaCarteVerticalMenuItem:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.AlaCarteTabs > .nav-tabs {
    background-color: #2B2B2B;
}

    .AlaCarteTabs > .nav-tabs > li {
        margin-bottom: 0;
    }

        .AlaCarteTabs > .nav-tabs > li > a {
            color: #FFFFFF;
            border-radius: 0;
            border: none;
            font-weight: 500;
            font-size: 14px;
            text-transform: uppercase;
            padding: 25px 15px;
        }

        .AlaCarteTabs > .nav-tabs > li.active > a {
            background-color: #fff;
            color: #100e0e;
        }

.controlCateringGrid .dxgvCommandColumnItem_RoyalIndianModerno {
    margin-bottom: 0%;
}

.controlCateringGrid .dxgvFooter_RoyalIndianModerno td.dxgv {
    padding: 6px;
}

.controlCateringGrid .dxm-item {
    color: #2B2B2B;
}

    .controlCateringGrid .dxm-item.dxm-hovered {
        color: #ffffff;
    }

.controlCateringGrid .dxgvPreviewRow_RoyalIndianModerno td.dxgv {
    padding: 10px !important;
}

.OnlineMenuOrderProductName, .OnlineMenuOrderProductImage {
    padding: 2px;
}

.controlCateringGrid .dxgvFocusedRow_RoyalIndianModerno,
.controlCateringGrid .dxgvFocusedRow_RoyalIndianModerno .OnlineMenuOrderProductName span,
.controlCateringGrid .dxgvFocusedRow_RoyalIndianModerno .dxgvADCC {
    color: #ffffff !important;
    /*background-color: #5e4c48 !important;*/
}

.controlCateringGrid .dxgvDataRowHover_RoyalIndianModerno,
.controlCateringGrid .dxgvDataRowHover_RoyalIndianModerno .OnlineMenuOrderProductName span {
    color: #ffffff !important;
}

.RoundPanelCatering .dxcvControl_RoyalIndianModerno .dxpLite_RoyalIndianModerno {
    padding: 6px 6px 6px 10px !important;
}

.controlCateringGrid .dxgvDataRow_RoyalIndianModerno td.dxgv {
    padding: 5px;
    font-size: 13px;
    vertical-align: middle !important;
}

.controlCateringGrid .dxgvFocusedCell_RoyalIndianModerno {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.controlCateringGrid .dxeButtonEdit_RoyalIndianModerno td.dxic {
    padding: 0px 2px 0px 7px !important;
}

.dxeButtonEditSys.dxeButtonEdit_RoyalIndianModerno.controlCateringGrid.lookup td.dxic {
    padding: 6px 2px 6px 7px !important;
}

.controlCateringGrid .dxgvInlineEditCell_RoyalIndianModerno {
    padding: 4px !important;
}

.controlCateringGrid .dxgvDataRow_RoyalIndianModerno.dxgvFocusedRow_RoyalIndianModerno .dxbButton_RoyalIndianModerno img {
    background-image: url(/Images/Action_Delete_Hover_16x16.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 16px;
    width: 16px;
}

.controlCateringGrid .dxgvDataRow_RoyalIndianModerno .dxbButton_RoyalIndianModerno img {
    background-image: url(/Images/Action_Delete_16x16.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 16px;
    width: 16px;
}

td table.controlCateringGrid {
    margin-top: 0px;
}

.dxgvControl_RoyalIndianModerno.controlCateringGrid.Grid50 {
    width: 100% !important;
}

/*#sideBarMenu .dxmLite_RoyalIndianModerno .dxm-vertical {
    min-width: 155px;
    max-width: 155px;
}*/

#menuDiv {
    /*max-width: 465px;*/
    height: CALC(100vh - 80px);
}

.fixedAtTop {
    top: 80px;
    position: sticky;
}

.OnlineCart {
    position: relative;
    display: flex;
}

    .OnlineCart .fa-shopping-cart:before {
        content: "\f207";
        margin-right: 3px;
        font: normal normal normal 20px/1 "Material Design Icons";
    }

.AlaPrice {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000000 !important;
}

.AlaProductName .SetProductDisplayNameStyle {
    font-size: 16px;
    margin-bottom: 0.55rem;
    display: block;
    color: #333 !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.orderSummaryProductname {
    color: #2b2b2b;
    font: 13px 'Montserrat', sans-serif;
}

.short_details {
    margin-bottom: 10px;
}

    .short_details span {
        font-family: 'Montserrat', sans-serif;
        color: #070707;
        font-weight: 500;
    }

.pricewrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .pricewrapper * {
        margin: 0 3px;
    }

#menuOnlineOrderHorizontal {
    z-index: 99;
    background-color: #fff;
    width: 100%;
    right: 0px;
    padding: 10px 15px;
}

/*************************** End - AlaCarteTakeAway ********************************/

.social-contact .social {
    position: fixed;
    top: 25%;
    left: 0;
    z-index: 99;
}

    .social-contact .social li {
        display: block;
    }

/*================ Header Social Media ================*/

.social {
    padding: 10px 0;
    margin: 0;
    /*float: right;*/
}

    .social ul {
        display: flex;
        margin: 0;
        list-style: none;
    }

    .social li i {
        margin: 0;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
        font-style: normal;
    }

    .social li a {
        display: inline-block;
        position: relative;
        margin: 0 auto 0 auto;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .social a {
        background-color: transparent;
    }

        .social a:hover i {
            color: #fab11c;
        }

        .social a:hover {
            /*background-color: #ff010c;*/
            color: #fab11c;
        }
/*.social a.liFacebook:hover {
            background-color: #3B5998;
        }

        .social a.liTwitter:hover {
            background-color: #33ccff;
        }

        .social a.liInstagram:hover {
            background-color: #fd1d1d;
        }

        .social a.liGoogle:hover {
            background-color: #BD3518;
        }

        .social a.liLinkedin:hover {
            background-color: #007bb7;
        }

        .social a.liYoutube:hover {
            background-color: #ff0000;
        }*/

ul.social li {
    display: inline;
    margin: 0 5px;
    line-height: 40px;
}

.delivery-partners img {
    margin: 0 10px;
}
/*================ Header Social Media Ends ================*/
.frmProductDetailsUC .tagImagesWrapper {
    display: inline-block;
}

.frmProductDetailsUC .SingFNBProductTag {
    margin-top: -10px;
}

.page-404 .text-404 {
    font-size: 18vw;
    color: #861619;
}

.page-404 h2.text-heading {
    color: #861619;
}

/* ========== Services Section Starts ==========*/

.services-list .product-category.product {
    margin: 15px 0;
}

.services-list a {
    display: block;
    min-height: 100px;
    background-color: #062947;
    position: relative;
    overflow: hidden;
}

    .services-list a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 30%;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        transition: all 250ms ease;
    }

.services-list img {
    transition: all 4s linear;
    width: 100%;
    height: auto;
}

.services-list h2 {
    font-size: 20px;
    text-align: center;
    z-index: 10;
    /*position: absolute;
            bottom: 30px;*/
    margin-top: 15px;
    width: 100%;
    /*margin: 0;*/
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    color: #ffffff;
}

.services-list a:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    z-index: 11;
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
}

.services-list a:hover:before {
    height: 100%;
}

.section-title.v1 p {
    line-height: 1;
    margin-bottom: 7px;
    letter-spacing: 1px;
    font-style: italic;
    color: #d1a054;
    font-family: 'didotregular', serif;
}

.section-title p::before, .section-title p::after {
    content: "";
    padding: 0 5px;
    margin: 0 10px;
    border-bottom: 1px solid;
    position: relative;
    bottom: 9px;
}

.section-title.v1 h3 {
    border-width: 1px 0;
    border-style: solid;
    padding: 4px 15px 0;
    font-size: 32px;
    font-family: 'didotregular', serif;
    text-transform: uppercase;
    line-height: 1.3;
    display: inline-block;
    margin: 0;
    color: #ebf6ff;
}

/* ========== Services Section Ends ==========*/
.CTA-wrapper {
    order: 4;
    margin-left: 25px;
}

    .CTA-wrapper .reserve-button {
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        font-size: 15px;
        color: #861619;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        background-color: #fab11c;
        padding: 6px 24px;
        /*border-radius: 30px;*/
        display: flex;
        align-items: center;
        justify-content: center;
        width: max-content;
    }

        .CTA-wrapper .reserve-button:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #ffffff;
            /*background-image: linear-gradient(90deg, rgb(12, 12, 12) 0%, rgb(54, 53, 53) 100%);*/
            /*border-radius: 30px;*/
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .CTA-wrapper .reserve-button:hover,
        .CTA-wrapper .reserve-button:focus,
        .CTA-wrapper .reserve-button:active {
            color: #000000;
        }

            .CTA-wrapper .reserve-button:hover:before,
            .CTA-wrapper .reserve-button:focus:before,
            .CTA-wrapper .reserve-button:active:before {
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
                -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            }

.blockCaptcha .dxcaTextBoxLabel {
    display: none;
}

.contact-main-title {
    position: relative;
    padding-bottom: 20px;
}

    .contact-main-title.text-center::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .contact-main-title::after {
        position: absolute;
        content: "";
        bottom: 0;
        height: 4px;
        width: 108px;
        background-color: #fffc00;
        border-radius: 4px;
    }

.d-flex-centered {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.rtb-booking-form h2 {
    font-size: 28px;
    margin-bottom: 0;
    padding-bottom: 30px;
    /*color: #861619;*/
}

.rtb-booking-form h3 small {
    font-family: Jost, sans-serif;
}

.reservtion-wrapper {
    background-color: white;
    padding-top: 50px;
    border-radius: 20px;
}

.dxmLite_RoyalIndianModerno.dxm-ltr .dxm-popup .dxm-noSubMenu {
    padding-right: 0;
}

/*.dxm-scrollArea .dxm-item.dxm-noSubMenu,
.dxm-scrollArea .dxm-item.dxm-subMenu {
    background-color: #000000 !important;
}

    .dxm-scrollArea .dxm-item.dxm-noSubMenu:hover,
    .dxm-scrollArea .dxm-item.dxm-subMenu:hover {
        background-color: #861619 !important;
    }*/

.dxmLite_RoyalIndianModerno .dxm-popup .dxm-separator b {
    background-color: #393c3d;
}

.dxmLite_RoyalIndianModerno.dxm-ltr .dxm-popup .dxm-separator,
.dxmLite_RoyalIndianModerno.dxm-rtl .dxm-popup .dxm-separator {
    padding-top: 0;
    padding-bottom: 0;
}

.dxm-shadow.dxm-popup .dxm-scrollArea .dxm-alignSpacing {
    display: none;
}

.services-section-main-page ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

    .services-section-main-page ul li {
        width: CALC(100%/4);
        padding: 25px;
        background-color: #100e0e;
        display: inline-flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

        .services-section-main-page ul li:nth-child(even) {
            background-color: #921312;
        }

        .services-section-main-page ul li h3 {
            text-transform: uppercase;
            font-family: "PT Serif", serif;
            color: #fff;
            font-weight: 600;
            margin: 25px 0;
        }

        .services-section-main-page ul li p {
            color: #fff;
        }

.main-title {
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
}

.white-divider {
    padding-bottom: 45px;
    position: relative;
}

    .white-divider::after {
        content: '';
        background-image: url(../Images/white-divider.png);
        position: absolute;
        bottom: 0;
        height: 17px;
        width: 250px;
        left: 50%;
        transform: translateX(-50%);
    }

.black-divider {
    padding-bottom: 45px;
    position: relative;
}

    .black-divider::after {
        content: '';
        background-image: url(../Images/black-divider.png);
        position: absolute;
        bottom: 0;
        height: 17px;
        width: 250px;
        left: 50%;
        transform: translateX(-50%);
    }

.red-divider {
    padding-bottom: 45px;
    position: relative;
}

    .red-divider::after {
        content: '';
        background-image: url(../Images/red-divider.png);
        position: absolute;
        bottom: 0;
        height: 17px;
        width: 250px;
        left: 50%;
        transform: translateX(-50%);
    }

/*#sectionBreadcrumb {
    display: none;
}*/

.btn2 {
    text-align: center;
    border: none;
    background: #fffc00;
    color: #ffffff;
    padding: 16px 22px;
    font-weight: 500;
    border: 2px solid #fffc00;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    width: auto;
}

    .btn2:hover {
        background: transparent;
        border: 2px solid #fffc00;
    }

.btn2 {
    border: 2px solid #fffc00;
    background: #fffc00;
    color: #000000;
}

    .btn2:hover {
        background: #fff;
        color: #000000;
        border-color: #fff;
    }

.WidgetBackground__Content-sc-1ho7q3r-2.ciCnpO > a {
    display: none;
}

.WidgetTitle__Header-sc-ruy1gu-2.huflDf {
    display: none;
}

.call-to-action-HD {
    background-image: url(../Images/cta-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
}

.call-to-action {
    background-image: url(../Images/cta-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 180px 0;
}

.white-bg-btn {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    max-width: fit-content;
}

    .white-bg-btn:hover {
        background-color: transparent;
        color: #fff;
        border-color: #fff;
    }

.call-to-action-btn {
    display: flex;
    justify-content: center;
}

.bottomRight-side-corner-img {
    position: absolute;
    right: -50px;
    bottom: 0;
    width: 250px;
}

.topLeft-side-corner-img {
    position: absolute;
    left: -50px;
    top: 0;
    width: 250px;
    transform: rotate(180deg);
}

.img2 {
    outline: 1px dotted #861619;
    outline-offset: -15px;
    border: 2px solid #861619;
}

.blink {
    /*-moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
    -moz-animation: blink 1.5s infinite; /* Firefox */
    -webkit-animation: blink 1.5s infinite; /* Webkit */
    -ms-animation: blink 1.5s infinite; /* IE */
    animation: blink 1.5s infinite; /* Opera */
}

@keyframes blink {
    0%, 49% {
        color: #861619;
    }

    50%, 100% {
        color: #fffc00;
    }
}

@-webkit-keyframes blink {
    0%, 49% {
        color: #861619;
    }

    50%, 100% {
        color: #fffc00;
    }
}



.quadrat {
    -webkit-animation: NAME-YOUR-ANIMATION 1s infinite; /* Safari 4+ */
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite; /* Fx 5+ */
    -o-animation: NAME-YOUR-ANIMATION 1s infinite; /* Opera 12+ */
    animation: NAME-YOUR-ANIMATION 1s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
    0%, 49% {
        color: rgb(117, 209, 63);
    }

    50%, 100% {
        color: #e50000;
    }
}

.PhotoGallery .dxigFlowItemsContainer_RoyalIndianModerno td {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex: 1 1;
}

.dxflCaptionCell_RoyalIndianModerno {
    white-space: inherit;
}

@media(max-width: 1280px) {
    #mainFooter {
        position: relative;
        padding: 50px 0 50px 0;
    }
}

@media (max-width:1024px) {
    #sideBarMenu .dxmLite_RoyalIndianModerno .dxm-vertical {
        min-width: 126px !important;
        max-width: 126px !important;
    }

    .OnlineMenuOrderSetFormLayout .PaymentButtonGroup {
        width: 74%;
    }

    #menuDiv {
        width: 300px;
    }
}

@media (min-width: 992px) {
    /*.enquiry-list li:first-child::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 25px;
        background-color: #3c3c3c;
        right: -10px;
        top: 3px;
    }*/

    .sticky .dxmLite_RoyalIndianModerno .dxm-horizontal .dxm-image-l .dxm-popOut,
    .sticky .dxmLite_RoyalIndianModerno .dxm-horizontal .dxm-image-r .dxm-popOut,
    .sticky .dxmLite_RoyalIndianModerno .dxm-horizontal .dxm-image-t.dxm-noImages .dxm-popOut,
    .sticky .dxmLite_RoyalIndianModerno .dxm-horizontal .dxm-image-t .dxm-noImage .dxm-popOut,
    .sticky .dxmLite_RoyalIndianModerno .dxm-horizontal .dxm-image-b.dxm-noImages .dxm-popOut,
    .sticky .dxmLite_RoyalIndianModerno .dxm-horizontal .dxm-image-b .dxm-noImage .dxm-popOut {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .alaCarteReviewOrderPanel, .controlCateringGridAlaCarte {
        width: 100%;
    }

    .chkOutPayPal img {
        width: auto;
    }

    .p-40.Online-Cart-Page {
        padding: 40px 0;
    }

    #main-menu .dxpnl-btn img {
        filter: brightness(200%);
    }

    .footer-bg-img {
        margin-bottom: -140px;
    }

    .services-section-main-page ul li {
        width: 50%;
    }

        .services-section-main-page ul li:nth-child(even) {
            background-color: transparent;
        }

        .services-section-main-page ul li:nth-child(2),
        .services-section-main-page ul li:nth-child(3) {
            background-color: #861619;
        }

    .form-img .d-flex {
        flex-direction: column-reverse;
    }
}

@media(max-width: 800px) {

    .shoppingCartDivLabel {
        font: 13px "Merriweather", serif !important;
    }

    .OnlineCart .fa-shopping-cart:before {
        font: normal normal normal 26px/1 "Material Design Icons";
    }

    ul.social-list_2 {
        text-align: left;
    }

    .cartButtonAlaCarte {
        /*padding: 15px 30px;*/
        background-image: url(../Images/cart_icon.png);
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        width: 30px;
        height: 30px;
    }

    #menuDiv {
        background-color: #fff;
        display: none;
        width: 100%;
        z-index: 9998;
        top: 35px;
        position: fixed;
        left: 0;
        right: 0;
        padding: 10px;
    }

    #ProductUC #menuOnlineOrderHorizontal.fixedAtTop {
        top: 70px;
        background-color: #fff;
        padding: 3px 15px;
        left: 0;
        z-index: 9;
        border-left: none;
        border-right: none;
        width: 100%;
        border-bottom: 1px solid #e4e4e4;
        position: fixed;
    }

    #menuOnlineOrderHorizontal .shoppingCartDivLabel {
        top: 0;
        right: 0;
        height: 20px;
        width: 20px;
        line-height: 20px;
    }
    /*.breadcrumb-section {
        padding: 130px 0 130px 0;
        background-size: cover;
    }*/

    .social-link-set .heading-border {
        float: left;
    }

    .navbar-header {
        display: block;
    }

    .page-header .breadcrumb,
    .page-header h3 {
        float: none;
        text-align: center;
    }

    /*.dxmLite_RoyalIndianModerno .dxm-vertical {
        width: 100%;
    }

        .dxmLite_RoyalIndianModerno .dxm-vertical ul {
            display: block;
            width: 100%;
        }*/

    ul.top-menu {
        left: 0;
        right: 0;
        text-align: center;
        position: relative;
        margin: 0;
    }

        ul.top-menu li {
            float: none;
            display: inline-block;
        }

    #mainFooter {
        padding: 90px 0 150px 0;
        background-image: url(../images/Website-Footer-Banner-Responsive.jpg) !important;
    }

    .mobileMenu {
        display: flex;
        justify-content: space-between;
    }

        .mobileMenu .dxmLite_RoyalIndianModerno.dxm-ltr {
            width: 90%;
        }

        .mobileMenu .buttonWrapper {
            width: 10%;
        }

    .desktopMenu, #sideBarMenu {
        display: none;
    }

    .cartButton > span {
        display: none;
    }

    #ProductUC .fixedAtTop {
        top: 0;
    }

    .ProductUC > .container-fluid > .row.d-flex {
        flex-direction: column;
    }

    #menuDiv.fixedAtTop {
        top: 110px;
    }

    #menuDiv .order_summary {
        color: #000 !important;
    }

    .OnlineMenuOrderSetFormLayout .PaymentButtonGroup {
        width: 100%;
    }

    .PaymentButtonGroup .dxflGroupCell_KolkataBeckonsModerno {
        padding: 0px 3px !important;
    }
}

@media(max-width:768px) {
    .ProceedToPaymentGroup {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 767px) {
    .delivery-partners .d-flex {
        flex-direction: column;
    }

        .delivery-partners .d-flex h3 {
            margin-bottom: 30px !important;
        }

    .offer-price {
        margin: 0 0 30px 0;
    }

    .offer-wrapper {
        flex-direction: column-reverse;
    }

    .expandedPanel {
        /*right: -40px;*/
    }

    .CategoryDetailsUCVer3Name, .CategoryDetailsUCVer3 .ShowAllProducts {
        float: none !important;
        display: block;
        text-align: center;
    }

    .AddedProductsWrapper {
        max-height: calc(100vh - 240px);
    }

    #mainFooter {
        padding: 50px 0 20px 0;
    }

    .AlaCarteTabs > .nav-tabs > li {
        float: none;
        display: block;
        text-align: center;
    }

        .AlaCarteTabs > .nav-tabs > li.active > a {
            display: block;
            float: none;
            width: 100%;
        }

    .OnlineMenuOrderAlaCarteUCCardView .dxcvFlowCard_RoyalIndianModerno .dxflGroupCell_RoyalIndianModerno {
        padding: 0 3px !important;
    }

    a.chkOutPayPal {
        max-width: 100% !important;
        width: inherit !important;
    }

    .ProceedToPaymentGroup .dxflHACSys > .dxflButtonItemSys {
        display: block;
        width: 100%;
        margin: 5px 0;
    }

    .chkOutPayPal img, .PaypalWithCreditCardLogos img {
        width: auto !important;
        height: auto;
        max-width: 100%;
    }

    .index-contact-info h1 {
        float: none;
        display: block;
    }

    .services-section-main-page ul li {
        width: 100%;
    }

        .services-section-main-page ul li:nth-child(even) {
            background-color: #861619;
        }

        .services-section-main-page ul li:nth-child(2) {
            background-color: #861619;
        }

        .services-section-main-page ul li:nth-child(3) {
            background-color: #100e0e;
        }

    .index-contact-info {
        padding: 50px 0 80px 0;
    }

        .index-contact-info .d-flex {
            flex-wrap: wrap;
        }

            .index-contact-info .d-flex img {
                margin-bottom: 25px;
            }
}

@media (max-width:599px) {
    .controlCateringGridAlaCarte {
        overflow-x: scroll;
        width: 100%;
    }

    .OnlineMenuOrderAlaCarteUCCardView .imgProduct {
        max-height: 100px;
        max-width: 75px;
    }

    .ProductUC > .container-fluid {
        padding: 0;
    }
}

@media (max-width: 550px) {
    .productDetailsImageSlider {
        max-height: 300px !important;
    }

    .frmProductDetailsUC .dxflGroup_RoyalIndianModerno {
        padding: 6px !important;
    }

    .frmProductDetailsUC .dxflGroupCell_RoyalIndianModerno,
    .CategoryDetailsUC .dxflGroupCell_RoyalIndianModerno {
        padding: 0px !important;
    }

    .CategoryDetailsUC .categoryDetailsImageSlider,
    .CategoryDetailsUCVer2 .categoryDetailsImageSlider,
    .CategoryDetailsUCVer3 .categoryDetailsImageSlider {
        max-height: 300px !important;
    }

    .CategoryDetailsUC .ShortDetailsTemplate .productInfo {
        margin-top: 10px;
    }
}

@media (max-width: 500px) {
    .tagline {
        font-size: 18px;
        margin: 16px 0 0 80px;
    }

    .OnlineMenuOrderSetFormLayout .ProceedToPaymentGroup {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .tagline {
        font-size: 16px;
        margin: 16px 0 0 70px;
    }

    .product-img img {
        max-height: 115px !important;
    }

    .height35TextBox {
        max-width: 150px !important;
    }

    .AlaCarteImgContainer {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }

    .OnlineMenuOrderAlaCarteUCCardView .dxcvFlowCard_RoyalIndianModerno .dxflGroupCell_RoyalIndianModerno {
        display: block;
        text-align: center;
    }

    .OnlineMenuOrderAlaCarteUCCardView .custom_buttons {
        display: inline-block;
    }

    .shortdetails.AlaCarteSameHeightDiv {
        /*text-align: center;*/
        margin-bottom: 15px;
    }

    .AlaCarteImgContainer img.orderProductImg {
        float: none;
        margin: 0 0 15px 0;
    }

    .OnlineMenuOrderAlaCarteUCCardView .imgProduct {
        max-height: 130px;
        max-width: 130px;
    }

    .OnlineMenuOrderAlaCarteUCCardView .col-xs-3 .product-img {
        text-align: center;
    }

    .OnlineMenuOrderAlaCarteUCCardView .col-xs-3, .OnlineMenuOrderAlaCarteUCCardView .col-xs-9 {
        display: block;
        width: 100%;
    }

    .OnlineMenuOrderAlaCarteUCCardView .pull-left {
        float: none !important;
        display: inline-block;
        margin: 5px 0;
    }

    .OnlineMenuOrderAlaCarteUCCardView .SetProductDisplayNameStyle {
        margin-top: 15px;
    }

    .OnlineMenuOrderAlaCarteUCCardView .short_details {
        margin-bottom: 15px;
        text-align: center !important;
    }

    .product-info,
    .CategoryDetailsUC .ShortDetailsTemplate .productInfo a {
        text-align: center;
    }

    .short_details,
    .CategoryDetailsUC .ShortDetailsTemplate .short_details {
        text-align: left !important;
    }
}

@media (max-width: 420px) {
    .tagline {
        font-size: 15px;
        margin: 18px 0 0 85px;
    }
}

@media (max-width: 350px) {
    .frmProductDetailsUC .SingSuiteCustomButton {
        margin-top: 20px !important;
    }
}

@media (max-width: 320px) {
    .tagline {
        font-size: 14px;
        margin: 10px 0 0 75px;
    }
}
