body{
    background-color: #ffffff;
}

.listagem.com-caixa .listagem-item{
    background-color: #ffffff;
    background-color: rgba(255,255,255, 1);
}

.produto .conteiner-imagem>div{
    box-shadow: 0 0 2px rgba(0,0,0,0.33);
    border: 5px solid rgba(0,0,0,0.035);
}
.listagem .bandeiras-produto .bandeira-carrinho{
    background-color: #2e2818;
}


.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #ccb26d;
    background-image: -moz-linear-gradient(top,#ccb26d,#655836);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ccb26d),to(#655836));
    background-image: -webkit-linear-gradient(top,#ccb26d,#655836);
    background-image: -o-linear-gradient(top,#ccb26d,#655836);
    background-image: linear-gradient(to bottom,#ccb26d,#655836);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    border-color: #655836 #655836 #002a80;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.pagamento-selos{
    background: none;
}

#rodape .redes-sociais{
   /* background: url("https://cdn.awsli.com.br/159/159379/arquivos/noisy-texture-100x100-o6-d10-c-f0eee8-t1.png") #fff; */
    background: none;
    box-shadow: none;
    position: relative;
}
#rodape .redes-sociais.borda-principal {
    border: none;
}

.caixa-sombreada{
    background: #ffffff;
}

.lista-redes .icon-bold, .lista-redes .icon-facebook, .lista-redes .icon-google-plus, .lista-redes .icon-instagram, .lista-redes .icon-pinterest, .lista-redes .icon-twitter, .lista-redes .icon-youtube {
    background-color: #ccb26d;
    color: #ffffff;
}


.barra-inicial {
    height: 48px;
    line-height: 48px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.barra-inicial ul li {
    height: 40px;
}

.lista-redes ul li {
    border: none;
    margin-right: 5px;
}


.lista-redes i {
    margin-top: 0;
    width: 25px;
    height: 20px;
    padding: 3px 0 2px;
    line-height: 20px;
    border-radius: 3px;
}

.canais-contato ul li{
    border-left: none;
}

.borda-principal {
    border-width: 1px 0 1px;
    border-style: dotted;
}

.menu.superior .nivel-um>li{
    border: none;
}

.menu.superior .nivel-dois{
 font-family: 'Open Sans',Arial,sans-serif;   
}

.menu.superior{
    background: none;
    width: 1024px;
    margin: 40px auto 0;
}

.listagem .titulo-categoria {
    display: block;
    font-size: 15px;
    margin: 40px 0 0;
    padding: 10px 0;
    transition: all .2s ease;
    font-style: italic;
    text-transform: lowercase;
}

.listagem .titulo-categoria:hover{
    background: none;
}

.listagem .titulo-categoria > strong {
    font-weight: normal;
    color: #313131;
}

.institucional .redes-sociais .titulo{
    color: #ffffff;
}

.links-rodape ul li{
    list-style-image: none;
    list-style-type: circle;
}

#rodape .titulo{
    border-bottom: 2px dotted rgba(0,0,0,0.1);
}
#rodape .titulo + p {
    line-height: 20px;
}

/* WHATSAPP FIXO */
.whatsapp-fixo {
position: fixed;
top:50px;
right:10px;
z-index: 999;
}

.banner .flex-control-nav{
    bottom: 30px;
}
.flex-control-nav{
    position: relative;
}

.logo a img{
    max-height: 125%;
}