#rodape .titulo {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
#rodape .institucional .titulo {
  color: #ffa820 !important;
}
#rodape ul li a {
  font-size: 13px;
}
#rodape ul li a:hover {
  color: #ffa820 !important;
}
.a-block .contato-titulo span {
  font-weight: 500;
  font-size: 14px;
  height: 20px;
}
.a-block .a-block-cont span {
  font-size: 14px;
  height: 20px;
}
.a-block.ha .contato-titulo span {
  font-size: 14px;
  font-weight: 500;
  height: 20px;
}
.menu-desktop .menu > ul > li > a strong {
  font-size: 15px;
  font-weight: 300;
  color: inherit;
}
.produto-detalhes .botao-whatsapp a span {
  font-size: 14px;
  padding: 10px;
}
.botao-whatsapp a {
  height: 40px;
}
.listagem .acoes-produto .botao-comprar {
  font-weight: 500;
}
/* Tabela Descrição do Produtos */
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
