li.categoria-id-12019907 {
 	background-color: #815c5b;   
}

li.categoria-id-12019907 strong {
 	color:#FFFFFF !important;   
    font-weight: 700;
    font-size: large !important;
}

li.categoria-id-12019907.ativo strong.titulo.cor-secundaria {
    color: #815c5b !important;
}

li.span4 {
    margin: 0 !important;
    padding: 0 !important;
}

div.listagem-item {
    margin: 0 !important;
    padding: 0 !important;
}

.listagem .imagem-produto img {
 	max-height: unset;
    max-width: auto !important; 
}

div.info-produto{
    background-color: #FFFFFF;
}

.tema-pequeno .listagem .span4 .imagem-produto {
    width: 100% !important;
    height: 225px !important;
}

.listagem .listagem-linha {
    border-style: unset;
}

#rodape .institucional {
    background-color: #ffffff;
}

#rodape .fundo-secundario *{
 	color: #815c5b;   
}

.icon-facebook, .icon-instagram {
	color: #FFF !important;
}

.banner_h {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #815c5b;
    color:  #FFFFFF;
    height: 20px;
    z-index: 1001;
    padding-top: 3px;
    text-align: center;
}

.tarja {
 	margin-left: 0 !important;   
    margin-bottom: 10px !important;
}

.spanNone.banner.tarja {
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 10px;
    margin-bottom: 11px
}


/* WHATSAPP FIXO */
.whatsapp-fixo {
    position: fixed;
    bottom:25px;
    left:10px;
    z-index: 999;
}

.listagem .titulo-categoria:first-child {
    margin: 20px !important;
    padding: 20px;
    display: block !important;
}

.listagem .titulo-categoria {
    font-size: 20px;
}

.icon-shopping-cart:before { 
    content: "\f290"; 
}

/*INSTAGRAM*/
.pagina-inicial #instagram {
    display: block;
}

div#instagram {
    text-align: center;
}

div#instagram h2 {
    margin-bottom: 40px;
}

div#instagram span {
    font-size: 25px;
    font-weight: 700;
    color: #4d4d4d;
}

div#instagram span {
    margin-right: 5px;
}

#instagram .icon .cls-1 {
    fill: #95989a;
}

#instagram .icon {
    width: 30px;
    height: 30px;
    vertical-align: sub;
    margin-right: 10px;
}


div#instagram h2:after {
    content: "";
    display: block;
    width: 93px;
    height: 3px;
    background: #95989a;
    margin: 18px auto;
}

/* round corners */

div.span4 ul.slides img {
  border-radius: 25px;
  /*border: 2px solid #815c5b;*/
}


/**/

body {
  --corLinkPrincipal: #815c5b;
  --corLinks: #bebaab;
  --corLinksNivelTres: #ccc;
  --backgroundMenuLateral: rgba(255, 255, 255, 0.95);
  --botaoFecharMenu: #815c5b;
  --botaoFecharMenuCorX: #ffffff;
  --corIconeMenu: #ffffff;
}

@media (max-width: 767.98px) {
  #cabecalho .atalhos-mobile {
    display: block !important;
  }
  #cabecalho .atalhos-mobile ul {
    display: flex;
    justify-content: flex-end;
  }
  #cabecalho .atalhos-mobile ul li {
    float: none;
    margin: 0;
  }
  #cabecalho .atalhos-mobile ul li:first-child {
    display: flex;
    margin-right: auto;
  }
  #cabecalho .atalhos-mobile ul li.fundo-principal {
    order: 3;
  }
  #cabecalho .atalhos-mobile ul li.menu-button {
    display: flex;
    align-items: center;
  }
  #cabecalho .atalhos-mobile ul li.menu-button a {
    top: 0;
  }
  #cabecalho .atalhos-mobile ul li.menu-button a svg * {
    color: var(--corIconeMenu);
  }

  .busca {
    margin: 0;
  }

  .menu.superior {
    position: relative;
  }
  .menu.superior .closeMenuButton {
    position: absolute;
    top: 16px;
    right: 0;
    background-color: var(--botaoFecharMenu);
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% 0 0 50%;
  }
  .menu.superior .closeMenuButton:before {
    content: "X";
    color: var(--botaoFecharMenuCorX);
  }
  .menu.superior > ul {
    margin: 0 !important;
    padding: 16px 32px 16px 0;
    border: 0;
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: var(--backgroundMenuLateral);
    height: 100vh;
    overflow-y: scroll;
    max-height: 100vh;
    box-sizing: border-box;
    max-width: 100vw;
    transition: 0.3s ease-in-out all;
    transform: translateX(-110%);
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .menu.superior > ul ::-webkit-scrollbar {
    display: none;
  }
  .menu.superior > ul.active {
    transform: translateX(0);
  }
  .menu.superior > ul a {
    color: var(--corLinks);
  }
  .menu.superior > ul a strong {
    color: var(--corLinkPrincipal);
  }
  .menu.superior .nivel-tres {
    display: block !important;
    position: initial;
    background: transparent;
    left: initial;
    max-width: 70vw;
    box-sizing: border-box;
  }
  .menu.superior .nivel-tres a {
    white-space: normal;
    line-height: normal;
    margin-bottom: 0.5rem;
    color: var(--corLinksNivelTres);
  }
  .menu.superior .nivel-tres a:before {
    content: "-";
    margin-right: 0.25rem;
    margin-left: -0.75rem;
  }

}

@media only screen and (max-width: 767px){
	.carrinho {
		width: 0;
		float: right;
	}
}

@media screen and (max-width: 768px){
    .atalhos-mobile ul li .qtd-carrinho {
        margin-left: -30px!important;
        margin-top: -30px;
        font-size: 13px;
        font-weight: 600;
        background: #ffffff;
        color: #815c5b;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        display: inline-block!important;
    }
}
      
@media only screen and (max-width: 768px) {
    
    .listagem .imagem-produto img {
    	max-height: 100%;
        max-width: 100%;
    }
    li.listagem-linha li.span3 {
        width: 45%;
        vertical-align: top;
        display: inline-block;
    	margin: 0;
    }
    #listagemProdutos {
        display: inline-block;
    }
    .acoes-produto-responsiva {
        position: absolute;
        top: 126px;
        right: 0;
	}
}
      

/* TARJA MOB */
@media screen and (max-width: 768px) {
    .mini-banner .modulo {
        margin:20px 0
    }

    .tarja {
        display: none!important
    }
}

.tarja-mob {
    display: none
}

.tarja-mob img {
    max-width: 100%;
    height: auto
}

@media only screen and (max-width: 500px) {
    .tarja-mob {
        text-align:center;
        margin: 20px 0 0;
        display: block
    }
}

body:not(.pagina-inicial) .tarja-mob {
    margin-bottom: 20px
}

      