.payment-btn {
  &.bitcoin {
    background-color: #f7931a;
    color: #fff;

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