#shopping-cart table {
    width: 100%;
    background-color: var(--site-bg-tertiary);
}
#shopping-cart table td {
    background-color: var(--site-navbar);
}

.tbl-cart {
    font-size: 0.9em;
    border-collapse: separate;
}

.tbl-cart th {
    font-weight: normal;
}

.cart-item-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: var(--site-bg-secondary) 1px solid;
    padding: 5px;
    vertical-align: middle;
    margin-right: 15px;
}
.no-records {
    text-align: center;
    clear: both;
    margin: 38px 0px;
}