:root {
	--theme-white: #fff;
	--theme-grey: #191919;
	--theme-grey-2: #6e6e6e;
	--theme-grey-3: #2e2e2e;
	--theme-l-grey: #f1f1f1;
	--theme-d-grey: #231f20;
	--theme-red: #ed1c24;
	--theme-d-red: #bd131a;
	--theme-red-fade: rgba(237, 28, 36, 0.5);
	--theme-green: #038312;
	--theme-font: 'Roboto', sans-serif;
	--theme-font-cond: 'Roboto Condensed', sans-serif;
}

/*TEMP*/
.paypal-button.paypal-button-context-iframe {
	display: none;
}

/* ------------------------------------------- */
/* GENERAL */
/* ------------------------------------------- */

body {
	font-size: 13px;
	font-family: var(--theme-font);
	-webkit-font-smoothing: antialiased;
	min-width: 330px;
}

body>.widget.block.block-static-block {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--theme-font-cond);
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	margin-bottom: 1.5rem;
}

a,
a:focus,
a:visited,
.alink:visited {
	color: var(--theme-red);
}

a:hover {
	color: var(--theme-d-red);
}

.text-primary,
.c-gold {
	color: var(--theme-red) !important;
}

.c-green {
	color: var(--theme-green) !important;
}

.c-red {
	color: var(--theme-red) !important;
}

.c-white {
	color: #fff !important;
}

.c-grey {
	color: var(--theme-grey) !important;
}

.bg-red {
	background-color: var(--theme-red) !important;
}

.bg-d-grey {
	background-color: var(--theme-d-grey) !important;
}

.btn,
button,
[type="button"],
[type="reset"],
[type="submit"] {
	font-family: var(--theme-font-cond);
	font-weight: bold;
}

button:focus,
button:active,
.cart.table-wrapper .actions-toolbar>.action:focus,
.cart.table-wrapper .actions-toolbar>.action:active,
.action-gift:focus,
.action-gift:active {
	background: var(--theme-d-red);
	border: 1px solid var(--theme-red);
	color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: var(--theme-d-red);
	border-color: var(--theme-red);
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-red-fade);
}

.btn-primary,
a.btn-primary {
	color: #fff;
	background-color: var(--theme-red);
	border-color: var(--theme-red);
}

.btn-primary:hover,
a.btn-primary:hover {
	color: #fff;
	background-color: var(--theme-d-red);
	border-color: var(--theme-d-red);
}

.action.primary:focus,
.action.primary:active,
.action.primary {
	background-color: var(--theme-red);
	border-color: var(--theme-red);
}

.action.primary:hover,
.selected .action.primary {
	background-color: var(--theme-d-red);
	color: #fff;
	border-color: var(--theme-d-red);
}

.bg-cov-cen {
	background-size: cover;
	background-position: center;
}

.top-0 {
	top: 0;
}

.bottom-0 {
	bottom: 0;
}

.left-0 {
	left: 0;
}

.right-0 {
	right: 0;
}

.fw-bold {
	font-weight: 700 !important;
}

.pb-100 {
	padding-bottom: 100%;
}

mark,
.mark {
	background-color: #ececec;
}

.abs-action-remove,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button>.action,
.product-items .wishlist.split.button>.action,
.paypal-button-widget .paypal-button,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
	color: var(--theme-red);
}

._keyfocus :focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
	box-shadow: 0 0 3px 1px var(--theme-red);
}

.custom-select:focus {
	border-color: var(--theme-red);
}


/* ------------------------------------------- */
/* HEADER */
/* ------------------------------------------- */

.page-header {
	background-color: var(--theme-d-grey);
	margin-bottom: 0;
}

.page-header .panel.wrapper {
	background-color: #000;
}

.page-header>.header.content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-header .navigation {
	text-transform: uppercase;
	font-family: var(--theme-font-cond);
}

.page-header .logo {
	margin: 0 auto 0 0;
}

.page-header .minicart-wrapper {
	margin-top: 0;
}

.page-header .minicart-wrapper .action.showcart:before {
	font-size: 34px;
	color: var(--theme-grey-2);
}

body:not(.cms-home) .page-header {
	margin-bottom: 2rem;
}

.header.panel>.header.links {
	text-transform: uppercase;
	font-weight: 100;
	font-style: italic;
}

.header.panel>ul.header.links>li {
	font-size: 12px;
}

.header.panel>.header.links>li.compare {
	display: none;
}

