.order-type-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center;z-index:2000}.order-type-modal-overlay .modal-content{position:relative;background:#fff;padding:50px 30px 30px;border-radius:16px;max-width:400px;width:90%;box-shadow:0 5px 30px rgba(0,0,0,.25);animation:fadeIn .3s ease-in-out}.order-type-modal-overlay .modal-content .close-btn{position:absolute;top:15px;right:15px;font-size:25px}.order-type-modal-overlay .modal-content .select-order-type-div .head{text-align:center;font-size:22px}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options{display:flex;justify-content:center;gap:20px;margin-bottom:20px}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options .order-option{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:12px 10px;border:2px solid #dcdcdc;border-radius:12px;cursor:pointer;transition:.3s ease;max-width:100px;width:100px;height:100px;box-sizing:border-box;overflow:hidden;text-align:center}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options .order-option .order-icon{width:1em;height:1em;font-size:28px;margin:0 0 6px;color:var(--primary-color);flex:0 0 auto;display:block;overflow:visible;vertical-align:middle}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options .order-option p{font-size:14px;font-weight:500;line-height:1.15;margin:0;min-height:2.3em;display:flex;align-items:center;justify-content:center}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options .order-option:hover{background-color:var(--primary-color);color:#fff}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options .order-option.active{border-color:var(--primary-color);background-color:var(--primary-color);color:#fff}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options .order-option.active .order-icon,.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options .order-option:hover .order-icon{color:#fff}.order-type-modal-overlay .modal-content .select-order-type-div .btn{width:80px;margin-left:auto;margin-right:auto}.order-type-modal-overlay .modal-content .select-table-number{display:flex;flex-direction:column;justify-content:center;align-items:center}.order-type-modal-overlay .modal-content .head{font-size:25px;margin-bottom:20px}.order-type-modal-overlay .modal-content .table-number-input-div{width:200px;display:flex;flex-direction:row;align-items:center;gap:10px;border:2px solid #dcdcdc;padding:8px 10px;border-radius:30px;transition:all .3s;cursor:pointer;margin-left:auto;margin-right:auto}.order-type-modal-overlay .modal-content .table-number-input-div select{width:100%;border:none;background:rgba(0,0,0,0);font-size:16px;color:#000;padding:8px;cursor:pointer;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none}.order-type-modal-overlay .modal-content .table-number-input-div svg{font-size:30px}.order-type-modal-overlay .modal-content .table-number-input-div input{all:unset;width:100%}.order-type-modal-overlay .modal-content .table-number-input-div:hover{background:#dcdcdc}.order-type-modal-overlay .modal-content .custom-modal h1{font-size:22px;margin-bottom:20px;text-align:center}.order-type-modal-overlay .modal-content .btn-div{width:300px;display:flex;gap:10px;justify-content:center;margin-top:20px;margin-left:auto;margin-right:auto}.order-type-modal-overlay .modal-content .btn-div .btn{width:100px}.order-type-modal-overlay .modal-content .address-form-body{display:flex;flex-direction:column;gap:20px;width:100%;position:relative}.order-type-modal-overlay .modal-content .address-form-body .address-head{font-size:22px}.order-type-modal-overlay .modal-content .address-form-body .address-details{width:100%;display:flex;flex-direction:column;gap:20px}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form{display:flex;flex-direction:column;gap:10px;width:100%}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .same-line{display:flex;flex-direction:row;gap:10px}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field{width:100%;border-radius:10px}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiOutlinedInput-root{color:#000;border-radius:30px;transition:all .3s ease}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiOutlinedInput-root fieldset{border-color:#000;border-width:1.5px;transition:.3s}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiOutlinedInput-root.Mui-focused fieldset,.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiOutlinedInput-root:hover fieldset{border-color:#000;border-width:2px}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiOutlinedInput-root .MuiInputBase-input,.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiOutlinedInput-root .MuiInputBase-input.MuiOutlinedInput-inputMultiline{padding:12px}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiInputLabel-root{color:#000;top:50%;padding-left:20px;transform:translateY(-50%);transition:all .2s ease}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiInputLabel-root.Mui-focused,.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiInputLabel-root.MuiInputLabel-shrink{color:#000;top:-8px;transform:translateY(0) scale(.75)}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiInputBase-input,.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .MuiSelect-select{color:#000;text-align:left}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .form-field .start-adornment{color:#000;font-weight:500}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .address-label-div{display:flex;flex-direction:column;gap:10px}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .address-label-div .address-label{display:flex;flex-direction:row;gap:20px}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .address-label-div .custom-radio{font-family:Oswald,sans-serif;font-size:16px;color:#000;cursor:pointer}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .address-label-div .custom-radio input[type=radio]{accent-color:#000;margin-right:10px;cursor:pointer}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .set-default-div{margin-top:10px;display:flex;flex-direction:row;gap:20px}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .set-default-div .switch{position:relative;display:inline-block;width:42px;height:24px}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .set-default-div .switch input{opacity:0;width:0;height:0}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .set-default-div .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:24px}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .set-default-div .slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .set-default-div input:checked+.slider{background-color:#000}.order-type-modal-overlay .modal-content .address-form-body .address-details .contact-form .set-default-div input:checked+.slider:before{transform:translateX(18px)}.order-type-modal-overlay .modal-content .address-form-body .btn-div{display:flex;flex-direction:row;align-items:center;gap:20px}.order-type-modal-overlay .modal-content .address-form-body .btn-div .btn{width:100px}@media(max-width:500px){.order-type-modal-overlay .modal-content{padding:50px 20px 20px}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options{gap:10px}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options .order-option{padding:10px 8px;width:100%;max-width:100px;text-align:center}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options .order-option .order-icon{font-size:24px}.order-type-modal-overlay .modal-content .select-order-type-div .order-type-options .order-option p{font-size:13px;font-weight:500}}.restaurant-layout{display:flex;min-height:100vh;flex-direction:column}.restaurant-layout :root{--header-height:80px}.restaurant-layout .childrens{display:flex;flex-direction:column;width:100%;height:100%;max-width:1200px;margin-left:auto;margin-right:auto;flex:1 0 auto;padding-top:80px;padding-bottom:80px}.restaurant-layout .btn-dark{border-radius:30px;padding:10px 15px;display:flex;flex-direction:row;justify-content:center;text-align:center;gap:10px;align-items:center;border:2px solid var(--button-color);color:var(--button-color);background:rgba(0,0,0,0);transition:all .3s;cursor:pointer;font-size:16px;font-weight:600}.restaurant-layout .btn-dark svg{font-size:20px}.restaurant-layout .btn-dark-fill,.restaurant-layout .btn-dark:hover{background:var(--button-color);color:#fff}.restaurant-layout .btn-dark-fill{border-radius:30px;padding:10px 15px;display:flex;flex-direction:row;justify-content:center;text-align:center;gap:10px;align-items:center;border:2px solid var(--button-color);transition:all .3s;cursor:pointer;font-size:16px;font-weight:600}.restaurant-layout .btn-dark-fill svg{font-size:20px}.restaurant-layout .btn-dark-fill:hover{background:#fff;color:var(--button-color)}.restaurant-layout button{font-family:Montserrat,sans-serif}.restaurant-layout .common-padding{padding:36px 50px 0}.restaurant-layout .main-heading{font-size:28px;font-weight:800;letter-spacing:.5px;color:var(--primary-color);margin:0}.restaurant-layout .restaurant-closed-div{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:100vh}.restaurant-layout .restaurant-closed-div img{width:250px}.restaurant-layout .restaurant-closed-div h1{font-size:20px}.restaurant-layout .restaurant-closed-div h2{font-size:16px}.restaurant-layout .restaurant-closed-div .btn-dark{margin-top:10px}.restaurant-loader-notfound-div{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw}.restaurant-loader-notfound-div .invalid-restaurant{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:#ffeaea;text-align:center;height:100%;width:100%;padding-top:200px}.restaurant-loader-notfound-div .invalid-restaurant .footer{margin-top:auto;width:100%}.restaurant-loader-notfound-div .invalid-restaurant .notFound-img{width:300px;height:auto;margin-bottom:20px}.restaurant-loader-notfound-div .invalid-restaurant h2{color:#333;margin-bottom:10px}.restaurant-loader-notfound-div .invalid-restaurant p{max-width:700px}.restaurant-loader-notfound-div .restaurant-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;text-align:center;height:100%;width:100%}.restaurant-loader-notfound-div .restaurant-loading .loading-img{width:300px;height:auto;margin-bottom:20px}.restaurant-loader-notfound-div .restaurant-loading .loading-circle{color:var(--primary-color);margin-bottom:20px}.restaurant-loader-notfound-div .restaurant-loading h2{margin-bottom:10px}.restaurant-loader-notfound-div .restaurant-loading .btn-dark-2{margin-top:20px}.restaurant-loader-notfound-div .btn-dark-2{height:45px;display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center;border-radius:30px;padding:10px 15px;border:2px solid #fe931d!important;color:#fe931d;transition:.3s;font-size:16px;cursor:pointer;text-align:center}.restaurant-loader-notfound-div .btn-dark-2 svg{font-size:23px}.restaurant-loader-notfound-div .btn-dark-2:hover{background:#fe931d!important;color:#fff;transition:.3s;border:2px solid #fe931d!important}@media screen and (max-width:1200px){.restaurant-layout .childrens{min-height:calc(100vh - 210px)}}@media(max-width:768px){.restaurant-layout .main-heading{font-size:25px}}@media(max-width:600px){.restaurant-layout .common-padding{padding:28px 30px 0}}@media(max-width:500px){.restaurant-layout .childrens{padding-top:100px;padding-bottom:calc(100px + env(safe-area-inset-bottom, 0px))}}@media(max-width:480px){.restaurant-layout .childrens{padding-top:100px;padding-bottom:calc(100px + env(safe-area-inset-bottom, 0px))}.restaurant-layout .common-padding{padding:24px 20px 0}.restaurant-layout .main-heading{font-size:22px;font-weight:700;letter-spacing:0;margin:0}.restaurant-layout .btn-dark,.restaurant-layout .btn-dark-fill{padding:8px 12px;gap:10px;border:1.5px solid var(--button-color);font-size:14px}.restaurant-layout .btn-dark svg,.restaurant-layout .btn-dark-fill svg{font-size:18px}.restaurant-loader-notfound-div .invalid-restaurant .notFound-img{width:200px;height:auto;margin-bottom:20px}.restaurant-loader-notfound-div .invalid-restaurant p{font-size:14px}}