:root {--cor_primaria: #808080;--cor_secundaria: #004080;--cor_botao: #0080c0;--cor_botao_hover: #003162;--cor_texto_botao: #ffffff;--cor_texto_botao_hover: #ffffff;--cor_botao_comprar: #32b635;--pre_cabecalho: #004080;--cor_texto_pre_cabecalho: #ffffff;--cor_cabecalho: #ffffff;--cor_icones: #2b2b2b;--cor_icones_hover: #2b2b2b;--cor_texto_icones: #004080;--cor_menu: #ffffff;--cor_texto_menu: #004080;--cor_newsletter: #004080;--cor_texto_newsletter: #ffffff;--cor_footer: #ffffff;--cor_texto_footer: #333333;--texto_global: #004080;--texto_background: #154995;--cor_tag_frete_gratis: #ffffff;}
.menu.superior .nivel-dois a {
    white-space: normal;
}

/*----- Não Remover - Plugoo -----*/
@media (max-width: 769px) {
    #formRastrearObj .objSearche {
        position: relative;
        top: 0;
        background: var(--cor_botao);
        padding: 14px;
        margin-left: 6px;
        border-radius: 6px;
        color: var(--cor_texto_botao);
    }
    #formRastrearObj .objSearche a {
        color: var(--cor_texto_botao);
    }
    #formRastrearObj {
        background: #fff;
        padding: 14px 30px;
        width: 82%;
        border-top: 1px solid #e9e9e9;
    }
    #formRastrearObj span {
        font-size: 12.8px !important;
        font-weight: 600;
        color: var(--texto_global);
    }
}

@media (min-width: 770px) {
    #formRastrearObj {
        float: none;
        margin: 0;
        width: 430px;
        margin: auto;
        left: -9px;
        position: relative;
        overflow: hidden;
        padding: 20px 16px;
        font-size: 12px;
    }
    #formRastrearObj input {
        padding: 12px 20px;
        outline: none;
        border: 1px solid #e6e6e6;
        border-radius: 6px;
        width: 78%;
        box-sizing: border-box;
        background: #f7f7f7;
        z-index: 1;
        position: relative;
        font-size: 12px;
    }
    #formRastrearObj .objSearch {
        position: absolute;
        right: 0px;
        top: 20px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        background: var(--cor_primaria);
        width: 100px;
        height: 46px;
        border-radius: 6px;
        line-height: 46px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
        transition: all 0.2s;
    }
    #formRastrearObj .objSearch a:before {
        content: "\f0d1";
        font-family: fontawesome;
        font-weight: 100;
        font-size: 20px;
    }
    #formRastrearObj .objSearch a {
        color: var(--txt-bg);
        font-size: 0;
    }
}

a.menu-user-logout {
    background: #e8e8e8;
    margin-left: 10px !important;
    color: #666 !important;
}
/*----- End -----*/