body{margin:0;font-family:Roboto,sans-serif}.btn-primary:hover{cursor:pointer}.dashboard{display:flex}.sidebar{font-weight:600;flex-basis:25%}.categories-list{display:flex;justify-content:space-between;width:80%;margin:2rem 1rem}.categories-list input{accent-color:#dc2626;height:1.1rem;width:1.1rem}.categories-list input:hover{cursor:pointer}.productsView{flex-basis:75%;display:flex;flex-wrap:wrap;gap:1rem;margin:2rem auto 2rem 2rem}.productCard{flex-basis:25%;border:1px solid #0005;border-radius:4px;padding:1rem}.productImage{height:8rem;display:block;margin:auto}.productPrice{font-weight:200;margin-top:0}.productType{margin-bottom:4px}.cartButton{width:100%;padding:.5rem}.cartButton:hover{cursor:pointer}.addButtons{display:flex;justify-content:center;align-items:center}.addQuantity{margin:auto 1.5rem;padding:.5rem 1.7rem;border:1px solid #0003;border-radius:3px}.addQuantity:hover{cursor:pointer}.nav{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;background-color:#1d4ed8;color:#fff;font-weight:500}.nav-left-side{font-size:1.5rem;margin:1rem}.nav-right-side{font-size:1.2rem}.fa-cart-shopping{padding-left:2rem}.logoutButton,.cart{background-color:#1d4ed8;border:none;font-weight:800;color:#fff;font-size:1rem}.disableCart{color:#2b4193}.logoutButton:hover,.cart:hover{cursor:pointer}.cartQuantity{position:absolute;top:10px;right:1rem;background-color:red;border-radius:50%;padding:.2rem .4rem;font-size:.8rem}.checkoutPage{margin:1rem}.backButton,.clearCart{padding:10px 14px;border:1px solid #0002;border-radius:2px;background-color:#fff;font-size:14px}.backButton:hover,.clearCart:hover{cursor:pointer}.cartList{border:1px solid #0002;padding:2rem;width:70%;margin-bottom:1rem}.cartList-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:22px}.clearCart{height:2.3rem}.checkout-grid{display:grid;grid-template-columns:200px 1fr 1fr 10%;justify-items:center}.bold-hr{height:1px;background-color:#000}.checkout-image{height:8rem;width:8rem}.checkout-grid-content{display:grid;grid-template-columns:200px 1fr 1fr 10%;align-items:center;justify-items:center}.font-bold{font-weight:600}.totalPrice{display:flex;justify-content:space-between;margin:1rem 2rem auto 8rem}.btn-primary{width:7rem}.placeorderPage{margin:2rem}.orderSummary{background-color:#eef4fa;margin-top:1rem;margin-bottom:1rem;padding:1rem;width:60%}.orderSummary-title{font-size:1.5rem;margin-bottom:0}.ordersList-div{margin:1.6rem 2rem}.ordersList{display:flex;justify-content:space-between;font-weight:600;width:96%}.placeorder-totalPrice{display:flex;justify-content:space-between;width:90%;font-weight:600;margin:auto}.hr-totalPrice{width:92%;border:1px solid #0008}.order-confirmation{position:absolute;top:50%}.modal-overlay{background:#000000b3;width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0}.modal-wrapper{width:30%;height:150px;border-radius:4px;background:#f8f8ff;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.close-modal-btn{position:absolute;bottom:1rem;right:2rem;padding:10px 16px;border:1px solid #0001;color:#00f}.close-modal-btn:hover{cursor:pointer}.modal-content{margin:2rem auto 1rem;text-align:center;font-size:1.3rem;width:100%}
