@media screen and (min-width: 768px){
.carrinho a>i.icon-shopping-cart.fundo-principal {
filter: invert(1);
}
.minha-conta .btn-group a i {
    filter: invert(1);
}
}

.listagem .titulo-categoria:first-child {
    margin-top: 130px !important;
}

.listagem .titulo-categoria, .titulo-categoria {
    margin: 15px 0 !important;
}

.listagem .produtos-carrossel:not(:last-child) {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.listagem .produtos-carrossel {
    padding-bottom: 0;
}

.listagem .imagem-produto img {
    background-color: #e8e8e8;
}

/*área cep*/
.produto .cep label {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.produto .cep ul {
    margin: 50px 0 0 0;
}

.cep .input-append.input-prepend input {
    border: 1px solid #000;
}


@media screen and (max-width: 767px){
    .listagem .titulo-categoria:first-child {
        margin-top: 190px !important;
    }
    
    input#id_email, input#id_senha {
        border: 1px solid rgba(0,0,0,0.6);
        border-radius: 5px;
    }
    
    /*distância entre cep e aba*/
    .abas-custom {
        margin-top: 25px;
    }
}
ul {
    margin-left: 0;
}

#rodape .logo a {
    background: transparent;
}

@media only screen and (max-width: 767px){
.conteiner .logo {
    margin: 30px 0 0 0px;
}

.info-produto .titulo {
    justify-content: center;
}
.listagem .titulo {
    margin: 5px 0;
}

.listagem .info-produto {
    padding-top: 0;
}
}

.scrollToTop {
    bottom: 9rem;
    background-image: url('https://cdn.awsli.com.br/351/351634/arquivos/Voltar.png');
    height: 57px;
    width: 57px;
}

#rodape { /*desabilitando rodapé original*/
    display: none;
}

/* CORES DO TEMA */
:root {
    --cor-texto_rodape: #FFFFFF;
    --cor-titulo_rodape: #FFFFFF;
    --cor-fundo_rodape: #000000;
}

/* MOBILE ICONES */
@media screen and (max-width:767px) {
    /*div.menu.superior > ul.nivel-um.active > li.categoria-id-4088047 > a::before {*/
    /*    content: "\f553";*/
    /*    font-size: 30px;*/
    /*    background-image: url(https://cdn.awsli.com.br/351/351634/arquivos/Acessorios.svg);*/
    /*    background-size: 100%;*/
    /*    background-repeat: no-repeat;*/
    /*    height: 50px;*/
    /*    border-radius: 150px;*/
    /*    line-height: 50px;*/
    /*    width: 50px;*/
    /*    margin: 0 auto;*/
    /*    position: relative;*/
    /*    top: 18px;*/
    /*}*/
     #menuinsta > div > div > div > li.slick-slide.slick-slide:nth-child(1) > a:before {
        content: "\f553";
        font-size: 0;
        background-image: url('https://cdn.awsli.com.br/351/351634/arquivos/Acessorios.png') !important;
        background-size: 100%;
        height: 50px;
        border-radius: 150px;
        line-height: 50px;
        width: 50px;
        margin: 0 auto;
    }
     #menuinsta > div > div > div > li.slick-slide.slick-slide:nth-child(2) > a:before {
        content: "\f553";
        font-size: 0;
        background-image: url('https://cdn.awsli.com.br/351/351634/arquivos/Camisetas.png') !important;
        background-size: 100%;
        height: 50px;
        border-radius: 150px;
        line-height: 50px;
        width: 50px;
        margin: 0 auto;
    }
     #menuinsta > div > div > div > li.slick-slide.slick-slide:nth-child(3) > a:before {
        content: "\f553";
        font-size: 0;
        background-image: url('https://cdn.awsli.com.br/351/351634/arquivos/Promocoes.png') !important;
        background-size: 100%;
        height: 50px;
        border-radius: 150px;
        line-height: 50px;
        width: 50px;
        margin: 0 auto;
    }
}