@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://www.powertrain.com.au/skin/frontend/rwd/default/css/fonts/iJWKBXyIfDnIV7nBrXyw023e.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

::selection { background: #b5deff; }

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}


html {
	text-size-adjust: none;
	overflow-y: scroll;
}

body, html {
	margin: 0;
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	text-rendering: optimizeSpeed;
}


a:active,
a:hover {
	outline: 0;
}

.no-display {
	display: none !important;
}
.lazyshow {
    height: 0!important;
    overflow: hidden!important;
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
    width: 0!important;
    opacity: 0!important;
}



/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}

body {
	background-color: #FFFFFF;
	color: #000000;
}

html,
body,
img,
fieldset {
	border: 0;
}


/* ============================================ *
 * Base Styles
 * ============================================ */


a, button {
	touch-action: manipulation;
}

body,
button,
input,
select,
table {
	font-size: 1em;
	line-height: 1.5em;
}

a {
	color: #0075c9;
	text-decoration: none;
}

a:hover {
	color: #2e8ab8;
	text-decoration: underline;
}

a:focus {
	color: #143d52;
	outline: none;
}
a.silent, a.silent:focus, a.silent:hover {
    color: inherit;
    cursor: inherit;
    text-decoration: none;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.nosel { user-select: none; }

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin: 0;
	font-size: 100%;
	color: #444;
	font-weight: normal;
	font-style: normal;
	border: none;
}
h1, .h1 {
	margin-bottom: 0.4em;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.2em;
}
h2, .h2 {
	margin-bottom: 0.5em;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2em;
}
h3, .h3 {
	text-transform: none;
}
h4, .h4 {
	margin: 6px 0 0;
	font-size: 14px;
	line-height: 1.4em;
}

h5, .h5 {
	margin: 6px 0 0;
	font-size: 13px;
	line-height: 1.4em;
}

h6, .h6 {
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 1.4em;
}
small { font-size: .7em; }

/* ============================================ *
 * Shared Classes
 * ============================================ */

@media only screen and (min-width: 771px) {
	.hidedesktop { display: none!important; }
}
@media only screen and (max-width: 770px) {
	.hidephone { display: none!important; }
}

.tooltip {
	display:none;
	position:absolute;
	border:1px solid rgba(7, 128, 210, 1);
	background-color: rgba(7, 128, 210, 0.9);
	border-radius:5px;
	padding:6px 12px;
	color:#fff;
	line-height: 16px;
	font-size: 14px;
	max-width: 350px;
	z-index: 1000;
}

.videoGroup {
	text-align: center;
	padding: 10px 0;
}

.videoWrapper {
	position: relative;
	margin:20px auto;
	max-width: 853px;
}
.videoWrapper:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%; /* 16:9 */
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.videoGroup .videoWrapper {
	width: calc(50% - 22px);
	margin: 10px;
	display: inline-block;
}

@media only screen and (max-width: 770px) {
	.videoGroup .videoWrapper {
		width: calc(100% - 12px);
		margin: 5px;
	}
}

.product-transition-small {
	view-transition-name: productImg;
}
.product-transition-large {
	view-transition-name: productImg;
}
::view-transition-old(productImg),
::view-transition-new(productImg) {
	mix-blend-mode: normal;
}


.masterTooltip, .fancybox { cursor: pointer; }


.bulletTable { box-sizing: border-box; margin: 10px 0; border: none; border-collapse: collapse; text-align: left; }
.bulletTable caption { text-align: left; font-size: 1.1em; color: #444; white-space: nowrap; }
.bulletTable td { padding: 0 0 0 12px; vertical-align: middle; box-sizing: border-box; }
.bulletTable td:first-child { display: list-item; list-style-position: inside; }
.bulletTable td b { font-weight: normal; }
@media only screen and (max-width: 440px) {
	.bulletTable { width: 100% }
	.bulletTable  caption { font-size: 1.1em; border-bottom: 1px solid #ccc; white-space: break-spaces; }
	.bulletTable  td { padding: 0 0 0 7px; font-size: 14px; line-height: 1.5em; }
}

.specTable { box-sizing: border-box; margin: 5px 0; border: none; border-collapse: collapse; width: 100%; }
.specTable td { padding: 0;  }
.specTable img { border-radius: 10px; }
.specTable td:nth-child(2) { vertical-align: baseline; box-sizing: border-box; padding: 3px 10px; }

table.product_data { width: 100%; margin: 10px auto 15px; max-width: 1200px; border-collapse: collapse; background-color: #fff; font-size: 14px; }
table.product_data caption { text-align: left; font-size: 1.3em; }
table.product_data tr { text-align: center; }
table.product_data tr:nth-child(even) {background: #f3f3f3; }
table.product_data thead tr { background-color: #e2e2e2; }
table.product_data th { font-weight: normal; }
table.product_data th, table.product_data td { padding: 5px 3px; border: 1px solid #ccc; }
table.product_data tbody { white-space: nowrap; }
table.product_data tbody tr:hover { background-color: #d8d8d8; }
@media only screen and (max-width: 630px) {
	table.product_data { font-size: 10px; }
	table.product_data th, table.product_data td { padding: 3px 1px; }
}


/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
	background: #28a528;
	display: inline-block;
	padding: 7px 15px;
	border: 0;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 3px;
}

.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover {
	background: #1e7c1e;
	cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active {
	background: #1e7c1e;
	color: #FFFFFF;
}
.button:focus,
.cart-table .product-cart-actions .button:focus {
	background-color: #1e7c1e;
	outline: none;
	color: #FFFFFF;
}



/* -------------------------------------------- *
 * Icons Sprite / Background image
 */
.icon-sprite, .btn-remove2, .free-label, .skip-nav .icon, .skip-search .icon, .skip-account .icon, .skip-cart .icon {
	background-image: url(https://www.powertrain.com.au/skin/frontend/rwd/default/images/icon_sprite3.png);
	background-repeat: no-repeat;
}

.icon-instagram-white {
	display: inline-block;
	background-position: -111px -591px;
	width: 26px;
	height: 26px;
	opacity: 1;
}

.icon-search {
	background-position: 4px -146px;
}

.icon-phone {
	background-position: 1px -192px;
}

.icon-cart, .skip-cart .icon {
	background-position: 0px -95px;
}

.icon-account, .skip-account .icon {
	background-position: 4px -44px;
}

.icon-search, .skip-search .icon {
	background-position: 4px -146px;
}

/* -------------------------------------------- *
 * Container
 */
.main-container { 
	background-color: #fff;
}
.cms-page-view .main-container,
.catalog-category-view,
.catalog-category-view .main-container,
.catalog-product-view,
.catalog-product-view  .main-container,
.review_comments {
	background-color: #fafafa;
}


.page-header-container,
.main,
.footer {
	max-width: 1560px;
}

.main,
.footer {
	position: relative;
	margin: 0 auto;
	padding: 10px 10px;
}

.main:after,
.footer:after {
	content: '';
	display: table;
	clear: both;
}

.footer {
	padding-top: 0px;
}


/* -------------------------------------------- *
 * Column Layouts
 */
.main:after {
	content: '';
	display: table;
	clear: both;
}

.col-left,
.col-right,
.col-main {
	padding: 0 10px;
}

.col-main {
	float: left;
	width: 75%;
}

.col1-layout .col-main {
	float: none;
	width: auto;
	padding: 0;
}

@media only screen and (max-width: 770px) {
	.col-main,
	.col1-layout .col-main {
		padding: 0;
		float: none;
		width: auto;
	}
}



span.weee {
	display: block;
}



/* -------------------------------------------- *
 * Inputs
 */
.input-text {
	appearance: none;
	border-radius: 2px;
	border: 1px solid #707070;
	background: #FFFFFF;
	font-size: 15px;
}
.input-text:focus {
	border: 1px solid #3399cc;
}

/* -------------------------------------------- *
 * Placeholder
 */
::placeholder {
	color: #a0a0a0;
}


/* ============================================ *
 * Global
 * ============================================ */

.wrapper {
	min-width: 320px;
	min-height: 100%;
	margin: 0 auto;
}

.wrapper:after {
	content: '';
	display: table;
	clear: both;
}


/* ============================================ *
 * Header
 * ============================================ */

.page-header {
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #ed253b;
	background-color: #fff;
	height: auto;
}

.page-header-container {
	margin: 0 auto;
	padding: 0;
	position: relative;
}


#header .label{
	display: none;
	color: #101010;
}

.header_block {
	width: 60px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
	z-index: 30;
	position: relative;
}

a.header_block:hover { text-decoration: none; }

.page-header-container .shader {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 15px;
	line-height: 0;
	background-color: transparent;
	box-shadow: 0px -12px 12px 0px rgba(0, 0, 0, 0.11);
	z-index: 20;
}

.page-header-container, .header_block {
	height: 80px;
}

.skip-nav {
	display: none;
}

.skip-account {
	float: right;
}

.skip-phone {
	display: none;
	float: left;
	font-size: 22px;
	line-height: 32px;
	padding-left: 2px;
}

.skip-search {
	display: none;
	float: right;
}

.skip-cart {
	position: relative;
}

.header-minicart {
	float: right;
	z-index: 40;
}

.header-minicart, .skip-account {
	padding-top: 24px;
}



/* ============================================ *
 * Logo
 * ============================================ */
.logo, img.logocontact {
	float: left;
	margin: 10px 0 0 10px;
	background-color: #fff;
	z-index: 10;
}

.logo img {
	max-width: 100%;
	display: inline-block;
	height: auto;
	background-color: #fff;
	padding: 0;
}



/* -------------------------------------------- *
 * Skip Link - Icon
 */
.header_block .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	filter: brightness(0.2);
}

.header_block.skip-nav .icon,
.sheader_block.skip-cart:not(.no-count) .icon {
	margin-right: 3px;
}



/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
	display: none;
}

.skip-content.skip-active {
	display: block;
}

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */

.skip-nav:not(.skip-active):hover {
	text-decoration: none;
}

@media only screen and (min-width: 771px) {
	.skip-nav:not(.skip-active):hover .icon {
		background-position: -46px 4px;
	}
}

.skip-nav .icon {
	background-position: 4px 4px;
}



/* ============================================ *
 * Nav - Skip Content
 * ============================================ */

#header-nav {
	margin: 28px 0 12px 15px;
	display: inline-block;
	float: left;
}


@media only screen and (max-width: 1480px) {
	#header-nav {
		margin: 2px 0 12px 0;
		display: block;
		width: 100%;
	}
}



@media only screen and (max-width: 1480px) {
	#header-nav {
		margin: 2px 0 12px 0;
		display: block;
		width: 100%;
	}
}


@media only screen and (max-width: 770px) {
	#header-nav {
		padding: 0;
		position: absolute;
		top: 40px;
		width: 90%;
		max-width: 350px;
		left: 8px;
		background-color: #fff;
		z-index: 1000;
		border: 1px solid #9a9a9a;
		box-shadow: 0px 16px 12px 5px rgba(0,0,0,0.53);
		display: none;
	}
	#header-nav.skip-active {
		display: block;
	}

}


