html #rodape .rodape-inferior{background: var(--cRodapeInferior);color: #201f1f;}
.pagina-pagina .caixa-sombreada ul {font-size: 15px !important;}
/* ---------------------------------- home -------------------------------------------- */
.listagem .listagem-item .imagem-produto {
    aspect-ratio: 2 / 2.5;
}

/* ---------------------------------- Botao de compra  ----------------------------------  */
.cores-personalizadas .botao.principal, .cores-personalizadas .bandeira-personalizar {
    background: #fff !important; /* #fdf4f4  */
    color: var(--cBotoesTxt) !important;
    fill: var(--cBotoesTxt) !important;
    border: solid;
    border-width: 1px;
    border-color: #c9383e!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.botao.botao-comprar.principal:hover {
    background: var(--cBotoesTxt) !important;
    fill: var(--cBotoesTxt) !important;
    color: var(--cBotoes) !important;
    opacity: 1;
}
/* ---------------------------------- /Botao de compra  ----------------------------------  */

.cores-personalizadas .botao-whatsapp {
    border-color: #ffffff!important;
}
/* ---------------------------------- Bandeira personalizada ----------------------------------  */
.cores-personalizadas .bandeira-personalizada-1 {
    border: 1px solid #fff;
}
.bandeiras-produto span {
    font-weight: 500;
}
/* ---------------------------------- \Bandeira personalizada ----------------------------------  */

/* ---------------------------------- Detalhes do produto ----------------------------------  */
.produto #properties-container {padding-top: 1.5em;}
.produto #properties-container table.table.table-bordered,
.produto #properties-container table.table.table-bordered > tbody > tr > td,
.produto #properties-container table.table.table-bordered > tbody > tr > th,
.produto #properties-container table.table.table-bordered > tfoot > tr > td,
.produto #properties-container table.table.table-bordered > tfoot > tr > th,
.produto #properties-container table.table.table-bordered > thead > tr > td,
.produto #properties-container table.table.table-bordered > thead > tr > th {
    border: none;
}

.produto #properties-container table.table.table-bordered > tbody > tr > td{
   border-bottom: 2px solid rgb(180,180,180); 
}

.produto #properties-container table.table.table-bordered > tbody > tr > td:first-child {
    padding-left: 0px;
}
.produto #properties-container table.table.table-bordered > tbody > tr >td:last-child {
    padding-right: 0px;
}
.produto #properties-container table.table.table-bordered > tbody > tr > td a:before{
    content: "\f0c1";
    margin-right: 3px;
    color: var(--cBotoesTxt);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome-v4;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
}
.produto #descricao div, .produto #descricao td {font-size: 1rem!important;line-height: 1.2rem!important;}
.produto #descricao .biography table, .produto #descricao .biography table tr, .produto #descricao .biography table tr td {
    border: none;
}
h3.author {margin: 0;font-size: large;}
.titulo-categoria.author-label strong { margin: 2rem 0 0 0;}
/* ---------------------------------- \Detalhes do produto ----------------------------------  */
/* ---------------------------------- Menu Lareral ----------------------------------  */
.pagina-categoria-busca .secao-principal .coluna{
    position: sticky !important;
    top: 8rem;
    left: 0;
    min-height: 100vh;
    max-height: 150vh;
    z-index:2;
}
/* ---------------------------------- \Menu Lareral ----------------------------------  */
