.cart-container {
    max-width: 1000px;
    margin: 40px auto;
}

.cart-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.table thead {
    background: #000;
    color: #fff;
}

.table td,
.table th {
    vertical-align: middle;
}

.summary-box div {
    font-size: 1rem;
    margin-bottom: 8px;
}

.summary-total {
    font-weight: bold;
    font-size: 1.2rem;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.item-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}