/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

body {
	background: #fff;
}
.site-header {
	background: #F6F6F6;
	box-shadow: none;
}
.site-header:before {
	display: none;
}

.woocommerce-breadcrumb {
	background: #fff;
}

.widget-area .widget, table, .woocommerce-tabs ul.tabs, .storefront-sorting, #order_review_heading, #order_review {
background: #f6f6f6;
}



@media (min-width: 768px) {
	.site-header {
		padding-top: 40px;
	}
	.site-header .site-search {
		margin-top: 5px;
	}

	.site-header .logo {
		margin-top: -9px;
	}
}