/* ============================================ *
 * Search - Skip Link
 * ============================================ */
 @media only screen and (min-width: 771px) {
	.skip-search:not(.skip-active):hover .icon {
		background-position: -46px -146px;
	}
}


/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 771px) {
	.nav-primary {
		display: block;
		text-align: center;
	}
}
@media only screen and (max-width: 770px) {
	.nav-primary li.level0 {
		display: block;
		text-align: center;
		border-bottom: 1px solid #fff;
		background-color: #e5e5e5;
	}
}

/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
	text-decoration: none;
	position: relative;
	display: block;
	color: #000;
	line-height: 30px;
	padding: 2px 12px;
}
.nav-primary li {
	position: relative;
}
.nav-primary li.level1 a {
	border-bottom: 1px solid #cccccc;
	transition: background-color .3s ease;
	padding: 10px 3px 10px 15px;
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
	display: block;
}
/*
.nav-primary li.level0 > a {
	text-transform: uppercase;
}
*/


/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 770px) {
	#header-account li a,
	.nav-primary a {
		padding: 8px 15px 8px 25px;
		text-align: left;
		color: #000;
		text-transform: uppercase;
		line-height: 30px;
	}
	.nav-primary li.level1 a {
		border-top: none;
		border-bottom: 1px solid #cccccc;
		transition: background-color .3s ease;
		padding: 4px 15px 4px 25px;
	}
	#header-account li:last-child a,
	.nav-primary li.level0:last-child a.level0 {
		border-bottom: 0;
	}

	.nav-primary a.level1:focus,
	.no-touch #header-account a:hover,
	.no-touch .nav-primary a:hover {
		background-color: #c3c3c3;
		text-decoration: none;
		transition: background-color .3s ease;
	}

	.nav-primary a.level0,
	.nav-primary a {
		line-height: 35px;
	}
	.nav-primary li.level0 ul {
		display: none;
		background-color: #fff;
	}
	.nav-primary li.level0 li {
		padding: 0 0 0 25px;
	}

	.nav-primary li.parent > a:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: block;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 8px solid #565656;
		border-right: none;
		top: 50%;
		left: 10px;
		right: auto;
		margin-top: -5px;
	}
	.nav-primary li.parent.sub-menu-active > a:after,
	.nav-primary li.parent.menu-active > a:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: block;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-top: 8px solid #565656;
		border-bottom: none;
		top: 50%;
		left: 10px;
		right: auto;
		margin-top: -5px;
	}
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 771px) {

	.nav-primary a.level0 {
		padding: 0 12px;
	}
	.nav-primary li.level0 {
		display: inline-block;
		min-width: 170px;
		background-color: #e3e3e3;
	}
	.nav-primary li:last-child > a {
		border-bottom: none;
	}
	.nav-primary li:last-child > a {
		border-bottom: none;
	}

	.nav-primary a:hover,
	.nav-primary li:hover > a,
	.nav-primary li:focus > a {
		background-color: #e3e3e3;
	}

	.nav-primary li.level0:not(.parent):hover,
	.nav-primary li.level0:not(.parent):hover > a {
		background-color: #d5d5d5;
	}


	.nav-primary .menu-active {
		z-index: 200;
	}

	.nav-primary li.level0 ul {
		background: #fff;
		border: solid 1px #cccccc;
		position: absolute;
		left: 0;
		text-align: left;
		top: 30px;
		/* Height of ".nav-primary a.level0" */
		z-index: 10;
		width: 250px;
		display: none;
		box-shadow: 0px 9px 15px 6px #00000063;
	}
	.nav-primary li.level1 ul {
		left: 60px;
		top: 15px;
	}
	.nav-primary li.level0 ul.level0.position-test {
		display: block;
	}
	.nav-primary li.level0 ul.level0.spill {
		right: 0;
		left: auto;
	}
	.nav-primary li.level0 ul.level0.spill li.level1 ul {
		left: auto;
		right: 50px;
		top: 20px;
	}
	.nav-primary li.level0 li.parent > a {
		position: relative;
	}
	.nav-primary li.level0 li.parent > a:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: block;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 4px solid #cccccc;
		border-right: none;
		right: 5px;
		top: 50%;
		margin-top: -3px;
	}
	.nav-primary li:hover > ul {
		display: block;
	}

	/* extra menu */
	.nav-primary li.level0.nav-4 {
		min-width: 0;
	}


}
.nav-primary li.menu-active > ul {
	display: block;
}

