@media only screen and (max-width: 767px) {

    .woocommerce-checkout header#header a {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

    .woocommerce-checkout header#header a#monaliza-logo img {
        width: auto;
        height: 57px !important;
        padding: 0;
        margin-top: -24px !important;
        margin-bottom: -30px !important;
    }

    .woocommerce-checkout header#header .col.text-right {
        flex-basis: inherit;
        margin-top: -18px;
    }

    .woocommerce-checkout .col-1 {
        width: 100% !important;
    }

    #customer_details {
        width: 100%;
    }

    .woocommerce-checkout-review-order {
        width: 100%;
    }

    .woocommerce-checkout .mt-4.fix-mt-4-mobile {
        margin-top: 15px !important;
    }

    .woocommerce-checkout .mt-4.fix-mt-4-mobile-footer {
        margin-top: 40px !important;
    }

    .woocommerce-checkout table.woocommerce-checkout-review-order-table {
        width: 100% !important;
        margin-top: 20px !important;
    }

    .woocommerce-checkout table.shop_table th {
        width: 50%;
    }

    .woocommerce-checkout-payment {
        width: 100%;
    }

    .woocommerce-checkout footer#footer i {
        margin-right: 25px !important;
    }

    .woocommerce-checkout #footer-copyright.checkout-page .col {
        display: block;
        width: 100%;
        flex-basis: inherit;
        text-align: left !important;
        margin-bottom: 15px;
    }

    .woocommerce-checkout .modal-dialog {
        max-width: 100%;
    }

}