.logo a img {
    max-width: 150px;
    margin: auto 0;
}
.scrollToTop {
    display:none !important;
}
#cabecalho>.conteiner>.row-fluid,
#rodape .institucional .conteiner {
    max-width: 1280px;
}
#corpo>.conteiner {
    border-radius: 0;
    box-shadow: none;
    margin-top: 16px;
}
#cabecalho .conteiner {
    background: #283B7F;
}
#cabecalho .conteiner .carrinho i, 
#cabecalho .conteiner .minha-conta i, 
#cabecalho .conteiner .contato-top i,
#cabecalho .conteiner .contato-evtop i {
    color: #FFFFFF;
}
#cabecalho .conteiner .rastreio-btn {
    display: none;
}
.busca input {
    border-radius: 32px;
    padding: 4px 16px;
}
.listagem .titulo-categoria, .titulo-categoria {
    margin: 40px 0 0 0 !important;
}
.titulo-categoria:before {
    background: #02c7cb;
}
.titulo-categoria .titulo, .titulo-categoria strong {
    padding: 10px 20px;
    letter-spacing: 0;
}
.listagem .produtos-carrossel .listagem-linha li .listagem-item {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.33);
    border: 5px solid rgba(0, 0, 0, 0.035);
    background-color: rgba(255, 255, 255, 0.04);
    transition: transform .08s ease 0;
    -webkit-transition: -webkit-transform .08s ease 0;
}
.listagem .produtos-carrossel .listagem-linha li .listagem-item:hover, 
.listagem .produtos-carrossel .listagem-linha li .listagem-item:active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
    outline: 1px solid rgba(0, 0, 0, 0.1);
}
.menu.superior .nivel-um>li a strong {
    font-size: 14px;
}
.menu.superior .titulo {
    margin: 5px 0;
}
.menu.superior {
    background: #02c7cd;
    box-shadow: 0 1px 3px 0 rgb(142 142 142 / 38%);
}
.menu.superior li {
    text-align: left;
    padding: 0 0 0 10px;
}
.menu.superior a {
    color: #FFF;
}
.menu.superior .nivel-dois {
    background: #02c7cd;
    top: 35px;
}
.gateways-rodape li img {
    background: #FFF;
    border-radius: 4px;
}
#rodape .titulo {
    border-bottom: 1px solid #02c7cb;
}
.gateways-rodape li:nth-child(2) {
    border-left: none;
}
.gateways-rodape li {
    text-align: left;
}
.atalhos-mobile .rastreio-btn {
    display:none;
}
@media screen and (max-width: 767px) {
    .secao-banners {
        display:none;
    }       
    .logo a img {
        margin: 20px auto 0 auto;
    }
    #menuinsta .slick-list {
        display:none !important;
    }
    #menuinsta {
        display:none !important;
    }
    .titulo-categoria:before {
        background: transparent;
    }
    .menu.superior .nivel-dois {
        background: #fafafa;
    }
    .breadcrumbs.borda-alpha {
        display:none !important;
    }
    .ordenar-listagem label {
        line-height: 21px;
    }
    #menuinsta strong.titulo.cor-secundaria {
        display: none;
    }
}