/* Hide native Woo buttons when our replacement is present */
.add_to_cart_button:not(.wprb-book-now),
.single_add_to_cart_button:not(.wprb-book-now){
  display: none !important;
}

.wprb-book-now.button{
  font-weight:600;
  border-radius:10px;
  padding:.75rem 1.25rem;
  box-shadow:0 6px 14px rgba(0,0,0,.08);
}
