:root{
    /* fundo*/
    --primary-color: #d49893;
    --secundary-color: var(--primary-color);
    --primary-color-rgb: rgba(238, 214, 212, 0.9);
    --secundary-color-rgb: rgba(238, 215, 213, 0.9);
    --cor-footer: #fff8f8;

    /* textos*/
    --color-in-bg-dark: white;
}

body {
    background: var(--cor-footer) !important;
}

#corpo>.conteiner {
    background: var(--cor-footer) !important;
}

a.btn-favorite-page-prod:before, a.btn-favorite:before {
    border: solid 1px #EAEAEA;
}

@media (min-width: 1030px) and (max-width: 1450px){
    .links-rodape-categorias{
        padding-left: 100px;
    }
}

@media(min-width:769px){
#corpo .listagem .produtos-carrossel .flexslider li:not(.slick-slide)+li {
  display:block;
}

.listagem [data-produtos-linha="4"] .listagem-linha li {
    min-width: 330px;
}
}