.quantity {
    width: 50px;
}

.image img {
    max-width: 100px;
}

.price-stroke {
    text-align: center;
    font-size: 14px !important;
}

.sum {
    font-size: 16px;
    font-weight: bold;
}



@media (max-width: 767.98px) {
    .item__block-description {
        border-top: none;
    }

    .item__block {
        border-bottom: none;
    }

    .basket td {
        vertical-align: top;
    }

    .item__block td {
        padding-bottom: 5px;
    }

    .item__block-description td {
        padding-top: 5px;
    }

    #checkout {
        width: 100%;
    }
}
