/*
 Theme Name:   storefront Child
 Template:     storefront
*/
body * {
	font-size: 1em;
	text-align: justify;
	line-height: 1.5;
}
.site-branding .site-title a {
	font-size: 0.8em;
    display: block;
    margin-bottom: 0.8em;	
}
.site-branding .site-description {
    display: block;
}
.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
    margin-bottom: 0;
}
.main-navigation div.menu li {
	border-bottom: 1px solid rgba(109, 109, 109, 1);
}
.woocommerce-products-header__title.page-title {
	height: 0;
	overflow: hidden;
}
#recent-posts-2,
#recent-comments-2,
#archives-2,
#categories-2,
#meta-2,
.wc-forward:after,
.woocommerce-Button--next:after,
.comments-link {
	display: none;
}
.alpha,
h1 {
	font-size: 1.4em;
}
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2,
ul.products li.product h3 {
	font-weight: 600;
}
.woocommerce-product-details__short-description p,
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab p {
	font-size: 0.9em;
}
.single-product div.product form.cart .quantity {
	float: none;
	text-align: right;
    margin: 0 0 1em 0;
}
.single_add_to_cart_button.button.alt,
.button.wc-backward {
	text-align: center;
}
.woocommerce-tabs ul.tabs li.active a,
ul.products li.product .price,
.onsale,
.widget_search form:before,
.widget_product_search form:before {
	text-align: right;
}
ul.products li.product .button,
button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.added_to_cart.alt,
.widget-area .widget a.button.alt,
.added_to_cart,
.widget a.button.checkout {
    width: 100%;
    text-align: center;
}
.single-product div.product p.price {
    text-align: right;
}
.product-quantity .quantity {
	text-align: right;
}
table.cart td,
table.cart th {
	padding: 0;
}
.alpha,
h1 {
	text-align: center;
}
.form-row label {
	margin-bottom: 0.9em;
}
.select2-container--default .select2-selection--single {
	height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	display: flex;
	align-items: center;
	height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}
.required {
	text-decoration: none;
}
.woocommerce-shipping-fields {
	margin-bottom: 3em;
}
table.cart td.product-thumbnail,
table.cart td.product-name,
table.cart td.product-price,
table.cart td.product-quantity,
table.cart td.product-subtotal {
	padding: 0.5em;
}
.site-branding {
	width: 100%;
}
table.woocommerce-checkout-review-order-table .product-name {
	width: 50%;
}
.form-row.form-row-wide.address-field.update_totals_on_change.validate-required {
	display: none;
}
.alpha, h1 {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
}
.menu-item.menu-item-type-post_type.menu-item-object-page {
	border-bottom: 1px solid rgba(51, 51, 51, 1);
}
.menu-item .sub-menu {
	margin-bottom: .875em;
}
ul.products li.product .woocommerce-LoopProduct-link {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.main-navigation ul.menu>li:first-child, .main-navigation ul.nav-menu>li:first-child {
    	margin-left: 0;
	}
	.woocommerce-active .site-branding {
		margin: 0 0 10px 0;
		width: 100%;
	}
	.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
		font-size: 12px;
		font-weight: bold;
		padding: 0 0 5px 0;
	}
	.menu-item.menu-item-type-post_type.menu-item-object-page {
		margin-right: 10px;
	}
	.cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator {
		width: 100%;
	}
	.woocommerce-breadcrumb {
		margin-bottom: 0;
	}
	.single-product div.product .woocommerce-product-gallery {
		padding-top: 20px;
		width: 100%;
	}
	.single-product div.product .woocommerce-product-gallery img {
		margin: 0 auto;
	}
	.single-product div.product .summary {
		width: 100%;
	}
	.woocommerce-tabs ul.tabs li.active a, ul.products li.product .price, .onsale, .widget_search form:before, .widget_product_search form:before {
		text-align: left;
	}
}



