@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap);@import url(https://fonts.googleapis.com/css?family=Amatic+SC&display=swap);@import url(https://fonts.googleapis.com/css?family=Lobster&display=swap);@import url(https://fonts.googleapis.com/css?family=Fira+Sans&display=swap);@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&display=swap);:root{--sat:env(safe-area-inset-top, 0px);--sar:env(safe-area-inset-right, 0px);--sab:env(safe-area-inset-bottom, 0px);--sal:env(safe-area-inset-left, 0px);--sabn:max(var(--sab), 20px)}.font-xs{font-size:8pt}.font-sm{font-size:11pt}.font-md{font-size:13pt}.font-lg{font-size:16pt}.font-light{font-weight:300}.margin{margin:8px}.margin-right{margin-right:8px}.margin-left{margin-left:8px}.margin-right-xs{margin-right:3px}.margin-top{margin-top:8px}.margin-top-md{margin-top:15px}.margin-top-lg{margin-top:30px}.margin-bottom{margin-bottom:8px}.margin-bottom-lg{margin-bottom:30px}.margin-bottom-xs{margin-bottom:3px}.margin-bottom-sm{margin-bottom:5px}.pad{padding:8px}.pad-bottom{padding-bottom:8px}.pad-0{padding-left:0;padding-right:0}.margin-0{margin:0}.text-red{color:#dc1c4e}.text-km{color:#e03c31}.label-km{background-color:#e03c31}.text-success{color:#53a318}.text-points{color:#e03c31}.alert-restricted{background:#333}.km-rounded-icon{float:left;width:24px;height:24px;font-size:13px;display:inline-block;overflow:hidden;margin-right:7px;margin-top:0;border:1px solid #4e4e4e;font-family:Helvetica,Arial,sans-serif;border-radius:12px;text-align:center}.icon{height:32px;width:32px;background-repeat:no-repeat;display:inline-block;background-size:100% 100%;vertical-align:middle;-webkit-transition:opacity .2s ease-in-out;-moz-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.icon.icon-minus{background-image:url(/assets/img/icons/icon-minus.png)}.icon.icon-plus{background-image:url(/assets/img/icons/icon-plus.png)}.icon.icon-plus .disabled{color:#e03c31}.icon.disabled{opacity:.2}.slick-slider{overflow:hidden}.slick-slider .slick-arrow{opacity:0;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.slick-slider:hover .slick-arrow{opacity:1}.slick-dots{position:absolute;bottom:1px;width:100%;list-style:none;text-align:center}.slick-dots li{width:5px}.slick-dots li button::before{font-size:25px}.slick-next:before,.slick-prev:before{content:"";display:inline-block;width:12px;height:12px;border-top:2px solid #333;border-right:2px solid #333;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.slick-prev:before{-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.slick-next:hover,.slick-prev:hover{background-color:rgba(255,255,255,.7);width:40px;height:40px;border-radius:50%}.slick-next:focus,.slick-prev:focus{background-color:rgba(255,255,255,.7)}.slick-prev:hover{padding-left:4px}.slick-next:hover{padding-right:4px}.slick-next,.slick-prev{background-color:rgba(255,255,255,.5);width:40px;height:40px;border-radius:50%}.slick-next{right:20px;padding-right:4px}.slick-prev{left:20px;padding-left:4px;z-index:1}@media (max-width:991px){.slick-next,.slick-next:before,.slick-prev,.slick-prev:before{display:none;visibility:hidden}}.text-red{color:#dc1c4e}.text-km{color:#e03c31}.label-km{background-color:#e03c31}.text-success{color:#53a318}.text-points{color:#e03c31}.alert-restricted{background:#333}v-pane v-pane-header{border-bottom:none!important;margin-bottom:0!important}v-pane v-pane-header.border-bottom{border-bottom:1px solid #f7f8fa!important}v-pane v-pane-header::after,v-pane v-pane-header::before{display:none!important}v-pane .collapsed-accordion-tag,v-pane .expanded-accordion-tag{width:10px}v-pane .text-truncate{max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}v-pane v-pane-content>div{padding-bottom:10px!important;padding-top:5px!important}v-pane v-pane-content.no-padding>div{padding-bottom:0!important;padding-top:0!important}v-pane .expanded-accordion-tag{display:inline-block}v-pane .collapsed-accordion-tag{display:none}v-pane .hidden-expanded{display:inline}v-pane.is-expanded .hidden-expanded{display:none}v-pane.is-expanded .expanded-accordion-tag{display:none}v-pane.is-expanded .collapsed-accordion-tag{display:inline-block}v-pane-header.pane-success{font-weight:700;color:#53a318!important}v-pane-header.pane-default{color:#e03c31!important;font-weight:700}v-pane-header.pane-plain{color:#000!important}v-pane-header.background-grey{background-color:rgba(211,211,211,.5)!important}.alerts{position:fixed;top:0;font-size:13pt;left:50%;margin-left:-150px;width:300px;z-index:9999;text-align:center;font-weight:500;line-height:1.4em}.alerts>.alert{opacity:1;color:#000}.alerts>.alert:first-child{padding-top:-webkit-calc(10px + var(--sat));padding-top:-moz-calc(10px + var(--sat));padding-top:calc(10px + var(--sat))}.alerts>.alert.animate{opacity:0;-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.alerts>.alert.animate.in:not(.out){opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.alerts>.alert.alert-info{background-color:#65b891;color:#fff;opacity:1;border:none}.alerts>.alert.alert-warning{background-color:#c23d50;color:#fff}.alerts.alerts-covertop{top:0;left:0;right:0;margin:0;width:100%;padding:0;padding-top:0}.alerts.alerts-covertop .alert{margin:0;border-radius:0}.alert.alert-info{line-height:1.6;background-color:#fff3cd;border:1px solid #ffeeba}.alert.alert-info b{font-weight:800}.alert.alert-info,.alert.alert-info a{color:#856404;font-weight:450}.banner.banner-rewards{line-height:1;padding:0;padding-top:15px;margin-top:-15px;background:#fff7e6;border-bottom:1px solid #e7d69e}.banner.banner-rewards .star-graphic-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:10px}.banner.banner-rewards .star-graphic-container .star-graphic{background:url(https://res.cloudinary.com/kitchenmate/image/upload/v1664991039/App/stars.svg);width:289px;height:117px}.banner.banner-rewards .label-beta{font-size:8pt;vertical-align:top;margin-top:3px;margin-left:3px;display:inline-block}.banner.banner-rewards h3{font-size:24pt;margin-top:10px;color:#000}.banner.banner-rewards h6{font-size:13pt;color:#000}@media (max-width:767px){.banner.banner-rewards h3{font-size:18pt}.banner.banner-rewards h6{font-size:11pt}}.banner.banner-rewards nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));text-align:center;margin:30px auto 0 auto;max-width:500px;padding-left:1rem;padding-right:1rem}.banner.banner-rewards nav a{border:1px solid #fff7e6;border-bottom:none;border-radius:6px 6px 0 0;color:#000;text-decoration:none;font-size:11pt;padding:20px 10px;font-family:Quicksand}.banner.banner-rewards nav a.active{font-weight:700;background:#fff;border-color:#e7d69e;color:#000;margin-bottom:-1px}.banner.banner-simple{padding:25px 25px}.banner.banner-referral{background:url(https://res.cloudinary.com/kitchenmate/image/upload/v1562599258/App/km_bg11.jpg);background-repeat:no-repeat;background-size:cover;background-position:50% 50%;line-height:1;border-bottom:1px solid #eee}.banner.banner-referral h6{font-size:12pt}.banner.banner-referral .skeleton.share-link{height:43px;width:60%;margin:0 auto}.banner.banner-howto{background:url(https://res.cloudinary.com/kitchenmate/image/upload/v1562599258/App/km_bg11.jpg);background-repeat:no-repeat;background-size:cover;background-position:50% 50%;line-height:1;padding:5px 10px}.banner.banner-howto h5{font-size:13px;line-height:1.4em}.banner.banner-howto h3{font-size:26px;margin-bottom:25px}.banner.banner-howto .fa-play{color:#333}.banner.banner-howto .bubble-sm{width:50px;height:50px;line-height:45px;overflow:unset;-webkit-overflow-scrolling:touch}.banner.banner-howto .banner-howto-container{display:inline-block;max-width:500px;margin:0 auto}@media (min-width:1200px){.banner.banner-howto .banner-howto-container.cold-food img{height:90px}}@media (min-width:768px) and (max-width:1200px){.banner.banner-howto .banner-howto-container.cold-food img{height:80px}}@media (min-width:768px) and (max-width:992px){.banner.banner-howto .banner-howto-container.cold-food{max-width:380px}}@media (min-width:991px) and (max-width:1200px){.banner.banner-howto .banner-howto-container.cold-food{max-width:400px}}.banner.banner-howto .banner-howto-container.cold-food h5{font-size:1.2rem;line-height:-webkit-calc(1.295rem + .54vw);line-height:-moz-calc(1.295rem + .54vw);line-height:calc(1.295rem + .54vw);margin-top:1rem}@media (min-width:1200px){.banner.banner-howto .banner-howto-container.cold-food h5{line-height:1.7rem}}.banner.banner-howto .banner-howto-container.cold-food h3{font-size:-webkit-calc(1.365rem + 1.38vw);font-size:-moz-calc(1.365rem + 1.38vw);font-size:calc(1.365rem + 1.38vw);margin-bottom:-webkit-calc(1.345rem + 1.14vw);margin-bottom:-moz-calc(1.345rem + 1.14vw);margin-bottom:calc(1.345rem + 1.14vw)}@media (min-width:1200px){.banner.banner-howto .banner-howto-container.cold-food h3{font-size:2.4rem}}@media (min-width:1200px){.banner.banner-howto .banner-howto-container.cold-food h3{margin-bottom:2.2rem}}@media (max-width:1200px){.banner.banner-howto .banner-howto-container.cold-food h3{margin-top:-webkit-calc(1.525rem + 3.3vw);margin-top:-moz-calc(1.525rem + 3.3vw);margin-top:calc(1.525rem + 3.3vw)}}@media (max-width:1200px) and (min-width:1200px){.banner.banner-howto .banner-howto-container.cold-food h3{margin-top:4rem}}.banner.banner-howto .banner-howto-container.cold-food .label-km{border-radius:-webkit-calc(1.325rem + .9vw);border-radius:-moz-calc(1.325rem + .9vw);border-radius:calc(1.325rem + .9vw)}@media (min-width:1200px){.banner.banner-howto .banner-howto-container.cold-food .label-km{border-radius:2rem}}.banner.banner-howto .btn-with-hand{display:inline-block;font-size:13pt;padding:6px 16px;line-height:1.846;font-weight:700;position:relative;text-decoration:none;font-family:Quicksand,sans-serif;zoom:.7;border:2px solid #000;border-radius:2em 2em;text-align:center;vertical-align:middle;color:#000;margin-top:7px;margin-bottom:18px;background:0 0}.banner.banner-howto .btn-with-hand .hand{position:absolute;right:.1em;bottom:-.8em;color:#000;font-size:2.5em}.move-up{margin-top:-66px!important}@media (max-width:767px){.text-md-small h5{font-size:10px!important}.text-md-small h3{font-size:18px!important}.text-md-small .banner-howto-container{max-width:300px!important}}.well-onesignal{margin-bottom:5px;font-size:90%;line-height:2em;padding:15px 10px}.well-onesignal .btn.btn-halo{border-color:#fff;color:#fff;background:0 0;margin-top:4px}.alert-app-prompt,.alert-app-prompt-desktop{background:#ecf0f1;color:#000;border-bottom:1px solid #d8d8d8;padding-top:10px;padding-bottom:15px}.alert-app-prompt img,.alert-app-prompt-desktop img{height:50px;width:auto}.alert-app-prompt-desktop.alert-app-prompt-desktop img,.alert-app-prompt.alert-app-prompt-desktop img{height:40px;margin:0 5px}.alert-app-prompt-fullscreen{position:fixed!important;z-index:9999999999999!important;top:var(--sat);bottom:var(--sab);left:var(--sal);right:var(--sar)}.alert-app-prompt-fullscreen .alert-app-heading{margin-top:50px;margin-bottom:15px;font-size:18px}.alert-app-prompt-fullscreen .alert-app-continue{color:#000!important;margin-top:50px;display:block;font-size:13px;text-decoration:underline}.banner{margin:0;border-radius:0;line-height:2em;text-align:center;position:relative}.banner a{text-decoration:underline}.banner .close-btn{position:absolute;right:0;top:0;background:0 0;border:none;width:1.6em;height:1.6em;padding:0;margin:0;line-height:1.6em;font-size:1.2em}.banner .btn.btn-halo{color:#fff;background:0 0;border-color:#fff;margin:0 5px}.banner.animate{margin-top:-69px;-webkit-transition:margin .15s ease-out;-moz-transition:margin .15s ease-out;transition:margin .15s ease-out}.banner.animate.in{margin-top:var(--sat)}.gen2-receipt-banner .banner{background:#000;color:#fff;margin-right:-1px}.gen2-receipt-banner .banner .install-app{color:#000;background:#fff}.gen2-receipt-banner .banner .app-link>img{border-radius:4px}html{position:relative;min-height:100%;height:auto!important}.footer{left:0;bottom:0;width:100%;padding:0;background-color:#000;color:#fff;z-index:4;border-top:1px solid rgba(0,0,0,.1);-webkit-transition:bottom .2s ease-in-out;-moz-transition:bottom .2s ease-in-out;transition:bottom .2s ease-in-out;padding:30px;position:relative}.footer.footer-sm{padding:3px;position:fixed;font-size:11pt}.footer .spaced>*{margin-left:15px}.footer .form-group{background-color:#fff;padding:8px;border-radius:3px}.footer .join-mail-list.done .input-group{display:none}.footer .join-mail-list:not(.done) .success{display:none}.footer .social-icons .fa{font-size:20pt;margin-right:8px}@media (max-width:767px){.footer{padding:15px;font-size:11pt;display:none}}.modal{z-index:1150}@media (min-width:768px){.modal .modal-smd{width:400px}}@media (max-width:768px){.modal .modal-sm-full{margin:0;position:absolute;top:0;bottom:0;width:100%}.modal .modal-sm-full .modal-content{min-height:100%;margin-top:0;padding-top:var(--sat);-webkit-box-shadow:none;box-shadow:none;border:none;border-radius:0 0}}.modal.modal-max{padding:15px}.modal.modal-max .modal-dialog{width:75%}.modal.modal-max .modal-dialog img{width:100%}.modal.modal-max .modal-content{padding:0;padding-top:var(--sat);min-height:500px;background-color:transparent}@media (max-width:767px){.modal.modal-max .modal-dialog{top:20%;width:100%;margin:0}}.modal .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.2);box-shadow:0 5px 15px rgba(0,0,0,.2);padding:0;margin-top:var(--sat)}.modal .modal-footer{text-align:center}.modal .modal-footer .btn{min-width:100px}.modal.sm{width:400px}@media (min-width:992px){.modal.stretch.stretch-md .modal-dialog{max-width:992px;width:90%}}.modal.modal-middle .modal-dialog{margin-top:100px}.modal h1,.modal h2,.modal h3,.modal h4{margin-top:3px}.modal blockquote{margin-bottom:0}@media (max-width:767px){.modal blockquote{font-size:.8em}}.modal .panel{margin:0}.modal .panel.modal-clear{-webkit-box-shadow:none;box-shadow:none;border:0;background-color:transparent;margin-top:-16px}.modal .btn-close{position:absolute;right:8px;top:8px;z-index:10}.modal .alert{margin:0}.modal .close{font-size:30pt;position:absolute;top:0;right:0;margin:15px;z-index:10;color:#fff;padding-top:inherit}.modal .modal-header{color:#000;font-weight:700;background-color:#f6f6f6;text-transform:capitalize}.modal .modal-header.colored{background-color:#e03c31;color:#fff;position:relative}.modal .modal-header.colored i{position:absolute;margin:auto;top:0;bottom:0;right:20px;height:26px;font-size:26px;width:26px;line-height:26px;-webkit-animation:side-motion 1s infinite;-moz-animation:side-motion 1s infinite;animation:side-motion 1s infinite}.modal.authentication-modal .sep{position:absolute;right:-15px;top:8px;bottom:30px}.modal.authentication-modal .sep .circle{height:30px;width:30px;text-align:center;background-color:#8c8c8c;color:#fff;border-radius:100%}.modal.authentication-modal .sep vr{height:100%;border-left:1px solid #e1e1e1;position:absolute;left:50%}@media (max-width:767px){.modal.authentication-modal .sep{position:relative}.modal.authentication-modal .sep .circle{position:relative;margin-left:40%;margin-bottom:15px;margin-top:15px;z-index:1}.modal.authentication-modal .sep vr{width:100%;border-top:1px solid #e1e1e1;border-left:0;top:15px;left:-15px}}.modal#quickpay .meals{margin-bottom:15px}.modal#quickpay .message{text-align:center;text-transform:none}.modal#quickpay .panel{margin-bottom:8px}.modal#quickpay .payment-groups{display:inline-block;width:auto;margin:-5px 0}.modal#quickpay .meals.km-list li{padding-right:0}.modal#quickpay .meals.km-list li .recipe-name{text-transform:capitalize}.modal#quickpay .meals.km-list li .recipe-quantity{color:#666;font-size:10pt}.modal#quickpay .recipe-price{font-size:15px}.modal#quickpay ul#cards li .thumb{text-align:center;width:50px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal#quickpay ul#cards li .thumb img{width:80%}.modal#quickpay ul#cards li:not(.no-thumb){padding-left:65px}.modal#quickpay ul#cards li .card-brand{margin:0;font-size:21pt;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal#quickpay ul#cards li .card-brand .fa{color:#8c8c8c}.modal#quickpay ul#cards li .last4{font-size:13pt}.modal#quickpay ul#cards li.selected .card-brand .fa{color:#e03c31}.ribbon-wrapper{width:85px;height:88px;overflow:hidden;position:absolute;z-index:2;top:-3px;opacity:.8}.ribbon-wrapper.left{left:-3px}.ribbon-wrapper.left .ribbon{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:-30px}.ribbon-wrapper.right{right:-3px}.ribbon-wrapper.right .ribbon{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);left:-5px}.ribbon-wrapper .ribbon{font:bold 15px Sans-Serif;color:#333;text-align:center;text-shadow:rgba(255,255,255,.5) 0 1px 0;position:relative;padding:7px 0;top:15px;width:120px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.3);box-shadow:0 0 3px rgba(0,0,0,.3)}.ribbon-wrapper .ribbon.ribbon-green{background-color:rgb(222.9045643154,235.5809128631,209.4190871369);color:#000}.ribbon-wrapper .ribbon.ribbon-blue{background-color:rgb(226.5384615385,241.5384615385,253.4615384615);color:rgb(1.0769230769,11.5769230769,19.9230769231)}.ribbon-wrapper .ribbon.ribbon-orange{background-color:rgb(249.6,229.05,224.4);color:rgb(12.75,4.1875,2.25)}.ribbon-wrapper .ribbon.ribbon-red{background-color:#e03c31;color:#fff}.ribbon-wrapper .ribbon.ribbon-category-hot{background-color:#e63b41;color:#fff;font-size:12px}.ribbon-wrapper .ribbon.ribbon-category-cold{background-color:#4da6cc;color:#fff;font-size:12px}.ribbon-wrapper .ribbon:after,.ribbon-wrapper .ribbon:before{content:"";border-top:3px solid #6e8900;border-left:3px solid transparent;border-right:3px solid transparent;position:absolute;bottom:-3px}.ribbon-wrapper .ribbon:before{left:0}.ribbon-wrapper .ribbon:after{right:0}ul[dnd-list]{position:relative;min-height:42px;padding-left:0}ul[dnd-list] .dndDraggingSource{opacity:.3}ul[dnd-list] .dndPlaceholder{display:block;background-color:#ddd;min-height:15px}ul[dnd-list] li{position:relative}.pop-in-out.ng-enter{-webkit-transition:-webkit-transform .1s ease-out;transition:-webkit-transform .1s ease-out;-moz-transition:transform .1s ease-out,-moz-transform .1s ease-out;transition:transform .1s ease-out;transition:transform .1s ease-out,-webkit-transform .1s ease-out,-moz-transform .1s ease-out;opacity:0;-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.pop-in-out.ng-enter.ng-enter-active{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.pop-in-out.ng-leave{-webkit-transition:.2s ease-in-out all;-moz-transition:.2s ease-in-out all;transition:.2s ease-in-out all;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.pop-in-out.ng-leave.ng-leave-active{opacity:0;-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.btn{border-radius:0;-webkit-box-shadow:none;box-shadow:none;opacity:1;text-transform:capitalize;border-radius:2em 2em;font-family:Quicksand,sans-serif;font-weight:500}.btn.btn-default{color:#e03c31}.btn.btn-facebook{background-color:#4267b2;color:#fff}.btn.btn-black,.btn.btn-black:active,.btn.btn-black:focus,.btn.btn-black:hover{background:#000;border:2px solid #000;color:#fff}.btn.btn-black.btn-halo,.btn.btn-black.btn-halo:active,.btn.btn-black.btn-halo:focus,.btn.btn-black.btn-halo:hover{border-color:#000;background:0 0;color:#000}.btn.btn-black.btn-text{border:none;background:0 0;color:#000}.btn.btn-warning{border:2px solid #ff9800}.btn.btn-warning.btn-halo{border:2px solid #ff9800;color:#ff9800;background:0 0}.btn.btn-warning.btn-halo:hover{color:#ff9800;background:0 0}.btn.vertical-margin{margin-top:5px;margin-bottom:5px}.btn.vertical-margin-md{margin-top:15px;margin-bottom:15px}.btn.horizontal-margin{margin-left:5px;margin-right:5px}.btn.btn-red{background-color:#e03c31;color:#fff;text-transform:inherit;font-weight:700;border:1px solid #fff}.btn.btn-red:hover{background-color:#c4382e}.btn.btn-red.btn-halo{border:2px solid #e03c31;color:#e03c31;background:0 0}.btn.btn-red.btn-halo:hover{color:#af352c;background:0 0}.btn.btn-red.btn-halo[disabled],.btn.btn-red.btn-halo[disabled]:hover{color:#aaa;border-color:#aaa}.btn.btn-black{background-color:#000;color:#fff;text-transform:inherit;font-weight:700;border:1px solid #fff;padding:8px 20px;font-size:15px}.btn.btn-black:hover{background-color:#3f3f3f;border:1px solid #fff}.btn.btn-black.btn-halo{border:2px solid #000;color:#000;background:0 0}.btn.btn-black.btn-halo:hover{color:#3f3f3f;background:0 0}.btn.btn-black.btn-halo[disabled],.btn.btn-black.btn-halo[disabled]:hover{color:#aaa;border-color:#aaa}.btn.btn-blue{background-color:#2196f3;color:#fff;text-transform:inherit;font-weight:700;border:1px solid #fff}.btn.btn-blue:hover{background-color:#0d63aa}.btn.btn-blue.btn-halo{border:2px solid #2196f3;color:#2196f3;background:0 0}.btn.btn-blue.btn-halo:hover{color:#0d63aa;background:0 0}.btn.btn-blue.btn-halo[disabled],.btn.btn-blue.btn-halo[disabled]:hover{color:#aaa;border-color:#aaa}.btn.btn-fridge{font-size:11pt!important;padding:14px!important;line-height:11pt!important;margin-left:30px}.btn.btn-md{font-size:13pt;padding-left:15px;padding-right:15px}.btn.btn-lg{font-size:20pt;padding-left:30px;padding-right:30px}.btn:hover{opacity:1}.btn.btn-halo{border:2px solid #000}.btn.btn-halo:hover{color:#fff}.btn.btn-halo-light{border:3px solid #fff;color:#fff}.btn.btn-halo-light:hover{background-color:#000;color:#fff}.btn.btn-default{font-family:unset}.btn.btn-shadow{-webkit-box-shadow:0 0 6px rgba(0,0,0,.24),0 8px 12px rgba(0,0,0,.14);box-shadow:0 0 6px rgba(0,0,0,.24),0 8px 12px rgba(0,0,0,.14);border:none!important}.btn.btn-shadow-white{-webkit-box-shadow:0 0 6px rgba(255,255,255,.24),0 8px 12px rgba(255,255,255,.14);box-shadow:0 0 6px rgba(255,255,255,.24),0 8px 12px rgba(255,255,255,.14);border:none!important}.btn-footer-center-right-container,.btn-footer-right-container{position:fixed;bottom:var(--sab);left:var(--sal);right:var(--sar);z-index:5;padding:5px;padding-bottom:45px;background:#fff;text-align:center;background:0 0}.btn-footer-center-right-container.z-top,.btn-footer-right-container.z-top{z-index:11}.btn-footer-center-right-container.ng-enter,.btn-footer-right-container.ng-enter{-webkit-transition:-webkit-transform .1s ease-out;transition:-webkit-transform .1s ease-out;-moz-transition:transform .1s ease-out,-moz-transform .1s ease-out;transition:transform .1s ease-out;transition:transform .1s ease-out,-webkit-transform .1s ease-out,-moz-transform .1s ease-out;opacity:0;-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.btn-footer-center-right-container.ng-enter.ng-enter-active,.btn-footer-right-container.ng-enter.ng-enter-active{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.btn-footer-center-right-container.ng-leave,.btn-footer-right-container.ng-leave{-webkit-transition:.2s ease-in-out all;-moz-transition:.2s ease-in-out all;transition:.2s ease-in-out all;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.btn-footer-center-right-container.ng-leave.ng-leave-active,.btn-footer-right-container.ng-leave.ng-leave-active{opacity:0;-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}@media (max-width:991px){.btn-footer-center-right-container,.btn-footer-right-container{position:fixed;left:inherit;right:-webkit-calc(var(--sar) + 15px);right:-moz-calc(var(--sar) + 15px);right:calc(var(--sar) + 15px);bottom:var(--sabn);-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;padding:0;display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.btn-footer-center-right-container .btn,.btn-footer-right-container .btn{padding:12px 20px;font-weight:700;font-size:14pt;line-height:1.846}}@media (max-width:991px){.btn-footer-right-container.secondary{bottom:-webkit-calc(var(--sabn) + 60px)!important;bottom:-moz-calc(var(--sabn) + 60px)!important;bottom:calc(var(--sabn) + 60px)!important}}.dropdown-toggle:focus,.dropdown-toggle:hover{text-decoration:none}.dropdown-menu{font-size:13pt;text-decoration:none}.dropdown-menu li.text{padding-left:8px;padding-bottom:15px}.dropdown-menu.dropdown-menu-right{text-align:right}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:#000}.diet-icon{width:.9em;height:.9em;display:inline-block;background:no-repeat;vertical-align:middle;margin-bottom:.1em}.diet-icon:not(.recipe-spice,.recipe-organic,.recipe-canada-organic){background-color:green;mask-size:contain;-webkit-mask-size:contain}.diet-icon.diet-icon-vegan{mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1679346083/Diets/vegan-new.svg);-webkit-mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1679346083/Diets/vegan-new.svg);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}.diet-icon.diet-icon-vegetarian{mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1679346083/Diets/veggie-new.svg);-webkit-mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1679346083/Diets/veggie-new.svg);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}.diet-icon.diet-icon-vegan-full{mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1679346716/Diets/vegan-new-full.svg);-webkit-mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1679346716/Diets/vegan-new-full.svg)}.diet-icon.diet-icon-vegetarian-full{mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1679346716/Diets/veggie-new-full.svg);-webkit-mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1679346716/Diets/veggie-new-full.svg)}.diet-icon.diet-icon-pescetarian{mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1536475237/Diets/fish.svg);-webkit-mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1536475237/Diets/fish.svg)}.diet-icon.diet-icon-keto{mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1550082461/Diets/ketotest.svg);-webkit-mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1550082461/Diets/ketotest.svg)}.diet-icon.diet-icon-paleo{mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1550080621/Diets/paleo.svg);-webkit-mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1550080621/Diets/paleo.svg)}.diet-icon.diet-icon-halal{mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1603218306/Diets/Halal_F.svg);-webkit-mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1603218306/Diets/Halal_F.svg)}.diet-icon.diet-icon-halal-full{mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1601202146/Diets/Halal_2.svg);-webkit-mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1601202146/Diets/Halal_2.svg)}.diet-icon.recipe-organic{background:url(https://res.cloudinary.com/kitchenmate/image/upload/v1669994922/Diets/organic.svg);background-size:contain;background-repeat:no-repeat;font-size:18pt;margin-bottom:.05em}.diet-icon.recipe-canada-organic{background:url(https://res.cloudinary.com/kitchenmate/image/upload/v1681766240/Diets/canada-organic.svg);background-size:contain;background-repeat:no-repeat;font-size:18pt;margin-bottom:.05em}.diet-icon.recipe-spice{font-size:1.5em;background:url(https://res.cloudinary.com/kitchenmate/image/upload/v1630364318/App/Icons/hot-pepper.svg);background-size:contain}.halal-icon-group{position:relative;color:green}.halal-icon-group .diet-icon-halal{margin-top:-.7em}.halal-icon-group span{display:block;font-size:.46em;position:absolute;bottom:-.1em;line-height:1}.card-form .card-name-input{padding:6px 12px}.card-form .StripeElement,.card-form .card-name-input{background:#f0f2f0;border:1px solid #f0f2f0;border-radius:4px;font-family:Quicksand;font-weight:500;font-size:16px;line-height:24px;color:#000;-webkit-box-shadow:none;box-shadow:none}.card-form .StripeElement{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:40px;padding:10px 12px}.card-form .StripeElement--focus,.card-form .card-name-input:focus{-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid #000}.card-form .StripeElement--invalid,.card-form .form-group.has-error .card-name-input.ng-invalid{-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid #e51c23}.card-form .stripe-errors{color:#e51c23;font-size:13px;margin-top:5px;margin-bottom:0}.card-form label{font-size:13px;margin-bottom:0}.label.label-danger{background-color:#e03c31}.label.label-lg{font-size:15px!important}.tags .label{margin-right:8px;display:inline-block}.label-default{background-color:#aaa}.label-muted{background-color:#eee;color:#000;font-weight:450}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;-moz-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.help-block{font-size:13px}.form-group.has-error input.form-control{-webkit-box-shadow:inset 0 -2px 0 #e03c31!important;box-shadow:inset 0 -2px 0 #e03c31!important}.form-group.has-error select.form-control{color:#e03c31}.form-group input.highlight{-webkit-animation:pulse 1s ease-in-out .5s 2;-moz-animation:pulse 1s ease-in-out .5s 2;animation:pulse 1s ease-in-out .5s 2;-webkit-box-shadow:inset 0 -2px 0 #1bb157!important;box-shadow:inset 0 -2px 0 #1bb157!important}.form-group.primary-input{padding-left:8px;padding-right:8px;border:1px solid #e1e1e1;border-radius:8px;background-color:rgba(255,255,255,.9)}input.form-control::-webkit-input-placeholder,textarea.form-control::-webkit-input-placeholder{color:#8c8c8c!important}input.form-control:-moz-placeholder,textarea.form-control:-moz-placeholder{color:#8c8c8c!important}input.form-control::-moz-placeholder,textarea.form-control::-moz-placeholder{color:#8c8c8c!important}input.form-control:-ms-input-placeholder,textarea.form-control:-ms-input-placeholder{color:#8c8c8c!important}input.form-control:focus::-webkit-input-placeholder,textarea.form-control:focus::-webkit-input-placeholder{color:#ccc!important}input.form-control:focus:-moz-placeholder,textarea.form-control:focus:-moz-placeholder{color:#ccc!important}input.form-control:focus::-moz-placeholder,textarea.form-control:focus::-moz-placeholder{color:#ccc!important}input.form-control:focus:-ms-input-placeholder,textarea.form-control:focus:-ms-input-placeholder{color:#ccc!important}.checkbox,.checkbox-inline{margin-right:8px!important}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{width:16px;height:16px;margin-right:5px!important}.checkbox input[type=checkbox]:after,.checkbox-inline input[type=checkbox]:after{border-color:#e03c31!important}.checkbox input[type=checkbox]:checked:after,.checkbox-inline input[type=checkbox]:checked:after{background-color:#e03c31}.checkbox-inline.text-success input[type=checkbox]:after,.checkbox.text-success input[type=checkbox]:after{border-color:#53a318!important}.checkbox-inline.text-success input[type=checkbox]:checked:after,.checkbox.text-success input[type=checkbox]:checked:after{background-color:#53a318}legend{font-size:16pt;text-align:center;border-bottom:0}.input-group-highlight{background-color:#f6f6f6;-webkit-box-shadow:#e2e2e2 0 -1px 0 inset;box-shadow:#e2e2e2 0 -1px 0 inset}.input-group-highlight .input-group-addon{color:#000}.input-group-highlight .form-control{-webkit-box-shadow:none;box-shadow:none;background-position:right 6px center;padding-left:0;padding-right:24px;padding-top:15px;padding-bottom:15px;height:auto}.cooking-btn-container{display:none;position:fixed;bottom:var(--sabn);left:-webkit-calc(var(--sal) + 20px);left:-moz-calc(var(--sal) + 20px);left:calc(var(--sal) + 20px);right:cal(var(--sar)90px);float:none;z-index:2147483647}@media (max-width:767px){.cooking-btn-container{display:block}}.cooking-btn-container>.btn{margin:0!important;padding:0!important;height:60px;width:100%;border:none;line-height:60px;font-size:12pt}.navbar-collapse.collapse.in{max-height:440px}body.gen2-receipt .navbar-container,body.gen4-receipt .navbar-container,body.standalone-meal-progress .navbar-container,body.touch.cover:not(.overlay,.modal-open) .navbar-container,body.touch.overlay-full .navbar-container{display:none!important}body.gen2-receipt .btn-footer-center-right-container,body.gen2-receipt .btn-footer-right-container,body.gen2-receipt .intercom-cover,body.gen2-receipt .intercom-launcher-frame,body.gen2-receipt .intercom-lightweight-app-launcher,body.gen2-receipt .intercom-namespace .intercom-1qaopps,body.gen4-receipt .btn-footer-center-right-container,body.gen4-receipt .btn-footer-right-container,body.gen4-receipt .intercom-cover,body.gen4-receipt .intercom-launcher-frame,body.gen4-receipt .intercom-lightweight-app-launcher,body.gen4-receipt .intercom-namespace .intercom-1qaopps,body.standalone-meal-progress .btn-footer-center-right-container,body.standalone-meal-progress .btn-footer-right-container,body.standalone-meal-progress .intercom-cover,body.standalone-meal-progress .intercom-launcher-frame,body.standalone-meal-progress .intercom-lightweight-app-launcher,body.standalone-meal-progress .intercom-namespace .intercom-1qaopps,body.touch.cover:not(.overlay,.modal-open) .btn-footer-center-right-container,body.touch.cover:not(.overlay,.modal-open) .btn-footer-right-container,body.touch.cover:not(.overlay,.modal-open) .intercom-cover,body.touch.cover:not(.overlay,.modal-open) .intercom-launcher-frame,body.touch.cover:not(.overlay,.modal-open) .intercom-lightweight-app-launcher,body.touch.cover:not(.overlay,.modal-open) .intercom-namespace .intercom-1qaopps,body.touch.overlay-full .btn-footer-center-right-container,body.touch.overlay-full .btn-footer-right-container,body.touch.overlay-full .intercom-cover,body.touch.overlay-full .intercom-launcher-frame,body.touch.overlay-full .intercom-lightweight-app-launcher,body.touch.overlay-full .intercom-namespace .intercom-1qaopps{bottom:-webkit-calc(var(--sab) + 15px)!important;bottom:-moz-calc(var(--sab) + 15px)!important;bottom:calc(var(--sab) + 15px)!important}body.gen2-receipt span[data-testid=active-notifications],body.gen4-receipt span[data-testid=active-notifications],body.standalone-meal-progress span[data-testid=active-notifications],body.touch.cover:not(.overlay,.modal-open) span[data-testid=active-notifications],body.touch.overlay-full span[data-testid=active-notifications]{display:none!important}.km-nav{z-index:100;margin:0;font-weight:500;-webkit-box-shadow:0 0 1px rgba(0,0,0,.3);box-shadow:0 0 1px rgba(0,0,0,.3)}.km-nav.km-app-nav ul.nav{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.km-nav.km-app-nav ul.nav.navbar-right>li{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.km-nav.km-app-nav ul.nav>li a{padding-left:8px;padding-right:8px}@media (max-width:767px){.km-nav.km-app-nav ul.nav>li a.account-dropdown-toggle{padding-left:25px;padding-right:25px}}.km-nav .navbar-nav .li-highlight a{font-weight:700}.km-nav .navbar-nav .li-highlight:not(.active) a,.km-nav .navbar-nav .li-highlight:not(.active) a:active,.km-nav .navbar-nav .li-highlight:not(.active) a:focus,.km-nav .navbar-nav .li-highlight:not(.active) a:hover{color:#e03c31}.km-nav .navbar-nav .li-highlight.active a,.km-nav .navbar-nav .li-highlight.active a:active,.km-nav .navbar-nav .li-highlight.active a:focus,.km-nav .navbar-nav .li-highlight.active a:hover{color:#1bb157;border-bottom-color:#1bb157}.km-nav .navbar-nav>li>a{padding-left:12px;padding-right:12px;color:#212121;font-weight:700}.km-nav .navbar-nav.navbar-left>li{float:left}.km-nav .impersonation-alert{position:fixed;width:200px;top:var(--sat);left:50%;margin:0;margin-left:-100px;text-align:center;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top-left-radius:0;border-top-right-radius:0;padding:10px 12px;line-height:1em;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.km-nav .thumb{background-size:cover;background-position:50% 50%;background-repeat:no-repeat}.km-nav .fa-cutlery{margin-right:5px}.km-nav .avatar{width:36px;height:36px;border-radius:50% 50%;display:inline-block;margin:-18px 0;margin-right:6px;vertical-align:middle;border:1px solid #e1e1e1}.km-nav .nav .open>a:hover{border-color:#e03c31}.km-nav .dropdown-menu>.active>a,.km-nav .dropdown-menu>.active>a :focus,.km-nav .dropdown-menu>.active>a :hover{background-color:#e03c31;color:#fff!important}.km-nav .dropdown-menu>.active>a .label,.km-nav .dropdown-menu>.active>a :focus .label,.km-nav .dropdown-menu>.active>a :hover .label{background-color:#fff!important;color:#e03c31}.km-nav .icon-counter{position:relative}.km-nav .icon-counter .fa{margin-right:5px}.km-nav .icon-counter .counter{position:absolute;top:20%;right:0;font-size:7pt}.km-nav .navbar-nav>.active.li-btn .btn{background-color:#ddd!important;border-bottom:none}.km-nav .navbar-nav>.open>a,.km-nav .navbar-nav>.open>a:focus,.km-nav .navbar-nav>.open>a:hover{background-color:transparent;border-color:transparent}.km-nav .navbar-nav>li>a{border-bottom:2px solid transparent;font-weight:600}.km-nav .navbar-nav>.li-btn>a{border:none}.km-nav .navbar-nav>.active>a,.km-nav .navbar-nav>.active>a:focus,.km-nav .navbar-nav>.active>a:hover{color:#e03c31;background-color:transparent;border-bottom:3px solid #e03c31}.km-nav .navbar-nav>.active>a .badge,.km-nav .navbar-nav>.active>a:focus .badge,.km-nav .navbar-nav>.active>a:hover .badge{background:#e03c31}.km-nav .navbar-nav>.active>a .km-rounded-icon,.km-nav .navbar-nav>.active>a:focus .km-rounded-icon,.km-nav .navbar-nav>.active>a:hover .km-rounded-icon{border-color:#000}.km-nav .navbar-nav>.disabled>a,.km-nav .navbar-nav>.disabled>a:focus,.km-nav .navbar-nav>.disabled>a:hover{cursor:default}.km-nav .navbar-nav>.disabled>a .km-rounded-icon,.km-nav .navbar-nav>.disabled>a:focus .km-rounded-icon,.km-nav .navbar-nav>.disabled>a:hover .km-rounded-icon{border-color:#ccc}.km-nav .navbar-brand{padding:15px;position:relative}.km-nav .navbar-brand img.logo{height:35px}.km-nav .navbar-brand img.logo-lg{height:40px}.km-nav .navbar-brand .pilot{background-color:#e03c31;font-size:9px;position:absolute;right:0;color:#fff;line-height:1;font-weight:700;border-radius:5px;padding:4px 5px;bottom:8px}.km-nav .badge{font-weight:800;background:#e03c31;font-weight:800;color:#fff;font-size:8pt;padding:4px 7px;text-transform:lowercase}.km-nav .badge.badge-black{background-color:#333}@media (max-width:767px){.km-nav .badge.badge-black{background:#e03c31}}.km-nav.navbar-fixed-bottom{font-size:13pt;position:fixed;bottom:0;left:0;right:0;-webkit-box-align:center!important;-webkit-align-items:center!important;-moz-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:-webkit-calc(64px + var(--sab));height:-moz-calc(64px + var(--sab));height:calc(64px + var(--sab));padding-bottom:var(--sab)!important}.km-nav.navbar-fixed-bottom .navbar-center{display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center!important;-webkit-justify-content:center!important;-moz-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important;-webkit-box-flex:1!important;-webkit-flex:1 0 auto!important;-moz-box-flex:1!important;-ms-flex:1 0 auto!important;flex:1 0 auto!important;margin:0}.km-nav.navbar-fixed-bottom .navbar-center>li{-webkit-box-align:center!important;-webkit-align-items:center!important;-moz-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;text-align:center!important;display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-moz-box-orient:vertical!important;-moz-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;align-items:center!important;-webkit-box-flex:1!important;-webkit-flex:1 1 0!important;-moz-box-flex:1!important;-ms-flex:1 1 0px!important;flex:1 1 0!important}.km-nav.navbar-fixed-bottom .navbar-center>li>a{display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1!important;-webkit-flex:1 1 0!important;-moz-box-flex:1!important;-ms-flex:1 1 0px!important;flex:1 1 0!important;-webkit-box-align:center!important;-webkit-align-items:center!important;-moz-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;text-align:center!important;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-moz-box-orient:vertical!important;-moz-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;border:none!important}.km-nav.navbar-fixed-bottom .navbar-center>li>a>i{display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center!important;-webkit-justify-content:center!important;-moz-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-align:center!important;-webkit-align-items:center!important;-moz-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;position:relative!important;width:30px!important;height:30px!important}.km-nav.navbar-fixed-bottom .navbar-center>li>a>span{-webkit-line-clamp:2!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;text-overflow:ellipsis!important;font-size:10px!important;font-weight:700!important;line-height:1.2em!important;margin-top:2px!important}.km-nav.navbar-fixed-bottom .navbar-center>li>a>span.badge{position:absolute;right:2px;padding:0;border-radius:50%;line-height:1!important;background:#ff4c4c}.km-nav.navbar-fixed-top{font-size:13pt;position:fixed;padding-top:var(--sat);left:var(--sal);right:var(--sar);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-moz-transition:transform .5s,-moz-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s,-moz-transform .5s;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}body.scrolling-down:not(.substate) .km-nav.navbar-fixed-top{-webkit-transform:translate3d(0,-100px,0);-moz-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}.km-nav.navbar-fixed-top ul.nav>li a{text-transform:capitalize}.km-nav.navbar-fixed-top ul.nav>li a.btn{margin:0 5px 3px 5px;color:#fff!important;background-color:#000;padding:8px 15px;font-weight:700}.km-nav.navbar-fixed-top ul.nav>li a.btn.btn-cook{background-color:#e03c31}.km-nav.navbar-fixed-top ul.nav>li a.btn.btn-cook:hover{background-color:#c4382e}@media (min-width:768px){.km-nav.navbar-fixed-top ul.nav>li a.btn{margin:12px}}@media (max-width:767px){.km-nav.navbar-fixed-top ul.stay-top{margin:8px 0 0 0;text-align:right}.km-nav.navbar-fixed-top ul.stay-top>li{display:inline-block}.km-nav.navbar-fixed-top ul.stay-top>li .icon-counter{padding-left:8px;padding-right:8px}}@media (max-width:320px){.km-nav.navbar-fixed-top ul.stay-top>li .icon-counter{padding-right:0}}.km-nav.dockable{-webkit-transition:background-color ease-in-out .3s;-moz-transition:background-color ease-in-out .3s;transition:background-color ease-in-out .3s;background-color:transparent}.km-nav.dockable.dock{background-color:#fff}.km-nav.dockable.dock ul.nav li a.man{color:#050505}.km-nav.dockable:not(.dock){-webkit-box-shadow:none;box-shadow:none}.km-nav.dockable ul.nav li a{color:#050505}@media (min-width:768px){.km-nav.dockable ul.nav li a.man{color:#fff}}@media (max-width:767px){.km-nav{min-height:50px}.km-nav .navbar-brand{padding:10px 7px;height:53px}.km-nav .navbar-brand.pilot-brand{margin-right:8px}.km-nav .navbar-brand img.logo,.km-nav .navbar-brand img.logo-lg{height:35px}.km-nav .navbar-brand .pilot{right:-5px;bottom:3px;font-size:8px}.km-nav .navbar-collapse{background-color:#fff}.km-nav button.navbar-toggle{margin:10px 8px 5px 8px}.km-nav button.navbar-toggle.landing .icon-bar{background-color:#fff}.km-nav.dockable.dock button.navbar-toggle.landing .icon-bar{background-color:#000}.km-nav .navbar-nav .dropdown .caret{display:none}.km-nav .navbar-nav .dropdown .dropdown-menu{display:block;position:static;background-color:transparent;border:0 none;-webkit-box-shadow:none;box-shadow:none;margin-top:0;position:static;width:100%}.km-nav .navbar-nav .dropdown .dropdown-menu .dropdown-header,.km-nav .navbar-nav .dropdown .dropdown-menu>li>a{padding:5px 15px 5px 25px}}@media (max-width:320px){.km-nav button.navbar-toggle{margin-left:0}}.intercom-cover{font-family:Quicksand,sans-serif;position:fixed;bottom:20px;background-color:#344;color:#fff;border-radius:100%;width:60px;height:60px;font-size:20pt;text-align:center;padding:5px;font-weight:600;pointer-events:none;cursor:pointer}.intercom-cover.right{right:20px}.intercom-cover.left{left:20px}body.hide-nav nav{display:none!important}ul.km-list{list-style:none;padding:0;font-size:12pt;margin:0}ul.km-list>li.active{background-color:#dc1c4e;color:#fff;font-weight:700}ul.km-list.scrollable{max-height:400px;overflow:auto;-webkit-overflow-scrolling:touch}ul.km-list.km-list-thumbs>li:not(.no-thumb){padding-left:87.5px}ul.km-list.km-list-thumbs>li.header{font-size:16pt;text-transform:uppercase}ul.km-list.km-list-thumbs>li .recipe-requesttag{display:inline-block;font-size:.8em;color:#1875a3;font-weight:700}ul.km-list.km-list-thumbs>li .recipe-newtag{display:inline-block;font-size:.8em;color:#53a318;font-weight:700;margin-right:5px}ul.km-list.km-list-thumbs>li .thumb{position:absolute;width:80px;left:0;top:0;bottom:0;background-color:#f7f8fa}ul.km-list.km-list-thumbs>li .thumb.thumb-contain{background-size:contain;background-color:transparent}ul.km-list.km-list-thumbs>li .thumb.thumb-fit{background-size:100% auto;border-radius:8px;margin:5px}ul.km-list.km-list-thumbs>li .thumb .thumb-badge{width:25px;height:21px;overflow:hidden;font-size:9pt;font-weight:700;border-bottom-right-radius:4px;background:#000;color:#fff;text-align:center}ul.km-list.km-list-thumbs>li .thumb input{width:80px;position:absolute;top:40%;left:50%;margin-left:-40px}ul.km-list.km-list-thumbs>li .thumb .photo{position:relative}ul.km-list.km-list-thumbs>li .thumb .photo img{width:100%}ul.km-list.km-list-thumbs>li .thumb .photo .closer{position:absolute;right:0;top:0}ul.km-list.km-list-large-thumbs>li:not(.no-thumb){padding-left:107.5px}ul.km-list.km-list-large-thumbs>li .thumb{width:100px}ul.km-list.km-list-thumbs-grid{padding-left:15px;padding-right:15px;padding-top:20px}ul.km-list.km-list-thumbs-grid>li{width:100%;display:inline-block;vertical-align:top;line-height:1.3em;border:none;width:33.33%}ul.km-list.km-list-thumbs-grid>li .name{font-size:13pt;font-weight:600;color:#000;font-family:Quicksand,sans-serif;font-weight:700}ul.km-list.km-list-thumbs-grid>li .recipe{padding:12px 5px}ul.km-list.km-list-thumbs-grid>li .recipe .cook-time,ul.km-list.km-list-thumbs-grid>li .recipe .time{font-size:11px}ul.km-list.km-list-thumbs-grid>li .recipe .recipe-details{margin-top:3px}ul.km-list.km-list-thumbs-grid>li .recipe .diet-tag{margin-right:.2em;vertical-align:text-bottom;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex}ul.km-list.km-list-thumbs-grid>li .recipe .diet-tag.diet-icon-vegan{margin-left:2px}ul.km-list.km-list-thumbs-grid>li .recipe .diet-tag.diet-icon-halal{margin-bottom:2px}ul.km-list.km-list-thumbs-grid>li .recipe .diet-tag.recipe-spice{margin-bottom:0}ul.km-list.km-list-thumbs-grid>li:not(.no-thumb){padding-left:10px;padding-right:10px;padding-top:0;padding-bottom:20px;border:none}ul.km-list.km-list-thumbs-grid>li .thumb{width:100%;padding-top:75%;position:relative}@media (max-width:1199px){ul.km-list.km-list-thumbs-grid>li{width:50%}}@media (max-width:767px){ul.km-list.km-list-thumbs-grid{padding-left:10px;padding-right:10px;padding-top:10px}ul.km-list.km-list-thumbs-grid>li{padding:0;width:100%}ul.km-list.km-list-thumbs-grid>li:not(.no-thumb){padding-right:0;padding-left:0;padding-bottom:10px}}ul.km-list.km-list-hover li:hover{background:#f6f6f6;cursor:pointer}ul.km-list.km-list-hover li:hover.hover-red.active{background-color:#c4382e}ul.km-list>li{list-style:none;padding-left:15px;padding-right:15px;padding-top:8px;padding-bottom:8px;position:relative}ul.km-list>li .label.label-primary{background-color:#e03c31}ul.km-list>li.selected:not(.edit){background-color:#e03c31;color:#fff}ul.km-list>li.selected:not(.edit) .label.label-primary{background-color:#fff;color:#e03c31}ul.km-list>li.selected:not(.edit) .name,ul.km-list>li.selected:not(.edit) .time{color:#fff}ul.km-list>li.selected:not(.edit) a.link{color:#fff;border-bottom:1px solid #fff}ul.km-list>li.selected:not(.edit) .fa:not(.keep-color){color:#fff}ul.km-list>li.edit{border-left:3px solid #db5233;background-color:#fff;color:#050505}ul.km-list>li:not(:last-child){border-bottom:1px solid #eee;border-bottom-left-radius:0;border-bottom-right-radius:0}ul.km-list>li:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}ul.km-list>li .name{font-size:13pt;text-transform:capitalize}ul.km-list>li .time{color:#8c8c8c}ul.km-list>li .time .text-muted{color:#666}ul.km-list>li tags-input .tags .tag-item{font-size:8pt}ul.km-list>li tags-input .tags .tag-item .remove-button{color:#fff}ul.km-list>li .edit-icon{position:absolute;top:0;right:8px}ul.km-list>li .edit-icon>*{margin-left:8px}ul.km-list>li .delete-icon{position:absolute;bottom:0;right:8px}ul.km-list>li .action{margin-top:8px}ul.km-list>li a.link{text-transform:capitalize}ul.km-list>li .small{font-size:8pt}ul.km-list>li pre{padding:8px;margin-bottom:0;margin-top:8px}@media (min-width:992px){ul.km-list>li:not(:hover) .delete-icon,ul.km-list>li:not(:hover) .edit-icon{visibility:hidden}}ul.km-list .hoverable:hover .no-hover{display:none}ul.km-list .hoverable:not(:hover) .on-hover{display:none}ul.km-list.km-list-sleek>li{margin-bottom:8px;border:2px solid #eee;border-radius:5px;overflow:hidden}ul.km-list.km-list-sleek>li .thumb{background:#fafafa;border-right:1px solid #eee}ul.km-list.km-list-sleek>li.selected{background:0 0;border-color:#e03c31;color:#e03c31;font-weight:600;outline:0}ul.km-list.km-list-sleek>li.selected .name{background-color:#fff;color:#e03c31}.ratings{display:block;text-align:center;white-space:nowrap;margin-top:20px}.ratings .rating{width:1.4em}.rating{font-size:32pt;width:1em;height:1em;color:#ccc;display:inline-block;text-align:center}.rating.hover{cursor:pointer}.rating:not(.active):hover{color:rgb(178.5,178.5,178.5)}.rating.active{color:#fff}.rating.active:before{border:2px solid transparent;border-radius:50% 50%;background:0 0}.rating.active.rating-bad:before,.rating.active.rating-terrible:before{border-color:#e03c31;background:#e03c31}.rating.active.rating-bad:after,.rating.active.rating-terrible:after{color:#e03c31}.rating.active.rating-okay:before{border-color:orange;background:orange}.rating.active.rating-okay:after{color:orange}.rating.active.rating-good:before{border-color:#4dd053;background:#4dd053}.rating.active.rating-good:after{color:#4dd053}.rating.active.rating-great:before{border-color:#4caf50;background:#4caf50}.rating.active.rating-great:after{color:#4caf50}.rating.rating-with-text{height:1.4em}.rating.rating-with-text:after{display:block;font-size:.3em;margin-top:.4em;font-family:sans-serif;color:#ccc}.rating.rating-with-text.rating-terrible:after{content:"Terrible"}.rating.rating-with-text.rating-bad:after{content:"Bad"}.rating.rating-with-text.rating-okay:after{content:"Okay"}.rating.rating-with-text.rating-good:after{content:"Good"}.rating.rating-with-text.rating-great:after{content:"Love It"}.rating-ribbon{position:absolute;right:20px;top:5px;width:59px;height:69px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672453646/App/ribbon.svg);-webkit-mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672453646/App/ribbon.svg);-webkit-mask-size:cover;mask-size:cover}.rating-ribbon:before{content:none}.rating-ribbon:after{content:"";display:block;mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672452766/App/ribbon-shadow.svg);-webkit-mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672452766/App/ribbon-shadow.svg);width:59px;height:19px;position:absolute;bottom:0;left:0}.rating-ribbon.rating-great{background-color:#abd4c2}.rating-ribbon.rating-great:after{background-color:rgb(137.2677165354,194.7322834646,169.5039370079)}.rating-ribbon.rating-good{background-color:#bad9e1}.rating-ribbon.rating-good:after{background-color:rgb(150.4545454545,197.4242424242,209.5454545455)}.rating-ribbon.rating-okay{background-color:#f9d080}.rating-ribbon.rating-okay:after{background-color:rgb(246.6992481203,189.977443609,79.3007518797)}.rating-ribbon.rating-bad,.rating-ribbon.rating-terrible{background-color:#e89e95}.rating-ribbon.rating-bad:after,.rating-ribbon.rating-terrible:after{background-color:rgb(227.4534883721,138.8255813953,128.0465116279)}.rating-ribbon .rating{font-size:36px;margin-bottom:18px}.rating-ribbon .rating:before{border-color:none!important;background:0 0!important;border:none!important;border-radius:none!important}html.white-bg{background:#fff}html.white-bg.cream-bg{background:#fff7e6}html.white-bg.cream-bg body{background:#fff}html.white-bg.cream-bg .top-safezone-blocker{background:#fff7e6!important}html.micromart-green-bg{background:#e0ffdf}body{padding-top:var(--sat)}body.white-bg{background:#fff}body.white-bg .panel{-webkit-box-shadow:none;box-shadow:none}body.micromart-green-bg{background:#e0ffdf}body .mask{position:fixed;background-color:rgba(0,0,0,.7)}body .mask.mask-blocker{opacity:0}body.touch.cover.overlay:not(.overlay-full) .nested-overlay{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding-top:var(--sat);padding-bottom:-webkit-calc(50px + var(--sab));padding-bottom:-moz-calc(50px + var(--sab));padding-bottom:calc(50px + var(--sab))}body.touch.cover.overlay:not(.overlay-full) .nested-overlay .content{margin:auto;top:0;width:90%}body.cover.overlay-full .nested-overlay .content,body.cover.overlay-full .nested-overlay .content>.container,body.cover.overlay-full .nested-overlay .content>.container>.panel{border-radius:0}body.cover:not(.touch) nav{z-index:1;display:none}body.cover.touch nav{z-index:1}body.cover .banners{display:none}body.cover .main-view{padding-top:0;margin-top:0}body.cover .nested-overlay .km-close{top:-15px}body.cover .nested-overlay .content{top:var(--sat);margin-top:25px;margin-bottom:25px;-webkit-box-shadow:0 16px 48px rgba(0,0,0,.176);box-shadow:0 16px 48px rgba(0,0,0,.176)}@media (max-width:767px){body.cover .nested-overlay .content{margin-bottom:-webkit-calc(80px + var(--sab));margin-bottom:-moz-calc(80px + var(--sab));margin-bottom:calc(80px + var(--sab))}}body.cover .nested-overlay .content,body.cover .nested-overlay .content>.container,body.cover .nested-overlay .content>.container>.panel{overflow:hidden;border-radius:12px}body:not(.overlay) .nested-overlay{display:none!important}body:not(.overlay) .mask{display:none!important}body.overlay{overflow:hidden}body.overlay.overlay-no-hide .km-close,body.overlay.overlay-no-hide .km-close.km-close-fixed{display:none}body.overlay.overlay-hide-btn .km-close{display:none!important}body.overlay:not(.overlay-no-hide) .mask-blocker{display:none}body .nested-overlay{position:fixed;height:100%;width:100%;top:0;left:0;z-index:10;text-align:center;overflow:auto;-webkit-overflow-scrolling:touch}body .nested-overlay>.content:empty+.km-close{display:none!important}body .nested-overlay .km-close{position:absolute;right:0;top:64px;color:#fff;z-index:12;font-size:35pt;text-shadow:0 1px 1px rgba(0,0,0,.5);display:block;width:60px;height:60px;line-height:60px}body .nested-overlay .content{text-align:left;display:inline-block;top:68px;margin-left:auto;margin-right:auto;margin-bottom:50px;margin-top:15px;border:0;background-color:#f7f8fa;position:relative;z-index:10;-webkit-box-shadow:0 2px 3px rgba(0,0,0,.2);box-shadow:0 2px 3px rgba(0,0,0,.2)}body .nested-overlay .content:focus{outline:0}body .nested-overlay .content .container{padding:0!important}body .nested-overlay .content .container.new a.km-close.km-close-fixed{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:absolute;top:0;background:#000;color:#fff;width:40px;height:40px}body .nested-overlay .content .container.new a.km-close.km-close-fixed i.fa-thin{-webkit-text-stroke-color:#000;font-size:24px;margin-bottom:0}body .nested-overlay .content .container.smaller-container.new .banner{font-size:18px;line-height:18px;font-weight:500;padding:18px 4px;color:#fff;background:#65b891;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}body .nested-overlay .content .container.smaller-container.new .banner .fa-check{font-size:10px;position:relative;color:#65b891;width:20px;height:20px;background:#fff;border-radius:50%;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:8px}body .nested-overlay .content .container.smaller-container.new .panel{background:#fff;margin-bottom:0}body .nested-overlay .content .container.smaller-container.new .panel.vertical .panel-heading{padding-top:24px}body .nested-overlay .content .container.smaller-container.new .panel.vertical .panel-body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}body .nested-overlay .content .container.smaller-container.new .panel.vertical .panel-body video{border-radius:12px;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;margin-top:5px;margin-bottom:10px}body .nested-overlay .content .container.smaller-container.new .panel.vertical .panel-body .animated{width:200px}body .nested-overlay .content .container.smaller-container.new .panel.vertical .panel-body img{margin-top:10px;margin-bottom:20px}body .nested-overlay .content .container.smaller-container.new .panel.vertical .panel-body h6{margin-top:0;margin-bottom:24px;font-size:16px;padding-left:20px;padding-right:20px}body .nested-overlay .content .container.smaller-container.new .panel .panel-heading{border:none;padding-bottom:0}body .nested-overlay .content .container.smaller-container.new .panel .panel-body{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding-bottom:0;padding-top:0}body .nested-overlay .content .container.smaller-container.new .panel .panel-body hgroup{margin-left:0;-webkit-align-self:normal;-ms-flex-item-align:normal;align-self:normal}body .nested-overlay .content .container.smaller-container.new .panel .panel-body hgroup h4{margin-bottom:20px;color:#000}body .nested-overlay .content .container.smaller-container.new .panel .panel-body hgroup h6{font-weight:500;line-height:20px;padding-right:5px;color:#000}body .nested-overlay .content .container.smaller-container.new .panel .panel-body hgroup h6 b.km-red{color:#e03c31}body .nested-overlay .content .container.smaller-container.new .panel .panel-body .animated{height:100%;width:100%;margin-left:0}body .nested-overlay .content .container.smaller-container.new .panel .panel-footer{background:#fff;text-align:center;padding:20px;padding-top:0}body .nested-overlay .content .container.smaller-container.new .panel .panel-footer .footer-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}body .nested-overlay .content .container.smaller-container.new .panel .panel-footer .footer-container .footer-option .btn,body .nested-overlay .content .container.smaller-container.new .panel .panel-footer .footer-container .footer-option a{padding:12px 17px;font-size:16px;font-family:Quicksand,sans-serif;font-weight:700;line-height:19px;text-transform:none;min-width:106px;border:1px solid #e03c31}body .nested-overlay .content .container.smaller-container.new .panel .panel-footer .footer-container .footer-option .btn-primary{background:#e03c31}body .nested-overlay .content .container.smaller-container.new .panel .panel-footer .footer-container .footer-option .btn-secondary,body .nested-overlay .content .container.smaller-container.new .panel .panel-footer .footer-container .footer-option .btn-secondary:active,body .nested-overlay .content .container.smaller-container.new .panel .panel-footer .footer-container .footer-option .btn-secondary:hover{color:#e03c31;background:#fff;margin-right:11px}@media (max-width:767px){body .nested-overlay .content{display:block;margin-left:15px;margin-right:15px;margin-top:var(--sat)}}@media (max-width:767px){body.overlay-full .nested-overlay .km-close{top:var(--sat)}body.overlay-full .nested-overlay .content{margin-left:0;margin-right:0;top:var(--sat);margin-top:0;margin-bottom:0}}@media (max-width:767px){body.overlay-full.cover .nested-overlay .km-close{top:var(--sat)}body.overlay-full.cover .nested-overlay .content{top:var(--sat)}}body .nested-overlay .km-close.km-close-fixed{text-shadow:none;-webkit-box-shadow:none;box-shadow:none;position:fixed;width:48px;height:48px;right:auto;margin-top:8px;margin-right:8px;margin-left:8px;background:#fff;color:#000;border-radius:50% 50%;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}@media (max-width:767px){body .nested-overlay .km-close.km-close-fixed{left:0}}body .nested-overlay .km-close.km-close-fixed .fa{font-size:60%;margin-bottom:-3px}@media (min-width:767px){body .nested-overlay .km-close.km-close-fixed{color:#fff;background:0 0;border:none;-webkit-box-shadow:none;box-shadow:none}body .nested-overlay .km-close.km-close-fixed .fa-thin{-webkit-text-stroke:2px #666}}.fa-thin{-webkit-text-stroke:2px #fff}.switch{position:relative;display:inline-block;width:46px;height:26px;vertical-align:middle}.switch input{display:none}.switch input:checked+.slider{background-color:#2196f3}.switch input:checked+.slider.slider-green{background-color:#7aa948}.switch input:focus+.slider{-webkit-box-shadow:0 0 1px #e1e1e1;box-shadow:0 0 1px #e1e1e1}.switch input:checked+.slider:before{-webkit-transform:translateX(20px);-moz-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}.switch .slider{-webkit-transition:.4s;-moz-transition:.4s;transition:.4s;position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc}.switch .slider:before{-webkit-transition:.4s;-moz-transition:.4s;transition:.4s;position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff}.switch .slider.round{border-radius:26px}.switch .slider.round:before{border-radius:50%}.nutrition-chart{height:80px;margin:0 -8px;display:block;float:right}.nutrition-chart circle{-webkit-transition:all 1s cubic-bezier(.3,.8,.2,1);-moz-transition:all 1s cubic-bezier(.3,.8,.2,1);transition:all 1s cubic-bezier(.3,.8,.2,1);stroke:currentcolor;stroke-dasharray:100,100;stroke-width:6;fill:transparent;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-mask:url(#circle-mask);mask:url(#circle-mask)}.nutrition-chart circle.fat{color:#c00}.nutrition-chart circle.carb{color:#028c98}.nutrition-chart circle.protein{color:#80ce82}.nutrition-summary{margin:0;margin-bottom:8px}.nutrition-summary>div{padding:0}.nutrition-chart-calories{padding-top:4px}.nutrition-chart-calories .amount{font-size:20pt;font-weight:700;line-height:1.2em}.nutrition-chart-calories .amount-outer{font-size:.8em;display:inline-block;padding:2px 4px;line-height:1em;border:1px solid #ddd;border-radius:4px 4px;vertical-align:top;margin-top:2px;color:#8c8c8c;font-weight:700}.nutrition-chart-calories .amount-outer .amount-outer-desc{display:inline-block;margin-left:2px}.nutrition-chart-calories .desc{font-size:8pt;color:#8c8c8c;line-height:1.6em}.nutrition-chart-legend{padding-left:5px;line-height:1.4em;font-size:12px;margin-top:17px}.nutrition-chart-legend-item{font-weight:700}.nutrition-chart-legend-item .type{display:inline-block;width:44px}.nutrition-chart-legend-item .grams,.nutrition-chart-legend-item .perc{width:34px;color:#8c8c8c;font-weight:600;text-align:right;display:inline-block}.nutrition-chart-legend-item.fat{color:#c00}.nutrition-chart-legend-item.carb{color:#028c98}.nutrition-chart-legend-item.protein{color:#80ce82}.video-thumbnail-link{position:relative;text-align:center;display:inline-block}.video-thumbnail-link i.fa{position:absolute;top:40%;left:50%;margin-top:-40px;margin-left:-40px;color:#fff;font-size:80px;opacity:.8}.video-thumbnail-link .bottom{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.5);color:#fff;font-size:14px;padding:4px;background:#fc4b05}v-pane ul.km-list>li:first-child{margin-top:0!important}.offers-block.margin-top{margin-top:15px}.offers-block .offers{max-width:400px;display:inline-block;margin:0 auto}.offers .slick-dots{bottom:12px}.offers.slick-dotted.slick-slider{margin-bottom:0}.offers .offer-container{padding:0}.order-summary .offer{margin-bottom:10px}.offer{position:relative;min-height:101px;padding-right:102px;padding-top:15px;padding-left:15px;padding-bottom:18px;text-align:left;background:#daece4;border-radius:10px;font-weight:500;overflow:hidden}.offer.offer-points{background:#ffe3ad}.offer.offer-points .offer-icon{color:#fcce72}.offer .offer-icon{font-size:82px;color:#abd4c2;position:absolute;right:14px;bottom:-6px;margin-left:25px;margin-right:0;height:82px;line-height:1}.offer .offer-icon .offer-icon-text{color:#fff;position:absolute;-webkit-transform:rotate(-37deg);-moz-transform:rotate(-37deg);-ms-transform:rotate(-37deg);transform:rotate(-37deg);font-size:27px;top:29%;left:27%}.offer .offer-icon .offer-icon-text.offer-icon-dollar{left:35%}.offer .offer-explanation{font-size:18px;font-weight:700;line-height:1.3}.offer .offer-sub-item{line-height:1.3}.offer .offer-sub-item .offer-explanation{font-size:16px}.offer .offer-name{line-height:1.2}.offer .offer-time-side{position:absolute;top:7px;right:0;width:120px;text-align:center;font-size:13px;font-weight:450}.offer .offer-time+.offer-explanation{margin-left:5px}.offer .offer-time+.offer-explanation::before{content:"- "}.offer .on-applied{display:none}.offer .on-notapplied{display:inline-block}.offer.applied .on-applied{display:inline-block}.offer.applied .on-notapplied{display:none}.offers>ul{overflow:visible;-webkit-overflow-scrolling:touch}.credit-card-alert{background:#666;font-size:10pt;line-height:1.2em}.order-summary{font-size:15px;margin-bottom:15px}.order-summary dt{width:120px;text-align:left;float:left;font-weight:400}.order-summary .order-credits dd,.order-summary .order-credits dt,.order-summary .order-credits dt label{font-weight:700}.order-summary .toggle-credits dt{width:160px}.order-summary .toggle-credits dt label{margin:0}.order-summary .toggle-credits dt input{margin:0;margin-bottom:10px;margin-right:8px!important;vertical-align:top}.order-summary .order-total-name,.order-summary .order-total-value{font-weight:700}.order-summary .order-points-name,.order-summary .order-points-value{font-weight:700;color:#e03c31}.order-summary dd{margin:0;text-align:right}.clickable-tag{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.clickable-tag .clickable-tag-content{border:1px solid #999;color:#999;padding:6px 8px;border-radius:4px;line-height:1em;font-size:12px;text-transform:capitalize}.clickable-tag:not(:last-child){margin-right:5px}.clickable-tag>.clickable-tag-content{display:inline-block}.clickable-tag>input{display:none}.clickable-tag>input:checked+.clickable-tag-content{background:#000;border-color:#000;color:#fff;font-weight:700}.category-tag{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;text-transform:capitalize;font-weight:500;font-size:15px;color:#333;border-left:4px solid #eee;padding:5px 5px;margin-left:5px;margin-right:0;line-height:1em}.category-tag-thrive{font-family:"Amatic SC";padding:1px 5px;font-size:18px;font-weight:700!important}.category-tag-classics{font-family:"Fira Sans"}.category-tag-inspired{font-family:Lobster}.bubble-sm{border:.2em solid #dfdfdf;width:2em;height:2em;line-height:1.6em;display:inline-block;background:#fff;border-radius:50% 50%;position:relative;-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;transition:border-color .2s ease;overflow:hidden}.bubble-container{margin:2px 8px}.bubble-container-med{margin:1px 2px}.bubble-container-med .bubble .bubble-icon{font-size:8px}.bubble-container-med .bubble .bubble-icon .bubble-ref-lg{font-size:4em;margin-top:.5em;font-weight:500}.bubble-container-med .bubble .bubble-icon .bubble-name{font-size:1.2em;line-height:1em;padding-bottom:0;bottom:inherit;color:#aaa;font-weight:700;background:0 0;padding:0 1em}.bubble-container-xs{margin:1px 3px}.bubble-container-xs .bubble .bubble-icon{font-size:8px;width:5.2em;height:5.2em}.bubble-container-xs .bubble .bubble-icon .bubble-ref{font-size:1.2em;margin-top:.9em;font-weight:700}.bubble-container-xs .bubble .bubble-icon .bubble-ref-lg{font-size:2em;margin-top:.5em}.bubble-container-xs .bubble .bubble-icon .bubble-name{font-size:1.1em;line-height:1em;padding:0 .5em;text-transform:none;bottom:inherit;color:#aaa;font-weight:700;background:0 0}.bubble-container-small{margin:1px 2px}.bubble-container-small .bubble .bubble-icon{font-size:8px}.bubble-container-small .bubble .bubble-icon .bubble-ref{font-size:1.5em;margin-top:2.5em;font-weight:700}.bubble-container-small .bubble .bubble-icon .bubble-ref-lg{font-size:2.5em;margin-top:1.3em}.bubble-container-small .bubble .bubble-icon .bubble-name{font-size:1.1em;line-height:1em;padding-bottom:0;text-transform:none;bottom:inherit;color:#aaa;font-weight:700;background:0 0}.bubble-container-small-2x .bubble .bubble-icon .bubble-ref{font-size:4em;margin-top:.6em}.bubble{font-size:11px}.bubble .bubble-icon{border:.5em solid #dfdfdf;width:10em;height:10em;background:#fff;border-radius:50% 50%;position:relative;-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;transition:border-color .2s ease;overflow:hidden}.bubble .bubble-icon .bubble-image{position:absolute;background-size:cover;width:100%;height:100%;display:none}.bubble .bubble-icon .bubble-image.bubble-image-md{background-size:75% auto;background-repeat:no-repeat;background-position:50% 50%}.bubble .bubble-icon .bubble-image.bubble-image-md.bubble-diet-halal,.bubble .bubble-icon .bubble-image.bubble-image-md.bubble-diet-vegan,.bubble .bubble-icon .bubble-image.bubble-image-md.bubble-diet-vegetarian{background-size:55% auto;background-position:50% 35%}.bubble .bubble-icon.has-image .bubble-image{display:block}.bubble .bubble-icon.has-image .bubble-ref{opacity:0}.bubble .bubble-icon .bubble-ref{text-align:center;font-size:5em;color:#000;margin-top:.3em;line-height:1em;position:relative;text-transform:capitalize}.bubble .bubble-icon .bubble-name{text-align:center;color:#333;text-transform:uppercase;line-height:1em;padding:0 1em;padding-bottom:1.3em;padding-top:.5em;font-size:.9em;position:absolute;background:rgba(255,255,255,.8);bottom:0;left:0;right:0;margin:0}.bubble .bubble-icon .bubble-overlay{background:rgba(0,0,0,.7);color:#fff;border-color:transparent;position:absolute;margin:0;opacity:0;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;width:100%;height:100%;top:0;left:0;border-radius:50% 50%;text-align:center;padding-top:3em}.bubble .bubble-icon .bubble-overlay .bubble-overlay-text{text-align:center;font-weight:700}.bubble .bubble-icon:before{content:"";display:block;position:absolute;z-index:1;top:0;left:50%;width:.5em;height:100%;margin-left:-.25em;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:background-color .2s ease;-moz-transition:background-color .2s ease;transition:background-color .2s ease;background:0 0}.bubble input{display:none}.bubble input:checked+.bubble-icon{border-color:#dc1c4e}.bubble input:checked+.bubble-icon:before{background:#dc1c4e}.bubble.bubble-success input:checked+.bubble-icon{border-color:#7aa948}.bubble.bubble-success input:checked+.bubble-icon:before{background:0 0}.bubble.bubble-success input:disabled+.bubble-icon{opacity:.3}.bubble.bubble-success input:disabled+.bubble-icon:before{background:0 0}.site-autocomplete-menu{z-index:100000!important;pointer-events:all!important}.site-autocomplete-input{color:#8c8c8c}md-input-container{padding:0!important}md-input-container label{color:#8c8c8c!important;padding-left:1px!important}md-input-container input.md-input{border:none!important;font-weight:500!important;pointer-events:all;-webkit-box-shadow:inset 0 -1px 0 #ddd!important;box-shadow:inset 0 -1px 0 #ddd!important}md-input-container.md-input-focused label:not(.md-no-float),md-input-container.md-input-has-placeholder label:not(.md-no-float),md-input-container.md-input-has-value label:not(.md-no-float){-webkit-transform:translate3d(0,22px,0) scale(.75)!important;-moz-transform:translate3d(0,22px,0) scale(.75)!important;transform:translate3d(0,22px,0) scale(.75)!important}md-input-container:not(.md-input-invalid).md-input-focused .md-input{border-color:#2196f3}.md-item-gps{height:48px!important;line-height:48px!important;display:block}md-autocomplete button{pointer-events:all;margin-right:0!important}md-autocomplete-wrap{-webkit-box-shadow:0 0 #000;box-shadow:0 0 #000;pointer-events:none}md-autocomplete{height:48px!important;margin-bottom:10px!important}.md-autocomplete-suggestions.md-autocomplete-two-line .md-autocomplete-suggestion{line-height:24px}.md-autocomplete-suggestions.md-autocomplete-two-line .md-autocomplete-suggestion .md-autocomplete-line1{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.md-autocomplete-suggestions.md-autocomplete-two-line .md-autocomplete-suggestion .md-autocomplete-text{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.md-autocomplete-suggestions.md-autocomplete-two-line .md-autocomplete-suggestion .md-autocomplete-subtext{font-size:11pt;color:#999}.form-label-group{position:relative;margin-bottom:10px;font-size:16px}.form-label-group>.form-control{line-height:1.5;height:auto;font-size:16px;font-weight:500}.form-label-group>.form-control,.form-label-group>label{padding:.7em 0}.form-label-group>label{position:absolute;top:0;left:0;display:block;width:100%;margin-bottom:0;line-height:1.5;color:#8c8c8c;border:1px solid transparent;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;transition:all .1s ease-in-out;font-size:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.form-label-group input::-webkit-input-placeholder,.form-label-group select::-webkit-input-placeholder{color:transparent!important}.form-label-group input:-moz-placeholder,.form-label-group select:-moz-placeholder{color:transparent!important}.form-label-group input::-moz-placeholder,.form-label-group select::-moz-placeholder{color:transparent!important}.form-label-group input:-ms-input-placeholder,.form-label-group select:-ms-input-placeholder{color:transparent!important}.form-label-group input:focus::-webkit-input-placeholder,.form-label-group select:focus::-webkit-input-placeholder{color:transparent!important}.form-label-group input:focus:-moz-placeholder,.form-label-group select:focus:-moz-placeholder{color:transparent!important}.form-label-group input:focus::-moz-placeholder,.form-label-group select:focus::-moz-placeholder{color:transparent!important}.form-label-group input:focus:-ms-input-placeholder,.form-label-group select:focus:-ms-input-placeholder{color:transparent!important}.form-label-group input:focus~label,.form-label-group select:focus~label{color:#ccc!important}.form-label-group input.ng-not-empty,.form-label-group input:focus,.form-label-group select.ng-not-empty,.form-label-group select:focus{padding-top:1.1666666667em;padding-bottom:.2333333333em}.form-label-group input.ng-not-empty~label,.form-label-group input:focus~label,.form-label-group select.ng-not-empty~label,.form-label-group select:focus~label{padding-top:.2333333333em;padding-bottom:.2333333333em;font-size:13px;color:#8c8c8c!important}.recipe-price{font-size:15px;margin-right:3px}.recipe-price .price{font-weight:700}.recipe-price .price-discounted{font-weight:600;color:#53a318;text-transform:uppercase}.recipe-price .price-original{text-decoration:line-through;color:#75787b;font-weight:400;padding-left:4px}.recipe-details .recipe-tag{border-radius:4px 4px;border:1px solid transparent;padding:5px 8px;margin-left:4px;margin-bottom:2px;font-size:11px;font-weight:700;display:inline-block;line-height:1}.recipe-details .recipe-tag .voucher-value{margin-left:2px}.recipe-details .recipe-tag.recipe-tag-green{color:#53a318;border:1px solid #53a318;background-color:rgb(245.5454545455,252.8181818182,240.1818181818)}.recipe-details .recipe-tag.recipe-tag-km{background-color:rgb(253.3518987342,244.6329113924,244.0481012658);color:#e03c31;border-color:#e03c31}.js-typeform-container{position:relative}.js-typeform-content{height:500px}.js-typeform-loading{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.js-typeform-brand-cover{position:absolute;right:0;bottom:0;background:#fff;width:100%;height:50px}.announcements,.offers{max-width:400px;display:inline-block;margin:0 auto;margin-bottom:8px}.announcements .slick-slide,.offers .slick-slide{margin:0 6px;width:374px}.announcements .slick-list,.offers .slick-list{margin:0 -6px}.announcements.slick-dotted.slick-slider,.offers.slick-dotted.slick-slider{margin-bottom:0}.announcements .announcement,.offers .announcement{padding:0}.announcements .slick-dots,.offers .slick-dots{bottom:12px}.announcements a,.announcements img,.offers a,.offers img{width:100%}.announcements.skeleton,.offers.skeleton{height:164px;width:100%}.announcements{width:100%;height:100%;margin-bottom:15px}body.touch .offers .slick-dots{bottom:0!important}.announcements-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}#site .rewards-points{background:url(https://res.cloudinary.com/kitchenmate/image/upload/v1679708622/App/Menu/points-announcement.svg);height:100%;width:100%;padding:0;background-size:contain;background-repeat:no-repeat;padding-top:43.2%}#offers .offers,#site .offers{width:100%}#offers .offers .offer,#site .offers .offer{padding:15px 20px;padding-right:80px}#offers .offers .offer-voucher div>div:first-child,#site .offers .offer-voucher div>div:first-child{font-family:Quicksand;font-weight:700;line-height:1.2}#offers .offers .offer-voucher div>div:last-child,#site .offers .offer-voucher div>div:last-child{font-weight:400;margin-top:10px;line-height:1.1;font-family:"Brandon Grotesque"}#offers .offers .offer-voucher div>div:last-child span,#site .offers .offer-voucher div>div:last-child span{font-weight:400}#offers .offers .offer-voucher.custom-app-banner,#site .offers .offer-voucher.custom-app-banner{height:100%;width:100%;padding:0;background:0 0;background-size:contain;background-repeat:no-repeat;padding-top:35.6%}#offers .offers .offer-icon,#site .offers .offer-icon{font-size:100px;height:100px;right:-30px;bottom:-20px}#offers .offers .offer-icon .offer-icon-text,#site .offers .offer-icon .offer-icon-text{font-size:28%;left:34%;top:25%}#offers .offers .offer-icon .offer-icon-text.offer-icon-dollar,#site .offers .offer-icon .offer-icon-text.offer-icon-dollar{left:37%}#offers .offers .offer-icon .offer-icon-text.offer-icon-points,#site .offers .offer-icon .offer-icon-text.offer-icon-points{top:32%;left:27%}#offers .offers .offer-icon .offer-icon-text.offer-icon-percent,#site .offers .offer-icon .offer-icon-text.offer-icon-percent{font-size:24%}#offers .offers .offer-points,#site .offers .offer-points{line-height:1.2}#offers .offers .offer-points .offer-name,#site .offers .offer-points .offer-name{font-family:Quicksand;font-weight:700;line-height:1.2}#offers .offers .offer-points .offer-explanation,#site .offers .offer-points .offer-explanation{font-weight:400;margin-top:10px;line-height:1.1}.section-divider{height:10px;width:100vw;position:relative;margin-left:-50vw;margin-right:-50vw;left:50%;right:50%;background:#f8f7f7;margin-bottom:20px;-webkit-box-shadow:0 0 1px rgba(0,0,0,.3);box-shadow:0 0 1px rgba(0,0,0,.3)}.section-divider:before{content:"";display:block;height:10px;width:100vw;position:relative;bottom:-10px;background:#fff}.credit-balance{background:rgb(240.6266666667,248.3733333333,244.7333333333);border-radius:6px;padding:10px;margin-bottom:20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.credit-balance lord-icon{width:48px;height:48px;-webkit-box-flex:0;-webkit-flex:0 0 48px;-moz-box-flex:0;-ms-flex:0 0 48px;flex:0 0 48px;color:rgb(153.36,208.14,182.4)}.credit-balance .text{font-family:Quicksand;font-size:14px;font-weight:600;line-height:18px;color:rgb(73.84,160.16,119.6);text-align:left}.skeleton{-webkit-animation:skeleton-loading 1s linear infinite alternate;-moz-animation:skeleton-loading 1s linear infinite alternate;animation:skeleton-loading 1s linear infinite alternate;border-radius:12px}@-webkit-keyframes skeleton-loading{0%{background-color:#e5e5e5}100%{background-color:#f9f9f9}}@-moz-keyframes skeleton-loading{0%{background-color:#e5e5e5}100%{background-color:#f9f9f9}}@keyframes skeleton-loading{0%{background-color:#e5e5e5}100%{background-color:#f9f9f9}}.skeleton-text{width:100%;height:30px;margin-bottom:10px}.skeleton-img{width:100%;height:280px;margin-bottom:10px}.empty-state{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:60px 15px!important;border-radius:12px!important}.empty-state .title{font-size:20px;font-weight:700;line-height:24px}.empty-state .explanation{font-family:"Brandon Grotesque";font-size:16px;font-weight:400;line-height:20px;margin-bottom:30px;padding-left:30px;padding-right:30px}.empty-state.with-icon{padding-top:20px!important;padding-bottom:40px!important}.empty-state.with-icon .icon{width:160px;height:160px}.empty-state.with-icon .title{margin-top:0}.form-popup .panel{margin-bottom:0}.form-popup .panel-heading{padding:34px 30px 10px 30px;border-bottom:none}.form-popup .panel-heading h4{margin-top:0;margin-bottom:20px}.form-popup .panel-heading h6{margin-bottom:0;line-height:16px;font-weight:500}.form-popup .panel-heading h6>b.text-km{font-weight:700}.form-popup .panel-body{padding:5px 30px 0 30px}.form-popup .panel-body>div{max-width:100%}.form-popup .panel-body p.additional-info{margin-top:10px;font-family:Quicksand,sans-serif;font-size:12px;font-weight:500;color:#828282;padding-bottom:0}.form-popup .panel-footer{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:right;-webkit-justify-content:right;-moz-box-pack:right;-ms-flex-pack:right;justify-content:right;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:10px 30px 20px;background:#fff}.form-popup .panel-footer a{padding:12px 17px!important;font-size:16px!important;font-family:Quicksand,sans-serif;font-weight:700!important;line-height:19px;text-transform:none;min-width:106px;border:1px solid #e03c31}.form-popup .panel-footer .btn-success{background:#e03c31}.form-popup .panel-footer .btn-later,.form-popup .panel-footer .btn-later:active,.form-popup .panel-footer .btn-later:hover{color:#e03c31!important;background:#fff!important;margin-right:11px!important;border-color:#e03c31!important}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}60%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}@-moz-keyframes bounce{0%,100%,20%,50%,80%{-moz-transform:translateY(0);transform:translateY(0)}40%{-moz-transform:translateY(-15px);transform:translateY(-15px)}60%{-moz-transform:translateY(-10px);transform:translateY(-10px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-15px);-moz-transform:translateY(-15px);transform:translateY(-15px)}60%{-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);transform:translateY(-10px)}}@-webkit-keyframes pulse{0%,10%,100%,30%,60%{-webkit-transform:scale(1,1);transform:scale(1,1)}20%,45%{-webkit-transform:scale(1.5,1.5);transform:scale(1.5,1.5)}}@-moz-keyframes pulse{0%,10%,100%,30%,60%{-moz-transform:scale(1,1);transform:scale(1,1)}20%,45%{-moz-transform:scale(1.5,1.5);transform:scale(1.5,1.5)}}@keyframes pulse{0%,10%,100%,30%,60%{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);transform:scale(1,1)}20%,45%{-webkit-transform:scale(1.5,1.5);-moz-transform:scale(1.5,1.5);transform:scale(1.5,1.5)}}.pulse{-webkit-animation:pulse 1s infinite;-moz-animation:pulse 1s infinite;animation:pulse 1s infinite}@-webkit-keyframes side-motion{0%,100%,20%,50%,80%{-webkit-transform:translateX(0);transform:translateX(0)}40%{-webkit-transform:translateX(-15px);transform:translateX(-15px)}60%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}}@-moz-keyframes side-motion{0%,100%,20%,50%,80%{-moz-transform:translateX(0);transform:translateX(0)}40%{-moz-transform:translateX(-15px);transform:translateX(-15px)}60%{-moz-transform:translateX(-10px);transform:translateX(-10px)}}@keyframes side-motion{0%,100%,20%,50%,80%{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0)}40%{-webkit-transform:translateX(-15px);-moz-transform:translateX(-15px);transform:translateX(-15px)}60%{-webkit-transform:translateX(-10px);-moz-transform:translateX(-10px);transform:translateX(-10px)}}@-webkit-keyframes scale-down-center{0%{-webkit-transform:scale(1);transform:scale(1)}0%{-webkit-transform:scale(1.05);transform:scale(1.05)}100%{-webkit-transform:scale(.95);transform:scale(.95)}}@-moz-keyframes scale-down-center{0%{-moz-transform:scale(1);transform:scale(1)}0%{-moz-transform:scale(1.05);transform:scale(1.05)}100%{-moz-transform:scale(.95);transform:scale(.95)}}@keyframes scale-down-center{0%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}0%{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);transform:scale(1.05)}100%{-webkit-transform:scale(.95);-moz-transform:scale(.95);transform:scale(.95)}}.anim-side-motion{-webkit-animation:side-motion 1s infinite;-moz-animation:side-motion 1s infinite;animation:side-motion 1s infinite}.scale-motion{-webkit-animation:scale-down-center .5s ease-in-out infinite alternate both;-moz-animation:scale-down-center .5s ease-in-out infinite alternate both;animation:scale-down-center .5s ease-in-out infinite alternate both}@-webkit-keyframes bubble{0%{-webkit-transform:scale(1,1);transform:scale(1,1)}100%{-webkit-transform:scale(1.5,1.5);transform:scale(1.5,1.5);opacity:0}}@-moz-keyframes bubble{0%{-moz-transform:scale(1,1);transform:scale(1,1)}100%{-moz-transform:scale(1.5,1.5);transform:scale(1.5,1.5);opacity:0}}@keyframes bubble{0%{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);transform:scale(1,1)}100%{-webkit-transform:scale(1.5,1.5);-moz-transform:scale(1.5,1.5);transform:scale(1.5,1.5);opacity:0}}@-webkit-keyframes bubble-lg{0%{-webkit-transform:scale(1,1);transform:scale(1,1)}100%{-webkit-transform:scale(1.85,1.85);transform:scale(1.85,1.85);opacity:0}}@-moz-keyframes bubble-lg{0%{-moz-transform:scale(1,1);transform:scale(1,1)}100%{-moz-transform:scale(1.85,1.85);transform:scale(1.85,1.85);opacity:0}}@keyframes bubble-lg{0%{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);transform:scale(1,1)}100%{-webkit-transform:scale(1.85,1.85);-moz-transform:scale(1.85,1.85);transform:scale(1.85,1.85);opacity:0}}.pop-in-out.ng-enter{-webkit-transition:-webkit-transform .1s ease-out;transition:-webkit-transform .1s ease-out;-moz-transition:transform .1s ease-out,-moz-transform .1s ease-out;transition:transform .1s ease-out;transition:transform .1s ease-out,-webkit-transform .1s ease-out,-moz-transform .1s ease-out;opacity:0;-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.pop-in-out.ng-enter.ng-enter-active{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.pop-in-out.ng-leave{-webkit-transition:.2s ease-in-out all;-moz-transition:.2s ease-in-out all;transition:.2s ease-in-out all;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.pop-in-out.ng-leave.ng-leave-active{opacity:0;-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.delivering-popover{min-width:250px;text-shadow:none}.delivering-popover h3{font-size:13pt;margin:0;margin-bottom:8px}.delivering-popover ul{max-height:500px;width:100%;margin:0;overflow-y:auto;-webkit-overflow-scrolling:touch}@media (max-width:767px){.delivering-popover ul{max-height:300px}}.delivering-popover ul>li{padding-top:8px;padding-bottom:8px;padding-left:0;padding-right:0}.delivering-popover ul>li .thumb{width:25px;height:25px;float:left;margin-left:8px;margin-right:5px;border-radius:3px}.notification-popover{min-width:250px;text-shadow:none}.notification-popover .explanation{color:#666}.notification-popover h3{font-size:13pt;margin:0;margin-bottom:8px}.notification-popover .well{background:0 0}.notification-popover ul{max-height:400px;width:100%;margin:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.notification-popover ul .message{font-size:13px}.notification-popover ul .explanation{line-height:1.5;margin-top:5px}@media (max-width:767px){.notification-popover ul{max-height:250px}}.notification-popover ul>li{line-height:1.1em;padding:8px}.notification-popover ul>li:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.notification-popover ul>li:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.notification-popover ul>li .thumb{width:25px;height:25px;float:left;margin-left:8px;margin-right:5px;border-radius:3px}.notification-popover ul>li.read{background-color:#f1f1f1}.notification-popover ul>li.read,.notification-popover ul>li.read .explanation,.notification-popover ul>li.read .message{color:#8c8c8c!important}.notification-popover ul>li .time{float:right;font-size:8pt}#recipe .tab-pane-body{margin-top:10px;margin-bottom:5px}#recipe .expanded-content{-webkit-transition:max-height linear .3s;-moz-transition:max-height linear .3s;transition:max-height linear .3s;overflow-y:hidden;font-size:15.5px;margin:10px 0 5px 0;width:100%;padding:0 10px;border-radius:3px;background-color:#eee}#recipe .expanded-content .title{font-weight:700;text-transform:capitalize;padding-top:5px}#recipe .expanded-content .expanded-inner-content{text-transform:capitalize;line-height:1.25;font-size:14px;padding-bottom:7px}@media (max-width:992px){#recipe .expanded-content{margin-left:10%;width:80%}}@media (max-width:300px){#recipe .expanded-content{margin-left:5%;width:90%}}#recipe .photo{float:left;width:60%;height:658px;position:relative}#recipe .photo .main-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#recipe .photo .main-photo .description{position:absolute;left:30px;right:30px;bottom:15px}#recipe .photo .main-photo .description .thumbnails{margin-bottom:15px}#recipe .photo .main-photo .description .thumbnails .thumbnail{display:inline-block;vertical-align:top;margin-right:15px;margin-bottom:0;height:90px;width:120px}#recipe .photo .main-photo .description p{padding:8px;text-align:left;font-size:13pt;background-color:rgba(255,255,255,.9);margin:0}#recipe .photo .main-photo .recipe-price-container{background-color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 10px;border-radius:5px;position:absolute;bottom:12px;right:12px}#recipe .recipe-info-nav>li{width:50%;text-align:center}#recipe .recipe-info-nav>li>a{padding:10px 5px}#recipe .recipe-summary{padding:15px}#recipe .recipe-summary .category-section{padding-left:15px;margin:10px 0 10px 0;color:#333;padding:5px 10px;border-left:4px solid #eee}#recipe .recipe-summary .category-section.category-section-thrive{border-color:#eee}#recipe .recipe-summary .category-section.category-section-classics{border-color:#eee}#recipe .recipe-summary .category-section.category-section-inspired{border-color:#eee}#recipe .recipe-summary .category-section .category-name{text-transform:capitalize;font-weight:450;font-size:13pt;vertical-align:top}#recipe .recipe-summary .category-section .category-tagline{font-weight:400;font-style:italic;text-transform:capitalize;font-size:-webkit-calc(13pt - 2pt);font-size:-moz-calc(13pt - 2pt);font-size:calc(13pt - 2pt)}#recipe .recipe-summary .category-section .learn-more{font-size:11pt;margin-top:-6px}#recipe .recipe-summary .recipe-name{text-transform:capitalize;margin:10px 0 5px 0;font-weight:700;font-size:20pt;letter-spacing:-.3px;color:#000}#recipe .recipe-summary .recipe-name .diet-tag{margin-right:6px}#recipe .recipe-summary .label{border-radius:8px;padding:.3em .6em .3em}#recipe .recipe-summary .recipe-summary-line{text-transform:capitalize;line-height:1.1;letter-spacing:-.3px;margin-bottom:7px;font-weight:500;font-size:13pt}#recipe .recipe-summary .recipe-description{margin-bottom:6px;line-height:1.4em;font-size:-webkit-calc(11pt + 1pt);font-size:-moz-calc(11pt + 1pt);font-size:calc(11pt + 1pt)}#recipe .recipe-summary .recipe-reviews{margin-top:15px;margin-bottom:15px;position:relative;border-radius:4px 4px;padding:10px;background:rgb(241.5438247012,249.1561752988,241.8513944223)}#recipe .recipe-summary .recipe-reviews .recipe-reviews-heading>i{margin-right:10px}#recipe .recipe-summary .recipe-reviews .recipe-reviews-title{font-weight:500}#recipe .recipe-summary .recipe-reviews .rating{font-size:inherit}#recipe .recipe-summary .recipe-reviews .recipe-rating{font-weight:400;font-size:90%}#recipe .recipe-summary .recipe-reviews .recipe-reviews-details{line-height:1.4em;font-size:12pt}#recipe .recipe-summary .recipe-reviews .recipe-reviews-popover{width:100%;margin-top:10px;position:absolute;background:#fff;z-index:1;border:1px solid #aaa;border-radius:8px 8px;padding:7px 10px;margin-bottom:15px;text-align:center}#recipe .recipe-summary .recipe-reviews .recipe-reviews-popover .recipe-reviewer{margin:5px 5px;font-size:10pt;vertical-align:top;font-weight:500;width:62px;display:inline-block}#recipe .recipe-summary .recipe-reviews .recipe-reviews-popover .recipe-reviewer .small{line-height:1em;font-weight:400;font-size:80%}#recipe .recipe-summary .recipe-reviews .recipe-reviews-popover .thumb.avatar{width:2.5em;height:2.5em;margin:0 auto;border-radius:50% 50%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat}#recipe .recipe-summary .recipe-reviews .recipe-reviews-popover i{position:absolute;top:8px;right:8px;opacity:.5;cursor:pointer}#recipe .recipe-summary .diet-icon{font-size:1.5em}#recipe .recipe-summary .diet-icon.recipe-canada-organic,#recipe .recipe-summary .diet-icon.recipe-organic{margin-bottom:.1em}#recipe .nutrition-summary{padding:15px 0;padding-bottom:0;margin:0}#recipe .recipe-details{padding:15px;padding-top:0}#recipe .recipe-details .recipe-allergens{line-height:1.2em;margin-top:40px;margin-bottom:-20px}#recipe .recipe-details .recipe-allergens .recipe-contains,#recipe .recipe-details .recipe-allergens .recipe-intolerances{font-size:8pt;text-transform:capitalize}#recipe .recipe-details .best-before{font-size:8pt;line-height:1.2em}@media (min-width:991px){#recipe .recipe-order-container{margin:0 15px}}#recipe .recipe-order-container .place-order{font-size:14pt}@media (min-width:991px){#recipe .recipe-order-container .place-order{width:100%;border-radius:4px 4px;margin-bottom:8px}}#recipe .recipe-order-container .place-order .recipe-price{font-size:14pt!important}#recipe .recipe-info{float:left;width:40%;height:658px;vertical-align:top;background-color:#fff;overflow:auto;-webkit-overflow-scrolling:touch}#recipe .recipe-info .nav-pills{margin:0}#recipe .recipe-info h4{border-bottom:1px solid #e03c31;margin-bottom:15px;padding:8px;font-size:16pt;text-align:center}#recipe .recipe-info .ingredient-suppliers .km-list{margin-left:0;margin-right:0;max-height:inherit}#recipe .recipe-info .ingredient-suppliers .km-list.km-list-grid-sm{overflow:visible;-webkit-overflow-scrolling:touch}#recipe .recipe-info .ingredient-suppliers .km-list.km-list-grid-sm>li{width:33.33%;padding-left:2px;padding-right:2px;padding-top:15px;padding-bottom:0;display:inline-block;vertical-align:top;border:none;text-align:center}@media (max-width:991px){#recipe .recipe-info .ingredient-suppliers .km-list.km-list-grid-sm>li{width:50%}}#recipe .recipe-info .ingredient-suppliers .km-list.km-list-grid-sm>li .thumb{margin:0;width:120px;height:120px;border:5px solid #fff;-webkit-box-shadow:0 0 0 1px #eee;box-shadow:0 0 0 1px #eee;border-radius:50% 50%}#recipe .recipe-info .ingredient-suppliers .km-list.km-list-grid-sm>li .name{line-height:1.2em;margin-top:4px;display:block;word-break:break-word;font-size:14px;color:#333}#recipe .recipe-info .ingredient-suppliers .km-list.km-list-grid-sm>li .expander{display:inline-block;position:relative}#recipe .recipe-info .ingredient-suppliers .km-list.km-list-thumbs>li:not(.no-thumb){padding-left:65px}#recipe .recipe-info .ingredient-suppliers .km-list.km-list-thumbs>li .thumb{background-position-y:9%;background-color:transparent;width:50px}#recipe .recipe-info .ingredient-suppliers .km-list>li{text-align:left}#recipe .recipe-info .ingredient-suppliers .km-list>li .name{text-transform:capitalize}#recipe .recipe-info .ingredient-suppliers .km-list>li .expander{position:absolute;margin-left:-15px;margin-top:12px;font-size:16px;font-weight:700}#recipe .recipe-info .ingredient-suppliers .km-list>li .thumb{width:80px;height:60px;display:inline-block;background-repeat:no-repeat;background-position:50% 50%;vertical-align:middle;background-size:cover;margin-right:5px}#recipe .recipe-info .nutrition{font-size:11pt}#recipe .recipe-info .nutrition .title{font-size:15px;color:#8c8c8c}#recipe .recipe-info .nutrition .nutritional-dropdown-container{overflow:visible;position:relative;-webkit-overflow-scrolling:touch}#recipe .recipe-info .nutrition .nutritional-dropdown-container>a{background:#f6f6f6;padding:15px;display:block}#recipe .recipe-info .nutrition .nutritional-dropdown-container>.dropdown-toggle{background:#f6f6f6;padding:15px;display:block}#recipe .recipe-info .nutrition .dropdown-menu{left:50%;text-align:center;width:240px;margin-left:-120px;margin-top:-10px}#recipe .recipe-info .nutrition .name{font-weight:700;text-transform:capitalize}#recipe .recipe-info .nutrition .sub-item .name{font-weight:400;padding-left:5px}#recipe .recipe-info .nutrition .value{float:right}#recipe .recipe-info .nutrition .dv-value{margin-right:5px;font-weight:600;float:right}#recipe .recipe-info .nutrition-fact{border-bottom:1px solid #eee}#recipe .recipe-info .allergy-disclaimer{margin:30px 0 15px 0;font-size:11pt;text-align:center;line-height:1.4em;background:#f6f6f6;padding:10px;border-radius:4px 4px}#recipe .recipe-info .nutrition-list{margin-top:15px;text-align:center;font-size:11pt}#recipe .recipe-info .nutrition-list .col-sm-6{padding-left:5px;padding-right:5px}#recipe .recipe-info .reviews li{padding:8px;margin:5px;margin-bottom:0}#recipe .recipe-info .reviews li .avatar{display:inline-block;height:25px;width:25px;border-radius:50%;margin-right:8px;vertical-align:top}#recipe .recipe-info .reviews li .name{font-weight:700}#recipe .recipe-info .reviews li .comment{font-size:11pt}@media (max-width:991px){#recipe .photo{height:543px;width:100%}#recipe .recipe-info{height:auto;width:100%;padding-bottom:-webkit-calc(144px + var(--sab));padding-bottom:-moz-calc(144px + var(--sab));padding-bottom:calc(144px + var(--sab))}}@media (max-width:767px){#recipe .photo{height:300px}#recipe .photo .main-photo .description{left:5px;right:5px;bottom:5px}#recipe .photo .main-photo .description .thumbnails{text-align:center}#recipe .photo .main-photo .description .thumbnails .thumbnail{margin-left:5px;margin-right:5px;height:50px;width:80px}#recipe .photo .main-photo .description p{font-size:11pt}#recipe .recipe-info h4{font-size:13pt}#recipe .recipe-info .nav-pills{font-size:8pt}#recipe .recipe-info .ingredient-suppliers .km-list.km-list-thumbs>li:not(.no-thumb){padding-left:0}#recipe .recipe-info .ingredient-suppliers .km-list.km-list-thumbs>li .thumb{display:none}#recipe .recipe-info .reviews li .name{font-size:11pt}}@-webkit-keyframes scale-up-ver-top{0%{-webkit-transform:scaleY(.4);transform:scaleY(.4);-webkit-transform-origin:100% 0;transform-origin:100% 0}100%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:100% 0;transform-origin:100% 0}}@-moz-keyframes scale-up-ver-top{0%{-webkit-transform:scaleY(.4);-moz-transform:scaleY(.4);transform:scaleY(.4);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;transform-origin:100% 0}100%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;transform-origin:100% 0}}@keyframes scale-up-ver-top{0%{-webkit-transform:scaleY(.4);-moz-transform:scaleY(.4);transform:scaleY(.4);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;transform-origin:100% 0}100%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;transform-origin:100% 0}}.place-order{color:#fff}.place-order *{color:#fff!important}#meal-details.container{max-width:550px;padding:0}@media (max-width:767px){#meal-details.container{width:100%}}#meal-details .meal-photo{position:relative}#meal-details .meal-photo .thumb{width:100%}#meal-details .meal-photo .btn{position:absolute;bottom:15px;right:15px;border:none}#meal-details .meal-photo .btn.sec{right:120px}#meal-details .meal-photo .badge{position:absolute;top:15px;left:15px;overflow:hidden;font-size:12pt;font-weight:700;background:#000;color:#fff;text-align:center}#meal-details .meal-photo .badge.bottomleft{top:auto;bottom:0;left:0;border-radius:0;border-top-right-radius:10px}#meal-details .meal-review-prompt{margin-top:15px;margin-bottom:30px}#meal-details .meal-details{padding:30px 15px 5px 15px;margin:auto}#meal-details .meal-details .recipe-name{color:#000;font-weight:600;text-transform:capitalize;margin:0;font-size:18pt;margin-bottom:10px;margin-top:10px;color:#000;font-family:Quicksand;line-height:1}#meal-details .meal-details .review{margin-top:20px}#meal-details .meal-details .recipe-review{margin-bottom:20px}#meal-details .meal-details .progress{margin-top:10px;margin-bottom:0;height:8px;border-radius:10px 10px}#meal-details .meal-details .progress .progress-bar{background:#1bb157}#meal-details .meal-details .progress-bar:last-child:before{background:#eee}#meal-details .meal-details .rating{margin-top:20px}#meal-details .meal-details .overtime{font-style:italic}#meal-details .timestamp{font-weight:700;font-size:40px;margin-top:5px;font-family:Quicksand}#meal-details .timestamp .timestamp-eta{font-size:50%;font-weight:600;font-size:13px;color:#777;position:absolute;margin-top:22px;margin-left:-30px}#meal-details .meal-overtime-message{font-size:13px;font-weight:700}#meal-details .category-blurb{line-height:normal!important;margin:5px 10px;margin-bottom:15px;margin-top:0;background:#fff7e6;padding:15px}#meal-details .category-blurb .category-description{font-weight:400;font-size:16px}#meal-details .meal-tip{color:#222;line-height:1.4em;font-size:11pt;margin-bottom:24px;margin-left:20px;margin-right:20px;min-height:41px}#meal-details .meal-status-failed{line-height:1.3;margin-top:20px;margin-bottom:30px;color:#e03c31}#meal-details.standalone-meal-progress .meal-photo .mate-name{background-color:#19530d;font-family:"Barlow Condensed",sans-serif;text-transform:uppercase;font-weight:600;top:0;bottom:auto;border-top-right-radius:4px;border-bottom-right-radius:4px}#meal-details.standalone-meal-progress .progress{height:14px;margin:10px;border-radius:0}#meal-details.standalone-meal-progress .progress .progress-bar{background-color:#c3dc76;border-radius:0}#meal-details.standalone-meal-progress .progress .progress-bar:last-child:before{background-color:#19530d}#meal-details.standalone-meal-progress .progress .progress-bar.failed{background-color:#fa5b5f}#meal-details.standalone-meal-progress .meal-summary .recipe-name{font-family:"Work Sans",sans-serif;font-weight:700;color:#19530d;font-size:28px}#meal-details.standalone-meal-progress .meal-tip{background-color:#f5f0e4;border-radius:4px;font-family:"Work Sans",sans-serif;padding:20px;font-size:16px;line-height:20px;color:#19530d;margin-left:8px;margin-right:8px}#meal-details.standalone-meal-progress .meal-status{padding-top:10px;padding-bottom:20px}#meal-details.standalone-meal-progress .meal-status .meal-status-ready,#meal-details.standalone-meal-progress .meal-status .timestamp{font-family:"Work Sans",sans-serif;color:#19530d;font-size:36px}#meal-details.standalone-meal-progress .meal-status .meal-status-caution{font-family:"Barlow Condensed",sans-serif}#meal-details.standalone-meal-progress .meal-status .meal-overtime-message{font-family:"Work Sans",sans-serif;color:#3b802d}#meal-details.standalone-meal-progress .meal-status .meal-status-failed{font-family:"Work Sans",sans-serif;font-size:20px}#meal-details.standalone-meal-progress .meal-status .meal-status-failed-explanation{margin-top:10px;padding:0 15px}#meal-details.standalone-meal-progress .meal-review-prompt{margin-bottom:0!important;position:fixed;bottom:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;padding:0 10px;background-color:#fff;padding-top:10px;padding-bottom:-webkit-calc(15px + var(--sab));padding-bottom:-moz-calc(15px + var(--sab));padding-bottom:calc(15px + var(--sab))}#meal-details.standalone-meal-progress .meal-review-prompt .review-button{background-color:#c3dc76;color:#19530d;font-family:"Work Sans",sans-serif;font-size:24px;font-weight:900;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;text-transform:none}#meal-review{max-height:80vh;overflow-y:scroll;-webkit-overflow-scrolling:touch}#meal-review .review-tags{margin-top:10px}#meal-review .review-tags .review-tags-title{font-weight:700;font-size:18px;font-family:Quicksand;margin-bottom:6px;margin-top:6px}#meal-review .review-tags .clickable-tag-content{font-size:16px}#meal-review .review-tags .clickable-tag>input:checked+.clickable-tag-content{background:#fff;border-color:#e03c31;color:#e03c31;font-weight:500}#meal-review .review-comment-container{margin-top:20px;margin-bottom:0;width:100%}#meal-review .review-comment-container .review-comment{padding:10px 16px;background:#f0f2f0;border:1px solid #f0f2f0;border-radius:4px;font-family:Quicksand;font-weight:500;font-size:16px;line-height:24px;color:#000;-webkit-box-shadow:none;box-shadow:none;text-align:left}#meal-review .review-comment-container .review-comment:focus{-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid #000}#meal-review .panel-heading{padding-right:0;padding-left:0}#meal-review .panel-heading .title{font-size:20px;line-height:1.2;font-weight:600;padding-right:20px;padding-left:20px;margin-top:5px;margin-bottom:15px}#meal-review .panel-heading .title .name{font-weight:700;font-size:22px;color:#000}#meal-review .panel-heading .recipe-img{width:100%;height:240px;background-size:cover;background-repeat:no-repeat;background-position:center;position:relative}#meal-review .panel-heading .recipe-img .points-badge{position:absolute;top:0;left:0;font-family:Quicksand;font-size:16px;font-weight:700;line-height:1;padding:6px 12px;color:#fff;background:#e03c31;border-bottom-right-radius:6px}#meal-review .panel-body{padding:20px}#meal-review .panel-body .ratings{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin-top:5px}#meal-review .panel-body .ratings .rating{font-size:45pt;width:auto!important}#meal-review .panel-body .ratings .rating:before{color:#e0e0e0}#meal-review .panel-body .ratings .rating:after{color:#6c757d;font-weight:400;font-size:16px;margin-top:.3em}#meal-review .panel-body .ratings .rating.rating-okay.active:before{color:#f9d080;border:none;background:0 0}#meal-review .panel-body .ratings .rating.rating-okay.active:after{color:rgb(244.3984962406,171.954887218,30.6015037594)}#meal-review .panel-body .ratings .rating.rating-good.active:before{color:#bad9e1;border:none;background:0 0}#meal-review .panel-body .ratings .rating.rating-good.active:after{color:rgb(114.9090909091,177.8484848485,194.0909090909)}#meal-review .panel-body .ratings .rating.rating-great.active:before{color:#abd4c2;border:none;background:0 0}#meal-review .panel-body .ratings .rating.rating-great.active:after{color:rgb(103.5354330709,177.4645669291,145.0078740157)}#meal-review .panel-body .ratings .rating.rating-bad.active:before,#meal-review .panel-body .ratings .rating.rating-terrible.active:before{color:#e89e95;border:none;background:0 0}#meal-review .panel-body .ratings .rating.rating-bad.active:after,#meal-review .panel-body .ratings .rating.rating-terrible.active:after{color:rgb(213.8139534884,81.3023255814,65.1860465116)}#meal-review .panel-body .ratings .rating.rating-great:after{content:"Loved It"}#meal-review .panel-body .review-explainer{display:inline-block;border:dashed 1px #ccc;border-radius:8px;font-size:11pt;padding:4px 8px;margin-top:-10px;margin-bottom:10px}#meal-review .panel-footer{padding-top:4px}#site .skeleton.skeleton-text{width:60%}#site .skeleton.skeleton-text.skeleton-text-body{width:100%;height:40px}#site .panel.margin-top{margin-top:30px}#site .greeting-message{color:#000}#site .greeting-message.menu-title{margin-top:30px}#site .points{display:inline-block;font-family:Quicksand;font-size:15px;padding:5px 10px;border-radius:20px;color:#000;font-weight:500;background:#fff7e6;margin-bottom:10px}#site .points b{font-weight:700}#site .points i.fa-star{margin-right:4px;color:#e7d69e}#site .points i.fa-chevron-right{margin-left:6px;color:#e7d69e}#site .credit-balance{margin-bottom:10px}#site .credit-balance lord-icon{width:32px;height:32px;-webkit-box-flex:0;-webkit-flex:0 0 32px;-moz-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px}#site .container-md{max-width:700px;margin:0 auto}#site .skeleton-container{padding-top:10px}#site .service-hour-banner{width:100%;background-color:#fff;text-align:center;margin-bottom:24px;padding:20px 7px 20px;line-height:1.4;position:relative}#site .service-hour-banner .thumb{width:100px;height:100px;background-size:cover;display:inline-block;border:9px solid #fff;border-radius:50% 50%;-webkit-box-shadow:0 0 0 1px #e6e6e6;box-shadow:0 0 0 1px #e6e6e6}#site .service-hour-banner .service-hour-title{color:#000;font-size:15pt;font-weight:700;margin-bottom:15px;margin-top:15px}#site .service-hour-banner .service-hour-info{position:absolute;top:10px;right:10px}@media (max-width:991px){#site .service-hour-banner{margin-bottom:-1px}}#site .service-hour-banner .service-times{font-weight:700}#site .service-hour-banner .info-bar{margin-top:10px}#site .service-hour-banner .service-hour-selector{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto 0;padding:0 6px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}#site .service-hour-banner .service-hour-selector .timeslot-label{font-weight:450}#site .service-hour-banner .service-hour-selector .timeslot-dropdown{max-width:400px;font-weight:450;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#000}#site .eat-bubbles{padding:0;margin:0;display:inline-block}#site .site-dropdown{height:27px;padding-top:0;padding-bottom:0;font-family:QUICKSAND}#site .alert-notice{line-height:1.5em;border-radius:4px 4px;font-weight:700;background:#666;margin-bottom:5px;padding:10px 16px;font-size:14px;text-align:left}#site .offer-block,#site .reward-block,#site .voucher-block{float:none;margin:0 auto;max-width:31em;text-align:center}#site .reward-block{max-width:20em;display:block}#site .reward-block .progress{margin-bottom:10px}#site .reward-block .progress-value{color:#e03c31;font-weight:700}#site .reward-block .progress-value-secondary{color:#777}#site .reward-block .progress-text{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:0 5px;margin-bottom:5px}#site .reward-block .progress-text.progress-reached .progress-value{color:#000}#site .reward-block .progress-text .progress-reward{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:right;font-weight:700;color:#000}#site .reward-block .progress-text .progress-reward.active{color:#e03c31}#site .offer-block{max-width:40em}#site .vouchers{border:none;padding:0;margin:0;text-align:left}#site .vouchers li{margin:0}#site .vouchers .small{margin-left:10px}#site .site-offers{margin-top:0;display:inline-block;background:0 0;-webkit-box-shadow:none;box-shadow:none}#site .site-offers .panel-body{background:0 0;border-radius:4px 4px;color:#000;padding:0;margin-top:5px;line-height:1em}#site .site-offers .panel-body .bubble{margin:0}#site .site-offers .panel-body .bubble-checked .bubble-icon{border-color:#dfdfdf!important;background:#53a318}#site .site-offers .panel-body .bubble-checked .bubble-icon:after{content:"✓";display:block;position:absolute;z-index:1;top:0;left:0;bottom:0;right:0;background:#53a318;color:#fff;line-height:35px;font-size:16pt}#site .site-offers .panel-body .bubble-icon.bubble-icon-points{border-color:rgb(244.0126582278,185.8860759494,181.9873417722)}#site .site-offers .panel-body .bubble-icon.bubble-icon-points .bubble-name,#site .site-offers .panel-body .bubble-icon.bubble-icon-points .bubble-ref{color:#e03c31}#site .site-offers .panel-body .point-streak-summary{display:inline-block;vertical-align:top;margin-top:4px;padding:0 4px}#site .site-offers .panel-body .point-streak-desc,#site .site-offers .panel-body .point-streak-title{line-height:1.2em}#site .site-offers .panel-body .point-streak-title{font-size:12pt;font-weight:700}#site .site-offers .panel-body .point-streak-desc{font-size:9pt;margin-bottom:5px}#site .site-selector.mobile{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;gap:8px;padding-bottom:5px}#site .site-selector.mobile .dropdown{-webkit-box-shadow:none;box-shadow:none;text-align:center;font-family:Quicksand;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0;color:#000;position:unset;max-width:280px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#site .site-selector.mobile .dropdown .dropdown-menu{width:300px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;animation-duration:.5s}#site .site-selector.mobile .dropdown .dropdown-menu li>a{width:300px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#site .site-selector.mobile .dropdown .dropdown-menu li.active>a{background:#f6f6f6;font-weight:600}#site .site-selector.mobile .dropdown a.dropdown-toggle span{font-weight:700;display:inline-block;max-width:260px;margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;vertical-align:middle}#site .site-selector.mobile .dropdown a.dropdown-toggle i{vertical-align:middle}#site .site-selector.mobile .dropdown a.dropdown-toggle[aria-expanded=true] i::before{content:"\f077"}#site .site-selector.mobile .dropdown a{color:#000;background-color:#fff}#site .site-selector.mobile .thumb{width:30px;height:30px;position:relative;border-radius:8px}#site .site-selector.mobile .thumb.thumb-fit{background-size:100% auto;border-radius:8px}#site .site .well.empty-fridge-well{background:#f5f4f5;margin-bottom:20px;margin-top:10px}#site .site .empty-fridge{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}#site .site .empty-fridge .animated{width:260px;height:auto;margin-top:-20px}#site .site .empty-fridge .dynamic-message{text-align:center;margin-top:-30px;margin-bottom:10px}#site .site .empty-fridge .dynamic-message h4{font-weight:600;font-size:20px;line-height:24px}#site .site .empty-fridge .dynamic-message h6{font-family:"Brandon Grotesque";font-style:normal;font-weight:400;font-size:17px;line-height:24px;margin-top:0}#site .site .menu-title{margin-bottom:5px;font-size:22px}#site .site .empty-fridge-unavailable .animated{margin-top:-10px}#site .site .empty-fridge-unavailable .dynamic-message{margin-top:-10px}#site .site .slick-slider{width:100%;height:100%}#site .site .site-selector{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}#site .site .site-selector .info{line-height:1}#site .site .panel-heading{border:none;display:inline-block;vertical-align:middle}#site .site .panel-heading .thumb{width:30px;height:30px;position:absolute;border-radius:8px}#site .site .panel-heading .thumb.thumb-fit{background-size:100% auto;border-radius:8px}#site .site .panel-heading .info{margin-left:35px;font-weight:500}#site .site .panel-heading .info .name{font-size:16pt}#site .site .panel-heading .info .vouchers-tag{color:#53a318}#site .site .panel-heading .info .vouchers-tag .chevron{margin-right:4px;color:#e1e1e1}#site .site .category-filter-tagline{font-style:italic;font-weight:400;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:991px){#site .site .category-filter-tagline{margin-top:10px!important;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:80%}}@media (max-width:991px){#site .site{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:normal;-webkit-align-items:normal;-moz-box-align:normal;-ms-flex-align:normal;align-items:normal}}#site .site .sticky-tabs{background:#fff;padding-top:10px;padding-bottom:10px;display:inline-block;background-color:#fff}@media (max-width:991px){#site .site .sticky-tabs{position:-webkit-sticky;position:sticky;top:-webkit-calc(var(--sat) - 1px);top:-moz-calc(var(--sat) - 1px);top:calc(var(--sat) - 1px);-webkit-transition:top .2s ease-in-out;-moz-transition:top .2s ease-in-out;transition:top .2s ease-in-out;padding:12px 23px;margin-left:-8px;margin-right:-8px;display:block;border-bottom:1px solid #f7f8fa}#site .site .sticky-tabs.sticky-tabs-float{z-index:1}body:not(.scrolling-down) #site .site .sticky-tabs{border-bottom-color:#fff}}@media (min-width:991px){#site .site #anchorScroll{display:none}}#site .site .category-filter-container{margin:0 15px;padding:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:left;-webkit-justify-content:left;-moz-box-pack:left;-ms-flex-pack:left;justify-content:left;font-family:Quicksand,sans-serif;font-weight:500}#site .site .category-filter-container .category-filter-tab{cursor:pointer;margin:0 2px;padding:0 10px;background:#fff7e6;border-radius:1em 1em;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:95%}#site .site .category-filter-container .active{background:#000;color:#fff}@media (max-width:991px){#site .site .category-filter-container{margin:0!important}}#site .site .learn-more{font-size:75%;margin-left:5px}#site .site .panel-divider{border-bottom:1px solid #f7f8fa}#site .meals{padding-top:30px}@media (max-width:991px){#site .meals{padding-top:0}}#site .meals .km-list{max-height:none}#site .meals .km-list .recipe .recipe-name{display:block;margin-bottom:7px;line-height:1.2em}#site .meals .km-list .recipe .recipe-summary{margin-top:10px;margin-bottom:.6em;text-transform:capitalize;line-height:1.3em}#site .meals .km-list .recipe .recipe-summary.marketing-summary{text-transform:none}#site .meals .km-list .recipe-warning{position:absolute;top:0;left:0;right:0;background:#000;color:#fff;padding:2px;text-align:center;font-weight:700;opacity:.8;line-height:2.5em}#site .meals .km-list .carousel-overlay{position:absolute;top:0;left:0;right:0;width:100%;height:100%;overflow:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}#site .meals .km-list .recipe-click-hint{z-index:10;position:absolute;bottom:0;right:0;padding:9px;color:#fff}#site .meals .km-list .recipe-category{position:absolute;bottom:12px;right:0;padding:10px;border-top-left-radius:50%;border-bottom-left-radius:50%;color:#fff;line-height:1;font-weight:700;padding:6px 12px;font-size:14px;border-top-left-radius:20px;border-bottom-left-radius:20px}#site .meals .km-list .recipe-category.recipe-category-hot{background:#e63b41}#site .meals .km-list .recipe-category.recipe-category-cold{background:#4da6cc}#site .meals .km-list .recipe-category.recipe-category-drink{background:#ff8c00}#site .meals .inventory-info-nav>li{width:50%;text-align:center}#site .positive-review-count{font-size:14px;margin-right:3px;font-weight:500;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:green;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background:#f2f9f2;padding:2px 5px;border-radius:4px 4px;height:22px}#site .positive-review-count i{font-size:14px;margin-right:7px}#site .recipe-unavailable-overlay{height:100%;background-color:rgba(0,0,0,.3137254902);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-weight:700;font-size:1.3em;position:absolute;top:0;left:0;bottom:0;right:0}#site .recipe-unavailable-overlay .disabled{color:inherit;font-weight:inherit;font-size:inherit}#site .recipe-unavailable-overlay .disabled .fa-info-circle{padding-left:5px}#site .instagram-message{text-align:center}#site ul.km-list>li .thumb,#site ul.km-list>li .thumb .carousel-overlay,#site ul.km-list>li .thumb .recipe-overlay,#site ul.km-list>li .thumb .slick-slider{border-radius:12px 12px}#site ul.km-list>li .thumb .recipe-warning{border-top-left-radius:12px;border-top-right-radius:12px}@media (max-width:767px){#site .container.container-stretch .panel,#site .container.container-stretch-lg .panel{-webkit-box-shadow:none;box-shadow:none;border:none}#site .container.container-stretch .panel-heading,#site .container.container-stretch-lg .panel-heading{border:none;padding-left:5px}#site .container.container-stretch .sticky-tabs,#site .container.container-stretch-lg .sticky-tabs{padding-left:13px}#site .container.container-stretch ul.km-list,#site .container.container-stretch-lg ul.km-list{padding:5px 0;padding-top:10px}#site .container.container-stretch ul.km-list>li .recipe,#site .container.container-stretch-lg ul.km-list>li .recipe{padding:12px 10px}#site .container.container-stretch ul.km-list>li .thumb,#site .container.container-stretch-lg ul.km-list>li .thumb{height:75vw}}#site .top-actions-container{margin:0 auto}#site .top-actions{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;gap:2.5%}#site .top-actions a{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;background:#f5f5f5;border-radius:12px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 5px 10px 5px;-webkit-box-shadow:inset 0 1px 40px rgba(0,0,0,.05);box-shadow:inset 0 1px 40px rgba(0,0,0,.05)}#site .top-actions a .icon.offers{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1679506731/App/Menu/offers-icon.svg);width:60px;height:60px}#site .top-actions a .icon.vote{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1679452348/App/Menu/vote-icon.svg);width:60px;height:60px}#site .top-actions a .title{font-family:Quicksand;font-size:14px;font-weight:600;line-height:18px;letter-spacing:.3px;text-align:center;color:#000;margin-top:-5px}#site .announcement.rewards-points{position:relative}#site .announcement.rewards-points .rewards-progress-container{width:37%;position:absolute;top:8%;right:3%}#site .announcement.rewards-points .rewards-progress-container .rewards-progress-text{top:36%;left:0;right:0;position:absolute;line-height:1;font-family:Quicksand;text-align:center}#site .announcement.rewards-points .rewards-progress-container .rewards-progress-text .rewards-progress-text-primary{font-size:32px;color:#000;font-weight:700}#site .announcement.rewards-points .rewards-progress-container .rewards-progress-text .rewards-progress-text-secondary{font-size:10px;font-weight:700;color:#777;line-height:1.4em}body:not(.touch) .top-actions-container{max-width:400px}body:not(.touch) .top-actions-container .top-actions{gap:5%}.recipe-warning{position:absolute;top:0;left:0;right:0;background:#000;color:#fff;padding:2px;text-align:center;font-weight:700;opacity:.8;line-height:2.5em}.recipe-disliked-ingredients{font-size:12px;margin-top:.3em;font-weight:700;text-transform:capitalize}#journal{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}#journal .skeleton-body{width:100%;height:280px}#journal .empty-state{margin-top:0}#journal .empty-state .icon{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1678994116/App/Account/book.svg);margin-bottom:10px}#journal .review-announcement{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672451441/App/review.svg);background-size:cover;background-repeat:no-repeat;background-position:50% 50%;width:374px;height:104px;margin-top:15px}@media (max-width:767px){#journal .review-announcement{width:100%;height:auto;padding-top:27.807486631%}}#journal .journal{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;width:100%;max-width:374px}#journal .journal .flex{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}#journal .journal .eta{font-size:15px}#journal .journal .eta v-pane{margin-top:-10px}#journal .journal .eta .collapsed-accordion-tag,#journal .journal .eta .expanded-accordion-tag{width:auto;font-weight:450;margin-left:0}#journal .journal .eta .change-room-form .form-label-group{width:100%}#journal .journal .eta .change-room-form button{margin-right:10px}#journal .journal .section-divider{margin-bottom:30px}#journal .journal .date{width:100%}#journal .journal .date.bg-light{background:#efefef;height:400px;border-radius:12px}#journal .journal .title{font-family:Quicksand;font-weight:700;font-size:20px;line-height:24px;text-align:center}#journal .journal .entry{border-radius:3px;line-height:1.5em;margin-bottom:15px}#journal .journal .entry .cancel-order-btn{color:#e03c31;margin-left:10px;font-size:14px;margin-bottom:0;font-weight:700}#journal .journal .entry .cancel-order-btn:hover{cursor:pointer}#journal .journal .entry .time{text-align:center}#journal .journal .entry .time dd{display:inline-block;color:#8c8c8c;font-size:11pt}#journal .journal .entry:last-child{margin-bottom:15px}#journal .journal .entry .info{padding:5px 0}#journal .journal .entry .info .name{text-transform:capitalize;font-family:Quicksand,sans-serif;font-size:13pt;font-weight:700;color:#000;margin-bottom:8px;text-align:center;line-height:1.3}#journal .journal .entry .info>.fa{color:#8c8c8c}#journal .journal .entry .info .logo{background-image:url(/assets/img/kitchen-mate-icon.png);width:30px;height:30px;overflow:hidden;padding:3px;display:inline-block;vertical-align:middle;margin-right:8px}#journal .journal .entry .info .logo img{width:100%;height:100%}#journal .journal .entry .meal{width:100%;position:relative}#journal .journal .entry .meal .info .thumb{width:100%;padding-top:75%;display:block;margin-bottom:15px;border-radius:12px}#journal .journal .entry .review{padding:0 15px 15px 20px;text-align:center;line-height:1.2}#journal .journal .entry .review .quote{position:relative;padding-left:12px}#journal .journal .entry .review .quote:before{content:"";font-family:Quicksand;width:27px;height:27px;mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1670877656/App/review-quote.svg);-webkit-mask-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1670877656/App/review-quote.svg);-webkit-mask-size:cover;mask-size:cover;position:absolute;left:-16px;top:-2px}#journal .journal .entry .review .quote.rating-great:before{background-color:#abd4c2}#journal .journal .entry .review .quote.rating-good:before{background-color:#bad9e1}#journal .journal .entry .review .quote.rating-okay:before{background-color:#f9d080}#journal .journal .entry .review .quote.rating-bad:before,#journal .journal .entry .review .quote.rating-terrible:before{background-color:#e89e95}#accountHeader{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:40px;position:relative}#accountHeader .avatar{width:80px;height:80px;border-radius:50% 50%;border:1px solid #e1e1e1;background-repeat:no-repeat;background-size:cover}#accountHeader .name{font-family:Quicksand;font-size:24px;font-weight:700;line-height:24px;text-align:center}#accountHeader span.edit-avatar{background:url(https://res.cloudinary.com/kitchenmate/image/upload/v1678824539/App/Icons/pencil-circle.svg);background-size:cover;position:absolute;top:55px;margin-left:50px;width:30px;height:30px}#accountHeader input[type=file]{display:none}label#accountHeader{color:#050505;font-size:17.3333px;font-weight:400;line-height:31.9973px;letter-spacing:.1px;margin-bottom:40px}.account-navigation{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:39px}.account-navigation a,.account-navigation a:focus,.account-navigation a:hover{color:#000}.account-navigation a,.account-navigation a i{width:42px;height:39px}.account-navigation a.back,.account-navigation a>.back{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672273089/App/Account/arrow-back.svg)}.account-navigation a.cancel{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672273222/App/Account/close.svg)}.account-navigation a.with-text{width:auto;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.account-navigation a.with-text span{font-family:Quicksand;font-size:24px;font-weight:700;line-height:24px;letter-spacing:0;color:#000}.section-divider{margin-top:30px;margin-bottom:10px}.account-navigation-list{margin-left:-8px;margin-right:-8px}.account-navigation-list a,.account-navigation-list a:focus,.account-navigation-list a:hover,.account-navigation-list a:link{font-family:Quicksand;font-size:18px;font-weight:600;line-height:1;letter-spacing:.3px;color:#000;border:none;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 25px}.account-navigation-list a.text-red,.account-navigation-list a:focus.text-red,.account-navigation-list a:hover.text-red,.account-navigation-list a:link.text-red{color:#e03c31}.account-navigation-list a.text-red .animated,.account-navigation-list a.text-red i,.account-navigation-list a:focus.text-red .animated,.account-navigation-list a:focus.text-red i,.account-navigation-list a:hover.text-red .animated,.account-navigation-list a:hover.text-red i,.account-navigation-list a:link.text-red .animated,.account-navigation-list a:link.text-red i{color:#e03c31}.account-navigation-list a .animated,.account-navigation-list a i,.account-navigation-list a:focus .animated,.account-navigation-list a:focus i,.account-navigation-list a:hover .animated,.account-navigation-list a:hover i,.account-navigation-list a:link .animated,.account-navigation-list a:link i{margin-right:10px}.account-form input.form-control{padding:6px 12px;background:#f0f2f0;border:1px solid #f0f2f0;border-radius:4px;font-family:Quicksand;font-weight:500;font-size:16px;line-height:24px;color:#000;-webkit-box-shadow:none;box-shadow:none}.account-form input.form-control:focus{-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid #000}.account-form .form-group.has-error .input.ng-invalid{-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid #e51c23}.account-form label{color:#8b8b8b;font-family:Quicksand;font-size:14px;font-weight:600;line-height:14px;letter-spacing:-.01em;margin-bottom:6px}.account-form button[type=submit]{width:100%;margin-top:40px}#account{padding-top:39px}#account .account-info{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;gap:5%}#account .account-info a{width:102px;background:#f5f5f5;border-radius:12px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 5px 10px 5px;-webkit-box-shadow:inset 0 1px 40px rgba(0,0,0,.05);box-shadow:inset 0 1px 40px rgba(0,0,0,.05)}#account .account-info a .icon.diet{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672189757/App/Account/diet.svg);width:61px;height:61px}#account .account-info a .icon.cards{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672189731/App/Account/cards.svg);width:65px;height:65px}#account .account-info a .icon.purchases{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672189664/App/Account/orders.svg);width:60px;height:60px}#account .account-info a .title{font-family:Quicksand;font-size:14px;font-weight:600;line-height:18px;letter-spacing:.3px;text-align:center;color:#000;margin-top:-5px}#account .account-main{max-width:354px;margin:0 auto}#account .announcement-cards{margin-top:30px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}#account .announcement-cards .friend-referral{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672261407/App/Account/invite-friends-card.svg)}#account .announcement-cards .condo-referral{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672261407/App/Account/condo-card.svg)}#account .announcement-cards>a{background-size:cover;background-repeat:no-repeat;background-position:50% 50%;width:354px;height:104px}@media (max-width:767px){#account .announcement-cards>a{width:100%;height:auto;padding-top:29.3785310734%}}#accountDetails{margin-bottom:10px;margin-top:40px}#accountDetails .account-navigation-list.margin-top{margin-top:30px}#accountDetails .account-navigation-list a{padding:11px 24px}#accountDetails .account-navigation-list a .animated{margin-right:6px}#accountDetails .details{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:15px 20px}#accountDetails .details .section .title{color:#8b8b8b;font-family:Quicksand;font-size:14px;font-weight:600;line-height:14px;letter-spacing:-.01em;margin-bottom:6px}#accountDetails .details .section .value{color:#000;font-family:Quicksand;font-size:18px;font-weight:600;line-height:20px;letter-spacing:-.01em}#accountDetails .details .save{padding:12px 17px!important;font-size:16px!important;line-height:19px;border:1px solid #e03c31}#accountDetails .details .section-divider.top{margin-top:10px;margin-bottom:0}#accountDetails .details .section-divider.bottom{margin-top:0;margin-bottom:0}#accountDetails .details .vAccordion--default .center-content{color:#000;margin-right:6px;font-family:Quicksand;font-size:16px;font-weight:700;line-height:14px;letter-spacing:-.01em}#accountDetails .details .vAccordion--default i.collapsed-accordion-tag,#accountDetails .details .vAccordion--default i.expanded-accordion-tag{color:#000}#accountDetails .details .vAccordion--default.developer-settings{margin-top:-10px}#accountDetails .details .vAccordion--default.developer-settings+.section-divider.bottom{margin-top:-10px}#accountDetails .details.editting .section-divider.top{margin-top:30px;margin-bottom:20px}#accountDetails .details.editting .section-divider.bottom{margin-top:20px;margin-bottom:20px}#orders .panel{margin-top:40px}#orders .panel-body{padding:20px 0 0 0}#orders .panel-body.no-padding{padding:0}#orders .thumb{width:80px;height:80px;border-radius:12px;-webkit-box-flex:0;-webkit-flex:0 0 80px;-moz-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px;background-repeat:no-repeat;background-size:cover}@media (max-width:340px){#orders .thumb{width:65px;height:65px;-webkit-box-flex:0;-webkit-flex:0 0 65px;-moz-box-flex:0;-ms-flex:0 0 65px;flex:0 0 65px}}#orders .list-group-item{border:none;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:5px}#orders .empty-state{margin-top:15px}#orders .empty-state .icon{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672189664/App/Account/orders.svg);margin-bottom:10px}#orders .unpaid-order-count{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-family:Quicksand;font-weight:700;font-size:16px;line-height:1;color:#e03c31;padding:5px;padding-top:14px}#orders .unpaid-order-count i.fa{font-size:24px;margin-right:6px}#orders .pay{margin-top:-20px;margin-bottom:0}#orders .order-summary{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:capitalize;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:0}#orders .order-summary .order-line{line-height:20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;color:#828282}@media (max-width:320px){#orders .order-summary .order-line{gap:5px}}#orders .order-summary .order-line.last{gap:4px}#orders .order-summary .order-line .right{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:right}#orders .order-summary .order-line .right b.dot{margin-left:6px;margin-right:2px}#orders .order-summary .order-line b.dot{margin-left:4px;margin-right:4px}#orders .order-summary .order-line .order-name{font-family:Quicksand;font-size:16px;font-weight:700;line-height:30px;letter-spacing:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;color:#000}#orders .order-summary .order-line .order-quantity{text-transform:lowercase}#orders .order-summary .order-line .order-payment-amount{font-size:16px;font-weight:500;color:#6c757d}#orders .order-summary .order-line .order-payment-apple .payment-icon,#orders .order-summary .order-line .order-payment-google .payment-icon{width:20px;height:13px}#orders .order-summary .order-line .order-date .time{text-transform:lowercase}#orders .skeleton-container .order-line:first-of-type{margin-bottom:10px}#orders .skeleton-container .order-name.skeleton{width:70%;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0}#orders .skeleton-container .skeleton{line-height:30px}#orders .skeleton-container .order-payment-amount.skeleton{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}#wallet .panel{margin-top:50px}#wallet .panel-body{padding:15px 5px 10px 10px}#wallet .list-group-item{border:none;padding:15px 0}#wallet .empty-state{margin-top:5px;margin-left:-10px;margin-right:-5px}#wallet .empty-state .icon{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672189731/App/Account/cards.svg)}#wallet .account-navigation-list .list-group-item{padding:15px 25px}#wallet .card-brand{font-size:30px}#wallet .card{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;gap:5px}#wallet .card-description{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}#wallet .card-details,#wallet .card-heading{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}#wallet .card-heading{line-height:1}#wallet .card-heading .brand-name{font-family:Quicksand;font-weight:700;font-size:19px}#wallet .card-heading .default{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}#wallet .card-heading .default a{padding-top:3px}#wallet .card-heading .default>.label-primary{background-color:#e03c31;border-radius:30px;padding:4px 10px}#wallet .delete-icon{color:#000;padding:19px 20px;background:#efefef;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}#wallet .card-details{-webkit-box-align:baseline;-webkit-align-items:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}#wallet .card-details .last4{font-family:Quicksand;font-weight:600;font-size:16px;line-height:1}#wallet .card-details .last4 b.dot{font-size:30px;vertical-align:sub;margin-right:5px}#wallet .card-details .expiry{color:#767676;font-size:16px;line-height:30px}#wallet .skeleton-container .card-heading{margin-bottom:10px}#wallet .skeleton-container .card-heading .thumb{width:15%}#wallet .skeleton-container .card-heading .brand-name{width:70%}#wallet .skeleton-container .skeleton{line-height:30px}#wallet .skeleton-container .card-details .last4{width:30%}#wallet .skeleton-container .card-details .expiry{width:30%}#change-password .panel-body,#change-password .panel-heading h4{margin-bottom:5px}.top-navigation{position:fixed;padding:10px;top:var(--sat);left:var(--sal);right:var(--sar);z-index:100;margin:0;background:#fff}#office-settings .tab-container,#settings .tab-container{margin-bottom:8px}#office-settings .avatar,#settings .avatar{height:80px;width:80px;border-radius:50%;margin-left:14px;margin-top:14px}#office-settings .avatar input,#settings .avatar input{z-index:1}#office-settings .edit,#office-settings .read,#settings .edit,#settings .read{padding-left:15px}#office-settings .read .name,#settings .read .name{font-size:16pt}#office-settings .read .email,#office-settings .read .phone,#settings .read .email,#settings .read .phone{font-size:13pt}#office-settings ul#cards li,#settings ul#cards li{padding-left:62px}#office-settings ul#cards li .thumb,#settings ul#cards li .thumb{text-align:center;width:50px}#office-settings ul#cards li .card-brand,#settings ul#cards li .card-brand{margin:0;font-size:21pt}#office-settings ul#cards li .card-brand .fa,#settings ul#cards li .card-brand .fa{color:#8c8c8c}#office-settings ul#cards li .last4,#settings ul#cards li .last4{font-size:13pt}#office-settings ul#cards li.selected .card-brand .fa,#settings ul#cards li.selected .card-brand .fa{color:#e03c31}#office-settings .payment-icon,#settings .payment-icon{width:28px}#office-settings .orders.km-list,#settings .orders.km-list{line-height:1.3em;font-size:13pt}#office-settings .orders.km-list .order-payment,#settings .orders.km-list .order-payment{float:right;text-align:right}#office-settings .orders.km-list .order-payment-amount,#settings .orders.km-list .order-payment-amount{font-weight:700}#office-settings .orders.km-list .order-name,#settings .orders.km-list .order-name{overflow:hidden;text-overflow:ellipsis;display:inline-block;white-space:nowrap;width:60%;font-weight:400}#office-settings .orders.km-list .order-desc,#settings .orders.km-list .order-desc{font-size:11pt;color:#8c8c8c}#office-settings .orders.km-list .link,#settings .orders.km-list .link{color:#000;font-weight:500;text-transform:capitalize}@media (min-width:992px){#office-settings li:not(:hover) .delete-icon,#settings li:not(:hover) .delete-icon{display:none}#office-settings li:not(:hover) .set-as-default,#settings li:not(:hover) .set-as-default{display:none}}#onboard .getting-started{text-align:center;padding:100px;background-color:#fff;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:0 1px 1px rgba(0,0,0,.2)}#onboard .gform{height:650px}.login-form,.signup-form{margin-bottom:30px}.login-form .form-control-right-addon,.signup-form .form-control-right-addon{position:absolute;right:.5em;top:0;width:auto;outline:0;border:none;-webkit-box-shadow:none;box-shadow:none}.login-form .input-group-btn,.signup-form .input-group-btn{vertical-align:top;padding-top:11px}.login-form .back-btn,.signup-form .back-btn{position:absolute;top:-7px;left:20px}.login-form .title,.signup-form .title{font-family:Quicksand,sans-serif;font-weight:500;line-height:1.4em;margin-bottom:10px}.login-form .disclaimer,.signup-form .disclaimer{font-size:13px;line-height:1.4em;font-weight:450;display:block;margin-top:10px;text-align:center}.login-form .disclaimer a,.signup-form .disclaimer a{color:inherit;text-decoration:underline}.login-form .location-row,.signup-form .location-row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.login-form .autocomplete,.signup-form .autocomplete{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:inline-block}.login-form .location-btn,.signup-form .location-btn{background-color:#fff;color:#e03c31;display:inline-block;padding-right:5px;padding-left:10px}.login-form .distance,.signup-form .distance{color:gray}.login-form .location-btn-disabled,.signup-form .location-btn-disabled{background-color:#fff;color:gray}.login-form .office-code-input.highlight,.signup-form .office-code-input.highlight{-webkit-box-shadow:0 0 0 2px #e03c31!important;box-shadow:0 0 0 2px #e03c31!important}.login-form .office-code-text,.signup-form .office-code-text{margin-top:6px;color:#333}.authentication-modal .modal-body{padding:30px}@media (min-width:768px){.authentication-modal .modal-dialog.modal-sm{width:450px}}.authentication-modal .modal-header{background:0 0;padding:0}.authentication-modal .modal-header .close{color:#000}.authentication-modal .modal-header .modal-title{display:none}.authentication-modal .carousel-container{width:100%;height:100%;position:relative;background-color:#fff;overflow:hidden;padding:0!important}.authentication-modal .carousel-container,.authentication-modal .carousel-container .slick-list{overflow:visible;height:100%;padding:0;margin:0 auto;-webkit-overflow-scrolling:touch}@media (min-width:290px){.authentication-modal .carousel-container,.authentication-modal .carousel-container .slick-list{width:290px}}@media (min-width:340px){.authentication-modal .carousel-container,.authentication-modal .carousel-container .slick-list{width:340px}}@media (min-width:390px){.authentication-modal .carousel-container,.authentication-modal .carousel-container .slick-list{width:390px}}@media (min-width:440px){.authentication-modal .carousel-container,.authentication-modal .carousel-container .slick-list{width:440px}}@media (min-width:490px){.authentication-modal .carousel-container,.authentication-modal .carousel-container .slick-list{width:490px}}@media (min-width:540px){.authentication-modal .carousel-container,.authentication-modal .carousel-container .slick-list{width:540px}}@media (min-width:590px){.authentication-modal .carousel-container,.authentication-modal .carousel-container .slick-list{width:590px}}@media (min-width:640px){.authentication-modal .carousel-container,.authentication-modal .carousel-container .slick-list{width:640px}}@media (min-width:690px){.authentication-modal .carousel-container,.authentication-modal .carousel-container .slick-list{width:690px}}@media (min-width:740px){.authentication-modal .carousel-container,.authentication-modal .carousel-container .slick-list{width:740px}}@media (max-width:768px){.authentication-modal .carousel-container{width:100%}}.authentication-modal .slick-container{left:0;height:90%;width:100%;position:relative;overflow:hidden}.authentication-modal .slick-slider{height:100%}.authentication-modal .photo,.authentication-modal .slick-slide>div{height:100%;width:100%}.authentication-modal .slick-track{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100%}.authentication-modal .slick-track .slick-slide{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:auto}.authentication-modal .slick-dots{pointer-events:none}.authentication-modal .slick-dots li.slick-active button:before{color:#e03c31;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.authentication-modal .slick-dots li button:before{content:"-";font-size:65px}.authentication-modal .slick-dots li{width:13px;border-radius:50%}.authentication-modal .slick-dots{left:-.6vw}.authentication-modal .hero1,.authentication-modal .hero2,.authentication-modal .hero3{background-repeat:no-repeat;background-size:contain;overflow:hidden;background-position:50% 50%}.authentication-modal .hero1{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1663947568/App/Onboarding/Onboarding1.svg)}.authentication-modal .hero2{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1663947568/App/Onboarding/Onboarding2.svg)}.authentication-modal .hero3{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1663947568/App/Onboarding/Onboarding3.svg)}.authentication-modal .btn-footer-right-container{position:absolute;bottom:8%;left:auto;right:0;z-index:5;padding:5px;padding-bottom:0;background:#fff;text-align:center;background:0 0;width:30%}.authentication-modal .get-started-btn,.authentication-modal .next-btn{text-align:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:12px;font-family:Quicksand;font-style:normal}.authentication-modal .next-btn{font-weight:600;font-size:16px;line-height:18px;letter-spacing:.02em;color:#fff;max-height:inherit;width:82%;position:relative}.authentication-modal .get-started-btn{position:absolute;width:122%;height:auto;margin:0 auto;right:106%;bottom:10%;font-size:14px}.authentication-modal .top-back-btn{position:absolute;left:0;top:0;right:auto;color:#000;font-size:18pt}#add-phone.container{max-width:400px;padding:15px 30px!important}@media (max-width:767px){#add-phone.container{width:100%}}#add-phone .form-group-container-xs{max-width:300px;margin:0 auto}#add-phone .message{margin-bottom:30px;margin-top:15px}#add-phone .message .sms-icon{margin-right:15px;float:left}#add-phone .bottom-actions{margin-top:30px}#howtovideo{width:1200px;height:675px}@media (max-width:1199px){#howtovideo{width:888px;height:500px}}@media (max-width:767px){#howtovideo{width:100%;height:300px}}.onboarding-requests{margin-bottom:30px}.onboarding-requests hgroup{margin-top:5px;margin-bottom:20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.onboarding-requests hgroup.banner{margin-top:5px}.onboarding-requests hgroup h1{margin-top:15px;margin-bottom:15px}.onboarding-requests hgroup h2{margin-top:-5px;margin-bottom:30px;font-weight:500}.onboarding-requests .recipe-warning{border-top-left-radius:12px;border-top-right-radius:12px}.onboarding-requests .voting-offer{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672442000/App/vote.svg);background-size:cover;background-repeat:no-repeat;background-position:50% 50%;width:374px;height:104px}@media (max-width:767px){.onboarding-requests .voting-offer{width:100%;height:auto;padding-top:27.807486631%}}.onboarding-requests #recipes{-webkit-box-shadow:none;box-shadow:none;margin:0}.onboarding-requests #recipes .km-list{max-height:none;padding:0}.onboarding-requests .recipe .recipe-name{line-height:1.2em}.onboarding-requests .recipe .recipe-summary{margin-top:.3em;margin-bottom:.6em;text-transform:capitalize;line-height:1.4em}.onboarding-requests .recipe .recipe-summary.marketing-summary{text-transform:none}.onboarding-requests .cover{position:absolute;top:0;left:0;right:0;bottom:0;display:none}.onboarding-requests .cover.show{display:block}.onboarding-requests ul.full>li:not(.picked){opacity:.4}.onboarding-requests .recipe-pick-day{color:#fff;text-align:center;padding-top:116px;font-size:34px;display:none}.onboarding-requests li.picked .cover{background-color:rgba(0,0,0,.4);border-radius:12px}.onboarding-requests li.picked .recipe-pick-day{display:block}.onboarding-requests li.picked .thumb .fa-stack{background:0 0}.onboarding-requests .carousel-overlay{position:absolute;top:0;left:0;right:0;width:100%;height:100%;overflow:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0);border-radius:12px}.onboarding-requests .thumb{border-radius:12px}.onboarding-requests .thumb .recipe-action{width:48px;height:48px;border-radius:50% 50%;z-index:0;font-size:17pt;position:absolute;margin:12px;bottom:0;right:0;color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.8);background:0 0}.onboarding-requests .thumb .recipe-action>.checkmark{background:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672176755/App/round-checkmark.svg) no-repeat}.onboarding-requests .thumb .recipe-action>.plus{background:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672445793/App/round-plus.svg) no-repeat}.onboarding-requests .thumb .recipe-action>.checkmark,.onboarding-requests .thumb .recipe-action>.plus{background-size:cover;width:48px;height:48px}.onboarding-requests .thumb .recipe-action.fa-circle-thin{font-size:48px}.onboarding-requests .thumb .recipe-action.plus{right:0}.onboarding-requests .voting-reminder{color:#fff;padding:15px;padding-top:15px;background:rgb(165.75,165.75,165.75)}.onboarding-requests .voting-reminder .voting-reminder-state{font-size:16pt;font-weight:700;font-family:Quicksand}.onboarding-requests .voting-reminder .voting-reminder-explanation{font-size:11pt;font-weight:500;line-height:1.4}@media (max-width:767px){.onboarding-requests .voting-reminder .voting-reminder-explanation{display:block}}@media (max-width:767px){.onboarding-requests{margin:0}.onboarding-requests .voting-reminder{margin-top:-webkit-calc(var(--sat) * -1 - 8px)!important;margin-top:-moz-calc(var(--sat) * -1 - 8px)!important;margin-top:calc(var(--sat) * -1 - 8px)!important;padding-top:-webkit-calc(var(--sat) + 15px);padding-top:-moz-calc(var(--sat) + 15px);padding-top:calc(var(--sat) + 15px)}.onboarding-requests>.panel{margin-bottom:0;padding-bottom:45px!important}}.onboarding-requests .btn-footer-center-right-container .btn-default{display:none}.onboarding-requests .btn-footer-center-right-container .btn{min-width:100px}@media (max-width:991px){.onboarding-requests .btn-footer-center-right-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;left:-webkit-calc(var(--sal) + 15px);left:-moz-calc(var(--sal) + 15px);left:calc(var(--sal) + 15px);z-index:3147483000}.onboarding-requests .btn-footer-center-right-container .btn-default{color:#000;font-family:Quicksand;display:block}}body:not(.touch) .onboarding-requests .voting-reminder{position:fixed;top:0;left:0;right:0;z-index:10;margin-top:0}body:not(.touch) .onboarding-requests .container{padding-top:80px}@page{size:Letter;margin:8mm}#invoice-details.container{padding:40px;background:#fff}#invoice-details .invoice-section{margin-top:30px}#invoice-details .invoice-site-group{border:1px solid #ccc}#invoice-details .invoice-site-group:not(:first-child){border-top:none}#invoice-details .invoice-site-header{margin:0;padding:7px 0;font-weight:500}#invoice-details .invoice-site-orders{margin:0 10px}#invoice-details .invoice-footer-section{color:#a8a8a8;margin-top:50px}#invoice-details .invoice-voucher-panel{border:1px solid #ccc;border-radius:0;margin:0;margin-top:-1px;margin-left:-15px;margin-right:-15px;-webkit-box-shadow:none;box-shadow:none}#invoice-details .invoice-voucher-panel.expanded{margin-top:20px}#invoice-details .invoice-voucher-panel>.panel-heading{border:none}#invoice-details .add-collapse-icon:before{font-family:"Glyphicons Halflings";content:"\e114";color:#aaa;font-size:13px;margin-right:5px;float:left;line-height:1em;margin-top:8px}@media print{#invoice-details .add-collapse-icon:before{content:""!important}}#invoice-details .collapsed .add-collapse-icon:before{content:"\e080"}#invoice-details .invoice-code{margin-top:8px;line-height:1em;color:#999}#invoice-details .invoice-date{margin-top:8px;line-height:1em;color:#999}#invoice-details .invoice-name{font-weight:700;font-size:24px;line-height:1em}#invoice-details .invoice-col-header{font-weight:700}#invoice-details .invoice-col-address{font-weight:200;line-height:1.5em}#invoice-details .invoice-period{color:#e03c31;margin-bottom:-30px;font-weight:700}#invoice-details .invoice-currency-header{font-weight:400;color:#999}#invoice-details .invoice-currency-header.text-success{color:#53a318;font-weight:450}#invoice-details .invoice-currency-total,#invoice-details .invoice-currency-total-header{font-size:120%;font-weight:700}#invoice-details .text-bold{font-weight:700}@media print{#invoice-details{font-size:80%}}#invoice-details table{width:100%;table-layout:fixed}@media (max-width:767px){#invoice-details table{width:auto!important}}#invoice-details .orders-button,#invoice-details .summary-table{margin-bottom:30px}#invoice-details .orders-table-col-sm{width:65px}#invoice-details .orders-table-col-md{width:155px}#invoice-details .orders-table-col-lg{width:165px}#invoice-details .summary-table .info{width:3in}#invoice-details .invoice-currency{font-weight:700}#invoice-details .invoice-currency-total{font-weight:700}#invoice-details .table-sm{font-size:80%}#invoice-details .invoice-totals{width:200px;float:right}#invoice-details .invoice-totals dt{float:left;clear:left;width:100px;text-align:right}#invoice-details .page-break{page-break-before:always;padding-bottom:5px}#onboarding .form-group{padding:0}#onboarding .form-group-container-xs{max-width:325px;margin:0 auto;float:none}#onboarding .form-group-container-xs.cols-thin .col-xs-4{padding-left:4px;padding-right:4px}#onboarding .panel-footer{padding-top:20px}#onboarding .form-group-container{max-width:400px;margin:0 auto}#onboarding .control-label{margin-bottom:10px}#onboarding .control-label-lg{margin-bottom:15px;font-size:20px;margin-top:20px;color:#212121;line-height:1.4em}#onboarding .col-thin{padding-left:5px;padding-right:5px}#onboarding .btn-later{padding:15px 15px;color:#555;font-size:14px;font-weight:500}#onboarding .goals .goal{margin:0;margin-bottom:10px}#onboarding .goals .goal input{display:none}#onboarding .goals .goal input:checked+.goal-container{border-color:#7aa948;font-weight:700;color:#7aa948}#onboarding .goals .goal input[disabled]+.goal-container{opacity:.3}#onboarding .goals .goal label{padding:0;display:block}#onboarding .goals .goal .goal-container{border:.2em solid #dfdfdf;border-radius:4px 4px;padding:12px 0;padding-right:12px;line-height:1em}#onboarding .goals .goal .goal-image{display:inline-block;width:52px;height:44px;position:absolute;left:0;top:0;background:no-repeat;background-size:30px 30px;background-position:50% 75%}#onboarding .goals .goal .goal-image.goal-image-comfort{background-size:20px 20px;background-position:50% 50%}#onboarding .goals .goal .goal-name{padding-left:50px}#onboarding tags-input{margin-top:30px}#onboarding tags-input .tags{-webkit-box-shadow:0 0 3px 1px #dfdfdf;box-shadow:0 0 3px 1px #dfdfdf;border-radius:40px 40px;max-width:300px;display:inline-block;width:100%}#onboarding tags-input .tags .input{float:none;font-size:1.3em;width:150px!important;height:1.7em;text-align:center}#onboarding.container{max-width:600px}#onboarding.container.smaller-container{max-width:400px}#onboarding .progress{height:10px;margin:0}#onboarding .panel{margin-bottom:0}#onboarding .panel-footer{background:#fff}#onboarding .video-body{max-width:545px;margin:0 auto}#onboarding .small-xs{font-size:75%}#onboarding .allergy-disclaimer{margin-top:10px;color:#344;font-size:14px;padding:0 15px;line-height:1.5;text-align:center}#onboarding .question-explainer{max-width:275px;margin:0 auto;line-height:1.2em;font-size:11pt;color:#555;text-align:center;margin-bottom:15px;font-weight:500}#onboarding .question-explainer.question-explainer-tall{margin-bottom:25px}#onboarding.earth-day .welcome-photo-container,#onboarding.getting-started .welcome-photo-container{margin-left:-10px;margin-right:-10px}#onboarding.earth-day .welcome-photo,#onboarding.getting-started .welcome-photo{width:100%;background:url(https://res.cloudinary.com/kitchenmate/image/upload/v1629219309/App/cold-food-existing-user.png);background-repeat:no-repeat;background-size:cover;padding-top:42.5685425685%}#onboarding.earth-day .welcome-photo.new-user,#onboarding.getting-started .welcome-photo.new-user{background:url(https://res.cloudinary.com/kitchenmate/image/upload/v1629215895/App/cold-food-new-user.png);background-repeat:no-repeat;background-size:cover;padding-top:49.1666666667%}#onboarding.earth-day .panel-body,#onboarding.getting-started .panel-body{padding:0 15px 0 15px}#onboarding.earth-day .panel-body .welcome.animated,#onboarding.getting-started .panel-body .welcome.animated{margin-top:-5px;width:170px;height:170px}#onboarding.earth-day .panel-body .title,#onboarding.getting-started .panel-body .title{font-size:26px;margin-top:0;margin-bottom:10px}#onboarding.earth-day .panel-body .description,#onboarding.earth-day .panel-body .subtitle,#onboarding.getting-started .panel-body .description,#onboarding.getting-started .panel-body .subtitle{margin-left:0;margin-right:0}#onboarding.earth-day .panel-body .subtitle,#onboarding.getting-started .panel-body .subtitle{font-size:16px;line-height:1.2;margin-top:10px;margin-bottom:15px}#onboarding.earth-day .panel-body .subtitle.gen2,#onboarding.getting-started .panel-body .subtitle.gen2{font-weight:600;padding-left:5px;padding-right:5px}#onboarding.earth-day .panel-body .description,#onboarding.earth-day .panel-body.steps .additional-info,#onboarding.getting-started .panel-body .description,#onboarding.getting-started .panel-body.steps .additional-info{font-size:13px;line-height:1.3;font-weight:600;margin-top:0;margin-bottom:10px;padding-right:20px;padding-left:20px}#onboarding.earth-day .panel-body.steps .title,#onboarding.getting-started .panel-body.steps .title{margin-bottom:10px}#onboarding.earth-day .panel-body.steps .additional-info,#onboarding.getting-started .panel-body.steps .additional-info{margin-top:20px}#onboarding.earth-day .panel-body.steps .step,#onboarding.getting-started .panel-body.steps .step{padding-left:10px;padding-right:10px;margin-top:0;text-align:left}#onboarding.earth-day .panel-body.steps .step .step-photo>img,#onboarding.getting-started .panel-body.steps .step .step-photo>img{width:98px}#onboarding.earth-day .panel-body.steps .step .step-description,#onboarding.getting-started .panel-body.steps .step .step-description{padding-top:10px}#onboarding.earth-day .panel-body.steps .step .step-description .step-title,#onboarding.getting-started .panel-body.steps .step .step-description .step-title{font-size:17px;margin-bottom:8px}#onboarding.earth-day .panel-body.steps .step .step-description p,#onboarding.getting-started .panel-body.steps .step .step-description p{margin:0;font-size:14px;line-height:17px}#onboarding.earth-day .panel-footer,#onboarding.getting-started .panel-footer{padding-bottom:20px}#onboarding.earth-day .panel-footer button,#onboarding.getting-started .panel-footer button{font-size:16px;padding:12px 20px 12px 20px;min-width:100px}#onboarding.earth-day.earth-day .subtitle,#onboarding.getting-started.earth-day .subtitle{font-size:16px;margin-bottom:20px}#onboarding.earth-day.earth-day .step,#onboarding.getting-started.earth-day .step{margin-top:2px!important}#onboarding.earth-day.earth-day .step-description,#onboarding.getting-started.earth-day .step-description{padding-top:0!important;vertical-align:middle!important}#onboarding.earth-day.earth-day .step-photo,#onboarding.getting-started.earth-day .step-photo{vertical-align:middle!important;text-align:center}#onboarding.earth-day.earth-day .vote>.step-photo>img,#onboarding.getting-started.earth-day .vote>.step-photo>img{width:70px!important;margin-left:14px;margin-right:14px}#onboarding.earth-day.earth-day .rinse>.step-photo>img,#onboarding.getting-started.earth-day .rinse>.step-photo>img{width:70px!important;margin-left:14px;margin-right:14px}#onboarding.set-location ul.km-list.km-list-hover li:hover.active{color:#000}#onboarding.set-location .panel-footer{padding-top:30px}.cook-page .panel-heading:not(.preorder){padding-bottom:5px;padding-left:0}.cook-page .launch-intercom-help{position:fixed;bottom:-webkit-calc(var(--sab) + 64px);bottom:-moz-calc(var(--sab) + 64px);bottom:calc(var(--sab) + 64px);left:50%;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.cook-page .km-list li:not(.preorder){background:#fff7e6;border-radius:8px;overflow:hidden}.cook-page .chevron{font-size:11pt;margin-left:10px;width:auto}.cook-page .well-cook{font-size:13pt;background:#fff7e6;padding:15px}.cook-page .well-cook .well-cook-heading{font-size:20px;color:#000}.cook-page .well-cook .well-cook-tip{font-size:16px;color:#000}.cook-page .well-cook.gen2 .well-cook-icon{margin-top:20px;margin-bottom:40px;position:relative}.cook-page .well-cook.gen2 .well-cook-icon .animated{position:absolute;top:62px;left:-webkit-calc(50% - 16px);left:-moz-calc(50% - 16px);left:calc(50% - 16px)}.cook-page .well-cook.gen2 .well-cook-tip{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.cook-page .well-cook.gen2 .well-cook-tip i{margin-right:5px;font-size:18px;color:#e03c31}.cook-page .meal-section{overflow:hidden}.cook-page .meal-section .title{font-weight:700;text-align:center!important;width:100%}.cook-page .meal-section .panel-heading{padding-top:0}.cook-page .meal-section .gen2.panel-heading{width:100%;padding-right:0;padding-top:0}.cook-page .meal-section .gen2.panel-heading .title{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.cook-page .meal-section .gen2.panel-heading .title .cook-help{font-size:24px;color:#6e7e85}.cook-page .meal-section .gen2.recipe-name{color:#000;font-family:Quicksand;font-size:18px;font-weight:600;line-height:1.2;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:50px}.cook-page .meal-section .gen2.meal{margin-bottom:10px;border-bottom:none;position:relative}.cook-page .meal-section .gen2.meal-status-icon{width:80px;height:80px;position:absolute;right:0;top:-webkit-calc(50% - 40px);top:-moz-calc(50% - 40px);top:calc(50% - 40px)}.cook-page .meal-section .gen2.meal-status-wrapper .meal-status{margin-right:50px}.cook-page .meal-section .gen2.meal-status-wrapper .meal-status i{display:none}.cook-page .meal-section .gen2.meal-status-wrapper .meal-status.ready{padding-top:2px;color:#e03c31;font-weight:500}.cook-page .meal-section .gen2.meal-status-wrapper .meal-status.ready::after{content:"!"}.cook-page .meal-section .meal-status.gen2-error-status{margin-right:50px;line-height:1.2;padding-top:5px}.cook-page .meal-section .panel-heading:not(.preorder) .title{font-size:24px}.cook-page .meal-section ul.km-list{font-size:13pt}.cook-page .meal-section li.meal.preorder>.well{font-size:13pt}.cook-page .meal-section .details{margin-top:11px}@media (max-width:767px){.cook-page .meal-section .details{margin-top:0}}.cook-page .meal-section .meal-status.label.label-warning{display:inline-block;white-space:normal;text-align:left;font-size:.9em;line-height:1.2em;padding:6px 8px;margin-top:6px}.cook-page .meal-section .flex{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.cook-page .meal-section .room-div{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:-8px}.cook-page .meal-section .secondary-text{color:#344;margin-left:5px}@media (max-width:767px){.cook-page .meal-section .order-details{float:none;display:block}}.cook-page .cookers-container{margin:0 15px}.cook-page .cookers-container.gen2>div{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.cook-page .cookers-container .multi-kiosk{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-basis:100vw;-ms-flex-preferred-size:100vw;flex-basis:100vw}.cook-page .cookers-container .multi-kiosk .kiosk-title{-webkit-flex-basis:100vw;-ms-flex-preferred-size:100vw;flex-basis:100vw;font-family:Quicksand;font-weight:600}.cook-page .cookers-container .cookers{overflow:auto;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding-bottom:15px;-webkit-overflow-scrolling:touch}.cook-page .cookers-container .cookers.gen2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.cook-page .cookers-container .cookers .cooker{border-style:solid;border-width:1px;min-width:115px;min-height:80px;padding:8px;margin:5px 8px 0 0;position:relative;display:inline-block}.cook-page .cookers-container .cookers .cooker.cooker-selected{border-width:2px}.cook-page .cookers-container .cookers .cooker.cooker-available{background-color:#bbdeb1}.cook-page .cookers-container .cookers .cooker.cooker-in-use{background-color:#f7e7ba}.cook-page .cookers-container .cookers .cooker.cooker-error{background-color:#fabec3}.cook-page .cookers-container .cookers .cooker.cooker-default{background-color:#f0f2f0}.cook-page .cookers-container .cookers .cooker .cooker-status{font-size:11pt}.cook-page .cookers-container .cookers .cooker .errors-indicator{position:absolute;top:-5px;right:-5px;background-color:#e03c31;line-height:22px;width:22px;height:22px;color:#fff;font-size:9pt;border-radius:50%;text-align:center}.cook-page .cookers-container .errors{display:block;font-size:11pt;position:relative;margin:15px 15px 0;border-radius:1rem;-webkit-box-shadow:0 .125rem .5rem rgba(0,0,0,.3),0 .0625rem .125rem rgba(0,0,0,.2);box-shadow:0 .125rem .5rem rgba(0,0,0,.3),0 .0625rem .125rem rgba(0,0,0,.2)}.cook-page .cookers-container .errors .learn-more{display:inline}@media (max-width:767px){.cook-page .cookers-container .errors .learn-more{display:block}}.cook-page .cookers-container .errors::before{content:"";position:absolute;width:0;height:0;bottom:100%;left:1.5em;border:.75rem solid transparent;border-top:none;border-bottom-color:#fff;-webkit-filter:drop-shadow(0 -.0625rem .0625rem rgba(0, 0, 0, .1));filter:drop-shadow(0 -.0625rem .0625rem rgba(0, 0, 0, .1))}.alert-download-app{position:fixed;left:0;right:0;bottom:0;margin:0;text-align:center}.alert-download-app .fa{margin-left:6px;position:relative;top:2px}.alert-download-app .fa-apple{font-size:22px}#quickpay hr{margin:5px}#quickpay .km-list{margin-bottom:10px}#quickpay .panel-heading{background:0 0;padding:0;padding-top:8px}#quickpay .action-footer{margin-top:15px}#quickpay .alternate-pay .StripeElement{-webkit-box-shadow:none;box-shadow:none;height:auto}#quickpay .payment-icon{width:30px;vertical-align:baseline;-webkit-filter:grayscale(100%);filter:grayscale(100%)}#quickpay .selected .payment-icon{-webkit-filter:none;filter:none}#gen2-order-summary .panel-body h5,#gen2-receipt .panel-body h5,#gen4-receipt .panel-body h5,#quickpay .panel-body h5{margin-top:15px;margin-bottom:15px}#gen2-order-summary .meals,#gen2-receipt .meals,#gen4-receipt .meals,#quickpay .meals{width:100%;margin-bottom:20px}#gen2-order-summary .meals li,#gen2-receipt .meals li,#gen4-receipt .meals li,#quickpay .meals li{padding:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;margin-bottom:10px;border-bottom:none}#gen2-order-summary .meals li .recipe-details,#gen2-receipt .meals li .recipe-details,#gen4-receipt .meals li .recipe-details,#quickpay .meals li .recipe-details{margin-right:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}#gen2-order-summary .meals li .recipe-details .recipe-name,#gen2-receipt .meals li .recipe-details .recipe-name,#gen4-receipt .meals li .recipe-details .recipe-name,#quickpay .meals li .recipe-details .recipe-name{text-align:left;font-family:Quicksand;font-weight:600;text-transform:capitalize;line-height:1.3;font-size:13px}#gen2-order-summary .meals li .recipe-details .recipe-quantity,#gen2-receipt .meals li .recipe-details .recipe-quantity,#gen4-receipt .meals li .recipe-details .recipe-quantity,#quickpay .meals li .recipe-details .recipe-quantity{font-size:13px;text-align:left}#gen2-order-summary .meals li .recipe-price,#gen2-receipt .meals li .recipe-price,#gen4-receipt .meals li .recipe-price,#quickpay .meals li .recipe-price{float:none!important;-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:0;line-height:16px;padding-right:10px}#gen2-order-summary .meals li .thumb,#gen2-receipt .meals li .thumb,#gen4-receipt .meals li .thumb,#quickpay .meals li .thumb{height:67px;width:82px;border-radius:12px;position:relative;-webkit-box-flex:0;-webkit-flex:0 0 82px;-moz-box-flex:0;-ms-flex:0 0 82px;flex:0 0 82px}#gen2-order-summary .order-summary,#gen2-receipt .order-summary,#gen4-receipt .order-summary,#quickpay .order-summary{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch}#gen2-order-summary .order-summary dd,#gen2-receipt .order-summary dd,#gen4-receipt .order-summary dd,#quickpay .order-summary dd{padding:5px 10px;border-right:2px solid #f2f2f2;border-left:2px solid #f2f2f2;line-height:1}#gen2-order-summary .order-summary dd.order-total-value,#gen2-receipt .order-summary dd.order-total-value,#gen4-receipt .order-summary dd.order-total-value,#quickpay .order-summary dd.order-total-value{background:#f2f2f2;border-bottom:2px solid #f2f2f2;border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding-bottom:10px;padding-top:12px;font-size:18px}#gen2-order-summary .order-summary dd.order-subtotal-value,#gen2-receipt .order-summary dd.order-subtotal-value,#gen4-receipt .order-summary dd.order-subtotal-value,#quickpay .order-summary dd.order-subtotal-value{border-top:2px solid #f2f2f2;border-top-left-radius:4px;border-top-right-radius:4px;padding-top:10px}#gen2-order-summary .order-summary dt,#gen2-receipt .order-summary dt,#gen4-receipt .order-summary dt,#quickpay .order-summary dt{padding-top:10px;padding-left:10px;line-height:1}#gen2-order-summary .order-summary dt.order-tax-name,#gen2-receipt .order-summary dt.order-tax-name,#gen4-receipt .order-summary dt.order-tax-name,#quickpay .order-summary dt.order-tax-name{padding-top:5px}#gen2-order-summary .order-summary dt.order-total-name,#gen2-receipt .order-summary dt.order-total-name,#gen4-receipt .order-summary dt.order-total-name,#quickpay .order-summary dt.order-total-name{font-size:18px;padding-top:12px}#gen2-order-summary .order-summary hr,#gen2-receipt .order-summary hr,#gen4-receipt .order-summary hr,#quickpay .order-summary hr{display:none}#gen2-order-summary .order-summary v-pane-header,#gen2-receipt .order-summary v-pane-header,#gen4-receipt .order-summary v-pane-header,#quickpay .order-summary v-pane-header{padding:0}#gen2-order-summary .order-summary v-pane,#gen2-receipt .order-summary v-pane,#gen4-receipt .order-summary v-pane,#quickpay .order-summary v-pane{text-align:left;padding-left:10px;padding-right:10px}#gen2-order-summary .order-summary .order-vouchers,#gen2-receipt .order-summary .order-vouchers,#gen4-receipt .order-summary .order-vouchers,#quickpay .order-summary .order-vouchers{border-right:2px solid #f2f2f2;border-left:2px solid #f2f2f2}#gen2-order-summary .order-summary .offer,#gen2-receipt .order-summary .offer,#gen4-receipt .order-summary .offer,#quickpay .order-summary .offer{z-index:1;padding-right:5px;padding:10px 14px}#gen2-order-summary .order-summary .offer .offer-name,#gen2-receipt .order-summary .offer .offer-name,#gen4-receipt .order-summary .offer .offer-name,#quickpay .order-summary .offer .offer-name{margin-right:5px}#gen2-order-summary .order-summary .offer .offer-explanation,#gen2-receipt .order-summary .offer .offer-explanation,#gen4-receipt .order-summary .offer .offer-explanation,#quickpay .order-summary .offer .offer-explanation{padding-right:90px;font-size:16px;margin-top:5px;line-height:1.2}#gen2-order-summary .order-summary .offer .offer-icon,#gen2-receipt .order-summary .offer .offer-icon,#gen4-receipt .order-summary .offer .offer-icon,#quickpay .order-summary .offer .offer-icon{bottom:-14px;right:5px;z-index:-1}#gen2-receipt .receipt,#gen4-receipt .receipt{padding:18px 10px}#gen2-receipt .overview,#gen4-receipt .overview{margin-bottom:30px}#gen2-receipt .heading,#gen4-receipt .heading{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}#gen2-receipt .heading .logo,#gen4-receipt .heading .logo{width:50px;height:50px;margin-right:10px}#gen2-receipt .heading .title-wrapper,#gen4-receipt .heading .title-wrapper{position:relative}#gen2-receipt .heading .title-wrapper .title,#gen4-receipt .heading .title-wrapper .title{margin:0}#gen2-receipt .heading .title-wrapper .underline,#gen4-receipt .heading .title-wrapper .underline{height:6px;width:40px;background:#e03c31;border-radius:10px;position:absolute;bottom:-10px}#gen2-receipt .subheading,#gen4-receipt .subheading{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:end;-moz-box-align:end;-ms-flex-align:end;align-items:end;line-height:1;margin-bottom:10px}#gen2-receipt .subheading .date,#gen4-receipt .subheading .date{font-size:24px;font-family:Quicksand}#gen2-receipt .subheading .total,#gen4-receipt .subheading .total{font-size:40px;font-family:Quicksand}#gen2-receipt .subheading .card,#gen2-receipt .subheading .order-number,#gen4-receipt .subheading .card,#gen4-receipt .subheading .order-number{color:#8c8c8c}#gen2-receipt .help>a,#gen4-receipt .help>a{color:#8c8c8c}#gen4-receipt{font-family:Gotham,sans-serif!important;background-color:#08372e;margin-bottom:0!important}#gen4-receipt .header{background-color:#e0ffdf}#gen4-receipt .main{background-color:#fff;padding-top:30px;padding-bottom:10px;margin-top:-1px}#gen4-receipt .overview{margin-bottom:14px!important}#gen4-receipt .overview .heading{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#gen4-receipt .overview .heading .logo{width:227px;-o-object-fit:contain;object-fit:contain;max-width:60%}#gen4-receipt .overview .heading .date{font-family:Gotham,sans-serif!important;font-weight:400;font-size:15.47px;color:#000}#gen4-receipt .overview .title-wrapper .title{color:#08372e;font-size:34.56px;line-height:38.4px;font-family:Gotham,sans-serif!important;margin-top:30px!important;margin-bottom:16px!important}#gen4-receipt .overview .title-wrapper .subtitle{font-size:21.14px;color:#000;font-family:Gotham,sans-serif!important;font-weight:400}#gen4-receipt .overview .title-wrapper .subtitle.no-margin{margin:0!important}#gen4-receipt .overview .btn.rate{font-size:18px;line-height:18px;color:#08372e;background-color:#98edb1;border-radius:8px;text-transform:none;font-family:Gotham,sans-serif!important;font-weight:600;padding:16px 20px}#gen4-receipt .total{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#gen4-receipt .total .total-amount,#gen4-receipt .total .total-title{font-size:34.56px;line-height:38.4px;font-weight:600;color:#08372e}#gen4-receipt .savings{font-size:15.47px;font-weight:400;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:right}#gen4-receipt .savings b{color:#139051}#gen4-receipt .meals.km-list{margin-top:40px}#gen4-receipt .meals.km-list .recipe-name{font-family:Gotham,sans-serif!important;font-weight:500!important;font-size:15.47px;line-height:18.6px}#gen4-receipt .meals.km-list .recipe-price{font-family:Gotham,sans-serif!important;font-weight:400;font-size:15.47px;line-height:18.6px;padding-right:0!important}#gen4-receipt .order-summary .order-vouchers,#gen4-receipt .order-summary dd{border:none!important}#gen4-receipt .order-summary dt{padding-left:0!important}#gen4-receipt .order-summary dd{padding-right:0!important}#gen4-receipt .order-summary .order-total-name,#gen4-receipt .order-summary .order-total-value{display:none!important}#gen4-receipt .order-summary .text-success,#gen4-receipt .order-summary v-pane-header.pane-success{color:#139051!important}#gen4-receipt .order-summary v-pane{padding-left:0!important;padding-right:0!important}#gen4-receipt .order-summary .offer.offer-voucher{background-color:#e0ffdf!important}#gen4-receipt .order-summary .offer.offer-voucher .offer-name{font-weight:400;font-size:15.47px;line-height:18.6px}#gen4-receipt .order-summary .offer.offer-voucher .offer-explanation{font-weight:500;font-size:15.47px;line-height:18.6px}#gen4-receipt .order-summary .offer.offer-voucher .offer-icon{color:#98edb1!important}#gen4-receipt .order-summary .offer.offer-voucher .on-applied{display:none!important}#gen4-receipt .order-number{text-align:center;font-size:15.47px;color:#4f4f4f;font-weight:400}#gen4-receipt hr{border-color:#bdbdbd!important;margin-top:30px;margin-bottom:30px}#gen4-receipt .payment{margin-bottom:40px}#gen4-receipt .payment .payment-title{color:#08372e;font-size:18.29px;font-weight:600;margin-bottom:20px}#gen4-receipt .payment .payment-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;gap:20px}#gen4-receipt .payment .payment-container .payment-method{width:40px;height:40px;border-radius:50%;-webkit-box-shadow:rgba(0,0,0,.08) 0 3px 14px 0;box-shadow:rgba(0,0,0,.08) 0 3px 14px 0;background-size:contain!important}#gen4-receipt .payment .payment-container .payment-method.mastercard{background:url(https://res.cloudinary.com/kitchenmate/image/upload/v1726605320/App/payment-method-mastercard.png)}#gen4-receipt .payment .payment-container .payment-method.visa{background:url(https://res.cloudinary.com/kitchenmate/image/upload/v1726605320/App/payment-method-visa.png)}#gen4-receipt .payment .payment-container .payment-method.amex{background:url(https://res.cloudinary.com/kitchenmate/image/upload/v1726605319/App/payment-method-american-express.png)}#gen4-receipt .payment .payment-container .payment-info-container{-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}#gen4-receipt .payment .payment-container .payment-info-container .payment-info{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:4px}#gen4-receipt .payment .payment-container .payment-info-container .payment-info .payment-amount,#gen4-receipt .payment .payment-container .payment-info-container .payment-info .payment-card{font-weight:600;font-size:15.47px;line-height:18.6px;color:#000}#gen4-receipt .payment .payment-container .payment-info-container .payment-info .payment-amount{font-weight:400}#gen4-receipt .payment .payment-container .payment-info-container .payment-info .payment-amount.failed{font-weight:600;color:#cc2b2b}#gen4-receipt .payment .payment-container .payment-info-container .payment-date{font-size:15.47px;line-height:18.6px;font-weight:400;color:#828282}#gen4-receipt .payment .payment-container .payment-info-container .payment-date.failed{font-weight:600;color:#cc2b2b}#gen4-receipt .payment .payment-failed-message{margin-top:20px;font-size:15.47px;line-height:18.6px;font-weight:600;color:#cc2b2b;border:1px solid #cc2b2b;padding:10px;border-radius:8px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px}#gen4-receipt .payment .payment-failed-message i{font-size:20px}#gen4-receipt .payment .payment-failed-message .message{margin-top:4px;font-weight:400}#gen4-receipt footer{text-align:center;margin-top:60px;background-color:#08372e}#gen4-receipt footer .logo{width:220px;-o-object-fit:contain;object-fit:contain}#gen4-receipt footer .help{margin-top:27.35px}#gen4-receipt footer .help a{font-size:16px;font-weight:400!important;color:#fff}#rewards{max-width:500px}#rewards .row>div{float:none;margin:0 auto}#rewards .panel-heading{border-bottom:0;padding-bottom:0;padding-top:25px}#rewards .panel-body{padding:15px 0}#rewards .rewards-tier{font-size:15pt;font-weight:700;line-height:1.2em;margin-bottom:10px;font-family:Quicksand}#rewards .rewards-tier-until{font-size:12pt;font-weight:400;color:#464646}#rewards .rewards-tier-multiple-container{margin-bottom:10px}#rewards .rewards-tier-multiple{display:inline-block;font-size:15px;padding:5px 10px;border-radius:4px 4px;color:#b5a56f;font-weight:700}#rewards .rewards-tier-multiple i{margin-right:4px;color:#e7d69e}#rewards .rewards-redeem .redeem button{padding-left:18px;padding-right:18px}#rewards .rewards-redeem .redeem button[disabled]{background-color:#f2f2f2;color:#828282;opacity:1}#rewards .rewards-redeem .exchange{font-family:"Brandon Grotesque";font-size:13px;font-weight:400;line-height:24px;margin-top:5px;color:#828282}#rewards .congrats{margin-bottom:5px;font-weight:500}#rewards .congrats-message{line-height:1.2;margin-top:5px}#rewards .upgrade-text{margin:15px 0;font-size:16pt;font-weight:700;margin-left:-.4em}#rewards .upgrade-text .icon{color:grey;font-size:60%;vertical-align:unset}#rewards .rewards-progress{width:240px;position:relative;display:inline-block;margin-top:15px;margin-bottom:15px}#rewards .rewards-progress .rewards-progress-text{top:36%;left:0;right:0;position:absolute;line-height:1;font-family:Quicksand}#rewards .rewards-progress .rewards-progress-text .rewards-progress-text-primary{font-size:40pt;font-weight:700}#rewards .rewards-progress .rewards-progress-text .rewards-progress-text-secondary{font-size:10pt;font-weight:700;color:#777;line-height:1.4em}#rewards .elite-status-card-container{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1674235489/App/ultimate-foodie.svg);background-size:cover;background-repeat:no-repeat;background-position:50% 50%;width:374px;height:225px;position:relative}@media (max-width:767px){#rewards .elite-status-card-container{width:100%;height:auto;padding-top:60.1604278075%}}#rewards .elite-status-card-container .elite-status-card{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px 10px}@media (max-width:330px){#rewards .elite-status-card-container .elite-status-card{padding:5px}}#rewards .elite-status-card-container .elite-status-card.elite-status-reached lord-icon{width:160px;height:160px;position:absolute;left:107px;bottom:0}#rewards .elite-status-card-container .elite-status-card .rewards-tier{margin-bottom:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}#rewards .elite-status-card-container .elite-status-card .rewards-tier .title{font-weight:600;font-size:20px;line-height:24px}#rewards .elite-status-card-container .elite-status-card .rewards-tier .rewards-tier-until{font-family:Quicksand;font-size:15px;font-weight:400;line-height:24px;color:#464646}#rewards .elite-status-card-container .elite-status-card .rewards-tier-multiple{font-family:Quicksand;padding:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}#rewards .elite-status-card-container .elite-status-card .purchase{font-family:"Brandon Grotesque";font-size:15px;font-weight:500;line-height:24px;color:#786b42;margin-bottom:5px}#rewards .elite-status-card-container .elite-status-card .progress{width:260px;height:23px;margin:0 auto;margin-bottom:5px;background-color:#fff;border:1px solid #b5a56f;border-radius:40px;z-index:auto}#rewards .elite-status{padding:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}#rewards .progress-bar{border-radius:12px}#rewards .point-transactions{margin-top:10px}#rewards .point-transaction{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border:none;padding-left:10px;padding-right:10px}#rewards .point-transaction .point-transaction-icon{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1674177653/App/star.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:50px;height:50px;-webkit-box-flex:0;-webkit-flex:0 0 50px;-moz-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;margin-right:10px}#rewards .point-transaction .point-transaction-icon.review{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672170604/App/thumbs-up.svg)!important}#rewards .point-transaction .point-transaction-icon.redeemed{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672171983/App/coin.svg);background-size:95%}#rewards .point-transaction .point-transaction-icon.welcome{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672168570/App/applause.svg)}#rewards .point-transaction .point-transaction-summary{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}#rewards .point-transaction .point-transaction-summary .point-transaction-title{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}#rewards .point-transaction .point-transaction-summary .point-transaction-title .point-transaction-amount,#rewards .point-transaction .point-transaction-summary .point-transaction-title .point-transaction-name{font-family:Quicksand;font-weight:700;font-size:15px;line-height:17px}#rewards .point-transaction .point-transaction-summary .point-transaction-title .point-transaction-name{margin-bottom:4px;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}#rewards .point-transaction .point-transaction-summary .point-transaction-title .point-transaction-amount{color:#6c757d;white-space:nowrap}#rewards .point-transaction .point-transaction-summary .point-transaction-title .point-transaction-amount.negative{color:#acb2b8}#rewards .point-transaction .point-transaction-summary .point-transaction-date{font-size:13px;line-height:18px;color:#828282}#rewards .point-transaction .point-transaction-summary .point-transaction-date .time{text-transform:lowercase}#rewards .offer-amount{text-align:center;float:left;line-height:1.2em;padding-right:10px;margin-right:15px;padding-top:5px;width:50px}#rewards .offer-amount .offer-amount-value{color:rgb(230.6708860759,101.9620253165,93.3291139241);font-size:16px;font-weight:700}#rewards .offer-amount .offer-amount-desc{color:rgb(230.6708860759,101.9620253165,93.3291139241);font-size:80%}#rewards .earn .panel-body,#rewards .earn-more .panel-body{padding:15px}#rewards .earn-more{padding-top:10px}#rewards .earn-more .panel-heading{padding-top:0}#rewards .list-offers .list-offer{border-radius:12px;border:none;margin-bottom:10px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:15px}#rewards .list-offers .list-offer.rewarded.preferences,#rewards .list-offers .list-offer.rewarded.voting{background:rgba(218,236,228,.25)}#rewards .list-offers .list-offer.rewarded.birthday,#rewards .list-offers .list-offer.rewarded.hotstreak2,#rewards .list-offers .list-offer.rewarded.hotstreak3,#rewards .list-offers .list-offer.rewarded.hotstreak4{background:rgba(243,218,217,.25)}#rewards .list-offers .list-offer.rewarded.breakfast,#rewards .list-offers .list-offer.rewarded.welcome{background:rgba(220,235,239,.25)}#rewards .list-offers .list-offer.rewarded.bonus,#rewards .list-offers .list-offer.rewarded.referral,#rewards .list-offers .list-offer.rewarded.review{background:rgba(255,229,180,.25)}#rewards .list-offers .list-offer.rewarded .list-offer-icon,#rewards .list-offers .list-offer.rewarded .list-offer-summary{opacity:.6}#rewards .list-offers .list-offer.rewarded:after{content:"";display:block;position:absolute;top:5px;right:5px;background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672586091/App/big-green-checkmark.svg);background-size:cover;width:57px;height:55px}#rewards .list-offers .list-offer:not(.rewarded).preferences,#rewards .list-offers .list-offer:not(.rewarded).voting{background:rgba(218,236,228,.7)}#rewards .list-offers .list-offer:not(.rewarded).birthday,#rewards .list-offers .list-offer:not(.rewarded).hotstreak2,#rewards .list-offers .list-offer:not(.rewarded).hotstreak3,#rewards .list-offers .list-offer:not(.rewarded).hotstreak4{background:rgba(243,218,217,.7)}#rewards .list-offers .list-offer:not(.rewarded).breakfast,#rewards .list-offers .list-offer:not(.rewarded).welcome{background:rgba(220,235,239,.7)}#rewards .list-offers .list-offer:not(.rewarded).bonus,#rewards .list-offers .list-offer:not(.rewarded).referral,#rewards .list-offers .list-offer:not(.rewarded).review{background:rgba(255,229,180,.7)}#rewards .list-offers .list-offer .list-offer-icon{background-repeat:no-repeat;background-size:cover;width:60px;height:60px;-webkit-box-flex:0;-webkit-flex:0 0 60px;-moz-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;margin-right:10px}#rewards .list-offers .list-offer .list-offer-summary{line-height:18px;padding-top:3px}#rewards .list-offers .list-offer .list-offer-summary .list-offer-name{font-family:Quicksand;font-weight:700;font-size:16px;margin-bottom:10px}#rewards .learn-more{margin-top:30px}#rewards .learn-more a{font-size:16px}#rewards .list-offer-icon.voting,#rewards .point-transaction-icon.voting{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672112657/App/round-checkmark-green.svg)}#rewards .list-offer-icon.hotstreak2,#rewards .point-transaction-icon.hotstreak2{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1674182440/App/hot-streak2.svg)}#rewards .list-offer-icon.hotstreak3,#rewards .point-transaction-icon.hotstreak3{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1674182440/App/hot-streak3.svg)}#rewards .list-offer-icon.hotstreak4,#rewards .point-transaction-icon.hotstreak4{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1674182439/App/hot-streak4.svg)}#rewards .list-offer-icon.breakfast,#rewards .point-transaction-icon.breakfast{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672168570/App/bird.svg)}#rewards .list-offer-icon.bonus,#rewards .point-transaction-icon.bonus{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1679867104/App/confetti.svg)}#rewards .list-offer-icon.welcome,#rewards .point-transaction-icon.welcome{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672168570/App/applause.svg)}#rewards .list-offer-icon.preferences,#rewards .point-transaction-icon.preferences{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1672112655/App/plate.svg)}#rewards .list-offer-icon.review,#rewards .point-transaction-icon.review{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1674183384/App/review-points.svg)}#rewards .list-offer-icon.birthday,#rewards .point-transaction-icon.birthday{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1679867238/App/party-balloons.svg)}#rewards .list-offer-icon.referral,#rewards .point-transaction-icon.referral{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1679867373/App/gift.svg)}#rewards .list-offer-icon.foodie,#rewards .point-transaction-icon.foodie{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1674179129/App/foodie.svg)}#rewards .list-offer-icon.ultimate,#rewards .point-transaction-icon.ultimate{background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1679867104/App/confetti.svg)}.refer .container{max-width:850px}.refer .container-sm{max-width:500px;margin:0 auto}.refer .top-title{margin-top:0}.refer .referral-form{padding:20px;border:1px solid #1bb157;border-radius:6px 6px}.refer .highlight{border-bottom:3px solid #e03c31}.refer .no-friends{background-color:#fff;border-radius:12px}.refer #link{display:inline-block;border:1px solid #e7d69e;border-radius:30px 30px;background:#fff;padding:6px 8px}@media (max-width:767px){.refer #link{font-size:11pt}}.refer #link .link-content{padding-left:10px;line-height:29px;vertical-align:middle}.refer #link .btn-red{border:none;border-radius:0;outline:0;margin:0;padding-left:4px;color:#000}.refer #link .btn-red span.hidden-xs{vertical-align:top}.refer #link i{color:#000;font-size:16px;-webkit-text-stroke:.5px #fff}.refer .small-explainer{font-size:9pt}.refer .info-section{font-size:16pt;margin:0 15px}.refer .padding-box{height:15px}.refer .info-title{font-size:20pt;margin-top:0}.refer h3{margin-bottom:20px;color:#000}@media (max-width:767px){.refer h3{font-size:19pt}}.refer .banner-referral{margin-top:-15px;margin-bottom:30px;padding:30px 15px;border-bottom:none}.refer .banner-referral.banner-sm{margin-bottom:5px}.refer .banner-referral p.share-link{margin-bottom:8px;margin-top:35px;font-size:16px}.refer .banner-referral h1{margin-top:10px;font-size:32pt}@media (max-width:767px){.refer .banner-referral h1{font-size:21pt}}.refer .banner-referral h2{font-weight:500;line-height:1.3em;font-size:14pt;margin-top:20px}@media (max-width:767px){.refer .banner-referral h2{font-size:12pt}}@media (max-width:767px){.refer .banner-referral a{font-size:12pt}}.refer .banner-referral.alt{background:#fff7e6}.refer .banner-referral.alt h1,.refer .banner-referral.alt h2,.refer .banner-referral.alt p{color:#000}.refer .banner-referral .star-graphic-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.refer .banner-referral .star-graphic-container .star-graphic{background:url(https://res.cloudinary.com/kitchenmate/image/upload/v1664991039/App/stars.svg);width:289px;height:117px}.refer textarea{color:#333}.refer .referral-progress{height:10px;max-width:200px;width:100%;border-radius:4px 4px;display:inline-block;margin:0}.refer.refer-teammate{background:#fff}#teammate-referral-list .teammate-referral{border:none;display:inline-block}#teammate-referral-list .teammate-referral .thumb.avatar{width:4em;height:4em;margin:0 auto;border-radius:50% 50%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;border:2px solid #eadfbb}#teammate-referral-list .teammate-referral .thumb.avatar.skeleton{border-color:transparent}#teammate-referral-list .teammate-referral .avatar-name{margin-top:5px}#teammate-referral-list .teammate-referral .avatar-name.skeleton{margin-top:10px;width:100px}#teammate-referral-list .referral-awarded{color:#caaa46}#browse-sites .sites>li{padding-left:95px}#browse-sites .sites>li .name{font-family:Quicksand,sans-serif;font-size:13pt;font-weight:700}.qrcode-scanner.opaque{background-color:#222}.slide-fwd-center{-webkit-animation:slide-fwd-center .5s cubic-bezier(.25,.46,.45,.94) infinite alternate;-moz-animation:slide-fwd-center .5s cubic-bezier(.25,.46,.45,.94) infinite alternate;animation:slide-fwd-center .5s cubic-bezier(.25,.46,.45,.94) infinite alternate}@-webkit-keyframes slide-fwd-center{100%{-webkit-transform:scale(1,1);transform:scale(1,1)}0%{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}}@-moz-keyframes slide-fwd-center{100%{-moz-transform:scale(1,1);transform:scale(1,1)}0%{-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}}@keyframes slide-fwd-center{100%{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);transform:scale(1,1)}0%{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}}.qrcode-scanner{position:absolute;top:0;left:0;bottom:0;right:0}.qrcode-scanner .qrcode-header{background:0 0;position:fixed;top:var(--sat);left:0;right:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.qrcode-scanner .qrcode-header h1{color:transparent;height:60px;margin:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.qrcode-scanner .qrcode-header a{position:absolute;left:10px;top:10px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2.5em;height:2.5em;font-size:28px;text-align:center;background:#fff;opacity:.7;color:#000;border-radius:4px 4px}.qrcode-scanner .qrcode-target{top:45%;left:50%;position:fixed;width:28vh;height:28vh;margin-top:-14vh;margin-left:-14vh}.qrcode-scanner .qrcode-target>*{width:6vh;height:6vh;position:absolute;border:6px solid #fff}.qrcode-scanner .qrcode-target .qrcode-target-tl{border-radius:4vh 0 0 0;top:0;left:0;border-bottom:none;border-right:none}.qrcode-scanner .qrcode-target .qrcode-target-tr{border-radius:0 4vh 0 0;top:0;right:0;border-bottom:none;border-left:none}.qrcode-scanner .qrcode-target .qrcode-target-bl{border-radius:0 0 4vh 0;bottom:0;right:0;border-top:none;border-left:none}.qrcode-scanner .qrcode-target .qrcode-target-br{border-radius:0 0 0 4vh;bottom:0;left:0;border-top:none;border-right:none}.qrcode-scanner .qrcode-instruction{background:rgba(0,0,0,.5);border-radius:15px;color:#fff;font-weight:450;line-height:1.3;position:fixed;text-align:center;bottom:-webkit-calc(var(--sab) + 22vh);bottom:-moz-calc(var(--sab) + 22vh);bottom:calc(var(--sab) + 22vh);left:var(--sal);right:var(--sar);padding:20px;margin-left:40px;margin-right:40px}.qrcode-scanner .qrcode-instruction a{font-weight:700}.qrcode-scanner .qrcode-instruction .small{padding-top:10px}.qrcode-scanner .qrcode-allow-access{position:fixed;top:-webkit-calc(var(--sat) + 35%);top:-moz-calc(var(--sat) + 35%);top:calc(var(--sat) + 35%);left:-webkit-calc(var(--sal) + 50%);left:-moz-calc(var(--sal) + 50%);left:calc(var(--sal) + 50%);height:12vh;width:70vw;margin-top:-6vh;margin-left:-35vw}.qrcode-scanner .qrcode-allow-access .btn{border:none}.qrcode-scanner .qrcode-allow-access h1,.qrcode-scanner .qrcode-allow-access h5{color:#fff}.manual-open-header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.manual-open-header a{position:absolute;color:#999;top:15px;right:15px}.manual-open-body{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.manual-open-body input{margin-bottom:30px;font-size:30px;width:70%;outline:0;-webkit-box-shadow:none;box-shadow:none;text-align:center;letter-spacing:10px;margin-top:30px;border-radius:5px;border:2px solid #ccc;font-weight:500}.manual-open-body button[type=submit]{margin-bottom:40px}.manual-open-body .note{text-align:center;margin:0 20px;margin-top:10px}#give-rewards h1{font-size:28pt}#give-rewards .radio{line-height:1.5}#give-rewards .km-list{word-break:break-all}#give-rewards .radio-bubbles{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}#give-rewards .radio-bubbles .radio{margin:0;margin-bottom:15px;width:20%}@media (max-width:991px){#give-rewards .radio-bubbles .radio{width:50%}}#give-rewards .radio-bubbles .radio input{display:none}#give-rewards .radio-bubbles .radio label{padding:0;width:100%}#give-rewards .radio-bubbles .radio input:checked+.radio-box{border-color:rgb(96.1825726141,133.2365145228,56.7634854772);font-weight:700;color:rgb(96.1825726141,133.2365145228,56.7634854772);background:rgb(240.5323651452,246.246473029,234.453526971)}#give-rewards .radio-bubbles .radio .radio-box{border:1px solid #aaa;border-radius:8px 8px;margin-right:11px;min-height:80px;padding:5px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-align:center}.container.fridge-opening{min-height:50vh;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.container.fridge-opening.cold-food{-webkit-box-pack:left;-webkit-justify-content:left;-moz-box-pack:left;-ms-flex-pack:left;justify-content:left;min-height:42vh}.container.fridge-opening.cold-food .status-title{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;margin:34px 30px 10px 30px}.container.fridge-opening.cold-food .status-description{font-size:16px;font-weight:500;margin-bottom:60px}.container.fridge-opening.cold-food .animated{width:165px;height:165px;margin-bottom:0}.container.fridge-opening .animated{width:150px;height:150px;margin-bottom:20px}#unlock-fridge-success .panel .panel-body{padding-top:10px}#unlock-fridge-success .panel .panel-body hgroup{margin-left:-30px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}#unlock-fridge-success .panel .panel-body .animated{margin-left:-40px;-webkit-box-flex:0;-webkit-flex:0 0 180px;-moz-box-flex:0;-ms-flex:0 0 180px;flex:0 0 180px}#unlock-fridge-success .panel.vertical{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}#unlock-fridge-success .panel.vertical .panel-body .animated{margin-left:0;margin-bottom:5px}#unlock-fridge-success .panel.vertical .panel-body h6{font-weight:500}#unlock-fridge-receipt .panel .panel-body hgroup h6{margin-top:20px}#gen2-unlock-instructions .panel .panel-body .animated,#gen2-unlock-multi-kiosk-instructions .panel .panel-body .animated{width:250px;margin-top:-10px}#gen2-unlock-instructions .panel .panel-body img,#gen2-unlock-multi-kiosk-instructions .panel .panel-body img{width:200px;height:250px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}#gen2-unlock-multi-kiosk-instructions .panel .panel-body .kiosks{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;gap:10px;margin-bottom:30px;margin-top:20px}#gen2-unlock-multi-kiosk-instructions .panel .panel-body .kiosks input{display:none}#gen2-unlock-multi-kiosk-instructions .panel .panel-body .kiosks input:checked+.kiosk{border-color:#e03c31;-webkit-box-shadow:0 6px 10px rgba(41,41,42,.075);box-shadow:0 6px 10px rgba(41,41,42,.075);background:#f8ebeb}#gen2-unlock-multi-kiosk-instructions .panel .panel-body .kiosks input.unchecked+.kiosk{border-color:#f5f8fc;-webkit-box-shadow:none;box-shadow:none}#gen2-unlock-multi-kiosk-instructions .panel .panel-body .kiosks .kiosk{border-radius:12px;border:2px solid #dfe4ea;-webkit-box-shadow:0 1px 4px rgba(41,41,42,.075);box-shadow:0 1px 4px rgba(41,41,42,.075);position:relative;padding:10px 4px 0 8px;overflow:hidden;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease}#gen2-unlock-multi-kiosk-instructions .panel .panel-body .kiosks .kiosk .title{font-weight:700;font-family:Quicksand;text-transform:capitalize;position:absolute;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;height:100%;top:-10px;left:20px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}#gen2-unlock-multi-kiosk-instructions .panel .panel-body .kiosks .kiosk img{width:136px;height:150px;margin:0}#download-app-qrcode{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;width:100vw;height:100vh;margin-top:-15px;overflow-y:scroll;-webkit-overflow-scrolling:touch}#download-app-qrcode .logo{height:62px;width:341.3px;margin-top:30px;margin-bottom:20px}#download-app-qrcode .main{max-width:1000px}#download-app-qrcode .main .mobile{margin-left:-30px}#download-app-qrcode .main .mobile img{max-height:500px}#download-app-qrcode .main .scan{padding-top:40px;padding-bottom:40px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}#download-app-qrcode .main .scan .scan-me{height:200px;width:155px;background:url(https://res.cloudinary.com/kitchenmate/image/upload/v1651273287/App/scan-me.png);background-repeat:no-repeat;background-size:contain;margin-top:10px;margin-bottom:20px}#download-app-qrcode .main .scan .scan-me img{margin-top:17px}#download-app-qrcode .main .scan .title{font-size:26px;width:400px;line-height:1.2}#download-app-qrcode .main .scan .description{font-size:16px;width:400px;line-height:1.3;font-weight:600}#download-app-qrcode .features{width:100%;background:#f6f6f6;height:400px;padding-top:40px;padding-bottom:60px}#download-app-qrcode .features .container{max-width:900px}#download-app-qrcode .features h4{margin-bottom:40px}#download-app-qrcode .features .row{padding-left:20px;padding-right:20px}#download-app-qrcode .features ul{list-style-type:none}#download-app-qrcode .features ul li{font-family:Quicksand;font-size:14px;line-height:1.3;padding-bottom:20px;position:relative}#download-app-qrcode .features ul li::before{position:absolute;top:0;left:-20px}#download-app-qrcode .features ul li.unlock::before{content:"🗝️"}#download-app-qrcode .features ul li.menu::before{content:"🥕"}#download-app-qrcode .features ul li.notification::before{content:"⌛"}#download-app-qrcode .features ul li.share::before{content:"💬"}#download-app-qrcode .features ul li.vote::before{content:"🗳️"}#download-app-qrcode .features ul li.rewards::before{content:"💰"}#download-app-qrcode .footer img{height:40px;border-radius:5px}#download-app-qrcode .footer img:last-child{margin-left:20px}@media (max-width:767px){#download-app-qrcode .footer{display:block!important}}#unpaid-orders .banner{background:#c23d50}#unpaid-orders .panel .panel-body{padding-top:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#unpaid-orders .panel .panel-body .main{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}#unpaid-orders .panel .panel-body .main h4{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}#unpaid-orders .panel .panel-body .main h4>div{margin-top:5px}#unpaid-orders .panel .panel-body .main h4 .skeleton{width:50%;height:26.4px;margin:5px 0 0 0}#unpaid-orders .panel .panel-body h6{font-size:16px;line-height:20px;font-weight:400;margin-top:20px;margin-bottom:40px}@media (max-width:370px){#unpaid-orders .panel .panel-footer .footer-container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}#unpaid-orders .panel .panel-footer .footer-container .footer-option,#unpaid-orders .panel .panel-footer .footer-container a.btn{width:100%}}body.touch #offers .panel-body:after{content:"";display:block;background:url(https://res.cloudinary.com/kitchenmate/image/upload/v1679703485/App/Menu/offers-wave.svg);background-size:cover;padding-top:30%;position:absolute;bottom:-10px;left:0;right:0}#offers .panel{margin-top:40px}#offers .panel-body{padding:20px 0 0 0}#offers .earn-more{text-align:center}#offers .check-back{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:50px;margin-bottom:40px}#offers .check-back h5{color:#000}#offers .check-back .indicator{background:url(https://res.cloudinary.com/kitchenmate/image/upload/v1679511296/App/Menu/offers-indicator.svg);width:98px;height:7px;margin-bottom:10px}#offers .check-back p{padding:10px 60px;line-height:1.2;color:#000}#offers .check-back p i{margin-left:4px;font-size:10pt}#offers .rewards-title{padding:10px 5px;color:#000;font-size:21px}#offers .offer-container{margin-bottom:15px}#offers .section-divider{margin-top:10px}#offers .announcements-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#reinstallPopup{position:fixed;width:100%;height:100%;top:0;left:0;z-index:10000000000;background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1567470241/App/android_reinstall_prompt.png);background-color:#000;background-repeat:no-repeat;background-position-y:center;background-position-x:center;background-size:contain}#updatePopup{position:fixed;width:100%;height:100%;top:0;left:0;z-index:10000000000;background-image:url(https://res.cloudinary.com/kitchenmate/image/upload/v1570216585/App/update_prompt_v2.png);background-color:#fff;background-repeat:no-repeat;background-position-y:center;background-position-x:center;background-size:contain}#mobileInstallButton{position:fixed;bottom:var(--sab);width:100%;z-index:5;text-align:center;padding:20px;border-radius:0;opacity:1;display:none}.aaths-container{font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;position:relative;background:#ecf0f1;padding:.25em;padding-left:2.8em;min-height:2.618em;display:inline-block}.aaths-instructions{font-size:1em}.aaths-close{font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-weight:300;position:absolute;font-size:1.625em;line-height:.75em;width:1em;height:1em;text-align:center;vertical-align:middle;color:#fff;top:.7em;left:.35em;background:#2c3e50;border-radius:50%}@media (min-width:600px){.aaths-instructions{font-size:1.218em;text-align:center}}.text-red{color:#dc1c4e}.text-km{color:#e03c31}.label-km{background-color:#e03c31}.text-success{color:#53a318}.text-points{color:#e03c31}.alert-restricted{background:#333}body #onesignal-popover-container::before{content:"";position:fixed;display:block;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.5);z-index:-1}body #onesignal-popover-container #onesignal-popover-dialog{font-family:Lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif!important}body #onesignal-popover-container #onesignal-popover-dialog .popover-body-message{color:#333!important}body #onesignal-popover-container #onesignal-popover-dialog .popover-button.primary{border-radius:2em;font-weight:700}body #onesignal-popover-container #onesignal-popover-dialog .popover-button.secondary{color:#666!important;text-transform:capitalize}iframe[name=intercom-messenger-frame]{padding-top:var(--sat)!important;padding-bottom:var(--sab)!important;height:-webkit-calc(100% - var(--sat) - var(--sab))!important;height:-moz-calc(100% - var(--sat) - var(--sab))!important;height:calc(100% - var(--sat) - var(--sab))!important;background:#e03c31!important}iframe[name=intercom-banner-frame]{top:var(--sat)!important}iframe[name=intercom-launcher-badge-frame]{bottom:-webkit-calc(var(--sab) + 40px)!important;bottom:-moz-calc(var(--sab) + 40px)!important;bottom:calc(var(--sab) + 40px)!important}.intercom-lightweight-app-launcher,iframe[name=intercom-launcher-frame]{opacity:0!important}iframe[name=intercom-notifications-frame]{bottom:-webkit-calc(var(--sab) + 70px)!important;bottom:-moz-calc(var(--sab) + 70px)!important;bottom:calc(var(--sab) + 70px)!important}.intercom-launcher-badge-frame{z-index:2147483647!important}.intercom-app,.intercom-app-launcher,.intercom-launcher-frame,.intercom-lightweight-app,.intercom-lightweight-app-launcher{z-index:2147483000!important;bottom:-webkit-calc(var(--sabn) + 6px)!important;bottom:-moz-calc(var(--sabn) + 6px)!important;bottom:calc(var(--sabn) + 6px)!important}body.touch .intercom-app,body.touch .intercom-app-launcher,body.touch .intercom-launcher-frame,body.touch .intercom-lightweight-app,body.touch .intercom-lightweight-app-launcher{left:26px!important}body:not(.touch) .intercom-app,body:not(.touch) .intercom-app-launcher,body:not(.touch) .intercom-launcher-frame,body:not(.touch) .intercom-lightweight-app,body:not(.touch) .intercom-lightweight-app-launcher{right:26px!important}.intercom-cover{z-index:2147483001!important;bottom:var(--sabn)!important}.intercom-namespace .intercom-app>div>div{bottom:50px!important}body.touch .intercom-namespace .intercom-app>div>div{left:46px!important}body:not(.touch) .intercom-namespace .intercom-app>div>div{left:36px!important}#loading-bar .bar{top:var(--sat)!important}@font-face{font-family:"helvetica rounded bold";src:url(/assets/fonts/helvetica-rounded-bold.woff) format("woff")}@font-face{font-family:"Brandon Grotesque";font-style:normal;font-weight:400;src:local("Brandon Grotesque Regular"),url(https://res.cloudinary.com/kitchenmate/raw/upload/v1567001947/Fonts/Brandon_reg.woff) format("woff")}@font-face{font-family:"Brandon Grotesque";font-style:italic;font-weight:400;src:local("Brandon Grotesque Regular Italic"),url(https://res.cloudinary.com/kitchenmate/raw/upload/v1567001947/Fonts/Brandon_reg_it.woff) format("woff")}@font-face{font-family:"Brandon Grotesque";font-style:normal;font-weight:200;src:local("Brandon Grotesque Thin"),url(https://res.cloudinary.com/kitchenmate/raw/upload/v1571694757/Fonts/Brandon_thin_fixed.woff) format("woff")}@font-face{font-family:"Brandon Grotesque";font-style:italic;font-weight:200;src:local("Brandon Grotesque Thin Italic"),url(https://res.cloudinary.com/kitchenmate/raw/upload/v1571694757/Fonts/Brandon_thin_it_fixed.woff) format("woff")}@font-face{font-family:"Brandon Grotesque";font-style:normal;font-weight:400;src:local("Brandon Grotesque Light"),url(https://res.cloudinary.com/kitchenmate/raw/upload/v1571693412/Fonts/Brandon_light_fixed.woff) format("woff")}@font-face{font-family:"Brandon Grotesque";font-style:italic;font-weight:400;src:local("Brandon Grotesque Light Italic"),url(https://res.cloudinary.com/kitchenmate/raw/upload/v1571694757/Fonts/Brandon_light_it_fixed.woff) format("woff")}@font-face{font-family:"Brandon Grotesque";font-style:normal;font-weight:500;src:local("Brandon Grotesque Medium"),url(https://res.cloudinary.com/kitchenmate/raw/upload/v1567001947/Fonts/Brandon_med.woff) format("woff")}@font-face{font-family:"Brandon Grotesque";font-style:italic;font-weight:500;src:local("Brandon Grotesque Medium Italic"),url(https://res.cloudinary.com/kitchenmate/raw/upload/v1567001947/Fonts/Brandon_med_it.woff) format("woff")}@font-face{font-family:"Brandon Grotesque";font-style:normal;font-weight:700;src:local("Brandon Grotesque Bold"),url(https://res.cloudinary.com/kitchenmate/raw/upload/v1567001946/Fonts/Brandon_bld.woff) format("woff")}@font-face{font-family:"Brandon Grotesque";font-style:italic;font-weight:700;src:local("Brandon Grotesque Bold Italic"),url(https://res.cloudinary.com/kitchenmate/raw/upload/v1567001946/Fonts/Brandon_bld_it.woff) format("woff")}@font-face{font-family:"Brandon Grotesque";font-style:normal;font-weight:800;src:local("Brandon Grotesque Black"),url(https://res.cloudinary.com/kitchenmate/raw/upload/v1567001946/Fonts/Brandon_blk.woff) format("woff")}@font-face{font-family:"Brandon Grotesque";font-style:italic;font-weight:800;src:local("Brandon Grotesque #000 Italic"),url(https://res.cloudinary.com/kitchenmate/raw/upload/v1567001946/Fonts/Brandon_blk_it.woff) format("woff")}@font-face{font-family:Gotham;font-style:normal;font-display:swap;font-weight:600;src:url(https://res.cloudinary.com/kitchenmate/raw/upload/v1719527427/Fonts/Gotham-Bold.woff2) format("woff2")}@font-face{font-family:Gotham;font-style:normal;font-display:swap;font-weight:500;src:url(https://res.cloudinary.com/kitchenmate/raw/upload/v1719527427/Fonts/Gotham-Medium.woff2) format("woff2")}@font-face{font-family:Gotham;font-style:normal;font-display:swap;font-weight:400;src:url(https://res.cloudinary.com/kitchenmate/raw/upload/v1719527428/Fonts/Gotham-Book.woff2) format("woff2")}#splashscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:#000;z-index:10000000000;display:none}#splashscreen .logo-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}#splashscreen .logo-wrapper .logo{background:url(https://res.cloudinary.com/kitchenmate/image/upload/v1650488719/App/gen2-kiosk/animated-logo.gif);background-repeat:no-repeat;background-size:contain;width:140px;height:140px}body{font-family:"Brandon Grotesque",sans-serif;font-size:13pt;background-color:#f7f8fa;color:#050505;min-height:100vh!important}body:not(.nested) .nested-only{display:none}body:not(.nested) .nested-collapse{max-height:0!important;max-width:0!important}body.nested .not-nested{display:none}body.gen2-receipt,body.standalone-meal-progress{background:#fff}body.gen4-receipt{background:#08372e}.modal-open .modal:not(#authenticate){padding-top:var(--sat);padding-bottom:-webkit-calc(50px + var(--sab));padding-bottom:-moz-calc(50px + var(--sab));padding-bottom:calc(50px + var(--sab))}.modal-open .modal#authenticate .modal-dialog{margin-top:0!important}.modal-open .modal#authenticate .modal-dialog .modal-content{border-radius:0!important}.modal-open .modal .modal-dialog{margin-top:10px}.modal-open .modal .modal-dialog .modal-content{border-radius:12px}.modal-open .modal .modal-dialog .modal-content .banner{font-size:18px;line-height:18px;font-weight:500;padding:18px 4px;color:#fff;background:#65b891;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top-left-radius:12px;border-top-right-radius:12px}.modal-open .modal .modal-dialog .modal-content .banner .fa-check{font-size:10px;position:relative;color:#65b891;width:20px;height:20px;background:#fff;border-radius:50%;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:8px}.modal-open .modal .modal-dialog .modal-content .modal-header{text-transform:none;background:0 0}.modal-open .modal .modal-dialog .modal-content .modal-body,.modal-open .modal .modal-dialog .modal-content .modal-footer,.modal-open .modal .modal-dialog .modal-content .modal-header{padding:20px}.modal-open .modal .modal-dialog .modal-content .modal-header{padding-bottom:10px;font-family:Quicksand,sans-serif}.modal-open .modal .modal-dialog .modal-content .panel-footer{background:#fff;text-align:center;padding:20px 0 5px 0}.modal-open .modal .modal-dialog .modal-content .panel-footer .footer-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.modal-open .modal .modal-dialog .modal-content .panel-footer .footer-container .footer-option .btn,.modal-open .modal .modal-dialog .modal-content .panel-footer .footer-container .footer-option a{padding:12px 17px;font-size:16px;font-family:Quicksand,sans-serif;font-weight:700;line-height:19px;text-transform:none;min-width:106px;border:1px solid #e03c31}.modal-open .modal .modal-dialog .modal-content .panel-footer .footer-container .footer-option .btn-primary{background:#e03c31}.modal-open .modal .modal-dialog .modal-content .panel-footer .footer-container .footer-option .btn-secondary,.modal-open .modal .modal-dialog .modal-content .panel-footer .footer-container .footer-option .btn-secondary:active,.modal-open .modal .modal-dialog .modal-content .panel-footer .footer-container .footer-option .btn-secondary:hover{color:#e03c31;background:#fff;margin-right:11px}.modal-open .modal .modal-dialog.modal-dialog-centered{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}#confirm .modal-header{padding:15px 30px 10px 30px}#confirm .modal-body{padding:30px;padding-top:0}#confirm .modal-body p{margin:0;line-height:16px;font-weight:500;font-family:Quicksand;font-size:14px}#confirm .modal-footer{padding:20px;padding-top:5px;text-align:right}#confirm .modal-footer button{padding:12px 17px;font-size:16px;font-family:Quicksand;font-weight:700;line-height:19px;text-transform:none;min-width:106px;border:1px solid #e03c31;margin-left:0}#confirm .modal-footer button.btn-secondary{color:#e03c31;background:#fff;margin-right:11px}.zoom-in #add-phone,.zoom-in #quickpay,.zoom-in #site.cook-page,.zoom-in .alerts,.zoom-in .banners,.zoom-in .km-app-nav,.zoom-in .vouchers{zoom:1.5}@media (max-width:1200px){.zoom-in #add-phone,.zoom-in #quickpay,.zoom-in #site.cook-page,.zoom-in .alerts,.zoom-in .banners,.zoom-in .km-app-nav,.zoom-in .vouchers{zoom:1.2}}.zoom-in #confirm .content{margin:auto;top:0;width:90%;border-radius:12px}.zoom-in #confirm .modal-body,.zoom-in #confirm .modal-footer{zoom:1.5}@media (max-width:1200px){.zoom-in #confirm .modal-body,.zoom-in #confirm .modal-footer{zoom:1.2}}.zoom-in #confirm .modal-body p{margin:0;margin-top:15px}.zoom-in .km-nav{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;transform:none!important}.zoom-in .km-app-nav .container{padding:0 20px}.zoom-in .well{padding:30px}.zoom-in .main-view{padding-top:100px;margin-top:0}@media (max-width:1200px){.zoom-in .main-view{padding-top:78px}}@media (max-width:1200px){.zoom-in #site .container-stretch-lg{padding:0!important}.zoom-in #site .container-stretch-lg>.row{margin-left:0!important;margin-right:0!important}.zoom-in #site .container-stretch-lg>.row>.col-md-12{padding-left:0!important;padding-right:0!important}}.zoom-in .btn-footer-right-container{display:none!important}.zoom-in .km-list-thumbs-grid>li{width:33%!important}.zoom-in .nested-overlay .content,.zoom-in .nested-overlay .km-close{top:100px}@media (max-width:1200px){.zoom-in .nested-overlay .content,.zoom-in .nested-overlay .km-close{top:78px}}.zoom-in .banner-howto{background-position:63% 70%;background-size:133%}.zoom-in .alerts .alert,.zoom-in .modal-content{border:none!important}.helpful-nav-arrow{margin-top:11px;color:#e03c31}.zoom-me{zoom:1.5}@media (max-width:1200px){.zoom-me{zoom:1.2}}:focus{outline:0!important}.navbar-fixed-bottom{display:none!important}.navbar-fixed-top{display:block!important}@media (max-width:767px){.main-view{margin-top:var(--sat)!important;margin-bottom:-webkit-calc(64px + var(--sab) + 5px)!important;margin-bottom:-moz-calc(64px + var(--sab) + 5px)!important;margin-bottom:calc(64px + var(--sab) + 5px)!important}.navbar-fixed-bottom{display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important;padding-bottom:5px!important}.navbar-fixed-top{display:none!important}}body.touch:not(.modal-open) .btn-footer-center-right-container,body.touch:not(.modal-open) .btn-footer-right-container,body.touch:not(.modal-open) .intercom-cover,body.touch:not(.modal-open) .intercom-launcher-frame,body.touch:not(.modal-open) .intercom-lightweight-app-launcher,body.touch:not(.modal-open) .intercom-namespace .intercom-1qaopps{bottom:-webkit-calc(64px + var(--sab) + 15px)!important;bottom:-moz-calc(64px + var(--sab) + 15px)!important;bottom:calc(64px + var(--sab) + 15px)!important}body.touch.modal-open .intercom-cover,body.touch.modal-open .intercom-launcher-frame,body.touch.modal-open .intercom-lightweight-app-launcher,body.touch.modal-open .intercom-namespace .intercom-1qaopps,body.touch.overlay .intercom-cover,body.touch.overlay .intercom-launcher-frame,body.touch.overlay .intercom-lightweight-app-launcher,body.touch.overlay .intercom-namespace .intercom-1qaopps{opacity:0!important}.main-view{margin-bottom:-webkit-calc(64px + var(--sab));margin-bottom:-moz-calc(64px + var(--sab));margin-bottom:calc(64px + var(--sab));min-height:100vh;margin-top:-webkit-calc(66px + var(--sat));margin-top:-moz-calc(66px + var(--sat));margin-top:calc(66px + var(--sat))}.main-view .main-view-container{padding-top:15px}.main-view .main-view-container .escape-main-view-margin{margin-top:-15px}@media (max-width:767px){.main-view .main-view-container{padding-top:5px}.main-view .main-view-container .escape-main-view-margin{margin-top:-5px}}.main-view.gen2-receipt,.main-view.gen4-receipt,.main-view.standalone-meal-progress{margin-top:var(--sat)}.main-view.gen4-receipt{padding-bottom:50px!important;margin-bottom:0!important}@media (max-width:767px){.main-view{margin-top:-webkit-calc(53px + var(--sat));margin-top:-moz-calc(53px + var(--sat));margin-top:calc(53px + var(--sat));min-height:614px;margin-bottom:0;padding-bottom:-webkit-calc(80px + var(--sab));padding-bottom:-moz-calc(80px + var(--sab));padding-bottom:calc(80px + var(--sab))}}.panel-body-no-padding{padding:0}@media (max-width:767px){.container{padding-left:8px!important;padding-right:8px!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.container>.row{margin-left:-8px!important;margin-right:-8px!important}.container>.row>.col-md-12{padding-left:8px!important;padding-right:8px!important}.container>.navbar-header{margin-left:-8px;margin-right:-8px}}.container.smaller-container{max-width:400px}.container.container-stretch-sm{padding:0 60px;width:100%!important;max-width:800px}.container.container-stretch-lg{padding:0 60px;width:100%!important;max-width:1920px}.container.container-stretch{padding:0 60px;width:100%!important;max-width:1170px}html.body-transparent,html.body-transparent body{background:0 0!important}h1{font-size:20pt}h1,h2,h3,h4,h5,h6{font-family:Quicksand,sans-serif;font-weight:700}.nav a,.panel-heading{font-family:Quicksand,sans-serif;font-weight:500}hr{margin-top:15px;margin-bottom:15px}.text-bold{font-weight:700}.text-bold-md{font-weight:450}.text-secondary{color:#666}.vr{border-left:solid 1px #eee}a{cursor:pointer;color:#e03c31;font-weight:500}a:focus,a:hover,a:link{text-decoration:none;color:#e03c31}a.link-white,a.link-white:focus,a.link-white:hover,a.link-white:link{color:#fff;text-decoration:underline}.pointer{cursor:pointer}a.anchor{position:relative;top:-65px;display:block;visibility:hidden}.absolute-right{position:absolute;right:0;top:0}dl{margin:0}.text-normal{text-transform:inherit}.hide-inactive{display:none}.active .hide-inactive{display:inherit}.time{font-size:11pt}rzslider.read-only .rz-pointer{cursor:default}#journal .journal .entry .info .logo,#journal .journal .entry .meal .info .thumb,#recipe .photo .main-photo,#recipe .photo .main-photo .description .thumbnails .thumbnail,#recipe .recipe-info .reviews li .avatar,#site .site .panel-heading .thumb,#site .site-selector.mobile .thumb,.background-cover,ul.km-list.km-list-thumbs>li .thumb{background-size:cover;background-position:50% 50%;background-repeat:no-repeat}.nav-pills{margin:8px;font-size:11pt;text-transform:capitalize}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{background-color:#e03c31}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover,.nav-tabs>li>a:focus,.nav-tabs>li>a:hover{-webkit-box-shadow:inset 0 -2px 0 #e03c31;box-shadow:inset 0 -2px 0 #e03c31;color:#e03c31;font-weight:700}.font-normal{font-weight:400}.well{padding:15px;border-radius:5px;margin-bottom:0;line-height:1.4em}.well.well-grey{background:#eee;padding:30px}.well.well-cream,.well.well-red{border-top-left-radius:0;border-top-right-radius:0}.well.well-cream.well-cream,.well.well-red.well-cream{background:#fff7e6;color:#000}.well.well-cream.well-cream .btn-halo,.well.well-cream.well-cream .btn-halo:active,.well.well-cream.well-cream .btn-halo:hover,.well.well-red.well-cream .btn-halo,.well.well-red.well-cream .btn-halo:active,.well.well-red.well-cream .btn-halo:hover{background:#000;color:#fff;border-color:#000}.well.well-cream.well-red,.well.well-red.well-red{background:#e03c31;color:#fff}.well.well-cream.well-red .btn-halo,.well.well-cream.well-red .btn-halo:active,.well.well-cream.well-red .btn-halo:hover,.well.well-red.well-red .btn-halo,.well.well-red.well-red .btn-halo:active,.well.well-red.well-red .btn-halo:hover{background:#fff}.label-pts{border:1px solid #e03c31;color:#e03c31}.label-texttop{margin-left:-2px;font-size:52%;vertical-align:top}.nav-text-bottom{display:block;font-size:8pt;font-weight:450;margin-top:-7px}.nav-text-bottom-no-bottom-margin{margin-bottom:-50px;position:absolute}.progress{height:20px}.progress.progress-sm{height:6px}.progress .progress-bar{text-indent:8px;-webkit-transition:width .2s ease-in-out;-moz-transition:width .2s ease-in-out;transition:width .2s ease-in-out}.progress .progress-anim-slow{-webkit-transition:width .6s ease-in-out;-moz-transition:width .6s ease-in-out;transition:width .6s ease-in-out}.progress .progress-bar-points{background-color:#e03c31}.progress .progress-bar-points:before{background-color:#eaeaea}.progress .progress-bar-green{background-color:#53a318}.progress .progress-bar-green:before{background-color:#fff7e6}.progress .progress-bar-red{background-color:#e03c31}.progress .progress-bar-red:before{background-color:#fff7e6}.panel{border-radius:3px;-webkit-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc;margin-bottom:15px}@media (max-width:767px){.panel{margin-bottom:8px}}.panel .panel-heading .nav-pills{display:inline-block;vertical-align:middle;margin-left:15px}.panel .panel-heading .nav-pills li{margin-left:5px;margin-right:5px}.panel .panel-heading .nav-pills li a{padding:0 5px}.panel.panel-default>.panel-heading{background-color:#fff}.panel.panel-transparent{background:0 0;-webkit-box-shadow:none;box-shadow:none}.desc-mask{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#111));background:-webkit-linear-gradient(rgba(0,0,0,0),#111);background:-moz- oldlinear-gradient(rgba(0,0,0,0),#111);background:linear-gradient(rgba(0,0,0,0),#111);padding:15px;position:absolute;bottom:0;left:0;right:0;color:#d2d2d2}.alert-sm{padding:5px 10px;margin:0;font-size:14px;line-height:1.4em}.rotate-90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);margin-left:-3px;margin-right:3px}tags-input .tags{border:none;-webkit-box-shadow:none;box-shadow:none}tags-input .tags .tag-item{background:#e03c31;color:#fff;border:1px solid rgb(237.3417721519,143.9240506329,137.6582278481)}auto-complete img.photo{width:50px;max-height:50px}auto-complete .name{margin:8px}.clearfix{clear:both}.inline-block{display:inline-block}.error{display:none;color:#dc1c4e}.has-error .error{display:inline-block}.mask{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;opacity:.8;z-index:6}.km-hidden{visibility:hidden}.form-text{display:block;margin-top:.25rem;line-height:1.2em;font-size:80%;color:#333}.ng-leave{display:none}.top-safezone-blocker{position:fixed;top:0;left:0;right:0;background:#fff;height:var(--sat);z-index:9998}.body-transparent .top-safezone-blocker,body.cover:not(.overlay-full) .top-safezone-blocker,body.modal-open .top-safezone-blocker{display:none}.intercom-lightweight-app,.intercom-lightweight-app-launcher{z-index:2147483000!important}#tablet-idle-overlay{position:fixed;top:0;bottom:0;left:0;right:0;margin:0}#tablet-idle-overlay .tablet-idle-image{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;background:#e03c31}#tablet-idle-overlay .tablet-idle-image.tablet-idle-image-white{background:#fff}html{overflow-x:hidden;-webkit-overflow-scrolling:auto!important}html,html body{height:initial!important}