/* font -----------------*/
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    src: local("Open Sans Extrabold"), local("OpenSans-Extrabold");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300;
    src: local("Open Sans Light Italic"), local("OpenSansLight-Italic");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 800;
    src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic");
}

@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Cond Light"), local("OpenSans-CondensedLight");
}

@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Condensed Bold"), local("OpenSans-CondensedBold");
}

@font-face {
    font-family: "Open Sans Condensed";
    font-style: italic;
    font-weight: 300;
    src: local("Open Sans Cond Light Italic"), local("OpenSans-CondensedLightItalic");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    src: local("Open Sans Extrabold"), local("OpenSans-Extrabold");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300;
    src: local("Open Sans Light Italic"), local("OpenSansLight-Italic");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 800;
    src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic");
}

@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Cond Light"), local("OpenSans-CondensedLight");
}

@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Condensed Bold"), local("OpenSans-CondensedBold");
}

@font-face {
    font-family: "Open Sans Condensed";
    font-style: italic;
    font-weight: 300;
    src: local("Open Sans Cond Light Italic"), local("OpenSans-CondensedLightItalic");
}

/* CABEÇALHO - MODULO LOCALIZAÇÃO */
#CabecLimpo_busca1_lblEmpresaSelecionada {
    color: white;
    font-family: Lato, sans-serif;
    font-size: 11px;
}

#CabecLimpo_busca1_divMultiFilialPIN {
    margin-left: 5px;
    height: 10px;
    width: auto;
    margin-top: 0px
}
/* FIM CABEÇALHO - MODULO LOCALIZAÇÃO */

.menuOculto {
    cursor:pointer;
}

.menuExpandir{
    cursor: pointer;
    font-size: 20px;
}

dialog {
    border: none;
    width: 30%;
    border-radius: 15px;
    box-shadow: 0 0 1em rgb(0 0 0 / .3);
    margin-top: -180px;
}

#lbl_MsgErro {
    display: flex;
    width: 100%;
    justify-content: center;
}

dialog p {
    color: red;
    margin-top: -12px;
    margin-left: -12px;
}

.btnModal {
    display: flex;
    margin-left: 180px;
    margin-top: 10px;
}

.modalFavorito {
    background-color: lightgray;
}

    .modalFavorito p {
        border: none;
        width: 100%;
        font-size: 12px;
        display: flex;
        justify-content: space-around;
    }

.bntModalFavorito {
    margin-left: 94px !important;
    border-radius: .5rem;
    display: flex;
    width: 10%;
    justify-content: center;
    font-size: 12px;
}

.modalFavorito b {
    font-size: 16px;
}


.listBTitle {
    background-color: #f4f4f4;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: auto;
    height: 35px;
    font-size: 15px;
    line-height: 15px;
    color: #3c3835;
    font-weight: bold;
}

.listB tr td {
    text-align: center;
    border-bottom: 1px solid black;
}

.td {
    text-align: center;
    border-bottom: 1px solid black;
}

.tdVermelho {
    font-size: 14px;
    color: #CC0000;
    font-weight: bold;
    text-decoration: none;
}

.estrela {
    height: 2px !important
}

.menu3 li .submenu3 li {
    padding: 0 0 0 26px !important
}

.menu3 li a {
    font-size: 12px;
    text-transform: uppercase;
}
/* PÁGINA DO FORMULÁRIO*/
#updatePanelPessoa > table {
    max-width: 600px;
    background: #f5f5f5;
}

@media (min-width: 670px) {
    .boxNomeCampo, .boxSobreNomeCampo {
        font-size: 12px;
    }

    #frmCadastro #btn_Continuar {
        padding: 14px 228px;
    }

    .boxNomeCampo, .boxSobreNomeCampo {
        width: 25% !important;
        padding: 0 0 0 20px !important;
        text-align: left !important;
    }

    #frmPagamento .tdContent table tr:nth-child(5) {
        justify-content: center;
        display: flex;
    }

    #frmPagamento .tdContent #demo {
        border: 1px solid;
        margin-top: 40px;
        padding-bottom: 30px;
    }

    #frmPagamento .tdContent table tr:nth-child(5) td table {
        max-width: 700px;
    }

    #frmPagamento #demo .CorPrincipal-BG {
        text-align: center;
        background: #f0f0f0;
        padding: 5px 0;
    }

    #pagamento li {
        border: 1px solid lightgray;
        margin-top: 40px;
        margin-right: 10px;
        max-height: 55px;
    }

    #pagamento {
        border-bottom: 1px solid;
    }

    @media (min-width: 664px) {

        .parcelas-pagamento {
            flex: initial !important
        }

        .box-cartoes {
            display: flex !important
        }
    }    

        .carrinho1 .font1 img {
            width: auto;
            max-width: 100px;
            height: auto;
            max-height: 80px;
        }

        .box_pagamento_laranja {
            min-height: 155px;
        }
    }
/* FIM PÁGINA DO FORMULÁRIO*/
/* PÁGINA DE PAGAMENTO NOVA - ORGANIZAÇÃO DO CABEÇALHO */
.title-content-pag {
    display: flex;
    min-height: 120px;
}

    .title-content-pag > a {
        width: 25%;
    }

#pnBlink {
    width: 50%;
}

.title-content-pag a img {
    max-height: 90px;
}

.title-content-pag-a {
    width: auto;
    margin-top: 15px !important;
}

.title-content-pag-b {
    margin-top: 30px !important;
}

.box_pagamento_laranja img {
    max-height: 90px;
    max-width: 125px;
    background: white;
}
.box_pagamento_azul span {
    color: white;
}
.box_pagamento .size6 {
    font-size: 28px;
}

/* FIM DA PÁGINA DE PAGAMENTO NOVA - ORGANIZAÇÃO DO CABEÇALHO */

/* INICIO CSS DOS TAMANHOS DAS ROUPAS - PÁGINA PRODUTO */
.ulTamanho {
    display: flex;
    padding: 0 3px;
    min-width: 180px;
}

.iconTamanho {
    min-height: 23px;
    min-width: 30px;
    border: 2px solid darkgrey;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 5px;
    margin-right: 3px;
    text-align: center;
    padding-top: 5px;
    line-height: 1.5;
}

    .iconTamanho:hover {
        background: lightgray;
    }

    .iconTamanho a span {
        color: black;
    }

/* FIM CSS DOS TAMANHOS DAS ROUPAS - PÁGINA PRODUTO */

/* INICIO CSS DAS CORES DAS ROUPAS - PÁGINA PRODUTO */

.ulCor {
    display: flex;
    padding: 0 3px;
    min-width: 180px;
}

.iconCor {
    min-height: 23px;
    min-width: 30px;
    border: 2px solid darkgrey;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 5px;
    margin-right: 3px;
    text-align: center;
    padding-top: 5px;
    line-height: 1.5;
}

/* FIM CSS DAS CORES DAS ROUPAS - PÁGINA PRODUTO */

/* INICIO - COMANDOS DOS BANNERS ROTATIVOS */
.theme-default .nivo-directionNav a {
    opacity: 0.6 !important;
    height: 50px;
    width: 50px;
    background: gray;
    border-radius: 25px;
    margin: 0 10px;
}

.nivo-prevNav:before {
    content: "<";
    color: white;
    font-size: 32px;
    font-family: cursive;
}

.nivo-nextNav:before {
    content: ">";
    color: white;
    font-size: 32px;
    font-family: cursive;
}

.theme-default .nivo-controlNav {
    text-align: center !important;
    width: auto;
    position: absolute;
    margin-top: -35px;
    display: block;
    z-index: 9;
}

.nivo-controlNav a {
    padding: 0 2px;
    background: white;
    font-size: 8px;
    color: transparent !important;
    border-radius: 5px;
    margin: 5px;
}
/* FINAL - COMANDOS DOS BANNERS ROTATIVOS */

.tableMontadoraVeiculo {
    width: auto !important
}

.imgMarcaSlider {
    border: 0;
    text-decoration: none;
    max-width: 120px;
    max-height: 120px;
    border: 0;
    width: 120px;
    height: 120px;
}

.imgMontadoraSlider {
    border: 0;
    text-decoration: none;
    max-width: 120px;
    max-height: 120px;
    border: 0;
    width: 120px;
    height: 120px;
}

#btn_Continuar {
    padding: 15px 15px;
    max-width: 165px;
}

.caixaBtnEntrarId #btn_Continuar {
    padding: 2px 38px !important
}

#panelImgEntrar #btn_Continuar {
    padding: 0 15px;
}
/* MENU HORIZONTAL COM EFEITO LATERAL E ITEM "TODAS AS CATEGORIAS" */
#divItemCarrinho {
    display: flex;
}

.nomeCategoria span {
    background: white;
    padding: 0 12px;
    margin-left: -30px;
}

.nomeCategoria img, .nomeCategoria svg {
    background: white;
    padding: 0 12px;
}

.nomeCategoria {
    border-bottom: 0 solid #373435;
    text-align: center;
    background: url(/img/pixel-preto.PNG);
    background-size: 1px;
    background-position: center;
    background-repeat: repeat-x;
    width: 100%;
}

#cookie-msg {
    z-index: 999999999;
}

/*INICIO DA ADEQUAÇÃO DA ALTURA DOS ICONES NO SLIDER DAS MONTADORAS"*/
.imgMontadoraSlider {
    border: 0;
    text-decoration: none;
    max-width: 120px;
    max-height: 120px;
    border: 0;
    width: 120px;
    height: 120px;
}

#slider_Montadora table tbody tr td img {
    height: auto !important
}
/*FIM DA ADEQUAÇÃO DA ALTURA DOS ICONES NO SLIDER DAS MONTADORAS"*/

.cookie-msg {
    Z-INDEX: 9999
}

.submenu3 li {
    text-align: left
}

.asterisco {
    font-size: 14px
}

.back_container_cinza {
    background: #F4F4F4;
}

.back_container_azul {
    background: #E8ECF7;
}

.back_container_verde {
    background: #F1FFFF;
}

.tdContent table tbody tr:nth-child(6) td table:first-child tbody tr:nth-child(2) td:nth-child(1) {
    text-align-last: end;
}

.tdContent table tbody tr:nth-child(6) td table:first-child tbody tr:nth-child(1) td:nth-child(1) {
    text-align-last: end;
}

.tdContent table tbody tr:nth-child(6) td table:first-child tbody tr:nth-child(2) td:nth-child(2) {
    display: table-footer-group;
}

.tdContent table tbody tr:nth-child(6) td table:first-child tbody tr:nth-child(1) td:nth-child(2) {
    display: table-footer-group;
}

.productOver {
    border-radius: 10px;
}

.boxFreteFull {
    width: 100%;
}

.DataSelecionada {
    display: block;
    border: 3px solid orange;
    border-radius: 10px;
}

.HoraSelecionada {
    display: block;
    border: 3px solid orange;
    border-radius: 10px;
}

.alignCenter {
    text-align: center;
}

#tdBuscaBanner {
    min-width: 290px;
}

.vitrineIndexSemMenu {
    width: 100%;
}

.vitrineIndexComMenu {
    float: left;
}

.faixaTopo2 {
    width: 96vw;
    overflow: hidden;
    background-color: #fff;
    color: #09293a;
    height: unset;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    padding: 15px 20px;
    margin: -4px 0 0
}

    .faixaTopo2 div {
        flex: 1 1 16%;
        margin: 0 5px;
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center
    }

    .faixaTopo2 span {
        font-size: 1.2em;
        font-family: lato,sans-serif;
        vertical-align: middle;
        align-self: center;
        color: #151515;
        text-align: left;
        margin: 0 10px
    }

    .faixaTopo2 b {
        font-family: lato,sans-serif;
        font-weight: 900;
        font-size: 50px;
        margin: 0 3px;
        color: #000;
        position: relative
    }

        .faixaTopo2 b p {
            font-family: lato,sans-serif;
            font-weight: 900;
            font-size: 56px;
            margin: 0 3px;
            color: #000;
            position: relative;
            -webkit-margin-before: 0;
            -webkit-margin-after: 0;
            -webkit-margin-start: 0;
            -webkit-margin-end: 0
        }

    .faixaTopo2 strong {
        position: absolute;
        top: -12px;
        left: 0;
        margin: 0;
        color: #000;
        font-size: .28em;
        font-weight: 400
    }

    .faixaTopo2 svg {
        width: 70px;
        height: 60px;
        min-height: unset;
        align-self: center
    }

.divNewsLetter {
    padding-left: 15px;
}

/*SLIDER MARCA*/
.bgSliderMarca {
    background-color: #e0e0e0;
    padding: 0;
    margin: 10px 0;
}

.containerMarcas {
    width: 100%;
}

.sliderMarcaBox {
    width: 100% !important;
    margin: 10px 0;
}

.montagemSliderMarca td > .caroufredsel_wrapper {
    width: 100% !important;
    display: flex;
    align-items: center;
}

div#slider_Marca {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.montagemSliderMarca {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    height: 150px;
    max-width: 1550px;
    margin: auto;
}

    .montagemSliderMarca td {
        flex: 1 1 90%;
    }

        .montagemSliderMarca td:first-child {
            flex: 1 1 5%;
        }

        .montagemSliderMarca td:last-child {
            flex: 1 1 5%;
        }

.sliderArrow {
    text-align: center;
    background-color: transparent;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arrowLeft img {
    transform: rotate(90deg);
}

.arrowRight img {
    transform: rotate(-90deg);
}

/* End */

.lnkSinonimo {
    padding-right: 10px;
}

    .lnkSinonimo:hover {
        font-weight: bold;
    }

.CorPrincipal-Texto-Clara {
    color: white;
}

.calcular_frete h4 {
    color: #5a5a5a;
    font-size: 16px;
    margin: 5px 0 5px 3px;
}

.buy p span {
    color: #74ac39;
}

#btnCalculaFrete {
    max-width: 120px;
    position: relative;
    left: -5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 17px !important;
}

#txt_Cep {
    width: 180px !important;
    height: 46px !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.news-letter {
    border-radius: 8px;
    border: 1px solid #265d9e;
    padding: 15px 5px 15px 5px;
    margin: 30px 0 0 0;
}

    .news-letter input[type="submit"], input[type="button"] {
        background-color: #97cb5f;
        border: none;
        border-radius: 5px;
        color: black;
        text-transform: uppercase;
    }

    .news-letter img {
        height: 33px;
        position: relative;
        top: 7px;
        margin-right: 15px;
    }

    .news-letter label {
        color: #265d9e;
        font-weight: bold;
        font-size: 12px;
    }

    .news-letter input[type="text"] {
        border-radius: 5px;
        border: 1px solid #c3c3c3;
        width: 100%;
        height: 30px;
    }

.vitrineIndexSemMenu {
    width: 100% !important;
}

.ordemPagamento li {
    display: unset !important;
    flex: unset !important;
}

li.textoOrdem {
    border-bottom: none !important;
    font-size: 12px !important;
    text-align: center;
}

.titulo-carrinho {
    background-color: #ececec;
    padding: 1px;
}

    .titulo-carrinho h2 {
        text-align: left;
        width: 85%;
        color: #1f4d96;
        font-size: 24px;
    }

@media (max-width: 4000px) {
    .basket_lists_title2 {
        background-color: transparent !important;
        color: #686868 !important;
        font-weight: 400 !important;
    }

    .borderBottom1 {
        border-left: none !important;
    }

    .borderVai {
        border-right: none !important;
    }

    .qtdSeletorTxt {
        border-radius: 5px !important;
        width: 40px !important;
        background-color: #f0f0f0 !important;
        flex: unset !important;
    }

    .qtdSeletorMenos {
        font-size: 22px !important;
        margin-top: 5px !important;
        background-color: transparent !important;
    }

    .qtdSeletorMais {
        font-size: 22px !important;
        margin-top: 7px !important;
        background-color: transparent !important;
    }

    .carrinho3 .basket_lists_title2 {
        text-align: center;
    }

    .carrinho1 .font1 {
        color: #003685 !important;
        font-size: 16px !important;
    }

    .box-cupdesconto-2, .box-cupdesconto-3, .box-subtotalprod-2, .box-subtotalprod-3, .box-valordofrete-2, .box-valordofrete-3, .box-totalcomfrete-2, .box-totalcomfrete-3 {
        background-color: #fff !important;
    }

    .box-cupdesconto-3, .box-subtotalprod-3, .box-valordofrete-3, .box-totalcomfrete-3 {
        text-align: right !important;
    }

    .basket_lists_title4, basket_lists_title3 {
        height: 50px !important;
    }

    .btnDescontoEnvia {
        height: 40px !important;
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
        position: relative;
        top: 1px;
        text-transform: uppercase;
        font-weight: 600 !important;
    }

    .btnDescontoCampo {
        height: 37px !important;
        border: 1px solid gray;
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
    }

    .box-totalcomfrete-3 {
        color: #92c759 !important;
    }

    .btnFinalizar {
        background: radial-gradient(ellipse at center, rgba(183,209,151,1) 0%, rgba(129,179,75,1) 74%, rgba(129,179,75,1) 100%);
    }

    .btnsCar {
        height: 54px !important;
        min-width: 200px !important;
        margin-left: 20px;
        border-radius: 5px !important;
    }
}

/*Menu Horizontal SIMPLES ---------------------------------------------------------------------------------------------------------*/

.menuHorizontal {
    width: 100%;
    background-color: #2ecc71;
    height: 100px;
}

    .menuHorizontal ul {
        width: 95%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
        align-content: center;
        align-items: center;
        height: 100%;
        margin: auto;
        text-align: center;
    }

    .menuHorizontal li {
        height: 100%;
        flex: 1 1 20%;
        margin: auto 5px;
        color: #fff;
        list-style-type: none;
        cursor: pointer;
        text-align: center;
        font-family: Lato,sans-serif;
        position: relative;
        transition: background 0.2s ease, transform 0.4s ease;
    }

        .menuHorizontal li a {
            text-decoration: none;
            list-style-type: none;
            color: #fff;
            vertical-align: bottom;
        }

        .menuHorizontal li:hover {
            background-color: #16a085;
        }

            .menuHorizontal li:hover > .boxTexto {
                bottom: -40px;
                opacity: 1;
                z-index: 9999;
                background-color: #fff;
            }

.boxTexto {
    position: absolute;
    width: calc(100% - 4px);
    height: 40px;
    line-height: 40px;
    color: #000;
    background-color: transparent;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease-in;
    opacity: 0;
    border: none;
    border-right: 2px dashed #16a085;
    border-left: 2px dashed #16a085;
    border-bottom: 2px dashed #16a085;
}

/*MENU HORIZONTAL*/
.menuHor {
    font-family: Montserrat,sans-serif;
    cursor: pointer;
}

    .menuHor li:hover {
        background-color: #2f2f2f;
    }

    .menuHor li li {
        float: left;
        display: block;
        text-align: center;
        width: 100% !important;
    }

        .menuHor li li a {
            float: left;
        }

.custom_selo_menu {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    width: 10%;
    height: unset;
    font-family: Montserrat,sans-serif;
    cursor: pointer;
    float: left;
    display: block;
    line-height: 2;
    padding-top: 22px;
}

.btn-Todas-Categorias {
    display: inline-grid;
    color: #fff;
    text-align: center;
}

.btn-selo-promo {
    display: inline-grid;
    color: white;
    text-align: center;
}

.btn-selo-ofertas {
    display: inline-grid;
    color: white;
    text-align: center;
}

.menu_todas_categorias {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    width: 10%;
    height: unset;
    font-family: Montserrat,sans-serif;
    cursor: pointer;
    float: left;
    display: block;
    padding-top: 28px;
    text-align-last: center;
}

    .menu_todas_categorias img {
        margin-bottom: 10px;
    }

.menu_todas_categoriasDetalhe {
    display: none;
}

