Style UABB WooCommerce sales flash badge to match GeneratPress theme

/* REPOSITION UABB SALE BADGE TO MATCH GP THEME */
 .uabb-woo-products-classic .uabb-flash-container {
     left: auto;
     right: 9%; /* will need to adjust */
 }
 @media ( min-width: 600px ) {
     .uabb-woo-products-classic .uabb-flash-container {
     right: 15%; /* will need to adjust */
 }
 }