#masthead {
	margin-bottom: 1.36em;
}

h1, h2, h3, h4, h5 {
	font-family: 'Copse', serif;
}

body, p {
	font-family: 'Open sans', sans-serif;
}

a {
	color: #f48835;
}

a:focus {
	border: 0;
}

.site-branding {
	min-width: 100%;
	text-align: center;
	height: 300px;
	background-image: url(http://ecolifestyle.fi/wp-content/uploads/2016/04/logo_300px.png);
	background-repeat: no-repeat;
	background-position: center;
}

a:focus,
		.button:focus,
		.button.alt:focus,
		.button.added_to_cart:focus,
		.button.wc-forward:focus,
		button:focus,
		input[type="button"]:focus,
		input[type="reset"]:focus,
		input[type="submit"]:focus {
	outline-color: #ffffff;
}

h1.site-title {
	display: none;
}

#site-navigation {
	text-align: left;
}

p.site-description, ul.menu li.current-menu-item > a, .site-header {
	color: #f68826;
}

.added_to_cart {
	display: none;
}

.added_to_cart::after {
	content: "Korissa!";
}

.hentry .entry-header {
	padding-bottom: .318em;
	border-bottom-width: 0;
}

.hentry .entry-header h1 {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.woocommerce-breadcrumb {
	display: none;
}

#order_review_heading, #order_review {
	border: 0;
}

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
	padding: 0 1em .1em;
}

ul.nav-menu {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: rgba(0,0,0,0.2);
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: rgba(0,0,0,0.2);
}

.site-info {
	display: none;
}

.woocommerce-product-search {
	display: none;
}

.button {
	background-color: #f68826;
	font-family: 'Oswald', sans-serif;
	border: 0;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	border-radius: 4px;
	box-shadow: inset 0 0 0 rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.1);
}

a {
	font-weight: normal;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
	background-color: #f68826;
	border-color: #f68826;
}

li.product > a > h3 {
	font-family: 'Copse', serif;
}

span.amount {
	font-family: 'Courier', 'Courier New', mono;
	font-weight: bold;
}

.menu {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.widget-area .widget h3.widget-title {
	font-family: 'Copse', serif;
	padding-bottom: .318em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: rgba(0,0,0,0.2);
	text-align: center;
}