.cartProductGroups {
    background: #f6f6f6;
    text-decoration: none;
    color: #333;
    padding:20px;
    margin-bottom:50px;
}

.cartProductGroupName {
    font-size: 20px;
    color: #333;
    font-weight:700;
}

.cartProductGroupSummary{
    display: flex;
    justify-content: flex-end;
}