.woocommerce #content-area div.product .single_add_to_cart_button {
  background-color: #cf8214 !important;
}
.woocommerce #content-area div.product .single_add_to_cart_button .owp-cart-overlay {
  display: none !important;
}
.woocommerce #content-area div.product .single_add_to_cart_button .product .nyp-disabled,
.woocommerce #content-area div.product .single_add_to_cart_button .wcopc .product-item .nyp-disabled {
  opacity: 100%;
}
.woocommerce #content-area div.product .single_add_to_cart_button:hover {
  background-color: #55b659;
}
