.inventCheck{
    background: red !important;
    color: #fff !important;
}

@media (max-width: 991px) {
    .quantity-selector span:last-child{
        display: block;
        margin: 10px 0 0 !important;
    }
}
tr.orderItem td:last-child,
tr.orderListTitle td:last-child{
    display: none;
}
@media (max-width: 768px){
    tr.orderListTitle td:first-child {
        width: 28%;
    }
    tr.orderListTitle td:nth-child(2) {
        width: 50%;
    }
}