.header.panel>.header.links>li a {
	color: var(--theme-l-grey);
}

.header.panel>.header.links .greet.welcome,
.nav-sections-items .header.links .greet.welcome {
	display: none;
}

/* Nav */
.ui-menu#dm>li {
	text-transform: uppercase;
}

.menu a,
.ui-menu a {
	color: var(--theme-red);
	font-weight: 700;
}

.ui-menu a:hover {
	color: var(--theme-red);
}

.nav-sections .section-item-title a {
	color: var(--theme-red);
	font-weight: 700;
}

/* Minicart */
.minicart-wrapper .action.showcart .counter.qty {
	background: var(--theme-red);
}

.minicart-items .product-item-name a {
	color: var(--theme-red);
}

/* Part Search */
.hardrace-search {
	border-bottom: 1px solid #fff;
}

.hardrace-search-inner {
	border-bottom: 1px solid #d4d4d4;
}

.hardrace-search .nav-tabs {
	border: none;
}

.hardrace-search .nav-tabs .nav-item {
	margin-bottom: 0;
}

.hardrace-search .nav-tabs .nav-item a.nav-link {
	padding: 6px 1.5em;
	margin-top: 3px;
	font-size: 13px;
	line-height: 18px;
	border: none;
	text-transform: uppercase;
	background-color: var(--theme-grey-3);
	color: #fff;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

.hardrace-search .nav-tabs .nav-item a.nav-link.active,
.hardrace-search .nav-tabs .nav-item.show a.nav-link.active {
	padding-top: 9px;
	margin-top: 0;
	background-color: var(--theme-red);
}

.hardrace-search .nav-tabs .nav-item a.nav-link span {
	display: block;
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	transform: skewX(20deg);
}

.hardrace-search .tab-content {
	border-left: none;
	border-right: none;
	border-top: 6px solid var(--theme-red);
	border-bottom: 2px solid var(--theme-grey-3);
	background-color: var(--theme-grey-3);
	background-image: url('../images/hardrace-slant-fade-sml.png');
	background-position: -100px center;
	background-repeat: no-repeat;
}

.hardrace-search .tab-content .tab-pane {
	border: none;
	margin: 0;
	padding: 5px 0;
}

.hardrace-search .tab-content .searchIntro {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 2rem;
	font-family: var(--theme-font-cond);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.hardrace-search .tab-content .btn {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4rem;
}

.hardrace-search .hardrace-parts .block-search {
	float: none;
	padding: 0;
	width: 100%;
}

.hardrace-search .hardrace-parts .block-search .control {
	padding: 0;
	border: none;
	margin: 0;
}

.hardrace-search .hardrace-parts .block-search input {
	position: relative;
	left: 0;
	margin: 0;
}

.hardrace-search .hardrace-parts .block-search .nested {
	position: initial;
}

.hardrace-search .hardrace-parts .block-search .nested a {
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	text-decoration: underline;
}

.hardrace-search .hardrace-parts .field.search>.control {
	background-color: #fff;
}

/*FREE CARRIAGE PROMO BANNER*/
.headerPromoStrip h2 {
	font-size: 2rem;
}

.headerPromoStrip img {
	width: 20%;
	max-width: 110px;
}

/*FREE PROMO BANNER END*/


@media only screen and (max-width: 767.9px) {
	.header .logo {
		max-width: 60%;
	}

	.hardrace-search {
		padding-top: 10px;
	}

	.hardrace-search .tab-content .searchIntro {
		font-size: 1.4rem;
		line-height: 1;
	}

	.hardrace-search .tab-content .btn {
		font-size: 1.2rem;
	}

	.hardrace-search .custom-select-lg {
		height: calc(1.1em + 1rem + 2px);
		padding-top: 0.2rem;
		padding-bottom: 0.2rem;
	}

	.hardrace-search .nav-tabs .nav-item a.nav-link {
		font-size: 11px;
		line-height: 13px;
	}

	.hardrace-search .hardrace-parts .block-search .label {
		position: absolute;
		z-index: 1;
		right: 17px;
		margin: 0;
	}

	.hardrace-search .hardrace-parts .block-search .label:before {
		font-size: 28px;
		line-height: 32px;
	}
}

@media only screen and (min-width: 768px) {

	.page-header div.panel.wrapper {
		border-bottom: none;
	}

	div.header.content {
		padding: 25px 20px;
	}

	.menu>ul>li a {
		padding: 1.2em;
		font-size: 1.1em;
	}

	.menu .menu-mobile {
		display: none;
	}

	.page-header .minicart-wrapper .action.showcart:before {
		font-size: 48px;
	}

	.hardrace-search .tab-content {
		background-image: url('../images/hardrace-slant-fade.png');
		background-position: center;
	}
}

@media (min-width: 768px) {

	/*FREE CARRIAGE PROMO BANNER*/
	.headerPromoStrip h2 {
		font-size: 2.6rem;
	}

	/*FREE PROMO BANNER END*/
}

@media only screen and (max-width: 1023.9px) {
	.page-header .logo {
		margin-left: 20px;
	}

	#om.menu {
		display: none;
	}

	#dm.ui-menu {
		display: block;
	}

	div.header.content {}

	.action.nav-toggle {
		position: initial;
	}
}

