/*
 Theme Name:   envo-storefront-child
 Author:       Go Hashimoto
 Template:     envo-storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  envo-storefront-child
*/
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, Helvetica, Arial, sans-serif;
}

.header-my-account, .mobile-account .header-my-account {
  display: none;
}
.wc-block-components-payment-methods__save-card-info{
  display: none;
}
@media (max-width: 767px) {
	.mobile-cart .header-cart, .mobile-account .header-my-account {
		right: 70px;
	}
	.navbar-default .navbar-brand {
		display:none!important;
	}
}
