




















/*************** zaxf ******************/
.single-page-header .header-image {
    float: left;
}
body {
    text-align: right;
}
.single-page-header:after, .single-page-header:before {
    background: linear-gradient(to left, rgba(247, 247, 247, 0.75) 34%, rgba(247, 247, 247, 0.55) 70%, rgba(247, 247, 247, 0.14) 90%);
}
.menu-item.list .menu-image {
    margin-left: 10px;
    margin-right: 10px;
}
.view-order i.icon-material-outline-keyboard-arrow-right {
    margin-left: -5px;
    margin-right: unset;
}
.add-btn.add-item-btn {
    width: 5.7em;
}
.add-btn {
    padding: 0 15px;
    font-size: 17px;
}
.menu-item.list .badge.only {
    margin-left: 10px;
    margin-right: 10px;
}
.grand-total span.float-right {
    float: left !important;
}
.sidebar-header .ml-auto, .mx-auto {
    margin-left: unset!important;
    margin-right: auto !important;
}
@media (min-width: 1240px){
.single-page-header .header-image {
    margin-left: 35px;
    margin-right: unset;
}
}
.accordion .card-header:after {
    float: left !important;
}
.p-r-10 {
    padding-right: 0px !important;
    padding-left: 10px !important;
}
.extras-heading small {
    font-size: 100%;
}
button#add-order-button {
    width: 90%;
    float: left;
}
.add-menu {
    float: left;
}



.col-text.font-medium.my-2 {
    text-align: center;
}

.title.col-secondary.font-weight-normal {
    text-align: center;
}

.card-header.collapsed.waves-effect {
    text-align: center;
    box-shadow: 0px 2px 9px rgb(0 0 0 / 21%);
}

.card-header.waves-effect {
    text-align: center;
}

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



#sidebarleftbutton {
  animation: sidebarleftbutton 5s ease infinite;
}
@keyframes sidebarleftbutton {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}


#sidebarleftbutton .icon-feather-menu {
    animation: sidebarleftbutton 5s ease infinite;
}






























/*************** zaxf Show Theme ******************/
.btn-primary {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4;
}
body {
    background: #f9f9f9;
    font-size: 20px;
    color: #000;
}
.section-menu {
    border-style: dashed;
    border-color: var(--theme-color-1);
    border-radius: 15px;
    background-color: rgb(255 255 255 / 25%);
    padding: 10px;
    box-shadow: 0px 2px 9px rgb(0 0 0 / 5%);
    transition: all 0.5s;
}
.menu-item .menu-image {
    border: 1px solid #f3f3f303;
    background-color: #f8f9fa08;
    border-radius: 15px;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 33%);
    transition: all 0.5s;
}
.menu-item .menu-image img {
    border-radius: 15px;
}
.menu-content .menu-title h4 {
    color: #000;
}
.add-btn.add-item-to-order {
    cursor: pointer;
    font-weight: 900;
    color: #030124;
    width: 75px;
    height: 34px;
    border-radius: 30px;
    border: none;
    position: relative;
    top: -2%;
}
.add-btn span {
    font-size: 16px;
    font-weight: 900;
}
.add-btn i {
    font-size: 21px;
    font-weight: 900;
    color: #ffffff;
}
.card-header {
    background-color: rgb(255 255 255);
    border-radius: 0px !important;
}
.menu-content .menu-recipe {
    font-size: 14px;
    color: #575757;
}
.footer {
    background-color: #c5c5c5c7;
}
.view-order {
    background-color: var(--theme-color-1);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 25%);
    border-radius: 15px;
}
i.icon-material-outline-keyboard-arrow-right {
    transform: rotate(179deg);
}

