/*
Theme Name:   ChildTheme
Description:  Filhotinho do pai
Author:       PoShops
Author URL:   http://exposhops.com.br
Template:     storefront
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ChildTheme
*/

/* Write here your own personal stylesheet */

div#primary {
    width: 100%!important;
}

.page .storefront-breadcrumb {
    display: none!important;
}

.woocommerce-breadcrumb a:first-of-type:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f015";
    margin-right: .5407911001em;
}
header#masthead {
    padding-top: 5px!important;
    background-color: #ccc;
    height: 30px!important;
    font-size: 12px!important;
} 