.carrinho-checkout .atendimento li .display-table {color: black;}
.carrinho-checkout .atendimento .cor-principal, .carrinho-checkout .atendimento a {color: #000;}

 .bar{
     position: fixed;
    bottom: 0;
    font-size: 16px;
    background: #13474b;
    color: #fff;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: inherit;
    padding: 10px;
    z-index: 99;
    }
    
    @media only screen and (max-width: 600px) {
 .bar{
     position: fixed;
    bottom: 0;
    font-size: 10px;
    background: #13474b;
    color: #fff;
    width: 70%;
    text-align: left;
    font-family: inherit;
    padding: 10px;
    z-index: 99;
    }

}