/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 2.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
h3.section-title.title_center span::after, h3.section-title.title_center span::before {
    border-bottom: 1px solid #eee;

}
/*font*/
.widget_product_categories li a, .widget_layered_nav li a, .widget_layered_nav li span:not(.count), .widget_layered_nav_filters li a {

    text-transform: capitalize;
}
.product-small p.category {
    text-transform: capitalize;
}
ul.top-bar-nav li a:hover {
    border-bottom: 0px solid #ffffff;
}
.social-icons .icon, .yith-wcwl-share li a {
    color: #51a834;
}

/* -- woocommerce extra -- */
.woocommerce-info {
    padding: 15px 0;
    text-align: center !important;
}
.right a:hover {
    color: #51a834;
}
.absolute-footer ul li a:hover {
    color: #51a834;
}
ul.top-bar-nav .nav-dropdown li a {
  font-size: 100%;
  text-transform: capitalize ;
  padding: 7px 10px;
}
.lightbox-login-content {
   padding: 15px 20px !important;
} 

/*************** ADD MOBILE ONLY CSS HERE  ***************/