@media screen and (max-width: 1100px) {
    
}
@media screen and (max-width: 992px) {
   .cart__data {
        flex-direction: column-reverse;
        align-items: stretch;
   }
   .cart__info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
        .cart__checkout {
            display: flex;
            align-self: stretch;
            align-items: center;
            justify-content: center;
        }
            .cart__checkout-btn {
                flex-basis: 90%;
            }
    .cart__options {
        margin-bottom: 2rem;
        align-items: stretch;
    }
        .cart__promocode {
            width: 75%;
            align-self: center;
        }
            .cart__promocode-input {
                font-size: 1.2rem;
                padding: 0.5rem;
            }
}