table {
    width: 100%;
}

table thead {
    background-color: #0b8279;
    color: white;
    font-family: Poppins, sans-serif;
}

table thead th {
    text-align: center;
    padding: 5px;
}

table tbody td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

table .addtocart {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

table .addtocart-data {
    text-align: left;
    vertical-align: middle;
}

table .button.delete-order-item {
    background-color: transparent;
    color: #dc3344;
}

