/*
Theme Name: Storefront Child

Template: storefront
*/

.cleanlink a
{
	text-decoration:none!important;
	color: #fff;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments
{
    background-color: #669988!important;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments
{
    background-color: #5e7888!important;
}

a:focus, .focus a
{
	outline: none !important;
}

.single-product span.sku_wrapper {
    display: none !important;
}

.wp-block-cover, .wp-block-cover-image, {
    position: relative;
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
}

.home-header {
    position: relative;
    background-position: 50%;
    max-height: 380px;
	min-height: 150px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
}

.home-image-half {
    width: auto;
    max-width: 1000%;
    padding-left: 0em!important;
    padding-right: 0em!important;
    clear: both;
}

.widget {
	margin: 0px!important;
}

.email-signup-form {
	margin-right: 10px;
}

#mp_form_popup_4 {
	padding: 20px!important;
}

@media(max-width: 768px) {
.home.page:not(.page-template-template-homepage) .site-header {
   margin-bottom: 0.1em!important;
}