/*
Theme Name: Da Suzy - Delícias Saudáveis
Theme URI: https://dasuzy.com.br
Author: Seu Nome
Author URI: https://startproweb.com.br/
Description: Tema personalizado para o WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: tema, personalizado
*/

/* Estilos personalizados aqui */

.quantUni {
  background-color: #DA3F6C;
  border: 4px solid #A61C49;
  border-radius: 50%; 
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center; 
  color: white; 
  font-size: 12px; 
  font-weight: bold; 
  text-align: center;
}

.quantUni .number {
  font-size: 18px;
  margin-top: 5px;
}  

.quantUni .unid{
  font-size: 9px;
  margin-top: -6px;
}


.nav-tabs.product-tab{
  display: flex;
} 


.bloco-table{
padding-top: 20px;
}

.bloco-table .title-table{
  text-align: center;
  margin-bottom: 30px;
  }

.bloco-table ul li{
  margin-bottom: 20px;
}

.rte {
   padding: 20px 0;
   max-width: 100%;
   margin: auto;
   }
  .rte h2 {
    margin: 0 0 20px;
    padding: 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2em;
   }
   .rte table {
   width: 100%;
   border-collapse: collapse;
   margin-bottom: 30px;
   }
   .rte th, .rte td {
   border: 1px solid #ddd;
   padding: 12px;
   text-align: left;
   font-size: 16px;
   color: white;
   }
  .rte td, .rte th{
   border: 3px solid #fff;
   text-align: center;
   padding: 8px;
   }
   .rte th {
   background-color: #db3a6b;
   color:white;
   font-weight: bold;
   }
   .rte tr:nth-child(even) {
   background-color: #db3a6b;
   }
   .rte tr:nth-child(odd) {
   background-color: #ac204a;
   }
   .rte p {
    color: #656565;
    letter-spacing: 0;
    font-family: Raleway, sans-serif;
    margin-bottom: 30px;
   }


   /* Estilo da paginação */
.pagination {
  text-align: center; /* Centraliza a paginação */
  margin: 20px 0; /* Margem acima e abaixo */
  width: 100%;
}

.pagination a {
  background-color:#a5cc39; /* Cor de fundo dos botões de paginação */
  color: white; /* Cor do texto */
  padding: 10px 15px; /* Espaçamento interno */
  margin: 0 5px; /* Margem entre os botões */
  text-decoration: none; /* Sem sublinhado */
  border-radius: 5px; /* Bordas arredondadas */
  transition: background-color 0.3s; /* Transição suave para a cor de fundo */
}

.pagination a:hover {
  background-color: #45a049; /* Cor de fundo ao passar o mouse */
}

.pagination .current {
  background-color: #a5cc39; /* Cor de fundo para a página atual */
  color: white; /* Cor do texto da página atual */
  padding: 10px 15px; /* Espaçamento interno */
  border-radius: 5px; /* Bordas arredondadas */
}
.wp-pagenavi a, .wp-pagenavi span{
 text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 8px 5px;
  margin: 2px;
  background: #a5cc39;
  color: white;
}
   