#rodape .institucional li a {
    font-weight:300 !important;
}
.free-shipping.warning{
    background: #B6899C !important;
}
.free-shipping.success{
    background: #78BCA4 !important;
}

.tabela-carrinho tbody tr:nth-last-child(3){ display : block!important; }

#comprar-ajax-status .tabela-carrinho tbody tr:nth-last-child(3){display: table-row !important;width: 100%;}

.tabela-carrinho .formas-envio label {
    text-align: left;
    display: flex;
    margin: 0;
    padding: 3px 0px;
    width: 100%;
    align-items: center;
}

.pagina-carrinho #corpo .secao-principal .tabela-carrinho .form-horizontal label~.controls {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    width: 100%;
    grid-gap: 5px;
}

#formCalcularFrete .control-group .controls .input-append{
    display: flex;
    grid-gap: 5px;
    align-items: flex-start;
    justify-content: flex-start;
}