@media screen and (max-width: 600px) {

    .cart-table .cart-product-action .form-control {
        width: 190px;
        float:left;
    }

    .acciones-carrito {
        margin-top: 20px;
    }

    table {
        width:100%;
    }
    thead {
        display: none;
    }
    tr:nth-of-type(2n) {
        background-color: inherit;
    }
    tr td:first-child {
        background: #f0f0f0;
        font-weight:bold;
        font-size:1.3em;
    }
    tbody td {
        display: block;
        text-align:center;
        margin-left:0px !important;
        white-space: normal !important;
    }
    tbody td:before {
        content: attr(data-th);
        display: block;
        text-align:center;
        color: #9d9d9d;
    }

    .cart-product-img {
        width: 80px;
    }
}