#app .button-primary,
#hr-widget .button-primary,
#hr-modal .button-primary {
  background-color: #33A267 !important;
  color: #ffffff !important;
  border: none !important;
}
#app .button-primary:hover,
#hr-widget .button-primary:hover,
#hr-modal .button-primary:hover {
  background-color: #E48219 !important;
  color: #ffffff !important;
}   

body .hotel-detail__price-button {
  background-color: #33A267 !important;
  color: #ffffff !important;
  border: none !important;
}

body .hotel-detail__price-button:hover {
  background-color: #E48219 !important;
  color: #ffffff !important;
}   