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

*/


a:focus {outline: 0 !important }

.site-info a, .site-info span {
	display: none
}
.site-branding {
	margin-bottom: 1rem
}

.menu-footer-menu-container ul li {
    display: inline;
    padding: 0 10px
}
.menu-footer-menu-container ul li:first-child {
    padding-left: 0;
}
.menu-footer-menu-container ul {
    margin: 0
}

.home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
	margin-bottom: 0
}

.home.storefront-align-wide.page-template-template-fullwidth .hentry .entry-content>.wp-block-cover.alignfull {
	margin-top:0
}

.home.storefront-align-wide.page-template-template-fullwidth .hentry .entry-content>.wp-block-cover.alignfull {
	height: calc(100vh - 230px);
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
	background-color: #026025;
}

.storefront-breadcrumb {
	margin-bottom: 0rem
}