/*
Theme Name:   Storefront Child
Description:  Storefront Child Theme
Author:       Romain Laemmel
Template:     storefront
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  storefront-child
*/

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

.woocommerce span.onsale {
  display: none;
}

.stock.in-stock:before {
  content: "\f058";
}

.stock.out-of-stock:before {
  content: "\f057";
}

.storefront-breadcrumb {
  visibility: hidden;
  margin: 0;
}

.single-product .product_meta {
  display: none;
}

footer.site-footer img {
  max-width: 200px;
}