.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.navbar{align-items:center;background-color:#000;display:flex;height:80px;justify-content:space-between;width:100%}.shopTitle{font-size:18px;margin-left:20px;text-align:center}.shopTitle,.shopTitle a{color:#fff;text-decoration:none}.links{align-items:center;display:flex;justify-content:center;margin-right:50px}.links a{color:#fff;font-size:25px;margin-left:20px;text-decoration:none}.cartIcon{margin-top:5px}.addTocartBttn{background-color:initial;border:2px solid #131313;border-radius:15px;min-width:100px;padding:5px 10px}.addTocartBttn:hover{background-color:#131313;color:#fff;cursor:pointer}.products{display:flex;flex-direction:row;flex-wrap:wrap;height:100%;justify-content:space-around;place-items:center;width:100%}.product{align-items:center;border-radius:15px;display:flex;flex-direction:column;height:350px;justify-content:center;margin:110px 50px;width:300px}.product img{width:400px}.product description{text-align:center}.product:hover{cursor:pointer;transition:.3s ease-in}.cart{flex-direction:column;justify-content:center}.cart,.cartItem{align-items:center;display:flex}.cartItem{border-radius:25px;box-shadow:0 3px 15px rgba(0,0,0,.2);height:250px;margin:30px;width:700px}.cartItem img{width:200px}.cartItem .description{font-size:30px;width:100%}.countHandler input{font-weight:balder;text-align:center;width:40px}.checkout button{background-color:#131313;border:none;border-radius:8px;color:#fff;cursor:pointer;height:50px;margin:10px;width:150px}
/*# sourceMappingURL=main.a5a44e81.css.map*/