.check-tbl {
    width: 100%;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.table > thead {
    vertical-align: bottom;
}
.check-tbl thead th {
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 20px;
    color: #24262B;
}
.check-tbl.style-1 tbody tr td.product-item-img {
    min-width: 100px;
    height: 100px;
}
.check-tbl.style-1 tbody tr td img {
    min-width: 100px;
    height: 100px;
    border-radius: 30px;
}
.check-tbl.style-1 tbody tr td:first-child, .check-tbl.style-1 tbody tr td:last-child {
    padding: 30px 0;
}
.check-tbl.style-1 tbody tr td {
    padding: 30px 18px;
}
.check-tbl tbody tr td {
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
    color: var(--dark-2);
    border: none;
    padding-left: 0;
}
.check-tbl.style-1 tbody tr td {
    padding: 30px 18px;
}
.check-tbl tbody tr td.product-item-price {
    color: #5E626F;
}