table#k-product-list-table tr td {
    vertical-align: middle !important;
}

.k-image-cover {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

table#k-product-list-table tr.product-bought {
    background-color: #28a745;
    color: white;
}

table#k-product-list-table tr.product-bought td a {
    color: white;
}