.w-product-wedding-registry-button .btn {
  border: none;
  position: relative;
  padding:7px 25px 6px 70px;
}
.w-product-wedding-registry-button .btn:before {
  height:18px;
  left:20px;
  position: absolute;
  top:50%;
  width:18px;
  content:'';
  border:2px solid #ffffff;
  border-radius:50% 50% 50% 50%;
  margin-top:-10px;
}
.w-product-wedding-registry-button .btn:after {
  height:18px;
  left:33px;
  position: absolute;
  top:50%;
  width:18px;
  content:'';
  border:2px solid #ffffff;
  border-radius:50% 50% 50% 50%;
  margin-top:-10px;
}
