.added_to_cart.wc-forward {
display: none !important;
}

/* Green “added” state */
.single_add_to_cart_button.added {
  background-color: #28a745 !important;
  border-color:     #28a745 !important;
  color:            #fff !important;
  cursor:           default !important;
}

/* Remove Porto pseudo-icons on added */
.product-summary-wrap 
  .single_add_to_cart_button:after,
.product-summary-wrap 
  .single_add_to_cart_button.added:after {
	  display: none !important;
}
.product-summary-wrap 
  .single_add_to_cart_button:before {
  display: inline-block !important;
  content: "\e8ba"               !important;
  font-family: "Porto"            !important;
  margin-right: 0.5rem            !important;
  font-size: 1.2857em             !important;
  line-height: 1                  !important;
}
.product-summary-wrap 
  .single_add_to_cart_button.added:before{
display:none !important;
}

/* Hide our check-icon by default */
.single_add_to_cart_button .check-icon {
  display: none;
}

/* Show FontAwesome check in added state */
.single_add_to_cart_button.added .check-icon {
  display: inline-block;
  margin-right: 0.5em;
  font-family:   "Font Awesome 5 Free";
  font-weight:   900;
  font-size:     1em;
  vertical-align: middle;
}