/* ============================================ *
 * Nav-Secondary - Mobile links in Drop-Down
 * ============================================ */

.nav-secondary {
	display: none;
	color: #000;
	padding: 10px 0;
}
.nav-secondary ol {

}
.nav-secondary li {
    display: block;
    text-align: center;
    padding: 0 5px 0 10px;
    text-align: left;
}
.nav-secondary a {
	text-decoration: none;
    display: block;
	margin: 6px 0;
    color: #008dd4;
    line-height: 30px;
}

.nav-secondary .icon, .nav-secondary svg.share-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 25px;
}
.nav-secondary .icon {
    filter: invert(1);
}


.nav-secondary svg.share-icon {
}


@media only screen and (max-width: 770px) {
	.nav-secondary {
		display: block;
	}
}



/* -------------------------------------------- *
 * Breadcrumbs
 *-------------------------------------------- 
 */

.breadcrumbs {
	overflow: hidden;
	margin: 0 0 0;
	padding: 5px 0 5px 15px;
	font-family: sans-serif;
	font-size: 12px;
}
.catalog-product-view .breadcrumbs {
	margin: 0 0 10px;
	background-color: rgba(254, 254, 254, 0.75);
	letter-spacing: 0.3px;
}

.breadcrumbs li {
	float: left;
	padding: 0 5px 0 0;
	color: #000;
}

.breadcrumbs a {
	color: #1c20cf;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #555;
}


@media only screen and (max-width: 770px) {
	.breadcrumbs .first { display: none; }
	.catalog-product-view .breadcrumbs { padding: 4px 0 4px 8px; margin: 0; font-size: 13px; background-color: #fff; }
	.catalog-product-view .breadcrumbs .last { display: none; }
}




/* ============================================ *
 * Search - Skip Content
 * ============================================ */


@media only screen and (min-width: 771px) {
	#header-search {
		display: block;
		width: 250px;
		padding: 0;
		float: right;
		margin: 22px 10px 0 0;
	}
}

@media only screen and (max-width: 770px) {
	#header-search {
		padding: 25px 10px;
		float: none;
		position: absolute;
		top: calc(100% + 1px);
		right: 0;
		left: 0;
		background-color: #ec253b;
		z-index: 1000;
		box-shadow: 0px 20px 14px 2px rgba(0,0,0,.16);
	}
}

/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
	position: relative;
	padding-top: 0;
}

#search_mini_form label {
	display: none;
}

#search {
	width: 100%;
	height: 38px;
	padding-right: 36px;
	padding-left: 15px;
	outline: 0;
	border-radius: 20px;
}


/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
 @media only screen and (min-width: 771px) {
	.skip-account:not(.skip-active):hover .icon {
		background-position: -46px -44px;
	}
}



/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
 @media only screen and (min-width: 771px) {
	.skip-cart:not(.skip-active):hover .icon {
		background-position: -50px -95px;
	}
}



@media only screen and (min-width: 771px) {

	#header-cart.skip-active {
		border: solid 1px #cccccc;
		display: block;
		position: absolute;
		z-index: 200;
		top: 50px;
		right: 0;
		width: 550px;
		background-color: #fff;
		box-shadow: -2px 4px 20px 7px rgba(0, 0, 0, 0.16);
	}
}

@media only screen and (max-width: 770px) {
	#header-cart.skip-active {
		z-index: 1000;		
		position: absolute;
		right: 0;
		width: calc( 100vw - 20px );
		max-width: 420px;
	}
}



/* -------------------------------------------- *
 * Skip Cart Notifier
 */



.skip-cart .count {
	border-radius: 30%;
	display: inline-block;
	top: -10px;
	right: -6px;
	position: absolute;
	z-index: 5;
	background-color: #07ff00;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	padding: 2px 6px 1px 6px;
}

.skip-cart .count:empty {
	display: none;
}

.skip-cart:hover {
	text-decoration: none;
}



.skip-cart .count.empty {
	display: none;
}


/* ============================================ *
 * Footer
 * ============================================ */


.footer-container {
	background-color: #222;
	font-family: Arial, Helvetica, sans-serif;
 }

.footer .block-title {
	position: relative;
	border-bottom: 1px solid #585858;
    margin: 4px 0 3px 0px;
}

.footer .block-title strong {
	font-style: italic;
	font-size: 	1.4em;
	color: #fff;
}

.footer .block-title,
.footer address {
	color: #aaa;
}

.footer .block-title h3,
.footer .block-title h4,
.footer .block-title h5,
.footer .block-title b,
.footer .block-title strong {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4em;
	text-transform: uppercase;
	color: #ccc;
}
.footer .block-title small {
	font-size: 100%;
	font-weight: normal;
	color: #a0a0a0;
}

.footer .block-subtitle {
	font-weight: bold;
	margin-bottom: 7px;
}

.footer .block-content {
	margin-top: 5px;
}

.footer {
	clear: both;
	width: 100%;
	color: #bbb;
	padding-top: 30px;
}

@media only screen and (max-width: 479px) {
	.footer {
		padding-top: 15px;
	}
}



.footer .sub_block { display: inline-block; vertical-align: top; line-height: 1.9em; width: calc( 100% - 50px); }
.footer .icon-sprite {
	display: inline-block;
	width: 40px;
	height: 30px;
	vertical-align: middle;
	opacity: .4;
}


.footer .icon-direction {
	background-position: -110px -545px;
}
.footer .icon-phone {
	background-position: -155px -490px;
}

.footer .links {
	float: left;
	width: 20%;
	padding: 0 30px 0 0;
	margin-bottom: 20px;
}
.footer .links.first {
	width: 30%;
	margin-right: 5%;
}
.footer .links li {
	word-break: break-all;
	line-height: 1.4;
	padding: 4px 0;
}
.footer .links a {
	color: #d1d1d1;
	padding: 5px 0;
	display: inline-block;
}
.footer .links a:hover {
	color: #3399cc;
}

.footer .links {
	text-transform: uppercase;
	font-size: 12px;
}
.footer address {
	clear: both;
}

.footer .copyright { text-align: center; opacity: .7; font-size: .7em; }


@media only screen and (max-width: 1023px) {
	.footer .links {
		width: 20%;
		padding: 0 10px 0 0;
		margin: 0 0 10px;
	}
	.footer .links.first {
		width: 40%;
		margin-right: 10%;
	}
}

@media only screen and (max-width: 770px) {
	.footer { padding-bottom: 40px; }
	.footer .links {
		width: 46%;
		padding: 0 0 0 40px;
		margin: 0 0 10px;
	}
	.footer .links.first {
		width: 100%;
		padding: 0;
	}
	.footer .copyright { padding-top: 10px; }
}

