/*
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.   ***************/
input#woocommerce-product-search-field-0 {
  border:1px solid rgba(255,255,255,.12);
  border-radius:100px;
  width:280px;
  height:44px;
  background:rgba(255,255,255,.12)
}

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


}