a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{font-size:62.5%}body{font-family:"Segoe UI",sans-serif;background-color:#f3f5f5}.container{width:1200px;margin:0 auto}h1,h2,h3{color:#2e3333}p{color:#868a8a}@media (max-width:1200px){.container{width:100%;padding:0 2rem;box-sizing:border-box}}@media (max-width:768px){html{font-size:50%}}header{height:60px;border-bottom:1px solid #ebe8e8;display:flex;align-items:center;background-color:#fff}header img{height:5rem}header img:hover{cursor:pointer}.restaurant{background-color:#fff}.restaurant-content{padding:3rem 0;display:flex;justify-content:space-between}h1{font-size:3.2rem;font-weight:700;margin-bottom:5rem}.restaurant-description{font-size:1.9rem;line-height:3rem}.call1{margin-right:6rem;display:flex;flex-direction:column;justify-content:center}.call2 img{width:35rem;border-radius:.5rem}@media (max-width:1000px){.call2 img{height:100%;object-fit:cover}}@media (max-width:768px){.call2 img{width:25rem}}@media (max-width:576px){.restaurant-content{flex-direction:column}.call1,h1{margin-bottom:3rem}.call1{margin-right:0}.call2 img{width:100%}}.main-content{display:flex;flex-direction:row-reverse;justify-content:space-between}.categories{width:calc(70% - 1.5rem)}@media (max-width:1000px){.categories{width:calc(63% - 1rem)}}@media (max-width:768px){.categories{width:100%}.main-content{display:block}}.category{margin-top:3rem}h2{font-size:2.4rem;font-weight:700}.category-content{margin-top:3rem;display:flex;justify-content:space-between;flex-wrap:wrap}@media (max-width:1000px){.category-content{flex-direction:column}}.meal{width:calc(50% - 1rem);height:17rem;display:flex;justify-content:space-between;background-color:#fff;padding:1.5rem;box-sizing:border-box;border-radius:.5rem;margin-bottom:2.5rem;transition:all .2s}.meal:hover{cursor:pointer;box-shadow:.2rem .2rem 2rem .4rem #ccc}.meal-information{width:calc(63% - 1rem)}h3{font-size:1.8rem;margin-bottom:1.6rem;line-height:2.5rem}.meal-description{line-height:2rem;height:4rem;overflow:hidden;font-size:1.4rem;text-overflow:ellipsis}.meal-price-popular{font-size:1.7rem;margin-top:2rem}.meal-picture{width:calc(37% - 1rem)}.meal-picture img{border-radius:.5rem;width:100%;height:100%;object-fit:cover}.popular{font-size:1.2rem;font-weight:900;color:#ff8000}.icon-star{color:#ff8000;margin:0 1rem 0 2rem}@media (max-width:1000px){.meal{width:100%}}.cart{margin-top:3rem;width:calc(30% - 1.5rem);background-color:#fff;height:100%;border-radius:.5rem;box-shadow:.2rem .2rem 2rem .4rem #ccc;padding:1.5rem;box-sizing:border-box;position:-webkit-sticky;position:sticky;top:8rem}.validate-cart{border-radius:.5rem;width:100%;height:5rem;background-color:#00cdbd;display:flex;justify-content:center;align-items:center;transition:transform .3s}.validate-cart:hover{cursor:pointer;transform:scale(1.05)}.validate-cart p{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:700;font-size:1.6rem;color:#fff}.cart-content{margin-top:2.5rem;font-size:1.6rem;color:#2e3333}.cart-choice{border-bottom:.1rem solid #d1d7d7}.cart-item{display:flex;justify-content:space-between;margin-bottom:2rem}.cart-itemTitle{margin-left:1rem}.cart-counters{color:#808484;margin:0 .5rem}.cart-subtotal-deliveryFees{border-bottom:.1rem solid #d1d7d7;padding:2.5rem 0}.cart-subtotal{margin-bottom:2rem}.cart-deliveryFees,.cart-subtotal,.cart-total{display:flex;justify-content:space-between}.cart-total{margin:2.5rem 0}.cart-total>div{font-size:1.9rem;font-weight:600}.plus-minus{color:#00cdbd}.plus-minus:hover{cursor:pointer}.cart-choice-div{display:flex}.cart-btn{white-space:nowrap}.cart-item-price{margin-left:1rem}.cart-item-price,.cart-price-deliveryFees,.cart-price-subtotal,.cart-price-total{white-space:nowrap}@media (max-width:1000px){.cart{width:calc(37% - 1rem)}}@media (max-width:900px){.cart-content,.validate-cart p{font-size:1.4rem}.cart-total>div{font-size:1.7rem}}@media (max-width:768px){.cart{width:100%}.cart-content,.validate-cart p{font-size:1.6rem}.cart-total>div{font-size:1.9rem}}.container-loader{width:100vw;height:100vh;position:fixed;background-color:#00ccbc}.container-loader,.loader{display:flex;justify-content:center;align-items:center}.loader{width:40rem;height:5rem}.circle{width:3rem;height:3rem;border-radius:50%;background-color:#fff;margin:0 1rem;animation:zoom 1s ease-in-out infinite alternate backwards}@keyframes zoom{0%{transform:scale(0)}to{transform:scale(1)}}.circle-1{animation-delay:.2s}.circle-2{animation-delay:.5s}.circle-3{animation-delay:.8s}footer{width:100%;text-align:center;height:8rem;display:flex;justify-content:center;align-items:center;background:#dbdada}footer p{color:#414141}.p-footer{font-size:2rem}a{font-weight:700;text-decoration:none;color:#000}a:hover{text-decoration:underline}@media (max-width:576px){.p-footer{font-size:1.6rem}}.pop-up,.pop-up-container{display:flex;justify-content:center;align-items:center}.pop-up{width:60%;background-color:#00cdbd;height:5rem;border-radius:1rem;position:fixed;top:1rem;z-index:99;box-shadow:.2rem .2rem 2rem .4rem #ccc;font-size:1.8rem;color:#fff;padding:2rem;box-sizing:border-box}.pop-up p{color:#fff;font-weight:700;margin-right:2rem}@media (max-width:768px){.pop-up{width:90%;font-size:1.6rem}}
/*# sourceMappingURL=main.6cc8e1f4.chunk.css.map */