@font-face{font-family:VIP;src:url(/fonts/Cairo.ttf);font-weight:700;font-display:auto;font-style:normal}*{font-family:VIP;line-height:150%;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.menu-client{max-width:375px;margin:auto}.menu-client .ad{text-align:center;padding-top:10px;font-size:14px}.menu-client .ad div{display:flex}.menu-client .ad div a{flex:1 1;border-radius:5px;padding:1px}.menu-client .ad div a img{border-radius:7px}.menu-client .waiter-button{z-index:10;background-color:#f93030;width:50;max-width:400px;height:50px;border-radius:15px;position:relative;-webkit-box-shadow:0 0 10px 1px rgba(0,0,0,.34);box-shadow:0 0 10px 1px rgba(0,0,0,.34);display:flex;justify-content:center;align-items:center;cursor:pointer}.menu-client .waiter-button .back{position:absolute;left:10px;color:#fff;fill:#fff}.menu-client .waiter-button .back svg{width:20px}.menu-client .waiter-button svg{fill:#fff;width:30px}.menu-client .render-cart{position:fixed;width:100vw;height:100vh;height:calc(var(--vh, 1vh)*100);-webkit-transition:height .2s;transition:height .2s;z-index:10;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;top:0;left:0}.menu-client .render-cart .items-added-to-cart{border-radius:15px;width:50;max-width:400px;height:0;background-color:#fff;-webkit-box-shadow:0 0 10px 1px rgba(0,0,0,.34);box-shadow:0 0 10px 1px rgba(0,0,0,.34);padding-top:10px;margin-bottom:10px;display:flex;flex:12 1;flex-direction:column;justify-content:space-between}.menu-client .render-cart .items-added-to-cart .cart-top{flex:9 1}.menu-client .render-cart .items-added-to-cart .cart-top .scrollable{background-color:rgba(0,0,0,.01);-webkit-box-shadow:inset 0 -10px 15px -14px rgba(0,0,0,.1);box-shadow:inset 0 -10px 15px -14px rgba(0,0,0,.1);overflow-y:scroll;height:100%;width:100%;-ms-overflow-style:none;scrollbar-width:none}.menu-client .render-cart .items-added-to-cart .cart-top .scrollable::-webkit-scrollbar{display:none}.menu-client .render-cart .items-added-to-cart .cartItem{display:flex;margin:10px;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f3f3f3;padding:10px}.menu-client .render-cart .items-added-to-cart .cartItem .right{display:flex;align-items:center;width:100%}.menu-client .render-cart .items-added-to-cart .cartItem .right div{margin-left:10px}.menu-client .render-cart .items-added-to-cart .cartItem .right .name{text-align:center;width:100%}.menu-client .render-cart .items-added-to-cart .cartItem .right .control{font-size:24px;display:flex;justify-content:center;align-items:center}.menu-client .render-cart .items-added-to-cart .cartItem .right .control .remove{cursor:pointer}.menu-client .render-cart .items-added-to-cart .cartItem .right .control .quantity{font-size:18px}.menu-client .render-cart .items-added-to-cart .cartItem .right .control .add{cursor:pointer}.menu-client .render-cart .items-added-to-cart .cart-bottom{flex:3 1;padding:30px;text-align:center}.menu-client .render-cart .items-added-to-cart .cart-bottom .gray{color:#b3b3b3}.menu-client .render-cart .items-added-to-cart .cart-bottom p{margin:0}.menu-client .render-cart .items-added-to-cart .cart-bottom .cart-total{margin-bottom:30px}.menu-client .render-cart .items-added-to-cart .cart-bottom .cart-total .cal{font-size:10px}.menu-client .render-cart .items-added-to-cart .cart-bottom .cart-total .price-container{margin-top:6px;display:flex;flex-direction:row;justify-content:center}.menu-client .render-cart .items-added-to-cart .cart-bottom .cart-total .price-container .price{font-size:20px}.menu-client .render-cart .items-added-to-cart .cart-bottom .call-waiter{margin-bottom:10px}.menu-client .header{margin:20px 10px 10px;display:flex}.menu-client .header .logo{align-items:center;display:flex;flex:1 1;width:40px}.menu-client .header .logo svg{width:80px}.menu-client .header .title{font-size:52px;text-align:right;align-self:center;flex:1 1}.menu-client .categories{margin:30px 20px 20px;display:flex;justify-content:space-between;flex-direction:row-reverse}.menu-client .categories .category{cursor:pointer;text-align:center;font-size:18px}.menu-client .categories .category .category-container{width:50px;height:50px;background-color:#e1e1e1;justify-content:center;align-items:center;display:flex;border-radius:15px}.menu-client .categories .category .category-container.selected{fill:#ffebcd;background-color:#000}.menu-client .categories .category .category-container svg{width:32px;height:32px}.menu-client .categories .category .category-title{max-width:50px;text-align:center;font-size:12px}.menu-client .categories .category-items{position:absolute;background-color:#00f;width:100px}.menu-client .items .item{z-index:6;position:relative;overflow:hidden;max-width:357px;height:170px;background-color:rgba(0,0,0,.384);border-radius:15px;justify-content:center;align-items:center;display:flex;margin:auto auto 10px}.menu-client .items .item .item-overlay-background{z-index:5;position:absolute;width:100%;height:100%;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.9)),color-stop(7%,rgba(0,0,0,.8)),color-stop(20%,rgba(0,0,0,.5)),color-stop(30%,transparent));background:linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.8) 7%,rgba(0,0,0,.5) 20%,transparent 30%)}.menu-client .items .item .item-overlay-content{z-index:6;position:absolute;width:100%;height:100%;display:flex;align-items:flex-end;color:#fff}.menu-client .items .item .item-overlay-content .item-overlay-clickable{align-self:flex-start;z-index:5;position:absolute;width:100%;height:75%}.menu-client .items .item .item-overlay-content .item-overlay-cart-control{z-index:5;position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.486);justify-content:center;align-items:center;display:flex;flex-direction:column;font-size:36px}.menu-client .items .item .item-overlay-content .item-overlay-cart-control div{padding:15px}.menu-client .items .item .item-overlay-content .item-overlay-cart-control .cart-control{justify-content:center;align-items:center;display:flex}.menu-client .items .item .item-overlay-content .item-overlay-cart-control .cart-control .add,.menu-client .items .item .item-overlay-content .item-overlay-cart-control .cart-control .remove{cursor:pointer}.menu-client .items .item .item-overlay-content .item-overlay-cart-control .overlay-cart-title{font-size:18px}.menu-client .items .item .item-overlay-content .item-content{padding:5px;width:100%;display:flex;justify-content:space-between;height:45px}.menu-client .items .item .item-overlay-content .item-content .left{display:block;margin-left:10px;width:100px;display:flex;justify-content:center;flex-direction:column}.menu-client .items .item .item-overlay-content .item-content .left .cal{font-size:13px;display:flex}.menu-client .items .item .item-overlay-content .item-content .left .cal svg{width:18px;fill:#fff}.menu-client .items .item .item-overlay-content .item-content .left .price{font-size:16px}.menu-client .items .item .item-overlay-content .item-content .right{width:100%;margin-right:10px;display:flex}.menu-client .items .item .item-overlay-content .item-content .right .add{cursor:pointer;z-index:10;display:flex;align-items:center;margin-left:20px}.menu-client .items .item .item-overlay-content .item-content .right .add svg{width:20px;fill:#fff}.menu-client .items .item .item-overlay-content .item-content .right .name{width:100%;justify-content:center;align-items:flex-end;display:flex;text-align:right;flex-direction:column}@media(max-width:349px){.menu-client .items .item .item-overlay-content .item-content .right .name .en{font-size:12px}.menu-client .items .item .item-overlay-content .item-content .right .name .ar{font-size:14px}}@media(max-width:313px){.menu-client .items .item .item-overlay-content .item-content .right .name .en{font-size:10px}.menu-client .items .item .item-overlay-content .item-content .right .name .ar{font-size:12px}}.menu-client .items .item img{width:100%;height:100%;object-fit:cover}.admin-login{display:flex;justify-content:center;align-items:center;height:90vh;text-align:center}@media(min-width:769px){.admin{margin:20px}}.admin .loading{position:absolute;top:0;left:0;width:100%;height:100%}.admin .loading .container{position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center}.admin .add-item{display:flex;justify-content:space-between;align-items:center}.admin .add-item button{height:40px;width:70px}.admin .menu{margin-bottom:10px}.admin .menu form{display:flex;flex-wrap:wrap}.admin .menu form input[type=text]{display:flex;width:100%}.admin .menu form div{background-color:beige;border:1px solid #bebeae;padding:10px}.admin .menu form .name{flex:4 1}.admin .menu form .price{flex:1 1}.admin .menu form .image{flex:3 1}.admin .menu form .image img{height:100px}.admin .menu form .categories{flex:1 1}.admin .menu form .actions{flex:1 1;cursor:pointer}