body {
  background-color: #fff;
}

.conteiner-principal .conteiner {
  box-shadow: none;
}

.barra-inicial {
  background-color: #212121;
}

#cabecalho .cor-principal {
  color: #ed1850;
}

#cabecalho .cor-secundaria {
  color: #ffc721;
}

#cabecalho>.conteiner {
  background-color: #000;
  max-width: none;
}

#barraTopo {
  background-color: rgba(0, 0, 0, 0.90);
}

#barraTopo .cor-secundaria {
  color: #ffc721;
}

.menu.superior .nivel-um>li {
    border-right: none;
    border-left: none;
}

.carrinho>a>.fundo-principal {
  color: #000;
}

.acoes-conta .fundo-principal {
  color: #000;
}

.secao-banners>.conteiner {
  max-width: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.secao-banners .banner.cheio .flexslider {
  border: none;
  border-radius: 0;
}

.secao-banners .banner.cheio .flexslider .slides>li {
  height: auto;
}

.secao-banners .banner.cheio .flexslider .slides img {
  height: auto;
  position: relative;
}

#rodape .institucional {
  background: #000 none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25) inset;
}

.menu.superior .nivel-dois {
  background-color: #000;
}

.menu.superior .nivel-dois a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.menu.lateral .nivel-dois a {
  transition: all 0.3s ease-in-out;
}

.menu.lateral .nivel-dois a:hover {
  color: #ed1850;
}

.institucional.fundo-secundario * {
  color: #ffc721;
  font-size: 1.2rem;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.fundo-secundario *:hover {
  color: #ddd;
  text-decoration: none;
}

.botao {
  border: none;
  border-radius: 2px;
  padding: 8px 16px;
  transition: all 0.3s ease-in-out;
}

.botao:hover {
  background-color: #333;
  background-image: none;
}

#rodape .titulo {
  border-bottom: none;
  height: 0px;
  visibility: hidden;
}

.links-rodape ul li {
  list-style-image: none;
}

.listagem .titulo-categoria {
  text-transform: uppercase;
}

.titulo-categoria.cor-principal {
  color: #000;
}

.titulo-categoria.borda-principal {
  border-color: #000;
}

.listagem.com-caixa .listagem-item {
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.listagem .info-produto {
  text-align: center;
}

.listagem .produtos-carrossel[data-produtos-linha="4"] .listagem-item .nome-produto {
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: unset;
}

.nome-produto.cor-secundaria {
  color: #9e9e9e;
}

.preco-produto {
  font-size: 1.2rem;
}

.preco-promocional.cor-principal {
  color: #ed1850;
}

.bandeiras-produto span {
  border: none;
  border-radius: 2px;
  box-shadow: none;
  font-size: 12px;
  line-height: normal;
  padding: 5px 8px;
}

span.fundo-principal.bandeira-promocao {
  background-color: #ed1850;
}

.botao.principal.botao-comprar {
  background-color: #000000;
  color: #ffc721;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.botao.principal.botao-comprar:hover {
  background-color: #333;
}

.menu.superior li {
  transition: all 0.3s ease-in-out;
}

.pagamento-selos {
  background: #fff;
  box-shadow: none;
}

.pagamento-selos+div {
  border: none !important;
}

#rodape .redes-sociais {
  width: 220px;
  padding: 0 20px 20px;
  background: #fff;
}

.selos>.cor-secundaria {
  color: #000;
}

.abas-custom p {
  font-size: 16px;
  line-height: 1.5;
}

.disponibilidade-produto .cor-principal {
  color: #333;
}

.cep .input-append.input-prepend input {
  border-radius: 2px 0 0 2px;
}

.input-prepend.input-append .btn:last-child {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.input-prepend.input-append .btn {
  background: #d8194b;
  color: #fff;
  border-color: #d8194b;
  padding: 10px 12px;
}

.busca {
  border: none;
  padding: 0;
  width: 70%
}

.busca .botao-busca {
  border-radius: 0 2px 2px 0;
  height: 32px;
  top: 0;  
}

.busca .botao-busca.fundo-secundario {
  background-color: #ffc721;  
  color: #000;
}

.busca .fundo-secundario.botao:hover {
  background-color: #333;
  color: #fff;
}

#barraTopo .busca .botao-busca {
  height: 30px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 2px;
}

input[type="text"],
input[type="tel"] {
  height: 24px;
  padding: 8px 8px;
}

#barraTopo input[type="text"] {
  border: none;
  height: 14px;
}

#form-buscar input[type="text"] {
  box-sizing: border-box;
  height: 32px;  
}

.botao.newsletter-assinar {
  padding: 14px 16px;
}

.cep label {
  line-height: 40px;
}

.codigo-produto>.cor-secundaria>a {
  color: #000;
}

.codigo-produto>.cor-secundaria>span {
  color: #000;
}

.lista-redes i {
  color: #000;
}

.lista-redes .icon-facebook {
  background-color: #ffc721;
}

.lista-redes .icon-instagram {
  background: #ffc721;
}


.listagem.aproveite-tambem>.titulo {
  color: #000;
}

/* CARRINHO */

.tabela-carrinho .cor-secundaria {
  color: #000;
}

.subtotal>.cor-principal {
  color: #000;
}

.cor-principal.valor-total {
  color: #ea2b5d;
}

.cabecalho-interno .titulo {
  color: #000;
}

.tabela-carrinho .form-horizontal .control-label {
  padding-top: 10px;
  font-size: 14px;
}

.tabela-carrinho .btn {
  background: #333;
  color: #ffc721;
  border: none;
  padding: 11px 16px;
  text-shadow: none;
  font-size: 16px;
}

.input-append .btn:last-child {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.help-inline > a {
    color: #eb2c5e;
    font-size: 14px;
}

.acao-editar a.botao {
    font-size: 16px;
    padding: 15.5px 24px;
    background: #ea2b5d;
    color: #fff;
}

#cabecalho .nome-produto.cor-secundaria {
  color: #222;
}

.carrinho-interno .preco-produto {
    margin: 30px 0 0;
}

.carrinho-rodape .botao.principal {
    color: #000;
}

.sem-coluna .caixa-sombreada {
  box-shadow: none;
}

.carrinho>a i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 22px;
}


@media only screen and (min-width: 1024px) {
  .secao-banners>.conteiner>.banner.mini-banner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
  }

  .conteiner-principal #rodape .conteiner {
    position: relative;
  }

  #rodape .redes-sociais {
    bottom: auto;
    right: 0;
  }
    
  .banner .flex-control-paging li a {
    background: url("https://cdn.awsli.com.br/634/634471/arquivos/passarinho-preto.png") center/cover no-repeat;
    width: 40px;
    height: 40px;
    border: none;
    transition: all 0.3s ease-in-out;
    filter: drop-shadow(0 0 1px #fff);
  }
    
  .banner .flex-control-paging li a:hover {
    background: url("https://cdn.awsli.com.br/634/634471/arquivos/passarinho-amarelo.png") center/cover no-repeat;    
  }
    
    
  .banner .flex-control-paging li a.flex-active {
    background: url(https://cdn.awsli.com.br/634/634471/arquivos/passarinho-amarelo.png) center/cover no-repeat;
    width: 48px;
    height: 48px;
    filter: none;
  }
}
