body,html{margin:0}.header{background-color:#333}#title{font-size:60px;padding:10px}.mainTitle,.content{padding:2em}h1{margin:0}#root{max-width:1280px;min-width:100%;text-align:center}ul{display:flex;flex-direction:row;justify-content:space-evenly;margin:0;padding:0;background-color:#333;list-style-type:none}li{text-decoration:none;width:20%;height:20%}li a{display:block;color:#000;text-align:center;padding:14px 16px;text-decoration:none}li:hover{background-color:#111}.add{display:flex;flex-direction:row;justify-content:space-evenly}.cart{position:absolute;right:35px;top:20px;opacity:.9}#cartTotal{position:absolute;right:35px;top:-10px;background-color:#fff;border:1px solid white;border-radius:5px}.itemCard{border:1px solid black;border-radius:5px;width:20em;margin:2em}.inventory{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}input{max-width:30px}.cartItem{margin:2em;border:1px solid black;border-radius:5px;display:flex;flex:row;justify-content:space-around;align-items:center}.cartImg{width:10em;height:10em}.itemImg{width:13em;height:15em}.cartTotal{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;gap:2em}.swal-text{text-align:center}.checkout{display:flex;flex-direction:row;justify-content:space-evenly;margin:auto 0}.removeBtn{border:none;background:none;cursor:pointer;margin:0;padding:0;font-size:larger;font-weight:900}.removeBtn:hover{background:black;color:#fff;border:1px solid black;border-radius:2em}
