#cabecalho {
    background-color: #ffffff;
    background-position: top center;
    background-repeat: repeat;
}
.rastreio-topo i {
    display: block;
    font-size: 25px;
    color: black;
    background-color: transparent;
    float: left;
    padding: 5px;
    border-radius: 0px;
    background-image: url(https://cdn.awsli.com.br/1242/1242028/arquivos/001-delivery-truck.png);
    background-repeat: no-repeat;
}
.carrinho a>i.icon-shopping-cart.fundo-principal {
    display: block;
    width: unset;
    height: unset;
    background-color: transparent;
    padding: 5px;
    border-radius: 0px;
    line-height: 30px;
    font-size: 25px;
    margin: 18px 0;
    color: black;
    background-image: url(https://cdn.awsli.com.br/1242/1242028/arquivos/002-shopping-cart.png);
    background-repeat: no-repeat;
    background-size: 26px auto;
}
.minha-conta .btn-group a i {
    width: 32px;
    color: black;
    margin-right: -3px;
    background-image: url(https://cdn.awsli.com.br/1242/1242028/arquivos/003-user.png);
    background-repeat: no-repeat;
    height: 32px;
    line-height: 50px;
    background-size: 26px auto;
}
.botao.pequeno {
    font-size: 25px;
    padding: 3px 10px;
}
.tema-transparente .conteiner {
    background-color: none;
    box-shadow: none;
}
.odge-rodape {
    padding: 0px 0 0px;
    width: 100%;
    background: #dedede;
    border-top: 1px solid gainsboro;
}

#barraNewsletter .componente .texto-newsletter, #barraNewsletter .componente .alert {
    font-weight: 600;
    text-transform: none;
    line-height: 46px;
    font-size: 15px;
}

@media screen and (min-width:768px) {
.secao-banners {
background-image: none;
}
    
/* MOBILE */

}
.menu.superior.titulo {
    margin: -60px 0;
}
.atalhos-mobile {
    border-color: transparent;
    border: none;
    background: #000;
}
@media screen and (max-width:767px) {
body {
background-image: none !important;
}}

/* banner mobile 100% */
@media screen and (max-width: 767px){
.banner.cheio .flexslider .slides img {
    height: auto;
    max-width: 100%;
    margin-left: 0;
    width: 100%;
}
}

/* banner full */
.row-fluid.banner.cheio {
    max-width: 100%;
}

/* tarja grudado no full */
.row-fluid.banner.hidden-phone {
    margin-top: 0px;
}

/* Ajustes 13/03 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

body,
.titulo{
    font-family: "Inter", sans-serif;
}

.titulo-categoria,
body.pagina-categoria h1.titulo{
    font-family: "Playfair", serif !important;
}

.titulo-categoria strong,
.titulo-categoria {
    text-transform: uppercase;
}

.produto-compartilhar > .lista-redes {
    display: none;
}

#cabecalho:before {
    content: '';
    background: #000;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    background: #000 url(https://cdn.awsli.com.br/1877/1877098/arquivos/caricatura_banner_cupom.png) no-repeat center;
    background-size: auto 100%;
}

div#cabecalho {
    padding-top: 55px;
}


#corpo {
   padding-top: 206px;
}

.pagina-inicial #corpo {
    padding-top: 58px;
}

.secao-banners {
   /*padding-top: 57px;*/
}

@media only screen and (max-width: 767px) {
    div#cabecalho {
        padding-top: 75px;
    }
    
    .atalhos-mobile {
        border-bottom: 1px solid #fff;
    }
    
    div#cabecalho:before {
        top: 37px;
        background-image: url(https://cdn.awsli.com.br/1877/1877098/arquivos/caricatura_banner_pqno.png);
        background-size: 88%;
    }
    
    .pagina-inicial #corpo {
        padding-top: 10px;
    }

    .listagem .listagem-linha li .listagem-item,
    .listagem .produtos-carrossel .listagem-linha li .listagem-item {
        padding-top: calc(100% + 50px);
     }
    .listagem .listagem-item .imagem-produto{
        height: 100px !important;
        padding-top: 100%;
        position: absolute;
        top: 5%;
        left: 2.5%;
        width: 95%;
    }
    
    body.pagina-inicial .listagem .listagem-item .imagem-produto{
        top: -5%;
    }

       .listagem .listagem-item .imagem-produto img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .listagem .produtos-carrossel .listagem-linha li .listagem-item {
        margin: 0;
        padding: 0;
        padding-top: 100%;
    }
    
    .listagem .listagem-item .nome-produto {
        min-height: 20px;
    }

    .listagem .listagem-item .info-produto {
        top: 90px;
    }
    
    .listagem .listagem-item .acoes-produto-responsiva{
        top: 95px;
    }

    /* Removendo a margem dos outros itens */
    .listagem .listagem-linha li{
        margin-top: 0;
    }
    
    .pagina-produto #formCalcularCep > div > div > input {
        width: 100%;
    }

    .pagina-produto #formCalcularCep > div > div > button {
        height: 51px;
    }
    
    #barraNewsletter.posicao-rodape .componente .texto-newsletter {
        font-size: 15px;
        line-height: 1em;
    }
    
    .odge-rodape p {
        line-height: 1.4em;
    }
    
    .mini-banner.hidden-phone {
        display: block !important;
    }
    
    .secao-banners {
        padding-top: 20px;
    }
    
    #corpo {
        padding-top: 0;
    }
    
    
}

/* Ajustes 04/04 */

.produto .acoes-flutuante{
    bottom: 3rem;
}

.scrollToTop{
    right: auto;
    left: 1rem;
    bottom: 1rem;
}

.li-whatsapp a{
    right: 1rem !important;
    bottom: 1rem !important;
}

/* Ajustes 02/07 */

.produto .acoes-flutuante{
    display: none !important;
}

.rastreio-btn,
.rastreio-topo,
.rastreio-topo i,
.contato-top {
    display: none;
}

.carrinho a:hover>i.icon-shopping-cart.fundo-principal {
    color: #000;
}

.carrinho>a i.icon-shopping-cart:before,
.minha-conta .btn-group a i:before{
    font-size: 18px;
}

strong.qtd-carrinho.titulo.cor-secundaria.fundo-secundario {
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 19px;
    border-radius: 100%;
    margin: 22% -20%;
}

@media only screen and (max-width: 767px) {
    .flexslider .slides li {
        margin-bottom: 15px;
    }
}

/* Ajustes 11/07 */

.menu.superior .nivel-um>li:last-child a strong {
    background: #ff4816;
    color: #fff;
    padding: 7px 15px 4px 14px;
    margin-top: 7px;
}

.lateral.outras.filtro-coluna.faceta-cor,
.lateral.outras.filtro-coluna.faceta-preco{
    display: none;
}

/* Ajustes 10/09*/
.parcelas-produto.borda-alpha.padrao,
.parcelas-produto .accordion{
    display: none;
}

.desconto-a-vista {
    display: none;
}