@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);:root{--primary-color:#e41f2e}*{box-sizing:border-box;margin:0;padding:0}input,select,textarea{font-size:16px}body,html{font-family:Roboto}.container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;max-width:1200px}.no-stock{margin-left:10px}img{height:100%;object-fit:cover;width:100%}.flex-column{flex-direction:column}.flex-column,.flex-row{align-items:center;display:flex;justify-content:center}.flex-row{flex-direction:row}#navbar{height:100%}#navbar .navbar{align-items:flex-end;background:#e41f2e;background:var(--primary-color);border-top-left-radius:30px;border-top-right-radius:30px;flex-direction:row;height:210px;justify-content:space-between;margin-top:10px;padding:0 20px 20px}.navbar .logo-container{height:170px;width:170px}.navbar .title-container{align-items:flex-start}.navbar .title-container h1,.navbar .title-container h3{color:#fff}.item-title{background:#000;border-radius:10px;color:#fff;display:inline-block;margin:10px;padding:10px 50px}.item-card-container{display:flex;flex-wrap:wrap;gap:20px;height:100%;justify-content:flex-start;width:100%}.item-card-container .item-card{height:360px;width:280px}.item-card-container .item-card .item-card-img{background:#f4f4f4;height:280px;width:280px}.item-card .item-card-content{height:50px;justify-content:space-between;padding:20px}.item-card .item-card-content .item-card-title{font-size:1.2rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-card .item-card-content .item-card-qty{font-size:1rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#login-form-wrapper .login-form-wrapper{height:100%;padding:50px 0;width:100%}.login-form{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;max-width:300px;padding:30px 10px;text-align:center;width:100%}.login-form h2{color:#333;margin-bottom:20px}.login-form input[type=password],.login-form input[type=text]{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;margin:10px 0;padding:10px;width:100%}.login-form input[type=password]:focus,.login-form input[type=text]:focus{border-color:#e41f2e;outline:none}.login-form button{background-color:#e41f2e;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px;width:100%}.login-form button:hover{background-color:#c51925}.login-form button:active{background-color:#a0131f}.spinner{height:18px;margin:0 auto;position:relative;width:18px}.double-bounce1,.double-bounce2{animation:bounce 2s ease-in-out infinite;background-color:#fff;border-radius:50%;height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%}.double-bounce2{animation-delay:-1s}@keyframes bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}@media screen and (max-width:768px){#navbar .navbar{align-items:flex-start;border-top-left-radius:0;border-top-right-radius:0;flex-direction:column-reverse;margin-top:0}.navbar .logo-container{height:100px;margin-top:20px;width:100px}.navbar .title-container h1{font-size:1.5rem}.item-card-container .item-card{height:auto;margin:1%;width:48%}.item-card-container .item-card .item-card-img{max-height:300px;width:100%}.MuiTab-root{font-size:.8rem;min-width:120px}.MuiTab-list{flex-direction:column}.item-card-container{display:flex;flex-wrap:wrap;gap:0;height:100%;justify-content:space-between;width:100%}}@media screen and (max-width:480px){.navbar .title-container h1{font-size:1.5rem}.item-card-container .item-card{height:auto;margin:1%;width:48%}.item-card .item-card-content .item-card-qty,.item-card .item-card-content .item-card-title{font-size:.8rem}}
/*# sourceMappingURL=main.0feef0bc.css.map*/