/*
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.   ***************/

.topbar a {
color: white;
}

.quantity.buttons_added {
display: none;
}

button.single_add_to_cart_button.button.alt {
width: 100%;
}

span.woocommerce-Price-amount.amount {
color: #620a14;
}

p.name.product-title a {
font-family: 'Poppins', sans-serif;
color: #25352a;
font-weight: bold;
font-size: 17px;
}

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


}