@media only screen and (max-width: 600px) {
	.footer .links {
		width: calc( 100% - 12px);
		padding: 0 0 0 37px;
	}
	.footer .icon-sprite { width: 35px; }
	.footer .block-title { margin-top: 0; }
	.footer .block-title h5 { background-color: #3a3a3a; padding: 5px; }
}

#recent_sales {
	box-sizing: border-box;
	display:none;
	opacity: 0;
	position: fixed;
	left: 20px;
	bottom: 15px;
	width: 350px;
	padding: 5px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.37);
	font-size: 12px;
	z-index: 2147483647;
	transform: translateY(135px);
	transition: transform .8s, opacity .8s;
	transition-timing-function: ease-in;
}
#recent_sales.active:not(.closed), #recent_sales:hover:not(.closed) {
	opacity: 1;
	transform: translateY(0);
	transition-timing-function: ease-out;
}
#recent_sales .recent_sales_inner {
	position: relative;
}
#recent_sales .r_thumb {
	width: 80px;
	display: inline-block;
	float: left;
	margin: 5px 0;
}
#recent_sales .r_thumb img { max-width: 100%; }
#recent_sales .r_close {
	position: absolute;
	top: 4px;
	right: 6px;
	font-size: 16px;
	line-height: 1em;
	cursor: pointer;
	color: #f88;
}
#recent_sales .r_text {
	float: left;
	width: calc(100% - 87px);
	box-sizing: border-box;
	padding: 10px 5px 5px;
	line-height: 1.8em;
}

#recent_sales .r_title { color: #6476ff; }
#recent_sales .r_suburb { color: #000; }









/* ============================================ *
 * Product Grid (includes promoted products)
 * ============================================ */


h2.product-name,
p.product-name {
	margin: 0;
	margin-bottom: 0.5em;
	color: #636363;
	font-style: normal;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
}


h2.product-name a:hover,
p.product-name a:hover {
	color: #3399cc;
	text-decoration: none;
}



.products-grid {
	width: 100%;
	margin: 0!important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
	list-style: none!important;
	border: none;
}

.products-grid > li {
	width: calc(100%/5 - 10px);
	padding: 0;
	margin: 0 0 15px 10px;
	text-align: center;
	position: relative;
	background-color: #fff;
}

#product-recommendation-container .products-grid > li {
	border-radius: 8px;
	overflow: hidden;
}

.products-grid.products-grid--max-4-col > li {
	width: calc(25% - 15px);
}

.products-grid.products-grid--max-6-col > li {
	width: calc(14.5% - 15px);
}


.products-grid img.product-image {
	width: 100%;
	max-width: 325px;
	height: auto;
	margin: 0 auto;
	transition: opacity 0.3s;
}
.products-grid a img.product-image:hover {
	opacity: .65;
}

.products-grid .product-name,
.products-list .product-name {
	text-transform: none;
	margin: 0;
	font-size: 16px;
	line-height: 1.2em;
	overflow: hidden;
	text-align: center;
	padding: 0 3px 5px;
	height: 60px;
}

.products-grid .product-name,
.products-list .product-name,
.products-grid .product-name a,
.products-list .product-name a { color: #585858; }

.products-grid a:hover { text-decoration: none!important; }


@media only screen and (min-width: 1700px) {
	.category-products { 
		margin: 15px 0 10px -10px;
		width: calc( 100% + 10px );
	}
}

@media only screen and (max-width: 1699px) {
	.category-products { 
		margin: 10px 0;
	}	
	.products-grid > li {
		margin: 0 5px 15px;
	}
}

@media only screen and (max-width: 1500px) {
	.products-grid > li {
		width: calc(100%/4 - 10px);
		margin: 0 5px 10px;
	}
}

@media only screen and (max-width: 1023px) {
	.products-grid > li {
		width: calc(100%/3 - 10px);
	}

	.products-grid.products-grid--max-4-col > li { width: calc(25% - 10px); }
	.products-grid.products-grid--max-6-col > li { width: calc(100%/3 - 10px); }

	.products-grid .product-name,
	.products-list .product-name {
		font-size: 14px;
		height: 50px;
	}
	.products-grid .price-box {
		width: 50%;
	}
	.products-grid .price-box .price {
		font-size: 16px;
	}

}
@media only screen and (max-width: 750px) {
	.products-grid > li { width: calc(100%/2 - 10px); }
	.products-grid.products-grid--max-4-col > li { width: calc(100%/3 - 10px); }
	.products-grid.products-grid--max-6-col > li { width: calc(100%/3 - 10px); }
}
@media only screen and (max-width: 490px) {
	.category-products { margin: 7px 0; }
	.products-grid > li { width: calc(100%/2 - 6px); margin: 0 3px 10px; }
	.products-grid.products-grid--max-4-col > li { width: calc(100%/2 - 8px); }
	.products-grid.products-grid--max-6-col > li { width: calc(100%/2 - 8px); }
}
@media only screen and (max-width: 319px) {
	.products-grid > li { width: calc(100% - 8px); margin: 3px; }
}




/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */


.header-minicart .minicart-message {
	display: block;
	padding: 10px;
}
.header-minicart .empty {
	padding: 30px 5px;
	text-align: center;
}
.header-minicart .minicart-wrapper {
	clear: both;
}
.header-minicart .block-cart {
	display: none;
}
.header-minicart .block-subtitle {
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	background-color: #f1f1f1;
	line-height: 32px;
}
.header-minicart .block-subtitle .close {
	width: 40px;
	display: inline-block;
	color: #636363;
	text-decoration: none;
	font-weight: normal;
	font-size: 35px;
	line-height: 26px;
	float: right;
}
.header-minicart .block-subtitle, .header-minicart .block-subtitle .close {
	height: 32px;
}
.header-minicart .block-subtitle .close:hover {
	background-color: #e0e0e0;
}
.header-minicart .mini-products-list {
	padding: 0 10px 10px;
}
.header-minicart .mini-products-list li {
	padding: 8px 5px;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	margin-bottom: 10px;
	clear: both;
}
.header-minicart .mini-products-list li:after {
	content: '';
	display: table;
	clear: both;
}
.header-minicart .mini-products-list li.last {
	border: none;
}
.header-minicart .mini-products-list li .product-details {
	position: relative;
	text-align: left;
}
.header-minicart .product-details {
	margin-left: 80px;
}
.header-minicart .product-details .product-name {
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
}
.header-minicart .product-details .product-name a {
	color: #3399cc;
}
body.notouch .header-minicart .product-details .remove {
	opacity: 0;
	transition: opacity .2s;
}
body.notouch .header-minicart .product-details:hover .remove {
	opacity: 1;
}

.header-minicart .info-wrapper {
	margin-bottom: 0.4em;
	width: 100%;
	text-align: left;
}
.header-minicart .info-wrapper th {
	text-transform: uppercase;
	padding-right: 10px;
	white-space: nowrap;
	width: 25%;
}
.header-minicart .info-wrapper td {
	color: #3399cc;
	clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
	height: 33px;
	line-height: 33px;
}
.header-minicart .info-wrapper .qty {
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
	width: 3.2em;
	text-align: center;
	height: 30px;
}
.header-minicart .info-wrapper .quantity-button {
	opacity: 0;
	transition: opacity .2s;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
	cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
	opacity: 1;
}

.header-minicart .subtotal {
	background-color: #f1f1f1;
	text-align: center;
	line-height: 2em;
}
.header-minicart .subtotal .label {
	text-transform: uppercase;
}
.header-minicart .subtotal .price {
	color: #3399cc;
}
.header-minicart .minicart-actions {
	padding: 0 10px 15px;
	margin-top: 0px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.header-minicart .minicart-actions .checkout-button, 
.header-minicart .minicart-actions .cart-link {
	min-width: 165px;
	border-radius: 3px;
}
.header-minicart .minicart-actions .cart-link {
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	padding: 7px 10px;
	border: 1px solid #3399cc;
	margin: 10px auto;
	line-height: 19px;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
	line-height: 1.6;
}
.header-minicart #minicart-error-message {
	text-align: center;
	color: red;
}
.header-minicart #minicart-success-message {
	text-align: center;
	color: green;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
	display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
	display: block;
}


