#formasEnvio .cor-principal, .envio-prazo-entrega , .envio-nome {
   color: #000 !important;
}

#formularioCheckout .titulo {
    font-weight: 600 !important;
    
}

#formas-pagamento-wrapper .cor-secundaria {
    font-weight: 600 !important;

}


#corpo .preco-carrinho-total {
    font-weight: 600 !important;
    color: #000 !important;
}

ul.conteudotopo-wrap .i-all-topo_text h1,
#cabecalho .carrinho .icons-actions, .titulo {
    font-weight: 600 !important;
}

div#modalMedidas button.botao.principal {
    color: #333 !IMPORTANT;
    
}
.measure-modal svg {
    fill: #f1b4b4;
}
@media(min-width:767px){
    .menu.superior .nivel-um>li>a {
        border-radius: 5px;
        padding: 0 20px;
        background: rgb(255 247 245);
        
    }
    .menu.superior .nivel-um>li {
        padding: 8px 0px;
    }
    div#modalMedidas {
        height: 96%;
        top: calc(55% - 48%) !IMPORTANT;
        width: 640px;
        left: calc(50% - 320px);
        margin: 0;
    }
    div#modalMedidas .modal-body {
        max-height: initial;
    }
}

.pagina-produto .acoes-produto span.desconto-a-vista strong:after {
    
    font-weight: 500;
    content: " via pix" !IMPORTANT;
    color: #3b3b3b;
    font-size: 16px;
}
.listagem-item span.desconto-a-vista strong:after {
    font-weight: 400;
    content: " via pix" !IMPORTANT;
    color: #4e4e4e;
    font-size: 16px;
}



.listagem-item span.desconto-a-vista strong:before,
.pagina-produto .acoes-produto span.desconto-a-vista strong:before{
    background: url(https://cdn.awsli.com.br/1950/1950161/arquivos/logo-pix-icone-1024.png) center center no-repeat;
    color: transparent;
    background-size: 17px;
}
.pagina-produto .acoes-produto span.desconto-a-vista strong:before{
    background-position: 3px -1px;
    background-size: 19px;
}
.listagem-item span.desconto-a-vista strong:after,
.pagina-produto .acoes-produto span.desconto-a-vista strong:after{
    content: " no pix";
}
div#comentarios-container span.title_description_prod {
    display: none;
}




@media(max-width:768px){
    .listagem-linha ul.row-fluid {
        display: flex;
        flex-wrap: wrap;
    }
}