.menuHor3N {
    width: 80%;
    height: unset;
    background-color: #001781;
    font-family: Montserrat,sans-serif;
    cursor: pointer;
    float: left;
    display: block;
}

    .menuHor3N ul {
        width: 100%;
        display: block;
        float: left;
        flex-flow: row nowrap;
        justify-content: space-around;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .menuHor3N li {
        float: left;
        display: block;
        text-align: center;
        position: relative;
        transition: all 0.3s ease;
        z-index: 10;
    }

        .menuHor3N li:hover {
            background-color: #2f2f2f;
        }

    .menuHor3N .subItem3N_N2 {
        width: 100%;
    }

    .menuHor3N li li {
        float: left;
        display: -webkit-inline-box;
        text-align: center;
        width: 100% !important;
        position: revert;
    }

        .menuHor3N li li a {
            float: left;
            width: 20%;
            border-right: 1px solid gray;
        }

.desce .subItem3N_N2 {
    display: block !important;
    position: absolute;
    margin-left: 285px;
    padding-top: 0 !important
}

.menuHor3N .subItem3N_N2 {
    display: none;
}

.subItem3N_N2 {
    padding-top: 15px
}

.subIcone { /* ---------------- Icone */
    width: 100%;
    height: 50px;
    line-height: 60px;
}

    .subIcone img { /* ---------------- Icone */
        height: 80%;
        margin: 10px 0;
    }

.subTexto { /* ---------------- Nome */
    width: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    font-size: 13px;
    color: #fff;
    word-break: inherit; /* era break-word*/
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}

    .subTexto img {
        max-width: 50px;
        height: auto;
    }

    .subTexto a {
        text-decoration: none;
        color: #fff;
    }

.subMenu { /* ---------------- Configuração de SubMenu Padrão */
    min-height: 200px;
    visibility: hidden;
    background-color: #fff;
    position: absolute;
    min-width: 750px;
    padding: 15px 10px;
    box-shadow: 0 3px 4px 0 #000000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* transition: all 0.2s ease-out; */
    margin: -10px 0;
    z-index: 99;
    opacity: 0;
}

    .subMenu ul { /* ---------------- Caixa de Itens do Menu */
        width: 70%;
        display: block;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: center;
        padding: 0 20px;
        z-index: 1;
        height: auto;
    }

    .subMenu li { /* ---------------- Itens do Menu */
        line-height: 22px;
        text-align: left;
        text-align: right;
        transition: none;
    }

        .subMenu li:hover {
            background-color: unset;
            float: left;
        }

        .subMenu li a { /* ---------------- Textos Itens do Menu */
            text-decoration: none;
            color: #000;
            transition: all 0.18s ease;
            text-align: left;
            font-size: 80%;
        }

            .subMenu li a:hover {
                color: #004f84 !important;
            }

.subItem3Niveis {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.subMenu3N { /* ---------------- ConfiguraÃ§Ã£o de SubMenu PadrÃ£o */
    min-height: 200px;
    visibility: hidden;
    display: none;
    background-color: #fff;
    position: absolute;
    min-width: 750px;
    padding: 15px 10px;
    box-shadow: 0 3px 4px 0 gray;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 0.2s ease-out;
    margin: -10px 0;
    z-index: 99;
    opacity: 0;
    left: 0;
}

    .subMenu3N ul { /* ---------------- Caixa de Itens do Menu */
        width: 75%;
        min-width: 1178px;
        display: block;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: center;
        z-index: 1;
        height: fit-content;
    }

    .subMenu3N li { /* ---------------- Itens do Menu */
        line-height: 22px;
        text-align: left;
        text-align: right;
        transition: none;
    }

        .subMenu3N li:hover {
            background-color: unset;
            float: left;
        }

        .subMenu3N li a { /* ---------------- Textos Itens do Menu */
            text-decoration: none;
            color: #000;
            transition: all 0.18s ease;
            text-align: left;
            font-size: 80%;
            DISPLAY: flex;
        }

            .subMenu3N li a:hover {
                color: #004f84 !important;
            }

.menuHor3N li li a img {
    padding-top: 16px;
    margin-right: 5px;
}

.tituloSub {
    font-weight: bold;
    font-size: 1.1em;
}

    .tituloSub a:hover {
        color: unset !important;
    }

.subFoto {
    visibility: hidden;
    position: absolute;
    margin: 0;
    right: -50%;
    width: 100%;
    opacity: 0;
}

    .subFoto img {
        min-height: 150px;
        max-height: 200px;
    }

.menuItem:hover > .subItem3N {
    min-height: auto !important;
    min-width: 460px;
    max-width: 460px;
    left: auto
}

.menuItem:hover > .subItem {
    display: flex;
    visibility: visible;
    opacity: 1;
    margin: 0;
    min-height: auto !important;
    min-width: 600px;
    left: auto
}

.menuItem:nth-child(8):hover > .subItem {
    margin: 0 0 0 -497px;
}

.menuItem:nth-child(9):hover > .subItem {
    margin: 0 0 0 -498px;
}

.menuItem:nth-child(10):hover > .subItem {
    margin: 0 0 0 -499px;
}

.menuItem:nth-child(11):hover > .subItem {
    margin: 0 0 0 -500px;
}

.menuItem:hover > .subMenu > .subFoto {
    visibility: visible;
    opacity: 1;
    margin: 0;
    transition: all 0.5s ease;
}

.subItem {
    max-height: 600px;
}

.menuItem:hover > .subItem3N {
    display: flex;
    visibility: visible;
    max-height: 300px;
    opacity: 1;
    margin: 0;
}

.menuItem:hover > .subMenu > .subFoto {
    visibility: visible;
    opacity: 1;
    margin: 0;
    transition: all 0.5s ease;
}

.subItem3N {
    max-height: inherit; /*era 600px*/
}

/*AVISOLOJAFE*/
#boxesAVISOLOJAFE .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
}

#boxesAVISOLOJAFE #dialogAVISOLOJAFE {
    width: 520px;
    height: 400px;
    padding: 0;
    background-color: #fff;
    margin: 0;
    position: fixed;
    border:1px solid gray;
}

#dialogAVISOLOJAFE p {
    font-weight: bold;
    font-size: 18px;
}

#dialogAVISOLOJAFE h2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #0F71B7;
    height: 35px;
    margin-top: 0;
}

#dialogAVISOLOJAFE input {
    height: 37px;
    font-size: 16px;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin-top: 4%;
}

.AVISOLOJAFEclose {
    display: block;
    text-align: right;
    font-size: 20px;
    float: right;
    padding-right: 8px;
    background: black;
    width: 26px;
    height: 35px;
    color: white;
}


/*NAO VA EMBORA*/
#boxesNaoVaEmbora .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
}

#boxesNaoVaEmbora #dialogNaoVaEmbora {
    width: 520px;
    height: 400px;
    padding: 0;
    background-color: #fff;
    margin: 0;
    position: fixed;
}

#dialogNaoVaEmbora p {
    font-weight: bold;
    font-size: 18px;
}

#dialogNaoVaEmbora h2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #0F71B7;
    height: 35px;
    margin-top: 0;
}

#dialogNaoVaEmbora input {
    height: 37px;
    font-size: 16px;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin-top: 4%;
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
    width: 100%;
    height: 100%;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
}

#boxes #dialog {
    width: 350px;
    height: 220px;
    padding: 0;
    background-color: #fff;
    margin: 0;
    position: fixed;
}

.hide {
    display: none;
}

#dialog p {
    text-align: center;
    font-weight: bold;
}

#dialog h2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #0F71B7;
    height: 35px;
    margin-top: 0;
}

#dialog input {
    background-color: #0F71B7;
    height: 30px;
    width: 80px;
    font-size: 12px;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    float: none;
}

#mask1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
    width: 100%;
    height: 100%;
}

#boxes1 .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
}

#boxes1 #dialog1 {
    width: 350px;
    height: 220px;
    padding: 0;
    background-color: #fff;
    margin: 0;
    position: fixed;
}


#dialog1 p {
    text-align: center;
    font-weight: bold;
}

#dialog1 h2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #0F71B7;
    height: 35px;
    margin-top: 0;
}

#dialog1 input {
    background-color: #0F71B7;
    height: 30px;
    width: 80px;
    font-size: 12px;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    float: none;
}

#boxesProduto .window {
    position: absolute;
    left: 30%;
    top: 20%;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
}

#dialogProduto h2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #0F71B7;
    height: 35px;
    margin-top: 0;
}

#dialogProduto input {
    height: 37px;
    font-size: 16px;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin-top: 4%;
}

.popup_box {
    margin-left: 52.5%;
    height: 175px;
}

.popup_btn_continuar {
    background-color: #267FFF;
    margin-left: 16.5px;
    margin-right: 20px;
    font-family: Arial;
}

.popup_btn_carrinho {
    background-color: #FE9900;
    font-family: Arial;
    width: 225px;
}

.popup_img_produto {
    max-height: 150px;
    max-width: 150px;
    float: left;
    padding-left: 14%;
}

.popcodigo {
    text-decoration: none;
    color: #6e6e6e;
    font-weight: bold;
    font-size: 10px;
}

.popprecopor {
    color: #599DFE;
    font-weight: bold;
    font-size: 12px;
}

.poppreco {
    color: #c20b19;
    font-weight: bold;
    font-size: 20px;
}

.popunidade {
    color: #599DFE;
    font-weight: bold;
    font-size: 12px;
}

.popqtd {
    text-decoration: none;
    color: #6e6e6e;
    font-weight: bold;
    font-size: 10px;
}

.popqtdvalor {
    text-decoration: none;
    color: #6e6e6e;
    font-weight: bold;
    font-size: 10px;
    border: 1px solid #C5C5C5;
    padding: 2px;
    margin: 5px;
}

.poptotal {
    text-decoration: none;
    color: #6e6e6e;
    font-weight: bold;
    font-size: 10px;
}

.poptotalvalor {
    text-decoration: none;
    color: #c20b19;
    font-weight: bold;
    font-size: 10px;
    border: 1px solid #C5C5C5;
    padding: 2px;
    margin: 5px;
}

.popbox_botao {
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
}

.popbox_imagem {
    display: inline;
    float: left;
    width: 150px;
    height: 150px;
}

.popup_titulo_produto {
    text-decoration: none;
    color: #6e6e6e;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: -20px;
    margin-top: -5px;
}

.productBtn {
    width: 100%;
    background: radial-gradient(ellipse at center, rgba(183,209,151,1) 0%, rgba(129,179,75,1) 74%, rgba(129,179,75,1) 100%);
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
}

btn_carrinho.menuRapido td {
    background-image: url('../img/menu_1_preto_separador.jpg');
}

.menuRapidoInt td {
    background-image: none;
}


.Departamento {
    background-color: #6D8EAD;
    border-right: 1px solid #fff;
}

    .Departamento:last-child {
        border-right: 0 solid #fff;
    }

.DepartamentoSelecionado {
    background: #ff7b00; /* Old browsers */
    background: -o-linear-gradient(left, #ff7b00 0%,#ff8b2d 100%); /* Opera 11.10+ */
    background: linear-gradient(to right, #ff7b00 0%,#ff8b2d 100%); /* W3C */
}

.Departamento a:hover {
    background: #ff7b00; /* Old browsers */
    background: -webkit-linear-gradient(left, #ff7b00 0%,#ff8b2d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ff7b00 0%,#ff8b2d 100%); /* Opera 11.10+ */
    background: linear-gradient(to right, #ff7b00 0%,#ff8b2d 100%); /* W3C */
}

.DepartamentoSelecionado a:hover {
    background: #ff7b00; /* Old browsers */
    background: -webkit-linear-gradient(left, #ff7b00 0%,#ff8b2d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ff7b00 0%,#ff8b2d 100%); /* Opera 11.10+ */
    background: linear-gradient(to right, #ff7b00 0%,#ff8b2d 100%); /* W3C */
}

.Secao {
    background: url(../img/menu_2_cinza.jpg) repeat-x top left;
}

    .Secao a:hover {
        background: url(../img/menu_2_cinza_over.jpg);
    }

.SecaoSelecionada {
    background-image: url('../img/menu_2_cinza_over.jpg');
}

    .SecaoSelecionada a:hover {
        background: url(../img/menu_2_cinza_over.jpg);
        color: White;
    }

.menuLeft a {
    color: #181818;
}

    .menuLeft a:hover {
        text-decoration: none;
        color: #FF9933;
    }

.submenu3 a {
    color: #4C4C4C;
}

.back_lista {
    background-color: #181818;
    color: #FFFFFF;
}

.btn_top_cadastro {
    background-image: url('../img/btn_top_cadastro_preto.jpg') !important;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 22px;
    height: 21px;
}

.btn_top_pedidos {
    background-image: url('../img/btn_top_pedidos_preto.jpg') !important;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 22px;
    height: 21px;
}

.btn_top_central {
    background-image: url('../img/btn_top_central_preto.jpg') !important;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 22px;
    height: 21px;
}
/* INICIO DO POP UP MODAL DO BOTÃO AVISE-ME */
#frmAviseMe .Footer button, input, optgroup, select, textarea {

}

#Framework_Modal_Iframe {
    height: inherit;
    min-height: 370px;
}

#frmAviseMe .whats-mob {
    display: none !important;
}

.ui-dialog {
    height: 370px !important;
    border: 5px solid black;
}

#frmAviseMe td {
    vertical-align: middle;
}

#Framework_Modal_Iframe #lbl_prodDesc {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 600;
}

#Framework_Modal_Iframe .just {
    font-family: sans-serif;
    font-size: 15px;
}

#Framework_Modal_Iframe .color3 {
    font-family: sans-serif;
    font-size: 15px;
}

#Framework_Modal_Iframe .btn_Enviar {
    filter: grayscale(1);
    width: 65px;
    margin-top: 10px;
}
/* FIM DO POP UP MODAL DO BOTÃO AVISE-ME */
/*LINK PRODUTO*/

a.preco_produto:link {
    color: #181818;
    text-decoration: none;
}

a.preco_produto:visited {
    color: #181818;
    text-decoration: none;
}

a.preco_produto:hover {
    color: #FF9933;
    text-decoration: none;
}

a.preco_produto:active {
    color: #181818;
    text-decoration: none;
}

a.link_maisDet:link {
    color: #333333;
    text-decoration: none;
}

a.link_maisDet:visited {
    color: #333333;
    text-decoration: none;
}

a.link_maisDet:hover {
    color: #FF9933;
    text-decoration: none;
}

a.link_maisDet:active {
    color: #333333;
    text-decoration: none;
}

.aviso_vitrine {
    color: #333333;
}

.sumarioGrupo {
    color: #181818;
}

.sumarioSubgrupo {
    color: #333333;
    text-decoration: none;
    padding-left: 30px;
}

    .sumarioSubgrupo:hover {
        color: #FF9933;
        text-decoration: none;
    }

/*ERRO*/
.PaginaErro {
    text-align: justify;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #224f92;
}

    .PaginaErro a {
        font-weight: bold;
        text-decoration: none;
        color: #224f92;
    }

        .PaginaErro a:hover {
            font-weight: bold;
            text-decoration: none;
            color: #ff6600;
        }

/*PAGAMENTO*/
.desconto {
    background-color: #f0f0f0 !important;
    color: dimgray !important;
}

.box_pagamento_azul {
    background: url(../img/box_azul_pagamento.jpg) no-repeat top left;
    width: 332px;
    height: 158px;
}

.box_pagamento_laranja {
    background: rgb(254,153,1); /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlOTkwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZlNjQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjQyMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-linear-gradient(top, rgba(254,153,1,1) 0%,rgba(254,100,0,1) 40%,rgba(255,66,4,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(254,153,1,1) 0%,rgba(254,100,0,1) 40%,rgba(255,66,4,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(254,153,1,1) 0%,rgba(254,100,0,1) 40%,rgba(255,66,4,1) 100%); /* W3C */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/*PRODUTO*/
.thumbProducts img {
    border: 1px solid #CCCCCC;
    cursor: pointer;
}

#cep {
    width: 45px;
}

#compl_cep {
    width: 25px;
}

#qtd {
    width: 25px;
}


.CAIXA_DESABILITADA {
    cursor: not-allowed;
    background-color: #f2f2f2 !important;
    opacity: 1;
    color: Silver;
}


/* PAGINA SLIDER */

.conteudo_portal {
    border-collapse: collapse;
    height: 570px;
    margin: 0 auto;
    width: 95%;
}

.conteudo_SliderMontadora {
    height: 160px;
}

.conteudo_sessao {
    background-color: #dedede;
    border: 1px solid #bababa;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}

.arrow_left {
    cursor: pointer;
    float: left;
    height: 150px;
    line-height: 180px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}

.arrow_right {
    cursor: pointer;
    float: right;
    height: 150px;
    line-height: 180px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}


/* CARRINHO */
.carrinhoItemDescricao {
    width: 70%;
    max-width: 500px;
}

.cupom-msg {
    font-size: 10px;
}

.box-subtotalprod-1 {
    width: 75%;
    background-color: #fff;
}

.box-subtotalprod-2 {
    width: 12.5%;
    border-left: 1px solid #d5dbdb;
    border-bottom: 1px solid #d5dbdb;
    font-size: 12px;
    font-weight: normal;
}

.box-subtotalprod-3 {
    width: 12.5%;
    border-right: 1px solid #d5dbdb;
    border-bottom: 1px solid #d5dbdb;
}

.box-valordofrete-3 {
    width: 12.5%;
    border-right: 1px solid #d5dbdb;
    border-bottom: 1px solid #d5dbdb;
}

.box-totalcomfrete-1 {
    width: 75%;
    background-color: #fff;
}

.box-totalcomfrete-2 {
    width: 12.5%;
    border-left: 1px solid #d5dbdb;
    border-bottom: 1px solid #d5dbdb;
    font-size: 12px;
    font-weight: normal;
}

.box-totalcomfrete-3 {
    width: 12.5%;
    font-size: 20px;
    border-right: 1px solid #d5dbdb;
    border-bottom: 1px solid #d5dbdb;
    color: #008F3B;
}

.basket_lists_title {
    background-color: #f4f4f4;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: auto;
    height: 35px;
    font-size: 15px;
    line-height: 15px;
    color: #3c3835;
    font-weight: bold;
}

.basket_lists_title2 {
    background-color: #f4f4f4;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: auto;
    height: 70px;
    font-size: 15px;
    line-height: 15px;
    color: #3c3835;
    font-weight: bold;
    text-align: left;
}

.basket_lists_title3 {
    background-color: #FCFCFC;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: auto;
    height: 70px;
    font-size: 15px;
    line-height: 15px;
    color: #3c3835;
    font-weight: bold;
    text-align: left;
}

.basket_list tr td {
    border-bottom: 1px solid #d7d7d7;
}

.basket_destaq {
    font-weight: bold;
    font-size: 14px;
}

.basket_destaq3 {
    font-size: 12px;
    font-weight: normal;
}

.link-remover {
    font-size: 12px;
    color: #48BAC6;
    text-decoration: none;
}

/* CONTENT PAGE */

.tdContent {
    overflow: visible;
}

.contentArea {
    background-color: #fff;
    margin: 0 auto;
    vertical-align: top;
    width: 100%;
}

.contentArea2 {
    background-color: #fff;
    margin: 0 auto;
    vertical-align: top;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.menuLeft {
    vertical-align: top;
    margin: 0;
    text-align: left;
    min-width: 225px;
}

    .menuLeft a {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
    }

.tdContent {
    width: auto;
    height: 500px;
}

.productImageCell {
    text-align: center;
    height: 230px;
}

.productAplication {
    background-color: #FAFAFA;
    color: white;
    font-weight: bold;
    text-align: center;
    height: 60px;
}

.productAplicationVazio {
    font-weight: bold;
    text-align: center;
    height: 60px;
}

.productName {
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    vertical-align: top;
    height: 50px;
}

.produtoEstrela {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    vertical-align: top;
    height: 2px;
}

.productPrice {
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    vertical-align: bottom;
}

.product {
    text-align: left;
    width: 100%;
    height: 100%;
}

.productDesc {
    text-align: center;
}

.productBuy {
    vertical-align: bottom;
}

.productBtn {
    width: 100%;
    background-color: #6D8EAD;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

    .productBtn img {
        vertical-align: middle;
    }


.productLink {
    display: block;
}

.menu3 {
    padding: 0 5px 0 10px;
    margin: 0 0 0 15px;
}

    .menu3 li {
        margin: 0 0 5px 0;
        text-transform: uppercase;
    }

.menuNoBulet {
    margin: 0 0 0 0;
    padding-left: 0;
}

    .menuNoBulet li {
        list-style-type: none;
        margin: 0 0 0 0;
    }

.roundBox {
    background-color: #F4F4F4;
}

    .roundBox img {
        display: block;
    }

/*FORNECEDOR*/

.tab_fornecedor {
    background-image: url(../img/back_center_fornecedor.jpg);
    background-repeat: repeat-x;
    margin-top: 20px;
}

.back_left_fornecedor {
    width: 12px;
    background-image: url(../img/back_left_fornecedor.jpg);
    background-repeat: no-repeat;
}

.back_center_fornecedor {
    width: 100%;
    background-image: url(../img/back_center_fornecedor.jpg);
    background-repeat: repeat-x;
}

.back_right_fornecedor {
    width: 12px;
    background-image: url(../img/back_right_fornecedor.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

/***** FONTE ******************/

.linkEfetPag {
    text-decoration: none;
}

.link_indisponivel {
    text-decoration: none;
    color: #E85959;
}

.linkEfetPag:hover {
    text-decoration: none;
    color: #1B3D72;
}

.link_indisponivel:hover {
    text-decoration: none;
    color: #FF9933;
}

.linkGrupo {
    cursor: pointer;
}

    .linkGrupo:hover {
        color: #EC7600;
    }

.h1_produto {
    font-size: 20px;
    color: #3c3835;
    letter-spacing: -2px;
}

.h2_produto {
    font-size: 14px;
    color: #1B3D72;
}

.h1_titulo {
    font-size: 15px;
    color: black;
    font-weight: bold;
}

/*LINK MAPA DO SITE*/
.tit_mapa {
    font-size: 17px;
    color: black;
    text-decoration: none;
    padding: 0 4px 0 4px;
    margin-left: 10px;
}

a.link_mapa {
    font-size: 15px;
    color: black;
    text-decoration: none;
    padding: 0 4px 0 4px;
    margin-left: 10px;
}

    a.link_mapa:hover {
        color: #051733;
        background-color: #C8CCD2;
    }

.noborder {
    border: none;
}

table.noborder {
    border: none;
}

    table.noborder tr td {
        border: none;
    }

    table.noborder tr th {
        border: none;
    }

.noborderLeft {
    border-left: none;
}

.noborderRight {
    border-right: none;
}

.noborderTop {
    border-top: none;
}

.noborderBottom {
    border-bottom: none;
}

.lineDot {
    background: url(../img/linha_pontilhada_azul.jpg) repeat-x left center;
}

.lineDotVertical {
    background: url(../img/barra_vertical.jpg) repeat-y left center;
}

.lineGray {
    background: url(../img/line_gray.jpg) repeat-x center;
}


/* PAGINAÇAO*/

.marcador_lista {
    padding: 1px 5px 1px 5px;
    margin: 0 3px 0 3px;
    float: right;
}

.marcador_lista_sel {
    padding: 1px 5px 1px 5px;
    margin: 0 3px 0 3px;
    float: right;
}

.back_lista {
    background-color: #051733;
    color: #FFFFFF;
}

.font_lista {
    color: #1B3D72;
}

/* CLICK OPEN PRODUTO */

.message {
    position: absolute;
    top: -1500px;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#toggle {
    position: absolute;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%;
}

    #toggle + label {
        cursor: pointer;
        height: 40px;
        background: #009030;
        width: 100%;
        float: left;
        border-radius: 0;
        color: #FFF;
        line-height: 40px;
        font-size: 12px;
        text-align: center;
        transition: all 500ms ease;
    }

        #toggle + label:after {
            content: "ABRIR FORMAS DE PAGAMENTO";
        }

    #toggle:checked ~ .message {
        top: 0;
        position: relative;
    }

    #toggle:checked + label {
        background: #dd6149;
    }

        #toggle:checked + label:after {
            content: "FECHAR FORMAS DE PAGAMENTO";
        }

