/* 
Theme Name: Storefront Child 
Version: 1.0 
Description: Child theme for Storefront. 
Author: Woo
Author URI: http://woocommerce.com 
Template: storefront 
*/  


/*Menu font*/
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');

#menu-main .menu-item{
	font-family: 'Indie Flower', cursive;
	font-size: 24px;
}
#menu-main .menu-item.current_page_item{
	border-bottom: solid 2px white;
}

/* Remove search widget from header */
.widget_product_search form {
  display: none;
}


/*Header*/
@media (min-width: 768px){
.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
	padding: 0px 20px;
}
.main-navigation ul li:last-child a{
	font-size: 30px;
	text-shadow: 0 0 1px white;
}
	
header.site-header .col-full{
	margin-left: 0;
	margin-right: 0;
	display: flex;
    align-items: center;
	padding: 0 20px;
}
header.site-header{
	display: flex;
	max-width: 66.4989378333em;
	margin: auto;
	justify-content: space-between;
    align-items: center;
}
.woocommerce-active .site-header .site-header-cart {
	min-width: 200px;
	display: flex;
	justify-content:flex-end;
}
.site-header-cart .cart-contents .count {
    padding-right: 10px;
}
.storefront-primary-navigation{
	width: 100%;
}
}

.site-info a {
    display: none;
}

.woocommerce-ordering {
  display: none;
}

.woocommerce-result-count{
	display:none;
}

.storefront-handheld-footer-bar .my-account,
.storefront-handheld-footer-bar .search{
	display:none;
}
@media (max-width: 768px){
.site-header .site-logo-anchor img, .site-header .site-logo-link img, .site-header .custom-logo-link img{
	max-width: 130px;
}
header#masthead{
	display: flex;
    justify-content: center;
    align-items: center;
}
	.site-branding{
		width: 130px;
	}
}

.product_meta{
	display: none;
}