.cart{background-color:#f5f5f5;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 11rem);padding:2rem 1rem;transition:all .5s;display:flex}.cart h1{margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.cart>p{text-align:center;color:#000000b3;max-width:40rem;margin-bottom:1rem;font-size:1rem}.cart-wrapper{background-color:#06a0bb1a;border-radius:1rem;flex-direction:column;width:100%;max-width:50rem;padding:0 2rem;display:flex}.cart-wrapper p{text-align:center;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.cart-items{transition:all 5s;overflow:hidden auto}.cart-items::-webkit-scrollbar{display:none}.cart-wrapper .show{max-height:25rem;transition:max-height .3s ease-in-out}.cart-wrapper .hide{max-height:0;transition:max-height .3s ease-in-out;overflow:hidden}.cart-header{cursor:pointer;background-color:#06a0bb33;border-radius:.5rem;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem;display:flex}.cart-header:hover{background-color:#06a0bb4d}.cart-header h3{align-items:center;gap:1rem;font-size:1rem;font-weight:600;display:flex}.showCartIcon{background-color:#06a0bb4d;border-radius:.3rem;width:2rem;height:2rem;padding:.3rem}.cart-item{margin-bottom:1rem;background-color:#06a0bb1a;border-radius:.5rem;align-items:center;gap:1rem;margin-inline:.5rem;padding:1rem;display:flex}.cart-item img{object-fit:cover;background-color:#06a0bb1a;background-image:url(../media/homebg.acccf71d.jpg);background-position:50%;background-size:cover;border-radius:.5rem;width:100px;height:100px;box-shadow:0 0 5px #01222780}.cart-item h3{padding:0;font-size:1.1rem;font-weight:650;text-align:left!important}.cart-item p{color:#000000b3;text-align:left;font-size:1rem}.cart-item .remove-btn{color:#fff;cursor:pointer;background-color:#06a0bb66;border:none;border-radius:.3rem;margin-left:auto;padding:0 1rem;font-size:2rem}.cart-wrapper form{flex-direction:column;margin-top:1rem;display:flex;padding:0!important}.cart-wrapper form label{width:max-content;padding-right:1rem;font-size:1rem;font-weight:600;position:relative}.required:after{content:"*";color:red;position:absolute;top:0;right:0}.cart-phone{border:1px solid #00000080;border-radius:.5rem;width:100%;height:3rem;margin-top:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:1rem}.cart-message{border:1px solid #00000080;border-radius:.5rem;width:100%;height:6rem;margin-top:1rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:1rem}.cart button{cursor:pointer!important}.cart button:hover{background-color:#1e1e1e}
