
@media screen and (min-width: 750px) {
    .cart-items .cart-item {
            display: table-row;
    }
}