.section {
    background-color: #f1f1f1;
}
.bg-white {
    background-color: rgb(107 107 107 / 97%)!important;
}
#menuCustomize, #viewOrder {
    background-color: #f1f1f1;
}
.sidenav.right .sidebar-header, .sidenav.bottom .sidebar-header {
    color: #ffffff;
}
.sidenav.right .sidebar-header .btn, .sidenav.bottom .sidebar-header .btn {
    color: #ffffff;
}
.section3 {
    background-color: rgb(255 255 255);
    padding: 20px 20px;
}
.form-control {
color: #000000 !important;
    background-color: rgb(255 255 255) !important;
}
.form-group .form-line .form-control {
    border-radius: 15px;
}
.form-group .form-line {
    width: 100%;
    border-bottom: 0px solid #e1e1e1;
}
.col-text {
    color: #000000 !important;
}
.btn-primary {
    background-color: rgb(255 255 255 / 78%);
    border-radius: 15px;
    padding: 10px 0px 10px 0px;
    border-color: rgb(204 204 204 / 0%);
    box-shadow: 0px 2px 9px rgb(0 0 0 / 21%);
}
.btn-primary:hover {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4;
}
.form-group .form-line:after {
    border-bottom: 0px solid var(--theme-color-1);
}







.scroll {
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; 
}

.nav-item {
  padding: 13px 16px 12px;
}
.nav-item:not(:last-child) {
  border-right: 1px solid rgba(114, 124, 135, 0.2);
}



nav {
  font-size: 0;
}

.nav-item {
  font-size: 18px;
}

.nav-item,
.vertical-align-middle {
  display: inline-block;
  vertical-align: middle;
}
ul.components.mdl-layout__tab-bar.mdl-js-ripple-effect {
    display: inline-flex;
}
.components li {
    cursor: pointer;
    font-weight: 800;
    /* font-size: 23px !important; */
    color: #ffffff;
    background-color: var(--theme-color-1);
    background-image: url(../img/crossword.png);
    padding-left: 7px;
    padding-right: 7px;
    box-shadow: 0px 2px 9px rgb(0 0 0 / 21%);
    border-radius: 35px;
    padding-top: 0px !important;
    border: none;
    position: relative;
    /* top: 44%; */
    /* left: -2%; */
    /* transform: translateY(-50%); */
    transition: box-shadow 0.2s;
    margin: 3px;
    margin-bottom: 15px;
}
a.menu-category.nav-item.waves-effect.waves-block {
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
}
ul.components.mdl-layout__tab-bar.mdl-js-ripple-effect {
    padding-right: 0;
}
::-webkit-scrollbar {
    display: none;
}
.scroll {
    /*scrollbar-width: none;*/
    /*-ms-overflow-style: none;*/
    overflow-y: scroll;
    margin: 0px 0 8px 0;
    text-align: center;
}
.title.col-secondary.font-weight-normal {
    text-align: center;
    padding: 5px 0 10px 0;
}
.col-secondary {
    color: #000 !important;
}
.title img {
    max-width: 26px;
    max-height: 26px;
}
.components img {
    max-width: 51px;
    max-height: 51px;
}
.overlay.active {
    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;
}
body.noscroll {
    overflow: unset;
}
@media (max-width: 992px){
.single-page-header .header-image {
    margin-bottom: 0px;
    text-align: center;
    position: relative;
    right: -42%;
    transform: translate(0%, 0%);
    float: unset !important;
}
.header-details {
    position: relative;
    /* top: 50%; */
    left: 0%;
    transform: translate(-10%, 0%);
    /* z-index: 2; */
    width: 100%;
    padding: 3px 20px 5px 20px;
    text-align: center;
}
.single-page-header .header-details ul {
    margin-left: 20%;
}
.single-page-header .header-details li {
    color: #000;
    margin-right: auto;
    border-radius: 30px;
    padding: 5px 18px 2px 18px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 20%);
    background-color: #ffffffbd;
    margin-bottom: 5px;
}
.single-page-header .header-details h3 {
    margin-left: 20%;
}
.header-details {
    left: 0%;
}
}

