
      :root {
        --space: 2rem;
        --space-xs: calc(var(--space) / 3);
        --space-sm: calc(var(--space) / 2);
        --space-md: calc(var(--space) * 2);

        --color-primary: lightgray;
        --color-accent: whitesmoke;
        --color-dark: black;
        --color-mid: gray;
        --color-light: white;
        --color-highlight: dodgerblue;

        --radius: 0.125rem;
      }

      /* Here are the base styles for the main layout and sticky component */
      * {
        box-sizing: border-box;
      }
      
      
      body{
          font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
      }
      
    

      main {
        display: flex;
        flex-wrap: wrap;
      }

      .article {
        flex-basis: 0;
        flex-grow: 999;
        /*border-right: .5px solid #cccccc6b;*/
        min-width: 40%;
        padding: 0px;
      }
      #panel_groups, .component { z-index: -1; }
      .sidebar {
           /* --offset: var(--space); */
        flex-grow: 1;
        flex-basis: 300px; 
        height: 100hv;
        /* height: -webkit-fill-available; */
        align-self: start;
        background-color: #fff;
        position: sticky;
        top: 0px;
          }
        .sidebar1{
            position: sticky;
        top: 117px;
        bottom: 1px;
        /* padding-bottom: 10px; */
        padding: 10px;
        right: 0px;
        background: #f3f3f3;
        overflow-x: hidden;
        overflow-y: scroll;
        transition: all 0.25s ease-in-out;
        }
          .component {
            display: grid;
            grid-template-rows: auto 1fr auto;
          }

          .component .content {
            max-height: 500px;
            overflow-y: auto;
          }

          .sidebar .component {
            max-height: calc(100vh - var(--offset) * 2);
          }

          /*
    * Other styles
    **/
          .visually-hidden {
            clip: rect(0 0 0 0);
            clip-path: inset(50%);
            height: 1px;
            overflow: hidden;
            position: absolute;
            white-space: nowrap;
            width: 1px;
          }

          html,
          body {
            height: 100%;
            font-size: 13px;
          }

          [hidden] {
            display: none;
          }

          body {
            margin: 0 auto;
            /*padding: 0 var(--space);*/
            line-height: 1.4;
            /*max-width: 1400px;*/
          }

        .input-number {
    background: white !important;
    border: none;
    padding-left: 12px;
}


          header,
          footer {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: var(--space-md) 0;
            padding: var(--space);
            /*height: 40vh;*/
            background: repeating-linear-gradient(
              45deg,
              transparent,
              transparent 12px,
              var(--color-accent) 12px,
              var(--color-accent) 24px
            );
          }

          /* Until flexbox gap is supported in all modern browsers, we use the negative margin trick to create space between the children elements */
          main {
            /*margin-bottom: calc(var(--space-md) * -1);
            margin-left: calc(var(--space-md) * -1);*/
            padding: 0px;
            max-width: 1600px;
            margin: 0 auto;
          }

          main > * {
            /*margin-bottom: var(--space-md);
            margin-left: var(--space-md);*/
          }

        article > * + * {
        margin: 20px;
    }

          .component {
            position: relative;
            /*border: 1px solid var(--color-primary);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.04),
              0 4px 8px rgba(0, 0, 0, 0.03), 0 8px 16px rgba(0, 0, 0, 0.03),
              0 16px 32px rgba(0, 0, 0, 0.02), 0 32px 64px rgba(0, 0, 0, 0.02);*/
          }

          .component .header,
          .component .footer {
            padding: var(--space-sm);
            text-align: center;
          }

          .component .header {
            border-bottom: inherit;
          }

          .component .footer {
            display: flex;
            justify-content: space-between;
            border-top: inherit;
          }

          .component .content {
            padding: var(--space-sm);
            max-height: 500px;
            overflow-y: auto;
            color: var(--color-dark);
          }

          .empty-text {
            padding: var(--space);
            text-align: center;
            color: var(--color-primary);
          }

          .item {
            position: relative;
            appearance: none;
            display: flex;
            align-items: center;
            padding: var(--space);
            outline: none;
            width: 100%;
            background-color: var(--color-accent);
            border: 1px solid var(--color-accent);
            border-radius: var(--radius);
            cursor: pointer;
          }

        

          .button:active {
            transform: translateY(1px);
            box-shadow: none;
          }

          .empty-cart {
            color: var(--color-mid);
            border-color: var(--color-mid);
            background-color: var(--color-light);
          }
          .sticky-div { 
            background-color: #fff;
          position: sticky;
          top: 49px;
          padding: 0px 0px 3px 0px;
          z-index: 1;
          border-bottom: 1px solid #ccc;
          -webkit-box-shadow: 0 8px 6px -6px #e3e3e3;
          -moz-box-shadow: 0 8px 6px -6px black;
          box-shadow: 0 4px 11px -6px #c4c4c4;
      }


      .wrapper {
        position:relative;
        margin:0 auto;
        overflow:hidden;
        padding:5px;
        height:35px;
    }

    .list {
        position:absolute;
        left:0px;
        top:0px;
        min-width:3000px;
        margin-left:12px;
        margin-top:0px;
    }

    .list li{
      display:table-cell;
        position:relative;
        text-align:center;
        cursor:grab;
        cursor:-webkit-grab;
        color:#efefef;
        vertical-align:middle;
    }

    .scroller {
      text-align:center;
      cursor:pointer;
      display:none;
      padding:7px;
      padding-top:12px;
      white-space:no-wrap;
      vertical-align:middle;
      background-color:#fff;
    }

    .scroller-right{
      float:right;
    }

    .scroller-left {
      float:left;
    }
    .sliderarrow {
      border: solid black;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
    }

    .rightIcon {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
    }

    .leftIcon {
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
    }
    .arrowNext::before {
        content: " ";
        border-right: 2px solid #000;
        border-top: 2px solid #000;
        width: 13px;
        height: 13px;
        transform: rotate(45deg);
        cursor: pointer;
        display: block;
    }
    .arrowPrev::before {
        content: " ";
        border-left: 2px solid #000;
        border-bottom: 2px solid #000;
        width: 13px;
        height: 13px;
        transform: rotate(45deg);
        cursor: pointer;
        display: block;
    } 

    .nav{ flex-wrap:nowrap; overflow-x:auto; white-space: nowrap; }
      .nav a {    color: #0c0100 !important;
        font-weight: 400;
        padding: 0px 10px;
        text-transform: uppercase;
        cursor: pointer; }

         .nav a.active {
    color: #ffffff!important;
    font-weight: bold;
    border: 2px solid red;
    padding-bottom: 8px;
    background: red;
    padding: 3px;
    border-radius: 6px;
}
    .item-section h3{
            font-size: 20px !important;
    }



    .nav-tabs {
        padding: 10px 0;
    }
    .btn-toggle .active {
      background: #379ed0;
      font-weight: 400;
      color: white;
    }
    .btn-toggle  {  border: 1px solid #e2e0e0;
        border-radius: 10px; margin: 10px; }

        .restaurant-detailed-banner .img-fluid.cover {
    height: 300px;
    object-fit: cover;
    width: 100%;
    margin-top: -52px;
}
    .nav-tabs {
        border-bottom: 0px solid #dee2e6 !important;
    }
    /*
    .accordionMenu input[type=radio]{
        display: none;
    }
    .accordionMenu label{
        display: block;
        height: 50px;
        line-height: 47px;
        padding: 0 25px 0 10px;
        font-size: 18px;
        position: relative;
        cursor: pointer;
        border-bottom: 1px solid #e6e6e6;
    }
    label .accord {
        display: block;
        height: 50px;
        line-height: 47px;
        padding: 0 25px 0 10px;
        font-size: 18px;
        position: relative;
        cursor: pointer;
        border-bottom: 1px solid #e6e6e6;
    }

    .accordionMenu label::after{
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 10px;
        border-color: transparent transparent transparent #ffffff;
        position: absolute;
        right: 10px;
        top: 20px;
        z-index: 10;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition:all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .accordionMenu .content{
        max-height: 0;
        height: 0;
        overflow: hidden;
        -webkit-transition: all 2s ease-in-out;
        -moz-transition: all 2s ease-in-out;
        -o-transition: all 2s ease-in-out;
        transition: all 2s ease-in-out;
    }
    .accordionMenu .content .inner{
        font-size: 1.2rem;
        color: #2c97de;
        line-height: 1.5;
        background: white;
        padding: 20px 10px;
    }
    .accordionMenu input[type=radio]:checked + label:after{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    .accordionMenu input[type=radio]:checked + label + .content{
        max-height: 2000px;
        height: auto;
    }*/
    .summary {
      font-size: 15px !important;
    display: block;
    font-weight: 700;
    padding: 5px;
    cursor: pointer;
    }
    .summary::-webkit-details-marker {
    color: #00ACF3;
    font-size: 125%;
    margin-right: 2px;
    
    }
    .detail {
      padding: 7px;
        border: 1px solid #ccc;
        border-radius: 8px;
        background: #fcfcfc;
        margin: 15px 0;
    }
    .custom-control { 
      padding-left: 0px !important;
      padding: 15px;
      font-size: 12px;
      margin-right: 3px;
      border-bottom: 1px solid #f3f3f3;
    }

    .addonDiv {
      font-size: 11px;
        margin-bottom: 5px;
        display: none;
        padding: 10px;
    }

    label.custom-control-label {
        width: 90%;
        margin: 0 5%;
    }
    .prodPrice {
      float: right;
        padding-right: 20px;
    }

    .list-card-body {
        padding-top: 20px;
    }
    details {
        border: 1px solid #e6e6e6;
        padding: 10px;
        border-radius: 7px;
        background: #fcfcfc;
        margin-bottom: 10px;
    }
    article > * + * {
        margin: 10px !important;
    }
    .addOn { border-top: none; padding: 5px 2px;
        padding-left: 20px; }
    .list-group-item {
        border: none;
    }

    
    .item-desc { 
      letter-spacing: 0ch;
      text-transform: none;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      padding: 0px 0px 0px 0px;
      font-variant-ligatures: no-common-ligatures;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      height: 40px;
      white-space: normal;
    }
    .item-tit {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      height: 22px;
      font-size: 16px;
      font-weight: 700;
      white-space: normal;
    }
    .btn-outline-secondary, .totItem {
        width: 35px;
        height: 35px;
    }
    .totItem { width: 48px;
    margin-left: 0px;
    text-align: center;
    padding-left: 1px;
    font-weight: bold;  }
    .addInst, .editInst { height:100px; }
    .itemNotes {width: 99%;
        text-align: left;
        font-size: 10px;
        color: #7a7a7a;
        line-height: 18px;
        font-style: initial;}

    .list-card.bg-white.rounded.overflow-hidden.position-relative.shadow-sm {
      margin: 0 10px;
        border-radius: 50px;
        border: 1px solid #f2f1f1;
        border-radius: 10px !important;
        box-shadow: 20;
        box-shadow: 1px 1px 1px 1px #f2f1f1 !important;
    }
    .row {  --bs-gutter-x: 0; }
    .card { border:none; }
    .btn small { display:block; font-size: 12px;}
    .p-3 {
        padding: 0 1rem !important;
    }
    .input-group-text, .icofont-ui-edit { cursor: pointer; }
    .input-group { width:22% !important; border:none; }
    .input-group-prepend, .input-group-append { height:25px; }
    .bg_white { background: #fff; }
    .text-red { color:#ea5f5f; font-size:10px; cursor:pointer;  }
    .count-number .btn { border-radius: 20px; margin: 0 15px; }
    .count-number-input { color: #676262; background: #ffffff; font-size: 18px; }
    /*.search { margin: 10px auto; }*/
    .modal { padding-right:0px !important; }
    .modal-footer { display: inline; }
    .modal-header{
        -webkit-box-shadow: 0 8px 6px -6px #e3e3e3;
        -moz-box-shadow: 0 8px 6px -6px black;
        box-shadow: 0 4px 11px -6px #c4c4c4;
    }
    .modal-content{border-radius: 10px; top: 10px;}
    .modal-footer .addbtn { padding: 8px 16px; padding-right: 15px; }
    .modal-body textarea { height: 100px; border-radius: 7px; }
    .popup-desc { font-size: 14px;
    font-weight: 500;
    letter-spacing: 0ch;
    text-transform: none;
    color: rgb(73, 73, 73);
      padding: 5px 0px 0px 0px;
        font-variant-ligatures: no-common-ligatures;
        max-width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal; }
    .modal-body { height: 75vh;
        overflow-y: scroll;
        overflow-x: hidden; }
    .modal-body::-webkit-scrollbar {
        display: none;
    }
    @media (min-width: 576px) {
      .modal-dialog {
        margin: 0 auto;
      }
      .custom-control-label .col-6 {
        padding-right: 0px; 
       padding-left: 0px;
      }
     .badge {
    bottom: 35px;
    position: relative;
    left: 20px;
}
    }
    @media (max-width:576px){
     .badge {
    bottom: 0px;
    position: relative;
    left: 0px;
}
    }
    @media (max-width: 575.98px){
.restaurant-detailed-header-left img {
    float: none !important;
    margin: 0 0 -1px 0 !important;
}
}
    aside.sidebar::-webkit-scrollbar {
        display: none;
    }
    .detail::before {
        display: inline-block;
        transform: rotate(
    50deg
    );
        height: 25px;
        width: 13px;
        /* margin-left: 60%; */
        border-bottom: 5px solid #e82828;
        border-right: 5px solid #f63244;
    }
    .alert-danger { font-size: 12px; font-weight: bold; color: #ec3243; background-color: #fcf4f5; border-color:#f24b5c; position: absolute;
    bottom: 50px; width: 100%; }
    .addOnSel { padding: 2px;
    border: 1px solid #e6e2e2;
    margin-right: 11px; display:none; margin-top: -20px; }
    input[type=checkbox]:checked ~ span.addOnSel { display: inline-flex !important; border:none;  }
    .boxes {
       /* padding-bottom: 20px;*/
    }
    .cart_item_pr {float: right; }
    .cart_thumb { object-fit: cover; height: 50px; width: 50px; -moz-border-radius:7px; border-radius:7px; border: 1px solid #e3e3e4; }
    #addonModalLabel { font-size: 27px; font-weight: 700; }
    #searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
  }

.osahan-nav {
    /*background: #ffffff none repeat scroll 0 0 !important;*/
    padding: 0;
    z-index: 9;
    height: 51px;
    border-bottom: none !important;
}
.osahan-nav .nav-link {
    font-weight: 600;
    font-size: 12px;
    padding: 28px 0px !important;
    margin: 0 0 0 31px;
}
  .nav-tabs {
    border-bottom: 1px solid #ffffff;
}
.restaurant-detailed-banner .img-fluid.cover {
    height: 300px;
    object-fit: cover;
    width: 100%;
    margin-top: -52px;
}
.itemTit { font-size:14px; }
.searchDiv {

  border-bottom: 1px solid #ccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(204, 204, 204);
    -webkit-box-shadow: 0 8px 6px -6px #e3e3e3;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 4px 11px -6px #c4c4c4;
}
#searchinput {  border:none; }
.btn-number, input-group-text,  {
    background: white;
    border-radius: 50px !important;
    font-size: 15px;
    font-weight: 700;
}*/
.input-number {     background: white;
    border: none;
    padding-left: 12px; }
.custom-checkbox, custom-radio {
    height: 40px;
    align-items: center;
}
.custom-control.custom-radio, .custom-control.custom-checkbox {
    padding: 10px 0px;
}
label.custom-control-label {
    padding: 0;
}
span.row.col-12 { padding: 0; }


.addOnSel { width: 85px !important; }
span.input-group-text { border-radius: 35px !important; font-weight: bold; }
.inc_btn {
  font-size: 16px;
    color: #b5b0b0;
}
.btn-number {
    border: 1px solid #656363;
    padding: 3px;
    /* padding-top: 5px; */
    /* padding-right: 5px; */
    padding-bottom: 0px !important;
    /* padding-left: 5px; */
    border-radius: 20px;
    /* width: 35px !important; */
    /* height: 35px !important; */
}
header, footer {
  text-align: -webkit-center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: var(--space-md) 0;
    padding-top: 26px;
    background: #000;
}
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color:red;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
#cartItems_section {
    /*height: 90vh;
    overflow-x: auto;*/
}
.footer1 { height: 78vh; overflow-x: auto; }
.bottom-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgb(224 67 67);
}
.bottom-right  span { 
  color: white;
    /* font: bold 18px/25px Helvetica, Sans-Serif; */
    /* letter-spacing: -1px; */
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
}
.bottom-left {
  position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 1px; 
    background: rgb(94 207 143);
}
.bottom-left span {
    color: #fff;
    /* font: bold 18px/25px Helvetica, Sans-Serif; */
    /* letter-spacing: -1px; */
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}
.component, #cartItems_section { border-left: 1px solid #e8e6e6; }
.mobileCart {
    position: fixed;
    right: 10px;
    top: 10%;
}
.float{
	
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 40px;
    right: 40px;
    background-color: #ed3833;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
	margin-top:16px;
}

.badge {
    font-size: 12px !important;
    background: none;
    color: #101010;
    background: white !important;
    border: 1px solid #ccc;
}

.osahan-nav .nav-link {
  border-bottom: none; 
}
.navbar-dark .navbar-nav .nav-link {
 color: #0c0c0c;
}
.container { width:99%; }
.cart { font-size: 20px; }
.mobCart {     background:red !important;color:#fff important;padding: 7px; }
{"mode":"full","isActive":false}