table {
    width: 100%;
}

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

table thead th {
    text-align: center;
    padding: 5px;
    color: white !important;
}

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: transparent;
    font-size: 13px;  
    background-image:url('/themes/custom/astec/images/eliminar.png');
    background-repeat: no-repeat;    
    background-position: center;
    height: 25px;
    width: 25px;        
}