.single-page-header .header-details li {
    color: #000;
}
@media (max-width: 767px){
.single-page-header .header-image {
    right: -42%;
}
}
@media (max-width: 620px){
.single-page-header .header-details h3 {
    margin-left: 15%;
}
.single-page-header .header-details ul {
    margin-left: 15%;
}
.single-page-header .header-image {
    right: -42%;
}
.header-details {
    left: 4%;
}
}
@media (max-width: 520px){
.single-page-header .header-details h3 {
    margin-left: 14%;
}
.single-page-header .header-details ul {
    margin-left: 14%;
}
.single-page-header .header-image {
    right: -42%;
}
.header-details {
    left: 6%;
}
}
@media (max-width: 420px){
.single-page-header .header-details h3 {
    margin-left: 10%;
}
.single-page-header .header-details ul {
    margin-left: 10%;
}
.single-page-header .header-image {
    right: -40%;
}
.header-details {
    left: 8%;
}
}
@media (max-width: 360px){

.header-details {
    left: 6%;
}
.single-page-header .header-image {
    right: -36%;
}
}
@media (max-width: 320px){
.single-page-header .header-details h3 {
    margin-left: 5%;
}
.single-page-header .header-details ul {
    margin-left: 5%;
}
.single-page-header .header-image {
    right: -33%;
}
}

.single-page-header .header-image {
    background: #ffffff57;
    border-radius: 50px;
}
.single-page-header .header-image img {
    border-radius: 50px;
}
.single-page-header .header-image {
    width: 95px;
    height: 95px;
}
.single-page-header:after, .single-page-header:before {
    background: linear-gradient(to left, rgb(247 247 247 / 55%) 34%, rgb(247 247 247 / 45%) 70%, rgb(247 247 247 / 4%) 90%);
}
.single-page-header .header-details h3 span {
    color: #404040;
    font-size: 15px;
    font-weight: 800;
}
.bg-header {
    background: rgb(199 199 199 / 0%);
}
button#sidebarleftbutton {
    display: none;
}
#content {
    /*margin-top: -14% !important;*/
}
.btn-group.user-lang-switcher {
    margin-right: 20px;
}
#content {
    padding: 0px 0px 70px;
}



ul.components.mdl-layout__tab-bar.mdl-js-ripple-effect {
    padding-left: 0;
    direction: rtl;
}
.menu-content .menu-recipe {
    float: left;
}
i.icon-material-outline-keyboard-arrow-right {
    /* transform: rotate(
179deg
); */
    transform: none;
}
@media (max-width: 1240px){
.single-page-header .header-image {
    flex: 0 0 95px;
}
}
@media (min-width: 992px){
.single-page-header .header-image {
    margin-left: 35px;
}
}


.sidenav.right .sidebar-header, .sidenav.bottom .sidebar-header {
    color: #000000;
    background-color: rgb(255 255 255)!important;
}

.icon-feather-x:before {
    color: #000;
}


@media (max-width: 400px){

.menu-content .menu-detail {
    flex-direction: column-reverse;
}
.menu-content .menu-title {
    max-width: 100%;
}

}

.menu-item.list .menu-image {
    flex: 0 0 150px;
    height: 150px;
}


.add-btn.add-item-to-order, .accordion>.card:first-of-type {
    box-shadow: 0px 2px 9px rgb(0 0 0 / 21%);
}



body a, body a:hover {
    border-radius: 50px;
}
.btn, .grand-total, .form-control, .h4, h4 {
    font-size: 17px;
    font-weight: bold;
}













.footer {
    width: 100%;
}
 /*   add sticky to category nav   */
.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #FFFFFF;
    overflow: scroll;
    background-color: rgba(255, 255, 255, 0.5);
    transition: background-color 150ms ease 0s, -webkit-transform 150ms ease 0s, -webkit-backdrop-filter 150ms ease 0s;
    backdrop-filter: blur(10px);
}
ul.components.mdl-layout__tab-bar {
    margin-bottom: 0rem;
}

/*********  aligres   ********/
ul.d-inline-block.p-0.padding-left-0.mt-1 {
    text-align: left;
}
.bg-header.active {
    box-shadow: 0 0px 0px rgb(0 0 0 / 30%);
}


