.modal{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:#0005;z-index:10}.shoppingCart{width:85%;height:90%;margin:2rem auto;background-color:#eee;padding:1rem;display:flex;flex-direction:column;position:relative}.shoppingCart .header{display:flex;background-color:#ccc;padding:10px 20px;justify-content:space-between}.close-btn{color:#065a82}.empty-text{display:block;padding:2rem;margin:auto}.cart-items{display:flex;flex-direction:column;align-items:flex-start;padding:1rem 0;overflow-y:scroll}.cart-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:90%;background-color:#fff;padding:10px 20px;border:3px solid #eee}.item-info{flex-basis:50%}.item-info h3{font-weight:400;font-size:1rem}.item-info span{font-weight:400;font-size:.9rem}.cart-item select{width:70px;font-size:1rem;outline:none}.cart-items img{width:80px;height:75px;padding-right:10px;background-color:#fff}.checkout-btn{background-color:#065a82;padding:10px 20px;font-size:1rem;color:#fff;align-self:center;margin:2rem 0;display:none}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:hsl(210,36%,96%);color:#102a42}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}main{position:absolute}h1,h2,h3,h4{letter-spacing:.1rem;text-transform:capitalize;line-height:1.25;margin-bottom:.75rem}h3{font-size:1rem}h4{font-size:.75rem}p{margin:auto;color:#617d98}.section{width:90vw;margin:0 auto;max-width:100%}.logo{object-fit:cover;height:auto;width:200px;border-radius:.25rem}.btn{border:none;outline:none;background:transparent;cursor:pointer}@media screen and (min-width: 992px){.section{width:100%}}.menu{padding:0rem 0}.title{text-align:center;margin-bottom:1rem;margin-top:6rem}.top-bar{width:100%;position:fixed;color:#d1ad69;display:flex;justify-content:space-between;align-items:center;padding:5px 0;background:whitesmoke}.top-bar a{text-decoration:none;color:#000;margin:0 10px}.shopping-cart-btn{font-size:20px;text-align:center;border:none;outline:none;background:whitesmoke;cursor:pointer;color:#d1ad69;display:flex;justify-content:center;align-items:center;gap:5px}.underline{width:6rem;height:.25rem;background:#c59d5f;margin-left:auto;margin-right:auto}.btn-container{width:100%;position:fixed;margin-top:3rem;margin-bottom:1rem;display:flex;justify-content:center;background:whitesmoke}.filter-btn{background:transparent;border-color:transparent;font-size:1rem;text-transform:capitalize;margin:auto;letter-spacing:1px;padding:.375rem 0rem;color:#d1ad69;cursor:pointer;transition:all .3s linear;border-radius:.25rem}.active{border-bottom:2px solid}.section-center{width:100%;margin:0 auto;display:grid;gap:3rem 2rem;justify-items:center}.menu-item{display:grid;gap:1rem 2rem}.photo{object-fit:fill;height:300px;width:auto;border:.25rem solid #D1AD69;border-radius:.25rem;margin:auto;display:block}.logo{object-fit:cover;height:auto;width:200px;border-radius:50%}.item-info header{display:flex;justify-content:space-between;border-bottom:.5px dotted hsl(210,22%,49%)}.item-info h4{margin-bottom:.5rem;margin:auto}.item-info button{border:none;color:#d1ad69;background:transparent;cursor:pointer}.price{color:#000}.item-text{margin-bottom:0;padding-top:1rem}@media screen and (min-width: 768px){.menu-item{grid-template-columns:225px 1fr;gap:0 1.25rem;max-width:100%}.photo{height:175px}}@media screen and (min-width: 1200px){.section-center{width:100%;grid-template-columns:1fr 1fr}.photo{height:150px}}