.header-minicart .product-image {
	float: left;
	min-width: 50px;
}

.cartswatch {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
	border: 1px solid #bbb;
	border-radius: 4px;
}



.shareAction { cursor: pointer; }

div.share-button {
	padding: 1px 10px 1px 7px;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 4px;
	border: 1px solid #ddd;
	background-color: #bdfaff;
	position: absolute;
	top: 0;
	right: 10px;
	display: none;
	line-height: 24px;
	z-index: 20;
}

svg.share-icon {
	width: 24px;
	height: 24px;
	margin-right: 3px;
	vertical-align: bottom;
}
svg.share-icon.largeicon {
	width: 40px;
	height: 40px;
}
.isios { display: none; }
.notios { display: initial; }


@media only screen and (max-width: 1023px) {
	.header-minicart .product-details .remove {
		opacity: 1;
	}
}

@media only screen and (min-width: 771px) {
	.checkout-types.minicart {
		float: none;
		text-align: center;
	}
	.checkout-types.top { display: none; }
}
@media only screen and (max-width: 479px) {
	.header-minicart a.skip-cart {
		z-index: 1;
	}
}
@media only screen and (max-width: 770px) {
	.header-minicart .subtotal .label {
		color: #636363;
	}

	.header-minicart .quantity-button {
		float: none;
	}
	.header-minicart .header-minicart .block-cart {
		padding: 15px;
	}
	.header-minicart .header-minicart .block-subtitle {
		padding-top: 59px;
	}
	.header-minicart .minicart-actions {
		padding-bottom: 33px;
	}
	.header-minicart .minicart-actions .checkout-types.minicart li {
		display: inline-block;
	}

}

@media only screen and (max-width: 599px) {
	.header-minicart .minicart-actions .checkout-button {
		width: 100%;
	}
}


@keyframes isloading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.canload { position:relative; box-sizing: border-box; }
.canload:before {
	display: block;
	content: "";
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	transition: opacity 0.3s,visibility 0.3s;
	box-sizing: border-box;
}
.canload.loading:before{
	visibility: visible;
	opacity: 0.7;
}

.canload:after {
	content: "";
	z-index: 101;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	border: 7px solid rgba(255,255,255,0.1);
	border-top-color: #b7b7b7;
	border-bottom-color: #b7b7b7;
	border-radius: 50%;
	transition: opacity 0.6s,visibility 0.6s;
	box-sizing: border-box;
}
.canload.loading:after {
	animation: isloading 800ms linear 0s infinite;
	visibility: visible;
	opacity: 1;
}

button.canload:after, a.canload:after, .canload.mini:after  {
	width: 30px;
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	border-width: 4px;
}


div.alert {
	display: none;
	position:fixed;
	z-index:10030;
	text-align: center;
	border-radius: 6px;
	background-color: #fff;
	margin: 0;
	top: 80px;
	left: 50%;
	padding: 20px 30px;
	width: 70%;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	max-width: 1020px;
	border: 1px solid #616161;
	box-shadow: 0 0 20px 20px rgba(10, 10, 10, 0.23);
	transform: translateX(-50%);
}

/* ==================================================
   ===========  Header Mobile =======================
   ==================================================
*/

@media only screen and (max-width: 770px) {

	div.alert { width: 90%; top: 15px; }

	.page-header {
		height: 45px;
		padding-top: 0px;
		background-color: #fff;
	}

	.page-header-container { background-color: transparent; }

	.header_block {
		width: calc( (100% - 240px) / 4 );
		padding-top: 8px;
	}

	.page-header-container, .header_block {
		height: 42px;
	}
	.page-header-container .shader {
		display: block;
	}
	.skip-nav {
		float: left;
		display: block;
		min-width: 110px;
	}

	.skip-search {
		display: block;
		min-width: 120px;
	}

	.skip-account {
		display: none;
	}

	.skip-phone { display: block; }

	.header-minicart, .skip-account, .skip-phone {
		border-left: 1px solid #bbb;
	}

	.header-minicart .minicart-wrapper {
		border: 1px solid #a7a7a7;
		box-shadow: -2px 4px 20px 7px rgba(0, 0, 0, 0.16);
		margin: 0 8px 0;
		background-color: #fff;
	}

	#header .label{
		display: inline-block;
	}

	.logo {
		width: 180px;
		padding: 0;
		margin: 0;
		height: auto;
		position: absolute;
		top: 4px;
		left: calc(50% - 90px);
		line-height: 0;
	}

	.main-container {
		box-shadow: none;
		background-color: #fff;
	}

	div.share-button { display: inline-flex; }

}

/* Menu and Search words in header */
@media only screen and (max-width: 629px) {
	#header .label{
		display: none;
	}
	.header_block {
	/*	width: 70px */
	width: calc( (100% - 210px) / 4 );
	min-width: 30px;
	}
}
@media only screen and (max-width: 399px) {
	.skip-cart .count { right: -3px; }
	.header_block {
		width: calc( (100% - 160px) / 4 );
	}
	.logo {
		width: 140px;
		top: 8px;
		left: calc(50% - 70px);
	}
}


/* ==========   Reccommended and Recently Viewed  ========== */


.reccheader {
	margin: 15px 0 15px 15px;
	position: relative;
	text-align: center;
	font-size: 1.6em;
	line-height: 1.3em;
	color: #888;
}
.reccheader:before, .reccheader:after { 
	display: inline-block;
	width: calc(49% - 3em);
	border-top: 2px solid #888;
	content: " ";
	position: absolute;
	top: 0.7em;
}
.reccheader:before { 
	left: 0;
}
.reccheader:after {
	right: 0;
}

@media only screen and (max-width: 1439px){
	#product-recommendation-container { padding: 0 5px; }
}

#viewed_results2_container {
    margin: 20px auto;
}

@media only screen and (max-width: 959px){
	.logocontact {
	    display: none;
	}
	#viewed_results2_container {
	    padding: 10px 5px;
	}
}

#viewed_results2, #wishlist_results2 {
    text-align: center;
    margin-top: 12px;
}

#viewed_results2_container h4 {
    font-size: 1.5em;
    text-transform: none;
    margin: 15px 5px;
}

#viewed_results2_container .reccheader:before,
#viewed_results2_container .reccheader:after {
	width: calc(49% - 6em);
}

#viewed_results2_container a {
    margin: 5px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid transparent;
    transition: all .3s;
    padding: 0;
    line-height: 0;
    font-size: 0;
    border-radius: 8px;
    overflow: hidden;
}

#viewed_results2_container a:hover { 
	border-color: #aaa;
	transform: scale(1.1);
}

#viewed_results2_container img {
    height: auto;
    width: 130px;
}


@media only screen and (max-width: 959px){
	#viewed_results2_container { padding: 0; }
	#viewed_results2_container img {
	    width: 75px;
	}
	.reccheader, #viewed_results2_container h4 {
		margin: 5px 0 8px;
		font-size: 1.1em;
		line-height: 1.3em;
		color: #444;
	}
	#viewed_results2_container .reccheader:before,
	#viewed_results2_container .reccheader:after {
		width: calc(49% - 4.5em);
	}
}