@media only screen and (min-width: 1024px) {
	.page-header div.header.panel {
		padding-bottom: 7px;
		padding-top: 7px;
	}

	.page-header .minicart-wrapper {
		border-left: 1px solid var(--theme-grey-2);
		padding-left: 13px;
	}

	.page-header .nav-sections {
		background: transparent;
		margin-bottom: 0;
	}

	nav.navigation {
		background: transparent;
	}

	#om.menu,
	#om.menu>ul {
		display: block;
		padding-right: 0;
	}

	#om.menu>ul>li {
		width: unset;
		float: left;
		display: inline-block;
		background: transparent;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
	}

	.menu a,
	.ui-menu a {
		color: #fff;
		font-weight: 700;
	}

	.menu a:hover,
	.ui-menu a:hover {
		color: var(--theme-red);
	}
}

/* ------------------------------------------- */
/* FOOTER */
/* ------------------------------------------- */

footer {
	background-color: var(--theme-l-grey);
	border-top: 10px solid var(--theme-d-grey);
}

footer .footer.content {
	border-top: none;
}

.footerLinks a {
	color: var(--theme-red);
}

.footCall {
	font-size: 1.5em;
	margin-bottom: 1rem;
	font-weight: 600;
}

.page-footer {
	background-image: url('../images/hardrace-slant-fade2-sml.png');
	background-repeat: no-repeat;
	background-position: -95px -70px;
}


/* ------------------------------------------- */
/* HOMEPAGE */
/* ------------------------------------------- */

.cms-home .page-main,
.cms-home-new .page-main {
	padding-left: 0;
	padding-right: 0;
	max-width: unset;
}

.cms-home .column.main,
.cms-home-new .column.main {
	padding-bottom: 0;
}

.homeHeroImg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 30%;
}

