.cart-page{color:#333;flex-direction:column;gap:2rem;max-width:1200px;min-height:60vh;margin:0 auto;padding:2rem 1rem;font-family:Roboto,sans-serif;display:flex}.cart-page-title{color:#1f2937;border-bottom:3px solid #e23744;margin-bottom:1.5rem;padding-bottom:1rem;font-size:2rem;font-weight:700}.restaurant-cart-section{background:linear-gradient(135deg,#fff 0%,#f9fafb 100%);border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;transition:all .3s;box-shadow:0 4px 15px #00000014}.restaurant-cart-section:hover{box-shadow:0 8px 25px #0000001f}.restaurant-header h3{color:#e23744;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600;display:flex}.cart-list{flex-direction:column;gap:1rem;display:flex}.cart-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000a}.cart-item:hover{border-color:#e23744;box-shadow:0 4px 12px #00000014}.cart-item-info{flex:1;padding-right:1rem}.cart-item-info h4{color:#1f2937;margin-bottom:.3rem;font-size:1.1rem;font-weight:600}.cart-item-info p{color:#e23744;font-size:1rem;font-weight:600}.cart-item-actions{background-color:#f3f4f6;border-radius:10px;align-items:center;gap:.75rem;padding:.5rem;display:flex}.cart-item-actions button{color:#1f2937;cursor:pointer;background-color:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;transition:all .2s ease-in-out;display:flex}.cart-item-actions button:hover{color:#fff;background-color:#e23744;transform:scale(1.05)}.cart-item-actions button:active{transform:scale(.95)}.cart-item-actions span{text-align:center;color:#1f2937;min-width:30px;font-size:1rem;font-weight:700}.bill-summary{background:linear-gradient(135deg,#fff5f6 0%,#fff 100%);border:2px solid #e23744;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem;display:flex;box-shadow:0 4px 15px #e237441a}.bill-row{color:#1f2937;justify-content:space-between;width:100%;padding:.5rem 0;font-size:1.3rem;font-weight:700;display:flex}.bill-row span:last-child{color:#e23744}.checkout-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e23744 0%,#c1273a 100%);border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s ease-in-out;box-shadow:0 4px 12px #e237444d}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e2374466}.checkout-btn:active{transform:translateY(0)}.cart-loading,.cart-empty,.cart-error{text-align:center;color:#6b7280;background-color:#f9fafb;border:2px dashed #d1d5db;border-radius:12px;padding:3rem 2rem;font-size:1.2rem}.cart-error{color:#dc2626;background-color:#fee2e2;border-color:#fecaca}@media screen and (max-width:768px){.cart-page{padding:1rem .5rem}.cart-page-title{font-size:1.5rem}.cart-item{flex-direction:column;align-items:flex-start;gap:1rem}.cart-item-info{width:100%;padding-right:0}.cart-item-actions{justify-content:space-between;width:100%}.bill-summary{flex-direction:column;padding:1.5rem}.checkout-btn{width:100%}}
