/* WooCommerce Tweaks
   - Fix "Add to Basket" buttons reverting to
     original WooCommerce colour. */
.woocommerce button.button.alt {

	background-color: #ffad0f !important;
	color: #292929 !important;

}