.homeHeroFade {
	position: relative;
	z-index: 2;
	background: -moz-linear-gradient(left, rgba(35, 31, 32, 1) 1%, rgba(24, 21, 22, 1) 33%, rgba(0, 0, 0, .7) 100%);
	background: -webkit-linear-gradient(left, rgba(35, 31, 32, 1) 1%, rgba(24, 21, 22, 1) 33%, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to right, rgba(35, 31, 32, 1) 1%, rgba(24, 21, 22, 1) 33%, rgba(0, 0, 0, .7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#231f20', endColorstr='#00000000', GradientType=1);
}

.homeHero h1 {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	line-height: 1;
	font-size: 3em;
}

.homeHero h1 span {
	font-size: 0.8em;
}

.homeHero p {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	font-size: 1.2em;
	line-height: 1.4;
}

.heroRow {
	padding-bottom: 100px;
}

.homeHeroProduct {
	position: relative;
}

.homeHeroProduct>img {
	position: absolute;
}

.heroRowPromo h2 {
	margin-bottom: 8rem;
	font-size: 4rem;
	display: none;
}

.homeRange {
	background-image: url('../images/asphalt-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.homeRangePromo {
	margin-top: -100px;
	position: relative;
	z-index: 3;
}

.homeRangePromoBox {
	background-color: rgba(0, 0, 0, 0.5);
	height: 40vh;
}

.homeRangePromoBox a {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.homeRangePromoBox a>span {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	font-size: 1.1em;
	max-width: 80%;
	display: inline-block;
	margin-top: 20px;
	background-color: var(--theme-red);
	color: #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: var(--theme-font-cond);
	-moz-transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	transform: skew(-15deg);
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.homeRangePromoBox a>span>span {
	display: inline-block;
	-moz-transform: skew(15deg);
	-webkit-transform: skew(15deg);
	-o-transform: skew(15deg);
	-ms-transform: skew(15deg);
	transform: skew(15deg);
}

.homeRangePromo h2 {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	font-size: 2em;
	line-height: 1;
}

.homeRangePromo p {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	font-size: 1.2em;
	line-height: 1.4;
}

.homeRangeBox {
	min-height: 26vh;
	font-family: var(--theme-font-cond);
}

.homeRangeBox h3 {
	font-size: 1.6em;
	line-height: 1;
}

.homeRangeBox a {
	text-decoration: none;
}

.homeRangeBoxBg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.homeHeroFreeShipping .free-shipping-svg {
	max-width: 50px;
	padding-bottom: 1rem;
}

.homeHeroFreeShipping h2 {
	font-size: 2.4rem;
}

.homeSliderItem h2 {
	font-size: 4rem;
	font-weight: normal;
}

.homeSliderItem>div {
	transition: box-shadow .3s ease;
	-webkit-transition: -webkit-box-shadow .3s ease;
}

.homeSliderItem>div:hover {
	-moz-box-shadow: inset 0 0 50px #000000bf;
	-webkit-box-shadow: inset 0 0 50px #000000bf;
	box-shadow: inset 0 0 50px #000000bf;
}

.cms-home .slick-slider .slick-arrow {
	display: none !important;
}

@media only screen and (min-width: 576px) {
	.homeHero p {
		font-size: 1.4em;
	}

	.homeRangePromo h2 {
		font-size: 3em;
	}

	.homeRangePromo p {
		font-size: 1.4em;
	}

	.homeRangePromoBox a>span {
		font-size: 1.2em;
	}

	.homeRangeBox h3 {
		font-size: 2em;
	}
}

@media only screen and (min-width: 768px) {
	.homeHero h1 {
		font-size: 4em;
	}
}

@media (min-width: 768px) {
	.homeSliderItem h2 {
		font-size: 3rem;
		line-height: 1.1;
	}

	.heroRowPromo h2 {
		font-size: 6rem;
	}

	.homeHeroFreeShipping .free-shipping-svg {
		max-width: 60px;
	}
}

@media (min-width: 992px) {
	.homeHero h1 {
		font-size: 5em;
	}

	.homeRangePromo h2 {
		font-size: 4em;
	}

	.heroRowPromo h2 {
		font-size: 9rem;
		margin-bottom: 10rem;
	}

	.homeHeroFreeShipping .free-shipping-svg {
		max-width: 70px;
	}

	.homeHeroFreeShipping h2 {
		font-size: 3.6rem;
	}
}

@media (min-width: 1200px) {
	.homeSliderItem h2 {
		font-size: 4rem;
	}
}


/* ------------------------------------------- */
/* CATALOG */
/* ------------------------------------------- */

.catalog-category-view.page-layout-1column .block.filter {
	display: none;
}

.catalog-product-view .page-title {
	color: var(--theme-red);
}

.catalog-category-view .page-title,
.catalogsearch-result-index .page-title {
	color: var(--theme-grey);
}

.catalog-category-view .column.main>.block.filter {
	display: none;
}

.action.tocompare,
.action.towishlist {
	display: none !important;
}

.products-grid .product-item {
	margin-bottom: 25px;
}

.block.filter .filter-title strong,
.filter-current .filter-label,
.block-subtitle {
	font-size: 2rem;
}

.block-subtitle.filter-current-subtitle {
	opacity: .7;
	font-size: 1.3rem;
	margin-bottom: 0;
}

.pages strong.page,
.pages .action.next,
.pages .action.previous {

	border-radius: .3rem;
	background-color: var(--theme-red);
}

.pages strong.page,
.pages .action.next:before,
.pages .action.previous:before {
	color: var(--theme-white);
}

.pages strong.page {
	padding: 1rem;
	line-height: 1;
}

.pages .item {
	margin-right: .5rem;
}

@media (min-width: 768px) {

	/*Overide Some default Widths do the product filter isn't soo squished :) */
	.page-layout-2columns-left.catalog-category-view div.sidebar.sidebar-main {
		width: 20%;
	}

	.page-layout-2columns-left.catalog-category-view div.column.main {
		width: 80%;
	}
}

/* ------------------------------------------- */
/* PRODUCT */
/* ------------------------------------------- */

.catalog-product-view .product-add-form form>.box-tocart {
	display: table !important;
}

.catalog-product-view .product-info-stock-sku .stock,
.catalog-product-view .product-social-links,
.catalog-product-view .product-reviews-summary {
	display: none;
}

.gallery-placeholder {
	width: 100%;
}

div.fotorama__thumb-border {
	border-color: var(--theme-red);
}

.hardraceProductPromo {
	padding: 15px 0;
}

.hardraceProductPromo ul {
	padding-left: 16px;
}

.catalog-product-view .paypal-button {
	margin-top: 1.3rem;
}


/* ------------------------------------------- */
/* CONTACT US */
/* ------------------------------------------- */

body.contact-index-index .column.main:after {
	content: "";
	display: table;
	clear: both;
}

body.contact-index-index .column.main>.block-static-block,
body.contact-index-index .column.main>.form.contact {
	float: none;
	width: 100%;
}

body.contact-index-index .column.main>.form.contact .legend {
	width: auto;
}

@media (min-width: 768px) {
	body.contact-index-index .column.main>.block-static-block {
		float: left;
		width: 45%;
	}

	body.contact-index-index .column.main>.form.contact {
		float: right;
		width: 55%;
		min-width: unset;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body.contact-index-index .column.main>.form.contact .fieldset>.field.no-label:before {
		padding-top: 22px;
	}
}

@media (min-width: 992px) {
	body.contact-index-index .column.main>.block-static-block {
		float: left;
		width: 35%;
	}

	body.contact-index-index .column.main>.form.contact {
		float: right;
		width: 65%;
	}
}

/* ------------------------------------------- */
/* TRADER APPLICATION */
/* ------------------------------------------- */

.hr-form .std {
	max-width: 600px;
	margin: auto;
}

/* ------------------------------------------- */
/* CHECKOUT */
/* ------------------------------------------- */

.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active>span:before {
	background: var(--theme-red);
}

.opc-block-summary .content.minicart-items .cart.item.message.notice {
	display: none;
}

.paypal-checkout-warning {
	background-color: #9e2328;
	color: white;
	font-size: 1.4rem;
}

.form.methods-shipping {
	table.table-checkout-shipping-method {
		@media (min-width: 1024px), print {
			min-width: 500px;
		}
	}
}

/* ------------------------------------------- */
/* BLOG */
/* ------------------------------------------- */

.mpblog-post-view .block-blog-related.about-admin,
.mpblog-post-view .mp-post-info {
	display: none;
}

.mpblog-post-view p {
	font-size: 1.4rem;
}

.sidebar.sidebar-main a.data.switch {
	box-sizing: unset;
}

.mpblog-post-index.page-layout-2columns-right .sidebar.sidebar-additional,
.mpblog-post-view.page-layout-2columns-right .sidebar.sidebar-additional {
	display: none;
}

@media (min-width: 768px) {

	.mpblog-post-index.page-layout-2columns-right .sidebar.sidebar-main,
	.mpblog-post-view.page-layout-2columns-right .sidebar.sidebar-main,
	.mpblog-post-index.page-layout-2columns-right .sidebar.sidebar-additional,
	.mpblog-post-view.page-layout-2columns-right .sidebar.sidebar-additional {
		width: 30%;
	}

	.mpblog-post-index.page-layout-2columns-right .column.main,
	.mpblog-post-view.page-layout-2columns-right .column.main {
		width: 70%;
	}

}

/* ------------------------------------------- */
/* Hardrace Categories Info Page */
/* ------------------------------------------- */

.cms-hardrace-categories .cat-guides h1 {
	margin-bottom: 10px;
}

.cms-hardrace-categories .cat-boxes h3 {
	background-color: #ed1c24;
	color: #fff;
	padding: 10px 0px;
}

.cms-hardrace-categories td[bgcolor="#3350D2"] {
	background-color: var(--theme-red) !important;
}

.ann {
	overflow: hidden;
	height: 200px;
}

.line2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BCBCBC;
}

.style1 {
	font-family: Calibri;
	font-size: 15px;
	color: #555555;
	line-height: 20px;
}

.style_blue {
	font-size: 13px;
	color: #446D8C;
	line-height: 28px;
	font-weight: bold;
	font-family: Calibri;
}

.style1_en {
	font-size: 15px;
	color: #555555;
	line-height: 16px;
	font-family: Calibri;
}

.style1_en_about {
	font-size: 15px;
	color: #CCCCCC;
	line-height: 16px;
	font-family: Calibri, å¾®è»Ÿæ­£é»‘é«”;
	text-align: justify;
	text-justify: inter-ideograph;
}

.style1_tw_about {
	font-size: 15px;
	color: #555555;
	line-height: 24px;
	font-family: å¾®è»Ÿæ­£é»‘é«”;
	text-align: justify;
	text-justify: inter-ideograph;
}

.style1_green {
	font-family: Calibri;
	font-size: 13px;
	color: #94B027;
	line-height: 20px;
}

.style1_en_down {
	font-family: Calibri;
	font-size: 13px;
	color: #000000;
	line-height: 15px;
}

.style1_product_categories {
	font-family: Calibri;
	font-size: 15px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
}

.style1_product_categories_White {
	font-family: Calibri;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: bold;
}

.style2 {
	font-family: Calibri;
	font-size: 17px;
	color: #ba0c0c;
	line-height: 28px;
	font-weight: bold;
}

.style2_tw {
	font-family: å¾®è»Ÿæ­£é»‘é«”;
	font-size: 17px;
	color: #ba0c0c;
	line-height: 28px;
}

.style2_en {
	font-family: Calibri;
	font-size: 16px;
	color: #FF8000;
	line-height: 18px;
}

.style3 {
	font-family: Calibri;
	font-size: 13px;
	color: #aea39e;
	line-height: 20px;
}

.style4 {
	font-family: Calibri;
	font-size: 10px;
	color: #000000;
	line-height: 18px;
}

.style5 {
	font-size: 15px;
	color: #E63A2E;
	line-height: 22px;
}

.style6 {
	font-size: 15px;
	color: #000000;
	line-height: 20px;
}

.style7 {
	font-family: Calibri;
	font-size: 10px;
	color: #000000;
	line-height: 18px;
}

.style8 {
	font-family: Calibri;
	font-size: 13px;
	color: #0000ff;
	line-height: 18px;
}

.style9 {
	font-size: 13px;
	color: #999999;
	line-height: 18px;
}

.style10 {
	font-family: Calibri;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 16px;
}

.style_title {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 18px;
}

.style_title_red {
	font-size: 13px;
	color: #6BBE49;
	font-weight: bold;
	line-height: 18px;
}

.style_title {
	font-size: 17px;
	color: #6BBE49;
	font-weight: bold;
	line-height: 22px;
}

.style_page_in {
	font-size: 13px;
	color: #A4D735;
	font-weight: bold;
	line-height: 18px;
}

.product_font_black {
	font-size: 15px;
	color: #161616;
	line-height: 18px;
	font-family: Calibri;
	font-weight: bold;
}

.product_font {
	font-size: 13px;
	color: #ffffff;
	line-height: 18px;
	font-family: Calibri;
	font-weight: bold;
}

.product_font_10 {
	font-size: 10px;
	color: #ffffff;
	line-height: 15px;
	font-family: Calibri, Helvetica, sans-serif;
	font-weight: bold;
}

.product_s_font {
	font-size: 15px;
	color: #ffffff;
	line-height: 16px;
	font-family: Calibri;
	font-weight: 100;
	font-weight: bold;
}

.product_s_font_red {
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	font-family: Calibri;
	font-weight: 100;
	font-weight: bold;
}

.product_s_font_red_tw {
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	font-family: å¾®è»Ÿæ­£é»‘é«”;
	font-weight: 100;
}


.product_s_font15 {
	font-size: 17px;
	color: #ffffff;
	line-height: 16px;
	font-family: Calibri;
	font-weight: bold;
}

.product_s_font15_tw {
	font-size: 17px;
	color: #ffffff;
	line-height: 16px;
	font-family: å¾®è»Ÿæ­£é»‘é«”;
}

.product_s_font15_red {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	font-family: Calibri;
	font-weight: bold;
	letter-spacing: -0.5px;
}

.product_s_font15_red_tw {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	font-family: å¾®è»Ÿæ­£é»‘é«”;
}

.product_s_font15_black {
	font-size: 17px;
	color: #000000;
	line-height: 25px;
	font-family: Calibri, å¾®è»Ÿæ­£é»‘é«”;
	font-weight: bold;
}

.product_s_font15_black_tw {
	font-size: 17px;
	color: #000000;
	line-height: 16px;
	font-family: å¾®è»Ÿæ­£é»‘é«”;
}

.product_s_font22 {
	font-size: 22px;
	color: #ffffff;
	line-height: 16px;
	font-family: Calibri;
	font-weight: bold;
}

.product_s_font20_black {
	font-size: 20px;
	color: #000000;
	line-height: 24px;
	font-family: Calibri;
	font-weight: bold;
}