 .sold-title {
        color: #232529;
        font-weight: 600;
        font-size: 1rem;
        margin-right: 5px;
        letter-spacing: .025rem;
    }

 .qty-sold {
        color: #232529;
        font-weight: 600;
        font-size: 1rem;
        margin-right: 5px;
        letter-spacing: .025rem;
}

.total-sold {
        padding: 10px;
        display: flex;
        margin-right: 10px;
        align-items: center;
        border-top: 1px solid #ddd;
        justify-content: space-between;
}