@media (max-width: 767px) {
    .shop_table_responsive td {
	    display: table-cell;
        text-align: left;
    }
        
    .shop_table_responsive td:before {
        display: none;
    }
        
    td.product-price {
        vertical-align: top;
        display: none;
        visibility: hidden;
    }
        
    td.product-subtotal {
        vertical-align: top;
    }

    td.product-quantity {
        vertical-align: top;
        padding: 0px 30px;
    }

    td.product-remove {
        vertical-align: top !important;
        padding: 0 10px;
    }

    td.product-thumbnail {
        min-width: 50%;
        max-width: 50%;
        width: 50%;
    }

    td.product-thumbnail>a {
        margin-bottom: 16px;
    }

    p.product-name {
        color: #1E242B;
        font-family: "Bebas Neue";
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
    }
}