
.components-title {font-size: 18px;position: relative;margin: 25px 0 30px 0;text-align: right;width: auto;font-weight: 600;color: #2d2d2d;}
.components-title font{font-weight: normal;}
.components-title:after {content: '';width: 40px;height: 3px;border-radius: 20px;background: #d52b1e;display: inline-block;position: absolute;bottom: -8px;right: 0;}

/*<div class="components-title"><font>Fornecedor</font> Adesprint</div>*/



/*CAMINHO NAVEGAÇÃO CATALOGO*/

.catalogo-int-nav-links {
    width: 100%;
    height: auto;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    /* padding-left: 5px; */
    /* background: #fdfdfd; */
    /* border: 1px solid #dadada; */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 20px;
    font-size: 12px;
}

    .catalogo-int-nav-links a {
        text-decoration: none;
        color: #333333;
    }

    .catalogo-int-nav-links .dl-nav:hover {
        text-decoration: underline;
        font-weight: bold;
        color: #333333;
    }


/*CATALOGO NAVEGAÇÃO TITULO*/

.catalogo-int-tit-categoria {
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    color: #454545;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #454545;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}

/*CATALOGO NAVEGAÇÃO MENU + FILTROS + VITRINE*/

.catalogo-int-menu-vitrine {
    width: 100%;
    padding-top: 20px;
    height: auto;
}

.catalogo-int-menu {
    float: left;
    width: 200px;
    height: auto;
}

.catalogo-int-vitrine {
    width: 80%;
    height: auto;
    float: right;
}

/*FILTROS*/

.catalogo-int-vitrine-txt {
    font-size: 15px;
    color: #454545;
    text-align: left;
    padding-bottom: 0px;
    padding-top: 4px;
    float: left;
    height: auto;
}

    .catalogo-int-vitrine-txt a {
        text-decoration: none;
        color: #9b1e21;
    }

    .catalogo-int-vitrine-txt .filt-nav:hover {
        text-decoration: underline;
        font-weight: bold;
        color: #b12831;
    }

.catalogo-int-vitrine-filtros {
    width: 100%;
    height: auto;
    text-align: right;
    padding-top: 0px;
}

.catalogo-int-lista {
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

.catalogo-int-grade {
    float: right;
    margin-left: 5px;
    cursor: pointer;
}

.catalogo-int-lista img {
    width: 24px;
    height: 24px;
    /* border: 2px solid rgb(255, 255, 255); */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    opacity: 0.5;
}

.catalogo-int-grade img {
    width: 24px;
    height: 24px;
    /* border: 2px solid rgb(255, 255, 255); */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    opacity: 0.5;
}

.catalogo-int-lista .catlista:hover {
    width: 24px;
    height: 24px;
    opacity: 1;
}

.catalogo-int-grade .catgrade:hover {
    width: 24px;
    height: 24px;
    opacity: 1;
}

.catalogo-int-sel-atual {
    width: 100%;
    clear: both;
    padding-bottom: 44px;
    height: auto;
}

.catalogo-int-sel-atual-tit {
    width: 198px;
    height: 20px;
    /* border: 1px solid #9b1e21; */
    background: #b1b1b1;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding-top: 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.catalogo-int-sel-atual-linha {
    width: 198px;
    height: 25px;
    background: #ececec;
    border-bottom: 1px solid #ddd;
    line-height: 25px;
}

.catalogo-int-sel-atual-linha-txt {
    float: left;
    padding-left: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    font-size: 13px;
    width: 165px;
    text-align: left;
}

.catalogo-int-sel-atual-linha-excluir {
    float: right;
    /* border-left: 1px solid #999999; */
    height: 25px;
    cursor: pointer;
}

    .catalogo-int-sel-atual-linha-excluir img {
        padding-top: 7px;
        padding-right: 7px;
        padding-left: 7px;
    }

.catalogo-interno-menu-nav-bloco-selecao {
    width: 100%;
    overflow: auto;
    height: auto;
}

.catalogo-interno-menu-nav-bloco-selecao-nav {
    font-size: 12px;
    color: #323232;
    text-decoration: none;
    padding-left: 0px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 6px;
    padding-top: 6px;
    width: 170px;
    text-align: left;
    height: 15px;
    cursor: pointer;
    overflow: hidden;
    /*background: url(../../Content/img/bull-square-red.gif)left center no-repeat;
    background-position: 3px 7px;
    background-size: 3px;*/
}

    .catalogo-interno-menu-nav-bloco-selecao-nav:hover {
        color: #c9202e;
        font-weight: bold;
    }

.catalogo-interno-select {
    margin: 0px 5px 0px 0px;
    padding: 0px;
    display: none;
}


/*MENU DE NAVEGAÇÃO*/

.catalogo-int-tit-3nivel {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    color: #454545;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #454545;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}

.catalogo-interno-menu-nav-bloco {
    width: 100%;
    height: auto;
}

.catalogo-interno-menu-nav {
    font-size: 11px;
    color: #323232;
    text-decoration: none;
    padding-left: 11px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    background: url(../../Content/img/img-seta-vermelha-2.png)left center no-repeat;
    border-bottom: 1px solid #eaeaea;
    background-position: 3px 7px;
    background-size: 5px;
    padding-bottom: 6px;
    padding-top: 6px;
    width: 170px;
    text-align: left;
    height: 13px;
    cursor: pointer;
    overflow-x: hidden;
    overflow-y: hidden;
}

    .catalogo-interno-menu-nav:hover {
        color: #c9202e;
        font-weight: bold;
    }


/*QUADROS DE PRODUTOS*/

.catalogo-int-vitrine-tdbox {
    width: 100%;
    height: auto;
    padding-top: 0px;
}


/*EXIBIÇÃO BOX*/

.catalogo-int-quadro {
    float: left;
    /*width: 14.45%;*/
    width: 224px;
    background: #FFFFFF;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0.1em;
    padding: 12px;
    cursor: auto;
}

    .catalogo-int-quadro:hover {
        border: 1px solid #b1b1b1;
    }

    .catalogo-int-quadro .qifoto {
        width: 80%;
    }

    .catalogo-int-quadro .quantidadedig {
        width: 100%;
        clear: both;
        text-align: center;
        margin-top: 0px;
        height: 28px;
    }

.add-carrinho-input-vitrine {
    /*width: 55px;
    height: 30px;
    float: left;*/
    background: url(../../Content/img/bg-imput-quantidade-cat.jpg)no-repeat;
    background-position-x: right;
}

.catalogo-quantidade {
    display: flex;
    justify-content: center;
    /*align-items: center*/
}

.add-carrinho-aumenta-vitrine {
    float: left;
    margin-left: -14px;
    /*width: 10px;
    height: 20px;
    margin-top: -27px;
    margin-left: 40px;*/
    /*position: relative;*/
}

.add-carrinho-aumenta-mais-vitrine {
    margin-top: 1px;
    clear: both;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1px;
    cursor: pointer;
}

    .add-carrinho-aumenta-mais-vitrine:hover {
        background-color: lightgrey;
    }

.add-carrinho-aumenta-menos-vitrine {
    margin-top: 3px;
    clear: both;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1px;
    cursor: pointer;
}

    .add-carrinho-aumenta-menos-vitrine:hover {
        background-color: lightgrey;
    }

.btn-produto-menos {
    width: 16px;
    background: url(../../Content/img/menos.png) no-repeat;
    background-position: 3px;
    background-size: 10px;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px;
    cursor: pointer;
    height: 24px;
}

.btn-produto-mais {
    width: 15px;
    background: url(../../Content/img/mais.png) no-repeat;
    background-position: 3px;
    background-size: 10px;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px;
    cursor: pointer;
    height: 24px;
}

.catalogo-int-quadro .qititulo {
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #323232;
    font-weight: bold;
    margin-top: 0px;
    height: 43px;
    overflow: hidden;
    line-height: 14px;
    text-transform: uppercase;
}

.qititulo a {
    color: #323232;
    text-decoration: none;
    font-weight: bold;
}

    .qititulo a:hover {
        color: #9b1d20;
        text-decoration: underline;
        font-weight: bold;
    }

.catalogo-int-quadro .qimaisinfoproduto {
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 8px;
}

.qibt-maisinformacoes {
    background: #bdbdbd;
    border: 0px;
    color: #ffffff;
    /* font-weight: bold; */
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px;
    cursor: pointer;
    width: 70%;
}

.catalogo-int-quadro .qipreco {
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #108c00;
    font-weight: bold;
    margin-top: 5px;
    height: 24px;
}

.catalogo-int-quadro .qiprecogimba {
    width: 100%;
    font-size: 9px;
    text-align: center;
    color: #108c00;
    padding-bottom: 2px;
    padding-top: 2px;
    height: 10px;
}

.catalogo-int-quadro .qiquantidade {
    width: 100%;
    margin-top: 5px;
}

.catalogo-int-quadro .preco-de {
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #999;
    padding-top: 8px;
    height: 15px;
}

.catalogo-int-quadro .lmaispmenos {
    color: #108c00;
    font-size: 10px;
    clear: both;
    font-weight: bold;
    line-height: 13px;
    height: 37px;
    padding-top: 1px;
    padding-bottom: 4px;
}

.catalogo-int-quadro .estoque-disp {
    color: #108c00;
    clear: both;
    font-size: 11px;
    padding-top: 3px;
    height: 14px;
}


.catalogo-int-quadro .levemaispaguemenoes {
    width: 100%;
    height: 19px;
    margin-top: 0px;
    padding-top: 2px;
    margin-bottom: 5px;
}

.levemaispaguemenos-borda {
    /* border-top: 1px solid #bdbdbd; */
    /* border-bottom: 1px solid #bdbdbd; */
    padding-bottom: 0px;
    padding-top: 0px;
    /* background: #FF9800; */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.levemaispaguemenos-titulo {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

    .levemaispaguemenos-titulo .arrow-menos {
        margin-right: 5px;
        cursor: pointer;
        display: none;
    }

    .levemaispaguemenos-titulo .arrow-mais {
        margin-left: 5px;
        cursor: pointer;
        display: none;
    }

.levemaispaguemenoes-valores {
    cursor: pointer;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    margin-top: 0px;
    text-align: center;
    padding-top: 4px;
    height: 15px;
}



#levpag-val-c1 {
    background: #FF9800;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#levpag-val-c2 {
    background: #0096d6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#levpag-val-c3 {
    background: #e91e63;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#levpag-val-c4 {
    background: #673ab7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}



.catalogo-int-quadro .estoque-ind {
    color: #9b1e21;
    clear: both;
    font-size: 11px;
    padding-top: 3px;
    height: 14px;
}


.catalogo-int-quadro .embalagem {
    color: #ffffff;
    clear: both;
    font-size: 9px;
    padding: 3px;
    letter-spacing: 1px;
    height: 21px;
    width: 149px;
    font-weight: bold;
    line-height: 11px;
    background: #bdbdbd;
    margin-top: 1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    margin-top: -15px;
}

.qiadd-carrinho-imput-categ {
    width: 100%;
    height: auto;
    padding-bottom: 7px;
}

.catalogo-int-quadro .qiaddcatalogo {
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 2px;
    height: 21px;
}

.qiquantidade-txt {
    font-weight: bold;
    font-size: 12px;
}

.quantidade-add-carrinho {
    width: 40%;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: bold;
    border: 1px solid #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-right: 10px;
    text-align: center;
}

td .quantidade-add-carrinho {
    width: 65%;
}

.qiadd-carrinho-aumenta-categ {
    width: 10px;
    height: 20px;
    margin-top: -26px;
    margin-left: 92px;
    position: relative;
}

.qiadd-carrinho-aumenta-mais {
    width: 13px;
    height: 15px;
}

.qiadd-carrinho-aumenta-menos-categ {
    clear: both;
    width: 13px;
    height: 9px;
}

.catalogo-int-quadro .qicodigo {
    width: 100%;
    font-size: 10px;
    text-align: center;
    color: #999999;
    margin-top: 3px;
    height: 13px;
}

.qibt-add-catalogo-home {
    background: #108c00;
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 4px;
    cursor: pointer;
    width: 100%;
}

.qibt-pnocatalogo {
    background: #9b1e21;
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 4px;
    width: 100%;
}

/*QTDE POR PÁGINA*/

.vitrine-interna-filtros-itens-pagina {
    height: auto;
    float: right;
    margin-left: 10px;
}


.vitrine-interna-select-itens-pagina {
    padding: 1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #666666;
    height: 23px;
}

/*MENU LATERAL VITRINES ESTRUTURA*/

.vitrine-interna-titulo-categoria {
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    color: #454545;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #454545;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}

.subvitrine-interna-titulo-categoria {
    width: 100%;
    font-size: 17px;
    color: #454545;
    text-align: center;
    background: #f6f6f6;
    padding-bottom: 0px;
    padding-top: 10px;
    border: 1px solid #f6f6f6;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}

.subvitrine-interna-subtitulo-categoria {
    width: 100%;
    font-size: 35px;
    font-weight: bold;
    color: #454545;
    text-align: center;
    background: #f6f6f6;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #f6f6f6;
    border-top: none;
}

.estrutura-catalogo-interno-menu-box {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-top: 2px;
}


.vitrine-interna-menu-lateral-estrutura {
    width: 20%;
    height: auto;
    float: left;
    text-align: left;
    background: #f9f9f9;
    line-height: 23px;
    color: #444444;
    font-weight: bold;
    padding: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.subvitrine-interna-menu-lateral-estrutura {
    width: 217px;
    height: auto;
    min-height: 541px;
    float: left;
    text-align: left;
}

.vitrine-interna-catalogo-estrutura {
    width: 75%;
    height: auto;
    float: right;
}

.subvitrine-interna-catalogo-estrutura {
    width: 75%;
    height: auto;
    float: right;
}

.estrutura-cat-interno {
    width: 100%;
    height: auto;
    margin-top: 30px;
}


/*TOPO-LINKS-NAVEGAÇÃO*/

.vitrine-interna-links {
    width: 100%;
    height: auto;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 30px;
}

    .vitrine-interna-links a {
        text-decoration: none;
        color: #333333;
    }

    .vitrine-interna-links .dl-nav:hover {
        text-decoration: underline;
        font-weight: bold;
        color: #9b1e21;
    }

.subvitrine-interna-links {
    width: 90%;
    height: auto;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background: #fdfdfd;
    border: 1px solid #dadada;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 20px;
}

    .subvitrine-interna-links a {
        text-decoration: none;
        color: #adadad;
    }

    .subvitrine-interna-links .dl-nav:hover {
        text-decoration: underline;
        font-weight: bold;
        color: #9b1e21;
    }

.vitrine-interna-link-voltar {
    width: 100%;
    height: auto;
    text-align: right;
    padding-top: 5px;
    display: none;
}

.bt-vitrine-interna-voltar {
    padding: 5px 10px;
    background: #666666;
    margin: 0px 0px 8px 8px;
    color: #ffffff;
    cursor: pointer;
    float: right;
    border: 0px;
    font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/*MENU-LATERAL-VITRINE-INTERNA*/

#sidebar-categoria {
    width: 200px;
    float: left;
    display: inline;
}

.menu-internas, .menu-internas-selecionadas {
    float: left;
}

    .menu-internas dt, .menu-internas-selecionadas dt {
        float: left;
        width: 200px;
        /* height: 20px; */
    }

        .menu-internas dt a, .menu-internas-selecionadas dt a {
            color: #7d7d7d;
            text-decoration: none;
            font-size: 12px;
            display: block;
            background: url(../../Content/img/img-seta-vermelha-2.png) center no-repeat;
            padding-left: 10px;
            background-position: 0px 7px;
            line-height: 25px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow-x: hidden;
        }

    .menu-internas dd, .menu-internas-selecionadas dd {
        display: none;
        float: left;
        margin: 0;
        width: 100%;
    }

    .menu-internas ul, .menu-internas-selecionadas ul {
        list-style-type: none;
        padding-left: 0;
        margin: 0 0 14px 0;
    }

        .menu-internas ul li, .menu-internas-selecionadas ul li {
            /* float: left; */
            width: 100%;
            line-height: 18px;
            background-color: #f9f9f9;
            margin: 0;
            display: block;
            padding: 0;
        }

            .menu-internas ul li a, .menu-internas-selecionadas ul li a {
                font-size: 11px;
                font-weight: normal;
                text-decoration: none;
                color: #292929;
                display: block;
                background: url(../../Content/img/img-seta-vermelha-2.png) 4px center no-repeat;
                padding-left: 14px;
                line-height: 22px;
            }


/*MONTAR CATALOGO CARRINHO*/


.table-mcatalogo-descricao {
    width: 420px;
}

.table-mcatalogo-qte {
    width: 70px;
}

.table-mcatalogo-codigo {
    width: 75px;
}


.bt-montar-catalogo-limpar {
    padding: 7px 15px 7px 15px;
    background: #9b1e21;
    float: right;
    margin: 8px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.bt-montar-catalogo-finaliza {
    padding: 7px 15px 7px 15px;
    background: #108c00;
    float: right;
    margin: 8px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.bt-montar-catalogo-continuar {
    padding: 7px 15px 7px 15px;
    background: #0053d5;
    float: right;
    margin: 8px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.form-montar-catalogo-table {
    margin-top: 20px;
    width: 90%;
}



.form-montar-catalogo-faixas {
    width: 80%;
    clear: both;
    text-align: left;
}

.form-catalogo-cliente {
    width: 100%;
    clear: both;
    text-align: left;
}


.bt-add-carrinho-comprar {
    background: #108c00;
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 4px;
    cursor: pointer;
    width: 100%;
}

.table-mcatalogo-preço {
    color: #2d841b;
    font-weight: bold;
}

.montarcatalogo-importar {
}

    .montarcatalogo-importar a {
        color: #ffffff;
        background: #0053d5;
        font-size: 13px;
        padding: 8px;
        text-decoration: none;
        cursor: pointer;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

        .montarcatalogo-importar a:hover {
            font-weight: bold;
            background: #666666;
            text-decoration: none;
        }


.qtd-caixa-mmcat {
    float: left;
    display: block;
    height: 34px;
    padding: 0 13px;
    width: 52px;
}


.qtd-txt-mmcat {
    behavior: url(assets/js/libs/PIE.htc);
    width: 46px;
    height: 25px;
    display: block;
    padding: 0px;
    border: 1px solid #d9d9d9;
    color: #2d841b;
    text-align: left;
    padding-left: 3px;
    font: bold 15px/38px Arial, Helvetica, sans-serif;
    background-image: url(../../Content/img/bg-imput-descricao.jpg);
    background-position: 203px center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.add-carrinho-mais-menos-mmcat {
    width: 10px;
    height: 30px;
    margin-top: -25px;
    margin-left: 39px;
    position: relative;
    cursor: pointer;
}

.add-carrinho-mais-mmcat {
    clear: both;
    width: 9px;
    height: 0px;
    padding-bottom: 14px;
}

.add-carrinho-menos-mmcat {
    clear: both;
    width: 10px;
    height: 9px;
}

/*LOGAR E PUXAR LISTA GIMBA.COM*/


.form-logarmlista-select {
    border: 1px solid #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 17px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 2px;
    color: #666666;
    height: 34px;
    width: 100%;
}


.bt-logarmlista-entrar {
    padding: 7px 15px 7px 15px;
    background: #108c00;
    float: right;
    margin: 18px 0 8px 8px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.bt-logarmlista-importar {
    padding: 7px 15px 7px 15px;
    background: #108c00;
    float: right;
    margin: 18px 0 8px 8px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/*CARTALOGO INTERNO*/

.quadro-interno {
    float: left;
    width: 15%;
    background: #FFFFFF;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0.1em;
    padding: 20px;
}

    .quadro-interno .qifoto {
        width: 100%;
    }

    .quadro-interno .qititulo {
        width: 100%;
        font-size: 11px;
        text-align: center;
        color: #333;
        font-weight: bold;
        margin-top: 5px;
        height: 38px;
        overflow: hidden;
    }

    .quadro-interno .qimaisinfoproduto {
        width: 100%;
        clear: both;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .quadro-interno .qipreco {
        width: 100%;
        font-size: 16px;
        text-align: center;
        color: #108c00;
        font-weight: bold;
        margin-top: 5px;
    }

    .quadro-interno .qiprecogimba {
        width: 100%;
        font-size: 9px;
        text-align: center;
        color: #108c00;
        padding-bottom: 5px;
    }

    .quadro-interno .qiquantidade {
        width: 100%;
        margin-top: 5px;
    }

.qiadd-carrinho-imput-categ {
    width: 100%;
    height: auto;
    padding-bottom: 7px;
}

.quadro-interno .qiaddcatalogo {
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 5px;
}

.qiquantidade-txt {
    font-weight: bold;
    font-size: 12px;
}

.qiadd-carrinho-imput {
    width: 44px;
    font-size: 13px;
    color: #108c00;
    font-weight: bold;
    height: 20px;
    border: 1px solid #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    background: url(../../Content/img/bg-imput-quantidade-cat.jpg)no-repeat;
    background-position-y: -1px;
}

.qiadd-carrinho-aumenta-categ {
    width: 10px;
    height: 20px;
    margin-top: -26px;
    margin-left: 92px;
    position: relative;
}

.qiadd-carrinho-aumenta-mais {
    width: 13px;
    height: 15px;
}

.qiadd-carrinho-aumenta-menos-categ {
    clear: both;
    width: 13px;
    height: 9px;
}

.quadro-interno .qicodigo {
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #999999;
    margin-top: 5px;
}

.qibt-add-catalogo-home {
    background: #108c00;
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 4px;
    cursor: pointer;
    width: 100%;
}


.qibt-pnocatalogo {
    background: #9b1e21;
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 4px;
    width: 100%;
}


/*PAGINAÇÃO*/



.vitrine-interna-subcategoria-paginacao {
    width: 100%;
    height: 29px;
    background: #f6f6f6;
    padding: 10px 0 10px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    clear: both;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #464646;
}

.vitrine-interna-subcategoria-pg-num {
    width: auto;
    float: left;
    height: 28px;
    padding-left: 5px;
    padding-right: 5px;
}

    .vitrine-interna-subcategoria-pg-num .vitrine-interna-subcategoria-pg-num-setaesq {
        background: url(../../Content/img/seta-esq.png);
        text-decoration: none;
        float: left;
        height: 28px;
        width: 12px;
        background-repeat: no-repeat;
        margin-right: 2px;
    }


    .vitrine-interna-subcategoria-pg-num .vitrine-interna-subcategoria-pg-num-setadir {
        background: url(../../Content/img/seta-dir.png);
        text-decoration: none;
        float: left;
        height: 28px;
        width: 12px;
        background-repeat: no-repeat;
        margin-left: 2px;
    }

    .vitrine-interna-subcategoria-pg-num .vitrine-interna-subcategoria-pg-num-select {
        background: #ffffff;
        padding: 5px;
        text-decoration: none;
        border: 1px solid #cacaca;
        float: left;
        margin-left: 2px;
        margin-right: 2px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        color: #2e2e2e;
    }

        .vitrine-interna-subcategoria-pg-num .vitrine-interna-subcategoria-pg-num-select:hover {
            background: #2e2e2e;
            color: #ffffff;
        }

.vitrine-interna-subcategoria-irpag {
    width: auto;
    float: right;
    height: 28px;
    padding-left: 5px;
    padding-right: 5px;
}

.vitrine-interna-subcategoria-pg-num-select-active {
    background: #2e2e2e;
    color: #ffffff;
    padding: 5px;
    text-decoration: none;
    border: 1px solid #cacaca;
    float: left;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.vitrine-interna-subcategoria-irpag .vitrine-interna-subcategoria-irpag-select {
    background: #2e2e2e;
    padding: 5px;
    text-decoration: none;
    border: 1px solid #2e2e2e;
    float: right;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.vitrine-interna-subcategoria-irpag .vitrine-interna-subcategoria-irpag-txtselect {
    background: #ffffff;
    text-decoration: none;
    border: 1px solid #cacaca;
    float: right;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #2e2e2e;
    width: 27px;
    height: 24px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 3px;
}

.vitrine-interna-subcategoria-irpag .vitrine-interna-subcategoria-irpag-txt {
    float: right;
    padding-top: 6px;
}


.vitrine-interna-subcategoria-select-box-filtrar {
    height: auto;
    float: right;
    margin-right: 10px;
    padding-top: 8px;
}

.btn-vitrine-interna-subcategoria-filtrar {
    padding: 9px;
    background: #2e2e2e;
    float: left;
    color: #ffffff;
    border: 0px;
    font-size: 11px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    margin-top: 3px;
    font-weight: bold;
    letter-spacing: 0px;
    margin-left: 4px;
}




.add-carrinho-mc-aumenta-categ {
    width: 10px;
    height: 20px;
    margin-top: -26px;
    margin-left: 63px;
    position: relative;
}

.add-carrinho-mc-aumenta-mais {
    width: 13px;
    height: 15px;
}

.add-carrinho-mc-aumenta-menos-categ {
    clear: both;
    width: 13px;
    height: 9px;
}


.table-mcatalogo-meucatalogolista {
    width: 580px;
}



.bt-maisinformacoes-lista-mcat {
    background: #0053d5;
    border: 0px;
    color: #ffffff;
    /* font-weight: bold; */
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    width: 100%;
}

.bt-add-carrinho-comprar-lista-mcat {
    background: #108c00;
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px;
    cursor: pointer;
    width: 100%;
}


.btn-back {
    background-color: transparent;
    color: #a11116;
    text-align: right;
    cursor: pointer;
    font-size: 12px;
}

    .btn-back a {
        background-color: transparent;
        color: #a11116;
        text-align: right;
        cursor: pointer;
        font-size: 12px;
    }

        .btn-back a:hover {
            text-decoration: underline;
        }


.exibicao-cat-lista {
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

.exibicao-cat-grade {
    float: right;
    margin-left: 5px;
    cursor: pointer;
}

.exibicao-cat-lista img {
    width: 20px;
    height: 20px;
    border: 2px solid rgb(169, 169, 169);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.exibicao-cat-grade img {
    width: 20px;
    height: 20px;
    border: 2px solid rgb(169, 169, 169);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.exibicao-cat-lista .catlista:hover {
    width: 20px;
    height: 20px;
    border: 2px solid rgb(16, 140, 0);
}

.exibicao-cat-grade .catgrade:hover {
    width: 20px;
    height: 20px;
    border: 2px solid rgb(16, 140, 0);
}


.exibicao-cat-lista .exibicao-cat-lg-selecionada {
    width: 20px;
    height: 20px;
    border: 2px solid rgb(16, 140, 0);
}

.exibicao-cat-grade .exibicao-cat-lg-selecionada {
    width: 20px;
    height: 20px;
    border: 2px solid rgb(16, 140, 0);
}

.qtd-aprovacao-detalhe-pedido {
    width: 46px;
    height: 25px;
    display: block;
    padding: 0px;
    border: 1px solid #d9d9d9;
    color: #2d841b;
    text-align: left;
    padding-left: 3px;
    font: bold 15px/38px Arial, Helvetica, sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.form-aprovacao-detalhe-pedido {
    margin-top: 0px;
    padding: 0px;
    width: 99%;
    max-width: 1280px;
}

.form-aprovacao-detalhe-pedido-foto img {
    width: 40px;
}

.form-aprovacao-detalhe-pedido-preço {
    font-weight: bold;
}


.bt-aprovado-detalhe-predido {
    padding: 7px 15px 7px 15px;
    background: #108c00;
    float: right;
    margin: 8px;
    color: #ffffff;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}

.bt-aprovado-detalhe-reprovado {
    padding: 7px 15px 7px 15px;
    background: #9b1e21;
    float: right;
    margin: 8px;
    color: #ffffff;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}


.cx-txt-imput-detalhe-catalogo {
    width: 85px;
    height: 25px;
    display: block;
    padding: 0px;
    border: 1px solid #d9d9d9;
    color: #2d841b;
    text-align: left;
    padding-left: 3px;
    font: bold 15px/38px Arial, Helvetica, sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


.imput-pesq-codigo-detalhe-catalogo {
    border: 1px solid #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0 15px;
    font-size: 14px;
    color: #666666;
    height: 30px;
    width: 95%;
    background: #ffffff;
}

#catalogo-int-quadro-home {
    width: 14.8%
}

#qifoto {
    width: 100%;
}

#embalagem {
    width: 181px;
}


.carousel-inner > .item {
    display: none;
}

.carousel-inner > .active {
    display: inline !important;
}


/*NOVOS ITENS CATALOGO HOME 2018*/


.banner-home-pc {
    width: 100%;
    height: auto;
    background: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

    .banner-home-pc img {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

.minibanner-home-pc {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}

.minibanner-home-pc-banner-1 {
    width: 49.6%;
    height: auto;
    float: left;
    background: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.minibanner-home-pc-banner-2 {
    width: 49.6%;
    height: auto;
    float: right;
    background: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.minibanner-home-pc-banner-1 img {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.minibanner-home-pc-banner-2 img {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.faixa-home-chamada-a {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dadada;
    margin-bottom: 15px;
    margin-top: 25px;
    clear: both;
}

.fhomeca-img {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
}

    .fhomeca-img img {
        width: 25px;
        height: auto;
    }


.bannerhome-portal {
    width: 100%;
    height: auto
}

    .bannerhome-portal img {
        width: 100%;
        height: auto
    }

.box-rotativo-portal {
    width: 100%;
    height: auto;
}

.box-rotatico-bullet {
    position: absolute;
    margin-top: 200px;
    cursor: pointer;
}

    .box-rotatico-bullet img {
        width: auto;
        height: 50px;
    }

.bullet-left {
    float: left;
    left: 32px;
}

.bullet-right {
    float: right;
    right: 32px;
}

.faixa-home-chamada-b {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dadada;
    margin-bottom: 3px;
    font-size: 25px;
    color: #454545;
    font-weight: bold;
    text-align: left;
    padding-bottom: 3px;
}




@media screen and (max-width: 2560px) {
}

@media screen and (max-width: 1920px) {
}

@media screen and (max-width: 1680px) {
    #catalogo-int-quadro-home {
        width: 14.8%
    }
}

@media screen and (max-width: 1600px) {
    #catalogo-int-quadro-home {
        width: 14.65%
    }

    #embalagem {
        width: 169px;
    }

    .catalogo-int-vitrine {
        width: 83%;
    }

    .catalogo-int-quadro { /*width: 14.30%;*/
        width: 224px;
    }
}

@media screen and (max-width: 1550px) {
    #catalogo-int-quadro-home {
        width: 14.55%
    }

    #embalagem {
        width: 165px;
    }
}

@media screen and (max-width: 1366px) {

    .catalogo-int-quadro .qifoto {
        width: 100%;
    }

    .catalogo-int-quadro .embalagem {
        width: 140px;
    }

    .catalogo-int-quadro .qipreco {
        font-size: 17px;
    }

    .catalogo-int-vitrine {
        width: 82%;
    }

    .catalogo-int-quadro { /*width: 13.90%;*/
        width: 189px;
    }

    .bt-add-carrinho-comprar {
        font-size: 11px;
    }

    .table-mcatalogo-meucatalogolista {
        width: 380px;
    }

    .form-aprovacao-detalhe-pedido {
        margin-top: 0px;
        padding: 0px;
        width: 99%;
    }
}

@media screen and (max-width: 1360px) {

    #catalogo-int-quadro-home {
        width: 14.35%;
    }

    #embalagem {
        width: 181px;
    }

    .catalogo-int-quadro { /*width: 13.85%;*/
        width: 188px;
    }

    .vitrine-interna-catalogo-estrutura {
        width: 77%;
    }

    .subvitrine-interna-catalogo-estrutura {
        width: 77%;
    }
}

@media screen and (max-width: 1280px) {

    #embalagem {
        width: 165px;
        font-size: 9px;
    }

    #catalogo-int-quadro-home {
        width: 14.2%;
    }

    .catalogo-int-quadro .embalagem {
        width: 124px;
        font-size: 8px;
    }

    .catalogo-int-quadro .qipreco {
        font-size: 16px;
    }

    .quantidade-add-carrinho {
        width: 37%;
    }

    .catalogo-int-vitrine {
        width: 80%;
    }

    .catalogo-int-quadro { /*width: 13.60%;*/
        width: 174px;
    }

    .table-mcatalogo-meucatalogolista {
        width: 300px;
    }

    .form-montar-catalogo-table {
        width: 95%;
    }

    .form-aprovacao-detalhe-pedido {
        margin-top: 0px;
        padding: 0px;
        width: 99%;
    }
}

@media screen and (max-width: 1152px) {

    #catalogo-int-quadro-home {
        width: 17.3%;
    }

    #embalagem {
        width: 179px;
        font-size: 9px;
    }

    .catalogo-int-quadro .embalagem {
        width: 136px;
        font-size: 9px;
    }

    .quantidade-add-carrinho {
        width: 35%;
    }

    .catalogo-int-vitrine {
        width: 80%;
    }

    .catalogo-int-quadro { /*width: 16.50%;*/
        width: 190px;
    }

    .vitrine-interna-catalogo-estrutura {
        width: 72%;
    }

    .vitrine-interna-menu-lateral-estrutura {
        width: 25%;
    }

    .subvitrine-interna-catalogo-estrutura {
        width: 72%;
    }

    .subvitrine-interna-menu-lateral-estrutura {
        width: 25%;
    }

    .bt-add-carrinho-comprar {
        font-size: 10px;
    }

    .form-aprovacao-detalhe-pedido {
        margin-top: 0px;
        padding: 0px;
        width: 99%;
    }
}



@media screen and (max-width: 1151px) {
}

@media screen and (max-width: 1024px) {


    #catalogo-int-quadro-home {
        width: 16.9%;
    }

    #embalagem {
        width: 155px;
        font-size: 9px;
    }

    .quantidade-add-carrinho {
        width: 33%;
    }

    .catalogo-int-vitrine {
        width: 75%;
    }

    .catalogo-int-quadro { /*width: 20.95%;*/
        width: 214px;
    }


    .form-aprovacao-detalhe-pedido {
        margin-top: 0px;
        padding: 0px;
        width: 99%;
    }
}

@media screen and (max-width: 800px) {

    #catalogo-int-quadro-home {
        width: 20.9%;
    }

    #embalagem {
        width: 149px;
        font-size: 9px;
    }


    .catalogo-int-vitrine {
        width: 70%;
    }

    .catalogo-int-quadro { /*width: 27.60%;*/
        width: 220px;
    }

    .catalogo-int-vitrine-txt {
        font-size: 12px;
    }

    .vitrine-interna-select-itens-pagina {
        padding: 0px;
        font-size: 12px;
    }

    .vitrine-interna-catalogo-estrutura {
        width: 62%;
    }

    .vitrine-interna-menu-lateral-estrutura {
        width: 35%;
    }

    .quadro-interno .qipreco {
        font-size: 15px;
    }

    .qibt-add-catalogo-home {
        font-size: 10px;
        padding: 4px;
    }

    .qibt-pnocatalogo {
        font-size: 10px;
        padding: 4px;
    }

    .quadro-interno .qiprecogimba {
        font-size: 8px;
    }

    .qibt-maisinformacoes {
        font-size: 11px;
        padding: 2px;
    }

    .form-aprovacao-detalhe-pedido {
        margin-top: 0px;
        padding: 0px;
        width: 99%;
    }
}

@media screen and (max-width: 768px) {

    .catalogo-int-grade {
        float: right;
        margin-left: 5px;
        cursor: pointer;
        display: none;
    }

    .catalogo-int-lista {
        float: right;
        margin-left: 10px;
        cursor: pointer;
        display: none;
    }

    #embalagem {
        width: 145px;
        font-size: 9px;
    }

    .quantidade-add-carrinho {
        width: 36%;
    }

    .catalogo-int-quadro { /*width: 27.40%;*/
        width: 210px;
    }


    .vitrine-interna-links {
        font-size: 13px;
    }

    .bt-maisinformacoes-lista-mcat {
        width: 50%;
    }

    .bt-add-carrinho-comprar-lista-mcat {
        width: 50%;
    }

    .qtd-caixa-mmcat {
        float: none;
        position: relative;
        margin-left: 32px;
        margin-bottom: -1px;
        margin-top: -20px;
    }
}

@media screen and (max-width: 749px) {

    .slider {
        display: none;
    }

    .banner-home-pc {
        display: none;
    }

    .minibanner-home-pc {
        display: none;
    }

    #catalogo-int-quadro-home {
        width: 20.7%;
    }

    #embalagem {
        width: 140px;
        font-size: 9px;
    }

    .catalogo-int-quadro .embalagem {
        width: 128px;
        font-size: 8px;
    }

    .quantidade-add-carrinho {
        width: 37%;
    }

    .catalogo-int-vitrine {
        width: 70%;
    }

    .catalogo-int-quadro { /*width: 27.30%;*/
        width: 204px;
    }
}

@media screen and (max-width: 680px) {

    #catalogo-int-quadro-home {
        width: 28.5%;
    }

    .catalogo-int-quadro .qifoto {
        width: 80%;
    }

    .catalogo-int-quadro .embalagem {
        width: 162px;
        font-size: 9px;
    }

    .qibt-add-catalogo-home {
        font-size: 10px;
        padding: 4px;
        width: 80%;
    }

    .qibt-pnocatalogo {
        font-size: 10px;
        padding: 4px;
        width: 80%;
    }

    .quantidade-add-carrinho {
        width: 23%;
    }

    .catalogo-int-vitrine {
        width: 75%;
    }

    .catalogo-int-quadro { /*width: 43.90%;*/
        width: 298px;
    }

    .catalogo-int-menu {
        width: 150px;
    }

    .catalogo-int-sel-atual-tit {
        width: 150px;
    }

    .catalogo-int-sel-atual-linha {
        width: 150px;
    }

    .catalogo-int-sel-atual-linha-txt {
        width: 115px;
    }

    .catalogo-interno-menu-nav-bloco-selecao-nav {
        width: 115px;
    }

    .catalogo-interno-menu-nav {
        width: 250px;
    }



    .vitrine-interna-catalogo-estrutura {
        display: none;
    }

    .vitrine-interna-menu-lateral-estrutura {
        width: 100%;
        line-height: 16px;
    }

    .vitrine-interna-links {
        display: none;
    }

    .vitrine-interna-titulo-categoria {
        font-size: 22px;
        padding: 30px 2px 2px 2px;
    }

    .subvitrine-interna-menu-lateral-estrutura {
        display: none;
    }

    .subvitrine-interna-catalogo-estrutura {
        width: 100%;
    }

    .quadro-interno {
        width: 20.7%;
    }

    .imput-pesq-codigo-detalhe-catalogo {
        width: 90%;
    }
}

@media screen and (max-width: 600px) {

    #catalogo-int-quadro-home {
        width: 27.9%;
    }

    #embalagem {
        width: 150px;
        font-size: 9px;
    }

    .catalogo-int-quadro .qifoto {
        width: 100%;
    }


    .catalogo-int-quadro .embalagem {
        width: 160px;
        font-size: 9px;
    }

    .quantidade-add-carrinho {
        width: 29%;
    }

    .qibt-add-catalogo-home {
        font-size: 10px;
        padding: 4px;
        width: 100%;
    }

    .qibt-pnocatalogo {
        font-size: 10px;
        padding: 4px;
        width: 100%;
    }

    .catalogo-int-vitrine {
        width: 70%;
    }

    .catalogo-int-quadro { /*width: 42.50%;*/
        width: 255px;
    }

    .vitrine-interna-subcategoria-irpag {
        display: none;
    }

    .catalogo-int-vitrine-txt {
        font-size: 11px;
        width: 240px;
        line-height: 20px;
    }

    .quadro-interno {
        width: 28.5%;
    }
}



@media screen and (max-width: 475px) {

    .catalogo-int-sel-atual-tit {
        width: 100%;
    }

    .catalogo-int-sel-atual-linha {
        width: 100%;
    }

    .catalogo-interno-menu-nav-bloco-selecao-nav {
        width: 95%;
        padding-left: 10px;
    }

    .catalogo-int-vitrine {
        width: 100%;
    }

    .catalogo-interno-menu-nav {
        font-size: 18px;
        color: #323232;
        text-decoration: none;
        padding-left: 6px;
        font-weight: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: hidden;
        background: url(../../Content/img/img-seta-vermelha-2.png)left center no-repeat;
        border-bottom: 1px solid #eaeaea;
        background-position: 0;
        background-size: 0px;
        padding-bottom: 6px;
        padding-top: 8px;
        width: 95%;
        text-align: left;
        height: 23px;
        cursor: pointer;
        overflow-x: hidden;
        overflow-y: hidden;
    }


    #listagem-produtos {
        margin-top: 65px;
    }

    /* .catalogo-int-menu { */
        /* font-weight: bold; */
        /* position: absolute; */
        /* background: url(../../Content/img/filtros.png) no-repeat; */
        /* background-size: 40px; */
        /* background-position: 2px; */
        /* height: 40px; */
        /* padding: 3px; */
        /* width: 40px; */
        /* margin-top: 30px; */
        /* float: right; */
        /* -moz-border-radius: 3px; */
        /* -webkit-border-radius: 3px; */
        /* border-radius: 3px; */
        /* border: 2px solid #ffffff; */
    /* } */

        /* .catalogo-int-menu:hover { */
            /* font-weight: bold; */
            /* position: absolute; */
            /* background: url(../../Content/img/filtros.png) no-repeat; */
            /* background-size: 40px; */
            /* background-position: 2px; */
            /* height: 40px; */
            /* padding: 3px; */
            /* width: 40px; */
            /* margin-top: 30px; */
            /* float: right; */
            /* -moz-border-radius: 3px; */
            /* -webkit-border-radius: 3px; */
            /* border-radius: 3px; */
            /* border: 2px solid #2d2d2d; */
        /* } */

            /* .catalogo-int-menu:hover .catalogo-interno-menu-nav-bloco { */
                /* visibility: visible; */
                /* opacity: 1; */
                /* background: #ffffff; */
            /* } */



    .catalogo-interno-menu-nav-bloco {
        position: absolute;
        z-index: 1;
        -webkit-transition: opacity 0.5s linear;
        -moz-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        opacity: 0;
        visibility: hidden;
        z-index: 999999;
        cursor: auto;
        width: 255px;
        background: #ffffff;
        margin-top: 43px;
        margin-left: -5px;
        border: 2px solid #2d2d2d;
    }
}


@media screen and (max-width: 449px) {

    #catalogo-int-quadro-home {
        width: 42.9%;
    }

    #embalagem {
        width: 177px;
        font-size: 9px;
    }

    .catalogo-int-quadro .embalagem {
        width: 173px;
        font-size: 10px;
    }

    .quantidade-add-carrinho {
        width: 28%;
    }

    .catalogo-int-menu {
    }

    .catalogo-int-vitrine {
        width: 98%;
    }

    .catalogo-int-quadro { /*width: 42.50%;*/
        width: 190px;
    }

    .catalogo-int-vitrine-filtros {
    }

    .catalogo-int-tit-categoria {
        width: 98%;
    }

    .vitrine-interna-subcategoria-irpag {
        display: none;
    }

    .montarcatalogo-importar a {
        font-size: 12px;
    }

    .qtd-caixa-mmcat {
        float: none;
        position: relative;
        margin-left: 32px;
        margin-bottom: -1px;
        margin-top: -17px;
    }

    @media screen and (max-width: 425px) {

        #catalogo-int-quadro-home {
            width: 42.2%;
        }

        #embalagem {
            width: 165px;
            font-size: 9px;
        }

        .vitrine-interna-select-itens-pagina {
            font-size: 10px;
            width: 100%;
            margin-right: 10px;
        }

        .vitrine-interna-filtros-itens-pagina {
        }

        .catalogo-int-vitrine-txt {
        }

        .catalogo-int-quadro .embalagem {
            width: 164px;
            font-size: 10px;
        }

        .quantidade-add-carrinho {
            width: 29%;
        }


        .quadro-interno .qipreco {
            font-size: 13px;
        }

        .qibt-add-catalogo-home {
            font-size: 9px;
            padding: 4px;
        }

        .qibt-pnocatalogo {
            font-size: 9px;
            padding: 4px;
        }

        .subvitrine-interna-links {
            width: 90%;
        }
    }


    @media screen and (max-width: 375px) {

        #catalogo-int-quadro-home {
            width: 41.2%;
        }

        #embalagem {
            width: 141px;
            font-size: 9px;
        }

        .catalogo-int-vitrine-txt {
        }

        .quantidade-add-carrinho {
            width: 34%;
        }

        .catalogo-int-quadro .embalagem {
            width: 138px;
            font-size: 9px;
        }

        .catalogo-int-quadro {
            width: 41%;
        }

        .subvitrine-interna-links {
            font-size: 12px;
            line-height: 20px;
        }

        .subvitrine-interna-titulo-categoria {
            font-size: 13px;
        }

        .subvitrine-interna-subtitulo-categoria {
            font-size: 25px;
        }

        .bt-maisinformacoes-lista-mcat {
            width: 80%;
        }

        .bt-add-carrinho-comprar-lista-mcat {
            width: 80%;
        }

        .montarcatalogo-importar a {
            font-size: 11px;
        }
    }

    @media screen and (max-width: 360px) {
        .montarcatalogo-importar a {
            font-size: 10px;
        }

        .catalogo-int-vitrine-txt {
            width: 215px;
            font-size: 11px;
        }

        .catalogo-int-quadro .embalagem {
            width: 132px;
            font-size: 9px;
        }

        .quantidade-add-carrinho {
            width: 36%;
        }
    }

    @media screen and (max-width: 320px) {

        #catalogo-int-quadro-home {
            width: 40%;
        }

        #embalagem {
            width: 115px;
            font-size: 8px;
        }

        .catalogo-int-quadro .embalagem {
            width: 110px;
            font-size: 7px;
        }

        .catalogo-int-quadro .qiprecogimba {
            font-size: 8px;
        }

        .catalogo-int-quadro .qipreco {
            font-size: 14px;
        }

        .catalogo-int-quadro .preco-de {
            font-size: 11px;
            height: 12px;
        }

        .levemaispaguemenoes-exibe {
            margin-left: -52px;
            width: 98px;
            font-size: 8px;
        }

        .vitrine-interna-select-itens-pagina {
            font-size: 10px;
            margin-right: 10px;
        }

        .vitrine-interna-filtros-itens-pagina {
            height: auto;
        }

        .catalogo-int-vitrine-txt {
            width: 280px;
            display: none;
        }


        .catalogo-int-quadro { /*width: 39%;*/
            width: 124px;
        }


        .imput-pesq-codigo-detalhe-catalogo {
            width: 86%;
        }

        #listagem-produtos {
            margin-top: 37px;
        }

        .catalogo-int-menu {
            margin-top: -6px;
        }

            .catalogo-int-menu:hover {
                margin-top: -6px;
            }
    }
}

