.banners-full {
    border-bottom: none;
}
.listagem .banners-extras img {
    border-radius: 7px;
}
.a-block.ce .a-block-cont strong {
    font-size: 12px !important;
}

@media only screen and (min-width: 1025px) {
    .banner-full img {
        max-width: 100% !important;
    }
}

.pagina-carrinho.carrinho-checkout .control-group:has(input#id_nome):after {
    content: "Para CNPJ, repita Razão Social";
    display: block !important;
    margin-top: 4px;
    font-weight: 500;
    color: #fff;
    background: #00943a;
    padding: 4px 12px;
    border-radius: 2px;
    font-size: 14px;
    border-bottom: 3px solid #02712d;
}