/************************************************
* Template Name: My QR Menu - Contactless Restaurant QR Menu Maker
* Version: 1.0
* Author: BYLANCER
* Developed By: BYLANCER
* Author URL: www.bylancer.com
*************************************************/


/* ---------------------------------------------------
 GENERAL
----------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/********** 1.1 Basic**********/

body {
    font-family: 'Roboto', sans-serif;
    background: #FFFFFF;
    font-size: 14px;
    color: #535353;
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Roboto', sans-serif;
}

.h1,h1{
    font-size: 30px;
}

.h2,h2{
    font-size: 26px;
}

.h3,h3{
    font-size: 20px;
}

.h4,h4{
    font-size: 18px;
}

.h5,h5{
    font-size: 16px;
}

.h6,h6{
    font-size: 14px;
}

small {
    color: #929292;
}

button, input, select, a {
    outline: none !important;
}

.custom-select,
.form-control {
    font-size: 13px;
}

.gj-timepicker .form-control {
    font-size: 13px !important;
}

#radioBtn .notActive {
    color: #a4a4a4;
    background-color: #fff;
}

body a,
body a:hover {
    color: #535353;
    text-decoration: none;
}

body.noscroll {
    overflow: hidden;
}

.col-primary {
    color: var(--theme-color-1) !important;
}

.col-secondary{
    color: #929292 !important;
}

.col-danger {
    color: #FC356B !important;
}

.col-light{
    color: #B9D4DC !important;
}

.col-text {
    color: #535353 !important;
}

.col-dark {
    color: #1e1e1e !important;
}

.col-white {
    color: #ffffff !important;
}

.bg-primary {
    background-color: var(--theme-color-1) !important;
}

.bg-danger {
    background-color: #FC356B !important;
}

.badge-info {
    color: var(--theme-color-1);
    background-color: #D2F4FF;
}

.badge-primary {
    color: #fff;
    background-color: var(--theme-color-1);
}

.badge-warning {
    color: #fff;
    background-color: #FF9800;
}

.badge-danger {
    color: #fff;
    background-color: #FC356B;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.border-radius {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.none {
    display: none;
}

.clear {
    clear: both;
}

.line {
    clear: both;
    height: 2px;
    width: 30px;
    margin: 10px auto 0px;
    background-color: #E1E1E1;
}

.line-separate {
    width: 100%;
    height: 1px;
    background-color: #E1E1E1;
    margin: 20px 0px 20px;
}

.no-padding-right {
    padding-right: 0px;
}

#sidebarleftbutton .icon-feather-menu{font-size: 24px;}

.custom-control-input:checked~.custom-control-label::before {
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
}

ul.slick-dots li button {
    width: 15px;
    height: 5px;
    background-color: var(--theme-color-1);
    padding: 0px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    opacity: 0.3;
}

ul.slick-dots li.slick-active button {
    opacity: 1;
}

.slick-dots li {
    margin: 0px 0px !important;
    height: 15px !important;
}

.slick-dots li button:before {
    font-size: 0px !important;
}

.content-wrap {
    max-width: 100%;
    margin: 0 auto;
    min-height: calc(100vh - 56px - 70px);
    overflow: hidden;
}

.text-muted {
    color: #bfbfbf !important;
}

.list-group-item {
    padding: 10px 20px;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0;
    color: #929292;
}

.list-group-item:last-child {
    border-bottom: 0;
}

.section-single-page {
    padding: 15px 15px;
}

.img-news {
    margin: 0px 0px 10px;
}

.line-separate {
    border-top: 1px solid #dbdbdb;
    margin-bottom: 15px;
}

/********** 1.2 BUTTON**********/

.btn {
    color: #ffffff;
    font-size: 14px;
}

.btn:hover {
    color: #ffffff;
}

.btn-link {
    color: #929292;
}

.btn-link:hover {
    color: #1e1e1e;
    text-decoration: none;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}

.button {
    text-align: center;
}

.btn-sm {
    font-weight: 400;
    padding: 0px 10px;
}

.submit-btn {
    text-align: center;
}

.theme-button {
    background-color: #fff;
    padding: 3px 5px;
    color: #535353;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #fff;
    outline: none !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

.theme-button.btn-outline {
    border: 2px solid #1e1e1e;
    background-color: transparent;
    text-align: center;
    color: #1e1e1e;
}

.theme-button.large {
    padding: 12px 35px;
    font-weight: 500;
    font-size: 16px;
}

.theme-button.btn-outline.large {
    padding: 12px 35px;
    font-weight: 500;
    font-size: 16px;
}

.theme-button.medium {
    padding: 8px 24px;
}

.theme-button:hover {
    background-color: #264f9e;
    color: #ffffff;
}

.theme-button.btn-outline:hover {
    background-color: #fff;
    color: #1e1e1e;
}

.btn-circle {
    border: none;
    outline: none !important;
    overflow: hidden;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary {
    background-color: var(--theme-color-1) !important;
    border-color: var(--theme-color-1) !important;
}

.btn-primary {
    background-color: var(--theme-color-1) !important;
    border-color: var(--theme-color-1) !important;
    color: #fff !important;
}

.btn-danger {
    background-color: #FC356B;
    border-color: #FC356B;
    color: #fff;
}

.btn-success {
    background-color: #4CAF50;
    border-color: #4CAF50;
    color: #fff;
}

.btn-warning {
    background-color: #FF9800;
    border-color: #FF9800;
    color: #fff;
}

.btn-default {
    background-color: #fff;
    border-color: #fff;
    color: #535353 !important;
}

.btn-dark {
    color: #fff !important;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
}

.btn-circle i,
.btn-circle img {
    font-size: 18px;
    position: relative;
}

.social-button .facebook{
    background-color: #3479E5;
}

.social-button .google{
    background-color: #DE4B4F;
}

/********** 1.3 FORM**********/

.form-control{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #535353;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: var(--theme-color-1);
    outline: 0;
    color: #929292;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
}

form .input-group > .custom-select:not(:last-child),
form .input-group > .form-control:not(:last-child) {
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

.form-layout {
    padding: 00px 0px;
}

form label {
    font-weight: 600;
}

.form-layout .form-group.col-md-12 .row {
    margin-bottom: 0px !important;
}

.form-layout textarea {
    min-height: 60px;
}

.form-layout .addon {
    position: absolute;
    padding: 7px 40px 7px 10px;
}

.form-layout .field-group {
    position: relative;
}

.form-layout .field-group .svg-inline--fa {
    top: 10px;
    left: 12px;
    position: absolute;
    z-index: 4;
    color: #b5b5b5;
}

.form-layout input[type="text"] {
    padding: 0px 10px 0px 10px;
}

.form-layout input.last-name[type="text"] {
    padding: 0px 10px 0px 10px;
}

.form-layout select.with-icon,
.form-layout input.with-icon {
    padding-left: 30px;
    position: relative;
}

.form-layout input.with-icon.datepicker,
.form-layout input.with-icon.timepicker {
    padding-left: 33px;
}

#content .form-layout .form-group .row,
#content .form-layout .form-group.col-md-12 {
    margin-bottom: 15px;
}

.form-check label {
    font-weight: normal;
}

.form-check {
    line-height: 1.8;
}

.form-group {
    position: relative;
}

.form-group .form-line {
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
}

.form-group .icon-label {
    font-size: 20px;
    color: #535353;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
}

.form-group .icon-label+.form-line .form-control{
    padding-left: 38px;
}

.form-group .icon-label-right {
    color: #535353;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9;
}

.form-group .icon-label-right.material-icons,
.form-group .icon-label-right.material-icons-outlined {
    font-size: 20px;
}

.form-group .form-line .form-control {
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
}

.form-group .form-line:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    bottom: -1px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    border-bottom: 2px solid var(--theme-color-1);
}

.form-group .form-line:focus-within::after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.form-group .form-line .form-control:focus + .form-label {
    top: -10px;
    left: 0;
    font-size: 12px;
}

.form-group .form-line .form-label {
    font-weight: normal;
    color: #aaa;
    position: absolute;
    top: 10px;
    left: 0;
    cursor: text;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.form-group .form-line label {
    display: flex;
}

.form-group .form-line.error:after {
    border-bottom: 2px solid #FC356B;
}

.form-group .form-line.success:after {
    border-bottom: 2px solid #4CAF50;
}

.form-group .form-line.warning:after {
    border-bottom: 2px solid #FF9800;
}

.form-group .form-line.error:focus .form-label {
    color: #FC356B;
}

.form-group .form-line.success:focus.form-label {
    color: #4CAF50;
}

.form-group .form-line.warning:focus .form-label {
    color: #FF9800;
}

.form-group .form-line .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #929292;
    opacity: 1; /* Firefox */
}

.form-group .form-line .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #929292;
}

.form-group .form-line .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #929292;
}

/*.form-group .form-line .form-control:active::placeholder { *//* Chrome, Firefox, Opera, Safari 10.1+ *//*
    color: var(--theme-color-1);
}

.form-group .form-line .form-control:-ms-input-placeholder { *//* Internet Explorer 10-11 *//*
    color: var(--theme-color-1);
}*/

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.field-row {
    margin-bottom: 15px !important;
}

.field-row label {
    font-weight: 600;
}

.field-row .field-group {
    position: relative;
}

.field-row .field-group .row {
    margin-bottom: 15px;
}

.field-row .field-group .svg-inline--fa,
.field-row .field-group .fab,
.field-row .field-group .fas,
.field-row .field-group .fa,
.field-row .field-group .far {
    top: 10px;
    left: 12px;
    position: absolute;
    z-index: 4;
    color: #b5b5b5;
}

.field-row .field-group input.with-icon,
.field-row .field-group select.with-icon {
    padding-left: 30px;
}

.field-row .field-group .form-check label.form-check-label a {
    text-decoration: underline;
    color: var(--theme-color-1);
}

.pagination {
    margin-top: 20px;
}

.pagination .page-link {
    color: var(--theme-color-1);
}

.pagination .page-item.active .page-link {
    background-color: var(--theme-color-1);
    border-color: var(--theme-color-1);
}

.custom-control {
    position: relative;
    display: block;
    min-height: unset;
    padding-left: 1.5rem;
}

.custom-control-label::before {
    position: absolute;
    top: .15rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 2px;
}

.custom-control-label::after {
    position: absolute;
    top: .15rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.section {
    background-color: #fff;
    padding: 10px 20px;
}

.section2 {
    background-color: #fff;
    padding: 20px 20px 10px;
}

.section3 {
    background-color: #f8f9fa;
    padding: 20px 20px;
}

/*==================================================
 PRELOADER
==================================================*/
.preloading {
    width: 100%;
    text-align: center;
    height: 100%;
    position: fixed;
    background: #ffffff;
    z-index: 999999;
    top: 0px;
    display: table;
    left: 0;
}

.preloading .wrap-preload {
    background-color: var(--theme-color-1);
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.preloading .cssload-loader {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin: 3em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: #ffffff;
}

.preloading .cssload-loader,
.preloading .cssload-loader:before,
.preloading .cssload-loader:after {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
}

.preloading .cssload-loader:before,
.preloading .cssload-loader:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.preloading .cssload-loader {
    animation-name: cssload-loader;
    -o-animation-name: cssload-loader;
    -ms-animation-name: cssload-loader;
    -webkit-animation-name: cssload-loader;
    -moz-animation-name: cssload-loader;
}

@keyframes cssload-loader {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes cssload-loader {
    from {
        -o-transform: scale(0);
        opacity: 1;
    }
    to {
        -o-transform: scale(1);
        opacity: 0;
    }
}

@-ms-keyframes cssload-loader {
    from {
        -ms-transform: scale(0);
        opacity: 1;
    }
    to {
        -ms-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-loader {
    from {
        -webkit-transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes cssload-loader {
    from {
        -moz-transform: scale(0);
        opacity: 1;
    }
    to {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

/* ---------------------------------------------------
 HEADER
----------------------------------------------------- */
.bg-header {
    z-index: 10;
    position: fixed !important;
    top: 0px;
    left: 0px;
    height: 56px;
    width: 100%;
    background: var(--theme-color-1);
    color: #fff;
    border-bottom: 0px solid #ddd;
    transition: background 1.5s;
}


.bg-header.active {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    color: #fff !important;
}

.bg-header.active .btn,
.bg-header.dark .btn,
.bg-header.active a i,
.bg-header.dark a i{
    color: #ffffff;
}
.navbar {
    position: relative;
    z-index: 99;
}

.navbar #sidebarleftbutton,
.sidebar-header #sidebarleftbutton {
    background-color: transparent;
    padding: 0;
    line-height: 0px;
}

.navbar .btn:focus ,
.sidenav .btn:focus {
    box-shadow: none;
}

.navbar #sidebarleft.btn {
    left: 1rem;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.navbar-heading h4, .navbar-heading h5, .navbar-heading h6 {
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
}

/* ---------------------------------------------------
 SIDEBAR
----------------------------------------------------- */

/********** SIDEBAR LEFT**********/
.sidenav a,
.sidenav a:hover,
.sidenav a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.sidenav .collapsible-body {
    padding: 0 0 0 34px !important;
    background-color: rgba(206, 206, 206, 0.08);
}

#sidebarleft {
    width: 280px;
    position: fixed;
    top: 0;
    left: -280px;
    height: 100vh;
    z-index: 1000;
    background-color: #ffffff;
    color: #fff;
    transition: all 0.3s;
    overflow: auto;
}

#sidebarleft .sidebar-header img {
    width: 100%;
    height: auto;
}

#sidebarleft .heading {
    padding: 0 20px;
    margin: 20px 0 0px;
}

#sidebarleft ul {
    padding: 10px 0px 20vh;
}

#sidebarleft ul li a {
    padding: 8px 20px;
    font-size: 1.1em;
    display: flex;
    line-height: 24px;
}

#sidebarleft ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

#sidebarleft a{
    color: #535353;
}

#sidebarleft a:hover, #sidebarleft a:active, #sidebarleft a:focus {
    color: var(--theme-color-1);
}

#sidebarleft ul i, #sidebarleft ul svg{
    color: var(--theme-color-0_25);
}

#sidebarleft ul li a.active {
    background-color: var(--theme-color-0_05);
    color: var(--theme-color-1);
}

#sidebarleft ul a:hover i, #sidebarleft ul a:active i, #sidebarleft ul a:focus i, #sidebarleft ul a:hover svg, #sidebarleft ul a:active svg, #sidebarleft ul a:focus svg, #sidebarleft ul li a.active i, #sidebarleft ul li a.active svg {
    color: var(--theme-color-1);
}

#sidebarleft .list-unstyled i {
    margin-right: 10px;
    font-size: 22px;
    transition: 0.3s;
}

#sidebarleft.active {
    left: 0;
}

#sidebarleft .list-unstyled li a[aria-expanded="false"]::after {
    content: "\f105";
    font-family: 'Font Awesome';
    margin-left: auto;
    align-self: center;
}

#sidebarleft .list-unstyled li a[aria-expanded="true"]::after {
    content: "\f107";
    font-family: 'Font Awesome';
    margin-left: auto;
    align-self: center;
}

#dismiss {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 24px;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    top: 0px;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

.dropdown-menu {
    font-size: 14px;
    min-width: 8rem;
    padding: .25rem 0;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09);
}

/********** SIDENAV **********/
.sidebar-wrapper {
    width: 100%;
    transition: all 0.3s;
    padding: 56px 0
}
.sidenav.right  {
    width: 100%;
    right: -100%;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 999;
    background-color: #F8F9FA;
    color: #fff;
    transition: all 0.3s;
    overflow: auto;
}

.sidenav.right .sidebar-header,
.sidenav.bottom .sidebar-header {
    padding: 0px 20px;
    height: 56px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color-1);
    position: fixed;
    width: 100%;
    z-index: 99;
}
.sidenav.bottom {
    width: 100%;
    bottom: -100%;
    position: fixed;
    height: 100vh;
    z-index: 999;
    background-color: #F8F9FA;
    transition: all 0.3s;
    overflow: auto;
}
.sidenav.right .sidebar-header,
.sidenav.bottom .sidebar-header {
    background: #f8f9fa;
    color: #1e1e1e;
}

.sidenav.right .sidebar-header .btn,
.sidenav.bottom .sidebar-header .btn{
    color: #1e1e1e;
}

