@import url(https://fonts.googleapis.com/css2?family=Italiana&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{font-family:Roboto,sans-serif}.App{background-color:#fff1ea;padding:50px}.tickerMessage{background-color:#e8d68e;left:0;padding:5px 20px;position:absolute;text-align:center;top:0;width:100%}.tickerMessage p{margin:0}.container{margin:0 auto;max-width:1400px}.storeWrap{display:flex;justify-content:space-between}.productWrap{display:flex;flex-wrap:wrap;margin:0 30px 0 0;padding:0;width:70%}.cartWrap{width:30%}.productItem{background-color:#fff;display:flex;flex-direction:column;flex-wrap:wrap;margin-bottom:20px;margin-right:20px;padding:15px;width:calc(33.33333% - 45px)}.productItem:nth-child(3n){margin-right:0}.productImageWrap{margin-bottom:10px;overflow:hidden;width:100%}.productImage{aspect-ratio:3/4;object-fit:cover;width:100%}.productInfo{align-items:flex-start;display:flex;font-size:18px;height:68px;justify-content:space-between;margin-bottom:10px;overflow:hidden}.productName{font-weight:500}.productPrice{margin-left:20px;width:20%}button{background-color:#c5cbb1;border:none;border-radius:5px;cursor:pointer;font-weight:600;margin-bottom:10px;outline:none;padding:10px;transition:all .3s ease}button:hover{background-color:#96acaf;color:#fff}button.removeButton{background-color:#f38146;color:#fff}button.removeButton:hover{background-color:#dd692f}.discountWrap{align-items:center;border-bottom:1px solid;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:10px}.discountWrap select{height:30px;line-height:30px}.totalWrap{display:flex;font-size:1.2rem;font-weight:700;justify-content:space-between}table{border-bottom:1px solid;border-top:1px solid;margin-bottom:10px;width:100%}table thead tr th{border-bottom:1px solid;line-height:30px}table tbody td:nth-child(2){text-align:center}table tbody td:nth-child(3){text-align:right}table tbody{padding:20px 0}table tbody td{line-height:1.5rem;padding:5px 0}h1,h2{font-family:Italiana,serif;letter-spacing:1px}h1{font-size:2.5rem}h2{font-size:2rem}
/*# sourceMappingURL=main.b51168b9.css.map*/