/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Flat Responsive WooCommerce theme
Version: 2.8.5
License:
License URI:
*/

/*************** 
All custom CSS should be added to Theme Options > Custom CSS,
or in the style.css of a Child Theme.
***************/

body ul.header-nav li {
    margin-left: 10px;
}
body ul.header-nav li a {
    transition: .15s;
}
body ul.header-nav li a:hover {
    opacity: .7!important;
}
body .mobile-sidebar li a {
    width: 85%;
}