@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; } 
}











.product-name.mobiletitle h1,
.product-name.mobiletitle .h1,
.product-view .product-shop .product-name {
	font-family: Arial, Helvetica, sans-serif;
 }


.availability {
	margin-bottom: 0;
	font-size: 13px;
}

.availability .label {
	display: none;
}

.availability.in-stock {
	color: #11b400;
}

.availability.available-soon,
.availability.out-of-stock {
	color: #df280a;
}

.availability-only {
	color: #df280a;
	margin-bottom: 10px;
}

.product-name h1, .product-name .h1 {
	font-size: 24px;
	font-weight: bold;
	color: #3c3c3c;
	text-transform: none;
	min-height: 2.3em;
}
.product-name.mobiletitle { padding: 0 5px 5px; }
.product-name.mobiletitle h1, .product-name.mobiletitle .h1 {
	text-align: center;
	word-spacing: 1px;
	background-color: #f3f3f3;
	padding: 6px 3px;
	font-size: 16px;
	border: 1px solid #bbb;
	border-radius: 3px;
	min-height: auto;
	margin: 0;
}





/* -------------------------------------- */


@media only screen and (min-width: 1440px) {
	.catalog-product-view .main-container {

		background-image: url(/media/template/product/banner_BG.jpg);
		background-position: top center;
		background-repeat: no-repeat;

		/* christmas */
		/*
		box-shadow: inset 0 2px 5px rgba(0,0,0,0.16), 0 2px 3px rgba(0,0,0,0.12);
		background-image: url(/media/template/product/banner_BG.jpg), url(/media/wysiwyg/XMAS/christmas_bg.png);
		background-position: top center,top center;
		background-repeat: no-repeat, repeat;
		*/

	}
}

@media only screen and (max-width: 1439px) {
	.catalog-product-view .main-container {
		background-color: #d8d8d8;
	}
}


/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
	margin: 7px 0;
}

.price-box p {
	margin-bottom: 0;
}

.price-box .price {
	color: #3399cc;
	font-size: 18px;
}

.price-box .price-label {
	color: #a0a0a0;
	white-space: nowrap;
}

.price-box .old-price,
.price-box .special-price {
	display: inline-block;
}
.price-box .old-price .price,
.price-box .special-price .price {
	display: inline-block;
}
.price-box .old-price .price {
	color: #a0a0a0;
	text-decoration: line-through;
}
.price-box .special-price {
	color: #3399cc;
	padding-right: 1em;
}




/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
	position: relative;
	top: -1px;
	display: inline-block;
}

.checkbox + label,
.radio + label {
	width: auto;
	max-width: 85%;
	padding: 0 0 0 8px;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
}



/* ============================================ *
 * Catalog - Product
 * ============================================ */

.product-view {
	background-color: #fff;
	padding: 20px 20px 10px;
}
.product-view h2, .product-view h3, .product-view h4, .product-view h5, .product-view h6 { font-size: 1.1em; text-transform: none; }

.product-view .product-essential:after {
	content: '';
	display: table;
	clear: both;
}


.product-view .product-shop .product-name {
	display: none;
}
.product-view .product-shop .extra-info {
	float: left;
	padding-right: 15px;
	clear: left;
	width: 70%;
}



.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
	color: #cf0017;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
}

.product-view .product-shop .price-box .special-price .price-label {
	font-size: 16px;
	text-transform: uppercase;
}

.product-view .price-box.map-info a {
	display: inherit;
}
.product-view .old-price .price-label {
	display: none;
}

#buy_outer_wrapper { position: relative; }

.product-view .product-shop .price-box .regular-price .price .symb,
.product-view .product-shop .price-box .special-price .price .symb {
	font-size: .7em;
	vertical-align: top;
	letter-spacing: 0;
}


