@media screen and (max-width: 1199px) {
    .minicart-items .cart.item.message.notice {
        display: block;
        margin-top: 8px;
        width: 100%;
        height: 100%;
        padding-left: 16px;
    }

    .minicart-items .cart.item.message.notice div {
        width: 100%;
    }

    .product-item-name-block .item-summary .item-details {
        width: 100%;
    }

    #cart-totals .table.totals .amount span.rule-amount {
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .payment-method .payment-method-content > div.actions-toolbar {
        bottom: -60px;
    }
}

@media screen and (max-width: 768px) {
    .modal-inner-wrap {
        margin-bottom: 70px;
    }
}

@media screen and (min-width: 993px) {
    .payment-method .payment-method-content > div.actions-toolbar {
        top: 47em;
    }
}