/*
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.   ***************/
/*use custom font*/
@font-face {
  font-family: 'e-Ukraine-Regular';
  src: url('/wp-content/themes/flatsome-child/fonts/e-Ukraine-Regular.otf');
}

@font-face {
  font-family: 'e-Ukraine-Bold';
  src: url('/wp-content/themes/flatsome-child/fonts/e-Ukraine-Bold.otf');
}

.nav > li > a {font-family:  "e-Ukraine-Bold" !important;}
body {font-family:  "e-Ukraine-Regular";}
h1,h2,h3,h4,h5,h6, .heading-font {font-family: "e-Ukraine-Bold";}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase.tooltipstered {
display: none;
}

p.woocommerce-result-count.hide-for-medium {
display: none;
}

form.woocommerce-ordering {
display: none;
}

.grecaptcha-badge{
  display: none;
}

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


}