/* GERAL */

/* ============ */


/* ==== Menu principal ==== */

.painel-item:hover .dir-inside strong {
    font-size: 12px;
    font-weight: normal;
    color: #808080;
}

.painel-item:hover .dir-inside .contato-titulo{
    font-size: 12px;
    color: #808080;
}

body{
    color:#808080;
}

.pagina-carrinho .caixa-sombreada{
    box-shadow: 0 0px 0px 0px rgb(144 144 144 / 15%);
}

#rodape{
    box-shadow:none;
}


.menu-desktop .menu > ul > li > a strong{
    font-size: 16px;
    font-weight: 500;
    text-transform: lowercase;
}
.info-principal-produto .nome-produto {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 13px;
    color: #E8683B;
    text-transform: lowercase;
}
.menu-desktop .submenu{
    text-transform: lowercase;
}

/*
body .titulo-categoria .vitrine-mas-vendido strong{
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    z-index: 1;
    width: 300px;
    height: 44px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: lowercase;
    background: url(https://cdn.awsli.com.br/1317/1317856/arquivos/mini-bg-title.svg) 50% no-repeat;
}

/* VITRINI */

.preco-produto > :nth-child(2) {
    font-size: 14px;
    line-height: 14px;
    color: #808080;
}

.listagem .listagem-item .info-produto .nome-produto {
	color: #808080;
    font-size: 16px;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
    font-weight: 500;
    text-transform: lowercase;
  }

 body .titulo-categoria strong {
    font-size: 28px;
    font-weight: 700;
    z-index: 1;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: lowercase;
}



/* ----------------- */

/* ===== Página de login ===== */

.pagina-login .caixa-sombreada, .pagina-cadastro .caixa-sombreada {
    box-shadow: 0 1px 6px 3px rgb(144 144 144 / 0%);
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    background: #fff;
}

/* --------------- */

/* RODAPÉ */

#rodape strong{
    font-size: 13px;
    font-weight: normal;
}

#rodape .rodape-titulo {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
    display: flex;
}

#rodape .rodape-sobre p{
    font-size: 13px;
}

#rodape .rodape-institucional ul li a{
    font-size: 13px;
    
}
.listagem-item .preco-produto{
	color:#E8683B;
	font-size:16px;
}
