﻿.cart-table {
    margin-top: .75rem;
    background: #fff;
    border: 1px solid #d7def3;
    border-radius: 12px;
    overflow: hidden;
}

.cart-table table {
    width: 100%;
    margin: 0;
    font-size: .95rem;
}

.cart-table th,
.cart-table td {
    padding: .5rem .6rem;
    border-bottom: 1px solid #e9edf9;
}

.cart-table tr:last-child td {
    border-bottom: 0;
}

.qty-btn {
    border: 0;
    border-radius: 8px;
    width: 28px;
    height: 28px;
    background: #e8eefc;
    color: #2b4ea6;
    font-weight: 700;
}

.remove-btn {
    border: 0;
    background: transparent;
    color: #a33d3d;
}

.cart-summary {
    margin-top: .5rem;
    color: #44517b;
    font-weight: 600;
}
