button.wooscp-btn::before {
    content: "\f362";
    font-family: "Font Awesome 5 Free";
}

button.wooscp-btn {

    border: 1px solid #005082;
    color: #005082;
    background: #ffffff;

    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 40px;
    padding: 0 18px;
    transition: all 200ms ease-in;
}