/* *** fonts.css *** */
/*All Font Families*/
@font-face {
	font-family: 'CoreIconsRegular';
	src: url('./fonts/coreicons-webfont.eot');
	src: url('./fonts/coreicons-webfont_162a16fe.eot') format('embedded-opentype'),  url('./fonts/coreicons-webfont.woff') format('woff'),  url('./fonts/coreicons-webfont.ttf') format('truetype'),  url('./fonts/coreicons-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
header .slogan, header .slogan span, .header_cart_content .cart_cost, .header_search_block.toggled .header_search_content .field_search, .login_form .form_field {
	font-family: 'Open Sans', sans-serif!important;
}
.shortcode_iconbox .ico {
	font-family: 'CoreIconsRegular';
}
p, td, div {
	font-size: 16px;
	color: #454545;
	line-height: 26px;
}

h1, h2, h3, h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'Open Sans', sans-serif!important;
}
h1, h1 span, h1 a {
	font-size: 34px;
	line-height: 36px;
}
h2, h2 span, h2 a {
	font-size: 28px;
	line-height: 30px;
}
h3, h3 span, h3 a {
	background: #58d1d1 url(../img/bg_pattern3.png) repeat;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	padding:0 0 0 10px;
}
h4, h4 span, h4 a {
	font-size: 20px;
	line-height: 22px;
	color: #e80e16;
}
h5, h5 span, h5 a {
	font-size: 20px;
	line-height: 16px;
	color: #1cb1e8;
}
h6, h6 span, h6 a {
	font-size: 12px;
	line-height: 14px;
}
