.produtosMostragemTitulos{
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    min-height: 80px;
}
.produtosMostragemDescricao{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #706868;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #999999;
    border-bottom-color: #999999;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.produtosMostragemCategoria{
    font-size: 11px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #598527;
    min-height: 20px;
}
.produtosMostragemNome{
    height: 48px;
    overflow: hidden;
}
.produtosMostragemNome02{
    height: 44px;
    overflow: hidden;
}

.produtosDetalhesDivCores{
    width: 230px;
    padding: 50px 10px 10px 10px;
    border-left-color: #005500;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #005500;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #005500;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-image: url("../imagens/produtosDetalhesCoresVerde.png");
    background-position: top;
    background-repeat: no-repeat;
}
.produtosDetalhesColunaCores{
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
}
.produtosDetalhesColunaCores_escolhido{
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #FF0000;
}
.produtosDetalhesDivTamanhos{
    width: 230px;
    border-left-color: #005500;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #005500;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #005500;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-image: url("../imagens/produtosDetalhesTamanhosVerde.png");
    background-position: top;
    background-repeat: no-repeat;
}
.produtosDetalhesColunaTamanhos{
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    vertical-align: middle;
}
.produtosDetalhesColunaTamanhos_escolhido{
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #FF0000;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
    vertical-align: middle;
}
.produtosDetalhesColunaTamanhos_indisponivel{
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    cursor: default;
    vertical-align: middle;
    background-image: url("../imagens/indisponivel.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
}
.produtosDetalhesDivQuantidade1{
    display: grid;
    grid-template-columns: 35% 65%;
    grid-template-rows: 100%;
    grid-template-areas:
        "produtoDetalhesQuantidadeTexto produtoDetalhesQuantidadeOpcoes";
    grid-gap: 0.8rem;
    width: 230px;
    padding: 20px 10px 10px 10px;
    
    background-position: top;
    background-repeat: no-repeat;
}
.produtosDetalhesDivQuantidade3{
    width: 230px;
    border-left-color: #005500;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #005500;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #005500;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-image: url("../imagens/produtosDetalhesQuantidade3Verde.png");
    background-position: top;
    background-repeat: no-repeat;
}

#produtoDetalhesQuantidadeTexto{
    grid-area: produtoDetalhesQuantidadeTexto;
}
#produtoDetalhesQuantidadeOpcoes{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 100%;
    grid-template-areas:
        "produtoDetalhesQuantidadeCampo produtoDetalhesQuantidadeBotoes";
    grid-gap: 0.8rem;
    grid-area: produtoDetalhesQuantidadeOpcoes;
    width: 70px;
}
#produtoDetalhesQuantidadeCampo{
    grid-area: produtoDetalhesQuantidadeCampo;
}
#produtoDetalhesQuantidadeBotoes{
    grid-area: produtoDetalhesQuantidadeBotoes;
}

