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

.form-flat input:not([type=submit]) {background-color: rgb(0 0 0 / 2%);}

#woocommerce-product-search-field-0 {
    font-weight: 400;
    font-size: .95em;
    height: 40px;
	border-radius: 6px;
	}

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


}