@media (max-width: 1880px) {
    .add-carrinho-aumenta-vitrine {
        display: block;
        position: absolute;
        display: inline-table;
        margin-left: 27px;
        margin-top: 3px;
    }
}

/*@media (max-width: 1720px) {
    .add-carrinho-aumenta-vitrine {
        display: block;
        position: absolute;
        display: inline-table;
        margin-left: 27px;
        margin-top: 3px;
    }
}

@media (max-width: 1660px) {
    .add-carrinho-aumenta-vitrine {
        display: block;
        position: absolute;
        display: inline-table;
        margin-left: 27px;
        margin-top: 5px;
    }
}*/
    .add-carrinho-aumenta-mais-vitrine {
        margin-top: 0px;
        clear: both;
        width: 12px;
        height: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 1px;
        cursor: pointer;
        /*margin-top: 1px;
    clear: both;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1px;
    cursor: pointer;*/
    }

        .add-carrinho-aumenta-mais-vitrine:hover {
            background-color: lightgrey;
        }

    .add-carrinho-aumenta-menos-vitrine {
        margin-top: -1px;
        clear: both;
        width: 12px;
        height: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 1px;
        cursor: pointer;
        /*margin-top: 3px;
    clear: both;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1px;
    cursor: pointer;*/
    }

        .add-carrinho-aumenta-menos-vitrine:hover {
            background-color: lightgrey;
        }

    .btn-produto-menos {
        width: 16px;
        background: url(../../Content/img/menos.png) no-repeat;
        background-position: 3px;
        background-size: 10px;
        border: none;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 0px;
        cursor: pointer;
        height: 24px;
    }

    .btn-produto-mais {
        width: 15px;
        background: url(../../Content/img/mais.png) no-repeat;
        background-position: 3px;
        background-size: 10px;
        border: none;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 0px;
        cursor: pointer;
        height: 24px;
    }

    @media screen and (max-width: 980px) {
        .add-carrinho-aumenta-vitrine {
            display: none;
        }
    }


