/*
Theme Name:   	Storefront Child
Template:     	storefront
*/
.woocommerce .woocommerce-message {
    display: none;
    visibility: hidden;
}


@media (min-width: 768px) {
    .storefront-breadcrumb {
        padding: 1.41575em 0;
        margin: 0 !important;
    }

    .storefront-full-width-content .woocommerce-products-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header {
        text-align: center;
        padding: 0 0 2.5em;
    }
}

.site-header .widget_product_search {
    display: none;
    visibility: hidden;
}

.woocommerce-billing-fields__field-wrapper > .hidden {
    display: none !important;
}
