@charset "UTF-8";
/*
Theme Name: Storefront Child
Author: John Doe
Author URI: https://example.com/
Version: 1.0.0
Description: Storefront Child Theme
Template: storefront
Tags: e-commerce
*/

body {
	position: relative;
	margin: 0;
	text-align: left;
	overflow-x: hidden;
	background: #fff;
	font-size: 16px;
	line-height: 2;
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Yu Gothic', '游ゴシック Medium', sans-serif;
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	line-height: 1.4;
	color: inherit;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.4rem;
}

h3 {
	font-size: 1.3rem;
}

h4 {
	font-size: 1.2rem;
}

h5 {
	font-size: 1.1rem;
}

h6 {
	font-size: 1rem;
}

/* Bootstrap4 Compatibility */
.footer-widgets.col-1,
.footer-widgets.col-2,
.footer-widgets.col-3,
.footer-widgets.col-4 {
	max-width: 100%;
}

/* Logo Image */
.site-branding a.custom-logo-link {
	display: inline-block;
}

/* Input Shadow */
input.search-field {
	box-shadow: none;
}

/* Blog Title */
.entry-header .entry-title {
	padding: 30px 0;
}

/* Link */
a:focus {
	outline: none;
	cursor: pointer;
}

.site-branding a,
ul.page-numbers li a,
ul.products li.product a,
.woocommerce-breadcrumb a,
.primary-navigation ul li a,
.storefront-product-section ul.products li a {
	text-decoration: none;
}

.entry-content{
	max-width: 100% !important;
	text-align: left;
}

.wc-block-product-template{
	margin: 0;
}

.site-info{
	text-align: center;
}

.site-footer{
	border-top: 1px solid #f0f0f0;
}

.woocommerce-tabs .panel h2:first-of-type{
	display: none;
}
@media (min-width: 768px) {
	.woocommerce-tabs ul.tabs {
	    list-style: none;
	    margin-left: 0;
	    text-align: left;
	    border-top: 1px solid rgba(0, 0, 0, .05);
	    width: initial!important;
        float: initial!important;
        margin-right: 4.347826087%;
	}
	.woocommerce-tabs ul.tabs li.active::after {
        right: 1em;
    }
        .woocommerce-tabs ul.tabs li::after {
        content: initial;
    }
    .storefront-full-width-content .woocommerce-tabs .panel {
        width: initial!important;
        float: initial!important;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.hentry .entry-content .wp-block-latest-posts.has-dates li, .editor-styles-wrapper .wp-block-latest-posts.has-dates li {
    margin: 0 0 1em;
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-content: stretch;
    flex-wrap: nowrap;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
}

.hentry .entry-content .wp-block-latest-posts__post-date{
	margin-right: 20px;
}

.post-author{
	display: none!important;
}

.hentry .entry-content .wp-block-latest-posts{
	width: 100%;
}

.site-branding{
	margin-bottom: 0!important;
}
