.home .products .product-category:nth-of-type(2):after {
	content: 'Shop By Product';
	display: block;
	text-align: center;
	color: #333333;
	font-size: 32px;
	line-height: 1.214;
	font-weight: 300;
	margin: 60px -80px -20px -80px;
}
.woocommerce-active .site-header .site-search,
.home .storefront-breadcrumb,
.storefront-sorting,
.woocommerce-account [data-pin-log],
.woocommerce-cart [data-pin-log],
.woocommerce-checkout [data-pin-log],
.logged-in .main-navigation .hide-if-logged-in,
.main-navigation .hide-if-logged-out,
.woocommerce-tabs,
.single-product div.product .product_meta .tagged_as,
.single-product #jp-relatedposts {
	display: none;
}
.single-product #jp-relatedposts {
	display: none !important;
}
.logged-in .main-navigation .hide-if-logged-out {
	display: inline-block;
}
.woocommerce-active .site-header .site-branding,
.woocommerce-active .site-header .main-navigation {
	text-align: center;
	width: 100%;
	margin-right: 0;
}
.woocommerce-active .site-header .site-branding img {
	max-height: 100px;
	width: auto;
	margin: 0 auto;
	position: relative;
	left: 0px
}
#page {
	max-width: 990px;
	margin: 50px auto;
	background: none;
}
#content,
#content + .text-center,
#content + .text-center + #sb_instagram {
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
}
.site-header {
	background: none;
	padding-top: 130px;
}
.site-info {
	padding: 0;
	text-align: center;
}
.site-footer {
	padding: 1.6em 0 1.8em;
}
.storefront-product-section .button.alignright {
	float: none;
	margin: 0 auto;
}
.storefront-product-section p.clearfix,
.text-center {
	text-align: center;
}
.storefront-breadcrumb {
	margin-bottom: 10px;
}
.storefront-full-width-content .woocommerce-products-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header {
	padding-bottom: 60px;
}
button.menu-toggle {
	float: none;
	margin-top: 30px
}
#content + .text-center {
	padding-bottom: 20px;
}
#content + .text-center p {
	margin-bottom: 0;
}
.sfb-footer-bar {
	background: #f0f0f0;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	padding-bottom: 10px;
	padding-top: 30px;
}
.sfb-footer-bar .widget li::before {
	display: none;
}
.sfb-footer-bar .widget ul {
	text-align: center;
}
.sfb-footer-bar .widget li {
	display: inline-block;
}
.sfb-footer-bar .widget li a {
	color: #6d6d6d;
}
@media all and (max-width: 990px){
	#page {
		margin: 25px;
	}
}
@media all and (max-width: 768px){
	.site-header {
		padding-top: 70px;	
	}
	.overlay.animated h1 {
		font-size: 1.5em;
		line-height: 1.2em;
	}
	.sph-hero .overlay {
    padding-top: 1em;
		padding-bottom: 1em;
	}
}
@media all and (min-width: 768px){
	#site-header-cart {
		position: absolute;
		top: -10px;
		right: 40px;
		width: 130px;
	}
	.site-header-cart .cart-contents .count,
	.site-header-cart .cart-contents::after {
		color: #fff;
		opacity: 1;
		font-size: 24px;
		text-shadow: 0px 1px 1px rgba(0,0,0, 0.55);
	}
	.site-header-cart .cart-contents .amount {
		display: none;
	}
	.sph-hero .overlay {
    padding: 6em 9.505em; 
	}
	.site-header-cart.focus .widget_shopping_cart, .site-header-cart:hover .widget_shopping_cart {
	left: auto;
	display: block;
	right: 0;
	width: 200%;
	}
}