<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.order_pop_up_box {
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    position: fixed;
    z-index: 111111111121;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;

}

.order_pop_up_box_in {
    width: 100%;
    display: flex;
    height: 100%; justify-content: center;
    align-items: center;
}

.order_pop_up {
    width: 100%;
}


@media (max-width: 992px) {
    .order_pop_up {
        width: 100% !important;
    }
}


@media (max-width: 1180px) {
    .order_pop_up {
        width: 95% !important;
    }
}


@media (max-width: 1300px) {
    .order_pop_up {
        width: 90% !important;
    }
}

@media (max-width: 1439px) {
    .order_pop_up {
        width: 80%;
    }
}


@media (min-width: 1440px) {
    .order_pop_up {
        width: 1280px;
    }
}

.btn_close {
    background:  rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

.btn_close:hover {
    background: #c6303e;
    color: white;
}

.frame-content iframe {
    border: none;
}</pre></body></html>