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


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


}


.ux-quantity.quantity.buttons_added {
    display: none;
}

button.single_add_to_cart_button.button.alt {
    display: none;
}

button#trigger_cf {
    background: #b39f00;
    color: #fff;
    border-radius: 10px;
    text-transform: capitalize;
	padding: 6px 20px !important;
	font-size:18px;
}

button#trigger_cf:hover {
    background: #4c6890;
}


.social-icons {
    display: none !important;
}

nav.woocommerce-breadcrumb.breadcrumbs {
    display: none !important;
}