.produtoAmpliarImagem{
    font-family: Arial, Helvetica, sans-serif;
    ;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
}
.produtoDetalhes{
    font-family: 'Montserrat', sans-serif;
    font-size:12px;
    font-weight: normal;
    color:#000000;
    line-height:24px;
    text-align:justify;
}
.produtoDetalhesFormTextos{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color:#000000;
    text-align:justify;
}
.produtoDetalhesCampos{
    background-color: #605d5d;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 1px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 5px;
    width: 243px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.produtoDetalhesCamposTextArea{
    background-color: #605d5d;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 1px;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    margin-top: 5px;
    padding-left: 5px;
    width:243px;
    height: 190px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.produtoDetalhesBotao{
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#FFFFFF;
    background-color: #790000;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF;
    height:28px;
    width:80px;
    line-height: 23px;
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: 10px;
    cursor: pointer;
}
.produtoDetalhesBotaoComprar{
    background-image: url("../imagens/shopping_car.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-color: #005952;
    background-size: 35px;
    border: none;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 60px;
    width: 238px;
    height: 50px;
    cursor: pointer;
    text-transform: uppercase;
}
.produtoDetalhesTitulos{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    border-top-color: #999999;
    border-top-style: solid;
    border-top-width: 3px;
    margin-top: 50px;
    line-height: 34px;
}
.produtoDetalhesTitulos2{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    border-top-color: #999999;
    border-top-style: solid;
    border-top-width: 3px;
    margin-top: 50px;
    line-height: 34px;
}
.produtoDetalhesComentariosTabela{
    border-style: solid;
    border-width: 1px;
    border-color: #ccccff;
    padding:7px;
    margin-bottom: 20px;
    background-color: #efeff2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.produtoDetalhesComentarioColunas{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ccccff;
}
.produtoDetalhesDataHora{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-align: left;
}
.produtoDetalhesCategoriaGrupo{
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #598527;
}
.produtoDetalhesNome{
    font-size: 26px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    text-align: left;
    line-height: 26px;
    margin-bottom: 5px;
}
.produtosDetalhesPrecoReais{
    font-size: 56px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #598527;
    line-height: 56px;
}
.produtosDetalhesPrecoCentavos{
    font-size: 28px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #598527;
}
.produtoDetalhesComentario{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
    text-align: left;
    padding-left: 15px;
}
.produtoDetalhesCuponsDeDesconto{
    width: 235px;
    background-image: url("../imagens/descontoFundo.jpg");
    background-repeat: repeat-x;
    background-position: bottom left;
    background-color: #f1f1f1;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
    padding: 3px;
    cursor: pointer;
}
.produtoDetalhesCuponsDeDesconto .valor{
    font-weight: bold;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ff3333;
    float: left;
    margin-right: 10px;
    line-height: 30px;
    padding-left: 5px;
}
.produtoDetalhesCuponsDeDesconto .texto{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #605d5d;
    padding-top: 1px;
}
.produtoDetalhesFreteTexto{
    padding-top: 8px;
    padding-right: 3px;
    color: #000000;
}
.produtoDetalhesLinks{
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.produtoDetalhesLinks ul li{
    list-style: disc;
    list-style-position: inside;
    line-height: 20px;
}
.produtoDetalhesLinks ul li a{
    cursor: pointer;
    color: #000000;
}
.produtoDetalhesCaracteristicas{
    width: 100%;
}
.produtoDetalhesCaracteristicas tr td{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px 10px 0 10px;
    color: #000000;
}
.produtoDetalhesCaracteristicasImpar{
    background-color: #ffffff;
    height: 25px;
}
.produtoDetalhesCaracteristicasPar{
    background-color: #edecec;
    height: 25px;
}

.produtosBotaoMaisInfo{
    background-position: top;
    background-repeat: repeat-x;
    background-image: url("../images/botoesFundo.jpg");
    background-color: transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 100%;
    height: 30px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}
.produtosBotaoMaisInfo a{
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 30px;
}
.produtosPrecoReais{
    font-size: 28px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #598527;
    line-height: 28px;
}
.produtosPrecoCentavos{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #598527;
}
.produtosPrecoRiscado{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #330000;
    text-decoration: line-through;
}
.produtosPrecoParcelado{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

#produtosRelacionadosBorda{

}
.produtosRelacionadosTitulo{
    font-family: 'Montserrat', sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#999999;
    line-height:20px;
    border-bottom-style:solid;
    border-bottom-width:6px;
    border-bottom-color:#CCCCCC;
}
.produtosRelacionadosLinhaSeparadora{
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#CCCCCC;
    height:10px;
}
.produtosRelacionadosNome{
    font-family: 'Montserrat', sans-serif;
    font-size:11px;
    font-weight:bold;
    color:#000000;
    text-align:left;
}
.produtosRelacionadosDescricao{
    font-family: 'Montserrat', sans-serif;
    font-size:10px;
    color:#000000;
    text-align:justify;
}
.produtosRelacionadosPreco{
    font-family: 'Montserrat', sans-serif;
    font-size:11px;
    font-weight:bold;
    color:#FF0000;
    text-align:justify;
}

.freteCampos{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight:bold;
    color:#000000;
    border:none;
    background:none;
    width:100px;
}

.produtosStatus{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #cc0000;
    width: 100%;
}

.produtosBordaFotos{
    margin-bottom: 10px;
    width: 100%;
    height: 170px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}
.produtosBordaFotos2{
    margin-bottom: 10px;
    margin-right: 15px;
    width: 100px;
    height: 125px;
    overflow: hidden;
}

#colunaProduto{
    background-color: #FFFFFF;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 11px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.2);
}
#colunaProduto:hover{
    background-color: #ffe5c9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}
#colunaProduto .interno{
    padding: 10px;
}

.produtosLinhas{
    width: 100%;
    margin: 10px 0 10px 0;
    display: table;
}

#produtoLinhaDivisoria{
    padding: 10px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #cccccc;
}
#produtoLinhaDivisoria #col1{
    float: left;
    width: 100px;
    margin-right: 5px;
}
#produtoLinhaDivisoria #col2{
    float: right;
}

#produtosDetalhesParcelas{
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    padding-top: 2px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
#produtosDetalhesParcelas #linhaPar{
    height: 20px;
    color: #000000;
    padding: 7px 10px 2px 10px;
    background-color: #edecec;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
#produtosDetalhesParcelas #linhaImpar{
    height: 20px;
    color: #000000;
    padding: 7px 10px 2px 10px;
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
#produtosDetalhesParcelas .destaque{
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}
#produtosDetalhesParcelas span{
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

#produtoDetalhesDivSelos{
    margin-top: 20px;
    margin-bottom: 20px;
}
#produtoDetalhesDivSelos div{
    margin-bottom: 10px;
}