/* PRODUTO E MEDIA SOCIAL */
.social {
    float: left;
    text-align: right;
}

    .social ul {
        padding: 0;
        margin: 0;
    }

    .social li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .social img {
        margin-bottom: 5px;
    }

/* PAGINA PRODUTO */

.titulo-produto {
    float: right;
    width: 49.5%;
    text-align: left;
    font-size: 20px;
}

    .titulo-produto h2 {
        font-size: 12px;
    }

.ProdutoListaPrecoParcela {
    font-size: 12px;
}

.ProdutoListaPrecoDE {
    text-decoration: line-through;
}

.ProdutoListaPrecoPOR {
    font-size: 16px;
}

.span-price {
    color: #3c3835;
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

.linkFotoGrande img {
    max-width: 350px;
    max-height: 350px;
}

.banner-prod {
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}

.box_padrao2 {
    border-top: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    background-color: #F4F4F4;
    overflow: auto;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.box-frete {
    border-bottom: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    background-color: #fff;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    min-height: 80px;
}

.box-frete-format {
    text-align: left;
    padding-top: 25px;
    color: #3C3835;
}

    .box-frete-format img {
        margin-right: 30px;
        margin-left: 20px;
    }

.box-frete input {
    border: 1px solid #BCBCBC;
    border-radius: 2px;
}

.box-dicas {
    color: #fff;
}

    .box-dicas table {
        border-bottom: 1px solid #d7d7d7;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7;
        color: #464646 !important;
        font-family: "Open Sans" !important;
        font-weight: 100 !important;
        width: 100% !important;
    }

    .box-dicas p {
        margin: 0;
        padding: 0;
    }

.box-descricao {
    border-bottom: 1px solid #d7d7d7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    color: #464646 !important;
    font-weight: 500;
    max-height: 500px;
    overflow: hidden;
    padding-left: 20px;
}

.box-atributos {
    border-bottom: 1px solid #d7d7d7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    color: #464646 !important;
    font-weight: 500;
    max-height: 500px;
    overflow: hidden;
    padding-left: 20px;
}

.box-dados-embalagem {
    border-bottom: 1px solid #d7d7d7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    color: #464646 !important;
    font-weight: 500;
    padding-left: 20px;
}

.box-veiculo {
    border-bottom: 1px solid #d7d7d7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    color: #464646 !important;
    font-weight: 500;
    max-height: 150px;
    overflow-x: scroll;
    overflow-y: auto;
}

    .box-veiculo ul {
        margin: 0;
        padding-left: 20px;
    }

    .box-veiculo li {
        list-style: outside none none;
    }

    .box-veiculo a {
        color: #3c3835;
    }

.box-descricao strong {
    color: #444444;
    font-size: 14px;
    font-style: italic;
}

.box-descricao h2 {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.box-descricao p {
    margin-top: 0;
}

.box-atributos strong {
    color: #444444;
    font-size: 14px;
    font-style: italic;
}

.box-atributos h2 {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: initial;
}

.box-atributos p {
    margin-top: 0;
}

.box-pagamento {
    border-bottom: 1px solid #d7d7d7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    color: #464646 !important;
    font-weight: 500;
    padding-left: 20px;
}

.boxprod-title {
    background-color: #f4f4f4;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    vertical-align: middle;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: bold;
}

.box-duvidas {
    border-bottom: 1px solid #d7d7d7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    color: #464646 !important;
    font-weight: 500;
    padding-left: 20px;
}

.box-avaliacao {
    border-bottom: 1px solid #d7d7d7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    color: #464646;
    font-weight: 500;
    padding-left: 20px;
    width: 100%;
    padding-top: 5px;
    height: 100px;
}

.box-avaliacao-nota {
    float: left;
    padding: 20px 0 0 125px;
}

.box-avaliacao-botao {
    float: left;
    height: auto;
    text-align: center;
    width: 40%;
    padding-top: 25px;
}

    .box-avaliacao-botao a {
        vertical-align: middle;
    }

.AvaliaProdutoNota {
    font-size: 45px;
    padding-left: 25px;
    float: left;
}

.AvaliaProdutoTotal {
    float: left;
    padding-left: 3px;
    font-size: 11px;
}

#GraficoBarraQtdAvaliacao {
    padding-left: 10px;
}

.AvaliaProdutoGrafico {
    padding: 25px 0 0 20px;
    display: inline-flex;
}

.divGraficoBarra {
    height: auto;
    padding-left: 80px;
    float: left;
    display: none;
}

.avalia-5star {
    background: url('../img/stars.png') no-repeat -3px -232px;
    width: 84px;
    height: 15px;
}

.avalia-4_5star {
    background: url('../img/stars.png') no-repeat -3px -209px;
    width: 84px;
    height: 15px;
}

.avalia-4star {
    background: url('../img/stars.png') no-repeat -3px -186px;
    width: 84px;
    height: 15px;
}

.avalia-3_5star {
    background: url('../img/stars.png') no-repeat -3px -163px;
    width: 84px;
    height: 15px;
}

.avalia-3star {
    background: url('../img/stars.png') no-repeat -3px -140px;
    width: 84px;
    height: 15px;
}

.avalia-2_5star {
    background: url('../img/stars.png') no-repeat -3px -117px;
    width: 84px;
    height: 15px;
    float: left;
}

.avalia-2star {
    background: url('../img/stars.png') no-repeat -3px -94px;
    width: 84px;
    height: 15px;
}

.avalia-1_5star {
    background: url('../img/stars.png') no-repeat -3px -71px;
    width: 84px;
    height: 15px;
}

.avalia-1star {
    background: url('../img/stars.png') no-repeat -3px -48px;
    width: 84px;
    height: 15px;
}

.avalia-0_5star {
    background: url('../img/stars.png') no-repeat -3px -25px;
    width: 84px;
    height: 15px;
}

.avalia-0star {
    background: url('../img/stars.png') no-repeat -3px -2px;
    width: 84px;
    height: 15px;
}

.box-videos {
    border-bottom: 1px solid #d7d7d7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    color: #464646 !important;
    font-weight: 500;
    padding-left: 20px;
}

    .box-videos ul {
        margin: 0;
        padding: 5px 0;
    }

    .box-videos li {
        list-style: none;
    }

    .box-videos a {
        color: #E70B15;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
    }

.box-marcas {
    border-bottom: 1px solid #d7d7d7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    color: #464646;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
}

.box-codigos {
    border-bottom: 1px solid #d7d7d7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    color: #464646;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    max-width: 1500px;
}

    .box-codigos a {
        color: #464646;
    }

.box-caracteristica {
    border-bottom: 1px solid #d7d7d7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    font-weight: 500;
    font-size: 14px;
}

    .box-caracteristica ul {
        margin: 0;
        padding-left: 20px;
    }

    .box-caracteristica li {
        list-style: none;
    }

    .box-caracteristica a {
        color: #464646 !important;
        text-decoration: none;
    }

.boxprod1 {
    float: left;
    width: 49.5%;
}

.boxprod2 {
    float: right;
    width: 49.5%;
}

.boxprod3 {
    float: left;
    width: 49.5%;
    clear: left;
}

.boxprod4 {
    float: right;
    overflow: hidden;
    padding-top: 10px;
    width: 49.5%;
    clear: right;
}

.boxprod5 {
    float: left;
    width: 100%;
}

.boxprod6 {
    float: left;
    width: 100%;
}

.boxprod7 {
    float: left;
    width: 100%;
}

.divcaracdesk {
    width: 100%;
    float: left;
    display: block;
}

.thumbProducts a {
    text-decoration: none;
}

.divpagdesk {
    float: right;
    width: 100%;
}

.divsocialdesk {
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #E6E6E6;
    padding: 0;
    height: 35px;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 8px;
}

    .divsocialdesk img {
        padding-left: 5px;
    }

.boxduv {
    width: 50%;
}

/* PAGINA PAGAMENTO */

.box-content-pag {
    width: 100%;
    border: 1px solid #E5E5E5;
    background-color: #fff;
}

.title-content-pag {
    background-color: #6d8ead;
    color: #fff;
    overflow: hidden;
    height: 120px;
}

.title-content-pag-a {
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 49.9%;
    margin-top: 25px;
}

.title-content-pag-b {
    float: left;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 49.9%;
    margin-top: 18px;
}

    .title-content-pag-b span {
        font-size: 10px;
        width: 100%;
        line-height: 0;
        float: left;
    }

        .title-content-pag-b span:first-child {
            float: none;
            font-size: 24px;
            line-height: 0;
            width: 100%;
        }

.aviso-formas-pagamento {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    color: #4e4e4e;
    font-size: 12px;
    font-weight: 600;
    height: 60px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-top: 20px;
    width: 90%;
}

    .aviso-formas-pagamento span {
        text-align: center;
        width: 100%;
        display: block;
    }

.campo-cartao {
    margin: 0 auto;
    width: 100%;
}

    .campo-cartao input {
        height: 2.3125rem !important;
    }

    .campo-cartao span {
        width: 100%;
        font-size: 10px;
        font-weight: bolder;
        float: left;
    }

.cartao-frente {
    background-color: #f0f0f0;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    float: left;
    height: 230px;
    overflow: hidden;
    width: 380px;
    z-index: 9;
}

.cartao-atras {
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    float: left;
    height: 230px;
    margin-left: 50px;
    overflow: hidden;
    width: 380px;
}

.bandeira-cartao {
    float: right;
    overflow: auto;
    text-align: right;
    width: 100%;
    background: url(/img/chip.png);
    background-repeat: no-repeat;
    background-position: 16px;
}

    .bandeira-cartao ul {
        margin: 0;
        padding: 0;
        float: right;
        margin-bottom: 40px;
    }

    .bandeira-cartao li {
        list-style: outside none none;
        margin: 0;
        overflow: hidden;
        padding: 20px 4px 0 0;
        text-align: right;
        float: left;
    }

.numero-cartao {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

    .numero-cartao label {
        color: black;
        cursor: pointer;
        display: block;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 0;
        text-align: left;
        font-weight: bold;
    }

    .numero-cartao input {
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: none;
        box-sizing: border-box;
        color: #555;
        display: block;
        font-family: inherit;
        font-size: 0.875rem;
        height: 2.3125rem;
        margin: 0 auto;
        padding: 0.5rem;
        width: 100%;
        font-weight: 600;
    }

        .numero-cartao input:focus {
            border-color: #999;
            box-shadow: 0 0 5px #999;
            outline: 0 none;
        }

.nome-cartao {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

    .nome-cartao label {
        color: black;
        cursor: pointer;
        display: block;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 0;
        text-align: left;
        font-weight: bold;
    }

    .nome-cartao input {
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: none;
        box-sizing: border-box;
        color: #555;
        display: block;
        font-family: inherit;
        font-size: 0.875rem;
        height: 2.3125rem;
        margin: 0 auto;
        padding: 0.5rem;
        width: 100%;
        font-weight: 600;
    }

        .nome-cartao input:focus {
            border-color: #999;
            box-shadow: 0 0 5px #999;
            outline: 0 none;
        }

.cartao-atras-faixa {
    background-color: #4d4e4f;
    background-image: url(../img/icon-security.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 50px;
    margin-top: 20px;
    width: 100%;
}

.cartao-cvv {
    display: inline-block;
    float: right;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    width: 50%;
}

    .cartao-cvv input {
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: none;
        box-sizing: border-box;
        color: #555;
        display: block;
        float: right;
        font-family: inherit;
        font-size: 0.875rem;
        height: 2.3125rem;
        margin: 0 0 1rem;
        padding: 0.5rem;
        width: 50px;
    }

        .cartao-cvv input:focus {
            border-color: #999;
            box-shadow: 0 0 5px #999;
            outline: 0 none;
        }

    .cartao-cvv label {
        color: #888;
        cursor: pointer;
        display: block;
        float: right;
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 0;
        width: 50%;
    }

.validade-cartao {
    display: inline-block;
    float: right;
    padding: 5px 10px 10px;
    width: 73%;
}

    .validade-cartao select {
        border: 1px solid #ccc;
        border-radius: 0;
        float: left;
        height: 36px;
        margin-right: 10px;
        width: 90px;
    }

    .validade-cartao label {
        color: black;
        cursor: pointer;
        display: block;
        float: right;
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 0;
        width: 100%;
        text-align: left;
        font-weight: bold;
    }

.aviso-cartoes {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-top: 20px;
    width: 99%;
}

    .aviso-cartoes p {
        text-align: center;
        width: 100%;
        display: block;
        padding: 0;
        margin: 0;
    }

.box-cartoes {
    display: table;
    margin: 0 auto;
    overflow: auto;
}

    .box-cartoes input {
        height: 2.3125rem !important;
        ;
    }

.nome-cartao {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.parcelas-pagamento {
    display: block;
    float: left;
}

    .parcelas-pagamento label {
        color: #888;
        cursor: pointer;
        display: block;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 0;
        text-align: left;
    }

    .parcelas-pagamento select {
        border: 1px solid #ccc;
        border-radius: 0;
        float: left;
        height: 36px;
        margin-right: 10px;
        width: 380px;
    }

.btn-finalizar-pagamento {
    width: 150px;
    height: 50px;
    background-color: #6d8ead;
    font-size: 14px;
    text-transform: lowercase;
    float: right;
    cursor: pointer;
    color: #fff;
    border-radius: 2px;
    line-height: 50px;
    vertical-align: 50px;
    font-weight: bold;
    margin: 10px;
}

#accordion h3 {
    background-color: #6d8ead !important;
    color: #fff;
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    padding: 8px;
}

/*DETALHE DO PEDIDO*/

.rastrear_up_01 {
    background-image: url(../img/rastrear_up_01.jpg);
    background-repeat: no-repeat;
    background-color: #183B6F;
}

.rastrear_up_02 {
    background-image: url(../img/rastrear_up_02.jpg);
    background-repeat: no-repeat;
    background-color: #183B6F;
}

.rastrear_up_03 {
    background-image: url(../img/rastrear_up_03.jpg);
    background-repeat: no-repeat;
    background-color: #183B6F;
}

.rastrear_up_04 {
    background-image: url(../img/rastrear_up_04.jpg);
    background-repeat: no-repeat;
    background-color: #183B6F;
    background-position: right;
}

/**********************/

.rastrear_over_01 {
    background-image: url(../img/rastrear_over_01.jpg);
    background-repeat: no-repeat;
    background-color: #214D8E;
}

.rastrear_over_02 {
    background-image: url(../img/rastrear_over_02.jpg);
    background-repeat: no-repeat;
    background-color: #214D8E;
}

.rastrear_over_03 {
    background-image: url(../img/rastrear_over_03.jpg);
    background-repeat: no-repeat;
    background-color: #214D8E;
}

.rastrear_over_04 {
    background-image: url(../img/rastrear_over_04.jpg);
    background-repeat: no-repeat;
    background-color: #214D8E;
    background-position: right;
}

/* BREAD */

.bread {
    font-size: 11px;
    color: #333333;
    font-weight: bold;
}

.bread_up {
    font-size: 11px;
    color: #1B3D72;
    font-weight: bold;
}

.bread_mapa {
    font-size: 13px;
    color: #333333;
    font-weight: bold;
}

.bread_mapa_up {
    font-size: 13px;
    color: #1B3D72;
    font-weight: bold;
}

.title_sum {
    font-size: 15px;
    color: #1B3D72;
    font-weight: bold;
}

.title {
    font-size: 15px;
    color: #1B3D72;
    font-weight: bold;
}

.tableCupom {
    border: 1px solid silver;
    width: 300px;
    margin-right: 10px;
}

.FR_OBRIGATORIO {
    background-color: #EEF3FB;
}

.divisor {
    width: 100%;
    background-image: url('../img/divisor.gif');
    background-repeat: repeat-x;
    background-position: center;
}

.fechado {
    visibility: hidden;
    display: none;
}

.aberto {
    visibility: visible;
    display: block;
}

.ordenacao {
    color: #051733;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.ordenacao_nao_sel {
    color: #058A69;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
}

    .ordenacao_nao_sel:hover {
        color: #EDEDEF;
        background-color: #058A69;
    }

.ordenacao_sel {
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    background-color: #058A69;
}

    .ordenacao_sel:hover {
        color: #EDEDEF;
    }

.fundo_ordenacao {
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    background-color: #EDEDEF;
    width: 100%;
}

.box_padrao {
    border-color: #E6E6E6;
    border-width: 3px;
    border-style: solid;
    background-color: #E6E6E6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: auto;
}

.productDiv {
    border: 1px solid white;
    display: inline-block;
    height: 480px;
    width: 200px;
}

    .productDiv:hover {
        border: 1px solid #ddd; /* box-shadow: 5px 5px 5px #ddd; */
    }

.imgProduto {
    text-decoration: none;
    border: none;
    max-width: 250px;
}

#divCarrossel {
    width: 600px; /* Make sure your images are the same size */
    height: 220px; /* Make sure your images are the same size */
}

/* PAGINA PRODUTO */

.price_pag {
    display: block;
    float: left;
    width: 50%;
}

.btn_pag {
    display: block;
    float: right;
    height: 100%;
    margin-right: 10px;
    margin-top: 10px;
}

/* desktop (4000px) ----------- */
@media (max-width: 4000px) {

    .ocult4000 {
        display: none;
    }

    /* CONTENT TOPO */

    .conteudotop {
        float: left;
        height: auto;
        width: auto;
        margin: 0 auto;
        padding-top: 60px;
        position: absolute;
        left: 40%;
    }

    .top {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: hidden;
        background-color: #DDDDDF;
    }
    /* LOGO */

    .logotop {
        float: left;
        margin-top: 30px;
        overflow: hidden;
    }

    .logotopCabLimpo {
        float: left;
        margin: 30px;
        overflow: hidden;
    }

    /* BUSCA */

    .buscaformat {
        float: left;
        height: 100%;
        margin-top: 20px;
        overflow: auto;
        padding-left: 12%;
        width: 50%;
    }

    .buscaformat2 {
        float: left;
        height: 100%;
        margin-top: 10px;
        overflow: auto;
        padding-left: 12%;
        width: 50%;
    }

    .format_combo_form1 {
        border: 1px solid #afafaf;
        float: left;
        height: 34px;
        margin-right: 10px;
        width: 37%;
    }

    .format_combo_form2 {
        border: 1px solid #AFAFAF;
        height: 34px;
        width: 50%;
        float: left;
        margin-right: 10px;
    }

    .format_combo_form3 {
        border: 1px solid #AFAFAF;
        height: 34px;
        width: 10%;
        float: left;
    }

    .format_combo_form4 {
        border: 1px solid #afafaf;
        float: left;
        height: 36px !important;
        margin-right: 10px;
        width: 87.7%;
        font-size: 20px;
    }

    .btn_buscar {
        float: left;
        width: 10%;
        height: 37px;
        line-height: 37px;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        color: #fff;
        background-color: #5BA102;
        cursor: pointer;
    }

    /* CARRINHO */

    .carrinho_top {
        background-position: left top;
        background-repeat: repeat-y;
        float: right;
        height: 100%;
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: right;
        width: 150px;
    }

    .btn_carrinho {
        float: left;
        background-image: url('../img/carrinho.png');
        background-repeat: no-repeat;
        cursor: pointer;
        width: 40px;
        height: 45px;
        display: block;
    }

    .cart_price {
        color: #6D8EAD;
        float: left;
        font-size: 12px;
        padding-left: 10px;
        padding-top: 10px;
        text-align: center;
    }

    .blues {
        display: none;
    }

    /*MENU LATERAL */
    .menulateral-tr {
        border-left: 0 none;
        border-right: 0 none;
        height: 24px;
        text-align: center;
        width: 100%;
        border-collapse: collapse;
        font-size: 16px;
    }

    .menulateral-li-fir {
        text-decoration: none;
        height: 20px;
        line-height: 20px;
        vertical-align: middle;
        cursor: pointer;
    }

    .menulateral-li-sec {
        border-bottom: 1px dashed grey;
        font-size: 11px;
        list-style: outside none none;
        padding-left: 5px;
    }

    .submenu3 {
        list-style: none;
        padding: 0 0 0 0;
    }

        .submenu3 li {
            font-weight: normal;
            list-style: outside none none;
            margin-bottom: 5px;
            margin-left: 0;
            margin-top: 5px;
        }

    .table-menu {
        border-collapse: collapse;
        height: 100%;
        width: 200px;
    }

    .menuLeft > .menuNoBulet > li:nth-child(1) {
        display: flex;
    }

    .menuLeft > .menuNoBulet > li:nth-child(3) {
        display: flex;
    }

    .menuLeft > .menuNoBulet > li:nth-child(5) {
        display: flex;
    }

    .menuLeft > .menuNoBulet > li:nth-child(7) {
        display: flex;
    }

    .menuLeft > .menuNoBulet > li:nth-child(9) {
        display: flex;
    }

    /* PAGINA PRODUTO */

    .boxprod1 {
        float: left;
        width: 49.5%;
    }

    .boxprod2 {
        float: right;
        width: 49.5%;
    }

    .boxprod3 {
        float: left;
        width: 49.5%;
        clear: left;
    }

    .boxprod4 {
        float: right;
        overflow: hidden;
        padding-top: 10px;
        width: 49.5%;
        clear: right;
    }

    .boxprod5 {
        float: left;
        width: 100%;
    }

    .boxprod6 {
        float: left;
        width: 100%;
    }

    .divcaracdesk {
        width: 100%;
        float: left;
        display: block;
    }

    .divimgdesk {
        width: 100%;
        text-align: center;
        float: left;
        position: relative;
    }

    .divpagdesk {
        float: right;
        width: 100%;
    }

    .divfretedesk {
        width: 100%;
    }

    .divsocialdesk {
        width: 100%;
        overflow: hidden;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #E6E6E6;
        padding: 0;
        height: 35px;
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-top: 8px;
    }

        .divsocialdesk img {
            padding-left: 5px;
        }

    .boxduv {
        width: 50%;
    }

    /* PAGINA PEDIDO */

    .carrinho1 {
        position: relative;
        height: auto;
        width: 50%;
        float: left;
    }

    .carrinho2 {
        position: relative;
        height: auto;
        width: 25%;
        float: left;
    }

    .spacecar {
        height: 95px;
    }

    .carrinhoTituloHide {
        display: none;
    }

    .carrinho2Titulo0 {
        display: table-row;
    }

    .Desktop {
        display: block;
    }

    .Mobile {
        display: none;
    }

    /* PAGINA CADASTRO */

    .LoginInteligente {
        width: 98%;
    }

    .soucadastrado {
        width: 48%;
        float: left;
    }

    .naocadastrado {
        float: left;
        width: 48%;
    }

    /* BASKET LINES */
    .basket_list td {
        margin: 0;
    }

    .basket_list th {
        padding: 0 0 0 5px;
    }

    .basket_list tr th {
        border: 1px solid #cccccc;
    }

    .basket_list {
        border-collapse: collapse;
        border: 1px solid #cccccc;
    }

    .basket_destaq2 {
        background-color: #F6ECE3;
    }

    .basket_list2 tr th {
        border: 1px solid #999999;
    }

    .basket_list2 tr td {
        border: 1px solid #999999;
    }

    .line_basket_steps {
        background: url(../img/basket_step_line.jpg) repeat-x bottom left;
        padding: 0;
    }

        .line_basket_steps img {
            margin: 0;
            padding: 0;
            vertical-align: bottom;
        }

    .basket_step_number {
        width: auto;
    }

    /* PAGINAÇAO PRODUTO*/

    /*LINK LISTAGEM PRODUTO*/

    a.paginacao_princ {
        font-size: 14px;
        color: #1B3D72;
        text-decoration: none;
        padding: 1px 3px 1px 3px;
        font-weight: bold;
        display: block;
        float: left;
    }

        a.paginacao_princ:hover {
            color: #FFFFFF;
            background-color: #1B3D72;
        }

    /*SELECIONADO PRINC*/

    .paginacao_princ_sel {
        font-size: 14px;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #1B3D72;
        padding: 1px 3px 1px 3px;
        font-weight: bold;
        display: block;
        float: left;
    }

    /*LINK LISTAGEM PRODUTO SECUNDARIA*/

    a.paginacao_sec {
        font-size: 10px;
        color: #666666;
        text-decoration: none;
        padding: 0 2px 0 2px;
        margin: 3px 1px 0 1px;
        font-weight: lighter;
        display: block;
        float: left;
    }

        a.paginacao_sec:hover {
            font-size: 10px;
            color: #FFF;
            background-color: #333333;
        }

    /*SELECIONADO SEC*/

    .paginacao_sec_sel {
        font-size: 10px;
        color: #FFF;
        text-decoration: none;
        background-color: #333333;
        padding: 0 2px 0 2px;
        margin: 3px 1px 0 1px;
        font-weight: lighter;
        display: block;
        float: left;
    }
}

/* JQuery Botão de Avaliação */
.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
    width: 100%;
}

.modal-body .form-horizontal .control-label {
    text-align: left;
}

.modal-body .form-horizontal .col-sm-offset-2 {
    margin-left: 15px;
}
/* ----------------------- */

/* JQuery 5 star */
.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

    .rateit .rateit-range {
        position: relative;
        display: -moz-inline-box;
        display: inline-block;
        background: url(../img/star.gif);
        height: 16px;
        outline: none;
    }

        .rateit .rateit-range * {
            display: block;
        }

    /* for IE 6 */
    * html .rateit, * html .rateit .rateit-range {
        display: inline;
    }

        /* for IE 7 */
        * + html .rateit, * + html .rateit .rateit-range {
            display: inline;
        }

            .rateit .rateit-hover, .rateit .rateit-selected {
                position: absolute;
                left: 0;
            }

            .rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
                left: auto;
                right: 0;
            }

            .rateit .rateit-hover {
                background: url(../img/star.gif) left -32px;
            }

            .rateit .rateit-hover-rtl {
                background-position: right -32px;
            }

            .rateit .rateit-selected {
                background: url(../img/star.gif) left -16px;
            }

            .rateit .rateit-selected-rtl {
                background-position: right -16px;
            }

            .rateit .rateit-preset {
                background: url(../img/star.gif) left -48px;
            }

            .rateit .rateit-preset-rtl {
                background: url(../img/star.gif) left -48px;
            }

            .rateit button.rateit-reset {
                background: url(../img/delete.gif) 0 0;
                width: 16px;
                height: 16px;
                display: -moz-inline-box;
                display: inline-block;
                float: left;
                outline: none;
                border: none;
                padding: 0;
            }

                .rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus {
                    background-position: 0 -16px;
                }
/* ----------------------- */

.puxeFiltro {
    width: 100%;
    background-color: #c12631;
    text-align: center;
    display: none;
    position: fixed;
    top: 0;
    z-index: -1;
    left: 0;
    cursor: pointer;
}

    .puxeFiltro span {
        margin: auto;
        color: #fff;
    }

.principaisBlog {
    flex: 1 1 100%;
    order: 6;
}

.videoComprar {
    flex: 1 1 100%;
    order: 7;
    background-color: gray;
    font-family: Frutiger,sans-serif;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

    .videoComprar h1 {
        font-size: 3.3em;
        margin: 25px 0 5px;
        display: none;
    }

    .videoComprar h2 {
        font-size: 2.8em;
        margin: 10px 0 5px;
        display: none;
    }

    .videoComprar img {
        width: 100%;
        opacity: 0.7;
    }

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
    width: 100%;
    height: 100%;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
}

#boxes #dialog {
    width: 350px;
    height: 220px;
    padding: 0;
    background-color: #fff;
    margin: 0;
    position: fixed;
}

.close {
    display: block;
    text-align: right;
    font-size: 20px;
    float: right;
    padding-right: 8px;
    background: black;
    width: 26px;
    height: 35px;
    margin-top: -5px;
    color: white;
}

    .close a {
        color: black
    }

.hide {
    display: none;
}

#dialog p {
    text-align: center;
    font-weight: bold;
}

