.fundo-principal, .botao.principal, .menu li:hover>a .fundo-secundario, .flex-control-paging li a.flex-active, .dropdown-menu>li>a:hover, .filtro.lista ul li label:hover, .menu-simples li a:hover, .menu-simples li.active a {
    background-color: #fcd2d6;
}
/* barra topo */

li.vazia {
    display: none;
}

#barraTopo {
  background-color: #fcd2d6;
}

#barraTopo .carrinho > a strong {
  color: #0f0f0f;
}

.carrinho > a span b {
  color: #0f0f0f;
}

.carrinho > a span {
  color: #0f0f0f;
}

a {
  color: #0f0f0f;
}

.fundo-secundario, .fundo-secundario *, .fundo-secundario *:hover, .fundo-secundario:hover, .fundo-secundario.botao:hover {
    color: #000;
}

/* barra incial */

.barra-inicial {
  background: #fcd2d6;
}

/* carrinho*/
.carrinho {
  background: #fcd2d6;
  border-radius: 5px;
}

strong.qtd-carrinho.titulo.cor-secundaria {
  color: #0f0f0f;
}

/* carrinho vazio */
.carrinho > a span.titulo {
  color: #0f0f0f;
}



/* Definindo apenas o cabeçalho com largura total */
#cabecalho .conteiner {
  background-color:rgba(255, 210, 214,1);
  /*
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  */
  box-shadow: none;
}
#cabecalho {
    background: #ffd2d6;
}

/* tag2 menu baixo */
/* Div de promoção definições */
p#tag2 {
    background-color: black;
    padding: 5px;
    margin:0px !important;
    text-align: center;
    color: white;
    
}

/*Aumentar texto Bem vindo*/
#cabecalho a.bem-vindo {
  color: #0f0f0f;
  font-size: 19px;
  margin-left: 20px;
}

/*menu celular*/
body {
  --corLinkPrincipal: rgb(0, 0, 0) !important;
  --corLinks: #bebaab !important;
  --corLinksNivelTres: #ccc !important;
  --backgroundMenuLateral: rgba(255, 210, 214,1)!important;
  --botaoFecharMenu: rgb(0, 0, 0) !important;
  --botaoFecharMenuCorX: rgba(255, 210, 214,1)!important;
}


.span12.busca-mobile {
    background: #fff0!important;
    padding: 0px!important;
}

/* logo central */

.logo {
  background: #fcd2d6;
  border-radius: 10px;
}

/* Menu e Menu latera (pedido e minha conta */
/* Tirar quadradinho com seta do menu */
.menu li.com-filho>a i {display: none;}

/* newsletter e sobre loja */
.componente .interno {
  background: #fcd2d6;
  color: #0f0f0f;
}

/* rodapé */
.conteiner-principal #rodape .conteiner {
  background-color: #fcd2d6;
}

span.titulo.cor-secundaria {
  color: #0f0f0f;
}

.span9.span12 {
  display: none;
}

#rodape > div:last-child {
  border-top: 1px solid #fcd2d6 !important;
  background: #fcd2d6 !important;
}
a#tag2 {
    color: white;
}

/* Social midia rodape */
#rodape .redes-sociais {
  display: none;
}

/* newsletter mudança cor*/

.componente.newsletter.borda-principal {
  background-color: #fcd2d6;
  border-radius: 5px;
}

p.texto-newsletter.newsletter-cadastro {
  color: #0f0f0f;
}

.componente .interno {
  border-radius: 5px;
}

/*Icone de busca*/
.conteiner .conteudo-topo .busca-mobile .busca.borda-alpha button {
  border-radius: 50px;
  background-color: transparent;
  color: #0f0f0f;
  height: 40px;
}

/*Fundo transparente da busca*/

.busca .botao-busca {
  border-radius: 5px;
}

.busca {
  position: relative;
  padding: 5px;
  background-color: transparent;
  border: none;
}

.fundo-secundario {
  background-color: #fcd2d6;
}

/* botão compra */
.botao.principal.botao-comprar,
.botao.principal.grande,
.acoes-produto-responsiva .tag-comprar {
  background-color: #fcd2d6;
}

.botao.desativo {
  cursor: auto;
  opacity: 100;
  filter: alpha(opacity=50);
}

/* mobile */

@media only screen and (max-width: 767px) .busca input {
  width: 80%;
  padding: 10px;
}

.conteiner .conteudo-topo .busca-mobile .busca.borda-alpha button {
  color: #0f0f0f;
}

input.ui-autocomplete-input {
  width: 80%;
}

.busca .botao-busca {
  top: auto;
  right: auto;
  line-height: normal;
  position: none;
}

.menu.superior .nivel-dois li a,
.menu.lateral .nivel-dois li a {
  font-size: 14px;
  color: #0f0f0f;
}

.popover-content {
  display: none;
}

h3.popover-title {
  font-weight: bold;
  color: red;
}

#rodape .element.style {
  background-color: #fcd2d6 !important;
}

.listagem .titulo-categoria {
  display: grid;
  font-size: 25px;
  margin: 20px 0 0 !important;
  padding: 8px 0;
  transition: none;
  justify-content: center;
  background-color: #fcd2d6;
  color: #0f0f0f;
  border-radius: 5px;
}

.listagem .titulo-categoria:hover {
  background: #fcd2d6;
  padding-left: 0;
}

.fundo-secundario, .fundo-secundario *, .fundo-secundario *:hover, .fundo-secundario:hover, .fundo-secundario.botao:hover {
    color: #040404;
}

.pagamento-selos {
    background: #fcd2d6 !important;
}
     