﻿@charset "utf-8";
/* CSS Document */


/*HEADER E FOOTER*/

.ordenar-por {
    float: left;
}

/*CONSULTA DE PEDIDOS*/

.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;
}

.pfiltro-numero {
    width: 215px;
    margin-right: 15px;
}

.pfiltro-pesquisa {
    width: 315px;
    margin-right: 15px;
}

.pfiltro-pesquisa-mapa {
    width: 315px;
}

.pfiltro-tipo {
    width: 270px;
    margin-right: 15px;
    height: 35px;
}

.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-consultapedido-colunas .pc-exibe-pedidos-numero .pc-exibe-fechar{display: none;}

.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("/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;
    float: left;
    margin: 0px;
}

.bt-ncarrinho-qtd-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;
    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-vitrine-nav .pc-vnav {
    margin-left: 0px;
}

.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: 100%;
    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(/Content/v2/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(/Content/v2/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 {
}

.pc-vnav-filtros {
    width: auto;
    height: auto;
    padding: 26px 0 18px 0;
}

.pc-vnav-filtro-tit {
    border-bottom: 2px solid #2d2d2d;
    font-weight: bold;
}

.vnav-filtro-saberto {
    background-size: 18px;
    background-position: right 5px;
    background-position-y: 0;
}

.vnav-filtro-sfechado {
    background-size: 18px;
    background-position: right 5px;
    background-position-y: 0;
}

.pc-vnav-filtro-txt {
    width: auto;
    height: auto;
    padding: 5px 0;
    font-size: 14px;
}

.pc-nav-filtro-linhas {
    border-bottom: 1px solid #e4e4e4;
    padding: 8px 0;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .pc-nav-filtro-linhas p,
    .pc-nav-filtro-linhas a {
        color: inherit;
        text-decoration: none;
        cursor: pointer;
    }

        .pc-nav-filtro-linhas p: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.70%;
    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%;
}
.levemais-estrutura {
    width: 100%
}

.boxproduto-levemais-resultado {
    display: block;
    position: absolute;
    width: 210px;
    background: #ffffff;
}
.boxproduto-levemais-resultado-lista {
    display: block;
    width: 190px;
    width: 100%;
    background: #ffffff;
}

.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/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: 55px; /*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;
}


/*DESCRIÇÃO DE PRODUTO*/


.dp-descricao {
    text-align: left;
    width: 100%;
    height: auto;
    display: inline-block;
}

.dp-titulo h1 {
    color: inherit;
    font-weight: normal;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.dp-aviso {
    color: #d22630;
    font-size: 13px;
    margin: 5px 0;
}

.dpimg-dados {
    display: inline-block;
    width: 405px;
    margin-left: 20px;
}

.dpdados-linha {
    display: flex;
}

.dp-qtd {
}

.dp-levemais {
    width: 220px;
}

.dpimg-box {
    max-width: 800px;
    width: 100%;
    height: auto;
    border: 1px solid #999999;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #ffffff;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}

    .dpimg-box img {
        width: 320px;
        margin: 10px 0px;
        height: auto;
    }

.dp-imgmini {
    margin: 0;
    display: inline-flex;
}

    .dp-imgmini .direcao {
        width: 30px;
        margin: 5px 5px 0px 5px;
        height: 96px;
        display: table-cell;
        vertical-align: middle;
    }

        .dp-imgmini .direcao img {
            width: 32px;
            height: 32px;
            cursor: pointer;
            padding-top: 29px;
        }

.dpthumbs {
    max-width: 722px;
    overflow: hidden;
}

.dp-imgmini ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}

.dpimg-mbox {
    width: 90px;
    height: 90px;
    border: 1px solid #999999;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #ffffff;
    margin: 5px 5px 0 0;
    padding: 2px;
    cursor: pointer;
}

    .dpimg-mbox img {
        width: 100%;
        height: auto;
    }

.dpimg-dados {
}

.dp-dadostecnicos {
    text-align: left;
}

.dpdado-tit {
    color: inherit;
    font-weight: normal;
    font-size: 20px;
    padding: 0;
    margin: 0;
    background: url(/Content/v2/img/mais.png) no-repeat;
    background-size: 16px;
    background-position: 3px 3px;
    padding-left: 25px;
    margin-top: 12px;
    cursor: pointer;
}

.dpdado-fecha {
    color: inherit;
    background: url(/Content/v2/img/menos.png) no-repeat;
    background-size: 16px;
    background-position: 3px 3px;
    padding-left: 25px;
}

.dpdado-texto {
    padding-left: 30px;
    line-height: 23px;
    margin-top: 9px;
    font-size: 15px;
}

.dp-imgdados {
    display: inline-flex;
    margin-top: 10px;
    width: 100%;
}

.fmlista {
    margin-bottom: 10px;
    height: 33px;
}

.fcodgimba {
    font-size: 12px;
    line-height: 18px;
    height: 18px;
}

.fcodcliente {
    font-size: 12px;
    line-height: 18px;
    height: 18px;
}

.fcatalogo {
    font-size: 12px;
    line-height: 18px;
    height: 18px;
}

    .fcatalogo a {
        color: #d22630;
    }

.flevemais {
    margin: 20px 0;
    height: 100px;
}

.festoque {
    height: 26px;
}

.fcompra {
    height: 28px;
    font-size: 25px;
    font-weight: bold;
    color: #189d0e;
    line-height: 30px;
    margin: 20px 0;
}

    .fcompra .dppor {
        font-size: 18px;
        margin-right: 5px;
    }

.fquantidade {
    height: 32px;
}

    .fquantidade .boxproduto-btcomprar {
        padding: 0;
        height: auto;
    }

    .fquantidade .boxproduto-qtd-campo {
        width: 65px;
        height: 30px;
    }

    .fquantidade .bt-ncarrinho-qtd-menos {
        width: 22px;
        background-size: 15px;
        height: 30px;
        background-position: 3px;
    }

    .fquantidade .bt-ncarrinho-qtd-mais {
        width: 22px;
        background-size: 15px;
        height: 30px;
        background-position: 3px;
    }

    .fquantidade .bp-vitrine-comprar {
        font-size: 18px;
        padding: 0px 30px;
        margin-left: 10px;
    }

.swiper-container {
    margin-left: 0 !important;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.pfiltro-vlmin {
    width: 160px;
    margin-right: 15px;
    height: 35px;
}

.pfiltro-vlmed {
    width: 250px;
    margin-right: 15px;
    height: 35px;
}

.pfiltro-estadovlmin {
    width: 200px;
    margin-right: 10px;
    height: 35px;
}

.btavl-pesq {
    margin-left: 0px !important;
}

.listacnpj-vlm {
padding: 2px;
    border: 2px solid #b5b5b5;
    border-top: 10px solid #b5b5b5;
    border-bottom: 10px solid #b5b5b5;
    margin: 1px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    float: right;
    width: auto;
    line-height: 30px;
    margin-top: -6px;
    overflow-y: scroll;
    height: auto;
    max-height: 250px;
    right: 0;
    margin-right: 1px;
}

.listacnpj-vlm ul { padding: 0; margin: 0; list-style: none;}
.resulavl a {text-decoration: none; color: inherit; font-weight: bold; margin: 0 3px;}
.resulavl {line-height: 27px; text-align: left;}
.vlm-lista {
    background: #b5b5b5;
    color: #ffffff;
}

.listacnpj-vlm ul li div {
    display: inline-block;
    float: left;
}

.listacnpj-vlm ul li .vlcnpj {
}

.listacnpj-vlm ul li .vlrazao {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 330px;
    border-left: 1px solid #999999;
    margin-left: 8px;
    padding-left: 8px;
    border-right: 1px solid #999999;
    margin-right: 8px;
    padding-right: 8px;
}

.listacnpj-vlm ul li .vlcidade {
}