#dialog h2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #0F71B7;
    height: 35px;
    margin-top: 0;
}

#dialog input {
    background-color: #0F71B7;
    height: 30px;
    width: 80px;
    font-size: 12px;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    float: none;
}

#mask1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
    width: 100%;
    height: 100%;
}

#boxes1 .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
}

#boxes1 #dialog1 {
    width: 350px;
    height: 220px;
    padding: 0;
    background-color: #fff;
    margin: 0;
    position: fixed;
}

#dialog1 p {
    text-align: center;
    font-weight: bold;
}

#dialog1 h2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #0F71B7;
    height: 35px;
    margin-top: 0;
}

#dialog1 input {
    background-color: #0F71B7;
    height: 30px;
    font-size: 12px;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    float: none;
}

#maskProduto {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
    width: 100%;
    height: 100%;
}

#boxesProduto #dialogProduto {
    width: 520px;
    height: auto;
    padding: 5px 0;
    background-color: #fff;
    margin: 0;
    position: fixed;
}

#dialogProduto p {
    font-weight: bold;
    font-size: 18px;
}

#dialogProduto h2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #0F71B7;
    height: 35px;
    margin-top: 0;
}

.popup_btn_continuar {
    background-color: #267FFF;
    margin-left: 16.5px;
    margin-right: 20px;
    font-family: Arial;
}

.popup_btn_carrinho {
    background-color: #FE9900;
    font-family: Arial;
}

.popqtdvalor {
    text-decoration: none;
    color: #6e6e6e;
    font-weight: bold;
    font-size: 10px;
    border: 1px solid #C5C5C5;
    padding: 2px;
    margin: 5px;
}

.poptotal {
    text-decoration: none;
    color: #6e6e6e;
    font-weight: bold;
    font-size: 10px;
}

.poptotalvalor {
    text-decoration: none;
    color: #c20b19;
    font-weight: bold;
    font-size: 10px;
    border: 1px solid #C5C5C5;
    padding: 2px;
    margin: 5px;
}

.popbox_imagem {
    display: inline;
    float: left;
    width: 150px;
    height: 150px;
}

btn_carrinho.menuRapido td {
    background-image: url('../img/menu_1_preto_separador.jpg');
}

.menuRapidoInt td {
    background-image: none;
}

.CorPrincipal {
    color: #fff;
}

.CabFixo {
    position: fixed;
    transition: all 0.2s;
}

/*cor padrão*/

btn_carrinho.menuRapido td {
    background-image: url('../img/menu_1_preto_separador.jpg');
}

.menuRapidoInt td {
    background-image: none;
}

.Departamento {
    background-color: #222326;
    border-right: 1px solid #fff;
}

    .Departamento:last-child {
        border-right: 0 solid #fff;
    }

.DepartamentoSelecionado {
    background: #ff7b00; /* Old browsers */
    background: -webkit-linear-gradient(left, #ff7b00 0%,#ff8b2d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ff7b00 0%,#ff8b2d 100%); /* Opera 11.10+ */
    background: linear-gradient(to right, #ff7b00 0%,#ff8b2d 100%); /* W3C */
}

.Departamento a:hover {
    background: #ff7b00; /* Old browsers */
    background: -webkit-linear-gradient(left, #ff7b00 0%,#ff8b2d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ff7b00 0%,#ff8b2d 100%); /* Opera 11.10+ */
    background: linear-gradient(to right, #ff7b00 0%,#ff8b2d 100%); /* W3C */
}

.DepartamentoSelecionado a:hover {
    background: #ff7b00; /* Old browsers */
    background: -webkit-linear-gradient(left, #ff7b00 0%,#ff8b2d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ff7b00 0%,#ff8b2d 100%); /* Opera 11.10+ */
    background: linear-gradient(to right, #ff7b00 0%,#ff8b2d 100%); /* W3C */
}

.Secao {
    background: url(../img/menu_2_cinza.jpg) repeat-x top left;
}

    .Secao a:hover {
        background: url(../img/menu_2_cinza_over.jpg);
    }

.SecaoSelecionada {
    background-image: url('../img/menu_2_cinza_over.jpg');
}

    .SecaoSelecionada a:hover {
        background: url(../img/menu_2_cinza_over.jpg);
        color: White;
    }

.menuLeft a {
    color: #181818;
}

    .menuLeft a:hover {
        text-decoration: none;
        color: #FF9933;
    }

.submenu3 a {
    color: #4C4C4C;
    padding-left: 15px;
    display: contents;
}

.back_lista {
    background-color: #181818;
    color: #FFFFFF;
}

.btn_top_cadastro {
    background-image: url('../img/btn_top_cadastro_preto.jpg') !important;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 22px;
    height: 21px;
}

.btn_top_pedidos {
    background-image: url('../img/btn_top_pedidos_preto.jpg') !important;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 22px;
    height: 21px;
}

.btn_top_central {
    background-image: url('../img/btn_top_central_preto.jpg') !important;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 22px;
    height: 21px;
}

/* POP-UP */
#dialog {
    left: 25% !important;
}

#mask #boxes #dialog a {
    color: #333;
    text-decoration: none;
}

    #mask #boxes #dialog a:hover {
        color: #ccc;
        text-decoration: none;
    }

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
    width: 100%;
    height: 100%;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
    font-family: verdana;
    font-size: 15px;
}

#boxes #dialog {
    position: fixed;
    width: auto;
    height: auto;
    padding: 0;
    background-color: #fff;
}

/*LINK PRODUTO*/

a.preco_produto:link {
    color: #181818;
    text-decoration: none;
}

a.preco_produto:visited {
    color: #181818;
    text-decoration: none;
}

a.preco_produto:hover {
    color: #2ecc71;
    text-decoration: none;
}

a.preco_produto:active {
    color: #181818;
    text-decoration: none;
}

a.link_maisDet:link {
    color: #333333;
    text-decoration: none;
}

a.link_maisDet:visited {
    color: #333333;
    text-decoration: none;
}

a.link_maisDet:hover {
    color: #FF9933;
    text-decoration: none;
}

a.link_maisDet:active {
    color: #333333;
    text-decoration: none;
}

.aviso_vitrine {
    color: #333333;
}

.sumarioGrupo {
    color: #181818;
}

.sumarioSubgrupo {
    color: #333333;
    text-decoration: none;
    padding-left: 30px;
}

    .sumarioSubgrupo:hover {
        color: #FF9933;
        text-decoration: none;
    }

/*BASKET*/
.basket_list th {
    padding: 0 0 0 5px;
}

.basket_list tr th {
    border: 1px solid #cccccc;
}

.basket_list {
    border-collapse: collapse;
    border: 1px solid #cccccc;
}

.basket_destaq2 {
    background-color: #F6ECE3;
}

.basket_list2 tr th {
    border: 1px solid #999999;
}

.basket_list2 tr td {
    border: 1px solid #999999;
}

.line_basket_steps {
    background: url(../img/basket_step_line.jpg) repeat-x bottom left;
    padding: 0;
}

.basket_step_text {
    color: #A8AEB8;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}

.basket_step_text_up {
    color: #1B3D72;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}

/*ERRO*/
.PaginaErro {
    text-align: justify;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #224f92;
}

    .PaginaErro a {
        font-weight: bold;
        text-decoration: none;
        color: #224f92;
    }

        .PaginaErro a:hover {
            font-weight: bold;
            text-decoration: none;
            color: #ff6600;
        }

/*PAGAMENTO*/
.desconto {
    background-color: #F7DEDE;
    color: #CC0000;
}

.box_pagamento_azul {
    background: url(../img/box_azul_pagamento.jpg) no-repeat top left;
    width: 332px;
    height: 158px;
}

.box_pagamento_laranja {
    background: rgb(254,153,1); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlOTkwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZlNjQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjQyMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-linear-gradient(top, rgba(254,153,1,1) 0%,rgba(254,100,0,1) 40%,rgba(255,66,4,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(254,153,1,1) 0%,rgba(254,100,0,1) 40%,rgba(255,66,4,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(254,153,1,1) 0%,rgba(254,100,0,1) 40%,rgba(255,66,4,1) 100%); /* W3C */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/*PRODUTO*/

input {
    border: 1px solid #DDDDDD;
}

#cep {
    width: 45px;
}

#compl_cep {
    width: 25px;
}

#qtd {
    width: 25px;
}

.CAIXA_DESABILITADA {
    cursor: not-allowed;
    background-color: #f2f2f2 !important;
    opacity: 1;
    color: Silver;
}

/* CARRINHO */

.cupom-msg {
    font-size: 10px;
}

.box-subtotalprod-1 {
    width: 75%;
    background-color: #fff;
}

.box-subtotalprod-2 {
    width: 12.5%;
    border-left: 1px solid #d5dbdb;
    border-bottom: 1px solid #d5dbdb;
    font-size: 12px;
    font-weight: normal;
}

.box-subtotalprod-3 {
    width: 12.5%;
    border-right: 1px solid #d5dbdb;
    border-bottom: 1px solid #d5dbdb;
}

.box-valordofrete-1 {
    width: 75%;
    background-color: #fff;
}

.box-totalcomfrete-1 {
    width: 75%;
    background-color: #fff;
}

.box-totalcomfrete-2 {
    width: 12.5%;
    border-left: 1px solid #d5dbdb;
    border-bottom: 1px solid #d5dbdb;
    font-size: 12px;
    font-weight: normal;
}

.box-totalcomfrete-3 {
    width: 12.5%;
    font-size: 20px;
    border-right: 1px solid #d5dbdb;
    border-bottom: 1px solid #d5dbdb;
    color: #008F3B;
}

.basket_lists_title {
    background-color: #f4f4f4;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: auto;
    height: 35px;
    font-size: 15px;
    line-height: 15px;
    color: #3c3835;
    font-weight: bold;
}

.basket_lists_title3 {
    background-color: #FCFCFC;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: auto;
    height: 70px;
    font-size: 15px;
    line-height: 15px;
    color: #3c3835;
    font-weight: bold;
    text-align: left;
}

.basket_list tr td {
    border-bottom: 1px solid #d7d7d7;
}

.basket_destaq {
    font-weight: bold;
    font-size: 14px;
}

.basket_destaq3 {
    font-size: 12px;
    font-weight: normal;
}

.link-remover {
    font-size: 12px;
    color: #48BAC6;
    text-decoration: none;
}

/* CONTENT PAGE */

.tdContent {
    overflow: visible;
}

.menuLeft {
    vertical-align: top;
    margin: 0;
    text-align: left;
}

    .menuLeft a {
        text-decoration: none;
    }

.menuNoBulet {
    margin: 0 0 0 0;
    padding-left: 0;
    /*text-transform: uppercase;*/
}

    .menuNoBulet li {
        list-style-type: none;
        margin: 0 0 0 0;
    }

    .menuNoBulet li, .submenu3 li {
        padding: 3px 15px;
        text-align: start;
    }


.roundBox {
    background-color: #F4F4F4;
}

    .roundBox img {
        display: block;
    }
#frmDtPedido .menuLeft {
    min-width: 150px;
    max-width: 150px;
}

    #frmDtPedido .menuLeft > div {
        padding: 15px 0 !important;
        min-width: 192px;
        max-width: 228px;
    }

/*FORNECEDOR*/

.tab_fornecedor {
    background-image: url(../img/back_center_fornecedor.jpg);
    background-repeat: repeat-x;
    margin-top: 20px;
}

.back_left_fornecedor {
    width: 12px;
    background-image: url(../img/back_left_fornecedor.jpg);
    background-repeat: no-repeat;
}

.back_center_fornecedor {
    width: 100%;
    background-image: url(../img/back_center_fornecedor.jpg);
    background-repeat: repeat-x;
}

.back_right_fornecedor {
    width: 12px;
    background-image: url(../img/back_right_fornecedor.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

/***** FONTE ******************/

.font1 {
    font-family: Montserrat,sans-serif;
}

.size1 {
    font-size: 12px;
}

.size2 {
    font-size: 10px;
}

.size3 {
    font-size: 12px;
}

.size4 {
    font-size: 14px;
}

.size5 {
    font-size: 16px;
}

.size6 {
    font-size: 18px;
}

.size7 {
    font-size: 13px;
}

.color1 {
    color: #000;
}

.color2 {
    color: #333333;
}

/*CINZA*/
.color3 {
    color: #1B3D72;
}

/*AZUL*/
.color4 {
    color: #666666;
}

.color5 {
    color: #3c3835;
}

.color6 {
    color: #333333;
}

.color7 {
    color: #FF3300;
}

/*LARANJA*/
.color8 {
    color: #FFCC00;
}

/*AMARELO*/
.color9 {
    color: #FF0000;
}

/*VERMELHO*/
.color10 {
    color: #14253F;
}

/*AZUL ESCURO*/
.color11 {
    color: #D92C00;
}

/*LARANJA ESCURO*/
.color12 {
    color: #E85959;
}
/*VINHO*/
.color13 {
    color: #08899D;
}
/*CIANO*/
.color14 {
    color: #066F7D;
}

.link1 {
    text-decoration: none;
}

.link2 {
    text-decoration: none;
    color: #051733;
}

.link3 {
    text-decoration: none;
    color: #666666;
}

.link4 {
    text-decoration: none;
    color: #333333;
}

.link5 {
    text-decoration: none;
    color: #1B3D72;
}
/*AZUL*/
.link6 {
    text-decoration: none;
    color: #1B3D72;
}

.link7 {
    text-decoration: none;
    color: #333333;
}

.linkMenuRap {
    text-decoration: none;
}

.linkEfetPag {
    text-decoration: none;
}

.link_indisponivel {
    text-decoration: none;
    color: #E85959;
}

.link1:hover {
    text-decoration: none;
    color: #FF9933;
}

.link2:hover {
    text-decoration: none;
    color: #FF9933;
}

.link3:hover {
    text-decoration: none;
    color: #FF9933;
}

.link4:hover {
    text-decoration: none;
    color: #FF9933;
}

.link5:hover {
    text-decoration: none;
    color: #FF9933;
}

.link6:hover {
    text-decoration: none;
    color: #FF9933;
}

.link7:hover {
    text-decoration: none;
    color: #FF9933;
}

.linkMenuRap:hover {
    text-decoration: none;
    color: #fdff38;
}

.linkEfetPag:hover {
    text-decoration: none;
    color: #1B3D72;
}

.link_indisponivel:hover {
    text-decoration: none;
    color: #FF9933;
}

.linkGrupo {
    cursor: pointer;
}

    .linkGrupo:hover {
        color: #EC7600;
    }

.h2_produto {
    font-size: 14px;
    color: #1B3D72;
}

/*LINK MAPA DO SITE*/

.tit_mapa {
    font-size: 17px;
    color: black;
    text-decoration: none;
    padding: 0 4px 0 4px;
    margin-left: 10px;
}

a.link_mapa {
    font-size: 15px;
    color: black;
    text-decoration: none;
    padding: 0 4px 0 4px;
    margin-left: 10px;
}

    a.link_mapa:hover {
        color: #051733;
        background-color: #C8CCD2;
    }

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.pd10 {
    padding: 10px;
}

.pd20 {
    padding: 20px;
}

.noborder {
    border: none;
}

table.noborder {
    border: none;
}

    table.noborder tr td {
        border: none;
    }

    table.noborder tr th {
        border: none;
    }

.noborderLeft {
    border-left: none;
}

.noborderRight {
    border-right: none;
}

.noborderTop {
    border-top: none;
}

.noborderBottom {
    border-bottom: none;
}

.lineDot {
    background: url(../img/linha_pontilhada_azul.jpg) repeat-x left center;
}

.lineDotVertical {
    background: url(../img/barra_vertical.jpg) repeat-y left center;
}

.lineGray {
    background: url(../img/line_gray.jpg) repeat-x center;
}

/* FOOOTER */
.footer {
    background-color: #E0E0E0;
    width: 100%;
    vertical-align: top;
    float: left;
    font-weight: 100;
}

.footer-hystalo {
    width: 100%;
    background-color: #FFFFFF;
}

    .footer-hystalo a {
        text-decoration: none;
    }

.inftitle1 {
    color: #000;
    float: left;
    font-size: 12px;
    height: 100%;
    vertical-align: middle;
    width: 24.75%;
}

.inftitle2 {
    color: #000;
    float: left;
    font-size: 12px;
    height: 60px;
    vertical-align: middle;
    width: 49.5%;
}

.format_inf img {
    float: left;
    padding-right: 10px;
    padding-bottom: 20px;
}

.footer ul {
    padding: 0;
    margin: 0;
}

.footer li {
    list-style: none;
    font-size: 12px;
    color: #8A8A8A;
}

.footer a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

    .footer a:hover {
        font-size: 12px;
        color: #194492;
        text-decoration: none;
    }

.linha-content {
    width: 100%;
    background-color: #F3F3F3;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    border-top: 2px solid #BFBFBF;
}

.titlebox {
    font-size: 15px;
    color: #232323;
    text-align: left;
    font-weight: bold;
    line-height: 25px;
}

    .titlebox a {
        font-size: 15px !important;
        color: #232323 !important;
        text-align: left;
        font-weight: bold;
        line-height: 25px;
    }

.title_footer a {
    font-size: 15px !important;
    color: #232323 !important;
    text-align: left;
    font-weight: bold;
    line-height: 25px;
}

.box_structure1 {
    width: 49.5%;
    float: left;
}

.box_structure2 {
    width: 49.5%;
    float: left;
}

.box_content1 {
    float: left;
    width: 49.5%;
}

.box_content2 {
    float: left;
    width: 49.5%;
}

.box_content3 {
    float: left;
    width: 49.5%;
}

    .box_content3 img {
        padding-right: 4px;
    }

.box_content4 {
    float: left;
    width: 49.5%;
}

.box_content4-span2 {
    font-weight: bold;
    font-size: 11px;
    width: 100%;
    float: left;
    color: #000;
}

.title_sub {
    font-size: 10px;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
    float: left;
    color: #8a8a8a;
}

.title_footer {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
    padding-top: 5px;
    width: 100%;
    color: #000;
}

.linha-content-2 {
    background-color: #E0E0E0;
    height: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
}

    .linha-content-2 img {
        padding-right: 5px;
        text-align: left;
        float: left;
    }

.format-pag {
    margin: 0 auto;
    overflow: hidden;
    width: 49.5%;
    float: left;
}

.format-social {
    margin: 0 auto;
    overflow: hidden;
    width: 49.5%;
    float: left;
}

/***** FORM TOP ******************/

.form_top input {
    height: 20px;
}

.lbl_form_top {
    padding-left: 0;
}

.form_top_produto {
    height: 18px;
}

.width_combo_form1 {
    max-width: 24%;
    float: left;
    border-left: 1px solid #DDDDDF;
    border-top: 1px solid #DDDDDF;
    border-bottom: 1px solid #DDDDDF;
    border-right: 1px solid #DDDDDF;
    margin-right: 5px;
}

.width_combo_form2 {
    max-width: 21%;
    border-left: 1px solid #DDDDDF;
    border-top: 1px solid #DDDDDF;
    border-bottom: 1px solid #DDDDDF;
    border-right: 1px solid #DDDDDF;
    float: left;
    margin-right: 5px;
}

.width_combo_form3 {
    width: 10%;
    border-left: 1px solid #DDDDDF;
    border-top: 1px solid #DDDDDF;
    border-bottom: 1px solid #DDDDDF;
    border-right: 1px solid #DDDDDF;
    float: left;
    margin-right: 5px;
}

.width_combo_form4 {
    width: 30%;
    border-left: 1px solid #DDDDDF;
    border-top: 1px solid #DDDDDF;
    border-bottom: 1px solid #DDDDDF;
    border-right: 1px solid #DDDDDF;
    float: left;
}

.height_combo_form2 {
    height: 46px !important;
    border-left: 1px solid grey !important;
    border-top: 1px solid grey !important;
    border-bottom: 1px solid grey !important;
    border-right: 1px solid grey !important;
}

.height_combo_form {
    height: 50px;
}

.height_txt_form {
    font-size: 12px;
}

.form_cadastro {
    height: 20px;
}

.space_top {
    padding-top: 3px;
}

/* ************************************ */

.tab_content {
    padding: 5px;
    border: 0 solid #8289B7;
    border-top: none;
    border-bottom: none;
}

.tab_top_line {
    background: url(../img/tabs/tab_top.jpg) repeat-x top left;
}

    .tab_top_line .tab_button {
        cursor: pointer;
    }

.tab_top_right {
    background: url(../img/tabs/tab_top_right.jpg) repeat-x top left;
    width: 10px;
}

.tab_bottom_right {
    background: url(../img/tabs/tab_bottom_right.jpg) repeat-x top left;
    width: 10px;
}

.tab_bottom_line {
    background: url(../img/tabs/tab_bottom.jpg) repeat-x top left;
}

.prodRelacionado {
    min-height: 150px;
}

.tab img {
    margin: 0;
    padding: 0;
    display: block;
    width: 30%;
}

/* PAGINAÇAO*/

.marcador_lista {
    padding: 1px 5px 1px 5px;
    margin: 0 3px 0 3px;
    float: right;
}

.marcador_lista_sel {
    padding: 1px 5px 1px 5px;
    margin: 0 3px 0 3px;
    float: right;
}

.back_lista {
    background-color: #051733;
    color: #FFFFFF;
}

.font_lista {
    color: #1B3D72;
}

/* CLICK OPEN PRODUTO */

.message {
    position: absolute;
    top: -1500px;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#toggle {
    position: absolute;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%;
}

    #toggle + label {
        cursor: pointer;
        height: 40px;
        background: #ee551a;
        width: 100%;
        float: left;
        border-radius: 0;
        color: #FFF;
        line-height: 40px;
        font-size: 12px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        transition: all 500ms ease;
    }

        #toggle + label:after {
            content: "ABRIR FORMAS DE PAGAMENTO";
        }

    #toggle:checked ~ .message {
        top: 0;
        position: relative;
    }

    #toggle:checked + label {
        background: #dd6149;
    }

        #toggle:checked + label:after {
            content: "FECHAR FORMAS DE PAGAMENTO";
        }

