.payment-btn {
  &.ethereum {
    background-color: #003664;
    color: #fff;

    &:after {
      color: #fff;
      content: "\f42e";
    }
  }
}
