table#my-orders-table.dataTable th{
    padding: 0.5rem;
    white-space: nowrap;
}

table#my-orders-table.dataTable td{
    padding: 0.5rem;
}

table#my-orders-table tbody tr:first-child {
    border-top: solid 1px #000;
}

.td-final-row {
    border-bottom: 1px solid #9c9c9c;
}

.td-final-row:last-child {
    border-bottom: 0;
}

.odr-img-w {
    position: absolute;
    border: 1px solid #cccccc;
    background-color: #fff;
    margin-left: 2%;
}

.odr-img-w img{
    max-width: 200px;
}

.input-text.qty.fabqty {
    width: 80px;
    text-align: center;
}

button.button.btn-cart.reorder {
    background: #d12329;
    color: #fff;
    text-transform: uppercase;
}

.actions.addtocart {
    text-align: right;
    margin: 20px 0;
}

input#favorite-filter-box {
    width: calc(100% - 55px);
}

div#my-orders-table_filter label{
    font-weight: bold;
    margin-bottom: 0;
}

table#my-orders-table {
    border-top: solid 2px #c2c2c2;
}
