button.btn.btn-primary.btn-large
{

    content: "In den Warenkorb"!important;
    background-color: #00C49B;
    border: none;
    color: white;
    padding: 5px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-family: inherit;

}
.fa.fa-shopping-cart::before
{
    content: "In den Warenkorb";
    background-color: #00C49B;
    border: none;
    color: white;
    padding: 5px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-family: inherit;
}