/*
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.
***************/

#top-bar {
    display: none;
}

@media (min-width:1025px) {
ul.header-nav li { 
	float: left; 
	margin-left: 65px; 
	list-style: none; 
	}

#top-bar {
  	position: absolute;
  	width: 100%;
  	top: 130px;
  	display: block;
	}

#masthead {
    	height: 120px;
    	margin-bottom: 40px;
	}


}

.woocommerce-ordering {
	width:165px;
}

.ux_banner{
	background-color:#fff !important;
}