<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.WS_MODAL {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #000;
    min-width: 500px;
    height: 400px;
    z-index: 999;
    display: none;
    box-sizing:border-box;
}

.WS_MODAL_MAIN {
    background-color: transparent;
    position: absolute;
    z-index: 1000;
    display: none;
    background-color:#FFF;
}

.WS_MODAL_MAIN_MOBILE {
    background-color: transparent;
    position: fixed;
    z-index: 1000;
    display: none;
}

@media screen and (max-width:800px) {

    .WS_MODAL {
        position: fixed;
        left: 0px;
        top: 0px;
        background-color: #000;
        min-width: initial;
        height: initial;
        z-index: 999;
        display: none;
    }

    .WS_MODAL_MAIN {
        position: fixed;
        left: 50%;
        top: 50%;
    }

    .WS_MODAL_MAIN_MOBILE {
        position: fixed;
        left: 50%;
        top: 50%;
    }
}


/*========================================*/
/*AVISOS DE ERRO*/

@media screen {

    .LV_AvisosErros *, .LV_AvisosErros * *, .LV_AvisosErros * * *, .LV_AvisosErros * * * * {
        border: 0px;
        padding: 0px;
        margin: 0px;
        list-style-type: none;
        text-decoration: none;
        font-family: Arial;
        font-size: 14px;
        color: #666666;
    }

    .LV_AvisosErros {
        border: 1px solid #e1e1e1;
        box-shadow: -1px -1px 6px #e8e8e8;
        border-radius: 6px;
        background-color: #FFF;
        width: 425px;
        max-width:100%;
    }


        .LV_AvisosErros div {
            padding: 8px;
            position: relative;
            padding-top: 15px;
        }

            .LV_AvisosErros div strong {
                font-size: 18px;
                color: #666;
                display: block;
                border-bottom: 1px solid #cdcdcd;
                padding-bottom: 10px;
                font-weight: normal;
            }

            .LV_AvisosErros div .LV_CloseLink {
                position: absolute;
                right: 13px;
                top: 21px;
                overflow: hidden;
                text-indent: -12000px;
                display: block;
                width: 14px;
                height: 13px;
                background-image: url(/lojas/img/CheckoutSmart/X-Close-Identificacao.png);
            }

            .LV_AvisosErros div p {
                font-size: 14px;
                display: block;
                text-align: center;
                color: #666;
                padding: 20px;
            }
}

/*FIM AVISOS DE ERRO*/
/*========================================*/</pre></body></html>