/*
Theme Name: Storefront Child
Theme URI: http://thespacesm.com/
Author: The Space
Author URI: http://thespacesm.com/
Template: storefront
Version: 1.0.0
*/

/* Importa il foglio di stile del tema genitore */
@import url('../storefront/style.css');

/* Aggiungi qui le tue personalizzazioni CSS o sovrascritture */

#masthead {
    padding: 0;
    height: 180px;
    text-align: center;
    background-color: #fff;
    margin-top: 50px;
}

.storefront-breadcrumb {
    display: none;
}

.entry-header {
    display: none;
}

#masthead img.logo {
    display: inline-block;
    height: 100%;
    padding: 10px 0;
}

.woocommerce-MyAccount-navigation {
    display: none;
}

.woocommerce-MyAccount-content {
    width: 100%;
}

.woocommerce > h2 {
    display: none;
}

.woocommerce-form-login {
    padding: 25px;
    max-width: 420px;
    margin: 0 auto;
}

.woocommerce-form-login__rememberme {
    margin-bottom: 20px;
}

.woocommerce-form-login__submit {
    width: 100% !important;
}