*{box-sizing:border-box;-webkit-font-smoothing:antialiased}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0}a{text-decoration:none;color:inherit}button,input{border:0;border-radius:0;-webkit-appearance:none}:focus{outline:none}body,html{font-weight:400;color:#222;font-family:-apple-system,BlinkMacSystemFont,San Francisco,Lato,Segoe UI,Helvetica Neue,sans-serif;background-color:#fff;-webkit-text-size-adjust:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;overflow:hidden}#root,.ff-app,body,html{height:100%}p{letter-spacing:.2px}a[disabled]{pointer-events:none}@-webkit-keyframes loading-image{0%{background-color:#f8f7f9}50%{background-color:#e1e2e3}to{background-color:#f8f7f9}}@keyframes loading-image{0%{background-color:#f8f7f9}50%{background-color:#e1e2e3}to{background-color:#f8f7f9}}.fm-button{border:0;font-size:16px;color:#fff;font-weight:800;text-transform:uppercase;letter-spacing:.2px;padding:15px;line-height:20px;transition:all .1s ease;display:block;width:100%;margin:30px 0;border-radius:10px;background:#0c0f0a}.fm-button:hover{opacity:.9;cursor:pointer}.fm-button:focus{opacity:1;color:#eee}.fm-button .fm-loading-spinner{border:5px solid hsla(0,0%,100%,.2);border-left-color:#fff}.fm-toast{position:fixed;left:5%;width:90%;text-align:center;-webkit-animation:fm-show-toast 4s ease;animation:fm-show-toast 4s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.fm-toast-inner{display:inline-block;padding:10px 20px;font-size:15px;background-color:#222;border-radius:5px;color:#fff}@-webkit-keyframes fm-show-toast{0%{bottom:-120px}10%{bottom:80px}90%{bottom:80px}to{bottom:-120px}}@keyframes fm-show-toast{0%{bottom:-120px}10%{bottom:80px}90%{bottom:80px}to{bottom:-120px}}.fm-input{border:0;font-size:16px;color:#222;background:#f8f7f9;border-radius:5px;padding:10px 12px;transition:all .1s ease;display:block;width:100%;font-family:-apple-system,BlinkMacSystemFont,San Francisco,Lato,Segoe UI,Helvetica Neue,sans-serif;line-height:21px}.fm-input-container{margin:30px 0}.fm-input-label{display:block;width:100%;text-align:left;font-size:14px;font-weight:600;margin-bottom:8px}.fm-input-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACJSURBVEhL7ZC9CYBADEbP2iEEp7JxAPdwBZex02EcQ/0iBCzC/ZlTkDx4RYrLC+cMwzB+QQ1bRRtYwSAbPJQdoRe6bIbS41x32MEg9NULlJakStEBRqMRT44yFF+htDRkdpTJiT+OMilxtSgTE1ePMr54sSgjxYtHmXv8tShD8Qn212QYxnc4dwKskJKEHrOFUQAAAABJRU5ErkJggg==");background-repeat:no-repeat;background-size:15px;background-position:98% 50%;background-color:#f8f7f9;border-radius:5px}.fm-input-textarea{max-width:100%;resize:none}.fm-input-checkbox-container{display:block;position:relative;cursor:pointer;border:1px solid #e8e7ea;border-radius:100%;width:25px;height:25px;background:#fff;margin:12px 0}.fm-input-checkbox{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.fm-input-checkbox-checkmark{position:absolute;top:4px;left:4px;height:15px;width:15px;background-color:#fff;border-radius:100%}.fm-input-checkbox-container:hover input~.fm-input-checkbox-checkmark{background-color:#e8e7ea}.fm-input-checkbox-container input:checked~.fm-input-checkbox-checkmark{background-color:#ff206e}.fm-loading{height:100%;width:100%;display:flex;align-items:center;justify-content:center;text-align:center}.fm-loading-spinner,.fm-loading-spinner:after{border-radius:50%;width:10em;height:10em}.fm-loading-spinner{margin:0 auto;font-size:2px;position:relative;text-indent:-9999em;border:5px solid rgba(255,32,110,.2);border-left-color:#ff206e;transform:translateZ(0);-webkit-animation:fm-spinner .8s linear infinite;animation:fm-spinner .8s linear infinite}@-webkit-keyframes fm-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fm-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fm-popup{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:none;-webkit-animation:fm-show-popup .2s ease;animation:fm-show-popup .2s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.fm-popup-active{display:flex;align-items:center;justify-content:center;z-index:9999999999}.fm-popup-box{min-height:200px;background:#fff;width:90%;max-width:400px;border-radius:10px;max-height:80%;overflow-y:scroll;-webkit-overflow-scrolling:touch}.fm-popup-title{font-size:20px;font-weight:600;text-align:center;padding:30px 20px 25px}.fm-popup-description{padding:0 20px 15px;text-align:center;font-size:14px;color:#9c9b9d;line-height:22px}.fm-popup .fm-loading{margin-top:30px}@-webkit-keyframes fm-show-popup{0%{opacity:0}to{opacity:1}}@keyframes fm-show-popup{0%{opacity:0}to{opacity:1}}.fm-radio{margin:5px 0}.fm-radio-label{display:flex;cursor:pointer}.fm-radio-input{display:none}.fm-radio-text{display:block;font-size:15px;line-height:19px}.fm-radio-circle{height:20px;width:20px;margin-right:10px;background-color:#fff;border:1px solid #0c0f0a;border-radius:50%;display:flex;align-items:center;justify-content:center}.fm-radio-circle-inner{height:12px;width:12px;display:block;background-color:#fff;border-radius:50%}.fm-radio:hover .fm-radio-circle-inner{background-color:#ddd}.fm-radio-input:checked~.fm-radio-circle .fm-radio-circle-inner{background-color:#ff206e}.fm-radio-disabled:hover .fm-radio-label{cursor:not-allfmed}.fm-radio-disabled:hover .fm-radio-circle-inner{background-color:#fff}.fm-radio-group-label{display:block;width:100%;text-align:left;font-size:14px;font-weight:600;margin-bottom:8px}.fm-radio-group-inputs .fm-radio{display:inline-block;margin-right:50px}.fm-radio-group-inputs .fm-radio:last-child{margin-right:0}.fm-map{height:100%;width:100%;min-height:200px;overflow:hidden}.ff-options{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.2);z-index:999;display:flex;flex-direction:column;align-items:flex-end;-webkit-animation:ff-show-editor .2s ease;animation:ff-show-editor .2s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.ff-options-filler{flex:1 1;width:100%}.ff-options-container{background:#fff;border-radius:6px 6px 0 0;width:100%;padding:20px 15px}@supports (padding:max(0px)){.ff-options-container{padding-top:max(20px,env(safe-area-inset-top));padding-bottom:max(20px,env(safe-area-inset-bottom))}}.ff-options-title{font-weight:700;font-size:26px;line-height:32px;margin:5px 0 15px}.ff-options-mode{display:flex;margin:25px 0}.ff-options-mode-type{flex:1 1;padding:12px 10px;line-height:20px;background:#f8f7f9;border-radius:3px;text-align:center;font-size:15px;font-weight:600;cursor:pointer}.ff-options-mode-type-active{background:#ff206e;color:#fff}.ff-options-mode-type+.ff-options-mode-type{margin-left:15px}.ff-options-done{display:block;width:100%;padding:12px 10px;line-height:20px;background:#f8f7f9;border-radius:3px;text-align:center;font-size:15px;font-weight:600;cursor:pointer;margin:20px 0}.ff-options-done:hover{background-color:#e1e2e3}.ff-options-addresses-title{font-size:18px;font-weight:600;margin:20px 0 5px}.ff-options-address{display:flex;padding:10px 0;align-items:flex-start;justify-content:flex-start;cursor:pointer}.ff-options-address-radio{border:1px solid #e8e7ea;border-radius:50%;width:22px;height:22px;margin:0}.ff-options-address-add{border-radius:50%;width:22px;height:22px;margin:0;background-image:url(/assets/images/add-circle.svg);background-size:22px;background-repeat:no-repeat;background-position:50%;opacity:.8}.ff-options-address-label{font-size:16px;line-height:22px;margin:0 10px;flex:1 1}.ff-options-address-radio-selected{border-color:#ff206e;background-color:#ff206e;background-image:url(/assets/images/checkmark.svg);background-size:12px;background-repeat:no-repeat;background-position:50%;-webkit-animation:ff-fill-select .3s ease;animation:ff-fill-select .3s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.ff-options-address-picker{position:fixed;right:0;bottom:0;left:0;top:0;background:#fff;width:100%;padding:15px;-webkit-animation:ff-show-editor-window .2s ease;animation:ff-show-editor-window .2s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.ff-options-address-picker-input,.ff-options-address-picker-input-unit{background:#f8f7f9;height:40px;border-radius:6px;width:100%;padding:5px 12px;font-size:14px;line-height:16px}.ff-options-address-picker-label{line-height:20px;font-size:14px;font-weight:600;margin:12px 0 8px}.ff-promotions{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.2);z-index:999;display:flex;flex-direction:column;align-items:flex-end;-webkit-animation:ff-show-editor .2s ease;animation:ff-show-editor .2s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.ff-promotions-filler{flex:1 1;width:100%}.ff-promotions-container{background:#fff;border-radius:6px 6px 0 0;width:100%;padding:20px 15px;min-height:500px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;overflow-y:scroll}.ff-promotions-input{background:#f8f7f9;height:40px;border-radius:6px;flex:1 1;padding:5px 12px;font-size:14px;line-height:16px}.ff-promotions-top{width:100%}@supports (padding:max(0px)){.ff-promotions-container{padding-bottom:max(20px,env(safe-area-inset-bottom))}}.ff-promotions-title{font-weight:700;font-size:26px;line-height:32px;margin:5px 0 15px}.ff-promotions-form{display:flex;align-items:center}.ff-promotions-add{display:block;width:60px;padding:10px;line-height:20px;background:#f8f7f9;border-radius:3px;text-align:center;font-size:15px;font-weight:600;cursor:pointer;margin:0 0 0 10px}.ff-promotions-add:hover{background-color:#e1e2e3}.ff-promotions-done{display:block;width:100%;padding:12px 10px;line-height:20px;background:#f8f7f9;border-radius:3px;text-align:center;font-size:15px;font-weight:600;cursor:pointer;margin:50px 0 20px}.ff-promotions-done:hover{background-color:#e1e2e3}.ff-promotions-error{background:#f9e0e0;padding:10px 15px;border:1px solid #e82222;margin:20px 0 15px;border-radius:6px;color:#e82222;font-weight:500;font-size:15px;transition:all .5s ease}.ff-promotions-details{border:2px solid #e8e7ea;border-radius:6px;margin:20px 0 0;padding:14px 12px}.ff-promotions-details-active{border:2px solid #ff206e}.ff-promotions-details-title{font-weight:600;line-height:20px}.ff-promotions-details-description{font-size:14px;line-height:22px;padding:5px 0}.ff-promotions-details-remove{font-size:12px;padding:5px 12px;border-radius:2px;margin-top:5px;cursor:pointer;background:#f8f7f9}.ff-promotions-details-remove:hover{background-color:#e1e2e3}.ff-discover{height:100%}.fm-discover-home-content{position:fixed;top:137px;left:0;right:0;bottom:0;overflow-y:scroll;-webkit-overflow-scrolling:touch;padding:10px 0 120px}.fm-discover-home-promotion{background:#ff206e;color:#fff;display:block;text-align:center;padding:15px;font-size:17px;font-weight:600;margin-bottom:15px}@supports (padding:max(0px)){.fm-discover-home-content{top:calc(137px + env(safe-area-inset-top))}}.ff-discover-title{font-weight:700;font-size:21px;padding:10px 15px}.ff-discover-filters{border-bottom:1px solid #e8e7ea;display:flex;flex-direction:column;position:fixed;background:#fff;left:0;right:0;top:0;z-index:99;height:137px}@supports (padding:max(0px)){.ff-discover-filters{padding-top:env(safe-area-inset-top);height:calc(137px + env(safe-area-inset-top))}}.ff-discover-filters-top{display:flex;flex-direction:row;height:76px}.ff-discover-filters-specifics{flex:1 1;padding:15px;display:flex;align-items:center;justify-content:flex-start;flex-direction:row}.ff-discover-filters-menu{display:block;padding:15px;height:76px;width:60px}.ff-discover-filters-menu-inner{height:30px;border-radius:50%;width:30px;background-color:#ff206e;background-image:url(/assets/images/flamingof.svg);background-position:50%;background-size:12px;background-repeat:no-repeat;margin:8px 0}.ff-discover-filters-specifics-time{font-size:15px;color:#9c9b9d;line-height:20px}.ff-discover-filters-specifics-address{font-weight:600;font-size:17px;line-height:26px}.ff-discover-filters-search-input{background:#f8f7f9;height:40px;border-radius:6px;width:100%;padding:5px 12px;font-size:14px;line-height:16px}.ff-discover-filters-search-input::-webkit-input-placeholder{line-height:normal}.ff-discover-filters-search{padding:0 12px 20px 15px;flex:1 1}.ff-discover-filters-bottom{display:flex;align-items:center;flex-direction:column}.ff-discover-filters-search-container{display:flex;align-items:center;width:100%}.ff-discover-filters-options{height:40px;width:40px;background:#f8f7f9;border-radius:6px;margin:0 15px 20px 0;display:flex;align-items:center;justify-content:center;display:none}.ff-discover-filters-bottom-active .ff-discover-filters-options{display:flex}.ff-discover-filters-options-image{width:16px}.ff-discover-filters-specifics-right{width:16px;height:26px;margin:20px 0 0 8px;padding:4px 0 6px}.ff-discover-filters-specifics-edit{height:16px;width:16px}.ff-discover-featured{padding:10px 0}.ff-discover-featured-items{display:flex;overflow-x:scroll;padding:0 5px 5px;flex-direction:row}.ff-discover-featured-items .ff-discover-item{flex:0 0 80vw;max-width:400px}.ff-discover-featured-items .ff-discover-item:last-child{flex:0 0 85vw;padding:15px 5vw 15px 10px}.ff-discover-list{padding:10px 0}.ff-discover-list-items{padding:0 5px 5px}.ff-discover-item-image{height:180px;width:100%;background-position:50%;background-size:cover;border-radius:6px;overflow:hidden;background-color:#f8f7f9;-webkit-animation:loading-image 2s infinite;animation:loading-image 2s infinite;-webkit-animation-iteration-count:10;animation-iteration-count:10}.ff-discover-item{padding:15px 10px;display:block}.ff-discover-item-details-title{font-size:18px;font-weight:700;line-height:30px;padding:5px 0 2px}.ff-discover-item-details-subtitle{display:flex;align-items:center;justify-content:flex-start}.ff-discover-item-details-categories,.ff-discover-item-details-price{font-size:14px;line-height:20px;color:#9c9b9d}.ff-discover-item-details-categories{margin-left:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ff-discover-item-details-extras{display:flex;align-items:center;justify-content:flex-start;margin-top:5px}.ff-discover-item-details{padding:5px 0}.ff-discover-item-details-rating{display:flex;align-items:center;justify-content:flex-start;height:20px}.ff-discover-item-details-rating-icon{height:18px;padding:1px 0}.ff-discover-item-details-rating-count{font-size:14px;line-height:20px;height:20px;margin-left:4px;white-space:nowrap}.ff-discover-item-details-wait-time{white-space:nowrap}.ff-discover-item-details-fee-amount,.ff-discover-item-details-wait-time{font-size:14px;line-height:20px;height:20px;margin-left:5px}.ff-discover-item-details-fee-icon,.ff-discover-item-details-wait-icon{height:18px;padding:2px 0;opacity:.3}.ff-discover-item-details-fee,.ff-discover-item-details-wait{display:flex;align-items:center;justify-content:flex-start;height:20px;margin-left:16px}.ff-discover-categories{padding:10px 0}.ff-discover-categories-items{display:flex;overflow-x:scroll;padding:0 5px;flex-direction:row}.ff-discover-category{flex:0 0 150px;padding:15px 10px;width:150px}.ff-discover-category-image{width:100%;height:100px;border-radius:6px;background-size:cover;background-position:50%;background-color:#f8f7f9;-webkit-animation:loading-image 2s infinite;animation:loading-image 2s infinite;-webkit-animation-iteration-count:10;animation-iteration-count:10}.ff-discover-category-details{padding:5px 0;display:flex;flex-direction:row}.ff-discover-category-details-title{font-size:18px;font-weight:700;line-height:30px;padding:5px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ff-discover-category-details-total{font-size:16px;line-height:30px;padding:5px 0;color:#9c9b9d;margin-left:8px;font-weight:500}.ff-discover-category:last-child{flex:0 0 165px;padding:15px 20px 15px 10px;width:165px}.ff-discover-filters-search-suggestions{display:flex;align-items:flex-start;flex-direction:column;width:100%}.ff-discover-filters-search-suggestion{display:block;padding:15px;width:100%}.ff-discover-filters-search-suggestion:hover{background-color:#f8f7f9}.ff-discover-filters-search-suggestion-value{line-height:22px;font-size:18px}.ff-discover-filters-search-suggestion-reason{font-size:14px;line-height:18px;margin-top:5px;color:#9c9b9d}.ff-discover-filters-search-suggestion-current{padding:15px;font-size:16px;line-height:22px;width:100%;color:#ff206e}.ff-discover-filters-search-suggestion-current:hover{background-color:#f8f7f9}.ff-discover-search{display:flex;flex-direction:column;height:100%}.ff-discover-search-navigation{padding:15px;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;background:#fff}@supports (padding:max(0px)){.ff-discover-search-navigation{padding-top:max(15px,env(safe-area-inset-top))}}.ff-discover-search-navigation-back{background-color:#f8f7f9;height:40px;width:40px;border-radius:50%;background-image:url(/assets/images/back.svg);background-size:22px;background-repeat:no-repeat;background-position:50%}.ff-discover-search-content{flex:1 1;overflow-y:scroll}.ff-discover-search-results{padding:0 5px 5px}.ff-discover-search-results-empty{padding:30px 10px;color:#9c9b9d}.fm-discover-home-unsupported{margin:20px auto;width:100%;max-width:300px;padding:20px}.fm-discover-home-unsupported-text{color:#9c9b9d;line-height:25px;text-align:center;margin:30px 0}.fm-discover-home-unsupported-icon{background:url(/assets/images/pizza.svg);height:80px;width:80px;background-position:50%;background-repeat:no-repeat;margin:20px auto;background-size:80px}.fm-discover-home-address{margin:20px auto;width:100%;max-width:300px;padding:20px}.fm-discover-home-address-text{color:#9c9b9d;line-height:25px;text-align:center;margin:30px 0}.fm-discover-home-address-icon{background:url(/assets/images/location.svg);height:80px;width:80px;background-position:50%;background-repeat:no-repeat;margin:20px auto;background-size:80px}.ff-discover-item-offline{height:100%;width:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}p.ff-discover-item-offline-text{color:#fff;font-weight:600}.fm-discover-home-order{position:fixed;bottom:-200px;left:0;right:0;background:#fff;border-top:1px solid #e8e7ea;padding:15px 15px 20px;-webkit-animation:ff-show-footer .3s ease;animation:ff-show-footer .3s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@supports (padding:max(0px)){.fm-discover-home-order{padding-bottom:max(20px,env(safe-area-inset-bottom))}}.fm-discover-home-order-button{display:block;background:#ff206e;text-align:center;color:#fff;font-weight:600;font-size:17px;line-height:22px;padding:15px 0;border-radius:6px;position:relative}.ff-discover-filters-bottom-active{position:fixed;background:#fff;align-items:flex-start;right:0;left:0;top:76px;top:calc(76px + env(safe-area-inset-top));height:0%;padding:0;-webkit-animation:ff-show-toast .5s ease;animation:ff-show-toast .5s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes ff-show-toast{0%{top:calc(76px + env(safe-area-inset-top));height:0%;padding:0;font-size:14px}to{top:0;height:100%;padding:max(20px,env(safe-area-inset-top)) 0 20px}}@keyframes ff-show-toast{0%{top:calc(76px + env(safe-area-inset-top));height:0%;padding:0;font-size:14px}to{top:0;height:100%;padding:max(20px,env(safe-area-inset-top)) 0 20px}}.ff-restaurant{height:100%;display:flex;flex-direction:column}.ff-restaurant-content{flex:1 1;overflow-y:scroll}.ff-restaurant-cover{height:180px;background-size:cover;background-position:50%;background-color:#f8f7f9;-webkit-animation:loading-image 2s infinite;animation:loading-image 2s infinite;-webkit-animation-iteration-count:10;animation-iteration-count:10}.ff-restaurant-cover-navigation{padding:15px;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;background:#fff;background:linear-gradient(0deg,transparent,rgba(0,0,0,.25));position:fixed;top:0;left:0;right:0;z-index:9}@supports (padding:max(0px)){.ff-restaurant-cover{height:calc(180px + env(safe-area-inset-top))}.ff-restaurant-cover-navigation{padding-top:max(15px,env(safe-area-inset-top))}}.ff-restaurant-cover-navigation-back{background-color:#fff;height:40px;width:40px;border-radius:50%;background-image:url(/assets/images/back.svg);background-size:22px;background-repeat:no-repeat;background-position:50%}.ff-restaurant-cover-navigation-share{background-image:url(/assets/images/share.svg)}.ff-restaurant-cover-navigation-cart,.ff-restaurant-cover-navigation-share{background-color:#fff;height:40px;width:40px;border-radius:50%;background-size:20px;background-repeat:no-repeat;background-position:50%}.ff-restaurant-cover-navigation-cart{background-image:url(/assets/images/cart.svg)}.ff-restaurant-cover-navigation-right{display:flex}.ff-restaurant-header{padding:7px 15px 15px}.ff-restaurant-header-title{font-weight:700;font-size:26px;line-height:32px;margin:15px 0}.ff-restaurant-header-categories{font-size:14px;line-height:20px;margin-bottom:5px}.ff-restaurant-header-address{font-size:14px;line-height:20px;margin-bottom:8px}.ff-restaurant-header-details{display:flex;align-items:center;justify-content:flex-start;margin-top:15px}.ff-restaurant-header-details-rating{display:flex;align-items:center;justify-content:flex-start;height:20px}.ff-restaurant-header-details-rating-icon{height:18px;padding:1px 0}.ff-restaurant-header-details-rating-count{font-size:14px;line-height:20px;height:20px;margin-left:4px;white-space:nowrap}.ff-restaurant-header-details-wait-time{white-space:nowrap}.ff-restaurant-header-details-fee-amount,.ff-restaurant-header-details-wait-time{font-size:14px;line-height:20px;height:20px;margin-left:5px}.ff-restaurant-header-details-fee-icon,.ff-restaurant-header-details-wait-icon{height:18px;padding:2px 0;opacity:.3}.ff-restaurant-header-details-fee,.ff-restaurant-header-details-wait{display:flex;align-items:center;justify-content:flex-start;height:20px;margin-left:16px}.ff-restaurant-header-bio{color:#9c9b9d;font-size:14px;margin-top:20px;line-height:20px}.ff-restaurant-menu{margin:15px 0 50px}.ff-restaurant-menu-categories{display:flex;margin:5px;overflow-x:scroll}.ff-restaurant-menu-category{font-size:21px;font-weight:700;padding:15px 10px;opacity:.25;white-space:nowrap}.ff-restaurant-menu-category-active{opacity:1}.ff-restaurant-menu-item{padding:10px 15px;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;margin:0 0 15px}.ff-restaurant-menu-item-image{height:70px;width:75px;border-radius:6px;background-size:cover;background-position:50%;background-color:#eee;overflow:hidden}.ff-restaurant-menu-item-unavailable{height:100%;width:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}p.ff-restaurant-menu-item-unavailable-text{color:#fff;font-weight:800;font-size:8px}.ff-restaurant-menu-item-details{padding:0 10px 0 15px;flex:1 1}.ff-restaurant-menu-item-details-title{font-size:16px;font-weight:700;line-height:20px}.ff-restaurant-menu-item-details-description{font-size:14px;color:#9c9b9d;margin-top:6px;line-height:20px}.ff-restaurant-menu-item-details-price{font-size:14px;line-height:20px;color:#9c9b9d;letter-spacing:.5px;font-weight:500}.ff-restaurant-product{background:#fff;-webkit-animation:ff-show-product .3s ease;animation:ff-show-product .3s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;position:fixed;top:100%;left:0;right:0;bottom:0;overflow:hidden;z-index:999}@-webkit-keyframes ff-show-product{0%{top:100%}to{top:0}}@keyframes ff-show-product{0%{top:100%}to{top:0}}.ff-restaurant-product-closing{-webkit-animation:ff-hide-product .3s ease;animation:ff-hide-product .3s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes ff-hide-product{0%{top:0}to{top:100%}}@keyframes ff-hide-product{0%{top:0}to{top:100%}}.ff-restaurant-product-content{height:100%;position:relative;overflow-y:scroll;padding-bottom:100px}.ff-restaurant-product-cover{height:180px;background-size:cover;background-position:50%;background-color:#f8f7f9;-webkit-animation:loading-image 2s infinite;animation:loading-image 2s infinite;-webkit-animation-iteration-count:10;animation-iteration-count:10}.ff-restaurant-product-cover-navigation{padding:15px;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;background:#fff;background:linear-gradient(0deg,transparent,rgba(0,0,0,.25));position:fixed;top:0;left:0;right:0;z-index:9}@supports (padding:max(0px)){.ff-restaurant-product-cover{height:calc(180px + env(safe-area-inset-top))}.ff-restaurant-product-cover-navigation{padding-top:max(15px,env(safe-area-inset-top))}}.ff-restaurant-product-cover-navigation-close{background-color:#fff;height:40px;width:40px;border-radius:50%;background-image:url(/assets/images/exit.svg);background-size:16px;background-repeat:no-repeat;background-position:50%}.ff-restaurant-product-header{padding:7px 15px 15px}.ff-restaurant-product-header-title{font-weight:700;font-size:26px;line-height:32px;margin:15px 0}.ff-restaurant-product-header-description{font-size:15px;line-height:20px;margin-bottom:5px}.ff-restaurant-product-footer{position:fixed;bottom:-200px;left:0;right:0;background:#fff;border-top:1px solid #e8e7ea;padding:15px 15px 20px;-webkit-animation:ff-show-footer .3s ease;animation:ff-show-footer .3s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@supports (padding:max(0px)){.ff-restaurant-product-footer{padding-bottom:max(20px,env(safe-area-inset-bottom))}}@-webkit-keyframes ff-show-footer{0%{bottom:-200px}to{bottom:0}}@keyframes ff-show-footer{0%{bottom:-200px}to{bottom:0}}.ff-restaurant-product-closing .ff-restaurant-product-footer{-webkit-animation:ff-hide-footer .2s ease;animation:ff-hide-footer .2s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes ff-hide-footer{0%{bottom:0}to{bottom:-200px}}@keyframes ff-hide-footer{0%{bottom:0}to{bottom:-200px}}.ff-restaurant-product-footer-button{display:block;background:#ff206e;text-align:center;color:#fff;font-weight:600;font-size:17px;line-height:22px;padding:15px 0;border-radius:6px;position:relative}.ff-restaurant-product-footer-button-disabled{background-color:#e8e7ea}.ff-restaurant-product-footer-text{display:block}.ff-restaurant-product-footer-units{position:absolute;left:15px;top:14px;bottom:14px;display:block;background:rgba(0,0,0,.2);border-radius:3px;padding:1px 7px;font-size:15px}.ff-restaurant-product-footer-price{position:absolute;display:block;right:15px;top:15px;bottom:15px}.ff-restaurant-product-option-header{display:flex;align-items:center;justify-content:space-between}.ff-restaurant-product-option-title{font-size:18px;font-weight:700;line-height:24px;padding:5px 5px 5px 15px}.ff-restaurant-product-option-action{font-size:14px;line-height:24px;padding:5px 15px 5px 0;color:#9c9b9d}.ff-restaurant-product-option-item{display:flex;padding:15px;align-items:flex-start}.ff-restaurant-product-option{padding:15px 0}.ff-restaurant-product-option-item-select{width:20px;margin:1px;height:20px;border:1px solid #e8e7ea}.ff-restaurant-product-option-item-title{font-size:16px;line-height:22px;margin:0 10px;flex:1 1}.ff-restaurant-product-option-item-price{font-size:14px;line-height:20px;color:#9c9b9d}.ff-restaurant-product-option-radio .ff-restaurant-product-option-item-select{border-radius:50%;width:22px;height:22px;margin:0}.ff-restaurant-product-option-item-selected .ff-restaurant-product-option-item-select{border-color:#ff206e;background-color:#ff206e;background-image:url(/assets/images/checkmark.svg);background-size:12px;background-repeat:no-repeat;background-position:50%;-webkit-animation:ff-fill-select .3s ease;animation:ff-fill-select .3s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes ff-fill-select{0%{background-color:#fff;background-size:2px}to{background-color:#ff206e;background-size:12px}}@keyframes ff-fill-select{0%{background-color:#fff;background-size:2px}to{background-color:#ff206e;background-size:12px}}.ff-restaurant-product-units-subtract{height:40px;width:40px;background:#f8f7f9;border-radius:6px;background-image:url(/assets/images/subtract.svg);background-size:18px;background-repeat:no-repeat;background-position:50%}.ff-restaurant-product-units-add{height:40px;width:40px;background:#f8f7f9;border-radius:6px;background-image:url(/assets/images/add.svg);background-size:18px;background-repeat:no-repeat;background-position:50%}p.ff-restaurant-product-units-value{margin:0 25px;line-height:20px;padding:10px 0;font-size:16px;min-width:18px;text-align:center}.ff-restaurant-product-units{display:flex;align-items:center;justify-content:center;padding:20px 15px;margin-top:20px;border-top:1px solid #e8e7ea}.ff-restaurant-cart{background:#fff;display:flex;flex-direction:column;z-index:99;-webkit-animation:ff-show-cart-button .2s ease;animation:ff-show-cart-button .2s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes ff-show-cart-button{0%{margin-bottom:-200px}to{margin-bottom:0}}@keyframes ff-show-cart-button{0%{margin-bottom:-200px}to{margin-bottom:0}}.ff-restaurant-product-footer-button-container{border-top:1px solid #e8e7ea;padding:15px 15px 20px}@supports (padding:max(0px)){.ff-restaurant-product-footer-button-container{padding-bottom:max(20px,env(safe-area-inset-bottom))}}.ff-restaurant-cart-button{display:block;background:#ff206e;text-align:center;color:#fff;font-weight:600;font-size:17px;line-height:22px;padding:15px 0;border-radius:6px;position:relative}.ff-restaurant-cart-text{display:block}.ff-restaurant-cart-units{position:absolute;left:15px;top:14px;bottom:14px;display:block;background:rgba(0,0,0,.2);border-radius:3px;padding:1px 7px;font-size:15px}.ff-restaurant-cart-price{position:absolute;display:block;right:15px;top:15px;bottom:15px}.ff-restaurant-cart-content{position:fixed;left:0;right:0;bottom:0;overflow-y:scroll;background:#fff;-webkit-animation:ff-show-cart .3s ease;animation:ff-show-cart .3s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes ff-show-cart{0%{top:100%}to{top:0}}@keyframes ff-show-cart{0%{top:100%}to{top:0}}.ff-restaurant-cart-content-closing{-webkit-animation:ff-hide-cart .3s ease;animation:ff-hide-cart .3s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes ff-hide-cart{0%{top:0}to{top:100%}}@keyframes ff-hide-cart{0%{top:0}to{top:100%}}.ff-restaurant-cart-items-empty{color:#9c9b9d;font-size:15px;text-align:center;padding:10px 15px 30px}.ff-restaurant-cart-item{padding:10px 15px;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;margin:0 0 15px}.ff-restaurant-cart-item-units{background:#f8f7f9;padding:5px 0;width:30px;text-align:center;line-height:20px;border-radius:6px;font-size:14px;font-weight:600}.ff-restaurant-cart-item-details{flex:1 1;padding:0 10px 0 15px}.ff-restaurant-cart-title{font-weight:700;font-size:26px;line-height:32px;margin:5px 15px 30px}.ff-restaurant-cart-item-title{font-size:16px;font-weight:700;line-height:20px}.ff-restaurant-cart-item-options{font-size:14px;color:#9c9b9d;margin-top:6px;line-height:20px}.ff-restaurant-cart-item-price{font-size:14px;line-height:20px;color:#9c9b9d;letter-spacing:.5px;font-weight:500}.ff-restaurant-cart-navigation{padding:15px;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;background:#fff}.ff-restaurant-cart-navigation-close{background-color:#f8f7f9;height:40px;width:40px;border-radius:50%;background-image:url(/assets/images/exit.svg);background-size:16px;background-repeat:no-repeat;background-position:50%}.ff-restaurant-cart-button-container{padding:15px 15px 50px}@supports (padding:max(0px)){.ff-restaurant-cart-navigation{padding-top:max(15px,env(safe-area-inset-top))}.ff-restaurant-cart-button-container{padding-bottom:max(50px,env(safe-area-inset-bottom))}}.ff-restaurant-cart-delivery-title{font-size:16px;font-weight:700;line-height:20px}.ff-restaurant-cart-delivery-options{font-size:14px;color:#9c9b9d;margin-top:6px;line-height:20px}.ff-restaurant-cart-delivery{padding:10px 15px;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;margin:0 0 15px}.ff-restaurant-cart-delivery-price{font-size:14px;line-height:20px;color:#9c9b9d;letter-spacing:.5px;font-weight:500}.ff-restaurant-cart-item-editor{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.2);z-index:999;display:flex;flex-direction:column;align-items:flex-end;-webkit-animation:ff-show-editor .2s ease;animation:ff-show-editor .2s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes ff-show-editor{0%{opacity:0}to{opacity:1}}@keyframes ff-show-editor{0%{opacity:0}to{opacity:1}}.ff-restaurant-cart-item-editor-closing{-webkit-animation:ff-hide-editor .4s ease;animation:ff-hide-editor .4s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes ff-hide-editor{0%{opacity:1}to{opacity:0}}@keyframes ff-hide-editor{0%{opacity:1}to{opacity:0}}.ff-restaurant-cart-item-editor-window{background:#fff;border-radius:6px 6px 0 0;width:100%;padding:15px;-webkit-animation:ff-show-editor-window .4s ease;animation:ff-show-editor-window .4s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes ff-show-editor-window{0%{margin-bottom:-500px}to{margin-bottom:0}}@keyframes ff-show-editor-window{0%{margin-bottom:-500px}to{margin-bottom:0}}.ff-restaurant-cart-item-editor-closing .ff-restaurant-cart-item-editor-window{-webkit-animation:ff-hide-editor-window .2s ease;animation:ff-hide-editor-window .2s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes ff-hide-editor-window{0%{margin-bottom:0}to{margin-bottom:-500px}}@keyframes ff-hide-editor-window{0%{margin-bottom:0}to{margin-bottom:-500px}}.ff-restaurant-cart-item-editor-filler{flex:1 1;width:100%}.ff-restaurant-cart-item-editor-remove{background:#f44336}.ff-restaurant-cart-item-editor-customise,.ff-restaurant-cart-item-editor-remove{display:block;text-align:center;color:#fff;font-weight:600;font-size:17px;line-height:22px;padding:15px 0;border-radius:6px;margin:15px 0}.ff-restaurant-cart-item-editor-customise{background:#9c9b9d}.ff-restaurant-cart-item-editor-dimiss{display:block;background:#fff;text-align:center;color:#9c9b9d;font-weight:600;font-size:17px;line-height:22px;padding:15px 0;border-radius:6px;margin:15px 0}.ff-restaurant-cart-item-editor-title{font-weight:700;font-size:26px;line-height:32px;margin:5px 0 15px}.ff-restaurant-cart-item-editor-options{font-size:15px;line-height:20px;margin-bottom:30px}.ff-restaurant-cart-address{padding:0 15px 25px}.ff-restaurant-cart-address-name{font-size:16px;font-weight:700;line-height:20px}.ff-restaurant-cart-address-full{font-size:14px;color:#9c9b9d;margin-top:6px;line-height:20px}.ff-restaurant-cart-address-type{font-size:14px;margin-top:8px;line-height:20px}.ff-restaurant-cart-address-time{font-size:14px;margin-top:2px;line-height:20px}.ff-restaurant-cart-address-button{font-weight:600;background:#f8f7f9;padding:10px 15px;font-size:14px;border-radius:3px;line-height:20px;cursor:pointer}.ff-profile{display:flex;flex-direction:column;height:100%}.ff-profile-content{overflow-y:scroll}.ff-profile-name{font-weight:700;font-size:21px;padding:10px 15px}.ff-profile-links{margin:10px 0}.ff-profile-link{display:block;line-height:20px;padding:15px}.ff-profile .fm-loading{height:200px}.ff-login{height:100%;display:flex;flex-direction:column}.ff-login-navigation{padding:15px;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;background:#fff}@supports (padding:max(0px)){.ff-login-navigation{padding-top:max(15px,env(safe-area-inset-top))}}.ff-login-content{flex:1 1;overflow-y:scroll}.ff-login-navigation-back{background-color:#f8f7f9;height:40px;width:40px;border-radius:50%;background-image:url(/assets/images/back.svg);background-size:22px;background-repeat:no-repeat;background-position:50%}.ff-login-loading{height:300px}.ff-login-title{font-weight:700;font-size:26px;line-height:32px;margin:15px 0}.ff-login-container{padding:0 20px 50px}.ff-login-form{padding:10px 0}.ff-login-input-label{font-size:14px;font-weight:600;letter-spacing:.5px;line-height:20px;margin:10px 0 0}.ff-login-input{margin:8px 0 10px;padding:9px 12px;background:#f8f7f9}.ff-login-input,.ff-login-submit{width:100%;border-radius:3px;font-size:14px;letter-spacing:.2px}.ff-login-submit{background:#ff206e;padding:10px 12px;line-height:20px;color:#fff;font-weight:600;height:40px;margin:20px 0 10px}.ff-login-submit:hover{background-color:#e4165e;cursor:pointer}.ff-login-provider-third{padding:10px 0}.ff-login-provider-button{width:100%;height:44px;background:#00f;margin:10px 0;color:#fff;font-size:14px;font-weight:600;letter-spacing:.2px;border-radius:3px}.ff-login-provider-button-facebook{background-color:#3b5998;background-image:url(/assets/images/loginlogo.svg);background-size:20px;background-repeat:no-repeat;background-position:12px 12px}.ff-login-provider-button-facebook:hover{background-color:#2d477d;cursor:pointer}.ff-login-provider-button-google{background-color:#4285f3;background-image:url(/assets/images/google.svg);background-size:20px;background-repeat:no-repeat;background-position:12px 12px}.ff-login-provider-button-google:hover{background-color:#3874d6;cursor:pointer}.ff-login-provider-button-email{background-color:#3c3b3c;background-image:url(/assets/images/email.svg);background-size:20px;background-repeat:no-repeat;background-position:12px 12px}.ff-login-provider-button-email:hover{background-color:#232123;cursor:pointer}.ff-login-provider-button-apple{background-color:#111;background-image:url(/assets/images/apple.svg);background-size:20px;background-repeat:no-repeat;background-position:12px 12px}.ff-login-provider-button-apple:hover{background-color:#232123;cursor:pointer}.ff-login-provider-terms{font-size:14px;color:#9c9b9d;margin:50px 0 20px;line-height:20px}.ff-login-provider-terms span{text-decoration:underline}.ff-login-email-toggle{font-size:14px;color:#9c9b9d;margin:20px 0 50px;line-height:20px;cursor:pointer}.ff-payment{height:100%;overflow-y:scroll;padding:20px 15px 50px}.ff-payment-title{font-size:32px;line-height:55px}@supports (padding:max(0px)){.ff-payment-title{padding-top:max(0,env(safe-area-inset-top))}}.ff-payment-subtitle{font-size:14px;color:#aab7c4}.ff-payment-form{margin-top:40px}.ff-payment-line{display:flex;align-items:center;justify-content:space-between;padding:20px 0;margin-top:50px}.ff-payment-place{background:#ff206e;color:#fff;font-size:17px;line-height:22px;margin-top:10px}.ff-payment-cancel,.ff-payment-place{display:block;text-align:center;font-weight:600;padding:15px 0;border-radius:6px;width:100%;cursor:pointer}.ff-payment-cancel{background:#f8f7f9;font-size:15px;line-height:18px;margin-top:20px}.ff-payment-error{background:#f9e0e0;padding:10px 15px;border:1px solid #e82222;margin:20px 0 0;border-radius:6px;color:#e82222;font-weight:500;font-size:15px;transition:all .5s ease}.ff-payment-place .fm-loading{height:22px}.ff-payment-place .fm-loading-spinner{border:5px solid hsla(0,0%,100%,.2);border-left-color:#fff}.ff-order{display:flex;flex-direction:column;height:100%}.ff-order-content{overflow-y:scroll;height:100%;padding:0 15px 50px}.ff-order-title{font-weight:700;font-size:21px;padding:10px 0}.ff-order-subtitle{font-size:15px;padding:5px 0;color:#9c9b9d}.ff-order-restaurant{font-size:15px;padding:0;color:#9c9b9d}.ff-order-address{padding:25px 0}.ff-order-address-name{padding:5px 0;line-height:25px}.ff-order-address-unit{font-size:15px;padding:5px 0;color:#9c9b9d}.ff-order-address-instructions{font-size:15px;padding:0;color:#9c9b9d}.ff-order-address-status{font-size:20px;padding:25px 0 10px;text-align:center;line-height:30px}.ff-order-status{margin:20px 0 30px}.ff-order-address-estimated{text-align:center;line-height:25px;font-size:15px;color:#9c9b9d;margin-bottom:20px}.ff-order-address-refresh{display:block;background:#f8f7f9;text-align:center;font-weight:600;font-size:15px;line-height:18px;padding:15px 0;border-radius:6px;width:100%;margin-top:15px;cursor:pointer}.ff-order-address-icon{height:100px;width:100px;background-size:100px;background-repeat:no-repeat;margin:20px auto 0}.ff-order-address-icon-accepted{background-image:url(/assets/images/order/accepted.svg)}.ff-order-address-icon-arrived{background-image:url(/assets/images/order/arrived.svg)}.ff-order-address-icon-completed{background-image:url(/assets/images/order/completed.svg)}.ff-order-address-icon-delivering{background-image:url(/assets/images/order/delivering.svg)}.ff-order-address-icon-intent{background-image:url(/assets/images/order/intent.svg)}.ff-order-address-icon-ready{background-image:url(/assets/images/order/ready.svg)}.ff-order-address-icon-rejected{background-image:url(/assets/images/order/rejected.svg)}.ff-order-address-icon-cancelled{background-image:url(/assets/images/order/cancelled.svg)}.ff-order-address-icon-placed{background-image:url(/assets/images/order/placed.svg)}.ff-promotions-list{padding:0 15px}
/*# sourceMappingURL=main.ac73df9a.chunk.css.map */