#cabecalho .carrinho .qtd-carrinho {
    position: absolute;
    top: 0;
    right: 15px;
    width: 22px;
    height: 22px;
    background: #0053B6 !Important;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border: solid 1px #0053B6 !Important;
    display: block !important;
    margin: 0 2px;
}

.produto div.principal .acoes-produto .preco-produto .preco-promocional {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    display: none !important;
}

.listagem .preco-produto>div {
    margin: 3px 0;
    display: none !important;
}

#st-1 .st-btn>img {
    filter: invert(1);
}

.full.menu .nivel-um>li.offers>a {
    background: #0053B6 !Important;
    cursor: pointer;
}

.full.menu .nivel-um>li:hover>a>.titulo {
    color: #80B9FF !Important;
}

.full.menu .offers .nivel-dois .counter-offer .promo .title {
    background: #80B9FF !Important;
    position: relative;
}

.float-contact {
    position: fixed;
    top: 12rem;
    left: 1rem;
    z-index: 99;
    height: 0;
    display: none !Important;
}

.produto div.principal .acoes-produto .comprar .qtde-adicionar-carrinho {
    width: auto !important;
    text-align: left;
    float: none;
    width: 20% !important;
    margin-right: 10px;
    display: none !important;
}

.produto div.principal .acoes-produto .comprar .botao-comprar {
    height: 70px;
    line-height: 70px;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    color: #fff;
    background: #55af59;
    padding: 0 10px;
    width: auto;
    flex: auto;
    display: none !important;
}

.produto .acoes-flutuante .botao-comprar {
    width: 100%;
    background: #55af59;
    color: #fff;
    border-radius: 0;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 44px;
    font-weight: 700;
    font-size: 0;
    border: 0;
    display: none !important;
}


#listagemProdutos.listagem .listagem-item .info-produto, .listagem.aproveite-tambem .listagem-item .info-produto {
    text-align: center;
    min-height: 0px !Important;
}

#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase!important;
    border: 0;
    border-radius: 0;
    text-transform: none;
    background: #0053B6 !Important;
    display: block;
    text-align: center;
    padding: 0;
    width: auto;
    flex: auto;
    height: 42px;
    line-height: 42px;
}

.float-contact .float-open {
    background: #0053B6 !Important;
    width: 64px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.float-contact .float-items>li>a {
    display: block;
    background: #0053B6 !Important;
    width: 64px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar {
    width: 20%;
    background: #0053B6 !Important;
    border-radius: 0;
    color: #fff;
    height: 42px;
    border: solid 2px #0053B6 !Important;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.scrollToTop {
    position: fixed;
    z-index: 999;
    bottom: 1rem;
    right: 2rem;
    background: #0053B6 !Important;
    color: #fff;
    display: block;
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 0;
    padding: 10px;
    display: none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}