/* @media (min-width:1200px) and (max-width:991px) { */
    @media (min-width:1500px) {
        .modal-message .modal-dialog {
            width: 60%;
        }
    }
    @media (min-width:1200px) and (max-width:1499px) {
        .modal-message .modal-dialog {
            width: 70%;
        }
    }
    @media (min-width:1000px) and (max-width:1199px) {
        .modal-message .modal-dialog {
            width: 80%;
        }
    }
    @media (max-width:999px) {
        .modal-message .modal-dialog {
            width: 90%;
        }
    }
        
.modal-message .modal-header,
.modal-message .modal-body,
.modal-message .modal-footer {
    width: 100%;
    border: none;
    margin: 0 auto;
}

.modal-content {
    border: 8px solid #0D58A6;
    border-radius: 25px 25px 5px 5px;
}

.eshop-detail .eshop-product {
    border-radius: 25px;
    margin-bottom: 0px;
}

[class^="mfp-"] {
    z-index:99999;
}