/* PRODUTO E MEDIA SOCIAL */

.imgprod-social {
    width: 70%;
    margin: 0 auto;
}

.social {
    float: left;
    text-align: right;
}

    .social ul {
        padding: 0;
        margin: 0;
    }

    .social li {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
        float: left;
        margin-right: 10px;
    }

    .social img {
        margin-bottom: 5px;
    }

/* PAGINA PRODUTO */

.titulo-produto {
    float: right;
    width: 49.5%;
    text-align: left;
    font-size: 20px;
}

.ProdutoListaPrecoParcela {
    font-size: 12px;
}

.span-price {
    color: #3c3835;
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

.caminhoProduto {
    text-align: left;
    margin: 15px 20px;
    background-color: #eaeaea;
    line-height: 15px;
    padding: 10px;
}

.box_padrao2 {
    border-top: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    background-color: #F4F4F4;
    overflow: auto;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.box-dicas {
    color: #fff;
}

    .box-dicas table {
        border-bottom: 1px solid #d7d7d7;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7;
        color: #464646 !important;
        font-family: "Open Sans" !important;
        font-weight: 100 !important;
        width: 100% !important;
    }

    .box-dicas td {
    }

    .box-dicas p {
        margin: 0;
        padding: 0;
    }

.box-descricao {
    color: #464646 !important;
    font-weight: 500;
    max-height: 500px;
    overflow-y: scroll;
    padding: 20px;
}

.box-atributos {
    color: #464646 !important;
    font-weight: 500;
    max-height: 500px;
    overflow-y: scroll;
    padding: 20px;
}

.box-dados-embalagem {
    color: #464646 !important;
    font-weight: 500;
    padding: 20px;
}

.box-descricao strong {
    color: #444444;
    font-size: 14px;
    font-style: italic;
}

.box-descricao h2 {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.box-descricao p {
    margin-top: 0;
}

.box-atributos strong {
    color: #444444;
    font-size: 14px;
    font-style: italic;
}

.box-atributos h2 {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.box-atributos p {
    margin-top: 0;
}

.box-pagamento {
}

.boxprod-title {
}

.box-duvidas {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    color: #464646 !important;
    font-weight: 500;
    padding-left: 20px;
}

.box-avaliacao {
    border-bottom: 1px solid #d7d7d7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    color: #464646;
    font-weight: 500;
    padding-left: 20px;
    width: 98.5%;
    padding-top: 5px;
    height: 100px;
}

.box-avaliacao-nota {
    float: left;
    padding: 20px 0 0 125px;
}

.box-avaliacao-botao {
    float: left;
    height: auto;
    text-align: center;
    width: 40%;
    padding-top: 25px;
}

    .box-avaliacao-botao a {
        vertical-align: middle;
    }

.AvaliaProdutoNota {
    font-size: 45px;
    padding-left: 25px;
    float: left;
}

.AvaliaProdutoTotal {
    float: left;
    padding-left: 3px;
    font-size: 11px;
}

#GraficoBarraQtdAvaliacao {
    padding-left: 10px;
}

.AvaliaProdutoGrafico {
    padding: 25px 0 0 20px;
    display: inline-flex;
}

.divGraficoBarra {
    height: auto;
    padding-left: 80px;
    float: left;
    display: none;
}

.avalia-5star {
    background: url('../img/stars.png') no-repeat -3px -232px;
    width: 84px;
    height: 15px;
}

.avalia-4_5star {
    background: url('../img/stars.png') no-repeat -3px -209px;
    width: 84px;
    height: 15px;
}

.avalia-4star {
    background: url('../img/stars.png') no-repeat -3px -186px;
    width: 84px;
    height: 15px;
}

.avalia-3_5star {
    background: url('../img/stars.png') no-repeat -3px -163px;
    width: 84px;
    height: 15px;
}

.avalia-3star {
    background: url('../img/stars.png') no-repeat -3px -140px;
    width: 84px;
    height: 15px;
}

.avalia-2_5star {
    background: url('../img/stars.png') no-repeat -3px -117px;
    width: 84px;
    height: 15px;
    float: left;
}

.avalia-2star {
    background: url('../img/stars.png') no-repeat -3px -94px;
    width: 84px;
    height: 15px;
}

.avalia-1_5star {
    background: url('../img/stars.png') no-repeat -3px -71px;
    width: 84px;
    height: 15px;
}

.avalia-1star {
    background: url('../img/stars.png') no-repeat -3px -48px;
    width: 84px;
    height: 15px;
}

.avalia-0_5star {
    background: url('../img/stars.png') no-repeat -3px -25px;
    width: 84px;
    height: 15px;
}

.avalia-0star {
    background: url('../img/stars.png') no-repeat -3px -2px;
    width: 84px;
    height: 15px;
}

.AvaliaNotaTotal {
}

.ProdutoComentarioNome {
    width: 20%;
    float: left;
}

.ProdutoComentarioData {
    width: 80%;
    float: left;
}

.ProdutoComentarioNota {
    width: 100%;
    display: flex;
}

.ProdutoComentarioMensagem {
    width: 40%;
    margin-top: 15px;
}

.divAvaliaProdutoComentario {
    border-bottom: 1px solid #d7d7d7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    color: #464646 !important;
    font-weight: 500;
    padding-left: 20px;
    width: 98.5%;
    padding-top: 5px;
    height: auto;
    padding-bottom: 12px;
}

    .divAvaliaProdutoComentario span:first-child {
        font-weight: bold;
    }

.box-videos {
    border-bottom: 1px solid #d7d7d7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    color: #464646 !important;
    font-weight: 500;
    padding-left: 20px;
}

    .box-videos ul {
        margin: 0;
        padding: 5px 0;
    }

    .box-videos li {
        list-style: none;
    }

    .box-videos a {
        color: #E70B15;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
    }

.box-marcas {
    border-bottom: 1px solid #d7d7d7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    color: #464646;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    padding: 20px;
}

.box-codigos {
    color: #464646;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    max-width: 1500px;
}

    .box-codigos a {
        color: #464646;
    }

.box-caracteristica {
    border-bottom: 1px solid #d7d7d7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    font-weight: 500;
    font-size: 14px;
}

    .box-caracteristica ul {
        margin: 0;
        padding-left: 20px;
    }

    .box-caracteristica li {
        list-style: none;
    }

    .box-caracteristica a {
        color: #464646 !important;
        text-decoration: none;
    }

.boxprod1 {
    float: left;
    width: 49.5%;
}

.boxprod2 {
    float: right;
    width: 49.5%;
}

.boxprod3 {
    float: left;
    width: 49.5%;
    clear: left;
}

.boxprod4 {
    float: right;
    overflow: hidden;
    padding-top: 10px;
    width: 49.5%;
    clear: right;
}

.boxprod5 {
    float: left;
    width: 100%;
}

.boxprod6 {
    float: left;
    width: 100%;
}

.boxprod7 {
    float: left;
    width: 93%;
    padding: 0 50px;
}

.divcaracdesk {
    width: 100%;
    float: left;
    display: block;
}

.divimgdesk {
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
}

.thumbProducts a {
    text-decoration: none;
}

.divpagdesk {
    float: right;
    width: 100%;
}

.divsocialdesk {
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #E6E6E6;
    padding: 0;
    height: 35px;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 8px;
}

    .divsocialdesk img {
        padding-left: 5px;
    }

.boxduv {
    width: 50%;
}

/* PAGINA PAGAMENTO */

.title-content-pag {
    background-color: #222326;
    color: #fff;
    overflow: hidden;
    height: 80px;
}

.title-content-pag-a {
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 49.9%;
    margin-top: 25px;
}

.title-content-pag-b {
    float: left;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 49.9%;
    margin-top: 18px;
}

    .title-content-pag-b span {
        font-size: 10px;
        width: 100%;
        line-height: 0;
        float: left;
    }

        .title-content-pag-b span:first-child {
            float: none;
            font-size: 24px;
            line-height: 0;
            width: 100%;
        }

.aviso-formas-pagamento {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    color: #4e4e4e;
    font-size: 12px;
    font-weight: 600;
    height: 60px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-top: 20px;
    width: 90%;
}

    .aviso-formas-pagamento span {
        text-align: center;
        width: 100%;
        display: block;
    }

.campo-cartao {
    margin: 0 auto;
    width: 100%;
}

    .campo-cartao span {
        width: 100%;
        font-size: 0.8em;
        color: gray;
        font-weight: bolder;
        float: left;
    }

.bandeira-cartao {
    float: right;
    overflow: auto;
    text-align: right;
    width: 100%;
}

    .bandeira-cartao ul {
        margin: 0;
        padding: 0;
        float: right;
        margin-bottom: 10px;
    }

    .bandeira-cartao li {
        list-style: outside none none;
        margin: 0;
        overflow: hidden;
        padding: 20px 4px 0 0;
        text-align: right;
        float: left;
    }

.nome-cartao input:focus {
    border-color: #999;
    box-shadow: 0 0 5px #999;
    outline: 0 none;
}

.cartao-cvv input:focus {
    border-color: #999;
    box-shadow: 0 0 5px #999;
    outline: 0 none;
}

.cartao-cvv label {
    color: #888;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0;
    width: 50%;
}

.validade-cartao {
    display: inline-block;
    float: right;
    padding: 5px 10px 10px;
    width: 73%;
}

    .validade-cartao select {
        border: 1px solid #ccc;
        border-radius: 0;
        float: left;
        height: 36px;
        margin-right: 10px;
        width: 90px;
    }

    .validade-cartao label {
        color: #888;
        cursor: pointer;
        display: block;
        float: right;
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 0;
        width: 100%;
        text-align: left;
    }

.aviso-cartoes {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-top: 20px;
    width: 99%;
}

    .aviso-cartoes p {
        text-align: center;
        width: 100%;
        display: block;
        padding: 0;
        margin: 0;
    }

.nome-cartao {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.parcelas-pagamento {
    display: block;
    float: left;
}

    .parcelas-pagamento label {
        color: #888;
        cursor: pointer;
        display: block;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 0;
        text-align: left;
    }

    .parcelas-pagamento select {
        border: 1px solid #ccc;
        border-radius: 0;
        float: left;
        height: 36px;
        margin-right: 10px;
        width: 380px;
    }

#accordion h3 {
    background-color: #222326 !important;
    color: #fff;
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    padding: 8px;
}

/*DETALHE DO PEDIDO*/

.rastrear_up_01 {
    background-image: url(../img/rastrear_up_01.jpg);
    background-repeat: no-repeat;
    background-color: #183B6F;
}

.rastrear_up_02 {
    background-image: url(../img/rastrear_up_02.jpg);
    background-repeat: no-repeat;
    background-color: #183B6F;
}

.rastrear_up_03 {
    background-image: url(../img/rastrear_up_03.jpg);
    background-repeat: no-repeat;
    background-color: #183B6F;
}

.rastrear_up_04 {
    background-image: url(../img/rastrear_up_04.jpg);
    background-repeat: no-repeat;
    background-color: #183B6F;
    background-position: right;
}

/**********************/

.rastrear_over_01 {
    background-image: url(../img/rastrear_over_01.jpg);
    background-repeat: no-repeat;
    background-color: #214D8E;
}

.rastrear_over_02 {
    background-image: url(../img/rastrear_over_02.jpg);
    background-repeat: no-repeat;
    background-color: #214D8E;
}

.rastrear_over_03 {
    background-image: url(../img/rastrear_over_03.jpg);
    background-repeat: no-repeat;
    background-color: #214D8E;
}

.rastrear_over_04 {
    background-image: url(../img/rastrear_over_04.jpg);
    background-repeat: no-repeat;
    background-color: #214D8E;
    background-position: right;
}

/* BREAD */

.bread {
    font-size: 11px;
    color: #333333;
    font-weight: bold;
}

.bread_up {
    font-size: 11px;
    color: #1B3D72;
    font-weight: bold;
}

.bread_mapa {
    font-size: 13px;
    color: #333333;
    font-weight: bold;
}

.bread_mapa_up {
    font-size: 13px;
    color: #1B3D72;
    font-weight: bold;
}

.title_sum {
    font-size: 15px;
    color: #1B3D72;
    font-weight: bold;
}

.title {
    font-size: 15px;
    color: #1B3D72;
    font-weight: bold;
}

.tableCupom {
    border: 1px solid silver;
    width: 300px;
    margin-right: 10px;
}

.FR_OBRIGATORIO {
    background-color: #EEF3FB;
}

.divisor {
    width: 100%;
    background-image: url('../img/divisor.gif');
    background-repeat: repeat-x;
    background-position: center;
}

.fechado {
    visibility: hidden;
    display: none;
}

.aberto {
    visibility: visible;
    display: block;
}


.ordenacao {
    color: #051733;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.ordenacao_nao_sel {
    color: #058A69;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
}

    .ordenacao_nao_sel:hover {
        color: #EDEDEF;
        background-color: #058A69;
    }

.ordenacao_sel {
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    background-color: #058A69;
}

    .ordenacao_sel:hover {
        color: #EDEDEF;
    }

.fundo_ordenacao {
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    background-color: #EDEDEF;
    width: 100%;
}

.box_padrao {
    border-color: #E6E6E6;
    border-width: 3px;
    border-style: solid;
    background-color: #E6E6E6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: auto;
}

#divCarrossel {
    width: 600px;
    height: 220px;
}

/* PAGINA PRODUTO */

.price_pag {
    display: block;
    float: left;
    width: 50%;
}

.btn_pag {
    display: block;
    float: right;
    height: 100%;
    margin-right: 10px;
    margin-top: 10px;
}

/* desktop (4000px) ----------- */
@media (max-width: 4000px) {

    /* CONTENT TOPO */

    .conteudotop {
        float: left;
        height: auto;
        width: auto;
        margin: 0 auto;
        padding-top: 60px;
        position: absolute;
        left: 40%;
    }

    .top {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: hidden;
        background-color: #fff;
    }
    /* LOGO */

    .logotop {
        float: left;
        margin-top: 30px;
        overflow: hidden;
    }

    .logotopCabLimpo {
        float: left;
        margin: 30px;
        overflow: hidden;
    }

    /* BUSCA */

    .buscaformat {
        float: left;
        height: 100%;
        margin-top: 20px;
        overflow: auto;
        padding-left: 12%;
        width: 50%;
    }

    .buscaformat2 {
        float: left;
        height: 100%;
        margin-top: 10px;
        overflow: auto;
        padding-left: 12%;
        width: 50%;
    }

    .format_combo_form1 {
        border: 1px solid #afafaf;
        float: left;
        height: 34px;
        margin-right: 10px;
        width: 37%;
    }

    .format_combo_form2 {
        border: 1px solid #AFAFAF;
        height: 34px;
        width: 50%;
        float: left;
        margin-right: 10px;
    }

    .format_combo_form3 {
        border: 1px solid #AFAFAF;
        height: 34px;
        width: 10%;
        float: left;
    }

    .format_combo_form4 {
        border: 1px solid #afafaf;
        float: left;
        height: 36px !important;
        margin-right: 10px;
        width: 87.7%;
        font-size: 20px;
    }

    .btn_buscar {
        float: left;
        width: 10%;
        height: 37px;
        line-height: 37px;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        color: #fff;
        background-color: #5BA102;
        cursor: pointer;
    }

    /* CARRINHO */

    .cupom-msg {
        font-size: 10px;
    }

    .box-cupdesconto-1 {
        width: 75%;
        background-color: #fff;
        border: none;
    }

    .box-cupdesconto-2 {
        width: 12.5%;
        border: none;
        font-size: 12px;
        padding: 10px;
        font-weight: normal;
    }

    .box-cupdesconto-3 {
        width: 12.5%;
        padding: 10px;
        border: none;
    }

    .box-subtotalprod-1 {
        width: 75%;
        background-color: #fff;
    }

    .box-subtotalprod-2 {
        width: 12.5%;
        border: none;
        font-size: 13px;
        font-weight: normal;
        padding: 10px;
        background-color: #f4f4f4;
    }

    .box-subtotalprod-3 {
        width: 12.5%;
        text-align: center;
        border: none;
        font-size: 14px;
        padding: 10px;
        background-color: #f4f4f4;
    }

    .barraBotoes {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin: auto;
        height: 70px;
        margin-bottom: 30px;
    }

    .barraEsquerda {
        flex: 1 1 50%;
        order: 1;
    }

    .barraDireita {
        flex: 1 1 50%;
        order: 1;
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    .btnsCar {
        cursor: pointer;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        word-wrap: break-word;
        width: 290px;
        min-width: 120px;
        height: 40px;
        line-height: unset !important;
        text-align: center;
        font-weight: 900;
        border: none;
    }

    #btn_FechaPed3 {
        background-color: #78ce1a;
        color: #fff !important;
    }

    #frmCarrinho #btn_FechaPed3 {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 9;
        background: green
    }

    #btn_ComprarOutros3 {
        border: 2px solid #777;
        background-color: transparent;
        color: #777 !important;
    }

    .btnLimparCarrinho {
        background: none;
        color: #777 !important;
        width: 30%;
        max-width: 290px;
        border: 2px solid;
        height: 54px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btnComprarOutros {
        background-color: #f9c103;
    }

    .btnFinalizar {
        background-color: #00cc11;
        padding: 10px 50px !important;
    }

    .box-valordofrete-1 {
        width: 75%;
        background-color: #fff;
    }

    .box-valordofrete-2 {
        width: 12.5%;
        border: none;
        font-size: 12px;
        font-weight: normal;
        padding: 10px;
    }

    .box-valordofrete-3 {
        width: 12.5%;
        padding: 10px;
        border: none;
    }

    .box-totalcomfrete-1 {
        width: 75%;
        background-color: #fff;
    }

    .box-totalcomfrete-2 {
        width: 12.5%;
        border: none;
        font-weight: normal;
        font-size: 15px;
        background-color: #e8e8e8;
        padding: 10px;
    }

    .box-totalcomfrete-3 {
        width: 12.5%;
        font-size: 20px;
        border: none;
        color: #008F3B;
        background-color: #e8e8e8;
        padding: 10px;
    }

    .basket_lists_title {
        background-color: #f4f4f4;
        border: none;
        overflow: auto;
        height: 60px;
        font-size: 15px;
        line-height: 15px;
        color: #3c3835;
        font-weight: bold;
        font-family: Lato,sans-serif;
    }

    .basket_lists_title2 {
        background-color: #f4f4f4;
        border-left: 1px solid #f4f4f4;
        border-right: 1px solid #f4f4f4;
        border-top: 1px solid #f4f4f4;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        overflow: auto;
        height: 70px;
        font-size: 15px;
        line-height: 15px;
        color: #3c3835;
        font-weight: bold;
        text-align: left;
    }

    .basket_lists_title3 {
        background-color: #FCFCFC;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        overflow: auto;
        height: 70px;
        font-size: 15px;
        line-height: 15px;
        color: #3c3835;
        font-weight: bold;
        text-align: left;
    }

    .basket_list tr td {
        border: none;
        text-align: center;
    }

    .frete-carrinho {
        color: #545454;
        font-weight: 900;
        font-size: 19px;
        height: 80px;
        line-height: 20px;
    }

    .calcFrete {
        border-bottom: 2px solid #6d6d6d;
        border-bottom-style: double;
        background-color: #dedede;
    }

    .frete-calcule {
        background-color: #dedede !important;
        text-align: center;
    }

    .campoCEP {
        border: 0;
        width: 100%;
    }

    .CEPSet {
        width: 120px !important;
        height: 36px !important;
        border: none !important;
        background-color: #fff !important;
        padding: 0 0 0 7px;
    }

    .basket_destaq {
        font-weight: bold;
        font-size: 14px;
    }

    .basket_destaq3 {
        font-size: 17px;
        font-weight: normal;
        height: 50px;
        background-color: white;
        border-bottom: 1px solid #b7b7b7;
    }

    .fomaEnvioSet {
        margin-left: 10px;
    }

    .SedexeTal {
        width: 37.5%;
    }

        .SedexeTal table {
            margin-left: 35%;
        }

    .produtosDisplay {
        border-color: transparent;
        border-style: solid;
        border-width: 0;
        overflow: hidden;
        width: 85%;
        margin: 10px auto;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .borderBottom1 {
        border: 2px solid #f4f4f4;
        border-top: none;
        border-right: none;
    }

    .borderBottom2 {
        border: 2px solid #f4f4f4;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .borderBottom3 {
        border: 2px solid #f4f4f4;
        border-top: none;
        border-left: none;
    }

    .qtdProduto {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
        height: 70px;
    }

    .qtdSeletor {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        flex: 0 0 50%;
        order: 1;
    }

        .qtdSeletor span {
            font-size: 12px;
            font-weight: 600;
            order: 4;
            flex: 0 0 100%;
            padding-left: 0%;
            text-align: center;
            line-height: 0;
            margin-top: 10px;
            height: 2px;
        }

    .qtdSeletorMenos {
        flex: 0 0 20px;
        order: 1;
        height: 30px;
        margin: auto;
        outline: none;
        border: none;
        cursor: pointer;
        border-radius: 50px;
        background-color: #f5b6b6;
    }

    .qtdSeletorTxt {
        flex: 1 1 25%;
        order: 2;
        height: 40px !important;
        border: 1px solid #ddd !important;
        border-radius: 10px;
        padding: 0;
        text-align: center;
        outline: none;
    }

    .qtdSeletorMais {
        flex: 0 0 20px;
        order: 3;
        height: 30px;
        margin: auto;
        outline: none;
        cursor: pointer;
        border-radius: 50px;
        border: none;
        background-color: #b6f5bd;
    }

    .prodRemover {
        flex: 0 0 20%;
        order: 2;
        height: 70px;
        line-height: 70px;
        align-self: flex-end;
    }

        .prodRemover img {
            width: 30px;
            margin: auto;
        }

    .borderVai {
        width: 50%;
        text-align: right;
        font-size: 14px;
        border: 2px solid #f4f4f4;
        border-top: none;
        border-left: none;
    }

    .link-remover {
        font-size: 12px;
        color: #48BAC6;
        text-decoration: none;
    }

    .box2Carrinho {
        width: 85%;
        margin: auto;
        height: 60px;
        background-color: #fff;
        border-collapse: collapse;
        font-family: Lato,sans-serif;
    }

    .btnDescontoCampo {
        text-transform: uppercase;
        border: 1px solid gray;
        height: 33px;
        width: 120px;
    }

    .btnDescontoEnvia {
        border: 0 solid transparent;
        height: 36px;
        padding: 0 15px;
        background-color: #008e38;
        color: #fff;
        margin: 0 -3px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        font-weight: 900;
        font-family: Lato,sans-serif;
        font-size: 14px;
        cursor: pointer;
    }

    .carrinho_top {
        background-position: left top;
        background-repeat: repeat-y;
        float: right;
        height: 100%;
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: right;
        width: 150px;
    }

    .btn_carrinho {
        float: left;
        background-image: url('../img/carrinho.png');
        background-repeat: no-repeat;
        cursor: pointer;
        width: 40px;
        height: 45px;
        display: block;
    }

    .cart_price {
        color: #222326;
        float: left;
        font-size: 12px;
        padding-left: 10px;
        padding-top: 10px;
        text-align: center;
    }

    .blues {
        display: none;
    }

    /*MENU LATERAL */
    .menulateral-tr {
        color: #fff;
        border-bottom: 4px solid #b9b9bb;
        font-weight: 900;
        font-size: 20px;
        letter-spacing: 2px;
        padding: 4px 0 2px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .menulateral-tr td {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-flow: nowrap;
        }

    .menulateral-li-TodasCategoria {
        min-height: 20px !important;
        padding: 4px 0;
        height: unset;
        font-size: 13px;
        cursor: pointer;
        position: relative;
        font-weight: 800;
        letter-spacing: 1px;
        align-items: center;
        justify-content: center;
        border-bottom: 1px dashed #00406a;
        text-align-last: left;
    }

        .menulateral-li-TodasCategoria ul {
            padding-left: 10px;
        }

        .menulateral-li-TodasCategoria a {
            flex: 1 1 90%;
            order: 1;
            font-size: 1em;
            transition: all 0.2s ease;
            color: white;
        }

            .menulateral-li-TodasCategoria a:hover {
                font-size: 1.1em;
            }

        .menulateral-li-TodasCategoria img {
            flex: 1 1 0;
            order: 2;
            width: 20px;
            transition: all 0.2s ease;
        }

    .submenu3TC a {
        color: silver;
        font-weight: normal;
        font-size: 10px;
    }

    .menulateral-li-fir {
        min-height: 20px !important;
        padding: 4px 0;
        height: unset;
        cursor: pointer;
        position: relative;
        font-weight: 800;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px dashed #00406a;
    }

        .menulateral-li-fir a {
            flex: 1 1 90%;
            order: 1;
            font-size: 1em;
            transition: all 0.2s ease;
        }

            .menulateral-li-fir a:hover {
                font-size: 1.1em;
            }

        .menulateral-li-fir img {
            flex: 1 1 0;
            order: 2;
            width: 20px;
            transition: all 0.2s ease;
        }

    .SetaCima {
        transform: rotate(180deg);
    }

    /*MENU VER FILTRO ---------------------------------- */

    .liFiltros {
        height: 20px;
        line-height: 20px;
        padding: 5px 0;
        border-bottom: 2px solid #00406a;
    }

        .liFiltros a {
            font-size: 13px;
        }

        .liFiltros img {
            width: 20px;
            margin: -4px 5px 0;
        }

    /*MENU VER CARACTERISTICA ---------------------------------- */

    .ulCaracteristicas {
        padding: 0;
        list-style: none;
    }

    .linhaCaracteristica {
        list-style: none;
        display: flex;
        justify-content: flex-start;
        align-content: center;
        margin: 5px 0;
    }

        .linhaCaracteristica a {
            text-align: left;
            color: #000 !important;
            font-size: 14px;
            text-transform: uppercase;
        }

        .linhaCaracteristica img {
            cursor: pointer;
            height: 17px;
            align-self: center;
            margin: 0 5px;
        }

    .menulateral-li-sec {
        list-style: outside none none;
        padding-left: 10px !important;
        font-size: 12px !important;
        color: #000;
        text-align: left !important;
        font-weight: normal !important;
    }

    .submenu3 {
        list-style: none;
        padding: 0 0 0 0;
    }

        .submenu3 li {
            font-weight: 600;
            list-style: outside none none;
            font-family: Lato,sans-serif;
            font-size: 1.2em;
            /*text-align: center;*/
            padding: 4px 0;
            /*border-bottom: 1px dashed #004f84;*/
        }

    .table-menu {
        border-collapse: collapse;
        height: 100%;
        width: 240px;
        font-family: Lato,sans-serif;
    }

    /* PAGINA PRODUTO */
    .boxprod1 {
        float: left;
        width: 49.5%;
    }

    .boxprod2 {
        float: right;
        width: 49.5%;
    }

    .boxprod3 {
        float: left;
        width: 49.5%;
        clear: left;
    }

    .boxprod4 {
        float: right;
        overflow: hidden;
        padding-top: 10px;
        width: 49.5%;
        clear: right;
    }

    .divcaracdesk {
        width: 100%;
        float: left;
        display: block;
    }

    #divTutorial {
        display: none;
    }

    .divpagdesk {
        float: right;
        width: 100%;
    }

    .divfretedesk {
        width: 100%;
    }

    .divsocialdesk {
        width: 100%;
        overflow: hidden;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #E6E6E6;
        padding: 0;
        height: 35px;
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-top: 8px;
    }

        .divsocialdesk img {
            padding-left: 5px;
        }

    .boxduv {
        width: 50%;
    }

    /* PAGINA PEDIDO */

    .carrinho3 {
        position: relative;
        height: auto;
        width: 25%;
        float: left;
    }

    .spacecar {
        height: 95px;
    }

    .carrinhoTituloHide {
        display: none;
    }

    .carrinho2Titulo0 {
        display: table-row;
    }

    .Desktop {
        display: block;
    }

    .Mobile {
        display: none;
    }

    /* PAGINA CADASTRO */

    .LoginInteligente {
        width: 98%;
    }

    .soucadastrado {
        width: 48%;
        float: left;
    }

    .naocadastrado {
        float: left;
        width: 48%;
    }

    /* BASKET LINES */
    .basket_list td {
        margin: 0;
    }

    .basket_list th {
        padding: 0 0 0 5px;
    }

    .basket_list tr th {
        border: 1px solid #cccccc;
    }

    .basket_list {
        border-collapse: collapse;
        border: 1px solid #cccccc;
    }

    .basket_destaq2 {
        background-color: #F6ECE3;
    }

    .basket_list2 tr th {
        border: 1px solid #999999;
    }

    .basket_list2 tr td {
        border: 1px solid #999999;
    }

    .basket_step_text {
        color: #A8AEB8;
        font-weight: bold;
        font-size: 15px;
        text-align: left;
    }

    .basket_step_text_up {
        color: #1B3D72;
        font-weight: bold;
        font-size: 15px;
        text-align: left;
    }

    /* PAGINAÇAO PRODUTO*/

    /*LINK LISTAGEM PRODUTO*/

    a.paginacao_princ {
        font-size: 14px;
        color: #1B3D72;
        text-decoration: none;
        padding: 1px 3px 1px 3px;
        font-weight: bold;
        display: block;
        float: left;
    }

        a.paginacao_princ:hover {
            color: #FFFFFF;
            background-color: #1B3D72;
        }

    /*SELECIONADO PRINC*/

    .paginacao_princ_sel {
        font-size: 14px;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #1B3D72;
        padding: 1px 3px 1px 3px;
        font-weight: bold;
        display: block;
        float: left;
    }

    /*LINK LISTAGEM PRODUTO SECUNDARIA*/

    a.paginacao_sec {
        font-size: 10px;
        color: #666666;
        text-decoration: none;
        padding: 0 2px 0 2px;
        margin: 3px 1px 0 1px;
        font-weight: lighter;
        display: block;
        float: left;
    }

        a.paginacao_sec:hover {
            font-size: 10px;
            color: #FFF;
            background-color: #333333;
        }

    /*SELECIONADO SEC*/

    .paginacao_sec_sel {
        font-size: 10px;
        color: #FFF;
        text-decoration: none;
        background-color: #333333;
        padding: 0 2px 0 2px;
        margin: 3px 1px 0 1px;
        font-weight: lighter;
        display: block;
        float: left;
    }
}

/* desktop (1280) ----------- */
@media (max-width: 1280px) {
    .contentArea2 {
        width: 100%;
    }

    .contentArea {
        width: 100%;
    }

    .buscaformat {
        width: 600px;
    }

    .width_combo_form2 {
        width: 26%;
    }

    .format_inf {
        width: 1100px;
    }
}

/* desktop (1100) ----------- */
@media (max-width: 1100px) {
    .social {
        display: none;
    }

    .imgprod {
        width: 100%;
        float: none;
    }

    .thumbProducts {
        border: none;
        width: 100% !important;
        height: unset;
    }

    .imgprod-social {
        width: 100%;
    }

    .carrinho_top {
        width: 45px;
    }
}

/*CONFIGURAÇÕES DE EXIBIÇÃO INDEX ------------------------------*/

.corPrincipal01 {
    background-color: #094261;
}

.corFonte01 {
    color: #fff;
}

.ParceiraslIndex {
    text-align: center;
    margin: auto;
    flex: 0 1 AUTO;
    order: 4;
}

.menuVerticalIndex {
    width: auto;
    float: left;
    padding-right: 10px;
}

.bannerLateralIndex {
    width: 10%;
    float: left;
    display: block
}

.vitrineIndex {
    width: 75%;
    display: block;
    max-width: 95%;
}

.vitrine-Box0 {
    width: 100%;
    float: left;
    display: block;
    padding-bottom: 20px;
}

.vitrine-Box2 {
    flex: 1 1 100%;
    order: 2;
}

.bannerIntermediarioIndex {
    flex: 1 1 100%;
    order: 5;
}

.vitrine-Box3 {
    flex: 1 1 100%;
    order: 4;
}

.vitrine-Box4 {
    flex: 1 1 100%;
    order: 5;
}

.marcasIndex {
    flex: 0 0 100%;
    order: 8;
}

.rodapeIndex {
    flex: 0 0 100%;
    order: 9;
}

/*TOPO COMPLETO ---------------------------------------------------*/

.FileteSuperior a {
    font-family: Montserrat,sans-serif;
    text-decoration: none;
    color: #fff;
}

.FileteSuperior ul {
    margin: 0;
    padding: 0;
    float: right;
}

.FileteSuperior li {
    padding: 0;
    float: left;
    list-style: none;
    margin-left: 10px;
    margin-right: 40px;
}

.topoProdutoPage > div > .Topo {
    height: 80px;
}

    .topoProdutoPage > div > .Topo > .logoTopoContainer img {
        width: 186px;
        vertical-align: middle;
    }

.correçãoTopoFixo {
    width: 100%;
    height: 0;
}

.logoTopoContainer img {
    vertical-align: middle;
    max-height: 70px;
    max-width: 200px;
}

.btnsTopo {
    float: right;
    justify-content: space-around;
    align-items: center;
}

    .btnsTopo a {
        line-height: 60px;
        float: left;
        padding-top: 5%;
        align-items: center;
    }

    .btnsTopo img, .btnsTopo svg {
        width: 40px;
        margin: 0 10px;
    }

.itensCart {
    padding: 4px;
    min-width: 20px;
    min-height: 20px;
    background-color: #020202;
    border-radius: 50px;
    position: absolute;
    top: 0;
    text-align: center;
    right: 0;
    line-height: 19px !important;
}

.btnConta a {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.contatoTopo {
    order: 2;
    flex: 1 1 25%;
    margin: 0 20px;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    align-items: center;
}

    .contatoTopo div {
        font-size: 1em;
        font-weight: 600;
        display: flex;
        justify-content: center;
        height: 45px;
        align-items: center;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        flex: 0 1 20% !important;
    }

    .contatoTopo img {
        float: left;
        width: 28px;
    }

.campoBuscaLimpo {
    border: 1px solid #636363;
    flex: 1 1 20%;
    padding: 0 0 0 6px;
    font-size: 0.9em;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    outline: none;
    height: 45px !important;
}

    .campoBuscaLimpo:focus {
        border: 1px solid #00741C;
    }

.carrinhoTopo {
    display: block;
    float: right;
    width: 10%;
    text-align: center;
}

    .carrinhoTopo svg {
        width: 56px;
        height: unset;
        margin: 9px 0 0 40px;
    }

.contatoCabLimpo {
    float: left;
    margin-left: 10%;
    width: 40%;
    text-align: center;
    padding-right: 30px;
}

    .contatoCabLimpo h1 {
        margin: 10px 0;
        font-family: Montserrat,sans-serif;
        font-weight: 600;
        font-size: 1.5em;
    }

    .contatoCabLimpo a {
        text-align: center;
        text-decoration: none;
        color: #484848;
        line-height: 50px;
        font-weight: 600;
        font-size: 1.1em;
        cursor: pointer;
        transition: all 0.2s ease;
    }

        .contatoCabLimpo a:hover {
            color: #551a8b;
            font-size: 1.2em;
        }

    .contatoCabLimpo img {
        width: 30px;
        vertical-align: middle;
        margin: 0 5px;
    }

.bannerIndex {
    order: 5;
    flex: 0 0 20%;
    background-color: #ccc;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

    .bannerIndex img {
        width: 100%
    }

.buscaIndex {
    width: 100%;
    float: left;
}

.logoTopoBusca {
    flex: 1 1 15%;
    margin: 0 20px;
    text-align: center;
    display: none;
}

    .logoTopoBusca img {
        width: 130px;
    }

.logoTopoBuscaShow {
    flex: 1 1 10%;
    margin: 0 20px;
    text-align: center;
    display: block;
}

    .logoTopoBuscaShow img {
        width: 160px;
    }

.buscaFaixa {
    width: 100%;
    float: left;
    display: block;
    margin: 0 auto;
    z-index: 1;
}

.buscaFullFixo2 .buscaFaixa {
    width: 90%;
}

#btnEnviaDuvidaProduto {
    height: 30px;
    width: 120px;
}

.seletorBusca {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    font-family: 'Frutiger';
}

    .seletorBusca div {
        flex: 0 1 auto;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        cursor: pointer;
        font-family: Montserrat,sans-serif;
        font-weight: 600;
        margin: 0 auto;
        font-size: 0.9em;
        border-radius: 20px;
    }

.seletorBuscaFixo {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 30px;
    font-family: 'Frutiger';
}

    .seletorBuscaFixo div {
        flex: 0 0 12%;
        background-color: #a2a2a2;
        height: 30px;
        text-align: center;
        line-height: 32px;
        color: #fff;
        cursor: pointer;
        font-size: 0.9em;
    }

.combo_searchFixo {
    flex: 1 0 13%;
    order: 5;
    height: 42px !important;
    color: #fff;
    background-color: #24d448;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
}

    .combo_searchFixo img {
        width: 35px;
    }

.clickMarcaSome {
    display: none;
}

.buscaFaixa #boxVeiculo {
    display: block;
}

.boxVeiculoFixo {
    background: rgba(255, 255, 255, 0.86) !important;
}

#boxMarca {
    display: none;
}


.buscaFiltros {
    padding: 15px 15px;
}

.filtrosBuscaContainer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.linhaBusca {
    order: 2;
    flex: 1 1 60%;
    background-color: #fff;
    height: 80px;
    text-align: center;
    line-height: 100px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 2px solid #3f203e;
    border-radius: 8px;
}

.combo search {
    height: 40px;
}

.campoMontadora {
    flex: 1 1 20%;
    order: 1;
    width: 45%;
}

.campoVeiculo {
    flex: 1 1 20%;
    order: 2;
    width: 35%;
}

.campoAno {
    flex: 1 1 20%;
    order: 3;
    width: 15%;
}

.campoBusca {
    flex: 1 1 20%;
    order: 4;
    margin: 0 0 0 2px !important;
    padding: 2px 0 0 5px;
    height: 40px !important;
}

.campoLimparFiltro {
    flex: 1 1 20%;
    order: 6;
    width: 15%;
}

.combo_search img {
    display: none;
    width: 20%;
}

.combo_search:hover {
    background-color: #26C14C;
}

    .combo_search:hover > img {
        display: block;
        width: 28px;
        height: 28px;
    }

    .combo_search:hover > span {
        display: none;
    }

.estiloCamposFixo {
    height: 40px !important;
    border: 1px solid #ccc !important;
}

/*Vitrine de Produtos ------------------------------------------------------------*/
.navegacaoLista {
    display: none;
}

.nomeCategoria {
    font-family: Frutiger,sans-serif;
    font-size: 2.1em;
    width: 50%;
    padding: 5px 0;
    margin: 0 auto;
    color: #000;
    word-spacing: 2px;
    background-color: transparent;
}

    .nomeCategoria img, .nomeCategoria svg {
        vertical-align: middle;
        width: 50px;
        height: unset;
        margin: 0 10px 0 0;
        fill: var(--CorPrincipal);
    }

.divNome {
    height: 3px;
    background-color: #3e3e3e;
    width: 75%;
    margin: 0 160px 50px;
}

/*Produto ------------------------------------------------------------------------------------------------------------------------*/

.vitrineFlex {
    width: 100%;
    margin: auto;
    height: 100%;
    text-align: center;
    display: block;
    float: left;
}

.productDiv {
    border-radius: 10px;
    display: inline-block;
    height: 490px;
    max-width: 24%;
    transition: all 0.3s;
}

    .productDiv:hover {
        box-shadow: 0 0 11px 2px #636363;
    }

.imgProduto {
    border-radius: 4px;
    width: auto;
    text-decoration: none;
    margin: 0 0 0 0;
    text-align: left;
}

.productImageCell {
    text-align: center;
}

.productAplication {
    background-color: #FAFAFA;
    color: white;
    font-weight: bold;
    text-align: center;
    height: 60px;
}

.productAplicationVazio {
    font-weight: bold;
    text-align: center;
    height: 60px;
}

.productName {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    vertical-align: top;
    height: 80px;
    font-size: 90%;
    font-family: Comfortaa,sans-serif;
    font-weight: bold;
    color: #25355d;
    text-transform: none;
}

.productPrice {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    color: #25355d;
    height: 60px;
    vertical-align: top;
}

.productMore {
    display: none;
}

.product {
    text-align: left;
    width: 100%;
    height: 100%;
    border: none !important;
}

.productDesc {
    text-align: center;
}

.productBuy {
    vertical-align: bottom;
}

.productBtn {
    width: 100%;
    background-color: #2fc563;
    height: 36px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 1em;
    transition: all 0.4s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .productBtn:hover {
        height: auto;
        min-height: 40px;
        background-color: #0fd85d;
        border-radius: 0;
        transition: all 0.2s ease-in;
    }

    .productBtn img {
        height: 50%;
    }

.divAviseme {
    width: 100%;
    max-width: initial;
    background-color: #ff0029;
    height: 36px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 1em;
    transition: all 0.4s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .divAviseme img {
        width: 85%;
    }

.productLink {
    display: block;
}

.ProdutoListaPrecoPOR {
    font-size: 2.5em;
    font-family: Montserrat,sans-serif;
    transition: all ease-in 0.2s;
    color: #00741c;
}

.ProdutoListaPrecoPOR2 {
    font-size: 0.7em;
    vertical-align: super;
    margin: 0 -3px;
}

.ProdutoListaPrecoPOR:hover {
    font-size: 2.7em;
    transition: all ease-out 0.2s;
    color: #bd0909;
}

.boxCompartilhar img {
    padding: 0 7px;
}

/*RODAPE ---------------------------------------*/
.rodapeContainer {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    width: 90%;
    margin: auto;
    padding: 20px 5%;
    background-color: #f5f5f5;
    font-family: Lato,sans-serif;
    color: #383838;
    border-top: 5px solid var(--CorPrincipal);
}

.rodapeItem {
    flex: 1 1 20%;
    margin: 0 20px;
    text-align: center;
}

    .rodapeItem:first-child, .rodapeItem:last-child {
        margin: 0;
    }

.rodapeContainer h2 {
    font-size: 120%;
    font-weight: bold;
    color: #14527b;
    width: 100%;
}

.divisoriaRodape {
    width: 40%;
    height: 2px;
    background-color: #fff;
    margin: -8px auto;
}

.rodapeContainer a {
    text-decoration: none;
    color: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.rodapeContainer li {
    list-style-type: none;
}

a.linkRodape {
    color: #fff;
    text-decoration: none;
}

.containerEndereco {
    width: 100%;
}

a.linkEndereco {
    text-decoration: underline;
    font-size: 105%;
    line-height: 25px;
}

    a.linkEndereco:hover {
        color: #00ceff;
        transition: all 0.3s;
    }

/*BLOCO 1 */
.primeiroBloco {
    order: 1;
}

.logoRodape {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
}

    .logoRodape img {
        width: 80%;
    }

.socialRodapeContainer {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

    .socialRodapeContainer a {
        flex: 0 1 15%;
    }

    .socialRodapeContainer img {
        height: 30px;
        margin: 0 5px;
        cursor: pointer;
    }

    .socialRodapeContainer h1 {
        flex: none;
    }

.Facebook {
    transition: all 0.2s ease;
}

    .Facebook:hover {
        margin: -5px 5px;
    }

.Instagram {
    transition: all 0.2s ease;
}

    .Instagram:hover {
        margin: -5px 5px;
    }

.Twitter {
    transition: all 0.2s ease;
}

    .Twitter:hover {
        margin: -5px 5px;
    }

.Youtube {
    transition: all 0.2s ease;
}

    .Youtube:hover {
        margin: -5px 5px;
    }

/*BLOCO 2 */

.segundoBloco {
    order: 2;
}

    .segundoBloco iframe {
        width: 100%;
        height: 100px;
    }

.telefonesRodapeContainer {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    width: 100%;
}

.telefonesRodapeItem {
    width: 100%;
    margin: 3px 0;
    cursor: pointer;
    line-height: 30px;
    font-size: 105%;
    font-weight: bold;
}

    .telefonesRodapeItem:hover {
        font-size: 110%;
        transition: all 0.2s;
    }

    .telefonesRodapeItem p {
        margin: 0;
    }

#telefone1:hover > #telefoneImg1 {
    width: 6%;
    margin: 0 4px;
    transition: all 0.2s;
}

#telefone2:hover > #telefoneImg2 {
    width: 6%;
    margin: 0 4px;
    transition: all 0.2s;
}

#telefone3:hover > #telefoneImg3 {
    width: 6%;
    margin: 0 4px;
    transition: all 0.2s;
}

.telefonesRodapeItem img {
    width: 5%;
    margin: 0 5px;
    vertical-align: middle;
}

.emailRodape {
    margin: 10px 0;
    width: 100%;
    text-align: left;
    color: #fff;
    line-height: 30px;
    font-size: 110%;
    font-weight: 300;
    position: relative;
}

    .emailRodape img {
        width: 20px;
        left: 0;
        margin: -4px 0;
    }

/* BLOCO 3 */

.terceiroBloco {
    order: 3;
    flex: 1 1 16%;
}

    .terceiroBloco ul {
        padding: 0;
    }

    .terceiroBloco li {
        font-size: 107%;
        line-height: 22px;
    }

        .terceiroBloco li a {
            color: #4a4a4a;
        }

            .terceiroBloco li a:hover {
                font-weight: bold;
                padding-left: 5px;
                transition: all 0.2s;
            }

.containerFuncionamento {
    margin: 10px 0;
    width: 100%;
    text-align: left;
    line-height: 30px;
    font-size: 110%;
    font-weight: 300;
    position: relative;
}

/*BLOCO 4 */

.btnsInterativos {
    margin: 20px 0;
    position: relative;
    width: 80%;
    padding: 5px 10%;
    cursor: pointer;
}

    .btnsInterativos h1 {
        font-size: 1.5em;
    }

.containerPaiPadrao {
    position: relative;
    width: 100%;
}

.popUpPadrao {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 120%;
    min-height: 200px;
    margin: auto 12px;
    position: absolute;
    bottom: 70px;
    right: 0;
    padding: 15px 20px;
    transition: all 0.2s ease;
}

    .popUpPadrao:after {
        content: "";
        position: absolute;
        bottom: -22px;
        left: 80%;
        margin-left: 0;
        border-width: 11px;
        border-style: solid;
        border-color: #e8e8e8 transparent transparent transparent;
    }

/*PAGAMENTO*/

.Pagamento:hover > .subMenuPagamento {
    transition: all 0.2s;
    visibility: visible;
    opacity: 1;
}

.quartoBloco {
    order: 4;
}

.popUpPagamento {
    top: -66px;
    right: 304px;
    border-right: 14px solid #dedede;
    bottom: unset;
}

    .popUpPagamento:after {
        top: 8%;
        left: 100%;
        bottom: unset;
        border-color: transparent transparent transparent #333333;
    }

.subMenuPagamento {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

    .subMenuPagamento li {
        flex: 16%;
        height: 100%;
        line-height: 55px;
        margin: 2px;
        background-color: white;
        padding: 5px;
    }

        .subMenuPagamento li img {
            vertical-align: middle;
            display: block;
            width: auto;
            margin: auto;
        }

/*SEGURANCA */

.Seguranca:hover > .subMenuSeguranca {
    transition: all 0.2s;
    visibility: visible;
    opacity: 1;
}

.popUpSeg {
    width: 230%;
}

.subMenuSeguranca {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

    .subMenuSeguranca li {
        flex: 1 1 auto;
        margin: 0;
        background-color: white;
    }

        .subMenuSeguranca li img {
            width: unset;
            margin: 10px;
            vertical-align: middle;
            max-width: unset;
            height: 80px;
        }

/* ENVIO */

.Envio:hover > .subMenuEnvio {
    transition: all 0.2s;
    visibility: visible;
    opacity: 1;
}

.subMenuEnvio {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

    .subMenuEnvio li {
        flex: 1 1 auto;
        background-color: white;
    }

        .subMenuEnvio li img {
            width: calc(100% - 20px);
            margin: 10px;
            vertical-align: middle;
            max-width: 120px;
            height: auto;
        }

/*BLOCO 5*/

.blocoHystalo {
    margin: auto;
    width: 100%;
    background-color: #2a2a2a;
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .blocoHystalo img {
        height: 50px;
        vertical-align: middle;
    }

/* PAGINA DE IDENTIFICAÇÃO ----------------------------------------------------------------------------------------------*/

.corpoId {
    width: 100%;
    margin: auto;
    background-color: #fff;
    text-align: center;
    border-top: 5px solid var(--CorPrincipal);
    margin-top: 30px;
}

/* FOLHA PRINCIPAL */
.folhaId {
    width: 50%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
    margin: auto;
    font-family: Lato,sans-serif;
    background-color: rgba(255, 255, 255, 0.9215686274509803);
}

.nomePagId {
    order: 1;
    flex: 1 1 100%;
    height: 50px;
    line-height: 50px;
}

    .nomePagId h1 {
        font-size: 2.3em;
        margin: auto;
        font-weight: 700;
        line-height: 10px;
    }

/* CAIXA DE ERROS */

.caixaErrosId {
    order: 2;
    flex: 1 1 100%;
    text-align: center;
    padding: 40px 0;
}

    .caixaErrosId span {
        font-size: 1em;
        color: #ff0000;
    }

/* CAIXA P/ CLIENTE */

.caixasClienteId {
    order: 3;
    flex: 1 1 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.caixaPadrao {
    order: 1;
    flex: 1 1 50%;
    margin: 0 10px;
    padding: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    background-color: #f5f5f5;
    border-radius: 8px;
    border: 2px solid #c7c7c7;
}

    .caixaPadrao h1 {
        order: 1;
        flex: 1 1 100%;
        margin: 10px 0;
        font-size: 1.2em;
    }

/* CLIENTE NOVO */
.caixaNovo span {
    order: 2;
    flex: 1 1 100%;
    margin: auto;
    font-size: 1em;
}

.btnCadastrarId {
    order: 3;
    flex: 0 1 80%;
    margin: 10px 0;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    max-width: 200px;
    text-transform: uppercase;
    font-size: 14px;
}

.SenhaCadastrado span a {
    font-size: 12px;
}

.btnCadastrarId span a {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
}

/* CLIENTE ANTIGO */
.camposCadastrado {
    flex: 0 1 70%;
    display: flex;
    flex-flow: row wrap;
    text-align: left;
}

    .camposCadastrado span {
        order: 1;
        flex: 1 1 100%;
        font-size: 0.9em;
    }

    .camposCadastrado input {
        order: 2;
        flex: 1 1 100%;
        height: 40px !important;
        outline: none;
        border-radius: 0 !important;
        border: 2px solid #e4e4e4 !important;
        background-color: #f0f0f0;
        padding: 0 0 0 5px;
        border-bottom: 2px solid #094261 !important;
    }

.CPFCadastrado {
    order: 2;
    margin: 0 0 15px;
}

.SenhaCadastrado {
    order: 3;
    margin: 0 0 5px;
}

.caixaBtnEntrarId {
    order: 4;
    flex: 0 1 70%;
    display: flex;
    justify-content: center;
}

    .caixaBtnEntrarId span a {
        align-self: flex-start;
        color: initial;
        cursor: pointer;
        font-size: 0.6em !important;
        text-decoration: auto;
    }

        .caixaBtnEntrarId span a:hover {
            text-decoration: underline;
        }

.btnEntrarId {
    flex: 0 1 30%;
    height: 40px;
    line-height: 40px;
    align-self: flex-end;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .btnEntrarId input {
        border: none;
        margin: auto;
        width: 90%;
    }

.entrarFacebook {
    width: 58px;
    padding-top: 17px;
}


/* PAGINA DE IDENTIFICAÇÃO ----------------------------------------------------------------------------------------------*/

.paginaId {
    width: 100%;
    height: 600px;
}

.avisoCompraId {
    width: 100%;
}

    .avisoCompraId span {
        font-family: Lato,sans-serif;
        color: #7d1111;
        font-size: 1em;
    }

.boxesEntrar {
    width: 60%;
    height: unset;
    margin: 5px auto;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.boxesId {
    flex: 1 1 40%;
    padding: 0 20px 10px;
    margin: 0 10px;
    border: 2px solid #e8e8e8;
    min-height: 260px;
    background-color: white;
    opacity: 0.92;
}

    .boxesId h1 {
        font-family: Lato,sans-serif;
        font-weight: 700;
        text-align: center;
        font-size: 15px;
        margin: 0 0 20px -20px;
        background-color: #e8e8e8;
        color: var(--CorPrincipal);
        padding: 10px 0;
        width: calc(100% + 40px);
    }

.inputId {
    text-align: center;
    margin: 10px 0;
}

    .inputId input {
        width: 80%;
        height: 40px;
        padding: 0 0 0 10px;
        font-size: 0.9em;
        font-family: Lato,sans-serif;
    }

    .inputId span {
        width: 100%;
    }

.entrarId {
    width: 29%;
    margin: 10px auto;
    padding: 10px 45px;
    height: 16px;
}

    .entrarId input {
        width: 100%;
        height: unset;
        border: none;
        padding: 0;
    }

.esqueciSenhaId {
    margin: 5px 0;
    font-size: 12px;
    color: black;
    text-decoration: none;
}

.boxesId h2 {
    font-weight: 500;
    font-size: 0.9em;
    text-align: center;
}

.btnCadastrar {
    transition: all 0.2s ease;
}

    .btnCadastrar a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        background-color: #e8e8e8;
        border-radius: 7px;
        margin: auto;
        padding: 10px 0;
        font-family: Lato,sans-serif;
        font-size: 1.7em;
        color: #000;
    }

        .btnCadastrar a:hover {
            color: #fff;
            background-color: #57b917;
        }

    .btnCadastrar:hover img {
        display: none;
    }

    .btnCadastrar img {
        width: 38px;
        margin: 0 10px;
    }

/*PAGINA DE CADASTRO REFORMULADA --------------------------------------------------------------*/

#trTipoPessoa td {
    width: 50%;
    margin: auto;
    padding: 10px 0;
}

#trTipoPessoa input {
    border: 1px solid #ddd;
    padding: 10px 70px;
    background-color: #eaeaea;
    color: #8a8a8a;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 1em;
    cursor: pointer;
}

.boxNomeCampo {
    width: 50%;
    font-family: Montserrat,sans-serif;
    padding: 0;
    margin: 0;
    text-align: right;
}

.boxInserirCampo {
    width: 50%;
}

    .boxInserirCampo input, .boxInserirCampo select {
        height: 30px !important;
        background-color: #f7f7f7;
        border: 1px solid #ccc;
        padding: 0 0 0 8px;
        outline: none;
    }

        .boxInserirCampo input:focus, .boxInserirCampo select:focus {
            border: 1px solid #2c0674;
            box-shadow: 2px 2px 3px 0 #000000;
        }

.btnCadastrar input {
    background-color: #2c0674;
    padding: 10px 30px;
    width: 12%;
}

.asterisco {
    color: #740606;
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 5px;
    letter-spacing: -0.6px;
}

/* PAGINA DE PRODUTO ----------------------------------------------------------------- */

.boxprod-title {
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding: 5px 20px;
    margin: 15px 0;
    font: 500 1.8em Montserrat;
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
}

.tituloBox {
    border-bottom: 3px solid #020202;
    height: 35px;
    padding: 5px 20px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
}

.tituloInfos img {
    width: unset;
    height: 100%;
    margin: 0 20px 0 0;
    max-height: 22px;
}

.tituloBox h1 {
    font: 500 1.8em Montserrat;
    margin: 0;
}

.containerBoxProdutos {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin: auto;
    border: 1px solid #ccc;
    border-right: none;
    background-color: white;
}

.itemBoxProduto {
    flex: 1 1 30%;
    background: #fff;
}

/*BOX PROD 1 - FOTO  */

.boxProd1 {
    flex: 1 1 40%;
    min-height: 450px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.fotoProduto {
    border: none;
}

.imgprod {
    width: 90%;
    float: right;
}

.thumbProducts {
    border: none;
    width: 10%;
    height: unset;
}

    .thumbProducts img {
        border: 1px solid #CCCCCC;
        cursor: pointer;
        margin: 5px -2.5px;
    }

/*BOX PROD 2 - INFO E BTN COMPRA  */
.boxProd2 {
    flex: 1 1 30%;
    min-height: 450px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.tituloProdutoCodigos {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.tituloProduto {
    width: 90%;
    margin: auto;
}

    .tituloProduto h1 {
        font-size: 1.7em;
        text-align: left;
        color: #444;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

.boxPrecoComprar {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0;
}

.spanPrice {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: wrap;
}

.pricePag {
    order: 1;
    flex: 1 1 40%;
    text-align: left;
}

    .pricePag br {
        display: none;
    }

.spanPrice > .ProdutoListaPrecoDE {
    color: #65665e;
    font: 500 1.3em Montserrat,sans-serif;
    text-decoration: line-through;
    margin: 0 10px;
    flex: 1 1 auto;
}

.spanPrice > .ProdutoListaPrecoPOR {
    font: 700 4.3em Montserrat,sans-serif;
    flex: 1 5 100%;
    color: #c12631;
}

    .spanPrice > .ProdutoListaPrecoPOR > .ProdutoListaPrecoPOR2 {
        font-size: unset;
        margin: 0;
        vertical-align: unset;
    }

.ProdutoListaPrecoParcela {
    color: transparent;
    font-size: 0.1px;
    text-align: left;
    width: 100%;
}

.condicaovalor {
    font: 700 15px Montserrat,sans-serif;
    color: #c12631;
}

.condicaotexto {
    font: 700 10px Montserrat,sans-serif;
    color: #a70b16;
}

    .condicaotexto:last-child {
        font: 700 15px Montserrat,sans-serif;
        color: #a70b16;
    }

.AVistaTexto {
    font: 700 12px Montserrat,sans-serif;
    color: #c12631;
}

.btnPag {
    order: 2;
    flex: 1 1 50%;
    text-align: center;
    width: 99%;
    MAX-WIDTH: 300PX;
}

.btnComprar {
    padding: 12px 30px;
    font-size: 2.3em;
    font-family: Lato;
    text-transform: uppercase;
    border-radius: 6px;
    background-color: #2fc563;
    border: 4px solid #2fc563;
    color: #fff;
    transition: all 0.2s ease-in-out;
    width: 50%;
    margin: auto;
}

a:-webkit-any-link {
    text-decoration: unset;
}

.btnComprar img {
    width: 100%;
    margin: -5px 0 0;
}

.btnComprar:hover {
    box-shadow: inset 0 0 0 4px white;
}

.bgColorAvise {
    background-color: var(--bgColorAvise);
    border: 4px solid var(--bgColorAvise);
    padding: 5px 20px;
    font-size: 1.5em;
}

    .bgColorAvise:hover {
        box-shadow: inset 0 0 0 3px white;
    }

.boxFreteCalculo {
    border: none;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
}

    .boxFreteCalculo .boxFreteCalculoInterno {
        flex: 0 0 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
        position: relative;
    }

    .boxFreteCalculo h1 {
        flex: 0 0 100%;
        font: 600 1.5em Lato;
        color: #333;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
        position: relative;
        background-color: white;
    }

        .boxFreteCalculo h1 img {
            width: 50px;
        }

    .boxFreteCalculo div {
        flex: 0 0 auto;
        text-align: center;
        margin-right: 10px;
        position: relative;
    }

    .boxFreteCalculo input[type=text] {
        height: 45px !important;
        padding: 0 7px;
        margin: 10px 0;
        background-color: white;
        font-size: 1.1em;
        width: 84px;
        text-align: center;
        border-color: #dedede !important;
        outline: none;
    }

    .boxFreteCalculo input[type=image] {
        width: unset !important;
        height: unset !important;
    }

    .boxFreteCalculo span {
        position: absolute;
        top: 3px;
        left: 7px;
        background-color: #fff;
        color: #000;
        padding: 0 4px;
        font-size: 0.9em;
        z-index: 1;
    }

.box-frete-format {
    font-family: Lato,sans-serif;
    font-size: 1.2em;
}

.boxFormasPagamento {
    width: 100%;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px 0;
    cursor: pointer;
    color: #089045;
    transition: all 0.2s ease-in-out;
}

    .boxFormasPagamento:hover {
        background-color: #089045;
        color: #fff;
    }

    .boxFormasPagamento svg {
        width: 70px;
        position: absolute;
        left: 10px;
        fill: #333333;
        transition: all 0.2s ease-in-out;
    }

    .boxFormasPagamento:hover > svg {
        fill: #fff;
    }

    .boxFormasPagamento span {
        font: 800 1.3em Lato;
        letter-spacing: 0.5px;
    }

.formasEntrega {
    display: none;
}

.paiCEPFull {
    position: fixed;
    width: 80%;
    margin: 10% auto;
    left: 10%;
    z-index: 9999;
    top: 0;
}

.darkBGFrete {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.80);
    z-index: 9998;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

    .darkBGFrete span {
        position: absolute;
        top: 20px;
        right: 30px;
        width: 50px;
        z-index: 9999;
        color: #fff;
        font-size: 3.1em;
        font-family: Montserrat,sans-serif;
        text-align: center;
        cursor: pointer;
    }

.calcCEPProd {
    position: absolute;
    background-color: #fff;
    width: calc(100% - 20px);
    z-index: 9997;
    margin: 0 0 0 -1px;
}

/*BOX PROD 4 - APLICAÇÕES */

.boxDireita {
    flex: 1 1 30%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.box-veiculo {
    color: #464646 !important;
    font-weight: 500;
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: auto auto 15px;
    border-radius: 7px;
    font-family: Lato,sans-serif;
    padding: 20px 20px 20px 20px;
}

    .box-veiculo ul {
        margin: 0;
        padding: 0;
    }

    .box-veiculo li {
        list-style: outside none none;
        padding: 4px 10px;
        color: #000;
        font-size: 1.1em;
    }

        .box-veiculo li:nth-child(even) {
            background-color: #fff;
        }

        .box-veiculo li:nth-child(odd) {
            background-color: #f7f7f7;
        }

    .box-veiculo a {
        color: #3c3835;
    }

.box-pagamento {
    color: #464646 !important;
    font-weight: 500;
    padding-left: 20px;
}

/*BOX PROD 5 - INFORMAÇÕES */

.boxEsquerda {
    flex: 1 1 40%;
}

.boxProd5 {
    border-top: none;
    border-right: none;
}

.containerInfosProd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
    position: relative;
}

.itemInfosProd {
    flex: 0 0 100%;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    margin: 0 auto;
}

.pickerInfosBox {
    flex: 1 1 50%;
    margin: 15px 32px;
    height: 40px;
}

    .pickerInfosBox ul {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: wrap;
        list-style-type: none;
        padding: 0;
        margin: 0;
        height: unset;
    }

    .pickerInfosBox li {
        flex: 1 1 10%;
        padding: 0 5px;
        text-align: center;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s ease;
        font-size: 1.3em;
        border: 2px solid #c1c1c1;
        margin: 0 2px;
        background: #ececec;
        min-height: 40px;
    }

.infoVisible {
    display: block;
}

.liActive {
    background-color: #004f84 !important;
    color: #fff !important;
}

/*BOX PROD 8 - PAGAMENTO */

#tituloPag {
    transition: all 0.3s ease 0.2s;
}

/*ESQUECI A SENHA ---------------------------*/
.boxEsqueciSenha {
    padding: 20px 30px;
}

.tituloEsqueci {
    font-size: 1.8em;
    color: #1B3D72;
    font-weight: bold;
    font-family: Lato,sans-serif;
    background-color: #fff;
    padding: 15px 20px;
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .tituloEsqueci img {
        width: 50px;
        margin: 0 10px;
    }

.avisoEsqueci h1 {
    font-size: 1.5em;
    color: #ce1c1c;
    margin: 10px 0;
}

.continuaEsqueci {
    background-color: black !important;
    padding: 10px;
    border-radius: 10px;
    line-height: 8px;
}

.infoEsqueci {
    width: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .infoEsqueci td {
        flex: 1 1 30%;
        text-align: center;
        margin: 0 20px;
    }

.inputEmail {
    flex: 2 0 40% !important;
}

.infoEsqueci input[type='text'] {
    background: #fff;
    height: 30px;
    padding: 0 0 0 6px;
}

/*Identificação Inteligente*/

.BGIdentificacaoInteligente {
    background-color: #f5f5f5;
    width: 100%;
    text-align: center;
    min-height: 200px;
    padding: 40px 40px;
    border-radius: 7px;
    transition: all 0.4s ease;
    border: 3px solid #5cc1ef;
}

    .BGIdentificacaoInteligente:hover {
        border: 3px solid #16a55a;
    }

.emailContinuaCompra {
    text-align: center;
    margin: auto;
    width: 80%;
}

.emailIDInteligente {
    width: 30%;
    height: 50px !important;
    padding: 0 0 0 10px;
    font-size: 1.1em;
    background-color: #fff !important;
    outline: none;
}

    .emailIDInteligente:focus {
        border: 2px solid #16a55a;
    }

.btnIDInteligente {
    width: 10%;
    padding: 18px 20px;
    vertical-align: middle;
    border: 1px solid #ccc;
    margin: -3px 0 0;
    background-color: #468847;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {

    /*---------------------------- FIXOS ----------------------------*/

    .popUpPadrao {
        padding: 55px 20px;
    }

    .rodapeItem {
        flex: 1 1 50%;
        margin: 0;
    }

    .rodapeContainer h2 {
        font-size: 1.3em;
        font-weight: 400;
        width: 90%;
        padding: 0 0 0 5%;
        margin: 5px 0;
        text-align: center;
    }

    /*---------------------------- BLOCO 2 ----------------------------*/

    .telefonesRodapeContainer {
        padding: 0;
        text-align: center;
    }

    .telefonesRodapeItem {
        font-size: 1em;
        font-weight: 600;
    }

        .telefonesRodapeItem img {
            width: 7%;
        }

    .emailRodape {
        text-align: center;
    }

    /*---------------------------- BLOCO 3 ----------------------------*/

    .terceiroBloco ul {
        text-align: center;
    }

    .pointerNav {
        display: none;
    }

    .containerEndereco {
        width: 100%;
        text-align: center;
        margin: 10px 0 15px;
    }
}

/*PAGAMENTO INTELIGENTE --------------------------*/

.containerPagamentoInt {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: row wrap;
    width: 80%;
    margin: auto;
}

.itemPagamentoInt {
    flex: 0 0 100%;
}

.boxFormasPag {
    order: 1;
}

.bannerEbit {
    order: 2;
}

.resumoPag {
    order: 3;
}

.boxFormasPag {
    height: unset;
    border: 1px solid var(--CorPrincipal);
}

.tituloFormasPag {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: var(--CorPrincipal);
    color: var(--CorTextoParaCorPrincipal);
    font-family: Montserrat,sans-serif;
}

    .tituloFormasPag div {
        flex: 1 1 40%;
        text-align: center;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
    }

    .tituloFormasPag strong {
        font-weight: 500;
        font-size: 1.4em;
        margin: 9px 0;
        letter-spacing: -0.2px;
        flex: 0 0 100%;
    }

    .tituloFormasPag p {
        margin: 0 0 10px;
    }

    .tituloFormasPag span {
        font-size: 1.4em;
        margin: 0 5px;
    }

p.totalFormasPag {
    margin: 9px 0;
    flex: 0 0 100%;
}

.divPaginaExterna {
    background-color: #f6f6f6;
    border: 1px solid var(--CorPrincipal);
    margin: 0 -1px;
    border-top: none;
    padding: 10px 0;
}

.box-cartoes {
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    font-family: Montserrat,sans-serif;
}

.cartao-frente {
    float: left;
    display: block;
    margin: 0 20px;
    background-color: #f0f0f0;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    height: 230px;
    overflow: hidden;
    z-index: 9;
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.5)), url(/img/fundo-cc.png);
}

.numero-cartao {
    padding: 10px;
    flex: 0 0 90%;
}

.nome-cartao {
    padding: 0 10px;
}

.lblInfoCartao {
    color: #888;
    cursor: pointer;
    display: block;
    font-size: 0.9em;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
}

.inputDadosCartao {
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #555;
    font-size: 0.8em;
    height: 40px !important;
    margin: 0;
    padding: 0 0 0 8px;
    width: calc(100% - 8px);
    font-weight: 600;
    letter-spacing: 0;
}

.cartao-atras {
    float: left;
    display: block;
    margin: 0 20px;
    background-color: #f0f0f0;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    height: 230px;
    overflow: hidden;
    z-index: 9;
    align-items: flex-start;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .7)), url(/img/fundo-cc.png);
}

.cartao-atras-faixa {
    background-color: #4d4e4f;
    height: 50px;
    margin: 5% -10% 30px -10%;
    flex: 1 1 110%;
}

.cartao-frente {
    margin: 5px 0px!important;
}

.cartao-cvv {
    padding: 0;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cartao-cvv label {
        color: black;
        cursor: pointer;
        font-size: 1em;
        order: 1;
        font-weight: bold;
    }

    .cartao-cvv input {
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: none;
        box-sizing: border-box;
        color: #555;
        font-size: 1em;
        width: 50px;
        order: 2;
        padding: 5px;
        margin: 0 5px;
    }

.bandeira-cartao ul li img {
    filter: contrast(5);
}

.validade-cartao {
    flex: 0 0 60%;
    ;
}

.parcelas-pagamento {
    flex: 0 0 40%;
    margin: 20px 10px;
}

.btn-finalizar-pagamento {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.btn-finalizar-pagamento {
    width: 18%;
    height: 50px;
    background-color: #004f84;
    font-size: 1.1em;
    border: none;
    text-transform: capitalize;
    font-family: Montserrat,sans-serif;
    float: right;
    cursor: pointer;
    color: #fff;
    border-radius: 0;
    line-height: 50px;
    font-weight: 400;
    margin: 10px;
    outline: none;
    transition: all 0.2s ease;
}

    .btn-finalizar-pagamento:hover {
        background-color: #009a27;
        color: #fff;
        box-shadow: 0 3px 4px gray;
    }

.ordemPagamento {
    width: calc(100% - 40px);
    margin: 20px 20px;
    text-align: right;
}

    .ordemPagamento ul {
        display: inline-flex;
        justify-content: space-around;
        align-items: center;
        padding: 0;
        list-style-type: none;
        font-family: Lato,sans-serif;
    }

    .ordemPagamento li {
        flex: 1 1 10%;
        display: flex;
        padding: 5px;
        justify-content: center;
        align-items: center;
    }

li.numeroOrdem {
    flex: 0 0 3%;
    height: 40px;
    min-width: 40px;
    font-size: 1.8em;
    background-color: #a7a7a7;
    color: #868686;
}

li.textoOrdem {
    font-size: 1.4em;
    border-bottom: 3px solid #a7a7a7;
    padding: 4px 0;
    margin: 0 30px 0 0;
}

.numeroAtivo {
    background-color: var(--CorPrincipal) !important;
    color: var(--CorTextoParaCorPrincipal) !important;
}

.textoAtivo {
    border-bottom: 3px solid var(--CorPrincipal) !important;
    color: var(--CorPrincipal) !important;
}

.containerNotBlog {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.noticiaBlog {
    flex: 1 1 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    font-family: Frutiger,sans-serif;
    padding: 10px 30px;
    margin: 10px 20px;
    min-height: 350px;
    border: 2px solid #ccc;
    border-radius: 10px;
}

    .noticiaBlog h1 {
        flex: 0 0 100%;
        text-align: center;
        font-size: 2em;
        margin: 0;
        color: #173077;
        border-bottom: 1.5px solid #546fbd;
    }

    .noticiaBlog h2 {
        flex: 0 0 100%;
        text-align: left;
        font-size: 1em;
        margin: 0;
        color: #757575;
    }

    .noticiaBlog img {
        width: 80%;
        margin: 0 10%;
    }

    .noticiaBlog p {
        width: 100%;
        text-align: justify;
        margin: 0;
        font-size: 1em;
        color: #4c4c4c;
    }

    .noticiaBlog div {
        flex: 0 0 100%;
        text-align: center;
        margin: auto;
        background-color: #415590;
        padding: 10px 0;
        color: #fff;
        font-size: 1.2em;
        cursor: pointer;
    }

#UpdateProgressCEP {
    background-color: #fff;
}

#menuIndex2 {
    margin: 0 0 50px;
}

#pagamento li {
    padding: 10px 0;
}

.ProdutoListaPrecoParcela {
    min-width: 330px !important;
}

.boxPrecoComprar {
    display: block !important;
}

.pricePag {
    margin: 0;
    order: unset !important;
    flex: none !important;
}

.ProdutoListaPrecoDE {
    color: #a7a7a7 !important;
    font-size: 20px !important;
    margin: 0 !important;
    font-weight: bold !important;
}

.ProdutoListaPrecoPOR {
    margin: 0 !important;
    color: #74ac39 !important;
    font-size: 24px !important;
}

.boxProd1, .boxProd2, .containerBoxProdutos {
    border: none !important;
}

.imgProdutoSobrePosta {
    max-height: 90px;
    max-width: 90px;
    width: auto;
    height: auto;
    position: absolute;
    margin-top: -20px;
    margin-left: -65px;
}
.imgProdutoSobrePosta5 {
    max-height: 90px;
    max-width: 90px;
    width: auto;
    height: auto;
    position: absolute;
    margin-top: -30px !important;
    margin-left: -208px;
}

.imgProdutoSobrePostaIndisponivel {
    margin-top: -200px;
}

.whats-desk {
    display: block;
    width: 50px;
}

    .whats-desk img {
        height: 80px;
    }

.whats-mob {
    display: none;
    left: 20px;
    bottom: 20px;
    position: relative;
}

    .whats-mob img {
        width: 25vw;
    }


.estiloCamposMenu {
    margin: 0 2px !important;
    outline: none;
    height: 40px;
    font-family: Lato,sans-serif;
    padding: 0 7px !important;
    color: #656565;
    font-weight: 700;
    font-size: 12px;
}

.campoMontadoraMenu {
    flex: 1 1 20%;
    order: 1;
}

.campoVeiculoMenu {
    flex: 1 1 20%;
    order: 2;
}

.campoAnoMenu {
    flex: 1 1 20%;
    order: 3;
}

/*AVALIACAO*/
.avaliacao {
    display: flex;
    justify-content: center;
    margin-left: 126%;
}

.star-icon {
    list-style-type: none;
    border: none;
    cursor: default;
    color: #ffe500;
    font-size: 40px; /* alterar o tamanho das estrelas */
}

    .star-icon::before {
        content: "\2605";
    }

    .star-icon.ativo ~ .star-icon::before {
        content: "\2606";
    }

.avaliacao:hover .star-icon::before {
    content: "\2605";
}

.star-icon:hover ~ .star-icon::before {
    content: "\2606";
}

/*FRAMEWORK CSS - LIMPO*/
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    z-index: 9999
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}

    .ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
        text-decoration: none
    }

        .ui-button .ui-button-text {
            display: block;
            line-height: normal
        }

.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: 0
}

    .ui-menu .ui-menu {
        margin-top: -3px;
        position: absolute
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
    }

        .ui-menu .ui-menu-item a {
            text-decoration: none;
            display: block;
            padding: 2px .4em;
            line-height: 1.5;
            min-height: 0;
            font-weight: 400
        }

.ui-menu-icons {
    position: relative
}

    .ui-menu-icons .ui-menu-item a {
        position: relative;
        padding-left: 2em
    }

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-check {
    background-position: -64px -144px
}
