@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";.menu{display:grid;grid-template-columns:300px 1fr;grid-gap:1rem;flex:1}.menu__shops{padding:1rem;text-align:center}.menu__shops-list{margin:.5rem auto;list-style:none;padding-left:0;width:70%}.menu__shop{padding:.5rem 0;border:1px solid black;border-radius:3px}.menu__shop:hover{cursor:pointer}.menu__shop.active{background-color:#d3d3d3}.menu__shop+.menu__shop{margin-top:.75rem}.menu__shop-products{display:grid;grid-template-columns:repeat(auto-fill,340px);grid-template-rows:300px;gap:2rem;height:89vh;overflow-y:scroll}.menu__shop-product{height:300px;width:340px;padding:1rem;border-radius:5px;background-color:#d3d3d3}.menu__shop-product img{object-fit:cover;height:200px;width:100%;border-radius:5px}.menu__shop-product-info{display:flex;flex-direction:column}.menu__shop-product-name{padding:.5rem 0}.menu__shop-product-button{align-self:flex-end;width:50%}.autocomplete{position:relative}.suggestions{position:absolute;top:100%;left:0;width:100%;z-index:999;padding-left:0;background-color:#fff;list-style-type:none}.suggestions li{padding:5px;transition:all .2s}.suggestions li:hover{cursor:pointer;background-color:#d3d3d3}.cart{display:flex;height:89vh}.cart>div{flex:1}.cart__user-info{height:100%;margin-right:5rem;display:flex;flex-direction:column}.cart__user-info-form{display:flex;flex-direction:column;justify-content:center;gap:1rem;flex:1;margin:auto 0;width:100%}.cart__order-items{height:74%;overflow-y:scroll}.cart__order-item{display:flex;position:relative;padding:1rem;border-radius:5px;background-color:#d3d3d3}.cart__order-item img{object-fit:cover;border-radius:5px;height:200px;width:300px}.cart__order-item-info{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;text-align:center}.cart__order-item-info input{width:50%}.cart__order-item-info button{position:absolute;top:1rem;right:10px}.cart__order-checkout{display:flex;flex-direction:column;margin-top:2rem;padding:1rem 0}.cart__order-checkout div{display:flex;align-items:center;justify-content:space-between}.cart__order-checkout div input+button{margin-left:1rem}.cart__order-checkout div p,.cart__order-checkout div .cart__order-submit{font-size:1.5rem}.cart__order-checkout div+div{margin-top:1rem}.cart__order-item+.cart__order-item{margin-top:1rem}.history-request{display:flex;flex-direction:column;align-items:center;width:50%;margin:0 auto}.history-request button{margin-top:.5rem}.history-result{margin-top:1rem;max-height:65vh;overflow-y:scroll}.history-order+.history-order{margin-top:1rem}.history-products{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem;border:1px solid gray}.history-products--total{align-self:center;margin-left:auto}.history-product{display:flex;padding:1rem;width:300px;border-radius:5px;background-color:#d3d3d3}.history-product img{object-fit:cover;width:100px;height:100px;margin-right:1rem}.coupons{display:flex;gap:1rem}.coupon-card{padding:2rem;background-color:#d3d3d3;border-radius:5px}.coupon-card p{margin:1rem 0}header{display:flex;padding-top:1rem;margin-bottom:1rem}header a{padding:.5rem;color:#000;text-decoration:none;border:1px solid transparent}header a.active{border:1px solid black;border-radius:3px}main{display:flex;flex-direction:column;height:100%;padding:0 2rem 1rem;background-color:#fafad2}*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body,#root{height:100%}body{font-family:Poppins,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}button{transition:all .2s;padding:3px 10px;border-radius:5px;border:transparent}button:hover{cursor:pointer;background-color:#b9b9b9}button:disabled{background-color:gray}input,label{display:block;width:100%}input{padding:5px 10px;border:1px solid black;border-radius:3px}*::-webkit-scrollbar{background-color:transparent}*::-webkit-scrollbar-track{background-color:transparent}*::-webkit-scrollbar-thumb{background-color:#888;border-radius:3px}
