/**
 * First page title spacing on inner pages (not homepage).
 */
body:not(.home):not(.front-page):not(.page-template-page-reviews) .second-container h1,
body:not(.home):not(.front-page) .my-single-product-layout .desktop-only .product_title.entry-title,
body:not(.home):not(.front-page) .cart-title,
body:not(.home):not(.front-page) .login-title,
body:not(.home):not(.front-page) main.page-404 h1,
body:not(.home):not(.front-page) .search-results h1 {
	margin-top: 50px !important;
}
