
.flickerplate {
	position:relative;
	width:100%;
	height:720px;
	background-color:#202020;
	overflow:hidden; z-index:100; margin-top:-139px; float:left;
}
.flickerplate ul.flicks {
	width:10000%;
	height:100%;
	padding:0px;
	margin:0px;
	list-style:none
}
.flickerplate ul.flicks>li {
	float:left;
	width:1%;
	height:100%;
	background-position:center;
	background-size:cover;
	display:table
}
.flickerplate ul.flicks>li .flick-inner {
	height:100%;
	padding:10px;
	color:#fff;
	display:table-cell;
	vertical-align:middle
}
.flickerplate ul.flicks>li .flick-inner .flick-content {
	max-width:68.75em;
	margin-left:auto;
	margin-right:auto
}
.flickerplate ul.flicks>li .flick-title {
	padding:0px 0px;
	font-size:2.778em;
	line-height:1.995em;
	text-align:center; color:#ff6600; font-family: 'Open Sans', sans-serif; font-size:60px; font-weight:700; text-transform:uppercase;
}
@media only screen and (max-width: 43.813em) {
.flickerplate ul.flicks>li .flick-title {
font-size:1.667em
}
}
.flickerplate ul.flicks>li .flick-sub-text {
	padding:5px;
	font-weight:300;
	line-height:normal;
	color:rgba(255, 255, 255, 0.8);
	text-align:center; color:#fff;  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif; font-size:100px; font-weight:lighter; text-transform:uppercase;
}
.flickerplate ul.flicks>li .small { width:auto; display:table; clear:both; margin:auto; font-size:20px; text-transform:none; position:relative; 
	font-family: 'Open Sans', sans-serif; font-size:20px; font-weight:300; color:#fff;}
.flickerplate ul.flicks>li .small:before, .flickerplate ul.flicks>li .small:after { content:" "; float:left; position:absolute; width:10%; top:50%; left:-13%; height:1px; background:#fff;}
.flickerplate ul.flicks>li .small:after { left:auto;  right:-13%; float:right; }
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
	padding:12px 18px;
	background-color:rgba(0, 0, 0, 0.6)
}
.flickerplate .arrow-navigation {
	position:absolute;
	height:80%;
	width:10%;
	top:10%;
	z-index:100;
	overflow:hidden
}
.flickerplate .arrow-navigation .arrow {
	display:block;
	height:100%;
	width:90%;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor:pointer
}
.flickerplate .arrow-navigation.left {
	left:0%
}
.flickerplate .arrow-navigation.left .arrow {
	opacity:0;
	margin:0px 0px 0px 50%;
	background-image:url("https://acaparts.com.au/skin/frontend/aca/default/images/flickerplate/arrow-left-light.png");
	background-repeat:no-repeat;
	background-position:left
}
.flickerplate .arrow-navigation.right {
	right:0%
}
.flickerplate .arrow-navigation.right .arrow {
	opacity:0;
	margin:0px 0px 0px -50%;
	background-image:url("https://acaparts.com.au/skin/frontend/aca/default/images/flickerplate/arrow-right-light.png");
	background-repeat:no-repeat;
	background-position:right
}
.flickerplate .arrow-navigation.left.hover .arrow {
	opacity:1;
	margin:0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
	opacity:1;
	margin:0px 0px 0px -20%
}
.flickerplate .dot-navigation {
	position:absolute;
	bottom:15px;
	width:100%;
	text-align:center;
	z-index:100; display:none;
}
.flickerplate .dot-navigation ul {
	text-align:center;
	list-style:none;
	padding:0px 15px
}
.flickerplate .dot-navigation ul li {
	display:inline-block;
	float:none
}
.flickerplate .dot-navigation .dot {
	width:14px;
	height:14px;
	margin:0px 6px;
	background-color:rgba(255, 255, 255, 0.3);
	border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-webkit-transition:background-color 0.2s ease-out;
	-moz-transition:background-color 0.2s ease-out;
	-o-transition:background-color 0.2s ease-out;
	-ms-transition:background-color 0.2s ease-out;
	transition:background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
	cursor:pointer;
	background-color:rgba(255, 255, 255, 0.6)
}
.flickerplate .dot-navigation .dot.active {
	background-color:#fff
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
	text-align:left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
	text-align:right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
	background-image:url("https://acaparts.com.au/skin/frontend/aca/default/images/flickerplate/arrow-left-dark.png")
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
	background-image:url("https://acaparts.com.au/skin/frontend/aca/default/images/flickerplate/arrow-right-dark.png")
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color:rgba(0, 0, 0, 0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color:rgba(0, 0, 0, 0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color:#000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color:rgba(255, 255, 255, 0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color:rgba(255, 255, 255, 0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective:1000;
	-webkit-backface-visibility:hidden;
	transform:translate3d(0%, 0px, 0px);
	-webkit-transform:translate3d(0%, 0px, 0px);
	-webkit-transition:-webkit-transform 0.6s;
	-o-transition:-o-transform 0.6s;
	-moz-transition:-moz-transform 0.6s;
	transition:transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
	position:relative;
	left:0%;
	-webkit-transition:left 0.4s ease-out;
	-moz-transition:left 0.4s ease-out;
	-o-transition:left 0.4s ease-out;
	-ms-transition:left 0.4s ease-out;
	transition:left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position:relative;
	left:0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom:0px;
	overflow:auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position:inherit;
}



/*
.flickerplate ul.flicks > li {
  background-position: center center;
  background-size: cover;
  display:block;
  float: left;
  height: 100%;
  width: 33%; position:relative;
}*/
.amfinder-vertical,
.amfinder-horizontal { border: 1px solid #C4C1BC;background: #F8F7F5;padding: 8px;}
.amfinder-vertical, 
.amfinder-horizontal {	border:0px; background:#333; }
.amfinder-vertical .dropdown-title,
.amfinder-horizontal .dropdown-title{	font-size:13px;	font-weight:400;}
.amfinder-vertical .dropdown-element{	padding-bottom: 4px;}
/* Responsive finder styles */
.amfinder-responsive { display: block; }
.amfinder-responsive .amfinder-title { display: none; }
.amfinder-responsive .amfinder-title span { position: relative; }
.amfinder-responsive .amfinder-toggle { padding: 10px; display: block; }
.amfinder-responsive .amfinder-buttons { display: block; width: 100%; }
.amfinder-responsive li { display: inline-block; min-width: 160px; margin-bottom: 20px; }
.amfinder-responsive li.last { display: block; width: 100%; }
.amfinder-responsive li div select { width: 100%; }
@media only screen and (max-width: 770px) {
.amfinder-responsive li { display: block; width: 100%; margin-bottom: 20px; }
.amfinder-responsive .amfinder-toggle { border: 1px solid #cccccc; display: none; border-top: none; }
.amfinder-responsive .amfinder-title { display: block; color: #636363; font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; line-height: 1.4; text-transform: uppercase; background-color: #f4f4f4; border: 1px solid #cccccc; padding-bottom: 7px; padding-left: 24px; padding-right: 10px; padding-top: 10px; }
.amfinder-responsive .amfinder-title:hover { cursor: pointer; }
.amfinder-responsive .amfinder-title span:before { content: ''; position: absolute; width: 0; height: 0; display: block; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 4px solid #3399cc; border-right: none; left: -15px; top: 50%; margin-top: -5px; }
.amfinder-responsive.open .amfinder-title span:before { border-top: 4px solid #3399cc; border-bottom: none; border-left: 4px solid transparent; border-right: 4px solid transparent; }
.amfinder-responsive.open .amfinder-toggle { display: block; }
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer; z-index:110;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing { 
    cursor:url(https://acaparts.com.au/skin/frontend/aca/default/images/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

#qtyswitcher-oneless{
    border:none;
    background:transparent url("https://acaparts.com.au/skin/frontend/aca/default/images/less.gif") 50% 50% no-repeat;
    width:15px; 
    height:20px;
    cursor:pointer;
}
#qtyswitcher-onemore{
    border:none;
    background:transparent url("https://acaparts.com.au/skin/frontend/aca/default/images/more.gif") 50% 50% no-repeat;
    width:15px; 
    height:20px;
    cursor:pointer;
}
.qtyswitcher-qty .clone-qty{
    background:none repeat scroll 0 0 transparent;
    border:medium none;
    color:#ff6600;
    font-size:16px;
    font-weight:normal;
    text-align:center;
    width:45px;
	border:solid 1px #ccc; height:25px;
}
#qtyswitcher-btn-picto{
    float:right;
    margin-top:5px;
}
#qtyswitcher-form-btn-products{
    cursor:pointer;
    margin:10px 0 0;
    border:none;
    padding:0;
}
#qtyswitcher-qty-box label, #qtyswitcher-qty-box h2, #qtyswitcher-qty-box h3{
    color:#000000;
    display:block;
    float:left;
    margin-right:10px;
    margin-top:0px;
    font-size:20px; line-height:normal;
    font-family:"Open Sans",sans-serif;
}
.add-to-cart{
    float:left;
    margin:0;
}
.qtyswitcher-qty {
    -float:right;
    margin:0px 0px 15px; padding:0px 0px 15px;
	border-bottom:solid 1px #ededed; 
}
.option-grouped{
    background-color:#FFEAB0!important;
}
.option-grouped *{
    display:inline;
}
.option-grouped dl{
    display:block
}
.option-grouped dt{
    float:left
}
.option-grouped dd{
    float:right
}
#all-reviews .rich-snippet-markup{ display: none; }

#all-reviews-table .clear{ clear: both; }
#all-reviews-table td{ border-bottom: 1px dashed #E2E2E2; padding: 10px; border-left: 1px dashed #E2E2E2; vertical-align:top;}
#all-reviews-table td.first{ border-left: none !important; }

#all-reviews-table .review-body a.product-image{ float: left; padding-right: 15px; }
#all-reviews-table .review-body p{ padding-top: 10px; }
#all-reviews-table .review-heading{ padding-bottom: 10px; }

#all-reviews-table  .rating-box{ float: left; margin-right: 10px; }

#all-reviews-table  .individual-review{ padding: 12px; border-bottom: 1px solid #F2F2F2; }	
	
#all-reviews-table  .odd{ background: #faf9f9; }

#all-reviews-table  div.review-heading{ color: #777; margin-bottom: 5px; }
#all-reviews-table  div.review-heading strong{ color: #000 }

#all-reviews-table  div.review-body p{ margin: 0px; }

#all-reviews-table  div.form-add{ margin-top: 12px; }

#all-reviews-table .box-review-form h3{ font-size: 14px; font-weight: normal;}

#all-reviews-table .box-review-form h4{ font-size: 12px; display: none; }

#all-reviews-table .box-review-form .form-add .data-table{ margin: 15px 0px; }

.all-reviews-summary{ border-bottom: 1px dashed #E2E2E2; margin-bottom: 15px; }	
.all-reviews-summary p{ text-align: center; padding-top: 5px;  }	
.all-reviews-stars{ height: 50px; width: 262px; background: url(https://acaparts.com.au/skin/frontend/base/default/ekoim/allreviews/5-stars-empty.png) no-repeat; margin: 0 auto; }	
.all-reviews-stars span{ display: block; height: 50px; background: url(https://acaparts.com.au/skin/frontend/base/default/ekoim/allreviews/5-stars-full.png) no-repeat; }
.le-search-side{
    background: #fff;
    position: absolute;
    width: 320px;
    padding: 3px;
    box-shadow: 3px 3px 6px #363636;
    z-index: 999999;
}
ul.le-search-ul{
    border: none !important;
}
.le-search-images{
    float: left;
    margin: 5px 0;
}
.le-search-right{
    margin: 5px 5px;
    float: right;
    width: 65%;
}
#le-search-loading{
    background: url("https://acaparts.com.au/skin/frontend/aca/default/le_ajaxsearch/images/loading.gif");
    position: relative;
    height: 16px;
    width: 16px;
    top: 3px;
    left: 221px;
    display: none;
}
#search_autocomplete .le-search-side ul.le-search-ul{
    background: #fff;
}
#search_autocomplete .le-search-side ul.le-search-ul li:hover{
    background: #ddd;
}
#search_autocomplete .le-search-side ul.le-search-ul li .le-search-right p.special-price{
    height: auto !important;
}
#search_autocomplete .le-search-side ul.le-search-ul li .le-search-right p:nth-child(4){
    height: 54px;
    overflow: hidden;
}
#search_autocomplete .le-search-side ul.le-search-ul li .le-search-right p:nth-child(5){
    height: 34px;
    overflow: hidden;
}
.count-result{
    text-align:center;
    font-style:italic;
}
.highlight-keys {
    color: red;
}
.cat-result,
.prd-result{
    border-bottom: 1px dashed;
    text-align: left;
}
/** all devices and responsive browser windows **/
@media screen and (max-width: 800px) {

}


/* smaller screen dropoff *******/
@media only screen and (max-width: 550px) {
    .le-search-side { width: 320px; }
    .le-search-right { width: 65%; }
}

/* iPhone Landscape ********/
@media only screen and (max-width: 480px) {
    .le-search-side { width: 300px; }
    .le-search-right { width: 65%; }
}

/* iPhone portrait *******/
@media only screen and (max-width: 320px) {
    .le-search-side { width: 250px; }
    .le-search-right { width: 55%; }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete {
  /*position: absolute;
  top: -5px;
  right: 0px;
  height: 34px;
  width: 458px;
  padding: 4px 10px;
  -webkit-border-radius: 0px 0px 0px 5px;
  -moz-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
  background: #fff;
  display: block;*/
}
.searchautocomplete .sprite {
  background: url('https://acaparts.com.au/skin/frontend/base/default/images/mirasvit/sprite.png');
}
.searchautocomplete > label {
  float: left;
  margin-right: 10px;
  color: #333;
  font-weight: bold;
  margin-top: 8px;
}
.searchautocomplete .nav {
  background: url('https://acaparts.com.au/skin/frontend/base/default/images/mirasvit/sprite.png');
  float: left;
  height: 30px;
  position: relative;
  width: 80%;
  background: #333333;
  color: #fff;
  border: solid 1px #565656;
}
.searchautocomplete .nav .nav-search-in {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 15;
}
.searchautocomplete .nav .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: #333333;
  border: 1px solid #565656;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav .nav-search-in .category>option {
  color: #777;
}
.searchautocomplete .nav .nav-search-in .category-fake {
  /*-webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;*/
  background: transparent;
  border-radius: 0;
  /*background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);*/
  border-right: 1px solid #565656;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 13px;
  height: 29px;
  line-height: 29px;
  /*margin: 4px 0px 0px 2px;*/
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
}
.searchautocomplete .nav .nav-search-in .nav-down-arrow {
  right: 10px;
  top: 13px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #000000 transparent transparent transparent;
  line-height: 0px;
}
.searchautocomplete .nav .nav-search-in:hover .category-fake {
 /* background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -o-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: linear-gradient(to bottom, #f7f7f7, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffe1e1e1', GradientType=0);*/
}
.searchautocomplete .nav .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .nav .nav-input {
  *zoom: 1;
  margin: 3px 0px 0px 10px;
  padding: 0px 5px 0px 5px;
  z-index: 12;
  position: relative;
}
.searchautocomplete .nav .nav-input:before,
.searchautocomplete .nav .nav-input:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .nav .nav-input:after {
  clear: both;
}
.searchautocomplete .nav .nav-input input {
  z-index: 10;
  padding: 0px;
  height: 23px;
  border: 0px;
  /*font-family: arial, sans-serif;*/
  font-size: 12px;
  background: transparent;
  /*color: black;*/
  color: #ffffff;
  outline: 0px;
  margin-left: 5px;
  width: 100%;
}
.searchautocomplete .nav .nav-input input.suggest {
  display: none;
  color: #999;
  z-index: 9;
}
.searchautocomplete .nav-submit-button {
  /*background: url('https://acaparts.com.au/skin/frontend/base/default/images/mirasvit/sprite.png');*/
  /*background-position: 0px -34px;*/
  /*background-repeat: no-repeat;*/
  float: left;
  height: 30px;
  /*padding-left: 5px;*/
  border: solid #565656;
  border-width: 1px 1px 1px 0;
}
.searchautocomplete .nav-submit-button .button {
  width: 100%;
  height: 100%;
  /*padding: 0px 9px;*/
  margin: 0px;
  cursor: pointer;
  font-weight: bold;
  color: white;
  line-height: 12px;
  font-size: 13px;
  background-color: #333333;
  /*background-image: -moz-linear-gradient(top, #444c55, #313a44);*/
  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444c55), to(#313a44));*/
  /*background-image: -webkit-linear-gradient(top, #444c55, #313a44);*/
  /*background-image: -o-linear-gradient(top, #444c55, #313a44);*/
  /*background-image: linear-gradient(to bottom, #444c55, #313a44);*/
  /*background-repeat: repeat-x;*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444c55', endColorstr='#ff313a44', GradientType=0);
  /*border: 1px solid #313a44;*/
  /*-webkit-border-radius: 0px 5px 5px 0px;*/
  /*-moz-border-radius: 0px 5px 5px 0px;*/
  /*border-radius: 0px 5px 5px 0px;*/
  z-index: 14;
}
.searchautocomplete .nav-submit-button .button:hover {
  background-color: #ff6600;
  /*background-image: -moz-linear-gradient(top, #313a44, #444c55);*/
  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#313a44), to(#444c55));*/
  /*background-image: -webkit-linear-gradient(top, #313a44, #444c55);*/
  /*background-image: -o-linear-gradient(top, #313a44, #444c55);*/
  /*background-image: linear-gradient(to bottom, #313a44, #444c55);*/
  /*background-repeat: repeat-x;*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff313a44', endColorstr='#ff444c55', GradientType=0);*/
}
.searchautocomplete .searchautocomplete-placeholder {
  /*-webkit-border-radius: 5px 5px 5px 5px;*/
  /*-moz-border-radius: 5px 5px 5px 5px;*/
  border-radius: 0;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 15px 10px 5px 10px;
  position: absolute;
  /*right: 48px;*/
  top: 42px;
  width: 32%;
  z-index: 102;
}

@media only screen and (max-width: 770px) {
  .searchautocomplete .searchautocomplete-placeholder {
    top: 58px;
    width: 80%;
  }
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a.name {
  color: #444;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeffee;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .out-of-stock {
  color: #C76200;
}
.searchautocomplete .searchautocomplete-placeholder ul li .highlight strong {
  color: #f00;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings {
  margin: 0;
  line-height: 14px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings .rating-box {
  float: left;
  margin: 0 5px 0 0;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 4px 5px 10px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 5px;
  right: 10px;
  z-index: 99;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: none;
}
.searchautocomplete .searchautocomplete-loader div {
  position: absolute;
  background-color: #FFFFFF;
  height: 3px;
  width: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-animation-name: f_autocomplete_loader;
  animation-name: f_autocomplete_loader;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
.searchautocomplete .searchautocomplete-loader div#g01 {
  left: 0px;
  top: 7px;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.searchautocomplete .searchautocomplete-loader div#g02 {
  left: 2px;
  top: 2px;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.searchautocomplete .searchautocomplete-loader div#g03 {
  left: 7px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.searchautocomplete .searchautocomplete-loader div#g04 {
  right: 2px;
  top: 2px;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.searchautocomplete .searchautocomplete-loader div#g05 {
  right: 0px;
  top: 7px;
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.searchautocomplete .searchautocomplete-loader div#g06 {
  right: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.searchautocomplete .searchautocomplete-loader div#g07 {
  left: 7px;
  bottom: 0px;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.searchautocomplete .searchautocomplete-loader div#g08 {
  left: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-moz-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
.searchautocomplete-widget {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.searchindex-highlight {
  background-color: #ff0;
}

.featured-category-list{}
.featured-category-list ul{float:left; width:100%; margin:12px 0 12px;}
.featured-category-list ul li{	float: left; margin-right: 12px; margin-bottom: 12px; padding: 12px; text-align: left; background:#FFFFFF;   border: 1px solid #E1E1E1;
    box-shadow: 0 0 0 #F0F0F0 inset, 0 0 5px #E8E6E6;}
#featured-category .item .pro-con-block { border-radius: 10px;float:left; padding:0px 0px 0px; margin:0 1% 10px 0;  width:24%;position:relative; overflow:hidden; background:url(https://acaparts.com.au/skin/frontend/aca/default/images/pro-bg-greel-1.png) no-repeat; background-size: cover;}
.featured-category-list .featuredcategory-image { float:left; width:100%; position:relative; overflow:hidden; z-index:1; }
.featured-category-list .featuredcategory-image .pro-img { clear:both; float:left; padding:11px 13px; width:100%; position:relative; overflow:hidden; }
.featured-category-list .featuredcategory-image .pro-img img { max-height:200px; border-radius:11px; -moz-border-radius:11px; -webkit-border-radius:11px; }
.featured-category-list .featuredcategory-name {clear:both;float:left;padding:0px 10px 5px;margin:0px;text-align:center;z-index:11;position:absolute;bottom: 0px;left:0px;right:0px;background-size:cover;background: rgba(51, 51, 51, 0.85);}
.featured-category-list .featuredcategory-name a{ margin:auto; text-decoration:none; color:#ff6600; line-height:10px; font-size:12px; font-weight:400; text-transform:uppercase;}
.featured-category-list .featuredcategory-desc{ float:left; margin: 5px 0 5px 0; text-align: justify; }
.featured-category-list .featuredcategory-morelink{ float:right; margin: 5px 0 5px 0;}
#featured-category .item { float:left; width:100%; padding:0px 0px 0px 0px; margin:0px 10px 0px 0px; }
#featured-category .owl-buttons { clear:both; float:left; margin:10px 0px 20px; width:100%;}
#featured-category .owl-buttons .owl-prev { float:left; }
#featured-category .owl-buttons .owl-next { float:right; }
#featured-category .owl-buttons .owl-prev:hover,
#featured-category .owl-buttons .owl-next:hover { color:#ff6600; }
@media screen and (min-width: 1024px) and (max-width:1200px){
    
    #featured-category .item .pro-con-block { width:24%}
    
}
@media screen and (min-width: 920px) and (max-width:1024px){
    
    #featured-category .item .pro-con-block { width:32%}
    
}
@media screen and (min-width: 768px) and (max-width:920px){
    
    #featured-category .item .pro-con-block { width:24%}
    
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
    
    #featured-category .item .pro-con-block { width:32%}
    
}
@media only screen and (max-width: 640px) {
    
    #featured-category .item .pro-con-block { width:48%}
    
}
@media only screen and (max-width: 480px) {
    
    #featured-category .item .pro-con-block { width:48%}
    
}
