@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.titulo {
	font-size: 13px !important;
}


body {
  background: #fff;
   font-family: 'Poppins', sans-serif;
  
}

/*
Selecionar itens categoria principal menu superior
*/
#cabecalho > div:nth-child(2) > div:nth-child(2) > ul > li {
   border-right:1px solid rgba(202, 206, 249, 0.8) !important;
  
}


#cabecalho > div:nth-child(2) > div:nth-child(2) > ul>li:last-child{
  border-right:none !important;
}

/*
Alterando a fonte do titulo das categorias*/
.titulo {
   font-family: 'Poppins', sans-serif;
 
  font-size: 16px !important;
}



.cor-secundaria {
  color:black;
  font-weight: 550;  
}


a {
  padding: 0,20px;
}

/*
Busca
*/
.busca{
  background-color: white;
  border: none;  
}

.busca {
  height: 45px;
  padding: 0px;
}

.carrinho {
  height: 45px;
  border: none;
}


.carrinho>a span {
  padding: 10px 0 0;
}


#form-buscar {
    display: flex;
  justify-content: space-between;
   box-sizing: border-box;
   height: 100%;
}

.busca input {
  padding-left: 5px;
  border-right: none;
  height: 100%;
 box-sizing: border-box;
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.2);
}


#form-buscar button {
  border-radius: 0;
  border-left: none;
  position: static;
  height: 100%; 
  background-color:#fff;
  border-right:solid;
  background-image:none;
  color:blue; 
  
  font-size:20px;
  border-color: rgba(0, 0, 0, 0.2);
}




/* Hoover menu categoria*/

[class^="categoria-id"]:hover {
transition: background-color 0.4s ease-in-out;
  background-color:#0a37ff; 
}

a:hover {
  pointer-events: auto;
   
}

a:hover strong {
  transition: color 0.4s ease-in-out;
  color: #fff; /* cor vermelha */
}



/*
cor das arrow categoria
*/

.fundo-secundario {
  background-color: black;
}

.menu.superior {
  background-color: #fff;
}

.menu.superior .nivel-um>li {
  border-right: none;
}




/*

Remover bem-vindo
*/

.bem-vindo {
  visibility: hidden;
}

/*

Rodapé institucional
*/
#rodape .institucional {
  background-image: none; /*remover textura*/
}

.institucional{
  background-color: #0a36ff;
}


/*
remover newsletter
*/
.row-fluid > .span > .newsletter {
  display:none;
}
/*
remover newsletter
*/
.row-fluid > .span > .newsletter {
  display:none;
}




.pagamento-selos {
   background-image: none; /*remover textura*/
  
  background-color: #fff;
}

.gateways-rodape  {
  border: none;
  background-image: none;
}

.ts-no-reviews {
    display: none;
}

.teste-classe1:focus {
	color:white !important;
}