.sidenav.right.active {
    right: 0;
}

.sidenav.bottom.active {
    bottom: 0;
}

/* POS menu variants/extras: centred modal instead of a full-height sheet. */
#menuCustomize.sidenav.bottom {
    width: min(860px, calc(100% - 32px));
    height: auto;
    max-height: 85vh;
    left: 50%;
    top: 50%;
    bottom: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px;
    background: #f8f9fa;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, calc(-50% + 24px)) scale(0.98);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

#menuCustomize.sidenav.bottom.active {
    bottom: auto;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

#menuCustomize .sidebar-header {
    position: static;
    flex: 0 0 56px;
    width: 100%;
}

#menuCustomize .sidebar-wrapper {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 0;
}

#menuCustomize .footer {
    position: static;
    flex: 0 0 auto;
    padding: 10px 16px;
    border-top: 1px solid #e2e5e8;
}

#menuCustomize.sidenav.bottom .footer,
#menuCustomize.sidenav.bottom.active .footer {
    bottom: auto;
}

@media (max-width: 575px) {
    #menuCustomize.sidenav.bottom {
        width: calc(100% - 16px);
        max-height: 92vh;
        border-radius: 8px;
    }

    #menuCustomize .footer .col-md-2,
    #menuCustomize .footer .col-md-10 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #menuCustomize .footer .col-md-10 {
        margin-top: 8px;
    }
}

/* ---------------------------------------------------
MODAL
----------------------------------------------------- */
.modal-content {
    border: 1px solid transparent;
    border-radius: 10px;
}

.modal-header {
    padding: 20px 20px 10px;
    border-bottom: 1px solid transparent;
}

.modal-title {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
}

.modal-body{
    padding: 10px 20px 20px;
}

.modal-footer {
    padding: 0px 20px 20px;
    border-top: 1px solid transparent;
}

/* ---------------------------------------------------
SCROLL BAR
----------------------------------------------------- */

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-scrollbar-corner {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(0,0,0,.15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.05), inset 1px 1px 0 rgba(0,0,0,.05);
    box-shadow: inset -1px -1px 0 rgba(0,0,0,.05), inset 1px 1px 0 rgba(0,0,0,.05);
}
::-webkit-scrollbar {
    width:4px;
    background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);}


/* ---------------------------------------------------
SEARCH
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: calc(100vh - 56px);
    transition: all 0.3s;
    padding: 56px 0px 70px;
    right: 0;
}

#content.noFooter {
    padding: 56px 0px 0px;
}

#content {
    margin: 0 auto;
}

#content .form-group .row {
    margin-bottom: 0px;
}

.searchbox {
    position: relative;
    min-width: 36px;
    width: 0%;
    height: 36px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    display: none;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 0;
    border-radius: 4px;
    background: #ffffff;
}

.searchbox-icon, .searchbox-submit {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: var(--theme-color-1);
}

.searchbox-open{
    width:100%;
}

.searchbox-open .searchbox-icon, .searchbox-submit{
    color: #1e1e1e;
    background: #fff;
    border-radius: 4px;
}

.searchbox-icon .icon-feather-search{
    font-size: 20px;
    line-height: 36px;
}

/* ---------------------------------------------------
MAIN PAGE
----------------------------------------------------- */

.single-page-header {
    margin-bottom: 5px;
    padding: 30px 0;
    position: relative;
}

.single-page-header:after, .single-page-header:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 15;
    background: linear-gradient(to right, rgba(247, 247, 247, 0.75) 34%, rgba(247, 247, 247, 0.55) 70%, rgba(247, 247, 247, 0.14) 90%);
}

.single-page-header .container {
    z-index: 59;
    position: relative;
}

.single-page-header .single-page-header-inner {
    display: flex;
}

.single-page-header .left-side {
    padding-right: 30px;
}
.single-page-header .left-side, .single-page-header .right-side {
    flex: 1;
    display: flex;
    align-items: center;
}

.single-page-header .header-image {
    height: 120px;
    flex: 0 0 120px;
    margin-right: 35px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    display: flex;
    padding: 12px;
}

.single-page-header .background-image-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.single-page-header .header-image img {
    align-self: center;
    transform: translate3d(0, 0, 0);
}

.single-page-header .header-details {
    flex: 1;
}

.single-page-header .header-details h3 {
    color: #333;
    font-size: 26px;
    padding: 0;
    margin: 3px 0 20px;
    line-height: 36px;
    position: relative;
    display: inline-block;
}

.single-page-header .header-details h3 span {
    color: gray;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}

.single-page-header .header-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 24px;
    margin-bottom: -7px;
}

.single-page-header .header-details li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 12px;
    font-size: 16px;
}

.single-page-header .header-details li i,
.single-page-header .header-details li .feather{
    font-size: 20px;
    position: relative;
    margin-right: 2px;
}

@media (max-width: 1240px) {

    .single-page-header .header-image {
        height: 120px;
        flex: 0 0 120px;
    }

    .single-page-header .header-details h3 {
        font-size: 26px;
    }
}

@media (max-width: 992px) {

    .single-page-header {
        padding: 20px 0;
    }

    .single-page-header .header-image {
        padding: 5px 5px;
        margin: 10px 0;
        height: 70px;
        flex: 0 0 70px;
        width: 70px;
        margin-bottom: -70px;
    }

    .single-page-header .single-page-header-inner {
        display: flex;
        flex-direction: column;
    }

    .single-page-header .left-side, .single-page-header .right-side, .single-page-header-inner {
        display: block;
        max-width: 100%;
    }

    .single-page-header .left-side {
        padding-right: 0;
    }

    .single-page-header .header-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .single-page-header .header-details h3 {
        font-size: 24px;
    }

    .single-page-header .header-details h3 {
        margin-left: 90px;
        display: block;
    }

}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    transform: rotate(180deg);
    transition: transform 0.3s linear;
}
.accordion .card-header.collapsed:after {
    content: "\f078";
    transform: rotate(0deg);
    transition: transform 0.3s linear;
}

.accordion>.card .card-header {
    margin-bottom: 5px;
}

.accordion>.card .card-body {
    padding: 10px 20px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0;
    border-radius: .25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fa;
    border-bottom: 0;
}

/*************** MENU ITEM ******************/
.section-menu {
    margin-bottom: 10px;
}

.menu-item.list {
    margin: 0;
    display: flex;
    position: relative;
}

.menu-item.list .menu-image {
    margin-right: 10px;
    flex: 0 0 70px;
    height: 70px;
    position: relative;
}

.menu-item .menu-image {
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    text-align: center;
    background-color: #f8f9fa;
}

.menu-item .menu-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 4px;
}

.menu-item.list .menu-content {
    width: 100%;
    min-width: 1%;
}

.menu-content .menu-detail{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.menu-content .menu-detail .add-menu {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.add-btn {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    padding: 0 10px;
    height: 1.5rem;
    border: 1px solid rgb(181, 181, 181);
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    background: rgb(255, 255, 255);
}

.add-btn span{
    color: #535353;
    margin: 0px 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.add-btn i{
    color: var(--theme-color-1);
    font-size: 12px;
}

.add-menu .customize {
    line-height: 1.2rem;
    display: inherit;
    font-size: 10px;
    color: rgb(244, 162, 102);
}

.add-menu .price {
    line-height: 1.2rem;
    display: inherit;
    font-size: 12px;
    margin-left: auto;
    font-weight: 600;
    padding-top: 2px;
}

.add-btn.add-item-btn {
    border: 1px solid #535353;
    cursor: initial;
    width: 4.7em;
    padding: 0;
}

.add-item-btn .wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.add-item-btn .wrapper .addition {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 31.6667%;
    padding: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.add-item-btn .wrapper .addition i.material-icons {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: inherit;
    font-size: 12px;
}

.add-item-btn .wrapper .count {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 36.6667%;
    padding: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: #e5e7f7;
    cursor: initial;
}

.add-item-btn .wrapper .count .num{
    color: #535353;
    font-size: 12px;
    margin: 3px;
    font-weight: 500;
}

.menu-content .menu-title{
    display: flex;
    flex-direction: column;
    max-width: 75%;
}

.menu-content .menu-title h4{
    font-size: 16px;
    font-weight: 500;
    color: #535353;
    line-height: 150%;
    margin: 0px;
}

.menu-content .menu-price {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
}

.menu-content .menu-recipe {
    font-size: 12px;
    color: #999;
    overflow-wrap: break-word;
}

.menu-item.list .badge.abs {
    position: absolute;
    top: 4px;
    right: 4px;
}

.menu-item.list .badge {
    font-size: 2px;
    font-weight: normal;
}

.menu-item.list .badge.only {
    width: 12px;
    height: 12px;
    margin-top: 4px;
    margin-right: 10px;
    padding: 1px;
}

.menu-item.list .badge.nonveg {
    color: #fff;
    background-color: #fff;
    border: 2px solid #FC356B;
    border-radius: 2px;
}

.badge.nonveg i.fa-circle {
    color: #FC356B;
    font-size: 6px;
}

.menu-item.list .badge.veg {
    color: #fff;
    background-color: #fff;
    border: 2px solid #50b547;
    border-radius: 2px;
}

.badge.veg i.fa-circle {
    color: #50b547;
    font-size: 6px;
}

/**************** FOOTER *******************/
.footer {
    width: 100%;
    height: auto;
    position: fixed;
    padding: env(safe-area-inset-bottom);
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.sidenav.bottom .footer{
    bottom: -100px;
}

.sidenav.bottom.active .footer{
    bottom: 0;
}

.footer-extras .add-btn {
    width: 100%;
    height: 2.15rem;
}

.order-footer {
    padding: 10px;
}

.view-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    background: var(--theme-color-1);
    padding: 6px 20px;
    color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.08);
}

.view-order .item{
    font-size: 12px;
    text-transform: uppercase;
}

.view-order i.icon-material-outline-keyboard-arrow-right{
    font-size: 18px;
    margin-right: -5px;
}

.order-btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#menuCustomize, #viewOrder, #call-waiter-box {
    position: fixed;
    height: 70vh;
    z-index: 1000;
    background-color: #ffffff;
    transition: all 0.3s;
    overflow: auto;
}

#call-waiter-box {
    height: auto;
}

#menuCustomize {
    height: auto;
    max-height: 70vh;
}

#menuCustomize #dismiss i.material-icons,
#viewOrder #dismiss i.material-icons {
    font-size: 20px;
    color: #999;
}

#menuCustomize #dismiss i.material-icons:hover,
#viewOrder #dismiss i.material-icons:hover {
    color: #535353;
}

.extras-heading {
    line-height: 1.2;
    margin-bottom: 10px;
}

.extras-heading .title {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 500;
}

