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

.wholesale_price_container span.amount {
    color: #b20000;
}

.price small {
    font-size: 12px!important;
	font-weight: normal;
}

.product-summary .woocommerce-Price-currencySymbol {
    vertical-align: bottom;
}

.grecaptcha-badge {
    visibility: hidden !important;
    display: none !important;
}

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


}