/* ===================  Site wide selected reviews  ======================== */

.review_comments { margin: 40px auto; padding:0; user-select: none; max-width: 1540px; }
.review_comments h3, .review_comments h4 { margin: 0 15px; border-top: 1px solid #e0e0e0; padding: 25px 10px 10px 10px; font-style: italic; }  
.review_comments ul { list-style: none; padding: 0; margin: 0; text-align: center; }
.review_comments li {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	box-shadow: 1px -1px 6px 0px rgb(0 0 0 / 7%);
	border-radius: 20px;
	display: inline-block;
	box-sizing: border-box;
	max-width: calc(33.3% - 23px);
	margin: 10px;
	min-height: 205px;
	text-align: left;
	padding: 10px 20px 10px;
	font-style: oblique;
	color: #555;
	vertical-align: top;
	position: relative;
}
.review_comments li .comment_name {
	text-align: right;
	font-weight: bold;
	position: absolute;
	right: 20px;
	bottom: 15px;
}
.review_comments li .stars { text-align: right; min-height: 23px; }
.review_comments li .comment { padding: 6px 0 0 0; margin-bottom: 18px; }
@media only screen and (max-width: 1420px) {
	.review_comments { margin: 40px 0; }
	.review_comments ul { margin: 0 10px; }
}
@media only screen and (max-width: 959px) {
	.review_comments { margin: 20px 0; }
	.review_comments li { max-width: calc(50% - 23px); }
	.review_comments li.review_2 { display: none; }
}
@media only screen and (max-width: 767px) {
	.review_comments li { min-height: 120px; max-width: calc(100% - 23px); width: calc(100% - 23px); }
	.review_comments h3, .review_comments h4 { margin: 0; padding-left: 20px; } 
}










h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-size: large;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
}

.page-title h1,
.page-title .h1,
.page-title h2 {
	font-size: 24px;
	font-weight: bold;
	color: #3c3c3c;
	text-transform: uppercase;
}


@media only screen and (min-width: 1024px) {
	.main-container{ min-height: 550px; }
}


.cms-page-view .std img,
.cms-no-route .std img {
	max-width: 100%;
	height: auto;
}


.cms-page-view .std {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 10px;
}


.cms-page-view .std h1,
.cms-page-view .std .h1,
.cms-no-route .std h1,
.cms-no-route .std .h1 {
	color: #3399cc;
}
.cms-no-route .std h2 {
	color: #3399cc;
}
.cms-page-view .std li,
.cms-no-route .std li {
	color: #636363;
	font-size: 14px;
	line-height: 24px;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
	content: '';
	display: table;
	clear: both;
}


@media only screen and (max-width: 770px) {
	.cms-page-view .std h1 { font-size: 20px; text-transform: none; }
	.cms-page-view .main {
		padding: 0;
	}
	.cms-page-view .std {
		border: none;
		margin-bottom: 5px;
	}
}



/* ============== HOMEPAGE ======================= */