/* new discount box */
.salecontainer { display: inline-block; text-align: center; }
.salecontainer .saleprice {
	float: left;
	height: 40px;
	background-color: #f00;
	color: #fff;
	padding: 0;
	line-height: 33px;
	padding: 4px 30px 4px 13px;
	font-size: 28px;
	position: relative;
	z-index: 1;
}
.salecontainer .saleprice span { font-size: 0.6em;vertical-align: top;line-height: 26px;padding-right: 3px; }
.salecontainer .saleprice:after { 
	content: "";
	position: absolute;
	background-color: #ffffff;
	display: block;
	width: 28px;
	height: 28px;
	right: -15px;
	top: 6px;
	transform: rotate( 45deg );
}
.salecontainer .oldprice {
	float: left;
	height: 40px;
	display: inline-block;
	line-height: 16px;
	padding: 3px 10px 3px 11px;
	border: 1px solid #bbb;
	background-color: #fff;
	position: relative;
	border-left: none;
	z-index: 2;
}
.salecontainer .oldprice span { text-decoration: line-through; }


.product-view .description { padding-top: 10px; position: relative; height: auto; }

.product-view .description h2 { margin: 10px 0 0.1em; line-height: 1.4em; color: #151515; font-size: 1.2em; }
.product-view .description h3, .product-view .description h4, .product-view .description h5, .product-view .description caption { margin: 0.5em 0 0.1em 0; color: #151515 }

.product-view .description p + p { padding-top: 8px; }

.product-view .description ul { padding: 2px 0 5px 29px; list-style: disc; }

.product-view .description .disclaimer { font-size: 0.9em; color: #484848; line-height: 1.4em; margin-top: 10px; }

.product-view .description .fadeout {
	display: none;
}

#status_block { padding: 0 0 15px 0; box-sizing: border-box; color: #333; margin-bottom: 5px; border-bottom: 1px solid #ccc; font-size: 15px; }
#status_block .limit { display: block; color: #333; }
#status_block .low-stock {color: #e07414; }
#status_block span { display: inline-block; padding: 2px 0; padding-left: 20px; }
#status_block span span { color: #9a9a9a; padding: 0; }
#status_block .presale { color: #f90000; border: 2px solid #ff3a3a; padding: 10px; display: block; }
#status_block b { color: #0aa907; padding-right: 10px; }
#status_block b.oos { color: #ed253b; }
#status_block .limit b { padding-right: 0; }
.hideoos { transition: opacity .3s; }
body.optionoos .hideoos { opacity: 0; }

#status_block .lowstock {
	background-color: #fff0df;
	border: 1px solid #ffa033;
	line-height: 1em;
	border-radius: 4px;
	padding: 4px 6px 2px;
	margin-left: 10px;
	color: #883f00;
	font-size: .9em;
}

.desc_alert {
	margin-top: 10px;
	border: 1px solid #f1f1f1;
	padding: 10px 14px;
	background-color: #fff;
	box-sizing: border-box;
	color: #797979;
}

.after_desc_alert { margin-top: 10px; box-sizing: border-box; text-align: center; }
.after_desc_alert img { max-width: 100%; height: auto; }


@media only screen and (min-width: 960px) {
	.product-essential { display: flex; }
}


@media only screen and (max-width: 770px) {
	.product-view .add-to-cart-wrapper {
		float: none;
		width: 100%;
		clear: both;
	}

	.product-view .product-shop .price-box .regular-price .price { font-size: 26px; }

	.product-view .description.compressed { height: 700px; overflow: hidden; margin-bottom: 20px; }

	.product-view .description.compressed .fadeout {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 160px;
		cursor: pointer;
		background-image: linear-gradient(rgba(255, 255, 255, 0.34) 0%,rgb(255, 255, 255) 100% );
	}

	.product-view .description .fadeout a {
		position: absolute;
		bottom: -4px;
		color: #367ac1;
		font-weight: bold;
		display: block;
		left: 50%;
		margin-left: -50px;
		background-color: #fafafa78;
		cursor: pointer;
		font-size: 1.2em;
	}


}

@media only screen and (max-width: 414px) {
	.product-view h2, .product-view h3, .product-view h4, .product-view h5, .product-view h6, .product-view .description table caption { font-size: 1.1em; }
	.product-view .description ul { padding: 4px 0 6px 24px; font-size: 14px; line-height: 1.5em; border-top: 1px solid #ccc; }
	.product-view .description td { padding: 0 0 0 7px; font-size: 14px; line-height: 1.5em; }
	.product-view .description table caption { border-bottom: 1px solid #ccc; }
}

@media only screen and (max-width: 340px) {
	#status_block { font-size: 15px; }
}

.product-view .product-shop,
.product-view .block-related,
.box-collateral {
	margin-bottom: 15px;
}


.product-view .add-to-box:after,
.product-view .add-to-cart:after {
	content: '';
	display: table;
	clear: both;
}
.product-view .add-to-cart {
	padding: 16px 0 3px;
	margin-bottom: 0;
}

.product-view .add-to-cart-buttons {
	margin: 0 auto;
	width: 380px;
	max-width: 100%;
	margin-bottom: 10px;
	min-height: 40px;
}
.product-view .add-to-cart-buttons .button {
	min-height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0px 30px;
	float: left;
	width: 100%;
	white-space: normal;
	transition: background-color .2s;
}
.product-view .button.added {
	background-color: #009da2;
}


.lower-wrapper {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: -100px;
	will-change: transform;
	padding: 10px 5px;
	z-index: 100;
	background-color: #ffffffe6;
	transition: transform 0.3s;
	box-shadow: 0px -5px 8px rgb(0 0 0 / 27%);
}
.lower-wrapper .add-to-cart {
	width: calc(100% - 65px);
	display: inline-block;
	margin: 0 auto;
	float: right;
	padding: 0;
} 
.lower-wrapper .add-to-cart button.button {
	font-size: 14px;
	width: 100%;
	line-height: 22px;
}
.lower-wrapper .productprice {
	display: inline-block;
	line-height: 35px;
	width: 62px;
	text-align: center;
}





.product-view .alert-price,
.product-view .alert-stock {
	clear: both;
}

.product-view .add-to-links {
	clear: both;
	margin-top: 0px;
	margin-right: 15px;
	float: left;
}
.product-view .add-to-links:after {
	content: '';
	display: table;
	clear: both;
}
.product-view .add-to-links li {
	float: left;
}
.product-view .add-to-links a {
	padding: 2px 7px 2px 0px;
	margin-left: 7px;
	border-right: 1px solid #cccccc;
}
.product-view .add-to-links li:first-child a {
	margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
	border-right: 0px;
}




.product-view .notify-container {
	border: 1px solid #ddd;
	margin: 20px 0 15px;
	padding: 10px 10px 10px 20px;
	background-color: #f0f0f0;
	transition: opacity 1.3s;
}
#notify .heading { color: red; padding-bottom: 10px; }
#notify_results { padding-top: 5px; text-align: justify; }
#subscription_email { padding: 4px 8px; height: 29px; max-width: calc(100% - 100px); }
button#oos_notify {
	border: none;
	height: 29px;
	padding: 0 4px;
	color: #fff;
	text-align: center;
	background-color: #28a528;
}

body.hasoptions .product-view .notify-container {
	height: 0;
	opacity: 0;
	padding: 0;
	border: none;
	margin: 0;
	overflow: hidden;
}

body.hasoptions.optionoos .product-view .notify-container {
	border: 1px solid #ddd;
	margin: 20px 0 15px;
	padding: 10px 10px 10px 20px;
	opacity: 1;
	overflow: visible;
	height: auto;
}


body.optionoos .product-view .add-to-cart-buttons .button {
	cursor: not-allowed;
	pointer-events: none;
	background-color: #ff8c8c;
	opacity: 0.4;
}

@media only screen and (max-width: 768px) {
	body.hasoptions.optionoos .product-view .notify-container { padding: 10px 3px; }
	#notify .heading { font-size: 0.9em; }
}



@media only screen and (max-width: 599px) {
	.add-to-box .add-to-links a {
		float: none;
		width: auto;
		text-indent: 0;
	}
}



.payments_table{ width: 100%; line-height: 0; font-size: 0; text-align: center; padding: 5px 4px; margin-bottom: 10px; }
.payments_table .payment_image{ padding: 2px; margin: 2px 12px; display: inline-block; max-width: 18%; }
.payments_table img { max-width: 100%; height: auto; vertical-align: middle; }
@media screen and (max-width: 1300px){ .payments_table .payment_image{ margin: 2px 4px; } }
@media screen and (max-width: 770px){
	.payments_table .payment_image{ max-width: 24%; }
	.payments_table { border: 1px solid #ccc; border-radius: 5px; }
	.accordion_outer .payments_table { border: none; }
}


/* ===========   PRODUCT MEDIA BOX  ===========*/


.product-img-box {
	flex-basis: 666px;
	max-width: 666px;
	margin: 0 10px 0 0;
}
.product-img-box img { max-width: 100%; }

.swiper-wrapper { will-change: transform; }

.more-views {
	padding: 0;
	margin: 4px -4px 0 -4px;
	text-align: center;
	line-height: 0;
	font-size: 0;
}

img.cloud-zoom-gallery {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid #eee;
	margin: 4px;
	background-color: #fff;
	cursor: pointer;
	overflow: hidden;
}

.t-ScrollBar {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    background-color: #d8d8d81f;
    font-size: 0;
    line-height: 0;
    min-height: 22px;
    padding: 7px 0 5px;
    box-sizing: border-box;
}

.t-ScrollBar__item {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	padding-right: 0px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background-color: #a5a5a5;
	transition: background ease 0.2s;
}

.t-ScrollBar__item.is-active {
	background: #3342ff;
}

.swiperExtra { display: none; }
.mediaBorder {
    position: relative;
    font-size: 0;
    line-height: 0;
    padding-top: 100%;
}
@media only screen and (min-width: 960px) {
	.swiper-wrapper { transform: none!important; }
	.t-ScrollBar { display: none; }
}
@media only screen and (max-width: 959px) {
	.product-img-box { margin: 0 auto; }
	.swipeloaded .swiperExtra { display: block; }
	.more-views{ display:none; } 
}

.swiper-slide { height: auto; max-width: 100%; align-self: center; }
.swiper-container {
	overflow: hidden;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* 960 and over */
@media only screen and (min-width: 960px) {

	.product-essential { display: flex; }
	.product-essential .product-shop { flex: 1; }

}

@media only screen and (min-width: 960px) and (min-height: 900px){
	.stickyContainer { position: sticky; top: 15px; }
}




/* Under 960 */
@media only screen and (max-width: 959px) {
	.product-view { padding: 20px 10px 10px; }
	.product-view .product-shop,
	.product-view .add-to-cart-wrapper,
	.product-view .block-related,
	.product-img-box {
		float: none;
		padding-right: 0;
		padding-left: 0;
	}
}

@media only screen and (min-width: 960px) {
	.product-view .product-shop .product-name {
		display: block;
	}
	.mobiletitle {
		display: none;
	}
}


@media only screen and (max-width: 770px) {
	.product-view { padding: 5px 10px 10px; }
}

/* -------------------------------------------- *
* Sticky Add To Cart Button
*/
@media only screen and (max-width: 520px) {

	.product-view .add-to-cart { height: 70px; }

	.product-view .add-to-cart-buttons {
		will-change: transform;
		transform: translate(0px,0px);
	}

	body.stickyadd { padding-bottom: 60px; }
	.lower-wrapper { display: block; }
	body.stickyadd .lower-wrapper {
		display: block;
		transform: translateY(-65px);
	}

}




@media only screen and (max-width: 479px) {
	.catalog-product-view .main { padding: 0; }
	.product-view { padding: 0 2px 0; border: none; }
	.product-view .product-shop,
	.product-img-box,
	.product-view .block-related,
	.box-collateral {
		margin-bottom: 7px;
	}
	.product-view .product-shop { padding: 0 8px; }
}






/* -------------------------------------------- *
* Product sets
*/


.product_set {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px;
}
.product_set, .product_set a { color: #444; }
.product_set a:hover { text-decoration: none; }
.product_set .set_value { white-space: nowrap; }

.product_set .product_set_swatch,
.product_set .product_set_shape,
.product_set .product_set_icon {
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	border: 2px solid transparent;
	transition: border-color .3s;
	transition: transform .3s;
	padding: 0 3px;
}


.product_set .product_set_shape {
	margin: 0 5px;
	border: 1px solid #ccc;
	transition: background-color .3s;
}
.product_set .product_set_shape.inactive_set:hover,
.product_set .product_set_shape.active_set { border-color: #999; background-color: #29a427; color: #fff; }
.product_set .product_set_shape .set_value { min-width: 50px; height: 35px; line-height: 35px; padding: 0 5px; }


.product_set .product_set_swatch {
	padding: 5px;
	margin: 0 5px;
	border: 2px solid #d6d6d6;
	width: 40px;
	height: 40px;
	border-radius: 4px;
}
.product_set .product_set_swatch.inactive_set:hover,
.product_set .product_set_swatch.active_set { transform: scale(1.1); border-color: #999; }



.product_set .product_set_icon {
	border-radius: 5px;
	padding: 0 5px 5px;
	margin: 0 5px;
}

.product_set .product_set_icon:hover, .product_set .product_set_icon.active_set { border-color: rgba(40, 165, 40, 0.44); }
.product_set .product_set_icon.inactive_set:hover, .product_set .product_set_icon.inactive_set:focus { transform: scale(1.1); }
.product_set .product_set_icon img.set_image { max-width: 100%; height: auto; }
.product_set .product_set_icon a img.set_image { transition: opacity .5s; }
.product_set.setcount_7 .product_set_icon img.set_image { max-width: 70px; }

.product_set .product_set_icon .set_value {
	box-sizing: border-box;
	margin: 0 auto;
	color: #555;
	white-space: nowrap;
	width: 100%;
	line-height: 20px;
	font-size: 16px;
}





.share_container { width: 100%; max-width: 500px; margin: 10px auto 5px; display: none; text-align: center; box-sizing: border-box; }
.social_share {
	box-sizing: border-box;
	display: inline-block;
	width: calc( 50% - 14px );
	max-width: 250px;
	border-radius: 6px;
	padding: 10px 2px;
	text-align: center;
	margin: 5px;
	color: #fff;
}
.social_share.fb{ background-color: #3B5998; }
.social_share.wa{ background-color: #25D366; }
.social_share:hover { color: #fff; opacity: 0.8; }


@media only screen and (max-width: 959px) {
	.product_set .set_value {
		font-family: Arial, Helvetica, sans-serif;
	}
}

@media screen and (max-width: 768px) {
	.share_container { display: block; }
	.product_set { padding: 0; border: none;  }
	.product_set .product_set_icon {
		border-radius: 4px;
		padding: 0;
		margin: 0 2px;
	}
	.product_set .product_set_icon { line-height: 0; font-size: 0; }
	.product_set .product_set_icon .set_value { line-height: 16px; font-size: 16px; }

	.product_set.setcount_7 .product_set_icon img.set_image,
	.product_set .product_set_icon img.set_image { max-width: 60px; }

}




/* ====================  ACCORDIAN  ============================ */

.accordion_outer {
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	margin: 20px 0;
}

.accordion_outer label {
	display: block;
	border-top: 1px solid #ccc;
	cursor: pointer;
	transition: background 0.35s;
}

.product-view .description .accordion_outer label h3,
.product-view .description .accordion_outer label h4 {
	padding: 10px;
	margin: 0;
	font-size: 1em;
	color: #333;
	display: flex;
	justify-content: space-between;
}

.accordion_outer label h3::after,
.accordion_outer label h4::after {
	content: "❯";
	width: 1em;
	text-align: center;
	color: #777;
	transition: transform 0.2s ease-in-out;
    transform: rotate(90deg);
}

body.notouch .accordion_outer label:hover {
	background-color: #f0f0f0;
}

.accordion_outer input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.accordion_outer .accordion_content {
	font-size: 0.92em;
	line-height: 1.5em;
	color: #333;
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.35s ease-in-out;
}

.accordion_outer input:checked + label h3,
.accordion_outer input:checked + label h4 {
	background-color: #f0f0f0;
}

.accordion_outer input:checked + label h3::after,
.accordion_outer input:checked + label h4::after {
	transform: rotate(-90deg);
}

.accordion_outer input:checked ~ .accordion_content {
	max-height: 150vh;
	padding-top: 10px;
	padding-bottom: 10px;
}

.accordion_outer .accordion_content h4,
.accordion_outer .accordion_content h5 {
	font-size: 1em;
	text-decoration: underline;
}
.accordion_outer .accordion_content caption { 
	font-size: 1.1em;
	text-decoration: underline;
}


.accordion_outer .accordion_content h4,
.accordion_outer .accordion_content h5
.accordion_outer .accordion_content p,
.accordion_outer .accordion_content .sku {
	margin: 5px 0 0;
}


@media only screen and (min-width: 768px) {
	.accordion_outer {
		margin-bottom: 10px;
	}
	.accordion_outer .accordion_content {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.accordion_outer .sku {
	display: block;
	color: #909090;
	user-select: text;
}




/* -------------------------------------------- *
 * Catalog - Related Products
 */

.also_container { 
	background-color: #fff;
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
	padding: 10px 10px 15px;
	box-sizing: border-box;
}


.also_container .bubble {
  position: relative;
  float: right;
  font-size: 18px;
  width: auto;
  background: #009fff;
  border-radius: 24px;
  padding: 14px 20px 14px 20px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 28px;
}

.also_container .bubble-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid transparent;
  border-top: 12px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #009fff;
  right: 30px;
  bottom: -14px;
}


@media only screen and (max-width: 479px) {
  .also_container .bubble {
    font-size: 16px;
    padding: 10px;
    margin-right: 3px;
  }
  .also_container .bubble-bottom-left:before {
    bottom: -18px;
  }
}


.also_container table { width: 100%; box-sizing: border-box;  }
.also_container td { padding: 10px 0; vertical-align: middle; box-sizing: border-box;  }
.also_container h3, .also_container caption { text-align: left; padding-bottom: 5px;  box-sizing: border-box; color: #dd2604; }
.also_container .also_col1 { width: 95px; line-height: 0; font-size: 0; padding: 0; text-align: center; }
.also_container .also_col1 img { border: 1px solid #e0e0e0; box-sizing: content-box; }
.also_container .also_col2 { font-size: 0.9em; }
.also_container .also_col2 a { color: #333; }
.also_container .also_col2 a:hover { text-decoration: none; }
.also_container .also_col3 { width: 100px; text-align: center; }
.product-shop .also_container .price-box {
	margin: 0 0 0 10px;
	text-align: left;
	float: left;
	box-sizing: border-box;
	color: #fff;
	background-color: #ff2800;
	padding: 5px 10px;
	border-radius: 3px;
	position: relative;
	font-size: 0;
	line-height: 0;
}
.product-view .product-shop .also_container .price-box .price-label{ display:none; }
.product-view .product-shop .also_container .price-box .price { float: left; font-size:18px; line-height:18px; box-sizing: border-box; color: #fff; font-weight: normal; }
.product-view .product-shop .also_container .price-box .old-price {
	position: absolute;
	float: none;
	margin:0 0 0 10px;
	box-sizing: border-box;
	white-space: nowrap;
	left: 100%;
}
.product-view .product-shop .also_container .price-box .old-price .price {
	color:#333;
	font-size:15px;
	box-sizing: border-box;
}

button.also {
	border: 1px solid #28a528;
	color: #fff;
	border-radius: 3px;
	box-sizing: border-box;
	display: block;
	margin: 5px auto 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	padding:5px 8px;
	transition: all .5s;
	transition: background 200ms ease-in-out;
	background-color: #28a528;
	min-width: 30px;
}

button.also.added { background-color: #fff; border-color: #0074d9; color: #0074d9; background-image:none; color: #0074d9;  }
button.also.added:hover { background-color: #f3f3f3; border-color: #0074d9; }
button.also:hover { background-color: #1e7c1e; }
button.also:focus { outline:0; }

.product-shop .also_container .also_col3 .price-box {
	margin: 0 auto;
	text-align: center;
	float: none;
	padding: 0;
	background-color: transparent;
}
.product-view .product-shop .also_container .also_col3 .price-box .price-label{ display:none; }
.product-view .product-shop .also_container .also_col3 .price-box .price { float: none; color: #f00; }
.product-view .product-shop .also_container .also_col3 .price-box .old-price { display: none;  }


@media only screen and (max-width: 767px) {

	.also_container { 
		padding:5px;
		background-color: #f3f3f3;
	}
	.also_container table { border-collapse: collapse; }
	.also_container h3, .also_container .h3 { padding-bottom: 5px;  font-size: 1em }
	.also_container td { padding: 9px 0 0 0; border-top: 1px solid #ccc; }

	.also_container .also_col1 { width: auto; }

	.also_container .also_col2 { padding-left: 5px; font-size: 14px; line-height: 1.2em; }

	.also_container .also_col3 { width: 55px; }

}




/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
	width: 100%;
	padding: 0;
	border-bottom: 0;
	clear: both;
	position: relative;
}


.product-options ul.options-list { padding: 10px 5px; transition: background-color .3s; }

.product-options ul.options-list.validation-failed { background-color: #ffc1c1; }

.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
	float: left;
	margin-right: -40px;
	margin-top: 17px;
	margin-left: 15px;
}


.product-options ul.options-list input.radio { z-index: 2; }


.product-options ul.options-list label {
	color: #000;
	background-color: #e8e8e8;
	padding: 5px 10px;
	display: inline-block;
	width: 100%;
	max-width: none;
	min-width: 290px;
	min-height: 45px;
	float: none;
	padding: 10px 0px 0px 35px;
	transition: background-color 0.3s;
	cursor: pointer;
}

.product-options ul.options-list label:hover,
.product-options ul.options-list input[type="radio"]:checked+label {
	background-color: #cecece;
}

.product-options ul.options-list .no-display + label {
	padding-left: 10px;
	background-color: transparent;
}

.product-options ul.options-list .no-display + label:hover {
	background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
	min-width: inherit;
	width: 250px;
	max-width: 100%;
	color: #044075;
	font-size: 16px;
}
.product-options ul.options-list li.oos label {
	background-color: #f5f5f5;
	border: 1px dashed #aaa;
	color: #888;
}

.product-options ul.options-list label.hasswatch{
	border-radius: 22px;
}


.product-options p.required {
	position: absolute;
	top: 6px;
	right: 15px;
	text-align: right;
}

@media only screen and (max-width: 979px) {
	.product-view .product-options .required {
		position: static;
	}
}

.product-options .qty-holder {
	display: block;
	padding: 10px 0 0 0;
}

.product-options .qty-holder .qty {
	width: 3em;
}

.product-options .qty-holder label {
	vertical-align: middle;
}

.product-options .qty-disabled {
	background: none;
	border: 0;
	padding: 0 2px;
}

.product-options dd, .product-options .dd {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}



.product-options ul.options-list li {
	line-height: 1.5;
	margin-bottom: 7px;
}

.product-options ul.options-list li:last-child {
	margin-bottom: 0;
}

.product-options ul.options-list .label {
	display: block;
}

.product-options ul.options-list label {
	font-weight: normal;
	position: relative;
}

.product-options ul.options-list.many.radios li {
	display: inline-block;
	width: calc(50% - 15px);
	margin-right: 15px;
}
.product-options ul.options-list.many.radios label {
	width: 100%;
}

.product-options ul.options-list label .swatch {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	width: 40px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #bbb;
}

.product-options p.note {
	margin: 0;
	font-size: 11px;
}




/* ============================================ *
 * product-options-bottom = add to cart container
 * ============================================ */


.product-options-bottom {
	padding: 0 20px 0;
	border-top: 0;
}

.product-options-bottom:after {
	content: '';
	display: table;
	clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
	float: right;
	margin: 0;
	padding: 0 0 10px;
	border: 0;
	background: 0;
	color: #636363;
}
@media only screen and (max-width: 1199px) {
	.product-options-bottom .product-pricing,
	.product-options-bottom .tier-prices {
		float: none;
		width: 100%;
		text-align: right;
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-bottom: 1px solid #cccccc;
	}
}

.product-options-bottom .tier-prices li {
	background: 0;
	padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
	color: #636363;
}

.product-options-bottom .price-box {
	display: none;
	float: right;
	margin: 0 0 10px;
	padding: 0;
}

@media only screen and (max-width: 479px) {
	.product-options { padding: 10px 0px 5px 10px }
	.product-options ul.options-list.many.radios li {
		width: calc(50% - 5px);
		margin-right: 5px;
	}

	.product-options-bottom .price-box .price-as-configured {
		text-align: right;
	}
	.product-options-bottom .price-box .price-as-configured .price-label {
		display: block;
	}
}



/* ============================================ *
 * Custom option styles
 * ============================================ */

.squareoptions .product-options .master ul.options-list label {
	min-width: 85px;
	max-width: none;
	background-color: #f7f7f7;
	border: 1px solid #bbb;
	padding: 0 4px;
	text-align: center;
	line-height: 44px;
	min-height: 45px;
	height: 45px;
	overflow: hidden;
	white-space: nowrap;
}
.squareoptions .product-options .master ul.options-list {
	text-align: center;
}
.squareoptions .product-options .master ul.options-list.many.radios li,
.squareoptions .product-options .master ul.options-list li {
	display: inline-block;
	margin: 5px;
	text-align: left;
	width: auto;
}
.squareoptions .product-options .master ul.options-list label:hover,
.squareoptions .product-options .master ul.options-list input[type=radio]:checked+label{
	background-color: #29a528;
	color: #fff;
}

.airtrack.squareoptions .product-options .master ul.options-list label { border-radius: 10px; }

.squareoptions .product-options .master ul.options-list li.circ label { min-width: 45px; letter-spacing: 1px; border-radius: 50%; }
.squareoptions .product-options .master ul.options-list li.rect label { min-width: 45px; letter-spacing: 1px; }

.airtrack .product-options .master .radio { display: none; }
.airtrack .product-options .subset ul.options-list { margin: 0; text-align: center; }
.airtrack .product-options .subset ul.options-list label {
	border-style: solid;
	border-width: 9px;
	height: 50px;
	border-radius: 12px;
	padding: 0;
	text-align: center;
	line-height: 33px;
	text-transform: uppercase;
}
.airtrack .product-options .subset ul.options-list li.backdark label { color: #fff;  }
.airtrack .product-options .subset ul.options-list.radios li,
.airtrack .product-options .subset ul.options-list.many.radios li {
	margin: 5px;
	width: calc(25% - 15px);
	border: 1px solid transparent;
	border-radius: 12px;
}
.airtrack .product-options .subset ul.options-list.radios li.borderlight {
	border-color: #b9b9b9;
}
.airtrack .product-options .subset ul.options-list label.hasswatch {
	border-radius: 12px;
}
.airtrack .product-options .subset ul.options-list label.hasswatch .swatch { display: none; }
.airtrack .product-options .subset ul.options-list input.radio { margin-top: 20px; margin-left: 20px; }


@media only screen and (max-width: 580px) {
	.airtrack .product-options { padding: 0; }
	.airtrack .product-options .subset ul.options-list.many { padding: 10px 0; }

	.airtrack .product-options .subset ul.options-list.many.radios li {
		margin: 3px;
		width: calc(25% - 7px);
	}

	.airtrack .product-options .subset ul.options-list label {
		border-width: 7px;
		height: 45px;
		line-height: 31px;
		font-size: 14px;
		padding-left: 20px;
		text-align: left;
		overflow: hidden;
	}
	.airtrack .product-options .subset ul.options-list input.radio { margin-top: 17px; margin-left: 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; }
}

