/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.single_buy_now_button{
    background:#e24545 !important;
    color:#fff !important;
    margin-left:10px;
}

.single_buy_now_button:hover{
    opacity:.9;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}