/* .cms-home { */
.cms-home .main, .cms-test-html .main {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
}
.cms-home .main-container { background-color: #444; }


.home_block { max-width: 1440px; margin: 0 auto; }
.home_block.wide100 { max-width: 100%; overflow: hidden; }

.home_block_inner { max-width: 1440px; margin: 0 auto; }

/* see CMS block
.home_block_banner {
	max-height: 747px;
	background-image: url(https://www.powertrain.com.au/media/template/homepage/banner_BG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
*/
.home_block_banner .home_block_inner {
	text-align: center;
	padding: 4% 2.2% 14%;
}
.home_block_banner img { max-width: 100%; margin: 0 auto; }

.home_block_banner .headline, .home_block_banner .byline {
	line-height: 1.2em;
	color: #fff;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.home_block_banner .headline { font-size: 2.2em; font-weight: bold; letter-spacing: 1px; }
.home_block_banner .byline { font-size: 2em; margin-bottom: 3%; }


.home_block_menu {
	background-image: url(https://www.powertrain.com.au/media/template/homepage/menu_BG_A.jpg),
					  url(https://www.powertrain.com.au/media/template/homepage/menu_BG_C.jpg),
					  url(https://www.powertrain.com.au/media/template/homepage/menu_BG_B.png);
	background-position: top center, bottom center, top center;
	background-repeat: repeat-x, repeat-x, repeat;
	padding: 18px 0 12px;
	-webkit-tap-highlight-color: transparent;
}

.home_block_rec { padding: 8px 0 15px; background-color: #ed253b; }
.home_block_rec h2 { color: #fff; }
.home_block_rec .category-products { margin-top: 0; }

.menu_block_flex {
	width: 96%;
	margin: 0 auto!important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
	list-style: none!important;
}

.menu_block { width: 25%; padding: 0; margin: 0; text-align: center; position: relative;  }
.menu_block_bg { max-width: initial!important; width: calc(100% + 15%); height: auto; position: absolute; top: 0; left: -7.5%; z-index: 1; transition: all .3s; }
.menu_block_content { width: 100%; padding-bottom: 121%; }
.menu_block_content_inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	text-align: center;
	transform: skew(-5deg);
	cursor: pointer;
}

li.menu_block.count2 .menu_block_content_inner { padding-top: 38%; }
li.menu_block.count3 .menu_block_content_inner { padding-top: 30%; }
li.menu_block.count4 .menu_block_content_inner { padding-top: 23%; }
li.menu_block.count5 .menu_block_content_inner { padding-top: 16%; }
li.menu_block.count6 .menu_block_content_inner { padding-top: 8%; }

.menu_block_link_container {
	transform: scaleY(0);
	opacity: 0;
	transition: all .25s ease-in-out;
}


body.touch li.menu_block.focused .menu_block_link_container,
body.notouch li.menu_block:hover .menu_block_link_container {
	transform: scaleY(1);
	opacity: 1;
	padding: 10px 0;
}

body.touch li.menu_block.focused img.menu_block_bg,
body.notouch li.menu_block:not(.count0):hover img.menu_block_bg {
	filter: brightness(0.5) contrast(0.6);

}


.menu_block_link {
	display: block;
	cursor: pointer;
	background-color: #ed253b;
	border-radius: 3px;
	text-align: center;
	padding: 3% 3px;
	width: 74%;
	margin: 3% auto;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	opacity: 1;
	box-shadow: 0px 0px 6px 2px rgb(255 255 255 / 36%);
}

.menu_block_link.longtext{ font-size: 16px; }

.menu_block_link:hover, .menu_block_link:focus {
	text-decoration: none;
	color: #fff;
	box-shadow: 0px 0px 14px 4px rgba(255, 255, 255, 0.8);
}

.menu_block_link:focus {
	background-color: #8a000f;
}

.menu_block a .menu_block_bg.locked:hover {
	opacity: .7;
}

.home_block_strip {
	background-color: #ed253b;
	font-size: 0;
}
.cms-home .std .home_block_strip img,
.cms-page-view .std .home_block_strip img { max-width: 50%; display: inline-block; }

/* .cms-home { */
.cms-home .reccheader, .cms-test-html .reccheader {
	color: #fff;
}
.cms-home .reccheader:before, .cms-home .reccheader:after, .cms-test-html .reccheader:before, .cms-test-html .reccheader:after {
	border-top: 2px solid #fff;
}




@media only screen and (max-width: 970px) {
	li.menu_block.count2 .menu_block_content_inner { padding-top: 34%; }
	li.menu_block.count3 .menu_block_content_inner { padding-top: 24%; }
	li.menu_block.count4 .menu_block_content_inner { padding-top: 15%; }
	li.menu_block.count5 .menu_block_content_inner { padding-top: 7%;  }
	.menu_block_content_inner.count6 { padding-top: 1%;  }
	.menu_block_link {  font-size: 16px; line-height: 1.2em; }
	.menu_block_link.longtext{ font-size: 14px; }
	.home_block_banner .byline { font-size: 1.8em; }
}

@media only screen and (max-width: 820px) {
	.menu_block { width: 50%; }
	li.menu_block.count2 .menu_block_content_inner { padding-top: 38%; }
	li.menu_block.count3 .menu_block_content_inner { padding-top: 30%; }
	li.menu_block.count4 .menu_block_content_inner { padding-top: 23%; }
	li.menu_block.count5 .menu_block_content_inner { padding-top: 16%; }
	li.menu_block.count6 .menu_block_content_inner { padding-top: 8%; }
}


@media only screen and (max-width: 770px) {
	.cms-home .std .home_block_strip img, .cms-page-view .std .home_block_strip img { max-width: 100%; display: block; }
}
@media only screen and (max-width: 629px) {
	.menu_block_flex { width: 92%; }
	.home_block_banner .headline { font-size: 2em; }
	.home_block_banner .byline { font-size: 1.2em; }
}

@media only screen and (max-width: 512px) {
	li.menu_block.count2 .menu_block_content_inner { padding-top: 25%; }
	li.menu_block.count3 .menu_block_content_inner { padding-top: 18%; }
	li.menu_block.count4 .menu_block_content_inner { padding-top: 2%; }
	li.menu_block.count5 .menu_block_content_inner { padding-top: 0; }
	li.menu_block.count6 .menu_block_content_inner { padding-top: 0;  }
	.menu_block_link { font-size: 14px;}
	.menu_block_link.longtext{ font-size: 13px; }
	.home_block_banner .headline { font-size: 1.6em; }
	.home_block_banner .byline { font-size: 1.1em; }
}






/* ===============   BLOG  ================== */


.cms-blog-view.cms-page-view .col1-layout .col-main {
	margin: 0 auto;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #ccc;
}


.cms-blog-view.cms-page-view .blog_content { margin: 0 auto; max-width: 950px; }

.cms-blog-view.cms-page-view .col-main header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 22px;
}

.cms-blog-view.cms-page-view .col-main section {
	padding: 15px 0;
}

.cms-blog-view.cms-page-view .blog_content.blog_index {
	text-align: center;
	max-width: 100%;
}

.cms-blog-view.cms-page-view .col-main .blog_index section {
	text-align: left;
	padding: 15px 10px;
	display: inline-block;
	vertical-align: top;
	width: 520px;
	max-width: 33%;
}
.cms-blog-view.cms-page-view .col-main .blog_index section .snippet {
	height: 65px;
	line-height: 1.3em;
	font-size: 15px;
}

@media only screen and (max-width: 1399px) {
	.cms-blog-view.cms-page-view .col-main .blog_index section {
		max-width: calc(50% - 10px);
	}
	.cms-blog-view.cms-page-view .col-main .blog_index section .snippet {
		height: 100px;
		overflow: hidden;
	}
}
@media only screen and (max-width: 539px) {
	.cms-blog-view.cms-page-view .col-main .blog_index section {
		height: auto;
		max-width: 100%;
		display: block;
	}
	.cms-blog-view.cms-page-view .col-main .blog_index section .snippet {
		max-height: initial;
	}
}


.cms-blog-view.cms-page-view .col-main section:first-child {
	padding-top: 0;
}
.cms-blog-view.cms-page-view .col-main section {
	border-bottom: 1px solid #9f9f9f;
}

.cms-blog-view.cms-page-view .col-main p { padding: 2px 0 6px; text-align: justify; }
.cms-blog-view.cms-page-view .col-main p::first-letter { font-size: 1.1em; }
.cms-blog-view.cms-page-view .col-main figure { margin: 15px auto; width: 814px; max-width: 100%; padding: 5px; border: 1px solid #ddd; border-radius: 5px; }
.cms-blog-view.cms-page-view .col-main figcaption { padding: 5px 0 0 10px; color: #555; }
.cms-blog-view.cms-page-view .col-main .blog_content img.headerpic { display: block; margin: 0 auto; max-width: 100%; height: auto; box-sizing: content-box; border-radius: 5px; }
.cms-blog-view.cms-page-view .col-main .blog_index   img.headerpic { border: 1px solid #ccc; margin: 5px auto; transition: opacity 0.3s; width: 500px; max-width: 100%; height: auto; }
.cms-blog-view.cms-page-view .col-main .blog_index a:hover img.headerpic { opacity: 0.7; }

.cms-blog-view.cms-page-view .col-main h2,
.cms-blog-view.cms-page-view .col-main h3,
.cms-blog-view.cms-page-view .col-main h4 {
	font-size: 1.2em;
	margin: 0.5em 0 0.2em 0;
	color: #000;
}

.cms-blog-view.cms-page-view .col-main h2 a,
.cms-blog-view.cms-page-view .col-main h3 a,
.cms-blog-view.cms-page-view .col-main h4 a {
	color: #000;
}

.cms-blog-view.cms-page-view .col-main .blog_index h2 { min-height: 2.4em; }

.cms-blog-view.cms-page-view .col-main a[target="_blank"]:after {
	content: url(https://www.powertrain.com.au/media/wysiwyg/blog/external_link.svg);
	width:  14px;
	height: 14px;
	display: inline-block;
	margin-left: 4px;
	vertical-align: text-top;
}

.cms-blog-view.cms-page-view .main {
	padding: 0;
}

.cms-blog-view table.product_data.wide800 { max-width: 800px; }
.cms-blog-view table.product_data.wide600 { max-width: 600px; }
.cms-blog-view table.product_data.wide400 { max-width: 400px; }
.cms-blog-view table.product_data tr td { white-space:initial; }

.cms-blog-view .col-main .meta_tags {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}
.cms-blog-view .col-main .meta_tags a {
	text-decoration: underline;
}

.cms-blog-view .col-main ul, .cms-blog-view .col-main ol {
	margin-block-start: 0.3em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}
.cms-blog-view .col-main ul {
	list-style-type: disc;
}
.cms-blog-view .col-main ol {
	list-style-type: decimal;
}

.cms-blog-view .col-main footer {
	color: #444;
	font-size: 0.9em;
    display: block;
    border-top: 1px solid #ccc;
    margin: 18px 10px 0;
    padding: 15px 15px 0;
}

div.share-button { position: static; display: inline-flex; vertical-align: middle; }
.cms-blog-view .col-main .share_tag { vertical-align: middle; display: inline-block; margin-right: 10px; }

@media only screen and (max-width: 770px) {
	.cms-blog-view ul li:has(a){ padding: 8px 0; }
	.cms-blog-view.cms-page-view .col-main { padding-top: 5px; }
	.cms-blog-view.cms-page-view figure { margin: 10px auto; }
	.cms-blog-view.cms-page-view .col1-layout .col-main { padding: 10px; border: none; }
	.cms-blog-view.cms-page-view .col-main h1,
	.cms-blog-view.cms-page-view .col-main h2,
	.cms-blog-view.cms-page-view .col-main h3,
	.cms-blog-view.cms-page-view .col-main h4 { font-size: 17px; }
	.cms-blog-view table.product_data { font-size: 12px; }
}

@keyframes fc_pop{
	0%{
		transform: scale(0);
	}
	50%{
		transform: scale(0);
	}
	100%{
		transform: scale(1);
	}
}

#fc_frame { position:fixed }

#fc_frame_load {
	width: 110px;
	height: 50px;
	bottom: 21px;
	right: 20px;
	z-index: 2147483601;
	position: fixed;
	box-shadow: 0 5px 4px 0 rgba(0,0,0,.26);
	cursor: pointer;
	border-radius: 34px 34px 8px 34px;
	background-color: #1c87f1;
	background-position: center center;
	background-repeat: no-repeat;
/*	animation: fc_pop 1s cubic-bezier(0.38, 0.91, 0.58, 1.36) forwards;
	transform: scale(0); */
	will-change: transform;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAoCAMAAABdCYMbAAAAqFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8j1z1tAAAAN3RSTlMABSD2CuLWWdlQ8+u+RSX67o5yO7Ovfl5CEd7OyIJlLyrElpIbuKSZiXl2STQW5p5pYao+DoRrDVQGXQAAAlJJREFUOMuV0odyqkAYhuFvl6VKUyygNHvsLcl//3d2liCoscTzzIgzziss+y9++8zN1sdoPk7SkDO8lC2mW6op2k7f4AmRDulOYxbgAZYa9FhnfRevh/SU1xS4sVfolUGOK036QyNEbUyF2aojr4vQOTX3qz5R1xnunVMQtEmyTlXcoh8LfMhrMgGf9TAmXzCVw83zDhW2vIxDr6y75YKW8quNUH56xJlKlZhBEhrd1C35CGvD/APa5GLCebWzS0jfdF/TN5o8smR9cpx+9aYbgBmXelSthGxE6JHHmUIXSyCkS22ORtOBiZ5GCgfaskYyGmv1rjP52ErCAJg6WLFJS8Yt8nIGYF7PNIN9mYAhbVVN0xpEllbsRl+T/LpI0af3fcGn943R+K/aoJql0GtdtOls6ESRM5hmXaJ9FhM1M1OOys2z3A3Ot9GxqGKB0GSLI3SiEFPyXGBASeDiMzDLWnGxptIKSyJjOENPURzYFCOCfMzP4TqzAcTl/yb4mdkOLIoY7OL8Rtwj6kCv6gMAs3zDDfpl7R4OE1m7wnAwvK4NAeA8zQyzYp47pMWqYg1gQOu61lFw/XIvo1FnlRyLZToYJNCTFrhyqWeQqrV4LQawY0ekRKawA6ESrUVMbXEoD6DA2Z4K/am9JUv15XpUS5Ux+apFivxBMjhq6V9TjCe4Er4+ilOBG5v5i9if4Leg/bQ+4oFgpD6u53jo0/my1fs3HuApwQOz19NXZsuucx1vSLdUauR4w2Tnlbma4R3reaM8ozrDOzb6PO43fGMN4B+xf9fSsuX7CwAAAABJRU5ErkJggg==);
}
.fc_frame_load { cursor: pointer; }
.fc_frame_load:hover { opacity: 0.7; }
img.fc_frame_load { max-width: 100%; height: auto; }
#fc_frame_load.canload:before{border-radius:34px 8px 34px 34px;}

@media only screen and (max-width: 767px) {
	#fc_frame_load {
		width: 60px;
		height: 60px;
		bottom: 8px;
		right: 8px;
		border: 2px solid #fff;
		transition: transform 0.3s;
	}
	#fc_frame {
		bottom: 3px!important;
		right: 4px!important;
		transition: transform 0.3s;
	}
}

@media only screen and (max-width: 520px) {
	body.isavailable.stickyadd #fc_frame_load {
		transform: translateY(-45px);
	}
	body.isavailable.stickyadd #fc_frame {
		transform: translateY(-40px);
	}
}


.juicer-wrapper {
	padding: 20px 25px 25px;
	background-color: #333;
}
.juicerHide{ display: none; }/* not "juicer-wrapper" because we cannot detect pos of hidden elem for lazyloading */
.juicer-banner {
	padding: 20px 0;
	text-align: center;
	line-height: 26px;
	font-size: 24px;
	color: #fff;
}
.juicer-banner a { color: #ffe358; transition: opacity .3s; }
.juicer-banner a:hover { opacity: .7; text-decoration: none; }
#juicer-feed { opacity: 0; transition: opacity .6s; }
.juicer-feed .j-text { cursor: pointer; }
@media only screen and (max-width: 1023px) {
	.juicer-wrapper {
		padding: 20px 10px 15px;
	}
	.juicer-banner {
		padding: 5px 0 15px;
	}
}
@media only screen and (max-width: 620px) {
	.juicer-wrapper {
		padding: 15px 5px 10px;
	}
}

.crt-widget, .crt-widget.crt-widget-branded { background-color: #333; padding-top: 10px; text-align: center;}
.crt-widget-grid .crt-grid-post { padding: 2px 5px; float: none; }
.crt-grid-post { float: none; display: inline-block; }
.crt-widget .crt-load-more { border: 2px solid #8fef8c!important; padding: 5px 12px; background-color: #dddddd!important; border-radius: 25px; }
.crt-load-more-container { margin-top: 15px; }

.checkout-cart-index #juicer-wrapper,
.checkout-onepage-index #juicer-wrapper,
.checkout-onepage-success #juicer-wrapper { display: none; }

.crt-post-c { cursor: zoom-in; transition: filter 0.3s!important; }
.crt-post-c:hover { filter: contrast(0.7); }
.crt-post .crt-post-border { border: none!important; }
.crt-popup-wrapper .crt-popup.crt-has-read-more.has-image .crt-popup-right .crt-popup-read-more { bottom: 4px!important; }
.crt-popup-wrapper, .crt-popup-wrapper .crt-popup .crt-popup-right .crt-popup-text .crt-popup-text-container { overscroll-behavior: contain; }
.crt-logo,
.crt-post-date,
.crt-post-footer,
.crt-post .crt-post-header,
.crt-widget .crt-post-text,
.crt-post.crt-post-is-embed .crt-post-header,
.crt-post.crt-post-is-embed .crt-post-text,
.crt-post.crt-post-is-embed .crt-post-footer,
.crt-popup-wrapper .crt-popup .crt-popup-footer { display: none!important; }
.crt-popup-wrapper .crt-popup.crt-has-read-more.has-image .crt-popup-right { padding-bottom: 60px!important; }

.crt-post.crt-post-youtube .crt-play-icon, .crt-grid-post.crt-post-youtube .crt-play-icon { transform: translate(-50%, -50%) scale(0.7)!important; opacity: 0.6; }

@media screen and (min-width: 911px){
	.crt-popup-wrapper .crt-popup.crt-has-read-more.has-image .crt-popup-right .crt-popup-text { bottom: 65px!important; }
}

@media screen and (max-width: 910px){
	.crt-popup-wrapper .crt-popup-container { max-width: 100%!important; padding: 20px 30px!important; }
	.crt-popup-wrapper .crt-popup .crt-close {
		border-bottom-left-radius: 5px;
		width: 40px!important;
		height: 40px!important;
		line-height: 40px!important;
		background-color: #ffffffa8!important;
		padding-top: 4px;
	}
	svg.crt-icon-cancel { width: 20px!important; height: 20px!important; }
}

