/*
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_add_to_cart_button,
.add_to_cart_button {
    display: inline-block;
    background-color: #3ca9e0;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 32px;
    border-radius: 4px;
    text-decoration: none !important;
    text-align: center;
    transition: background-color 0.2s ease;
}

.single_add_to_cart_button:hover,
.add_to_cart_button:hover {
    background-color: #2f8dbf;
    color: #fff !important;
}

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


}
