/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
/* remove search box */
.site-header .widget_product_search , .site-search {
display: none;
}
h1.site-title {
display: none;
}
h2.site-description {
display: none;
}
.site-header {
	padding-top: 0em;
}

    .main-navigation ul.nav-menu {
      display: none;
      }

@media (max-width: 767px) {
 .main-navigation {
   display: none;
 }
	
/* center logo*/
.site-branding{
width:100% !important;
text-align:center;
}
.site-header .site-branding img {
margin: 0 auto;
}
	
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    display: none;
}