/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.8.1
Text Domain: flatsome
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.header-main{
	height: 128px !important;
}
.footer-2{
	background: #fff;
}
.body{
	font-family: 'Roboto', sans-serif !important;
}
.product-short-description{
	display: none !important;
}
.product-page-title{
	display: none !important;
}
.header-bg-image{
    background-size: 1024px 132px !important;
    padding: 0px;
}
.header-search-form-wrapper{
    margin-top: 67px;
    margin-left: -65px;
}
.header-bottom{
    background: rgb(13, 77, 171) !important;
}
@media screen and (max-width: 800px) {
  .header-bg-image{
     background: #fff;
    background-size: 0px 0px !important;
    }
}