table.quickcheckout-cart td.quantity span.price-label,
table.quickcheckout-cart td.mobile-td {
    display: none;
}
table.quickcheckout-cart td.quantity input[type="text"] {
    width: 30px;
}
@media only screen and (max-width: 420px) {
    table.quickcheckout-cart td.image,
    table.quickcheckout-cart td[colspan="4"]{
        display: none;
    }
    table.quickcheckout-cart td.mobile-td {
        display: block;
    }
    table.quickcheckout-cart td.quantity span.price-label {
        display: inline-block;
        height: 32px;
        width: 60px;
        border: 1px solid #e6d4c5;
        border-left: none;
        box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
        color: #1d0a01;
        font-size: 13px;
        line-height: 34px;
    }
    table.quickcheckout-cart td.quantity input {
        width: 60px;
        border-right: none;
    }
    table.quickcheckout-cart td.quantity input,
    table.quickcheckout-cart td.quantity span.input-group-btn {
        display: inline-block;
    }
    table.quickcheckout-cart > tbody > tr > td:nth-child(4),
    table.quickcheckout-cart > tbody > tr > td:nth-child(5),
    table.quickcheckout-cart > thead > tr > td:nth-child(4),
    table.quickcheckout-cart > thead > tr > td:nth-child(5) {
        display: none;
    }
}