@charset "utf-8";
/* CSS Document */

/*HEADER E FOOTER*/

.ordenar-por {
    float: left;
}

/*CONSULTA DE PEDIDOS*/
.pedidos-filtros {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.filtros-itens-pp {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 5px;
}

.filtros-itens-pp-mob {
    width: auto;
    float: right;
}

.filtros-itens-pp .boxesipp {
    float: right;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
}

.pedidos-filtros .boxes {
    float: left;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
}

.pfiltro-numero {
    width: 215px;
    margin-right: 15px;
}

.pfiltro-pesquisa {
    width: 315px;
    margin-right: 15px;
}

.pfiltro-pesquisa-mapa {
    width: 315px;
}

.pfiltro-tipo {
    width: auto;
    min-width: 120px;
    margin-right: 15px;
    height: 35px;
}

.pfiltro-cores {
    width: auto;
    min-width: 120px;
    margin-right: 15px;
    height: 31px;
}

.pfiltro-status {
    width: 270px;
    margin-right: 15px;
    height: 35px;
}

.pfiltro-itenspp {
    width: 120px;
    margin-right: 0px;
    height: 35px;
}

.pfiltro-periodo {
    width: 90px;
}

.pfiltro-filtragem {
    width: 220px;
    margin-right: 15px;
    height: 28px;
    font-size: 13px;
}


.pedidos-dados-numero {
    float: left;
    margin: 16px 10px 0px 10px;
    width: 60px;
}

    .pedidos-dados-numero a {
        color: inherit;
        text-decoration: underline;
        font-weight: bold;
    }

.pedidos-dados-status {
    float: left;
    margin: 16px 10px 0px 10px;
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .pedidos-dados-status a {
        text-decoration: underline;
        font-weight: bold;
        font-size: 14px;
    }

.pdados-status-aberto {
    color: #189d0e;
}

.pdados-status-reprovado {
    color: #d22630;
}

.pdados-status-entregue {
    color: #189d0e;
}

.pdados-status-aguardando {
    color: #2d2d2d;
}


.pedidos-dados-fantasia {
    float: left;
    margin: 16px 10px 0px 10px;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pedidos-dados-cnpj {
    float: left;
    margin: 16px 10px 0px 10px;
    width: 160px;
}

.pedidos-dados-data {
    float: left;
    margin: 16px 10px 0px 10px;
    margin-top: 8px;
    width: 85px;
}

.pedidos-dados-valor {
    float: left;
    margin: 16px 10px 0px 10px;
    width: 112px;
}

.pedidos-dados-icones {
    float: left;
    /*margin: 0px 5px 0px 5px;*/
    cursor: pointer;
}

    .pedidos-dados-icones a {
        width: 52px;
        height: 52px;
    }

    .pedidos-dados-icones img {
        width: 52px;
        height: auto;
    }

.pedidos-chamada {
    display: none;
}

.pdados-anula {
    margin-top: 0px;
}


/*EXIBIR PEDIDOS*/

.pc-exibe-consultapedido {
    width: 96%;
    border: 1px solid #2d2d2d;
    background: #FFF;
    padding: 24px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 5px;
    text-align: left;
}

.pc-exibe-consultapedido-colunas {
    float: left;
    width: auto;
    height: auto;
}

.exibecoluna {
    border-right: 1px solid #e4e4e4;
    padding-right: 10px;
    width: 272px;
}

.exibecoluna-traking {
    padding-left: 10px;
}

.pc-exibe-pedidos-numero {
    font-size: 25px;
    color: #d22630;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}

.pc-exibe-pedidos-dados {
    overflow: hidden;
    /*white-space: nowrap;
    text-overflow: ellipsis;*/
}

.pc-exibe-pedidos-icones {
}

.pc-exibe-icones {
    float: left;
    margin: 0px 6px 0px 6px;
    cursor: pointer;
}

    .pc-exibe-icones img {
        width: 70px;
        height: auto;
    }

.pc-exibe-fechar {
    float: right;
    margin-top: 0px;
    margin-left: 431px;
}

    .pc-exibe-fechar a {
        color: inherit;
        text-decoration: none;
    }

        .pc-exibe-fechar a:hover {
            text-decoration: underline;
        }

.pc-exibe-pedidos-traking {
}

.pc-exibe-pedidos-carrinho {
}

.pc-exibe-pedidos-notas {
}

/*TRAKING*/

.pc-exibe-pedidos-tracking {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.box-traking {
    float: left;
    height: auto;
    width: 70px;
    text-align: center;
}

    .box-traking img {
        width: 64px;
        height: 64px;
    }

.box-traking-img {
    width: auto;
    height: auto;
}

.box-traking-tit {
    clear: both;
    margin-top: 5px;
    height: 70px;
    font-size: 11px;
    line-height: 13px;
}

    .box-traking-tit b {
        font-size: 10px;
    }

.box-traking-horario {
    font-size: 12px;
    margin-top: 5px;
}

.traking-passo {
    width: auto;
    height: auto;
    float: left;
    margin: 0px 1px 74px 1px;
}

    .traking-passo img {
        width: 15px;
    }

.traking-title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 2px;
}

.traking-carrinho {
    font-size: 17px;
    text-align: center;
    margin-top: 14px;
    height: 390px;
    width: 906px;
    overflow: auto;
    border-bottom: 4px solid #2d2d2d;
    border-top: 4px solid #2d2d2d;
    padding: 10px 0px 10px 0px;
}

.traking-carrinho-tit {
    width: 98%;
    border: 1px solid #e4e4e4;
    background: #e4e4e4;
    padding: 5px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
    color: #2d2d2d;
    clear: both;
}

.traking-carrinho-faixa {
    width: 98%;
    border: 1px solid #e4e4e4;
    background: #FFF;
    padding: 5px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
    text-align: center;
    clear: both;
    margin-top: 5px;
}

.traking-chamadas {
    float: left;
}

    .traking-chamadas img {
        width: 40px;
        height: auto;
    }

.traking-tit-produto {
    width: 72px;
}

.traking-tit-descricao {
    width: 452px;
    margin-left: 5px;
}

.traking-tit-quantidade {
    width: 80px;
}

.traking-tit-valorunitario {
    width: 130px;
}

.traking-tit-valortotal {
    width: 130px;
}

.traking-produto {
    width: 72px;
}

.traking-descricao {
    width: 452px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
    margin-left: 5px;
}

.traking-quantidade {
    width: 80px;
    margin-top: 12px;
}

.traking-valorunitario {
    width: 130px;
    margin-top: 12px;
}

.traking-valortotal {
    width: 130px;
    margin-top: 12px;
}

.traking-notas {
    font-size: 17px;
    text-align: center;
    margin-top: 14px;
    height: 327px;
    width: 906px;
    overflow: auto;
    border-bottom: 4px solid #2d2d2d;
    border-top: 4px solid #2d2d2d;
    padding: 10px 0px 10px 0px;
}

.traking-nota-dados {
    width: 96%;
    height: auto;
    padding: 14px;
    border: 1px solid #666;
    margin: 1px;
    float: left;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 20px;
    font-size: 12px;
    clear: both;
    text-align: left;
    line-height: 19px;
}

.sel-admbanners {
    float: right;
    height: 23px;
    margin-left: 5px;
}


/*QUANTIDADE*/

.nccarrinho-qtd {
    width: auto;
    height: auto;
    display: block;
}

.nccarrinho-qtd-campo {
    width: 32px;
    padding: 2px;
    border: 1px solid #2d2d2d;
    background: #ffffff;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    font-size: 14px;
    height: 24px;
    float: left;
    margin: 0px;
}

.bt-ncarrinho-qtd-mais {
    width: 15px;
    background: url("../img/mais.png") no-repeat;
    background-position: 3px;
    background-size: 10px;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px;
    cursor: pointer;
    height: 24px;
    float: left;
    margin: 0px;
}

.bt-ncarrinho-qtd-menos {
    width: 16px;
    background: url("../img/menos.png") no-repeat;
    background-position: 3px;
    background-size: 10px;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px;
    cursor: pointer;
    height: 24px;
    float: left;
    margin: 0px;
}


/*----------------------------------------------------------*/

/*VITRINES*/ /*VITRINES*/ /*VITRINES*/ /*VITRINES*/ /*VITRINES*/ /*VITRINES*/

.pc-vitrine {
    width: 100%;
    max-width: 1280px;
    height: auto;
}

.pc-rotativo {
    width: 100%;
    max-width: 1280px;
    height: auto;
}

.pc-vitrine-nav {
    width: 260px;
    height: auto;
    float: left;
}

.pc-categorias-nav {
    width: 260px;
    height: auto;
    float: left;
}

.pc-vitrine-produtos {
    width: 78%;
    height: auto;
    float: right;
}

.pc-home-produtos {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 50px;
}

.pc-rotativo-produtos {
    width: 1170px;
    height: auto;
    float: left;
    overflow: hidden;
}

.pc-rotativo-boxes {
    position: relative;
    width: 9999px;
    height: auto;
}

.pc-rotativo-flexisel {
    margin: 254px auto;
    cursor: pointer;
}

.pc-rotativo-flexisel-left {
    left: 0px;
    background: url(../img/seta-esq.png) no-repeat;
    background-size: 54px;
    background-position: -9px;
    width: 40px;
    height: 70px;
    float: left;
}

.pc-rotativo-flexisel-right {
    right: 0px;
    background: url(../img/seta-dir.png) no-repeat;
    background-size: 54px;
    background-position: -9px;
    width: 40px;
    height: 70px;
    float: right;
}

.pc-rotativo-flexisel-left:hover {
    opacity: 0.6;
}

.pc-rotativo-flexisel-right:hover {
    opacity: 0.6;
}

.pc-vnav {
    margin-left:20px;
}


.pc-vnav-filtros {
    width: auto;
    height: auto;
    padding: 0 0 18px 0;
    text-align:left;
}

.pc-vnav-filtro-tit {
    border-bottom: 2px solid #2d2d2d;
    font-weight: bold;
}

.vnav-filtro-saberto {
    background: url(/Content/v2/img/seta-cima.png) no-repeat;
    background-size: 18px;
    background-position: right 5px;
}

.vnav-filtro-sfechado {
    background: url(/Content/v2/img/seta-baixo.png) no-repeat;
    background-size: 18px;
    background-position: right 5px;
}

.pc-vnav-filtro-txt {
    width: auto;
    height: auto;
    padding: 5px 0;
    font-size: 14px;
}

.pc-nav-filtro-linhas {
    border-bottom: 1px solid #e4e4e4;
    padding: 3px 0;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .pc-nav-filtro-linhas a {
        color: inherit;
        text-decoration: none;
    }

        .pc-nav-filtro-linhas a:hover {
            text-decoration: underline;
        }

.pc-nav-resfiltros a {
    padding: 0 5px;
    font-weight: bold;
    text-decoration: none;
}

    .pc-nav-resfiltros a:hover {
        text-decoration: underline;
    }

/*BOX PRODUTO*/ /*BOX PRODUTO*/ /*BOX PRODUTO*/ /*BOX PRODUTO*/ /*BOX PRODUTO*/

.pc-bhome {
    width: 100%;
    height: auto;
}

.pc-vitrine-box-produto {
    width: 21.50%;
    height: auto;
    border: 1px solid #999999;
    float: left;
    padding: 0.8em;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0.2em;
    background: #ffffff;
}

.pc-vitrine-box-levemais {
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    border: 1px solid #2d2d2d;
}

.pc-rotativo-box {
    width: 204px;
}

.pc-home-box {
    width: 14.25%;
}

.boxproduto-tit {
    border-bottom: 1px solid #2d2d2d;
    font-weight: bold;
    font-size: 11px;
}

.boxproduto-txt {
    font-size: 13px;
    line-height: 17px;
    padding: 5px 0 0 0;
    max-height: 54px;
    height: 54px;
    overflow: hidden;
}

.boxproduto-imagem {
    padding: 10px 0;
}

    .boxproduto-imagem img {
        width: 100%;
        height: auto;
    }

.boxproduto-mlista {
    height: 30px;
    padding: 7px 0;
}

.bp-mlista-desativado {
    background: url(/Content/v2/img/adicionar-lista.png) no-repeat;
    height: 30px;
    background-position: right 4px;
    cursor: pointer;
    width: 110px;
    border: 0px;
    float: right;
}

.bp-mlista-ativo {
    background: url(/Content/v2/img/adicionar-lista-ativo.png) no-repeat;
    height: 30px;
    background-position: right 4px;
    cursor: pointer;
    width: 110px;
    border: 0px;
    float: right;
}

.boxproduto-levemais {
    width: 100%;
    height: 24px;
}

.bp-levemaispaguemenos {
    background: #2d2d2d;
    padding: 1px 0px;
    border: 0px;
    width: 100%;
    cursor: pointer;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}

.boxproduto-levemais-resultado {
    width: 100%;
}

.bp-lmpm-resultado {
    border: 1px solid #2d2d2d;
    padding: 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}

.bp-levemaispaguemenos-resultado {
}

.bp-levemais-tit {
    float: left;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    padding: 3px;
    width: 46%;
    text-align: center;
}

.bp-paguemenos-tit {
    float: left;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    padding: 3px;
    width: 46%;
    text-align: center;
}

.bp-levemais-txt {
    float: left;
    font-size: 13px;
    color: #2d2d2d;
    padding: 3px;
    width: 46%;
    text-align: center;
}

.bp-paguemenos-txt {
    float: left;
    font-size: 13px;
    color: #2d2d2d;
    padding: 3px;
    width: 46%;
    text-align: center;
}

.boxproduto-qtde {
    padding: 15px 0;
    height: 26px;
}

.boxproduto-precode {
    font-size: 12px;
    text-decoration: line-through;
    height: 14px;
}

.boxproduto-precopor {
    font-size: 24px;
    font-weight: bold;
    color: #189d0e;
    line-height: 30px;
    height: 30px;
}

.boxproduto-precoparcela {
    font-size: 15px;
    color: #189d0e;
    height: 20px;
    font-weight: bold;
}

.boxproduto-btcomprar {
    padding: 10px 0px;
    height: 30px;
}

.boxproduto-codigo {
    font-size: 13px;
    text-align: center;
    line-height: 17px;
    height: 17px;
}

/*QUANTIDADE*/

.boxproduto-qtd {
    width: auto;
    height: auto;
    float: right;
}

.boxproduto-qtd-campo {
    width: 38px;
    padding: 2px;
    border: 1px solid #2d2d2d;
    background: #ffffff;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    font-size: 14px;
    height: 24px;
    float: left;
    margin: 0px;
}

.boxproduto-qtd-mais {
    width: 15px;
    background: url(/Content/v2/img/mais.png) no-repeat;
    background-position: 3px;
    background-size: 10px;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px;
    cursor: pointer;
    height: 24px;
    float: left;
    margin: 0px;
}

.boxproduto-qtd-menos {
    width: 16px;
    background: url(/Content/v2/img/menos.png) no-repeat;
    background-position: 3px;
    background-size: 10px;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px;
    cursor: pointer;
    height: 24px;
    float: left;
    margin: 0px;
}

.boxproduto-edisponivel {
    width: 80px;
    text-align: center;
    font-size: 13px;
    background: #189d0e;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 1px;
    color: #ffffff;
    font-weight: bold;
    float: left;
}

.boxproduto-eindisponivel {
    width: 80px;
    text-align: center;
    font-size: 13px;
    background: #d22630;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 1px;
    color: #ffffff;
    font-weight: bold;
    float: left;
}

.vitrine-filtros-nav {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 5px;
}

.vitrine-filtro {
    float: right;
}

.vitrine-filtro-select {
    width: 120px;
    margin-right: 0px;
    height: 30px;
    font-size: 12px;
    text-align: left;
    padding: 4px;
    margin: 0;
}

/*LISTA EXIBE*/

.listaproduto-geral {
    width: 96.9%;
}

.listaproduto-coluna01 {
    float: left;
    height: auto;
    width: 364px;
}

.listaproduto-coluna02 {
    float: left;
    height: auto;
    width: 120px;
    padding: 0 15px 0 0;
}

.listaproduto-coluna03 {
    float: left;
    height: auto;
    width: 112px;
}

.listaproduto-coluna04 {
    float: left;
    height: auto;
    width: 190px;
    padding: 50px 0 0 0;
}

.listaproduto-coluna05 {
    float: left;
    height: auto;
    width: 190px;
    padding: 0px 30px;
}

.listaproduto-coluna06 {
    float: left;
    height: auto;
    width: 195px;
}

.pc-vitrine-filtros-nav {
    display: none;
}


.listaproduto-coluna01 .boxproduto-codigo {
    font-size: 10px;
    text-align: left;
    height: 12px;
}

.listaproduto-coluna01 .boxproduto-mlista {
    height: 24px;
    padding: 0px 0;
}

.listaproduto-coluna01 .boxproduto-txt {
    font-size: 12px;
    text-align: left;
}

.listaproduto-coluna01 .boxproduto-txt {
    max-height: 50px;
    height: 50px;
}

.listaproduto-coluna05 .bp-levemais-txt {
    font-size: 12px;
    padding: 0;
    width: 90px;
}

.listaproduto-coluna05 .bp-levemais-tit {
    font-size: 12px;
    padding: 0;
    width: 90px;
}

.listaproduto-coluna05 .bp-paguemenos-txt {
    font-size: 12px;
    padding: 0;
    width: 90px;
}

.listaproduto-coluna05 .bp-paguemenos-tit {
    font-size: 12px;
    padding: 0;
    width: 90px;
}

.listaproduto-coluna05 .bp-lmpm-resultado {
    padding: 4px 2px;
}

.listaproduto-coluna05 .boxproduto-levemais {
    height: 20px;
}

.listaproduto-coluna05 .bp-levemaispaguemenos {
    height: 20px;
}

.listaproduto-coluna05 .bp-levemaispaguemenos-resultado {
    padding: 2px 0;
}

.listaproduto-coluna05 .boxproduto-levemais-resultado {
    height: 64px;
}

.listaproduto-coluna02 .boxproduto-imagem {
    padding: 0;
}

.listaproduto-coluna06 .bp-levemais-txt {
    padding: 0;
    width: 90px;
}

.listaproduto-coluna06 .bp-paguemenos-txt {
    padding: 0;
    width: 90px;
}

.listaproduto-coluna06 .bp-lmpm-resultado {
    padding: 2px;
}

.listaproduto-coluna06 .listaproduto-qte-geral {
    width: 160px;
    padding: 6px 0;
}

.listaproduto-coluna06 .boxproduto-btcomprar {
    padding: 5px 0 0 0;
    height: 30px;
}

.listaproduto-coluna06 .boxproduto-precode {
    font-size: 11px;
    height: 10px;
}

.listaproduto-coluna06 .boxproduto-precopor {
    font-size: 22px;
    height: 28px;
    line-height: 28px;
}

.listaproduto-coluna06 .boxproduto-precoparcela {
    font-size: 14px;
    height: 17px;
}

.listaproduto-coluna06 .boxproduto-qte-linha {
    height: 30px;
    width: auto;
}

.listaproduto-coluna06 .boxproduto-qtd {
    float: left;
}


/*CARRINHO DE COMPRAS*/

.estrutura-carrinho {
    font-size: 17px;
    text-align: center;
    height: auto;
    width: auto;
    overflow: auto;
    padding: 10px 0px 10px 0px;
}

.cardescrito {
    height: 46px;
    display: table-cell;
    vertical-align: middle;
}

    .cardescrito div {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.aviso-embalagem {
    color: #d22630;
    font-size: 12px;
}

.bt-carcat-gimba, .bt-carcat-contrato {
    font-size: 10px;
    width: 65px;
    padding: 4px 11px 3px 11px;
}

.bt-carcat-estoqsim, .bt-carcat-estoqnao {
    font-size: 10px;
    width: 42px;
    padding: 4px 11px 3px 11px;
}

.tb-carheig {
    height: 45px; /*padding-top: 10px;*/
}

.tb-car-acao a {
    font-size: 12px;
    text-decoration: underline;
}

.tb-car-valor font, .tb-car-valortotal font {
    color: #189d0e;
    font-weight: bold;
    font-size: 18px;
}

.tb-car-lmaispmenos .lmaispmenos {
    font-size: 10px;
    color: #189d0e;
    line-height: 13px;
    font-weight: bold;
    height: 46px;
    display: table-cell;
    vertical-align: middle;
}

.tb-car-qtd .boxproduto-qtd {
    width: auto;
    height: 45px;
    float: none;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.tb-car-qtd .boxproduto-qtd-campo {
    width: 38px;
    padding: 2px;
    border: 1px solid #2d2d2d;
    background: #ffffff;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    font-size: 14px;
    height: 24px;
    float: left;
    margin: 0px;
}

.info-carpedido {
}

.dados-carpedido {
    font-size: 13px;
    line-height: 17px;
}

.carpedido-subtitle {
    text-align: center;
    line-height: 34px;
    clear: both;
    font-size: 14px;
    color: #d22630;
    border: 1px solid #d22630;
    margin-bottom: 20px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.conferencia-pedido {
    width: 100%;
    height: auto;
}

.confere-carpedido {
    font-size: 13px;
    line-height: 17px;
    border: 1px solid #2d2d2d;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 11px;
    float: left;
    width: 98%;
    overflow: hidden;
    margin: 20px 0;
}

    .confere-carpedido .camposdados {
        float: left;
        width: 400px;
        margin: 4px;
        max-height: 18px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.campolista {
    float: none !important;
    clear: both !important;
    width: 99% !important;
}

.confere-carpedido .camposobserva {
    clear: both;
    padding: 20px 4px 4px 4px;
}

.confere-carpedido .btedicoes {
    clear: both;
    padding: 5px 0 10px;
}

.editar-carpedido {
    font-size: 13px;
    line-height: 17px;
    border: 1px solid #2d2d2d;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 11px;
    float: left;
    width: 98%;
    overflow: hidden;
    margin: 5px 0;
}

    .editar-carpedido .camposdados {
        float: left;
        width: 400px;
        margin: 4px;
        max-height: 42px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.editselect {
    width: auto;
    min-width: 190px;
    margin-right: 5px;
    height: 23px;
    float: right;
}

.edittext {
    width: 300px;
    margin-right: 5px;
    height: 23px;
}

.areatext {
    width: 660px;
    margin-right: 5px;
    height: 133px;
    clear: both;
    float: left;
}

.btedicoes {
    clear: both;
}

.campo-compitem {
    width: 140px;
    float: none;
}





















