/**

* Theme Name: Flaxoc Child

* Description: This is a child theme of Flaxoc, generated by Merlin WP.

* Author: <a href="http://themeforest.net/user/themexriver">ThemeXriver</a>

* Template: flaxoc

* Version: 1.0.2

*/
.buy-now-button {
    background-color: #ebd9bf /* Button background color */
    color: #ffffff; /* Button text color */
    padding: 10px 20px; /* Button padding */
    text-transform: uppercase; /* Text transformation */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* Remove underline from link */
    font-weight: bold; /* Bold text */
    display: inline-block; /* Make the button inline-block */
}

.buy-now-button:hover {
    background-color: #ebd9bf; /* Button background color on hover */
    color: #ebd9bf; /* Button text color on hover */
}


