@media screen and (max-width: 640px) {  
    .basket-order__step {
        padding: 1.5rem 1.5rem !important;
    }
    .basket-cart__item-info {
        flex: unset !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: .75rem;
    }
    .basket-cart__products {
        padding: 1.5rem !important;
    }
    
    .basket-cart__total {
        padding: 1.5rem !important;
    }

    .basket-cart__item-img {
        position: relative;
    }
    .basket-order__methods {
        grid-template-columns: 1fr;
    }
    
    .basket-order__total-cost {
        margin: 0 !important;
        justify-content: center;
        width: 100%;
        margin-bottom: 1rem !important;
    }
    
    .basket-order__address-line.--address {
        grid-template-columns: 1fr;
    }
    
    .basket-order__address-line.grid.--temp-col-4 {
        grid-template-columns: 1fr 1fr;
    }
    .basket-order__current-devider {
        display: none;
    }
    
    .basket-order__current {
        width: 100%;
    }


    

}   