/*
Theme Name: JBV
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.14.3
*/

/**
 * -------------------------------------------------------------------
 * StylishCircle Custom CSS in theme
 * -------------------------------------------------------------------
 * 
 * Author: J.Mihai
 * Email: mihai_jepan@infobest.ro
 * Version: 1.0.0.
 *
 * -------------------------------------------------------------------
 */


  /* 
  * -------------------------------------------------------------------
  * Attributes listed A to Z and list types for Attributes pages
  * Example the "Marken"
  * -------------------------------------------------------------------
  */


 /* 
  * -------------------------------------------------------------------
  * Overwrite Select2 Styles - sidebar 
  * -------------------------------------------------------------------
  */



 /* 
  * -------------------------------------------------------------------
  * Woocommerce Customizations
  * -------------------------------------------------------------------
  */
.woocommerce .price>.amount, .woocommerce .price>ins>.amount {
    color: #f00;
}


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


}