Kcwebmedia, by any chance you are for hire? lol
After a couple days on several forums I finally found someone that could fix the issue at hand! Thank you so very much. I took out the duplicate font-size and added “Text-Transform” now its perfect!
Thank you again!
Daniel Riera
Final CSS code that did the trick:
#main-wrapper .offers-for-woocommerce-add-to-cart-wrap.ofwc-button-right-of-add-to-cart .offers-for-woocommerce-make-offer-button-single-product {
background: #323436;
height: 40px;
line-height: 40px;
padding: 0 25px;
font-size: 12px;
letter-spacing: 1.5px;
text-transform: uppercase;
}