:root{
    --primary:#2ea5e4;
    --secondary:#8fd8ff;
    --bg: #ffff;
}

#left-nav{
  overflow:hidden;

 center{
    display:none;
 }
    
  #store-nav:before{
      content:'';
      left:0;
      top:0;
      width:100%;
      height:100%;
      position:absolute;
      background: rgb(23 24 25 / 90%);
  }

  #store-nav:after{
    content:'';
    left:0;
    top:0;
    width:100%;
    height:100%;
    position:absolute;
    width: 15px;
    height:180px;    
    background:  url(./uploads/pattern-9.png) center repeat;  
  }
    
  #store-nav{
    position:relative;
    padding:1rem;
    height:180px !important;
    background: url(./uploads/pattern-4.png);
    background-size:cover;
    background-position-x:-700px;
  }
  
  #nav_profile_pic:before{
    content:'';
    position:absolute;
    left:50px;
    width:150px;
    height:150px;
    background:url('./images/logo.png');
    background-repeat:no-repeat;
    background-size:contain !important;
    background-position:3px 25px ;
    background-color:#fff;
    border-radius:50%;
    outline:1px solid #000;
  }

  #nav_profile_pic:after{
    content:'';
    right:0;
    top:0;
    width:100%;
    height:100%;
    position:absolute;
    width: 15px;
    height:180px;    
    background:  url(./uploads/pattern-9.png) center repeat;  
  }

  ul li{
    border:none;
    /* border-bottom: 1px solid var(--tertiary); */
    margin:10px;
    
     
    
    a {
      font-weight:700 !important;
      
      span{
        color: var(--primary) !important;
     }
    }
  }
}

.main-mask {
  backdrop-filter: blur(5px);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 99;
}

.split-content,#main-content .container{
    background: #FFF;
}

.modal-content{
    border:none !important;
    text-align:center;
}

.modal-header:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./uploads/pattern3.jpg) ;
    background-size: cover ;
    transform:scaleX(-1);
    opacity: 0.15;
    pointer-events: none;
}

.modal-header{
    border-bottom:none;
}

.modal-header,
.modal-header .item-icons-container,
.modal-header .item-icons, .modal-title{
     background-color: #fff !important;
}

.menu-item-option-popup{
    margin: 0 auto;

}
  .modal-title{
    font-weight:900 !important;
}

  .item-description-popup {
    font-weight:400 !important;

}

.input-group-label{
  color:#333333;
  border:none;
  background: #ffffff !important;
  box-shadow:0 3px 10px #00000014 ;
  padding:9px !important;
  border-left:4px solid var(--primary);
}

.input-group-label:hover {
    background-color: var(--primary) !important;
    color:#fff;
}

.modal-footer input, input:checked+.input-group-label,.modal-deals .modal-header button, .modal-deals .modal-footer button, .modal-deals .modal-body .auto-deal-selection button, .modal-deals .modal-body .deal-modal-body-selection-list button{
    background-color:var(--primary) !important;
}

.btn-primary {
    border-color: var(--primary)  !important;
}

.modal-footer{
  padding:24px !important;
}

#menu{
    background: var(--bg);
         box-shadow: 0 4px 18px #00000012; 
    z-index:1;
}

#menu-items{
    background:#fff !important;
}
.pn-Advancer {
    background: #fff !important;
}

.pn-Advancer_Icon {
    fill: var(--primary) !important;
}

#menu-cont > #menu > #menu-ul > li > a{
    background: none;
    color: var(--secondary) !important;
}

#menu-cont > #menu > #menu-ul > li > a:hover{
    background:#fff !important;
    color: var(--primary) !important;
    font-weight:900;
}

#menu-cont > #menu > #menu-ul > li > a.menu-active{
    border-bottom:none !important;
    color: var(--primary) !important;
    font-weight:900;
    background:none !important;
    transition: all 0.3s ease;
}

.menu-item{
    border-bottom: 0 !important;
}

#menu-items .menu-item h1:before {
    content:''; 
    position: absolute;
    width: calc(100% + 125px);
    height: 10px;
    top: 45%;
    left: -60px;
    background:var(--secondary);
    z-index:-1;
    border-radius:10px;
    opacity:0.2;
}

#menu-items .menu-item h1:first-child {
    margin-top:5rem;

    
}

#menu-items .menu-item h1 {
    color:var(--primary) !important ;
    background-color: #fff !important;
    font-size: 38px !important;
    font-weight:900;
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing:-2px;
    height:auto;
    width:fit-content;
    margin:0 auto;
    position:relative;
    padding:10px;
    z-index:0;
}

#menu-desc-header{
    text-align:center;
    font-style:normal;
    margin-bottom:30px;
    border:none;
}

#menu-items ul li.group,
#menu-items ul li.single {
    background: var(--bg);
    border:none;
    border-radius:7px;
    outline:none;
    outline-offset:-10px;
    transition: all 0.9s ease;
    text-align:center !important;
    box-shadow: 0 4px 18px #0000000a;

    .item-title-container,.item-block-no-image{
        position:relative;
        
        .item-title{
            text-align:center !important;
            margin:0 auto !important;
            font-size:22px;
        }

        .item-price{
            color:var(--primary) !important ;
            font-size:27px;
            font-weight:900;
        }
    }

    .item-description{
        text-align:center !important;
    }

    .item-icons{
        border-radius:50%;
        background: var(--vg);
        padding:3px;
        
        img{
            filter:invert(100%);
            position:relative;
            bottom:2px;
        }
    }
}

#menu-items ul li.single:hover:before,
#menu-items ul li.group:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(./uploads/item-bg6.png);
    background-size: cover;
    background-position: center bottom; 
    background-repeat: no-repeat;
    opacity: 0.4;
    animation: slideUpBackground 0.5s ease forwards;
}


#menu-items ul li.group:hover,
#menu-items ul li.single:hover {
    background: var(--bg);
    outline: 1px solid var(--secondary);
    outline-offset: 0;
    box-shadow: 0 4px 18px #00000020;
    transition: all 0.4s ease;
    position: relative; 
}

@media (max-width:1024px){
    .office-info .container{
        background: var(--primary);
        color: #fff;
        padding: 2rem;
    }

    #title{
        font-size: 3.5rem !important;
        font-weight:700;
    }

    #bs-navbar p{
        color: #fff;
    }
}

@media(max-width:768px){
    body{
        overflow-x:hidden;
    }
    .office-info .container{
        background: #ffff;    
        padding:0;
    }
    
    #menu-items ul li.group,
    #menu-items ul li.single {
        margin:10px;
        
        .item-price{
            padding:5px;
        }
    }
}

@media (max-width:425px){
    #menu-items .menu-item h1:before {
        display:none;
    }
}


@keyframes slideUpBackground {
    0% {
        background-position: center top; 
    }
    
    100% {
        background-position: center center; 
    }
}