body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}.heading{padding:25px 0}h2{margin:0;padding:0}.navbar{align-items:center;display:flex;font-size:20px;justify-content:space-between;margin:25px 50px}.navbar a{font-size:22px;font-weight:500}.navbar .nav-link{color:#000;list-style:none;position:relative;text-decoration:none}.navbar .nav-link .cart-count{bottom:10px;font-size:20px;position:absolute}@media only screen and (max-width:768px){.navbar{margin:30px}}.products{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);margin:40px}.products .card{background:#fff;border-radius:10px;margin:20px 0;min-height:300px;padding:20px;position:relative;text-align:center}.products .card img{height:50%;object-fit:contain;width:50%}.products .card .btn{background:#764abc;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;outline:none;padding:8px 10px;text-transform:uppercase;transition:all .3s ease-in-out}.products .card .btn:hover{background:#513282}@media only screen and (max-width:768px){.products{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr);margin:30px 5px}.products .card{padding:0}.products .card img{height:50%;width:50%}}.cart,.home h2{margin:40px 0}.cart .cart-card{align-items:center;background:#fff;border-radius:5px;box-shadow:1px 1px 7px #d3d3d3;display:flex;justify-content:space-between;margin:0 50px 20px;padding:14px}.cart .cart-card .quantity{align-items:center;display:flex;text-align:center}.cart .cart-card .quantity span{margin:0 10px}.cart .cart-card .quantity button{background:#764abc;border:none;border-radius:2px;box-shadow:#fff;color:#fff;cursor:pointer;padding:5px 10px}.cart .cart-card .quantity button i{font-size:10px}.cart .cart-card img{height:100%;width:60px}.cart .cart-card .product-count{display:flex;flex-direction:column}.cart .cart-card .product-count .btn{background:#764abc;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;outline:none;padding:8px 10px;text-transform:uppercase;transition:all .3s ease-in-out}.cart .cart-card .product-count .btn:hover{background:#513282}.cart .cart-bottom{display:flex;justify-content:space-between;padding:0 50px}.cart .cart-bottom .total-ammount{font-size:20px;font-weight:500;margin:0;padding:0;text-transform:uppercase}.cart .cart-bottom .btn{background:#764abc;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;outline:none;padding:8px 10px;text-transform:uppercase;transition:all .3s ease-in-out}.cart .cart-bottom .btn:hover{background:#513282}@media only screen and (max-width:768px){.cart{margin:60px 0}.cart .cart-card{align-items:center;display:flex;flex-direction:column;margin:10px 20px;text-align:center}.cart .cart-card p{font-size:15px;font-weight:500}.cart .cart-card .quantity span{margin:0 15px}.cart img{margin:0 5px 0 0;object-fit:contain}.cart .btn{margin:0 0 0 10px}.cart .cart-bottom{margin-top:20px;padding:0 25px}}.empty-cart{background:#fff}.empty-cart .container{align-items:center;display:flex;flex-direction:column;justify-content:center}.empty-cart .container img{height:auto;max-width:700px;width:100%}.empty-cart .container button{background-color:#764abc;border:1px solid #764abc;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:400;padding:8px 10px;text-align:center;transition:all .3s ease-in-out}.empty-cart .container .btn:hover{background:#513282}@media only screen and (max-width:768px){.empty-cart{height:100vh}}
/*# sourceMappingURL=main.a9a9f185.css.map*/