/* ------------ PERSONALIZADO -------- */

:root {
    --cor-principal-personalizada: #d1a197;
    --cor-titulo: #666666;
}

.marcas, .secao-secundaria {
    display: none !important;
}

#corpo .listagem#listagemProdutos .titulo-categoria {
    color: var(--cor-titulo) !important;
}

/* --------------------------- PÁGINA PRODUTO ---------------------------------- */

.produto .nome-produto {
    font-size: 35px;
}

.produto .codigo-produto .cor-secundaria {
    color: #444;
}

.sharethis-inline-share-buttons {
    margin-top: 10px;
}


/* --------------------------- PÁGINA PRODUTO ---------------------------------- */


/* --------------------------- PÁGINA CARRINHO ------------------------- */

/* -- icone excluir do carrinho -- */

.tabela-carrinho .produto-info a {
    font-size: 1rem;
}

.excluir a {
    font-size: 18px !important;
}

/* --------------------------- PÁGINA CARRINHO ------------------------- */

/* ----------- faixa-devname ---------- */

#rodape>div:last-child .conteiner p {
    padding: 1rem 0;
}

#rodape .devname {
    display: block;
    margin-top: 10px;
}

#rodape .devname a {
    background: var(--cor-principal-personalizada) !important;
    border-radius: 0.25rem !important;
    padding: 0.25rem;
    color: white;
}


/* ----------- faixa-devname ---------- */

/* -- 0010 - qtde-minima-produto -- */

#alerta-quantidade-minima {
    display: none;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.disabled-link-qtd-min {
  pointer-events: none;
}

/* -- 0010 - qtde-minima-produto -- */

/* -- #0011 - qtde-minima-carrinho -- */

#alerta-quantidade-minima-pedido,
#alerta-quantidade-minima-pedido-2 {
    display: none;
    text-align: center;
    height: auto;
    line-height: 20px;
    margin: 20px 0;
    padding: 5px 0;
    font-size: 1rem;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
/* -- #0011 - qtde-minima-carrinho -- */

/* ---- posts blog ---------------- */

p.desc {
    height: 120px !important;
}

.resumo {
    background-color: #FAFAFA;
    padding: 15px;
    font-style: italic;
    font-weight: 600;
}

img.blog-destaque {
    max-height: 450px !important;
}

.link-personalizado, .titulo.borda-alpha, .caption > h4 {
    color: var(--cor-principal-personalizada) !important;
}