:root {
    --primary-color: #333333;
    --secundary-color: #333333 !important;
    --color-clean: #ffffff;
    --color-dark: #333333;
    --txt-in-bg: #ffffff;
    --txt-global: #333333;
    --bar-color: #f5f5f5;
    --color-in-bg-dark: #fff;
    --color-in-bg-clean: #333333;
}
    
.produto .conteiner-imagem img {
    border: 1px solid #dedede
}

.listagem-item{
    background: #f4f4f2 !important;
}

.listagem-item, .menu-bt-mobile.visible-phone {
    background: #f4f4f2 !important;
}

.menu.superior .nivel-um>li:hover .nivel-dois {
    background: #f4f4f2 !important
}

.listagem-item .acoes-produto {
    background-image: linear-gradient(to top,#f4f4f2 60%,#fff0);

}

.listagem-item .acoes-produto .botao.principal {
    background: transparent
}