ul.d-inline-block.p-0.padding-left-0.mt-1 {
    position: inherit;
    bottom: 0px;
}
strong.menu_excerpt.d-inline.menu-recipe.text-dark {
    width: -webkit-fill-available;
    width: 100%;
    background-color: #ed143d5c;
}

@media (min-width: 607px){
ul.d-inline-block.p-0.padding-left-0.mt-1 {
    width: -webkit-fill-available;
    width: 100%;
}
}




.single-page-header:after, .single-page-header:before {
    background: linear-gradient(to left, rgb(247 247 247 / 5%) 4%, rgb(247 247 247 / 4%) 7%, rgb(247 247 247 / 4%) 1%);
    background-color: #2d2d384d;
}
.single-page-header.detail-header {
    background-color: #838383;
}

.single-page-header .header-details h3 span, .single-page-header .header-details h3 {
    color: #fff;
}
.btn-default {
    background-color: #fff0;
    border-color: #fff0;
    color: #ffffff !important;
}
.menu__button i.icon-feather-menu {
    font-size: x-large;
}
.user-lang-switcher .dropdown-toggle {
    line-height: 1.5;
    background: #fff0;
    padding: 0.375rem 0.75rem;
}
.single-page-header:after, .single-page-header:before {
    background: linear-gradient(to left, rgb(247 247 247 / 5%) 4%, rgb(247 247 247 / 4%) 7%, rgb(247 247 247 / 4%) 1%);
    background-color: #2d2d384d;
    box-shadow: inset 0px 50px 50px rgb(0 0 0 / 40%);
}
.single-page-header .header-image {
    background: #ffffff00;
    border-radius: 50px;
}
.single-page-header .header-image img {
    border: 1px solid #fff;
}
.hiddenn {
    display:none !important;
}
.showsharebt .a2a_svg {
    height: 60px;
    width: 60px;
}
.showsharebt .a2a_default_style {
    flex-wrap: wrap;
    display: inline-flex;
}
.a2a_default_style:not(.a2a_flex_style) a {
    padding: 5px 2px !important;
}
.showWa svg {
    max-width: 30px;
}
.order-footer {
    width: 100%;
}
#viewOrder {
    height: 85vh;
}
.sidenav.right .sidebar-header, .sidenav.bottom .sidebar-header {
    border-radius: 30px 30px 0 0;
}
#menuCustomize, #viewOrder, #call-waiter-box {
    border-radius: 30px 30px 0 0;
    box-shadow: 0px -9px 50px -30px black;
}
.footer .section .p-r-10 {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 6px;
}

.menu__links.showWa, .menu__links.showbranch, .menu__links.showlink {
    flex-direction: column;
}
.menu__links {
    overflow-y: auto;
    max-height: 50vh;
}


@media (min-width: 993px){
.single-page-header .header-details li {
    color: #fff;
}
.single-page-header .header-details ul a {
    color: #ffffff !important;
}

.single-page-header .header-image img {
    border-radius: 50px;
    min-width: 95px;
    min-height: 95px;
}
.single-page-header .header-image {
    box-shadow: 0 3px 12px rgb(0 0 0 / 0%);
}
}





.dd ul {
    padding-inline-start: unset;
    display: flex;
    align-items: center;
    overflow: scroll;
}
.dd img {
    max-width: 60px;
    max-height: 60px;
}
.dd li {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 24px;
    margin-bottom: 7px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 12px;
    font-size: 16px;
    text-align: center;
}
.header-detailss.dd {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.title.col-secondary.font-weight-normal {
    padding: 10px 0 0px 0;
}
@media screen and (max-width: 480px){
    .dd img {
        max-width: 42px;
        max-height: 42px;
    }
}

.sticky ul.components.mdl-layout__tab-bar.mdl-js-ripple-effect {
    padding-top: 10px;
}




.bg-header.active {
    /*box-shadow: 0 0px 0px rgb(0 0 0 / 30%);*/
    display:none;
}
.navbar {
    z-index: 999;
}
.scroll {
    position: relative;
    z-index: 999 !important;
}