.extras {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.extra.active {
    color: var(--theme-color-1);
}

.grand-total {
    font-size: 16px;
    font-weight: 500;
}

.menu-extra-wrapper .menu-title h4 {font-size: 14px; display: inline-block;}
.menu-extra-wrapper .menu-price, .menu-extra-wrapper .menu-title {display: inline-block;}
.menu-extra-wrapper .menu_price {font-size: 12px; font-weight: 600}
a.item-extra-delete {color:var(--theme-color-1)}
.form-error{color: #ea5252;display: none}
.order-success-message {text-align: center;width: 100%;position: absolute;top: 50%;transform: translateY(-50%);}
.order-success-message i{height: 90px;width: 90px;border-radius: 50%;color: #fff;text-align: center;background: #1cc731;font-size: 52px;line-height: 90px;display: block;margin: 0 auto;}
.order-success-message h4 {margin-top: 20px;font-size: 22px;color: #111;}

/* ---------------------------------------------------
 HELPER CLASSES
----------------------------------------------------- */
.thumb-20 {
    width: 20px;
    height: 20px;
}

.thumb-30 {
    width: 30px;
    height: 30px;
}

.thumb-32 {
    width: 32px;
    height: 32px;
}

.thumb-40 {
    width: 40px;
    height: 40px;
}

.thumb-50 {
    width: 50px;
    height: 50px;
}

.thumb-60 {
    width: 60px;
    height: 60px;
}

.line-h0 {
    line-height: 0;
}

.line-h1 {
    line-height: 1;
}

.line-h2 {
    line-height: 2;
}

.no-margin-top {
    margin-top: 0px;
}

.font-normal{
    font-weight: 400;
}

.font-medium{
    font-weight: 500;
}

.font-bold{
    font-weight: 700;
}

.font-14{
    font-size: 14px !important;
}

.font-16{
    font-size: 16px !important;
}

.font-18{
    font-size: 18px !important;
}

.font-20{
    font-size: 20px !important;
}

.font-24{
    font-size: 24px !important;
}

.font-26{
    font-size: 26px !important;
}

.m-l--125 {
    margin-left: -125px;
}

.m-t--125 {
    margin-top: -125px;
}

.m-r--125 {
    margin-right: -125px;
}

.m-b--125 {
    margin-bottom: -125px;
}

.m-l--120 {
    margin-left: -120px;
}

.m-t--120 {
    margin-top: -120px;
}

.m-r--120 {
    margin-right: -120px;
}

.m-b--120 {
    margin-bottom: -120px;
}

.m-l--115 {
    margin-left: -115px;
}

.m-t--115 {
    margin-top: -115px;
}

.m-r--115 {
    margin-right: -115px;
}

.m-b--115 {
    margin-bottom: -115px;
}

.m-l--110 {
    margin-left: -110px;
}

.m-t--110 {
    margin-top: -110px;
}

.m-r--110 {
    margin-right: -110px;
}

.m-b--110 {
    margin-bottom: -110px;
}

.m-l--105 {
    margin-left: -105px;
}

.m-t--105 {
    margin-top: -105px;
}

.m-r--105 {
    margin-right: -105px;
}

.m-b--105 {
    margin-bottom: -105px;
}

.m-l--100 {
    margin-left: -100px;
}

.m-t--100 {
    margin-top: -100px;
}

.m-r--100 {
    margin-right: -100px;
}

.m-b--100 {
    margin-bottom: -100px;
}

.m-l--95 {
    margin-left: -95px;
}

.m-t--95 {
    margin-top: -95px;
}

.m-r--95 {
    margin-right: -95px;
}

.m-b--95 {
    margin-bottom: -95px;
}

.m-l--90 {
    margin-left: -90px;
}

.m-t--90 {
    margin-top: -90px;
}

.m-r--90 {
    margin-right: -90px;
}

.m-b--90 {
    margin-bottom: -90px;
}

.m-l--85 {
    margin-left: -85px;
}

.m-t--85 {
    margin-top: -85px;
}

.m-r--85 {
    margin-right: -85px;
}

.m-b--85 {
    margin-bottom: -85px;
}

.m-l--80 {
    margin-left: -80px;
}

.m-t--80 {
    margin-top: -80px;
}

.m-r--80 {
    margin-right: -80px;
}

.m-b--80 {
    margin-bottom: -80px;
}

.m-l--75 {
    margin-left: -75px;
}

.m-t--75 {
    margin-top: -75px;
}

.m-r--75 {
    margin-right: -75px;
}

.m-b--75 {
    margin-bottom: -75px;
}

.m-l--70 {
    margin-left: -70px;
}

.m-t--70 {
    margin-top: -70px;
}

.m-r--70 {
    margin-right: -70px;
}

.m-b--70 {
    margin-bottom: -70px;
}

.m-l--65 {
    margin-left: -65px;
}

.m-t--65 {
    margin-top: -65px;
}

.m-r--65 {
    margin-right: -65px;
}

.m-b--65 {
    margin-bottom: -65px;
}

.m-l--60 {
    margin-left: -60px;
}

.m-t--60 {
    margin-top: -60px;
}

.m-r--60 {
    margin-right: -60px;
}

.m-b--60 {
    margin-bottom: -60px;
}

.m-l--55 {
    margin-left: -55px;
}

.m-t--55 {
    margin-top: -55px;
}

.m-r--55 {
    margin-right: -55px;
}

.m-b--55 {
    margin-bottom: -55px;
}

.m-l--50 {
    margin-left: -50px;
}

.m-t--50 {
    margin-top: -50px;
}

.m-r--50 {
    margin-right: -50px;
}

.m-b--50 {
    margin-bottom: -50px;
}

.m-l--45 {
    margin-left: -45px;
}

.m-t--45 {
    margin-top: -45px;
}

.m-r--45 {
    margin-right: -45px;
}

.m-b--45 {
    margin-bottom: -45px;
}

.m-l--40 {
    margin-left: -40px;
}

.m-t--40 {
    margin-top: -40px;
}

.m-r--40 {
    margin-right: -40px;
}

.m-b--40 {
    margin-bottom: -40px;
}

.m-l--35 {
    margin-left: -35px;
}

.m-t--35 {
    margin-top: -35px;
}

.m-r--35 {
    margin-right: -35px;
}

.m-b--35 {
    margin-bottom: -35px;
}

.m-l--30 {
    margin-left: -30px;
}

.m-t--30 {
    margin-top: -30px;
}

.m-r--30 {
    margin-right: -30px;
}

.m-b--30 {
    margin-bottom: -30px;
}

.m-l--25 {
    margin-left: -25px;
}

.m-t--25 {
    margin-top: -25px;
}

.m-r--25 {
    margin-right: -25px;
}

.m-b--25 {
    margin-bottom: -25px;
}

.m-l--20 {
    margin-left: -20px;
}

.m-t--20 {
    margin-top: -20px;
}

.m-r--20 {
    margin-right: -20px;
}

.m-b--20 {
    margin-bottom: -20px;
}

.m-l--15 {
    margin-left: -15px;
}

.m-t--15 {
    margin-top: -15px;
}

.m-r--15 {
    margin-right: -15px;
}

.m-b--15 {
    margin-bottom: -15px;
}

.m-l--10 {
    margin-left: -10px;
}

.m-t--10 {
    margin-top: -10px;
}

.m-r--10 {
    margin-right: -10px;
}

.m-b--10 {
    margin-bottom: -10px;
}

.m-l--5 {
    margin-left: -5px;
}

.m-t--5 {
    margin-top: -5px;
}

.m-r--5 {
    margin-right: -5px;
}

.m-b--5 {
    margin-bottom: -5px;
}

.m-l--1 {
    margin-left: -1px !important;
}

.m-t--1 {
    margin-top: -1px !important;
}

.m-r--1 {
    margin-right: -1px !important;
}

.m-b--1 {
    margin-bottom: -1px !important;
}

.m-l-0 {
    margin-left: 0px;
}

.m-t-0 {
    margin-top: 0px;
}

.m-r-0 {
    margin-right: 0px;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-l-2 {
    margin-left: 2px !important;
}

.m-t-2 {
    margin-top: 2px !important;
}

.m-r-2 {
    margin-right: 2px !important;
}

.m-b-2 {
    margin-bottom: 2px !important;
}

.m-l-5 {
    margin-left: 2px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-l-15 {
    margin-left: 15px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-l-30 {
    margin-left: 30px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-l-35 {
    margin-left: 35px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-r-35 {
    margin-right: 35px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-l-45 {
    margin-left: 45px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-r-45 {
    margin-right: 45px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-l-50 {
    margin-left: 50px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-r-50 {
    margin-right: 50px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-l-55 {
    margin-left: 55px;
}

.m-t-55 {
    margin-top: 55px;
}

.m-r-55 {
    margin-right: 55px;
}

.m-b-55 {
    margin-bottom: 55px;
}

.m-l-60 {
    margin-left: 60px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-r-60 {
    margin-right: 60px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-l-65 {
    margin-left: 65px;
}

.m-t-65 {
    margin-top: 65px;
}

.m-r-65 {
    margin-right: 65px;
}

.m-b-65 {
    margin-bottom: 65px;
}

.m-l-70 {
    margin-left: 70px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-r-70 {
    margin-right: 70px;
}

.m-b-70 {
    margin-bottom: 70px;
}

.m-l-75 {
    margin-left: 75px;
}

.m-t-75 {
    margin-top: 75px;
}

.m-r-75 {
    margin-right: 75px;
}

.m-b-75 {
    margin-bottom: 75px;
}

.m-l-80 {
    margin-left: 80px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-r-80 {
    margin-right: 80px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-l-85 {
    margin-left: 85px;
}

.m-t-85 {
    margin-top: 85px;
}

.m-r-85 {
    margin-right: 85px;
}

.m-b-85 {
    margin-bottom: 85px;
}

.m-l-90 {
    margin-left: 90px;
}

.m-t-90 {
    margin-top: 90px;
}

.m-r-90 {
    margin-right: 90px;
}

.m-b-90 {
    margin-bottom: 90px;
}

.m-l-95 {
    margin-left: 95px;
}

.m-t-95 {
    margin-top: 95px;
}

.m-r-95 {
    margin-right: 95px;
}

.m-b-95 {
    margin-bottom: 95px;
}

.m-l-100 {
    margin-left: 100px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-r-100 {
    margin-right: 100px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-l-105 {
    margin-left: 105px;
}

.m-t-105 {
    margin-top: 105px;
}

.m-r-105 {
    margin-right: 105px;
}

.m-b-105 {
    margin-bottom: 105px;
}

.m-l-110 {
    margin-left: 110px;
}

.m-t-110 {
    margin-top: 110px;
}

.m-r-110 {
    margin-right: 110px;
}

.m-b-110 {
    margin-bottom: 110px;
}

.m-l-115 {
    margin-left: 115px;
}

.m-t-115 {
    margin-top: 115px;
}

.m-r-115 {
    margin-right: 115px;
}

.m-b-115 {
    margin-bottom: 115px;
}

.m-l-120 {
    margin-left: 120px;
}

.m-t-120 {
    margin-top: 120px;
}

.m-r-120 {
    margin-right: 120px;
}

.m-b-120 {
    margin-bottom: 120px;
}

.m-l-125 {
    margin-left: 125px;
}

.m-t-125 {
    margin-top: 125px;
}

.m-r-125 {
    margin-right: 125px;
}

.m-b-125 {
    margin-bottom: 125px;
}

.margin-0 {
    margin: 0;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-l-35 {
    padding-left: 35px !important;
}

.p-t-35 {
    padding-top: 35px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.p-l-45 {
    padding-left: 45px !important;
}

.p-t-45 {
    padding-top: 45px !important;
}

.p-r-45 {
    padding-right: 45px !important;
}

.p-b-45 {
    padding-bottom: 45px !important;
}

.p-l-50 {
    padding-left: 50px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-r-50 {
    padding-right: 50px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-l-55 {
    padding-left: 55px !important;
}

.p-t-55 {
    padding-top: 55px !important;
}

.p-r-55 {
    padding-right: 55px !important;
}

.p-b-55 {
    padding-bottom: 55px !important;
}

.p-l-60 {
    padding-left: 60px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-r-60 {
    padding-right: 60px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-l-65 {
    padding-left: 65px;
}

.p-t-65 {
    padding-top: 65px;
}

.p-r-65 {
    padding-right: 65px;
}

.p-b-65 {
    padding-bottom: 65px;
}

.p-l-70 {
    padding-left: 70px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-r-70 {
    padding-right: 70px;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-l-75 {
    padding-left: 75px;
}

.p-t-75 {
    padding-top: 75px;
}

.p-r-75 {
    padding-right: 75px;
}

.p-b-75 {
    padding-bottom: 75px;
}

.p-l-80 {
    padding-left: 80px;
}

.p-t-80 {
    padding-top: 80px;
}

.p-r-80 {
    padding-right: 80px;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-l-85 {
    padding-left: 85px;
}

.p-t-85 {
    padding-top: 85px;
}

.p-r-85 {
    padding-right: 85px;
}

.p-b-85 {
    padding-bottom: 85px;
}

.p-l-90 {
    padding-left: 90px;
}

.p-t-90 {
    padding-top: 90px;
}

.p-r-90 {
    padding-right: 90px;
}

.p-b-90 {
    padding-bottom: 90px;
}

.p-l-95 {
    padding-left: 95px;
}

.p-t-95 {
    padding-top: 95px;
}

.p-r-95 {
    padding-right: 95px;
}

.p-b-95 {
    padding-bottom: 95px;
}

.p-l-100 {
    padding-left: 100px;
}

.p-t-100 {
    padding-top: 100px;
}

.p-r-100 {
    padding-right: 100px;
}

.p-b-100 {
    padding-bottom: 100px;
}

.p-l-105 {
    padding-left: 105px;
}

.p-t-105 {
    padding-top: 105px;
}

.p-r-105 {
    padding-right: 105px;
}

.p-b-105 {
    padding-bottom: 105px;
}

.p-l-110 {
    padding-left: 110px;
}

.p-t-110 {
    padding-top: 110px;
}

.p-r-110 {
    padding-right: 110px;
}

.p-b-110 {
    padding-bottom: 110px;
}

.p-l-115 {
    padding-left: 115px;
}

.p-t-115 {
    padding-top: 115px;
}

.p-r-115 {
    padding-right: 115px;
}

.p-b-115 {
    padding-bottom: 115px;
}

.p-l-120 {
    padding-left: 120px;
}

.p-t-120 {
    padding-top: 120px;
}

.p-r-120 {
    padding-right: 120px;
}

.p-b-120 {
    padding-bottom: 120px;
}

.p-l-125 {
    padding-left: 125px;
}

.p-t-125 {
    padding-top: 125px;
}

.p-r-125 {
    padding-right: 125px;
}

.p-b-125 {
    padding-bottom: 125px;
}

.padding-0 {
    padding: 0 !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-6 {
    padding: 6px !important;
}

.padding-7 {
    padding: 7px !important;
}

.padding-8 {
    padding: 8px !important;
}

.padding-9 {
    padding: 9px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-25 {
    padding: 25px !important;
}

.padding-30 {
    padding: 30px !important;
}

@keyframes ld {0% {transform: rotate(0) }
    50% {transform: rotate(180deg) }
    100% {transform: rotate(360deg) }
}
.button-progress {position: relative;opacity: .8;color: transparent !important;text-shadow: none !important }
.button-progress:before {content: '';display: inline-block;position: absolute;background: 0 0;box-sizing: border-box;-webkit-background-clip: padding-box;border-radius: 50%;border: .15em solid #fff;border-left-color: transparent;top: 50%;left: 50%;margin-top: -10px;margin-left: -10px;width: 20px;height: 20px;-webkit-animation: ld 1s linear infinite;-moz-animation: ld 1s linear infinite;-o-animation: ld 1s linear infinite;animation: ld 1s linear infinite }

/* rtl */
body.rtl .menu-item.list .menu-image {
    margin-right: 0;
    margin-left: 10px;
}

body.rtl .menu-recipe {
    text-align: right;
}

.user-lang-switcher .dropdown-toggle {
    line-height: 1.5;
    background: #fff;
    padding: .375rem .75rem;
}

.user-lang-switcher .dropdown-menu {
    right: 0;
    left: auto;
}


body.rtl .user-lang-switcher .dropdown-menu {
    right: auto;
    left: 0;
}
/*custom css */
.popup-tabs-container {
    overflow: hidden;
    /* width: 100%; */
}
.popup-tab-content {
    padding: 35px;
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 100%;
}
.order-print {
    font-family: 'Times New Roman', serif;
    font-size: 14px;
    line-height: 24px;
    height: fit-content;
}
.order-print {
    font-family: 'Times New Roman', serif;
    font-size: 14px;
    line-height: 24px;
    height: fit-content;
}
.popup-tab-content p:last-child {
    margin-bottom: 0;
}
.order-print-divider {
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.order-print table {
    width: 100%;
}
.order-print table tr {
    display: table-row !important;
}
.order-print table {
    width: 100%;
}
.order-print-menu tbody, .order-print-menu tfoot {
    border-top: 1px solid;
}
.dialog-with-tabs .button {
    height: 48px;
    width: 100% !important;
    margin-top: 25px;
    box-shadow: 0 4px 12px rgb(102 103 107 / 15%);
}
.dialog-with-tabs .button {
    box-shadow: 0 4px 12px var(--theme-color-0_15);
}
.fa-print:before {
    content: "\f02f";
}


/* ============================================================
   SIGNATURE EDITORIAL V1
   Premium restaurant-first presentation.
   Functional ordering hooks remain inherited from Urban.
   ============================================================ */

body.signature-editorial {
    --se-forest: #173b2a;
    --se-forest-deep: #102b1f;
    --se-forest-soft: #28533d;
    --se-ivory: #f7f3ea;
    --se-paper: #fffdf8;
    --se-ink: #202820;
    --se-muted: #6f766f;
    --se-gold: #b7955b;
    --se-gold-soft: #d7c49f;
    --se-line: rgba(23, 59, 42, 0.13);
    --se-shadow: 0 18px 55px rgba(25, 39, 30, 0.09);

    background: var(--se-ivory);
    color: var(--se-ink);
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
}


/* ---------- TOP BAR ---------- */

body.signature-editorial .bg-header {
    position: sticky;
    top: 0;
    z-index: 80;

    min-height: 64px;
    padding: 0 10px;

    background:
        linear-gradient(
            135deg,
            rgba(15, 43, 31, 0.98),
            rgba(29, 69, 49, 0.97)
        ) !important;

    border: 0;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.07),
        0 10px 30px rgba(14, 32, 23, 0.12);
}

body.signature-editorial .bg-header .container-fluid {
    min-height: 64px;
    max-width: 1180px;
    margin: 0 auto;
}

body.signature-editorial .se-topbar-brand {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 10px;

    color: #fff;
}

body.signature-editorial .se-topbar-mark {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;

    border-radius: 50%;
    background: var(--se-gold-soft);

    box-shadow:
        0 0 0 4px rgba(215, 196, 159, 0.13);
}

body.signature-editorial .se-topbar-name {
    max-width: 44vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

body.signature-editorial .bg-header .btn,
body.signature-editorial .bg-header .btn i,
body.signature-editorial .bg-header .dropdown-toggle {
    color: #fff !important;
}

body.signature-editorial .bg-header .btn {
    border-radius: 999px;
}

body.signature-editorial .bg-header .btn:hover,
body.signature-editorial .bg-header .btn:focus {
    background: rgba(255,255,255,0.10);
}


/* Legacy Urban sidebar is intentionally hidden in Editorial.
   Category navigation is now horizontal and search-first. */
body.signature-editorial #sidebarleft {
    display: none !important;
}


/* ---------- HERO / RESTAURANT IDENTITY ---------- */

body.signature-editorial .single-page-header {
    position: relative;

    min-height: 330px;
    margin: 0;
    padding: 112px 0 38px;

    background-position: center !important;
    background-size: cover !important;

    border-radius: 0;
    overflow: hidden;
}

body.signature-editorial .single-page-header:before,
body.signature-editorial .single-page-header:after {
    content: "";
    position: absolute;
    inset: 0;

    pointer-events: none;
}

body.signature-editorial .single-page-header:before {
    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(8, 25, 17, 0.88) 0%,
            rgba(10, 31, 21, 0.71) 42%,
            rgba(13, 37, 25, 0.27) 72%,
            rgba(13, 37, 25, 0.13) 100%
        );
}

body.signature-editorial .single-page-header:after {
    z-index: 1;

    background:
        linear-gradient(
            0deg,
            rgba(10, 30, 21, 0.43) 0%,
            transparent 48%
        );
}

body.signature-editorial .single-page-header .container,
body.signature-editorial .single-page-header-inner {
    position: relative;
    z-index: 3;
}

body.signature-editorial .single-page-header .container {
    max-width: 1180px;
}

body.signature-editorial .single-page-header .left-side {
    display: flex;
    align-items: flex-end;
    gap: 22px;
}

body.signature-editorial .single-page-header .header-image {
    width: 104px;
    height: 104px;
    min-width: 104px;

    margin: 0;

    background: rgba(255,255,255,0.97);
    border: 4px solid rgba(255,255,255,0.96);
    border-radius: 50%;

    box-shadow:
        0 14px 36px rgba(0,0,0,0.22),
        0 0 0 1px rgba(183,149,91,0.32);

    overflow: hidden;
}

body.signature-editorial .single-page-header .header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    border-radius: 50%;
}

body.signature-editorial .single-page-header .header-details {
    max-width: 720px;
    color: #fff;
}

body.signature-editorial .single-page-header .header-details h3 {
    margin: 0;

    color: #fff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.025em;

    text-shadow: 0 3px 18px rgba(0,0,0,0.20);
}

body.signature-editorial .single-page-header .header-details h3 span {
    display: block;

    margin-top: 8px;

    color: rgba(255,255,255,0.84);

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.signature-editorial .single-page-header .header-details ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;

    margin: 18px 0 0;
    padding: 0;
}

body.signature-editorial .single-page-header .header-details li {
    margin: 0;

    color: rgba(255,255,255,0.89);

    font-size: 13px;
    line-height: 1.5;
}

body.signature-editorial .single-page-header .header-details li a {
    color: inherit;
}

body.signature-editorial .single-page-header .header-details li i {
    color: var(--se-gold-soft);
}


/* ---------- SEARCH + CATEGORY DISCOVERY ---------- */

body.signature-editorial .se-discovery {
    position: sticky;
    top: 64px;
    z-index: 50;

    padding: 15px 0 13px;

    background: rgba(247, 243, 234, 0.96);
    border-bottom: 1px solid var(--se-line);

    box-shadow: 0 10px 28px rgba(23, 59, 42, 0.035);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

body.signature-editorial .se-discovery .container,
body.signature-editorial .se-menu-shell .container {
    max-width: 1000px;
}

body.signature-editorial .se-search-wrap {
    position: relative;

    display: flex;
    align-items: center;

    height: 48px;

    margin-bottom: 12px;

    background: rgba(255,253,248,0.96);
    border: 1px solid var(--se-line);
    border-radius: 15px;

    box-shadow: 0 5px 18px rgba(23,59,42,0.04);
}

body.signature-editorial .se-search-icon {
    position: absolute;
    left: 17px;

    color: var(--se-forest);

    font-size: 18px;
}

body.signature-editorial .se-search-input {
    width: 100%;
    height: 100%;

    padding: 0 48px 0 48px;

    color: var(--se-ink);

    background: transparent;
    border: 0;
    outline: 0;

    font-size: 14px;
    font-weight: 500;
}

body.signature-editorial .se-search-input::placeholder {
    color: #8b908b;
}

body.signature-editorial .se-search-clear {
    position: absolute;
    right: 8px;

    display: none;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;

    padding: 0;

    color: var(--se-muted);

    background: transparent;
    border: 0;
    border-radius: 50%;
}

body.signature-editorial .se-search-clear.is-visible {
    display: flex;
}

body.signature-editorial .se-category-strip {
    display: flex;
    gap: 8px;

    overflow-x: auto;
    overflow-y: hidden;

    padding: 1px 1px 3px;

    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

body.signature-editorial .se-category-strip::-webkit-scrollbar {
    display: none;
}

body.signature-editorial .se-category-chip {
    flex: 0 0 auto;

    min-height: 36px;

    padding: 8px 15px;

    color: var(--se-forest);

    background: transparent;
    border: 1px solid rgba(23,59,42,0.20);
    border-radius: 999px;

    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.025em;

    cursor: pointer;

    transition:
        background 0.18s ease,
        color 0.18s ease,
        border-color 0.18s ease,
        transform 0.18s ease;
}

body.signature-editorial .se-category-chip:hover {
    border-color: var(--se-forest);
    transform: translateY(-1px);
}

body.signature-editorial .se-category-chip.active {
    color: #fff;

    background: var(--se-forest);
    border-color: var(--se-forest);

    box-shadow: 0 7px 18px rgba(23,59,42,0.16);
}


/* ---------- EDITORIAL MENU ---------- */

body.signature-editorial .se-menu-shell {
    min-height: 500px;

    padding: 34px 0 130px;

    background:
        radial-gradient(
            circle at 90% 0%,
            rgba(183,149,91,0.08),
            transparent 28%
        ),
        var(--se-ivory);
}

body.signature-editorial .menu-category-item,
body.signature-editorial .accordion {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

body.signature-editorial .section-menu {
    margin: 0 0 18px;
}

body.signature-editorial .menu-item.list {
    position: relative;

    display: flex;
    align-items: stretch;

    min-height: 148px;

    padding: 13px;

    background: var(--se-paper);
    border: 1px solid var(--se-line);
    border-radius: 20px;

    box-shadow:
        0 7px 28px rgba(25,39,30,0.055);

    overflow: hidden;

    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        border-color 0.18s ease;
}

body.signature-editorial .menu-item.list:hover {
    transform: translateY(-2px);

    border-color: rgba(183,149,91,0.32);

    box-shadow: var(--se-shadow);
}

body.signature-editorial .menu-item.list .menu-image {
    position: relative;

    width: 170px;
    min-width: 170px;
    height: 134px;

    margin: 0;

    border-radius: 15px;

    overflow: hidden;
}

body.signature-editorial .menu-item.list .menu-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.45s ease;
}

body.signature-editorial .menu-item.list:hover .menu-image img {
    transform: scale(1.025);
}

body.signature-editorial .menu-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;

    min-width: 0;

    padding: 8px 10px 8px 22px;
}

body.signature-editorial .menu-content .menu-detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

body.signature-editorial .menu-content .menu-title {
    min-width: 0;
}

body.signature-editorial .menu-content .menu-title h4 {
    margin: 0 0 7px;

    color: var(--se-ink);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.015em;
}

body.signature-editorial .menu-content .menu-price {
    margin-top: 2px;

    color: var(--se-forest);

    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}

body.signature-editorial .menu-recipe {
    display: -webkit-box;

    max-width: 570px;
    margin-top: 4px;

    overflow: hidden;

    color: var(--se-muted);

    font-size: 13px;
    line-height: 1.55;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.signature-editorial .menu-content .add-menu {
    flex: 0 0 auto;

    margin-left: auto;
}

body.signature-editorial .menu-content .add-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    min-height: 38px;

    padding: 8px 14px;

    color: #fff;

    background: var(--se-forest);
    border: 1px solid var(--se-forest);
    border-radius: 999px;

    font-size: 12px;
    font-weight: 800;

    box-shadow: 0 7px 16px rgba(23,59,42,0.13);

    cursor: pointer;
}

body.signature-editorial .menu-content .add-btn:hover {
    background: var(--se-forest-deep);
    border-color: var(--se-forest-deep);
}

body.signature-editorial .menu-content .customize {
    display: block;

    margin-top: 6px;

    color: var(--se-muted);

    font-size: 10px;
    line-height: 1.3;
    text-align: center;
}

body.signature-editorial .menu-item.list .badge.abs {
    top: 9px;
    left: 9px;
}

body.signature-editorial .menu-item.list > .badge.only {
    margin: 10px 5px 0 0;
}


/* First item receives a slightly more editorial scale on larger screens.
   It is presentation only; no fake "best seller" or ranking label is added. */
@media (min-width: 768px) {
    body.signature-editorial
    .menu-category-item
    > .section-menu:first-of-type
    .menu-item.list {
        min-height: 176px;
    }

    body.signature-editorial
    .menu-category-item
    > .section-menu:first-of-type
    .menu-image {
        width: 220px;
        min-width: 220px;
        height: 160px;
    }

    body.signature-editorial
    .menu-category-item
    > .section-menu:first-of-type
    .menu-content .menu-title h4 {
        font-size: 24px;
    }
}


/* ---------- SUBCATEGORY / ACCORDION ---------- */

body.signature-editorial .accordion > .card {
    margin-bottom: 14px;

    background: transparent;
    border: 0;
    border-radius: 18px;

    overflow: visible;
}

body.signature-editorial .accordion > .card .card-header {
    margin-bottom: 10px;
    padding: 13px 17px;

    background: rgba(255,253,248,0.84);
    border: 1px solid var(--se-line);
    border-radius: 14px;

    box-shadow: 0 5px 18px rgba(23,59,42,0.035);
}

body.signature-editorial .accordion .card-title {
    color: var(--se-forest);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 600;
}

body.signature-editorial .accordion .card-body {
    padding: 5px 0 3px;
}


/* ---------- STICKY ORDER BAR ---------- */

body.signature-editorial #view-order-wrapper {
    padding: 0 14px 14px;

    background: transparent;
    box-shadow: none;

    pointer-events: none;
}

body.signature-editorial #view-order-wrapper .order-footer {
    max-width: 760px;
    min-height: 68px;

    margin: 0 auto;
    padding: 8px;

    background:
        linear-gradient(
            135deg,
            var(--se-forest-deep),
            var(--se-forest)
        );

    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 18px;

    box-shadow:
        0 16px 40px rgba(15,43,31,0.25);

    pointer-events: auto;
}

body.signature-editorial #view-order-wrapper .view-order {
    min-height: 50px;
}

body.signature-editorial #view-order-wrapper .item,
body.signature-editorial #view-order-wrapper .price {
    color: rgba(255,255,255,0.93);
}

body.signature-editorial #view-order-wrapper .order-btn {
    min-height: 46px;

    padding: 0 17px;

    color: var(--se-forest-deep) !important;

    background: #f2e8d5;
    border: 0;
    border-radius: 13px;

    font-size: 12px;
    font-weight: 800;

    box-shadow: none;
}


/* ---------- ORDER / CUSTOMIZE / WAITER DRAWERS ---------- */

body.signature-editorial .sidenav.bottom {
    background: #fbf8f1;

    border-radius: 26px 26px 0 0;

    box-shadow:
        0 -18px 60px rgba(18,36,25,0.18);
}

body.signature-editorial .sidenav.bottom .sidebar-header {
    min-height: 66px;

    background: #fbf8f1 !important;
    border-bottom: 1px solid var(--se-line);
}

body.signature-editorial .sidenav.bottom .navbar-heading h4 {
    color: var(--se-ink);

    font-family: Georgia, "Times New Roman", serif;
    font-weight: 600;
}

body.signature-editorial .sidenav.bottom .section,
body.signature-editorial .sidenav.bottom .section3 {
    background: transparent;
}

body.signature-editorial .form-control {
    min-height: 46px;

    background: #fff;
    border: 1px solid rgba(23,59,42,0.17);
    border-radius: 12px;

    box-shadow: none;
}

body.signature-editorial .form-control:focus {
    border-color: rgba(23,59,42,0.55);

    box-shadow:
        0 0 0 3px rgba(23,59,42,0.08);
}

body.signature-editorial .btn-primary {
    min-height: 47px;

    color: #fff !important;

    background: var(--se-forest) !important;
    border-color: var(--se-forest) !important;
    border-radius: 13px;

    font-weight: 800;

    box-shadow:
        0 8px 20px rgba(23,59,42,0.14);
}

body.signature-editorial .footer-extras {
    background: #fbf8f1;
    border-top: 1px solid var(--se-line);
}

body.signature-editorial .extras-heading .title {
    color: var(--se-ink);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 600;
}


/* ---------- POWERED BY ---------- */

body.signature-editorial .mqr-powered-by {
    padding-bottom: 28px;

    background: var(--se-ivory);
}


/* ---------- TABLET / PHONE ---------- */

@media (max-width: 767px) {

    body.signature-editorial .bg-header,
    body.signature-editorial .bg-header .container-fluid {
        min-height: 58px;
    }

    body.signature-editorial .se-topbar-name {
        max-width: 48vw;
        font-size: 15px;
    }

    body.signature-editorial .single-page-header {
        min-height: 282px;
        padding: 76px 0 27px;
    }

    body.signature-editorial .single-page-header:before {
        background:
            linear-gradient(
                0deg,
                rgba(8,25,17,0.90) 0%,
                rgba(9,28,19,0.62) 68%,
                rgba(9,28,19,0.34) 100%
            );
    }

    body.signature-editorial .single-page-header .left-side {
        align-items: flex-end;
        gap: 14px;
    }

    body.signature-editorial .single-page-header .header-image {
        width: 78px;
        min-width: 78px;
        height: 78px;

        border-width: 3px;
    }

    body.signature-editorial .single-page-header .header-details h3 {
        font-size: 28px;
    }

    body.signature-editorial .single-page-header .header-details h3 span {
        margin-top: 5px;

        font-size: 10px;
        letter-spacing: 0.09em;
    }

    body.signature-editorial .single-page-header .header-details ul {
        gap: 5px 12px;

        margin-top: 10px;
    }

    body.signature-editorial .single-page-header .header-details li {
        font-size: 11px;
    }

    body.signature-editorial .se-discovery {
        top: 58px;

        padding: 11px 0 10px;
    }

    body.signature-editorial .se-discovery .container,
    body.signature-editorial .se-menu-shell .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    body.signature-editorial .se-search-wrap {
        height: 44px;

        margin-bottom: 9px;

        border-radius: 13px;
    }

    body.signature-editorial .se-category-chip {
        min-height: 34px;

        padding: 7px 13px;

        font-size: 11px;
    }

    body.signature-editorial .se-menu-shell {
        padding-top: 22px;
        padding-bottom: 118px;
    }

    body.signature-editorial .section-menu {
        margin-bottom: 13px;
    }

    body.signature-editorial .menu-item.list {
        min-height: 126px;

        padding: 10px;

        border-radius: 17px;
    }

    body.signature-editorial .menu-item.list .menu-image {
        width: 118px;
        min-width: 118px;
        height: 108px;

        border-radius: 13px;
    }

    body.signature-editorial .menu-content {
        padding: 4px 4px 4px 14px;
    }

    body.signature-editorial .menu-content .menu-detail {
        gap: 10px;
    }

    body.signature-editorial .menu-content .menu-title h4 {
        margin-bottom: 4px;

        font-size: 17px;
    }

    body.signature-editorial .menu-content .menu-price {
        font-size: 13px;
    }

    body.signature-editorial .menu-recipe {
        margin-top: 2px;

        font-size: 11px;
        line-height: 1.42;

        -webkit-line-clamp: 2;
    }

    body.signature-editorial .menu-content .add-btn {
        min-height: 33px;

        padding: 6px 10px;

        font-size: 10px;
    }

    body.signature-editorial .menu-content .customize {
        font-size: 9px;
    }

    body.signature-editorial #view-order-wrapper {
        padding: 0 10px 10px;
    }

    body.signature-editorial #view-order-wrapper .order-footer {
        min-height: 62px;

        border-radius: 16px;
    }

    body.signature-editorial #view-order-wrapper .order-btn {
        min-height: 42px;

        padding: 0 12px;

        border-radius: 11px;
    }
}


@media (max-width: 420px) {

    body.signature-editorial .single-page-header .header-image {
        width: 66px;
        min-width: 66px;
        height: 66px;
    }

    body.signature-editorial .single-page-header .header-details h3 {
        font-size: 24px;
    }

    body.signature-editorial .menu-item.list .menu-image {
        width: 102px;
        min-width: 102px;
        height: 102px;
    }

    body.signature-editorial .menu-content {
        padding-left: 11px;
    }

    body.signature-editorial .menu-content .menu-title h4 {
        font-size: 16px;
    }

    body.signature-editorial .menu-recipe {
        -webkit-line-clamp: 1;
    }
}


/* ============================================================
   SIGNATURE EDITORIAL V1.1
   Rendering correction:
   - full-bleed hero
   - restore hero identity
   - correct stacking
   ============================================================ */

body.signature-editorial .single-page-header {
    position: relative !important;

    width: 100% !important;

    overflow: hidden !important;

    background-color: var(--se-forest-deep) !important;
}


/*
 * Urban creates its own background-image layer.
 * Signature Editorial requires that layer to fill the complete hero.
 */
body.signature-editorial
.single-page-header
.background-image-container {

    position: absolute !important;

    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;

    width: 100% !important;
    max-width: none !important;
    height: 100% !important;

    margin: 0 !important;

    z-index: 0 !important;

    overflow: hidden !important;
}


body.signature-editorial
.single-page-header
.background-image-container
.background-image {

    position: absolute !important;

    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


/*
 * Restaurant identity must always sit above
 * background photograph and Editorial overlays.
 */
body.signature-editorial
.single-page-header
.single-page-header-inner {

    position: relative !important;

    z-index: 5 !important;

    display: flex !important;

    width: 100% !important;

    opacity: 1 !important;
    visibility: visible !important;
}


body.signature-editorial
.single-page-header
.left-side {

    position: relative !important;

    z-index: 5 !important;

    display: flex !important;

    width: 100% !important;

    opacity: 1 !important;
    visibility: visible !important;
}


body.signature-editorial
.single-page-header
.header-image,

body.signature-editorial
.single-page-header
.header-details {

    position: relative !important;

    z-index: 6 !important;

    opacity: 1 !important;
    visibility: visible !important;
}


body.signature-editorial
.single-page-header
.header-details {

    display: block !important;
}


body.signature-editorial
.single-page-header
.header-details h3,

body.signature-editorial
.single-page-header
.header-details h3 span,

body.signature-editorial
.single-page-header
.header-details ul,

body.signature-editorial
.single-page-header
.header-details li {

    opacity: 1 !important;
    visibility: visible !important;
}


/* Editorial chips are generated from the original backend category list. */

body.signature-editorial
#signature-category-strip:empty {

    display: none;
}


body.signature-editorial
#signature-category-strip:not(:empty) {

    display: flex;
}


/* Prevent inherited desktop sidebar geometry affecting Editorial. */

body.signature-editorial #content,
body.signature-editorial .content-wrap {

    width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* Slightly stronger readability on real restaurant photography. */

body.signature-editorial
.single-page-header:before {

    background:
        linear-gradient(
            90deg,
            rgba(8,25,17,0.88) 0%,
            rgba(8,25,17,0.68) 38%,
            rgba(8,25,17,0.34) 70%,
            rgba(8,25,17,0.22) 100%
        ) !important;
}


@media (max-width: 767px) {

    body.signature-editorial
    .single-page-header:before {

        background:
            linear-gradient(
                0deg,
                rgba(8,25,17,0.92) 0%,
                rgba(8,25,17,0.67) 58%,
                rgba(8,25,17,0.25) 100%
            ) !important;
    }
}


/* ============================================================
   SIGNATURE EDITORIAL V2
   Premium editorial visual refinement.
   ============================================================ */


/* ------------------------------------------------------------
   TOP NAVIGATION
   ------------------------------------------------------------ */

body.signature-editorial .bg-header,
body.signature-editorial .bg-header .container-fluid {

    min-height: 56px;
}


body.signature-editorial .bg-header {

    background:
        linear-gradient(
            135deg,
            #0e3021 0%,
            #173f2c 55%,
            #1d4934 100%
        ) !important;

    box-shadow:
        0 1px 0 rgba(255,255,255,0.06),
        0 8px 28px rgba(9,29,20,0.14);
}


body.signature-editorial .se-topbar-mark {

    width: 7px;
    height: 7px;
    flex-basis: 7px;

    background: #d5b87a;

    box-shadow:
        0 0 0 4px rgba(213,184,122,0.13);
}


body.signature-editorial .se-topbar-name {

    max-width: 42vw;

    font-size: 15px;
    letter-spacing: 0.005em;
}


/* ------------------------------------------------------------
   RESTAURANT HERO
   ------------------------------------------------------------ */

body.signature-editorial .single-page-header {

    height: 340px !important;
    min-height: 340px !important;

    padding: 0 !important;

    display: flex;
    align-items: center;
}


body.signature-editorial
.single-page-header > .container {

    width: 100%;

    display: flex;
    align-items: center;
}


body.signature-editorial
.single-page-header
.header-image {

    width: 112px;
    min-width: 112px;
    height: 112px;

    border: 5px solid rgba(255,255,255,0.96);

    box-shadow:
        0 18px 48px rgba(0,0,0,0.27),
        0 0 0 1px rgba(213,184,122,0.32);
}


body.signature-editorial
.single-page-header
.header-details h3 {

    font-size: 46px;

    line-height: 1.02;

    letter-spacing: -0.03em;
}


body.signature-editorial
.single-page-header
.header-details h3 span {

    margin-top: 10px;

    color: #e6d7b7;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 0.14em;
}


body.signature-editorial
.single-page-header
.header-details ul {

    margin-top: 19px;
}


body.signature-editorial
.single-page-header
.header-details li {

    color: rgba(255,255,255,0.91);
}


body.signature-editorial
.single-page-header
.header-details li i {

    color: #dcc28d;
}


/* ------------------------------------------------------------
   FLOATING DISCOVERY CARD
   ------------------------------------------------------------ */

body.signature-editorial .se-discovery {

    top: 56px;

    margin-top: -32px;

    padding: 0 0 4px;

    background: transparent;

    border: 0;

    box-shadow: none;

    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}


body.signature-editorial
.se-discovery > .container {

    position: relative;

    padding: 18px 20px 16px;

    background:
        linear-gradient(
            145deg,
            rgba(255,253,248,0.99),
            rgba(250,247,239,0.99)
        );

    border:
        1px solid rgba(23,59,42,0.11);

    border-radius: 22px;

    box-shadow:
        0 20px 55px rgba(19,45,31,0.13);
}


body.signature-editorial .se-search-wrap {

    height: 50px;

    margin-bottom: 13px;

    background: #fff;

    border:
        1px solid rgba(23,59,42,0.13);

    border-radius: 14px;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.8),
        0 3px 12px rgba(23,59,42,0.035);
}


body.signature-editorial .se-search-input {

    font-size: 14px;
}


body.signature-editorial .se-category-strip {

    gap: 9px;
}


body.signature-editorial .se-category-chip {

    min-height: 35px;

    padding: 8px 16px;

    background: #fffdf8;

    border:
        1px solid rgba(23,59,42,0.17);

    font-size: 11px;
}


body.signature-editorial .se-category-chip.active {

    color: #fff;

    background:
        linear-gradient(
            135deg,
            #123624,
            #1d5037
        );

    border-color: #173f2c;

    box-shadow:
        0 7px 20px rgba(23,59,42,0.18);
}


/* ------------------------------------------------------------
   MAIN EDITORIAL CANVAS
   ------------------------------------------------------------ */

body.signature-editorial .se-menu-shell {

    padding-top: 40px;
    padding-bottom: 135px;

    background:
        radial-gradient(
            circle at 7% 4%,
            rgba(183,149,91,0.07),
            transparent 23%
        ),
        radial-gradient(
            circle at 92% 19%,
            rgba(23,59,42,0.035),
            transparent 25%
        ),
        #f7f3ea;
}


/* ------------------------------------------------------------
   SUBCATEGORY AS EDITORIAL HEADING
   ------------------------------------------------------------ */

body.signature-editorial
.accordion > .card {

    margin-bottom: 28px;

    background: transparent;

    box-shadow: none;
}


body.signature-editorial
.accordion > .card
.card-header {

    position: relative;

    margin: 0 0 19px;

    padding: 0 5px 14px;

    background: transparent;

    border: 0;
    border-bottom:
        1px solid rgba(183,149,91,0.38);

    border-radius: 0;

    box-shadow: none;
}


body.signature-editorial
.accordion > .card
.card-header:hover {

    background: transparent;
}


body.signature-editorial
.accordion .card-title {

    color: #173b2a;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 25px;
    font-weight: 600;

    letter-spacing: -0.015em;
}


body.signature-editorial
.accordion .card-header:after {

    color: #a57f43;
}


body.signature-editorial
.accordion .card-body {

    padding: 0;
}


/* ------------------------------------------------------------
   FEATURED EDITORIAL DISH
   ------------------------------------------------------------ */

body.signature-editorial
.section-menu.se-editorial-feature
.menu-category-item {

    margin-bottom: 22px;
}


body.signature-editorial
.section-menu.se-editorial-feature
.menu-category-item {
    overflow: visible;
}


body.signature-editorial
.section-menu.se-editorial-feature
.menu-category-item
.menu-item {
    overflow: hidden;
}


body.signature-editorial
.section-menu.se-editorial-feature
.menu-category-item {
    border-radius: 24px;
}


body.signature-editorial
.section-menu.se-editorial-feature
.menu-category-item {
    background: transparent;
}


/*
 * Actual renderer structure is:
 * .section-menu.se-editorial-feature
 *   > .menu-item.list
 */
body.signature-editorial
.section-menu.se-editorial-feature
.menu-item.list.se-has-image {

    display: grid;

    grid-template-columns:
        minmax(300px, 43%)
        minmax(0, 57%);

    min-height: 260px;

    padding: 0;

    background:
        linear-gradient(
            135deg,
            #fffdf8 0%,
            #faf6ec 100%
        );

    border:
        1px solid rgba(23,59,42,0.13);

    border-radius: 24px;

    box-shadow:
        0 20px 55px rgba(25,39,30,0.10);
}


body.signature-editorial
.section-menu.se-editorial-feature
.menu-item.list.se-has-image
.menu-image {

    width: 100%;
    min-width: 0;
    height: 100%;

    min-height: 260px;

    margin: 0;

    border-radius: 0;
}


body.signature-editorial
.section-menu.se-editorial-feature
.menu-item.list.se-has-image
.menu-image img {

    width: 100%;
    height: 100%;

    object-fit: cover;
}


body.signature-editorial
.section-menu.se-editorial-feature
.menu-item.list.se-has-image
.menu-content {

    justify-content: center;

    padding:
        30px
        32px;
}


body.signature-editorial
.section-menu.se-editorial-feature
.menu-item.list.se-has-image
.menu-content
.menu-title h4 {

    margin-bottom: 9px;

    font-size: 29px;
    line-height: 1.12;

    color: #17251c;
}


body.signature-editorial
.section-menu.se-editorial-feature
.menu-item.list.se-has-image
.menu-content
.menu-price {

    color: #a47d3d;

    font-size: 17px;
    font-weight: 800;
}


body.signature-editorial
.section-menu.se-editorial-feature
.menu-item.list.se-has-image
.menu-recipe {

    max-width: 500px;

    margin-top: 10px;

    color: #6b716b;

    font-size: 14px;
    line-height: 1.6;

    -webkit-line-clamp: 3;
}


/* ------------------------------------------------------------
   STANDARD DISH CARDS
   ------------------------------------------------------------ */

body.signature-editorial
.section-menu:not(.se-editorial-feature)
.menu-item.list {

    min-height: 142px;

    border-radius: 18px;

    box-shadow:
        0 6px 22px rgba(25,39,30,0.045);
}


body.signature-editorial
.section-menu:not(.se-editorial-feature)
.menu-item.list
.menu-image {

    width: 155px;
    min-width: 155px;
    height: 120px;
}


body.signature-editorial
.section-menu:not(.se-editorial-feature)
.menu-item.list
.menu-content {

    padding-left: 20px;
}


/* ------------------------------------------------------------
   VEGETARIAN / NON-VEGETARIAN INDICATOR
   ------------------------------------------------------------ */

body.signature-editorial
.menu-item.list
.badge.abs {

    top: 10px !important;
    left: 10px !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 24px !important;
    height: 24px !important;

    padding: 0 !important;

    background:
        rgba(255,253,248,0.94) !important;

    border-radius: 50% !important;

    box-shadow:
        0 3px 12px rgba(0,0,0,0.15);
}


body.signature-editorial
.menu-item.list
.badge.abs i {

    font-size: 8px !important;
}


/* ------------------------------------------------------------
   ORDER ACTION
   ------------------------------------------------------------ */

body.signature-editorial
.menu-content
.add-btn {

    min-width: 82px;

    min-height: 39px;

    padding: 8px 15px;

    background:
        linear-gradient(
            135deg,
            #123624,
            #1b4d35
        ) !important;

    border: 0 !important;

    color: #fff !important;

    box-shadow:
        0 8px 20px rgba(23,59,42,0.16);
}


body.signature-editorial
.menu-content
.add-btn span,

body.signature-editorial
.menu-content
.add-btn i {

    color: #fff !important;

    opacity: 1 !important;
}


body.signature-editorial
.menu-content
.add-btn i {

    color: #e5c987 !important;
}


body.signature-editorial
.menu-content
.customize {

    margin-top: 7px;

    color: #777d77;

    font-size: 10px;
}


/* ------------------------------------------------------------
   NO-PHOTO FALLBACK
   ------------------------------------------------------------ */

body.signature-editorial
.menu-item.list.se-no-image {

    min-height: 118px;

    background:
        linear-gradient(
            145deg,
            #fffdf8,
            #faf6ec
        );
}


body.signature-editorial
.menu-item.list.se-no-image
.menu-content {

    padding-left: 20px;
}


/* ------------------------------------------------------------
   TABLET + MOBILE
   ------------------------------------------------------------ */

@media (max-width: 767px) {

    body.signature-editorial .bg-header,
    body.signature-editorial
    .bg-header .container-fluid {

        min-height: 54px;
    }


    body.signature-editorial
    .single-page-header {

        height: 300px !important;
        min-height: 300px !important;
    }


    body.signature-editorial
    .single-page-header
    .header-image {

        width: 78px;
        min-width: 78px;
        height: 78px;
    }


    body.signature-editorial
    .single-page-header
    .header-details h3 {

        font-size: 29px;
    }


    body.signature-editorial
    .se-discovery {

        top: 54px;

        margin-top: -22px;
    }


    body.signature-editorial
    .se-discovery > .container {

        width: calc(100% - 24px);

        margin-left: auto;
        margin-right: auto;

        padding: 12px;

        border-radius: 18px;
    }


    body.signature-editorial
    .se-menu-shell {

        padding-top: 30px;
    }


    body.signature-editorial
    .accordion .card-title {

        font-size: 22px;
    }


    /*
     * Featured dish becomes vertical on phone:
     * photograph first, editorial content second.
     */
    body.signature-editorial
    .section-menu.se-editorial-feature
    .menu-item.list.se-has-image {

        display: block;

        min-height: 0;

        border-radius: 20px;
    }


    body.signature-editorial
    .section-menu.se-editorial-feature
    .menu-item.list.se-has-image
    .menu-image {

        width: 100%;
        height: 205px;
        min-height: 205px;

        border-radius: 0;
    }


    body.signature-editorial
    .section-menu.se-editorial-feature
    .menu-item.list.se-has-image
    .menu-content {

        padding: 19px 18px 20px;
    }


    body.signature-editorial
    .section-menu.se-editorial-feature
    .menu-item.list.se-has-image
    .menu-content
    .menu-title h4 {

        font-size: 22px;
    }


    body.signature-editorial
    .section-menu.se-editorial-feature
    .menu-item.list.se-has-image
    .menu-recipe {

        font-size: 12px;

        -webkit-line-clamp: 2;
    }


    body.signature-editorial
    .section-menu:not(.se-editorial-feature)
    .menu-item.list
    .menu-image {

        width: 108px;
        min-width: 108px;
        height: 105px;
    }


    body.signature-editorial
    .section-menu:not(.se-editorial-feature)
    .menu-item.list
    .menu-content {

        padding-left: 12px;
    }

}


@media (max-width: 420px) {

    body.signature-editorial
    .single-page-header {

        height: 282px !important;
        min-height: 282px !important;
    }


    body.signature-editorial
    .single-page-header
    .header-details h3 {

        font-size: 25px;
    }


    body.signature-editorial
    .section-menu.se-editorial-feature
    .menu-item.list.se-has-image
    .menu-image {

        height: 185px;
        min-height: 185px;
    }

}


/* ============================================================
   SIGNATURE EDITORIAL V3
   Final refinement:
   - preserve premium Editorial identity
   - improve long-menu efficiency
   - tighten mobile cards and collapsed sections
   - improve sticky-cart mobile safety
   ============================================================ */


/* ------------------------------------------------------------
   DESKTOP FINISHING
   ------------------------------------------------------------ */

body.signature-editorial
.se-menu-shell .container {

    max-width: 960px;
}


body.signature-editorial
.section-menu.se-editorial-feature
.menu-item.list.se-has-image {

    border-color:
        rgba(183,149,91,0.22);

    box-shadow:
        0 20px 54px rgba(23,42,30,0.09);
}


body.signature-editorial
.section-menu.se-editorial-feature
.menu-item.list.se-has-image
.menu-content {

    position: relative;
}


body.signature-editorial
.section-menu.se-editorial-feature
.menu-item.list.se-has-image
.menu-content:before {

    content: "";

    position: absolute;

    top: 29px;
    left: 0;

    width: 2px;
    height: 36px;

    background:
        linear-gradient(
            #d4b577,
            #a98548
        );

    border-radius: 3px;
}


/* ------------------------------------------------------------
   SUBCATEGORY DENSITY
   ------------------------------------------------------------ */

body.signature-editorial
.accordion > .card {

    margin-bottom: 14px !important;
}


body.signature-editorial
.accordion > .card
.card-header {

    min-height: 58px;

    display: flex;
    align-items: center;

    margin-bottom: 17px;
}


body.signature-editorial
.accordion > .card
.card-header.collapsed {

    margin-bottom: 0 !important;

    padding-top: 17px;
    padding-bottom: 15px;
}


body.signature-editorial
.accordion > .card
.card-header:not(.collapsed) {

    margin-bottom: 18px;
}


/* ------------------------------------------------------------
   STANDARD ITEM EFFICIENCY
   ------------------------------------------------------------ */

body.signature-editorial
.section-menu:not(.se-editorial-feature)
.menu-item.list {

    min-height: 130px;

    padding: 11px;

    align-items: center;
}


body.signature-editorial
.section-menu:not(.se-editorial-feature)
.menu-item.list
.menu-image {

    width: 124px;
    min-width: 124px;
    height: 108px;
}


body.signature-editorial
.section-menu:not(.se-editorial-feature)
.menu-item.list
.menu-content {

    padding:
        4px
        7px
        4px
        18px;
}


body.signature-editorial
.section-menu:not(.se-editorial-feature)
.menu-item.list
.menu-content
.menu-title h4 {

    font-size: 18px;

    line-height: 1.18;
}


body.signature-editorial
.section-menu:not(.se-editorial-feature)
.menu-item.list
.menu-recipe {

    margin-top: 3px;

    font-size: 11px;

    -webkit-line-clamp: 1;
}


/* ------------------------------------------------------------
   MOBILE FINAL
   ------------------------------------------------------------ */

@media (max-width: 767px) {

    body.signature-editorial
    .single-page-header {

        height: 292px !important;
        min-height: 292px !important;
    }


    body.signature-editorial
    .single-page-header
    .header-details h3 {

        font-size: 28px !important;
        line-height: 1.04;
    }


    body.signature-editorial
    .single-page-header
    .header-details h3 span {

        font-size: 10px;

        line-height: 1.35;

        letter-spacing: 0.12em;
    }


    body.signature-editorial
    .se-discovery {

        margin-top: -25px;
    }


    body.signature-editorial
    .se-discovery > .container {

        padding:
            12px
            13px
            13px;

        box-shadow:
            0 15px 38px rgba(19,45,31,0.12);
    }


    body.signature-editorial
    .se-menu-shell {

        padding-top: 27px;
    }


    /* Section titles */

    body.signature-editorial
    .accordion > .card {

        margin-bottom: 6px !important;
    }


    body.signature-editorial
    .accordion > .card
    .card-header {

        min-height: 54px;

        padding:
            15px
            4px
            12px !important;
    }


    body.signature-editorial
    .accordion > .card
    .card-header.collapsed {

        margin-bottom: 0 !important;
    }


    body.signature-editorial
    .accordion > .card
    .card-header:not(.collapsed) {

        margin-bottom: 13px !important;
    }


    body.signature-editorial
    .accordion .card-title {

        font-size: 21px !important;
        line-height: 1.15;
    }


    /* Featured card */

    body.signature-editorial
    .section-menu.se-editorial-feature
    .menu-item.list.se-has-image {

        margin-bottom: 13px;

        border-radius: 19px;
    }


    body.signature-editorial
    .section-menu.se-editorial-feature
    .menu-item.list.se-has-image
    .menu-image {

        height: 195px;
        min-height: 195px;
    }


    body.signature-editorial
    .section-menu.se-editorial-feature
    .menu-item.list.se-has-image
    .menu-content {

        padding:
            16px
            16px
            17px;
    }


    body.signature-editorial
    .section-menu.se-editorial-feature
    .menu-item.list.se-has-image
    .menu-content:before {

        display: none;
    }


    body.signature-editorial
    .section-menu.se-editorial-feature
    .menu-content
    .menu-detail {

        display: grid;

        grid-template-columns:
            minmax(0, 1fr)
            auto;

        align-items: start;

        gap: 10px;
    }


    body.signature-editorial
    .section-menu.se-editorial-feature
    .menu-content
    .menu-title h4 {

        font-size: 21px !important;

        line-height: 1.12;
    }


    /* Compact normal cards */

    body.signature-editorial
    .section-menu:not(.se-editorial-feature)
    .menu-item.list {

        display: flex !important;

        align-items: center !important;

        min-height: 0 !important;
        height: auto !important;

        margin-bottom: 11px;

        padding: 10px !important;

        border-radius: 16px;
    }


    body.signature-editorial
    .section-menu:not(.se-editorial-feature)
    .menu-item.list
    .menu-image {

        width: 108px !important;
        min-width: 108px !important;
        height: 108px !important;

        margin: 0 !important;

        border-radius: 12px;
    }


    body.signature-editorial
    .section-menu:not(.se-editorial-feature)
    .menu-item.list
    .menu-content {

        min-height: 108px;

        justify-content: center;

        padding:
            2px
            2px
            2px
            13px !important;
    }


    body.signature-editorial
    .section-menu:not(.se-editorial-feature)
    .menu-content
    .menu-detail {

        display: grid !important;

        grid-template-columns:
            minmax(0,1fr)
            auto;

        align-items: center !important;

        gap: 8px;
    }


    body.signature-editorial
    .section-menu:not(.se-editorial-feature)
    .menu-content
    .menu-title h4 {

        margin-bottom: 4px;

        font-size: 16px !important;
        line-height: 1.12;
    }


    body.signature-editorial
    .section-menu:not(.se-editorial-feature)
    .menu-content
    .menu-price {

        font-size: 13px !important;
    }


    body.signature-editorial
    .section-menu:not(.se-editorial-feature)
    .menu-recipe {

        margin-top: 3px;

        font-size: 10px;
        line-height: 1.3;

        -webkit-line-clamp: 1;
    }


    body.signature-editorial
    .section-menu:not(.se-editorial-feature)
    .menu-content
    .add-menu {

        margin-left: 3px;
    }


    body.signature-editorial
    .section-menu:not(.se-editorial-feature)
    .menu-content
    .add-btn {

        min-width: 73px;
        min-height: 37px;

        padding:
            7px
            10px;

        font-size: 10px;
    }


    body.signature-editorial
    .section-menu:not(.se-editorial-feature)
    .menu-content
    .customize {

        margin-top: 4px;

        font-size: 8px;
    }


    /* Sticky cart must sit above mobile browser safe area */

    body.signature-editorial
    #view-order-wrapper {

        bottom:
            calc(
                env(safe-area-inset-bottom, 0px)
                + 4px
            );
    }

}


@media (max-width: 420px) {

    body.signature-editorial
    .single-page-header {

        height: 278px !important;
        min-height: 278px !important;
    }


    body.signature-editorial
    .section-menu.se-editorial-feature
    .menu-item.list.se-has-image
    .menu-image {

        height: 182px;
        min-height: 182px;
    }


    body.signature-editorial
    .section-menu:not(.se-editorial-feature)
    .menu-item.list
    .menu-image {

        width: 98px !important;
        min-width: 98px !important;
        height: 98px !important;
    }


    body.signature-editorial
    .section-menu:not(.se-editorial-feature)
    .menu-item.list
    .menu-content {

        min-height: 98px;

        padding-left: 11px !important;
    }


    body.signature-editorial
    .section-menu:not(.se-editorial-feature)
    .menu-content
    .menu-title h4 {

        font-size: 15px !important;
    }


    body.signature-editorial
    .section-menu:not(.se-editorial-feature)
    .menu-content
    .add-btn {

        min-width: 68px;

        padding-left: 8px;
        padding-right: 8px;
    }

}


/* ============================================================
   SIGNATURE EDITORIAL V3.1
   Existing Restaurant Color Integration

   Source of truth:
   existing restaurant THEME_COLOR / --theme-color-0.

   Signature constants:
   ivory / paper / gold editorial accents remain intact.
   ============================================================ */

body.signature-editorial {

    /*
     * Main restaurant-selected brand colour.
     * Existing My QR Menu restaurant colour setting remains
     * the single source of truth.
     */
    --se-user-primary:
        var(--theme-color-0, #173b2a);


    /*
     * Safe fallback first, followed by modern dynamic shades.
     */
    --se-user-primary-deep: #102b1f;

    --se-user-primary-deep:
        color-mix(
            in srgb,
            var(--se-user-primary) 78%,
            #000 22%
        );


    --se-user-primary-soft: #28533d;

    --se-user-primary-soft:
        color-mix(
            in srgb,
            var(--se-user-primary) 82%,
            #fff 18%
        );


    /*
     * Redirect the original Editorial green variables
     * to the restaurant-selected colour.
     */
    --se-forest:
        var(--se-user-primary);

    --se-forest-deep:
        var(--se-user-primary-deep);

    --se-forest-soft:
        var(--se-user-primary-soft);
}


/* ------------------------------------------------------------
   TOP BRAND BAR
   ------------------------------------------------------------ */

body.signature-editorial .bg-header {

    background:
        linear-gradient(
            135deg,
            var(--se-user-primary-deep) 0%,
            var(--se-user-primary) 100%
        ) !important;
}


/* Gold dot intentionally remains Signature gold. */

body.signature-editorial .se-topbar-mark {

    background: var(--se-gold-soft) !important;
}


/* ------------------------------------------------------------
   CATEGORY NAVIGATION
   ------------------------------------------------------------ */

body.signature-editorial
.se-category-chip {

    color:
        var(--se-user-primary);

    border-color:
        color-mix(
            in srgb,
            var(--se-user-primary) 24%,
            transparent
        );
}


body.signature-editorial
.se-category-chip:hover {

    border-color:
        var(--se-user-primary);
}


body.signature-editorial
.se-category-chip.active {

    color: #fff !important;

    background:
        linear-gradient(
            135deg,
            var(--se-user-primary-deep),
            var(--se-user-primary)
        ) !important;

    border-color:
        var(--se-user-primary) !important;

    box-shadow:
        0 7px 20px
        color-mix(
            in srgb,
            var(--se-user-primary) 23%,
            transparent
        ) !important;
}


/* ------------------------------------------------------------
   SEARCH
   ------------------------------------------------------------ */

body.signature-editorial
.se-search-icon {

    color:
        var(--se-user-primary) !important;
}


/* ------------------------------------------------------------
   EDITORIAL SECTION TITLES
   ------------------------------------------------------------ */

body.signature-editorial
.accordion .card-title {

    color:
        var(--se-user-primary) !important;
}


/*
 * Keep the small editorial divider / arrows gold.
 * This prevents restaurant colour from removing
 * the Signature visual identity.
 */
body.signature-editorial
.accordion .card-header:after {

    color:
        var(--se-gold) !important;
}


/* ------------------------------------------------------------
   STANDARD MENU PRICE
   ------------------------------------------------------------ */

body.signature-editorial
.section-menu:not(.se-editorial-feature)
.menu-content
.menu-price {

    color:
        var(--se-user-primary) !important;
}


/*
 * Featured dish price intentionally remains gold.
 * This is part of Signature Editorial hierarchy.
 */
body.signature-editorial
.section-menu.se-editorial-feature
.menu-content
.menu-price {

    color:
        var(--se-gold) !important;
}


/* ------------------------------------------------------------
   ADD BUTTON
   ------------------------------------------------------------ */

body.signature-editorial
.menu-content
.add-btn {

    color: #fff !important;

    background:
        linear-gradient(
            135deg,
            var(--se-user-primary-deep),
            var(--se-user-primary)
        ) !important;

    border-color:
        var(--se-user-primary) !important;

    box-shadow:
        0 8px 20px
        color-mix(
            in srgb,
            var(--se-user-primary) 20%,
            transparent
        ) !important;
}


body.signature-editorial
.menu-content
.add-btn span {

    color: #fff !important;
}


body.signature-editorial
.menu-content
.add-btn i {

    /*
     * Plus remains Signature gold.
     */
    color:
        var(--se-gold-soft) !important;
}


/* ------------------------------------------------------------
   PRIMARY BUTTONS INSIDE DRAWERS
   ------------------------------------------------------------ */

body.signature-editorial
.btn-primary {

    color: #fff !important;

    background:
        var(--se-user-primary) !important;

    border-color:
        var(--se-user-primary) !important;
}


body.signature-editorial
.btn-primary:hover,
body.signature-editorial
.btn-primary:focus,
body.signature-editorial
.btn-primary:active {

    color: #fff !important;

    background:
        var(--se-user-primary-deep) !important;

    border-color:
        var(--se-user-primary-deep) !important;
}


/* ------------------------------------------------------------
   FORM FOCUS / VARIANT / EXTRA CONTROL
   ------------------------------------------------------------ */

body.signature-editorial
.form-control:focus {

    border-color:
        var(--se-user-primary) !important;

    box-shadow:
        0 0 0 3px
        color-mix(
            in srgb,
            var(--se-user-primary) 10%,
            transparent
        ) !important;
}


body.signature-editorial
.custom-control-input:checked
~ .custom-control-label::before {

    background-color:
        var(--se-user-primary) !important;

    border-color:
        var(--se-user-primary) !important;
}


/* ------------------------------------------------------------
   STICKY CART
   ------------------------------------------------------------ */

body.signature-editorial
#view-order-wrapper
.order-footer {

    background:
        linear-gradient(
            135deg,
            var(--se-user-primary-deep),
            var(--se-user-primary)
        ) !important;

    box-shadow:
        0 16px 40px
        color-mix(
            in srgb,
            var(--se-user-primary) 28%,
            transparent
        ) !important;
}


/*
 * Keep cart action cream rather than customer colour.
 * Gives guaranteed separation from primary background.
 */
body.signature-editorial
#view-order-wrapper
.order-btn {

    color:
        var(--se-user-primary-deep) !important;

    background:
        #f2e8d5 !important;
}


/* ------------------------------------------------------------
   NO-PHOTO / EDITORIAL ELEMENTS
   ------------------------------------------------------------ */

/*
 * Ivory, paper, food photography treatment and gold
 * are deliberately NOT replaced by restaurant colour.
 *
 * This preserves Signature Editorial identity even if
 * restaurant selects red, blue, purple, orange, etc.
 */


/* ============================================================
   SIGNATURE EDITORIAL V3.2
   Premium Modern Typography

   Playfair Display = editorial / restaurant identity
   Manrope          = contemporary UI / readability
   ============================================================ */

body.signature-editorial {

    --se-font-display:
        "Playfair Display",
        "Iowan Old Style",
        Baskerville,
        serif;

    --se-font-ui:
        "Manrope",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    font-family:
        var(--se-font-ui) !important;

    text-rendering:
        optimizeLegibility;

    -webkit-font-smoothing:
        antialiased;

    -moz-osx-font-smoothing:
        grayscale;
}


/* ------------------------------------------------------------
   TOP BAR
   Clean contemporary branding instead of old-style serif.
   ------------------------------------------------------------ */

body.signature-editorial
.se-topbar-name {

    font-family:
        var(--se-font-ui) !important;

    font-size: 15px;

    font-weight: 700 !important;

    letter-spacing:
        -0.015em !important;
}


/* ------------------------------------------------------------
   MAIN RESTAURANT IDENTITY
   Closest visual direction to Seri Rasa Kitchen reference.
   ------------------------------------------------------------ */

body.signature-editorial
.single-page-header
.header-details h3 {

    font-family:
        var(--se-font-display) !important;

    font-weight: 600 !important;

    letter-spacing:
        -0.035em !important;

    line-height:
        0.98 !important;
}


body.signature-editorial
.single-page-header
.header-details h3 span {

    font-family:
        var(--se-font-ui) !important;

    font-weight:
        600 !important;

    letter-spacing:
        0.13em !important;

    line-height:
        1.45 !important;
}


/* Timing / address / telephone remain modern sans-serif */

body.signature-editorial
.single-page-header
.header-details li,

body.signature-editorial
.single-page-header
.header-details li a {

    font-family:
        var(--se-font-ui) !important;

    font-weight:
        500;
}


/* ------------------------------------------------------------
   SEARCH + CATEGORY
   ------------------------------------------------------------ */

body.signature-editorial
.se-search-input {

    font-family:
        var(--se-font-ui) !important;

    font-weight:
        500;
}


body.signature-editorial
.se-category-chip {

    font-family:
        var(--se-font-ui) !important;

    font-weight:
        700 !important;

    letter-spacing:
        -0.005em !important;
}


/* ------------------------------------------------------------
   SECTION HEADINGS
   ------------------------------------------------------------ */

body.signature-editorial
.accordion .card-title {

    font-family:
        var(--se-font-display) !important;

    font-weight:
        600 !important;

    letter-spacing:
        -0.025em !important;

    line-height:
        1.08 !important;
}


/* ------------------------------------------------------------
   DISH TITLES
   ------------------------------------------------------------ */

body.signature-editorial
.menu-content
.menu-title h4 {

    font-family:
        var(--se-font-display) !important;

    font-weight:
        600 !important;

    letter-spacing:
        -0.025em !important;

    line-height:
        1.12 !important;
}


/*
 * Featured item receives slightly more refined typography.
 */

body.signature-editorial
.section-menu.se-editorial-feature
.menu-content
.menu-title h4 {

    font-weight:
        600 !important;

    letter-spacing:
        -0.035em !important;
}


/* ------------------------------------------------------------
   PRICE + DESCRIPTION
   Modern sans-serif creates the contrast seen in premium menus.
   ------------------------------------------------------------ */

body.signature-editorial
.menu-content
.menu-price {

    font-family:
        var(--se-font-ui) !important;

    font-weight:
        700 !important;

    letter-spacing:
        -0.02em !important;
}


body.signature-editorial
.menu-recipe {

    font-family:
        var(--se-font-ui) !important;

    font-weight:
        400 !important;

    letter-spacing:
        -0.005em;
}


/* ------------------------------------------------------------
   ADD / CART / CONTROLS
   ------------------------------------------------------------ */

body.signature-editorial
.menu-content
.add-btn,

body.signature-editorial
.menu-content
.add-btn span,

body.signature-editorial
#view-order-wrapper
.order-btn,

body.signature-editorial
.btn-primary {

    font-family:
        var(--se-font-ui) !important;

    font-weight:
        700 !important;

    letter-spacing:
        0 !important;
}


body.signature-editorial
.menu-content
.customize {

    font-family:
        var(--se-font-ui) !important;

    font-weight:
        500 !important;
}


/* ------------------------------------------------------------
   DRAWERS / CUSTOMIZATION
   ------------------------------------------------------------ */

body.signature-editorial
.sidenav.bottom
.navbar-heading h4,

body.signature-editorial
.extras-heading .title {

    font-family:
        var(--se-font-display) !important;

    font-weight:
        600 !important;

    letter-spacing:
        -0.025em !important;
}


body.signature-editorial
.form-control,

body.signature-editorial
.sidenav.bottom label,

body.signature-editorial
.sidenav.bottom small,

body.signature-editorial
.sidenav.bottom select,

body.signature-editorial
.sidenav.bottom input,

body.signature-editorial
.sidenav.bottom textarea {

    font-family:
        var(--se-font-ui) !important;
}


/* ------------------------------------------------------------
   MOBILE TYPOGRAPHY BALANCE
   ------------------------------------------------------------ */

@media (max-width: 767px) {

    body.signature-editorial
    .single-page-header
    .header-details h3 {

        font-size:
            30px !important;

        line-height:
            1 !important;
    }


    body.signature-editorial
    .accordion .card-title {

        font-size:
            23px !important;
    }


    body.signature-editorial
    .section-menu.se-editorial-feature
    .menu-content
    .menu-title h4 {

        font-size:
            24px !important;
    }


    body.signature-editorial
    .section-menu:not(.se-editorial-feature)
    .menu-content
    .menu-title h4 {

        font-size:
            17px !important;
    }

}


@media (max-width: 420px) {

    body.signature-editorial
    .single-page-header
    .header-details h3 {

        font-size:
            28px !important;
    }


    body.signature-editorial
    .accordion .card-title {

        font-size:
            22px !important;
    }


    body.signature-editorial
    .section-menu.se-editorial-feature
    .menu-content
    .menu-title h4 {

        font-size:
            23px !important;
    }


    body.signature-editorial
    .section-menu:not(.se-editorial-feature)
    .menu-content
    .menu-title h4 {

        font-size:
            16px !important;
    }

}


/* ============================================================
   SIGNATURE EDITORIAL V3.3

   - Header height intentionally NOT changed.
   - Premium utility header.
   - Thin logo border.
   - Stable sticky stacking.
   - Horizontal category navigation.
   - Desktop overflow arrows.
   - Mobile edge hints.
   ============================================================ */


/* ------------------------------------------------------------
   STICKY STACKING
   Keep existing header height exactly as established in V3.
   ------------------------------------------------------------ */

body.signature-editorial .bg-header {

    position: sticky !important;

    top: 0 !important;

    z-index: 120 !important;

    /*
     * IMPORTANT:
     * No min-height / height override in V3.3.
     */
}


body.signature-editorial
.single-page-header {

    position: relative !important;

    z-index: 1 !important;
}


body.signature-editorial
.se-discovery {

    z-index: 100 !important;

    /*
     * Existing V2/V3 top offset remains:
     * desktop = 56px
     * phone   = 54px
     */
}


/* ------------------------------------------------------------
   THINNER PREMIUM LOGO BORDER
   ------------------------------------------------------------ */

body.signature-editorial
.single-page-header
.header-image {

    border:
        2px solid rgba(255,255,255,0.96) !important;

    box-shadow:
        0 16px 42px rgba(0,0,0,0.24),
        0 0 0 1px rgba(183,149,91,0.36) !important;
}


/* ------------------------------------------------------------
   TOP HEADER UTILITIES
   ------------------------------------------------------------ */

body.signature-editorial
.bg-header .container-fluid {

    gap: 12px;
}


body.signature-editorial
.se-topbar-brand {

    flex:
        1 1 auto;

    overflow:
        hidden;
}


body.signature-editorial
.se-topbar-name {

    max-width:
        100%;

    overflow:
        hidden;

    text-overflow:
        ellipsis;

    white-space:
        nowrap;
}


body.signature-editorial
.se-topbar-utilities {

    display:
        flex;

    align-items:
        center;

    justify-content:
        flex-end;

    flex:
        0 0 auto;

    gap:
        7px;
}


body.signature-editorial
.se-header-utility {

    display:
        inline-flex !important;

    align-items:
        center;

    justify-content:
        center;

    gap:
        6px;

    min-height:
        32px;

    margin:
        0 !important;

    padding:
        5px 10px !important;

    color:
        rgba(255,255,255,0.94) !important;

    background:
        rgba(255,255,255,0.075) !important;

    border:
        1px solid rgba(255,255,255,0.12) !important;

    border-radius:
        999px !important;

    font-family:
        var(--se-font-ui) !important;

    font-size:
        11px;

    font-weight:
        600;

    line-height:
        1;

    box-shadow:
        none !important;

    transition:
        background .16s ease,
        border-color .16s ease;
}


body.signature-editorial
.se-header-utility:hover,

body.signature-editorial
.se-header-utility:focus {

    color:
        #fff !important;

    background:
        rgba(255,255,255,0.14) !important;

    border-color:
        rgba(255,255,255,0.20) !important;
}


body.signature-editorial
.se-header-utility i {

    color:
        var(--se-gold-soft) !important;

    font-size:
        13px;
}


body.signature-editorial
.se-table-pill {

    display:
        none !important;

    max-width:
        145px;

    overflow:
        hidden;

    text-overflow:
        ellipsis;

    white-space:
        nowrap;
}


body.signature-editorial
.se-table-pill.is-visible {

    display:
        inline-flex !important;
}


body.signature-editorial
.se-language-utility {

    margin:
        0 !important;
}


body.signature-editorial
.se-language-utility
.dropdown-toggle:after {

    margin-left:
        3px;

    border-top-color:
        rgba(255,255,255,0.75);
}


body.signature-editorial
.se-language-utility
.dropdown-menu {

    min-width:
        150px;

    margin-top:
        8px;

    border:
        1px solid rgba(23,59,42,0.12);

    border-radius:
        13px;

    box-shadow:
        0 15px 42px rgba(20,39,28,0.16);

    overflow:
        hidden;
}


body.signature-editorial
.se-language-utility
.dropdown-item {

    font-family:
        var(--se-font-ui);

    font-size:
        12px;
}


body.signature-editorial
.se-waiter-utility {

    white-space:
        nowrap;
}


/* ------------------------------------------------------------
   CATEGORY NAVIGATION SHELL
   ------------------------------------------------------------ */

body.signature-editorial
.se-category-nav-shell {

    position:
        relative;

    display:
        flex;

    align-items:
        center;

    min-width:
        0;
}


body.signature-editorial
.se-category-strip {

    flex:
        1 1 auto;

    min-width:
        0;

    scroll-behavior:
        smooth;
}


/* All category receives no special colour.
   It follows the same active-state rules as real categories. */

body.signature-editorial
.se-category-chip[data-catid="all"] {

    font-weight:
        800 !important;
}


/* ------------------------------------------------------------
   DESKTOP CATEGORY ARROWS
   ------------------------------------------------------------ */

body.signature-editorial
.se-category-arrow {

    display:
        none;

    align-items:
        center;

    justify-content:
        center;

    flex:
        0 0 32px;

    width:
        32px;

    height:
        32px;

    padding:
        0;

    color:
        var(--se-user-primary);

    background:
        #fffdf8;

    border:
        1px solid
        color-mix(
            in srgb,
            var(--se-user-primary) 20%,
            transparent
        );

    border-radius:
        50%;

    cursor:
        pointer;

    box-shadow:
        0 4px 14px rgba(23,59,42,0.07);

    transition:
        opacity .15s ease,
        transform .15s ease,
        background .15s ease;
}


body.signature-editorial
.se-category-nav-shell.has-overflow
.se-category-arrow {

    display:
        inline-flex;
}


body.signature-editorial
.se-category-arrow:hover:not(:disabled) {

    color:
        #fff;

    background:
        var(--se-user-primary);

    transform:
        translateY(-1px);
}


body.signature-editorial
.se-category-arrow:disabled {

    opacity:
        0.28;

    cursor:
        default;
}


body.signature-editorial
.se-category-prev {

    margin-right:
        8px;
}


body.signature-editorial
.se-category-next {

    margin-left:
        8px;
}


/* ------------------------------------------------------------
   ALL-MODE CATEGORY HEADINGS
   ------------------------------------------------------------ */

body.signature-editorial
.se-all-category-heading {

    display:
        none;

    margin:
        29px 4px 17px;

    padding-bottom:
        10px;

    color:
        var(--se-user-primary);

    border-bottom:
        1px solid rgba(183,149,91,0.34);

    font-family:
        var(--se-font-display);

    font-size:
        27px;

    font-weight:
        600;

    line-height:
        1.1;

    letter-spacing:
        -0.025em;
}


body.signature-editorial
.se-all-mode
.se-all-category-heading {

    display:
        block;
}


/* First heading should not produce excessive space. */

body.signature-editorial
.se-all-mode
.se-all-category-heading:first-child {

    margin-top:
        0;
}


/* ------------------------------------------------------------
   GLOBAL SEARCH MODE
   ------------------------------------------------------------ */

body.signature-editorial.se-searching
.se-all-category-heading {

    display:
        block;
}


body.signature-editorial.se-searching
.se-menu-shell {

    min-height:
        420px;
}


/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media (max-width: 767px) {

    /*
     * Header height intentionally remains untouched.
     */

    body.signature-editorial
    .bg-header .container-fluid {

        gap:
            7px;
    }


    body.signature-editorial
    .se-topbar-brand {

        min-width:
            0;
    }


    body.signature-editorial
    .se-topbar-name {

        max-width:
            34vw;

        font-size:
            13px;
    }


    body.signature-editorial
    .se-topbar-utilities {

        gap:
            5px;
    }


    body.signature-editorial
    .se-header-utility {

        min-height:
            30px;

        padding:
            5px 8px !important;

        font-size:
            10px;
    }


    body.signature-editorial
    .se-header-utility i {

        font-size:
            12px;
    }


    body.signature-editorial
    .se-table-pill {

        max-width:
            92px;
    }


    /*
     * Use swipe on phones.
     * Arrows are desktop/tablet helpers only.
     */

    body.signature-editorial
    .se-category-arrow,

    body.signature-editorial
    .se-category-nav-shell.has-overflow
    .se-category-arrow {

        display:
            none !important;
    }


    body.signature-editorial
    .se-category-nav-shell {

        position:
            relative;
    }


    /*
     * Edge fade only appears when there is more content.
     */

    body.signature-editorial
    .se-category-nav-shell.has-overflow:not(.at-end)::after {

        content:
            "";

        position:
            absolute;

        top:
            0;

        right:
            0;

        bottom:
            2px;

        width:
            28px;

        pointer-events:
            none;

        background:
            linear-gradient(
                90deg,
                rgba(255,253,248,0),
                rgba(255,253,248,0.96)
            );

        z-index:
            3;
    }


    body.signature-editorial
    .se-category-nav-shell.has-overflow:not(.at-start)::before {

        content:
            "";

        position:
            absolute;

        top:
            0;

        left:
            0;

        bottom:
            2px;

        width:
            22px;

        pointer-events:
            none;

        background:
            linear-gradient(
                90deg,
                rgba(255,253,248,0.96),
                rgba(255,253,248,0)
            );

        z-index:
            3;
    }


    body.signature-editorial
    .se-all-category-heading {

        margin:
            22px 3px 12px;

        font-size:
            23px;
    }

}


@media (max-width: 420px) {

    body.signature-editorial
    .se-topbar-name {

        max-width:
            30vw;

        font-size:
            12px;
    }


    body.signature-editorial
    .se-table-pill {

        max-width:
            80px;

        padding-left:
            7px !important;

        padding-right:
            7px !important;
    }

}


/* ============================================================
   SIGNATURE EDITORIAL V3.3A
   UAT corrections:
   - thinner logo treatment
   - stable header utilities
   - correct table / waiter icons
   - mobile category hardening
   - no stray All-mode headings
   - prevent iOS input-focus auto zoom
   - My Order quantity-control refinement
   ============================================================ */


/* ------------------------------------------------------------
   LOGO
   Reduce both real CSS border and perceived white-ring weight.
   ------------------------------------------------------------ */

body.signature-editorial
.single-page-header
.header-image {

    border:
        1px solid rgba(255,255,255,0.78) !important;

    box-shadow:
        0 13px 34px rgba(0,0,0,0.20),
        0 0 0 1px rgba(183,149,91,0.28) !important;
}


body.signature-editorial
.single-page-header
.header-image img {

    transform:
        scale(1.055);

    transform-origin:
        center;
}


/* ------------------------------------------------------------
   HEADER UTILITIES
   ------------------------------------------------------------ */

body.signature-editorial
.se-topbar-utilities {

    flex-wrap:
        nowrap !important;

    align-items:
        center !important;

    min-width:
        0;
}


body.signature-editorial
.se-header-utility {

    position:
        static !important;

    top:
        auto !important;

    right:
        auto !important;

    bottom:
        auto !important;

    left:
        auto !important;

    transform:
        none !important;

    width:
        auto !important;

    height:
        32px !important;

    min-height:
        32px !important;

    max-height:
        32px !important;

    min-width:
        32px;

    flex:
        0 0 auto;

    background:
        rgba(255,255,255,0.085) !important;

    border:
        1px solid rgba(255,255,255,0.14) !important;

    color:
        #fff !important;

    box-shadow:
        none !important;
}


body.signature-editorial
.se-table-icon,

body.signature-editorial
.se-waiter-icon {

    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    width:
        14px;

    height:
        14px;

    flex:
        0 0 14px;

    color:
        var(--se-gold-soft);
}


body.signature-editorial
.se-table-icon svg,

body.signature-editorial
.se-waiter-icon svg {

    display:
        block;

    width:
        100%;

    height:
        100%;

    fill:
        none;

    stroke:
        currentColor;

    stroke-width:
        1.9;

    stroke-linecap:
        round;

    stroke-linejoin:
        round;
}


body.signature-editorial
.se-waiter-utility {

    align-self:
        center !important;
}


/* On narrow phone the bell remains clearly visible.
   Text is hidden only to protect alignment. */

@media (max-width: 575px) {

    body.signature-editorial
    .se-waiter-utility {

        width:
            32px !important;

        min-width:
            32px !important;

        max-width:
            32px !important;

        padding:
            0 !important;
    }


    body.signature-editorial
    .se-waiter-label {

        display:
            none !important;
    }

}


/* ------------------------------------------------------------
   CATEGORY HEADING LEAK PROTECTION
   "Drinks" must never appear below Foods unless
   All mode or Global Search intentionally needs headings.
   ------------------------------------------------------------ */

body.signature-editorial:not(.se-all-mode):not(.se-searching)
.se-all-category-heading {

    display:
        none !important;
}


body.signature-editorial.se-all-mode
.se-all-category-heading,

body.signature-editorial.se-searching
.se-all-category-heading {

    display:
        block !important;
}


/* ------------------------------------------------------------
   PHONE CATEGORY ARROWS
   Phone uses swipe only. Never display desktop arrow buttons.
   ------------------------------------------------------------ */

@media (max-width: 767px) {

    body.signature-editorial
    .se-discovery
    .se-category-nav-shell
    .se-category-arrow,

    body.signature-editorial
    .se-discovery
    .se-category-nav-shell.has-overflow
    .se-category-arrow {

        display:
            none !important;

        visibility:
            hidden !important;

        width:
            0 !important;

        min-width:
            0 !important;

        max-width:
            0 !important;

        height:
            0 !important;

        min-height:
            0 !important;

        flex:
            0 0 0 !important;

        margin:
            0 !important;

        padding:
            0 !important;

        border:
            0 !important;

        box-shadow:
            none !important;

        pointer-events:
            none !important;
    }

}


/* ------------------------------------------------------------
   IOS SAFARI AUTO-ZOOM PREVENTION
   Do NOT disable pinch zoom or accessibility.
   Safari normally auto-zooms focused fields below 16px.
   ------------------------------------------------------------ */

@media (max-width: 767px) {

    body.signature-editorial
    #signature-menu-search,

    body.signature-editorial
    .form-control,

    body.signature-editorial
    input[type="text"],

    body.signature-editorial
    input[type="number"],

    body.signature-editorial
    input[type="email"],

    body.signature-editorial
    input[type="tel"],

    body.signature-editorial
    input[type="time"],

    body.signature-editorial
    input[type="search"],

    body.signature-editorial
    select,

    body.signature-editorial
    textarea {

        font-size:
            16px !important;
    }

}


/* ------------------------------------------------------------
   MY ORDER
   Fix quantity control shown in UAT screenshot.
   Existing cart calculations / handlers remain untouched.
   ------------------------------------------------------------ */

body.signature-editorial
#viewOrder
.your-order-items
.add-btn.add-item-btn {

    width:
        110px !important;

    min-width:
        110px !important;

    max-width:
        110px !important;

    height:
        38px !important;

    min-height:
        38px !important;

    padding:
        0 !important;

    overflow:
        hidden !important;

    background:
        linear-gradient(
            135deg,
            var(--se-user-primary-deep),
            var(--se-user-primary)
        ) !important;

    border:
        0 !important;

    border-radius:
        999px !important;

    box-shadow:
        0 7px 18px
        color-mix(
            in srgb,
            var(--se-user-primary) 18%,
            transparent
        ) !important;
}


body.signature-editorial
#viewOrder
.your-order-items
.add-btn.add-item-btn
.wrapper {

    display:
        grid !important;

    grid-template-columns:
        34px 42px 34px !important;

    align-items:
        center !important;

    width:
        110px !important;

    height:
        38px !important;

    min-height:
        38px !important;
}


body.signature-editorial
#viewOrder
.your-order-items
.add-btn.add-item-btn
.addition,

body.signature-editorial
#viewOrder
.your-order-items
.add-btn.add-item-btn
.count {

    display:
        flex !important;

    align-items:
        center !important;

    justify-content:
        center !important;

    width:
        auto !important;

    min-width:
        0 !important;

    height:
        38px !important;

    min-height:
        38px !important;

    margin:
        0 !important;

    padding:
        0 !important;

    background:
        transparent !important;

    border:
        0 !important;
}


body.signature-editorial
#viewOrder
.your-order-items
.add-btn.add-item-btn
.count {

    border-left:
        1px solid rgba(255,255,255,0.14) !important;

    border-right:
        1px solid rgba(255,255,255,0.14) !important;
}


body.signature-editorial
#viewOrder
.your-order-items
.menu-order-quantity {

    display:
        block !important;

    width:
        auto !important;

    min-width:
        0 !important;

    height:
        auto !important;

    margin:
        0 !important;

    padding:
        0 !important;

    color:
        #fff !important;

    background:
        transparent !important;

    border:
        0 !important;

    font-family:
        var(--se-font-ui) !important;

    font-size:
        13px !important;

    font-weight:
        700 !important;

    line-height:
        1 !important;

    text-align:
        center !important;
}


body.signature-editorial
#viewOrder
.your-order-items
.add-btn.add-item-btn
.addition i {

    color:
        var(--se-gold-soft) !important;

    font-size:
        13px !important;
}


body.signature-editorial
#viewOrder
.your-order-items
.menu_price {

    display:
        block;

    margin-top:
        6px;

    color:
        var(--se-ink);

    font-family:
        var(--se-font-ui);

    font-size:
        12px;

    font-weight:
        700;

    line-height:
        1.2;

    text-align:
        right;

    white-space:
        nowrap;
}


/* Slightly smaller quantity control on narrow phones. */

@media (max-width: 420px) {

    body.signature-editorial
    #viewOrder
    .your-order-items
    .add-btn.add-item-btn {

        width:
            102px !important;

        min-width:
            102px !important;

        max-width:
            102px !important;
    }


    body.signature-editorial
    #viewOrder
    .your-order-items
    .add-btn.add-item-btn
    .wrapper {

        grid-template-columns:
            31px 40px 31px !important;

        width:
            102px !important;
    }

}


/* ============================================================
   SIGNATURE EDITORIAL V3.3B
   - remove sticky-header / hero gap
   - make restaurant theme color the true primary source
   - eliminate leftover green overrides
   - normalize sticky cart color
   ============================================================ */


/* ------------------------------------------------------------
   1) STICKY HEADER / HERO GAP FIX
   ------------------------------------------------------------ */

body.signature-editorial .bg-header {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
}

body.signature-editorial .bg-header + .single-page-header {
    margin-top: 0 !important;
}

body.signature-editorial .single-page-header {
    top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.signature-editorial .single-page-header > .container,
body.signature-editorial .single-page-header > .container-fluid {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


/* ------------------------------------------------------------
   2) RELIABLE PRIMARY COLOR SYSTEM
   JS will write these as direct hex values.
   ------------------------------------------------------------ */

body.signature-editorial {
    --se-user-primary: #173b2a;
    --se-user-primary-deep: #102b1f;
    --se-user-primary-soft: #28533d;
}


/* ------------------------------------------------------------
   3) TOP HEADER
   ------------------------------------------------------------ */

body.signature-editorial .bg-header {
    background:
        linear-gradient(
            135deg,
            var(--se-user-primary-deep),
            var(--se-user-primary)
        ) !important;
}


/* ------------------------------------------------------------
   4) CATEGORY + SEARCH
   ------------------------------------------------------------ */

body.signature-editorial .se-search-icon {
    color: var(--se-user-primary) !important;
}

body.signature-editorial .se-category-chip {
    color: var(--se-user-primary) !important;
    border-color: rgba(0,0,0,0.08) !important;
}

body.signature-editorial .se-category-chip.active {
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            var(--se-user-primary-deep),
            var(--se-user-primary)
        ) !important;
    border-color: var(--se-user-primary) !important;
    box-shadow: 0 7px 20px rgba(0,0,0,0.12) !important;
}


/* ------------------------------------------------------------
   5) TEXT / PRICE / ACTIONS
   ------------------------------------------------------------ */

body.signature-editorial .accordion .card-title {
    color: var(--se-user-primary) !important;
}

body.signature-editorial .section-menu:not(.se-editorial-feature) .menu-content .menu-price {
    color: var(--se-user-primary) !important;
}

body.signature-editorial .menu-content .add-btn,
body.signature-editorial .btn-primary {
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            var(--se-user-primary-deep),
            var(--se-user-primary)
        ) !important;
    border-color: var(--se-user-primary) !important;
}

body.signature-editorial .menu-content .add-btn span,
body.signature-editorial .btn-primary span {
    color: #fff !important;
}

body.signature-editorial .menu-content .add-btn i {
    color: var(--se-gold-soft) !important;
}

body.signature-editorial .form-control:focus,
body.signature-editorial input:focus,
body.signature-editorial select:focus,
body.signature-editorial textarea:focus {
    border-color: var(--se-user-primary) !important;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.06) !important;
}


/* ------------------------------------------------------------
   6) STICKY CART ? eliminate mixed green/red conflict
   ------------------------------------------------------------ */

body.signature-editorial #view-order-wrapper {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.signature-editorial #view-order-wrapper::before,
body.signature-editorial #view-order-wrapper::after,
body.signature-editorial #view-order-wrapper .footer,
body.signature-editorial #view-order-wrapper .footer::before,
body.signature-editorial #view-order-wrapper .footer::after {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.signature-editorial #view-order-wrapper .order-footer {
    background:
        linear-gradient(
            135deg,
            var(--se-user-primary-deep),
            var(--se-user-primary)
        ) !important;
    border: 0 !important;
    box-shadow: 0 14px 34px rgba(0,0,0,0.16) !important;
}

body.signature-editorial #view-order-wrapper .order-btn {
    color: var(--se-user-primary-deep) !important;
    background: #f2e8d5 !important;
    border: 0 !important;
}


/* ------------------------------------------------------------
   7) TABLE / WAITER PILLS
   ------------------------------------------------------------ */

body.signature-editorial .se-header-utility {
    background: rgba(255,255,255,0.09) !important;
    border-color: rgba(255,255,255,0.15) !important;
    color: #fff !important;
}

body.signature-editorial .se-header-utility i,
body.signature-editorial .se-table-icon,
body.signature-editorial .se-waiter-icon {
    color: var(--se-gold-soft) !important;
}


/* ------------------------------------------------------------
   8) KEEP SIGNATURE CONSTANTS
   Cream + gold stay intact.
   ------------------------------------------------------------ */

body.signature-editorial .section-menu.se-editorial-feature .menu-content .menu-price,
body.signature-editorial .accordion .card-header:after {
    color: var(--se-gold) !important;
}



/* ============================================================
   SIGNATURE EDITORIAL V3.3C
   Root-cause correction.
   ============================================================ */


/*
 * The actual DOM is:
 *
 * .bg-header
 * #content
 *   .content-wrap
 *     .single-page-header
 *
 * Therefore spacing must be removed from #content /
 * .content-wrap, not from a nonexistent direct sibling.
 */

body.signature-editorial #content {

    position:
        relative !important;

    top:
        0 !important;

    margin-top:
        0 !important;

    padding-top:
        0 !important;
}


body.signature-editorial #content > .content-wrap,
body.signature-editorial .content-wrap {

    position:
        relative !important;

    top:
        0 !important;

    margin-top:
        0 !important;

    padding-top:
        0 !important;
}


body.signature-editorial
.bg-header + #content {

    margin-top:
        0 !important;

    padding-top:
        0 !important;
}


body.signature-editorial
#content
.single-page-header {

    margin-top:
        0 !important;
}


/*
 * Use the exact server Restaurant Theme Color immediately.
 * JavaScript only derives deep / soft companions.
 */

body.signature-editorial {

    --se-user-primary:
        var(--se-server-primary, #173b2a);
}


body.signature-editorial .bg-header {

    background:
        linear-gradient(
            135deg,
            var(--se-user-primary-deep),
            var(--se-user-primary)
        ) !important;
}


body.signature-editorial
.se-category-chip.active,

body.signature-editorial
.menu-content .add-btn,

body.signature-editorial
.btn-primary,

body.signature-editorial
#view-order-wrapper .order-footer {

    border-color:
        var(--se-user-primary) !important;
}


body.signature-editorial
.se-category-chip.active,

body.signature-editorial
.menu-content .add-btn,

body.signature-editorial
.btn-primary,

body.signature-editorial
#view-order-wrapper .order-footer {

    background:
        linear-gradient(
            135deg,
            var(--se-user-primary-deep),
            var(--se-user-primary)
        ) !important;
}


body.signature-editorial
.se-search-icon,

body.signature-editorial
.accordion .card-title,

body.signature-editorial
.section-menu:not(.se-editorial-feature)
.menu-content .menu-price {

    color:
        var(--se-user-primary) !important;
}



/* ============================================================
   SIGNATURE EDITORIAL V3.3D
   ROOT CLEANUP

   IMPORTANT:
   --theme-color-1 is generated from the restaurant's existing
   restaurant_color setting by php/restaurant.php.

   Do not use global THEME_COLOR for Signature restaurant color.
   ============================================================ */

body.signature-editorial {

    /*
     * Exact existing Restaurant Color.
     */
    --se-user-primary:
        var(--theme-color-1, #173b2a);


    /*
     * Progressive derived shades.
     * First declaration is the safe fallback.
     */
    --se-user-primary-deep:
        var(--theme-color-1, #173b2a);

    --se-user-primary-deep:
        color-mix(
            in srgb,
            var(--theme-color-1) 78%,
            #000 22%
        );


    --se-user-primary-soft:
        var(--theme-color-1, #173b2a);

    --se-user-primary-soft:
        color-mix(
            in srgb,
            var(--theme-color-1) 82%,
            #fff 18%
        );


    /*
     * Redirect all earlier Editorial green aliases.
     */
    --se-forest:
        var(--se-user-primary);

    --se-forest-deep:
        var(--se-user-primary-deep);

    --se-forest-soft:
        var(--se-user-primary-soft);
}


/* Primary restaurant-colour components */

body.signature-editorial .bg-header,
body.signature-editorial .se-category-chip.active,
body.signature-editorial .menu-content .add-btn,
body.signature-editorial .btn-primary,
body.signature-editorial #view-order-wrapper .order-footer {

    background:
        linear-gradient(
            135deg,
            var(--se-user-primary-deep),
            var(--se-user-primary)
        ) !important;
}


body.signature-editorial .se-search-icon,
body.signature-editorial .accordion .card-title,
body.signature-editorial
.section-menu:not(.se-editorial-feature)
.menu-content .menu-price {

    color:
        var(--se-user-primary) !important;
}


body.signature-editorial .se-category-chip.active,
body.signature-editorial .menu-content .add-btn,
body.signature-editorial .btn-primary {

    border-color:
        var(--se-user-primary) !important;
}


/*
 * Signature identity remains intentionally independent.
 */
body.signature-editorial
.section-menu.se-editorial-feature
.menu-content .menu-price,

body.signature-editorial
.accordion .card-header:after {

    color:
        var(--se-gold) !important;
}


/* ============================================================
   RESTORE ORIGINAL HEADER LAYOUT CONTRACT
   ============================================================ */

/*
 * Urban baseline is FIXED 56px.
 * Signature must remain visually pinned but must not occupy
 * an additional document-flow row.
 */
body.signature-editorial .bg-header {

    position:
        fixed !important;

    top:
        0 !important;

    left:
        0 !important;

    right:
        0 !important;

    width:
        100% !important;

    height:
        56px !important;

    min-height:
        56px !important;

    z-index:
        120 !important;
}


body.signature-editorial
.bg-header .container-fluid {

    height:
        56px !important;

    min-height:
        56px !important;
}


/*
 * Restore the exact layout compensation required by
 * a fixed 56px header.
 */
body.signature-editorial #content {

    margin-top:
        0 !important;

    padding-top:
        56px !important;
}


body.signature-editorial #content.noFooter {

    padding-top:
        56px !important;
}


/*
 * Hero itself must have no independent top gap.
 */
body.signature-editorial
#content .content-wrap {

    margin-top:
        0 !important;

    padding-top:
        0 !important;
}


body.signature-editorial
#content .single-page-header {

    margin-top:
        0 !important;
}


/*
 * Discovery bar sits immediately under the fixed header
 * while sticky.
 */
body.signature-editorial
.se-discovery {

    top:
        56px !important;
}


/*
 * Preserve current visual header height on mobile as well.
 */
@media (max-width: 767px) {

    body.signature-editorial .bg-header,
    body.signature-editorial
    .bg-header .container-fluid {

        height:
            56px !important;

        min-height:
            56px !important;
    }


    body.signature-editorial #content,
    body.signature-editorial #content.noFooter {

        padding-top:
            56px !important;
    }


    body.signature-editorial
    .se-discovery {

        top:
            56px !important;
    }

}
