.cart-icon-container{align-items:center;cursor:pointer;display:flex;height:45px;justify-content:center;position:relative;width:45px}.cart-icon-container .shopping-icon{height:24px;width:24px}.cart-icon-container .item-count{bottom:12px;font-size:10px;font-weight:700;position:absolute}.button-container{background-color:#000;border:none;color:#fff;cursor:pointer;display:flex;font-family:Open Sans,sans-serif;font-size:15px;font-weight:bolder;height:50px;justify-content:center;letter-spacing:.5px;line-height:50px;min-width:165px;padding:0 35px;text-transform:uppercase;width:auto}.button-container.inverted,.button-container:hover{background-color:#fff;border:1px solid #000;color:#000}.button-container.inverted:hover{background-color:#000;border:none;color:#fff}.cart-item-container{display:flex;height:80px;margin-bottom:15px;width:100%}.cart-item-container img{width:30%}.cart-item-container .item-details{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:10px 20px;text-overflow:ellipsis;white-space:nowrap;width:70%}.cart-item-container .item-details .name{font-size:16px}.cart-dropdown-container{background-color:#fff;border:1px solid #000;display:flex;flex-direction:column;height:340px;padding:20px;position:absolute;right:40px;top:90px;width:290px;z-index:5}.cart-dropdown-container .empty-message{font-size:18px;margin:50px auto}.cart-dropdown-container .cart-items{display:flex;flex-direction:column;height:240px;overflow:scroll}.cart-dropdown-container button{margin-top:auto}.navigation{background:#dcdce6;display:flex;height:70px;justify-content:space-between;margin-bottom:25px;width:100%}.navigation .logo-container{height:100%;padding:25px;width:70px}.navigation .nav-links-container{align-items:center;display:flex;height:100%;justify-content:flex-end;width:50%}.navigation .nav-links-container .nav-link{cursor:pointer;padding:10px 15px}.product-card-container{align-items:center;border-radius:2%;box-shadow:0 4px 8px 0 #0003;display:flex;flex-direction:column;height:370px;position:relative;width:100%}.product-card-container img{height:70%;margin-bottom:5px;object-fit:contain;padding:2rem;width:100%}.product-card-container button{display:none;opacity:.7;position:absolute;top:255px;width:80%}.product-card-container:hover img{opacity:.8}.product-card-container:hover button{display:flex;opacity:.85}.product-card-container .price{font-size:18px;padding:.5rem}.product-card-container .header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.product-card-container .header .name{font-size:16px;overflow:hidden;padding:.5rem;text-overflow:ellipsis;white-space:nowrap}.product-card-container .footer{display:flex;font-size:14px;height:5%;justify-content:space-between;width:100%}.product-card-container .footer .category{font-weight:lighter;padding:1rem}.products-container{grid-column-gap:2em;grid-row-gap:2em;column-gap:2em;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:.5rem;row-gap:2em}.checkout-item-container{align-items:center;border-bottom:1px solid #a9a9a9;display:flex;font-size:14px;height:15vh;min-height:100px;padding:15px 0;width:100%}.checkout-item-container .image-container{padding-right:15px;width:23%}.checkout-item-container .image-container img{width:30%}.checkout-item-container .name,.checkout-item-container .price,.checkout-item-container .quantity{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:23%}.checkout-item-container .quantity{display:flex}.checkout-item-container .quantity .arrow{cursor:pointer}.checkout-item-container .quantity .value{margin:0 10px}.checkout-item-container .remove-button{cursor:pointer;padding-left:12px}.checkout-container{align-items:center;display:flex;flex-direction:column;margin:50px auto 0;min-height:90vh;width:95%}.checkout-container .checkout-header{border-bottom:1px solid #a9a9a9;display:flex;justify-content:space-between;padding:10px 0;width:100%}.checkout-container .checkout-header .header-block{text-transform:capitalize;width:23%}.checkout-container .checkout-header .header-block:last-child{width:8%}.checkout-container .total{font-size:36px;margin-left:auto;margin-top:30px}@media only screen and (max-width:600px){.checkout-container{font-size:12px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Open Sans,sans-serif;margin:0;padding:20px 40px}@media only screen and (max-width:600px){body{padding:0}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:#fff;text-decoration:none}*{box-sizing:border-box}
/*# sourceMappingURL=main.eca6e5ca.css.map*/