body {
	font-family: 'Muli', sans-serif /*{body-font-family}*/;
	font-size: 14px /*{body-font-size}*/;
	color: #252525 /*{body-font-colour}*/;
	background-color: #ffffff;
}
body,html{
	overflow-x:hidden;
}


#dealers .dealer-special li:nth-child(n+4) {
    display: none !important;
}
.geo_loc_item.dealer .buttons {
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: start;
}
.geo_loc_list li span.emailAddress {
	    float: none;
}
.dealerEnquiry {
	color: #E50019;
    text-transform: uppercase !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px !important;
    padding: 0;
    margin: 0 0 0 10px;
}
.product-review {
	display: flex;
    align-items: center;	
    margin: 0 0 30px 0;
}
.product-review img {
	max-width: 150px;
	margin-right: 30px;
}

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

	.geo_loc_item.dealer .buttons {
	    flex-direction: column;
	}
	.dealerEnquiry {
		margin: 0;
	}
	.geo_loc_list li span.v_link.black {
		padding-top: 10px;
	}
	
	.product_info .model_items {
    	margin: 10px 0px 0px;
	}
	
}

/*
.enquire-btn {
	background-color: #00904C !important;
    border-color: #00904C !important;
}
*/

/*
.btn.dealerEnquiry.btn-success:hover {
	border-color: #7CD092;
    background: #7CD092;
    color: #ffffff;
}
*/



/*------------- Text Styling -------------*/
a,
.pagination > li > a,
.pagination > li > span  {
	color: #252525 /*{link-text-colour}*/;
}
a:hover,
a:focus {
	color: #252525 /*{link-text-colour}*/;
	opacity:1;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Montserrat', sans-serif /*{headers-font-family}*/;
	color: #333333 /*{headers-colour}*/;
}
h1,
.h1 {
	font-size: 32px /*{header-1-font-size}*/;
}
h2,
.h2 {
	font-size: 24px /*{header-2-font-size}*/;
}
h3,
.h3 {
	font-size: 20px /*{header-3-font-size}*/;
}
h4,
.h4 {
	font-size: 18px /*{header-4-font-size}*/;
}
h5,
.h5 {
	font-size: 15px /*{header-5-font-size}*/;
}
/*------------- Button Styling -------------*/
*, input, select, textarea, option, button,
select:focus,option:focus {
    outline: none!important;
}
select option:hover,
select option:focus,
select option:checked,
select option:active{
	border:none !important;
	background:#f2f2f2;
}
.btn-default,
.label-default,
body.active #mobile-menu .closebtn {
	color: #ffffff /*{btn-default-text-colour}*/;
	background-color: #373842 /*{btn-default-bg-colour}*/;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:hover
.open .dropdown-toggle.btn-default,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	color: #ffffff /*{btn-default-text-colour-hover}*/;
	background-color: #26272d /*{btn-default-bg-colour-hover}*/;
}
.btn{
	text-transform:capitalize;
}
.btn-lg{
	height:50px;   
	border-radius:25px;	
}
.account-summary .btn-inverse{
	height:auto !important;
}

.label {
    padding: 5px 5px 4px 5px;
    border-radius: 5px !important;
}

.label-success {
    background-color: #69BF80 !important;
}

.btn-primary,
.label-primary,
#wrapper-staticmenu .navbar-nav > li > a:after,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #ffffff /*{btn-primary-text-colour}*/;
	background-color: rgba(228, 0, 43, 1) /*{btn-primary-bg-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.open .dropdown-toggle.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	color: #ffffff /*{btn-primary-text-colour-hover}*/;
	background-color: rgba(3, 3, 3, 1) /*{btn-primary-bg-colour-hover}*/;
}
.btn-warning,
.label-warning {
	color: #ffffff /*{btn-warning-text-colour}*/;
	background-color: #f0ad4e /*{btn-warning-bg-colour}*/;
}
.thumbnail-badge.label-warning span {
	color: #ffffff /*{btn-warning-text-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning:active:hover,
.open .dropdown-toggle.btn-warning,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	color: #ffffff /*{btn-warning-text-colour-hover}*/;
	background-color: #ed9c28 /*{btn-warning-bg-colour-hover}*/;
}
.btn-danger,
.label-danger {
	color: #ffffff /*{btn-danger-text-colour}*/;
	background-color: #d9534f /*{btn-danger-bg-colour}*/;
}
.thumbnail-badge.label-danger span {
	color: #ffffff /*{btn-danger-text-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:hover,
.open .dropdown-toggle.btn-danger,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	color: #ffffff /*{btn-danger-text-colour-hover}*/;
	background-color: #d2322d /*{btn-danger-bg-colour-hover}*/;
}
.btn-info,
.label-info {
	color: #ffffff /*{btn-info-text-colour}*/;
	background-color: #8b8c9a /*{btn-info-bg-colour}*/;
}
.thumbnail-badge.label-info span {
	color: #ffffff /*{btn-info-text-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info:active:hover,
.open .dropdown-toggle.btn-info,
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	color: #ffffff /*{btn-info-text-colour-hover}*/;
	background-color: #9b9cab /*{btn-info-bg-colour-hover}*/;
}
.btn-inverse {
	color: #333333 /*{btn-inverse-text-colour}*/;
  border-color: #333333 /*{btn-inverse-border-colour}*/;
	background-color: #ffffff;
}
/* Pagination */
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 50%;
}
.pagination > li > a,
.pagination > li > span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  color: #989898;
  background-color:#fff;
  margin: 0 3px;
  border: none;
  display: inline-block;
  text-align: center;
}
/*--------- HEADER ---------*/
/* Annoucement Bar */
#wrapper-announcement {
  background-color: #373842 /*{announcement-bg}*/;
}
#wrapper-announcement,
#wrapper-announcement a {
  color: #ffffff /*{announcement-text}*/;
}
/* Header Cart */
#header-cart span,
.mob-cart span.cart-count {
  background-color: rgba(228, 0, 43, 1) /*{btn-primary-bg-colour}*/;
  color: #ffffff /*{btn-primary-text-colour}*/;
  display:none;
}
/* Main Menu */
#wrapper-staticmenu .navbar-nav > li > a {
  color: #363741 /*{header-menu-link}*/;
	font-family: 'Montserrat', sans-serif /*{headers-font-family}*/;
}
#wrapper-staticmenu .navbar-nav > li:hover > a,
#mobile-menu a:focus,
header .list-social a:hover .fa,
footer .list-social .fa:hover {
  color: #e4002b /*{header-menu-link-hover}*/;
}
/*--------- HOME PAGE ---------*/
.carousel-caption-wrapper,
.wrapper-featured-grid .caption,
.wrapper-featured-grid .grid-item:hover:before,
#instafeed > a:hover:after {
	background-color: rgba(55, 56, 66, 0.9) /*{carousel-bg-colour}*/;
}
.carousel-caption h1,
.carousel-caption h1 a,
.carousel-caption p,
.wrapper-featured-grid .caption h2.headline,
.wrapper-featured-grid .caption .linktext,
#instafeed > a span.likes {
	color: #ffffff /*{carousel-text-colour}*/;
}
.container{
	max-width:1180px;
	width:100%;
	position:relative;
}
/*--------- FOOTER ---------*/
/* USPS */
.wrapper-usps .fa {
  color: #FFF /*{usp-colour}*/;
}
.wrapper-logo {
	max-width:100px;
	padding:0px; 
}
.wrapper-logo  .logo{
	margin:0px;
	max-height:91px;
}
#wrapper-header{
	padding:20px 0px 5px; 
	position:relative;
	z-index:1000; 
}
#wrapper-header .header-right{
	padding:0px;
	width:calc(100% - 100px);
	float:right;
	padding:0px; 
	position:static; 
}
.header-right .wrapper-utility { 
	float: right;
    padding-right: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.login-account{
	display:none; 
}
.non_logged_user .login-account{
	display:block;
}
header ul.navbar-nav{
	/*text-align:right;*/
}
header .navbar-nav > li{
	margin:0px; 
}
#wrapper-staticmenu .navbar-nav > li > a,
header .navbar-nav .dropdown-menu > li > a{
	font-size:14px;
	line-height:18px;
	font-weight:500;
	color:#030303;
	letter-spacing:0.8px;
	padding:12px 16px;
}
.fixed-sticky #wrapper-staticmenu .navbar-nav > li > a,
.fixed-sticky header .navbar-nav .dropdown-menu > li > a{
	padding:12px 10px;
}
#wrapper-staticmenu .navbar-nav > li:last-child > a{
	padding-right:0px; 
}
#wrapper-staticmenu .navbar-nav > li:hover > a{
	font-weight:600;
}
/*#wrapper-staticmenu .navbar-nav > li:hover > .dropdown-menu.level2::before{
	border-bottom:20px solid #E50019;
}*/
#wrapper-staticmenu .navbar-nav > li > .dropdown-menu > li:hover{
	background:#E50019;
}
#wrapper-staticmenu .navbar-nav > li > .dropdown-menu > li:hover > a{
	color:#FFF;
	border:none !important;
}
#wrapper-staticmenu .navbar-nav > li > .dropdown-menu > li:hover > a > svg > g > path{
	stroke:#FFF;
}
#wrapper-staticmenu{
	padding: 20px 0px 0px;
    float: right;
    width: 100%;
	position:static;
}
#wrapper-staticmenu .navbar-nav > li:hover > a:after{
	display:none;
}
.wrapper-accounts > a{
	font-size:14px;
}
.header-right svg{
	max-width:22px;
	height:19px;
}
header .navbar-nav > li > ul > li{
	padding:0 20px; 
	position:relative;
}
#wrapper-staticmenu .navbar-nav > li > ul > li > a{
	border-bottom:1px solid #DBD8D8;
	padding-left:0px;
	padding-right:0px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
	background:transparent;
	
}
header .navbar-nav > li > ul > li:last-child > a{
	border:none !important;
}
#wrapper-staticmenu .navbar-nav > li > ul > li > a .icons{
	width:125px;
}
#wrapper-staticmenu .navbar-nav > li > ul > li > a .icons img{
	max-width:100%; 
}
#wrapper-staticmenu .navbar-nav > li > ul > li > a .title{
	width:calc(100% - 125px);
	padding-left:40px; 
}
#wrapper-staticmenu .navbar-nav > li > ul > li > a svg{
    position: absolute;
    right: 37px;
    width: 6px;
    height: 14px;
    max-width: 30px;
}
.dropdown-menu.level2:before,
#wrapper-staticmenu .navbar-nav > li.cat-menu > .dropdown-menu.mega-menu:before{
      content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #FFF;
    position: absolute;
    top: -20px;
	left:calc(25% + 2px);
	z-index:99;
}
.dropdown-menu.level2:after,
#wrapper-staticmenu .navbar-nav > li > .dropdown-menu.mega-menu:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    t: ;
    border-right: 20px solid transparent;
    border-bottom: 23px solid #DBD8D8;
    position: absolute;
    top: -23px;
    left:25%;	
    opacity: 0.5;
}
#wrapper-staticmenu .navbar-nav > li.cat-menu > .dropdown-menu.mega-menu:before{
	left:calc(37% + 2px);
	top:-20px;
}
#wrapper-staticmenu .navbar-nav > li.cat-menu > .dropdown-menu.mega-menu:after{
	left:37%;
}
.fixed-sticky #wrapper-staticmenu .navbar-nav > li.cat-menu > .dropdown-menu.mega-menu:before{
	left:43%;
}
.fixed-sticky #wrapper-staticmenu .navbar-nav > li.cat-menu > .dropdown-menu.mega-menu:after{
	left:calc(43% - 2px);
}
ul.dropdown-menu > .dropdown-hover:before{
	display:none !important;
}
header .navbar-nav > li > ul > li .dropdown-menu {
	background:#F5F5F5;
	min-width:260px;
}
header .navbar-nav > li > ul > li .dropdown-menu > li{
	padding:0 20px;
	
}
header .navbar-nav > li > ul > li .dropdown-menu > li > a{
	padding-left:0px;
	padding-right:0px;
	background:transparent !important;
	border-bottom: 1px solid #DBD8D8;
    padding: 15px 0px;
	position:relative;
}
header .navbar-nav > li > ul > li .dropdown-menu > li > a > svg,
#wrapper-staticmenu .navbar-nav > li.dropdown-hover > .dropdown-menu.mega-menu > ul.dropdown-menu.level2 > li > a > svg{
	position: absolute;
    right: 0px;
    width: 6px;
    height: 14px;
	top:40%;
    max-width: 30px;
}
header .navbar-nav > li > ul > li .dropdown-menu > li:last-child > a{
	border:none !important;
}
header .navbar-nav > li > ul > li .dropdown-menu > li:hover > a{
	color:#FFF;
	border:none !important;
}
header .navbar-nav > li > ul > li .dropdown-menu > li:hover{
	background:#E50019;
	
}
 header .navbar-nav > li > ul > li .dropdown-menu > li:hover > a > svg > g > path,
 #wrapper-staticmenu .navbar-nav > li.dropdown-hover > .dropdown-menu.mega-menu > ul.dropdown-menu.level2 > li:hover > a > svg> g > path{
	 stroke:#FFF;
 }
 
  #wrapper-staticmenu .navbar-nav > li.dropdown-hover > .dropdown-menu.mega-menu > ul.dropdown-menu.level2 > li > a > svg> g > path{ 
	stroke:#5D6469;
  }
 
 /* MEAG MENU */
 header .navbar-nav > li.cat-menu{
	 position:static;
	 padding-bottom: 20px;
    margin-bottom: -20px;
 }
 
 #wrapper-staticmenu .navbar-nav > li > .dropdown-menu.mega-menu{
	 left:0px;
	 max-width: 100%;
     width: 100%;
	 pointer-events:none;
	  margin:6px 0px 0px 0px;
	 
 }
 #wrapper-staticmenu .navbar-nav > li:hover > .dropdown-menu.mega-menu{
	pointer-events:all;
 }
 
#wrapper-staticmenu .navbar-nav > li.dropdown-hover > .dropdown-menu.mega-menu > ul.category_menu{
  width:calc(100% - 257px);
  float:left;
}
#wrapper-staticmenu .navbar-nav > li.dropdown-hover > .dropdown-menu.mega-menu > ul.dropdown-menu.level2{
	    max-width: 257px;
    width: 100%;
    background: #FAFAFA;
    border-left: 1px solid #EBEBEB;
    padding: 42px 0px;
    position: absolute;
    float: right;
    opacity: 1;
    visibility: visible; 
	top: -17px;
    display: flex;
    flex-direction: column;
	left:auto;
	right:0px;
	height:calc(100% + 2px); 
	
}
#wrapper-staticmenu .navbar-nav > li.dropdown-hover > .dropdown-menu.mega-menu > ul.dropdown-menu.level2:before,#wrapper-staticmenu .navbar-nav > li.dropdown-hover > .dropdown-menu.mega-menu > ul.dropdown-menu.level2:after{
	display:none;
}
#wrapper-staticmenu .navbar-nav > li.dropdown-hover > .dropdown-menu.mega-menu > ul.dropdown-menu.level2 > li{
	padding:0 25px;
	float:left;
	width:100%;
	background:#FAFAFA;
}
#wrapper-staticmenu .navbar-nav > li.dropdown-hover > .dropdown-menu.mega-menu > ul.dropdown-menu.level2 > li > a{
	padding:13px 0px; 
	border-bottom:1px solid #DBD8D8;
	background: none !important;
	font-size:15px;
	font-weight:400;
	color:#36454F;
	position:relative;
	z-index:10;
	
}
#wrapper-staticmenu .navbar-nav > li.dropdown-hover > .dropdown-menu.mega-menu > ul.dropdown-menu.level2 > li:first-child::before{
	content:'';
	position:absolute;
	background:#E50019;
	width:100%;
	height: 60px;
    left: 0px;
	z-index:1;
	opacity:0;
	top:0px;
}
#wrapper-staticmenu .navbar-nav > li.dropdown-hover > .dropdown-menu.mega-menu > ul.dropdown-menu.level2 > li:last-child::before{
	content:'';
	position:absolute;
	background:#E50019;
	width:100%;
	height: 98px;
    left: 0px;
	bottom:-1px;
	z-index:1;
	opacity:0;
}
#wrapper-staticmenu .navbar-nav > li.dropdown-hover > .dropdown-menu.mega-menu > ul.dropdown-menu.level2 > li:hover:first-child::before,
#wrapper-staticmenu .navbar-nav > li.dropdown-hover > .dropdown-menu.mega-menu > ul.dropdown-menu.level2 > li:hover:last-child::before{
	opacity:1;
}
#wrapper-staticmenu .navbar-nav > li.dropdown-hover > .dropdown-menu.mega-menu > ul.dropdown-menu.level2 > li:last-child > a{
	border:none;
}
#wrapper-staticmenu .navbar-nav > li.dropdown-hover > .dropdown-menu.mega-menu > ul.dropdown-menu.level2 > li:hover{
	background:#E50019;
}
#wrapper-staticmenu .navbar-nav > li.dropdown-hover > .dropdown-menu.mega-menu > ul.dropdown-menu.level2 > li > a > span{
	float:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	color:36454F;
	font-size:14px;
	text-transform:uppercase;
}
#wrapper-staticmenu .navbar-nav > li.dropdown-hover > .dropdown-menu.mega-menu > ul.dropdown-menu.level2 > li:hover > a,
#wrapper-staticmenu .navbar-nav > li.dropdown-hover > .dropdown-menu.mega-menu > ul.dropdown-menu.level2 > li:hover > a > span{
	color:#FFF;
	border-color:#E50019 !important;
}
 #wrapper-staticmenu .navbar-nav > li > .dropdown-menu.mega-menu > ul{
	list-style: none;
    padding: 40px 50px;
    column-count: 4;
 }
 
 #wrapper-staticmenu .navbar-nav > li > .dropdown-menu.mega-menu > ul.category_menu > li > a{
	 color:#5D6469;
	 font-size:16px;
	 line-height:33px; 
 }
 #wrapper-staticmenu .navbar-nav > li > .dropdown-menu.mega-menu > ul.category_menu > li:hover > a{
 color:#E50019;
 }
 
.animate {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.animate5 {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#searchToggle.collapse, #searchToggle.collapsing{
	margin-top:-43px;
	z-index:999;
}
.sticky-logo{
	display:none;
}
/*.fixed-sticky{
	padding-top:105px; 
}*/
.fixed-sticky #wrapper-header{	
	z-index:1000;
	top:0px;
	left:0px;
	width:100%;
	background:#FFF;
	padding:11px 0px 5px; 
	position:fixed;
   -webkit-animation: slide-down 0.3s;
    -moz-animation: slide-down 0.3s;
    animation: slide-down 0.3s;
}
.fixed-sticky #wrapper-header > .container{
	min-height:46px; 
}
.fixed-sticky #wrapper-header .row{
	    display: flex;
    align-items: center;
}
.fixed-sticky #wrapper-header .wrapper-logo{
	max-width:150px;
}
.fixed-sticky #wrapper-header .logo{
	display:none;
	max-width:144px;
} 
.fixed-sticky #wrapper-header .logo.sticky-logo{
	display:block;
}
.fixed-sticky #wrapper-header .header-new-search{
	display:none;
}
.fixed-sticky #wrapper-header .header-right{
	display: flex;
    flex-direction: row-reverse;
}
.fixed-sticky #wrapper-header #wrapper-staticmenu{
	padding-top:0px;	
	width:auto;
	
}
.fixed-sticky #wrapper-header .header-right .wrapper-utility{
	width:auto;
	top: 0px;
    position: relative;
}
.fixed-sticky .part-finders{
	position:fixed;
	z-index:999;
	top:62px;
	left:0px;
	width:100%;
	 -webkit-animation: slide-down 0.3s;
    -moz-animation: slide-down 0.3s;
    animation: slide-down 0.3s;
}
.fixed-sticky #searchToggle.collapse, 
.fixed-sticky #searchToggle.collapsing{
	margin-top: -44px;
    z-index: 1000;
    position: fixed !important;
}
/*.
/*PART FINDER*/
.part-finders{
	background:#EBEBEB;
	height:42px;
	position:relative;
	z-index:999;
}
.part-finders .container{
	max-width:1127px; 
	position:relative;
}
.part-finders .form-block{
	background: #5D6469;
    border-radius: 6px;
    float: left;
    width: 100%;
    color: #FFF;
    display: flex;
	align-items:center;
	padding:10px 90px;
	    position: absolute;
    top: 12px;
	left:0px;    
}
.part-finders .form-block .h3{
	font-family: 'Oswald', sans-serif;	
	font-size:30px;
	line-height:30px;
	font-weight:400;
	margin:0px;
	letter-spacing:0.3px;
	color:#FFF;
	width:200px;
}
.part-finders .form-block .part-finder{
	width:calc(100% - 200px);
	display:flex;
	align-items:center;
}
.field.select{
	width:calc(100% - 12px);
	margin-left:12px;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
}
.field.select select{
	max-width: 300px;
    width: 100%;
    margin-right: 12px;	
}
.field.select .loading_span{
	right:-15px;
	position:absolute;
	top:10px;
}
.part-finders .form-block .btn_field{
	width:30px;
	position:relative;
	display: flex;
    align-items: center;
    justify-content: center;
	
}
.part-finders .form-block .btn_field a{
	display:none;
}
.part-finders.filtered .form-block .btn_field a{
	display:block;
	margin-right:15px; 
}
.field select,.field input{
    width: 100%;
    font-size: 16px;
    color: #5D6469;
    padding: 10px 17px;
    height: 42px;
    border-radius: 6px;
    border: none;
    -moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-weight:400;
}
.field select{
	background-image:url(../img/select_bg.svg);
	background-position:center right 15px;
	background-repeat:no-repeat;
	background-size:12px 6px;
	background-color:#FFF;
}
.rounded_btn{
    background: #E4002B;
	border:2px solid transparent;
    border-color: #E4002B;
    box-shadow: none;
    color: #FFF;
    font-weight: 500;
    border-radius: 25px;
    text-transform: none;
    padding: 14px 35px 15px;
    height: 50px;
	position:relative;
    text-transform:capitalize;
	
}
.rounded_btn:before{
	width:0px;
	height:10px;
	background-image:url(../img/btn_aroow.svg);
	background-repeat:no-repeat;
	background-size:16px 10px; 
	content:'';
	position: absolute;
    right: 16px;
    top: calc(50% - 5px);
	
}
.rounded_btn:hover{
	text-align: left;
    padding-left: 16px;
	color:#FFF;
}
.rounded_btn:hover::before{
	width:16px;
}
.rounded_btn.btn-bordered{
	border:2px solid #E4002B;
	background:#FFF;
	color:#E4002B;
}

.btn-success {
	background: #69BF80;
	border: 2px solid transparent;
	border-color: #69BF80;
	box-shadow: none;
	color: #FFF;
	font-weight: 500;
	border-radius: 25px;
	text-transform: none;
	padding: 14px 35px 15px;
	height: 50px;
	position: relative;
	text-transform: capitalize;
	font-size: 16px;	
}
.btn-success:before {
    width: 0px;
    height: 10px;
    background-image: url('../img/btn_aroow.svg');
    background-repeat: no-repeat;
    background-size: 16px 10px;
    content: '';
    position: absolute;
    right: 16px;
    top: calc(50% - 5px);
}
.btn-success:hover:before {
    width: 16px;
}

.btn-success:hover {
    padding-left: 16px;
    border-color: #adadad;
}
.multi-add i {
	display: none;
}

.btn_field .btn{
	width: 100%;
    min-width: 97px;    
    text-transform: none;
    max-width: 97px;    
    float: right;
	padding: 9px 0px;
	height:38px;  
}
.part-finders .btn_field .btn{
	display:none;
}
.part_template .breadcrumb a{
	pointer-events:none;
}
.btn.btn-bordered:hover{
	color:#FFF;
	background:#E4002B;
}
.btn_field .btn:hover{
	background-color:#030303;
	border-color:#030303;
}
.btn_field .btn:hover > span{ 
	position:relative;
	left:11px; 
}
.btn_field svg{
	width: 12.33px;
    height: 12px;  
}
.wrapper-carousel .advert-carousel {
	max-height: 100%;
}
.carousel-slider .carousel-caption .container{
	max-width:800px;
	position:relative;
}
.carousel-slider .carousel-caption-wrapper{
	background:none;
	text-align:left;
	position:absolute;
	left:0px; 
	padding:0px; 
	max-width:300px;
	top: -100px;	
}
.carousel-slider .carousel-caption-wrapper h2{
	font-size:49px;
	font-family: 'Oswald', sans-serif;	
	line-height:49px;
	letter-spacing:0.15px;
	color:#FFF;
	font-weight:500;
	
}
.carousel-slider .carousel-caption-wrapper p{
	font-size:14px;
	font-weight:bold;
	color:#E50019;
	line-height:29px;
	letter-spacing:0.1px;
	font-family: 'Montserrat', sans-serif /*{headers-font-family}*/;
	
}
.carousel-slider .carousel-caption-wrapper .btn_wrapper{
	margin-top:20px;  
}
.btn_wrapper .btn{
	padding: 15px 40px;
    height: 50px;
	max-width:162px;
	width:100%;
}
.btn_wrapper .btn:hover{ 
	text-align: left;
    padding-left: 30px;
	color:#FFF;
}
.btn_wrapper .btn:hover::before{
	right:25px;
}
.carousel-caption-wrapper, 
.wrapper-featured-grid .caption,
.wrapper-featured-grid .grid-item:hover:before, 
#instafeed > a:hover:after{
	background:none;
}
.wrapper-featured-grid{
	padding:70px 0px 50px; 
	margin-bottom:0px;
	width:100%;
	float:left;
}
.wrapper-featured-grid .grid-item{
	width:33.33%;
	margin-bottom:15px;
	padding-top:0px;
	padding-bottom:0px; 
	position:relative;
}
.wrapper-featured-grid.total_2  .grid-item{
	width:50%;
}
.title1{
	font-size:30px;
	font-family: 'Oswald', sans-serif;	
	line-height:31px;
	letter-spacing:0.2px;
	font-weight:500;
	margin:0px 0px 30px; 
}
.red_color{
	color:#E50019;
}
.align_center{
	text-align:center;
	width:100%;
	float:left;
}
#homepage-content h1{
	color:#E50019;
	text-align:center;
	width:100%;
	float:left;
	font-size:30px;
	font-family: 'Oswald', sans-serif;	
	line-height:31px;
	letter-spacing:0.2px;
	font-weight:500;
	margin:0px 0px 30px; 
}
 .wrapper-featured-grid.total_4 .grid-item{
	 width:50%;
 }
.wrapper-featured-grid.total_5 .grid-item:nth-child(4),
.wrapper-featured-grid.total_5 .grid-item:nth-child(5){
	width:50%;
}
.wrapper-featured-grid .wrapper-caption{
	display:block;
	left:0px;
	bottom:0px;
	right:0px;
}
.wrapper-featured-grid .caption h2.headline{
	font-size:35px;
	font-family: 'Oswald', sans-serif;	
	line-height:38px;
	letter-spacing:0.5px;
	font-weight:400;
	margin:0px; 
	color:#FFF;
}
.carousel-caption-wrapper, 
.wrapper-featured-grid .caption,
.wrapper-featured-grid .grid-item:hover:before{
	    position: absolute;
    bottom: 50px;
    text-align: left;
    max-width: 190px;
    padding: 0px;
    left: 20px;
}
.wrapper-featured-grid .caption .linktext, #instafeed > a span.likes{
	font-size:16px;
	text-transform:capitalize;
	float:left;
}
.wrapper-featured-grid .caption .aover .aicon{
	float: left;
    position: relative;
    top: 9px;
	opacity:0;
}
.wrapper-featured-grid .caption .aover .aicon svg{
	max-width:15px; 
}
.wrapper-featured-grid .grid-item:hover > .grid-item-img > .wrapper-caption > .caption > .aover > .linktext {	
	margin-left:-2px; 
}
.wrapper-featured-grid .grid-item:hover > .grid-item-img > .wrapper-caption > .caption > .aover > .aicon{
	opacity:1;
	margin-left:10px; 
}

 .wrapper-featured-grid .wrapper-caption:before{
	background: rgba(244,240,240,1);
background: -moz-linear-gradient(-45deg, rgba(244,240,240,1) 0%, rgba(54,69,79,1) 0%, rgba(67,66,66,0.53) 64%, rgba(5,5,5,0.26) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(244,240,240,1)), color-stop(0%, rgba(54,69,79,1)), color-stop(64%, rgba(67,66,66,0.53)), color-stop(100%, rgba(5,5,5,0.26)));
background: -webkit-linear-gradient(-45deg, rgba(244,240,240,1) 0%, rgba(54,69,79,1) 0%, rgba(67,66,66,0.53) 64%, rgba(5,5,5,0.26) 100%);
background: -o-linear-gradient(-45deg, rgba(244,240,240,1) 0%, rgba(54,69,79,1) 0%, rgba(67,66,66,0.53) 64%, rgba(5,5,5,0.26) 100%);
background: -ms-linear-gradient(-45deg, rgba(244,240,240,1) 0%, rgba(54,69,79,1) 0%, rgba(67,66,66,0.53) 64%, rgba(5,5,5,0.26) 100%);
background: linear-gradient(135deg, rgba(244,240,240,1) 0%, rgba(54,69,79,1) 0%, rgba(67,66,66,0.53) 64%, rgba(5,5,5,0.26) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f0f0', endColorstr='#050505', GradientType=1 );
	content:'';
	opacity:0.5;
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	-webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
	top:0px; 
}
 .grid-item:hover > .grid-item-img > .wrapper-caption::before{
	 opacity:0.9;
 }
 
 .wrapper-offers{
	 background:#F7F7F7;
	 padding:70px 0px 120px;
	 position:relative;
	 z-index:99;
	 float:left;
	 width:100%;
 }
 
 .offer-lists{
	 position:relative;
	 float:left;
	 width:100%;
 }
 .offer_item{
	 float:left;
	 width:100%;
 }
 .offer-container{
	 position:relative;
	 width:100%;
	 float:left;
	 background:#F7F7F7;
 }
 .offer-container .container{
	 position:relative;
 }
 .offer-container .offer-image{
	 position:absolute;
	 right:25%;
	 top:0px; 
	 width:100%;
	 z-index:9;
 }
 .offer_info{
	 float:right;
	 width:100%;
	 max-width:442px;
	 margin:40px 0px;
	 border-radius:8px;
	 background:rgba(255,255,255,0.7);
	     position: relative;
    z-index: 999
 }
 .offer_info .offer_header{
	     padding: 30px 40px 20px;
    background: #EBEBEB;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
 }
 .offer_info .offer_header h4{
	 display:flex;
	 font-size:71px;
	 font-weight:600;
	 color:#030303; 
	 font-family: 'Oswald', sans-serif;	
 }
 .offer_info .offer_header h4 .small-head{
	 font-size:30px;
	 font-weight:500;
	 color:#E50019;
	 left: 10px;
	 top: 10px;
	 line-height:31px;
	 position:relative;
 }
 .lt-des{
	 font-size:14px;
	 font-weight:bold;
	 font-family: 'Montserrat', sans-serif /*{headers-font-family}*/;
 }
 .offer-body{
	 padding:25px 40px 40px;
	 float:left;
	 width:100%;
 }
 .offer-sub{
	 font-size:19px;
	 font-style:italic;
	 line-height:29px;
	 color:#030303;
	 padding-bottom:12px; 
 }
 
 .offer-details{	 
	 color:#36454F;
	 padding:20px 0px;
	 border-top:1px solid #DBD8D8;
	 border-bottom:1px solid #DBD8D8;	
	 font-size:15px;
	 font-weight:400;
	 line-height:34px; 
	 
 }
 .offer-details ul{
	 padding-left:15px;
 }
  .offer-body .btn-container{
	 float:left;
	 width:100%;
	 margin-top:20px; 
 }
 .offer-body .btn-container .btn{
	 width:49%;
 }
 .offer-body .btn-container .btn:hover{
	 padding-left:3em;
 }
 
 .offer-lists  .slick-slide{
	 overflow:hidden;
 }
  .offer-lists  .slick-dots{
	  bottom:-50px; 
  }
  
/* wrapper-popular */  
.wrapper-popular,
#homepage-content{
	float:left;
	width:100%;	
}
.wrapper-popular .container{
	max-width:1366px;
}
.wrapper-popular .product-slider .wrapper-thumbnail{
	width:20%;
	margin-bottom:25px;
}
.thumbnail .caption h3{
	text-align:left;
	font-size:14px;
	font-family: 'Muli', sans-serif;  
	line-height:21px
}
.product-info{
	display: flex;
    justify-content: space-between;
    padding-top: 15px;
	align-items:center;
}
.product-info .sku{
	font-size:12px;
	color:#5D6469;	
}
.wrapper-popular .btn_container{
	margin-top:30px;
}
.wrapper-popular .btn_container .btn{
	min-width: 180px;
    width: 180px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}
.wrapper-popular .btn_container .btn:hover{
	padding-left:16px;
	text-align:left;
}
/* BANNER SECTIONS */
.wrapper-banners{
	background:#F7F7F7;
	padding:200px 0px 120px;
	position:relative;
	z-index:99;
	float:left;
	width:100%;
}
.wrapper-banners .container{
	position:relative;
	max-width:820px;
	z-index:10;
}
.wrapper-banners:before{
	background:#FFF;
	position:absolute;
	z-index:1;
	content:'';
	width:100%;
	height:45%; 
	left:0px;
	bottom:-1px;
}
.wrapper-banners .container img{
	max-width:100%;
}
.wrapper-banners .img{
	position:relative;
}
.wrapper-banners .img .title2{
	position: absolute;
    top: -60px;
    right: -75px;
    max-width: 340px;
	font-family: 'Oswald', sans-serif;	
	font-size:30px;
	line-height:31px;
	letter-spacing:0.2px;
	color:#E50019;
	font-weight:500;
	
}
.wrapper-banners .img .title2 span{
	float:left;
	width:100%;
	margin:5px 0px;
}
.wrapper-banners .img .title2 .big{
	font-size:71px;
	line-height:64px;
	font-weight:600;	
	color:#030303;
	float:left;
	max-width:200px;
}
#homepage-content .container{
	max-width:820px;
	font-size:15px;
	color:#36454F;
	line-height:26px;
	font-weight:400;
}
#homepage-content .container p{
	margin-bottom:25px;
}
/*PART FINDER*/
.news-letter{
	background:#E50019;	
	position:relative;
	z-index:99;
	padding:110px 0px;
	float:left;
	width:100%;
}
.news-letter .container{
	max-width:930px; 
	position:relative;
}
.news-letter .form-block{
    float: left;
    width: 100%;
    color: #FFF;
    display: flex;
	align-items:center;
}
.news-letter .form-block .h3{
	font-family: 'Oswald', sans-serif;	
	font-size:30px;
	line-height:30px;
	font-weight:400;
	margin:0px;
	letter-spacing:0.3px;
	color:#FFF;
	width:175px;
	padding-right:15px;
}
.news-letter .form-block .part-finder,
.klaviyo-form-XBu6Uy {
	width:calc(100% - 175px); 
	display:flex;
	align-items:center;
}
.klaviyo-form-XBu6Uy > div {
	width: 100%;
}
.news-letter .field{
	width:41%;
	margin-right:10px;
}
.news-letter .input-group{
	width:59%;
	position:relative;
	margin-top:-10px;
}
.news-letter input,.news-letter input:focus,.news-letter input:active {
    width: 100%;
    font-size: 15px;
    color: #5D6469;
    padding:13px 20px 14px;
    height: 48px !important;
    border-radius: 25px !important;
    border: 1px solid #FFF;
    -webkit-appearance: none;
	appearance: none;
	font-weight:400;
	background:none;
	height:auto;
	color: #FFF;;
	
}
.news-letter ::-webkit-input-placeholder { /* Edge */
  color: #FFF;;
}
.news-letter :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}
.news-letter ::placeholder {  
  color: #FFF;;
}
.news-letter input[type="email"]{
	padding-right:150px;	
}
.news-letter .input-group .input-group-btn,
.klaviyo-form-XBu6Uy > div > form > div > div > div:last-child {
	position: absolute !important;
    width: 100%;
    max-width: 147px;
    right: -1px;
    margin-top: -1px
}
.klaviyo-form-XBu6Uy > div > form > div > div > div:nth-child(2) {
	flex: unset !important;
	width: 58%;	
}
.klaviyo-form-XBu6Uy > div > form > div > div > div:nth-child(2) input {
	padding-right: 160px !important;
}
.klaviyo-form-XBu6Uy > div > form > div > div > div:last-child > button {
	width: 100% !important;
}
.news-letter .input-group .input-group-btn .btn {
	background:#FFF;
	width:100%;
	border-radius:25px !important;
	color:#E4002B; 	
	right:-1px;
}
.news-letter .input-group .input-group-btn .btn:hover{
	background:#030303;
	color:#FFF;
	padding-left:30px;
	border-color:#000;
}
/*INSTA FEED */
.instragram #instafeed{
	position: relative;
    display: flex;  
    float: left;
    width: 100%;
    overflow: hidden;
	flex-wrap: wrap;
}
.instragram,.wrapper-usps,.sections{
	float:left;
	width:100%;
	position:relative;
}
.wrapper-usps{
	background:#030303; 
	margin-top:0px !important;
}
.instragram:before{
	background:#E50019;
	position:absolute;
	z-index:1;
	content:'';
	width:100%;
	height:30%; 
	left:0px;
	bottom:-1px;
	z-index:1;
}
.instragram #instafeed{
	float:left;
	width:100%;
	position:relative;
	z-index:99;
}
.instragram #instafeed a{
	width:25%;	
	max-height:415px;
	overflow:hidden;
} 
.instragram #instafeed a img{
	max-width:100%;
	width:100%;
}
.instragram #instafeed a:nth-child(1){ 
	width:75%;
}
.instragram #instafeed a:nth-child(2),
.instragram #instafeed a:nth-child(3){
	height:207.5px;
}
.instragram #instafeed a:nth-child(2) > img,
.instragram #instafeed a:nth-child(3) > img{
	height: 100%;
	position: relative;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}
.instragram #instafeed a:nth-child(2),
.instragram #instafeed a:nth-child(3),
.instragram #instafeed a:nth-child(4){
	width:25%;
}
.instragram #instafeed a:nth-child(4){
	height:415px;
}
.instragram #instafeed a:nth-child(4) > img{
	height: 100%;
	width: 100%;
	position: relative;
	object-fit: cover;
	object-position: center center;
}
.instragram #instafeed a:nth-child(3){
	position:absolute;
	right:0px;
	top:207.5px;
}
.instragram #instafeed a:nth-child(5){
	width:75%;
}
.wrapper-usps .advert-usp-content a,
.wrapper-usps .advert-usp-content a h5{
	color:#FFF;
}




table.breakdown tr td {
	padding: 5px 20px 5px 0;
}



/* Support */
.page-header.fullwidth.news.support h1 {
	margin-bottom: 20px;
}
.support .tile.id_2369 {
	display: none;
}
.support .tile a {
	position: relative;
    display: block;
    overflow: hidden;
}
.support .tile a img {
    width: 100%;
}
.support .tile a .content {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 40%);
    position: absolute;
    bottom: -41px;
    left: 0;
    width: 100%;
    z-index: 99;
    text-align: center;
    transition: 0.5s;
    padding: 25px 0 0 0;
}
.support .tile a .content h3 {
	color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    margin: 30px 0 10px 0;
}
.support .tile a .content p {
	color: #fff;
    margin: 0;
}
.support .tile a .content p.link {
	margin: 15px 0 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.support .tile a:hover .content {
	bottom: 0;
}
.support-single h2:first-of-type {
    margin-top: 50px;
}

.support-single ul:first-of-type {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}
.support-single ul:first-of-type li a {
	background-color: #efefef;
    display: block;
    padding: 10px;
    color: #000;
}
.support-single ul:first-of-type li a:hover {
	background-color: #ccc;
}


.support-single ul li a {
	color: #E50019;
}

@media screen and (max-width: 768px) {
	
	.blog-thumbs.support {
		margin-bottom: 80px;
	}
	
}


@media screen and (max-width: 1200px) {
	
	.instragram #instafeed a:nth-child(1) {
		height: 415px;
	}
	
	.instragram #instafeed a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}
	
}



@media screen and (max-width: 990px) {
	
	.instragram #instafeed a:nth-child(1) {
		height: auto;
		max-height: 100%;
	}
	.instragram #instafeed a:nth-child(1) img {
		height: auto;
		object-fit: unset;
		object-position: unset;
	}
	
	.instragram #instafeed a:nth-child(2),
	.instragram #instafeed a:nth-child(3) {
		height: auto;
	}
	.instragram #instafeed a:nth-child(2) > img,
	.instragram #instafeed a:nth-child(3) > img {
		height: auto;
		object-fit: unset;
		object-position: unset;
	}
	
	.instragram #instafeed a:nth-child(4) {
		height: auto;
		max-height: 100%;
	}
	.instragram #instafeed a:nth-child(5) {
		height: auto;
		max-height: 100%;
	}	
	
}


/* FOOETER */
footer h4.menu_title{
	font-size:20px;
	font-weight:500;
	font-family: 'Muli', sans-serif;
	color:#030303;
}
footer .column-links .col-sm-3{
	max-width:20%;
	padding-left:0px; 
}
footer .column-links  .nav > li > a{
	font-size:15px;
	font-weight:400;
	line-height:26px;
	color:#36454F;
}
footer .column-links  .nav > li > a.bold_red{
	font-weight:bold; 
	color:#E50019; 	
}
footer .list-social li{
	padding:0 10px;
}
.list-social li a svg{
	width:20px;
	height:20px;
}
#footer-bottom{
	float:left;
	width:100%;
	border-top:1px solid #F0F0F0;
	padding:40px 0px 20px; 
	float: left;
    width: 100%;
}
.designed_by{
	text-align:center;
}
#footer-bottom .copyright,
.designed_by a{
	font-size:12px;
	color:#666666; 
}
.designed_by a svg{
	width:45px;
	height:10px;
	left:10px;
	position:relative; 
}
.payment-methods{
	padding-right: 0px;
    position: relative;
    right: -10px;
}
.payment-methods .payment-icon-container .payment-icon{
	filter: brightness(0) invert(1);
}
.payment-methods > ul{
	display:flex;
	
}

.payment-methods > ul > li{
	background: #666666;
    border-radius: 3px;
    padding: 5px;
	margin-right:-15px; 
}
/* PAGE HEADER */
.page-header.categorybanner {
	padding:0px;
	margin-bottom:0px; 
}
.page-header.categorybanner.with-overlay {
	position: relative;
}
.page-header.categorybanner.with-overlay:after {
	content: '';
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 35%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-header.categorybanner img {
	width: 100%;
	height: auto;
}
.page-header.categorybanner .contentHolder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-header.categorybanner .container {
	opacity:0; 
	display: flex;
    height: 100%;
    align-items: center;
	max-width:820px; 
}
.page-header.categorybanner:before{
	background:rgba(55, 56, 66, 0.25);
	display: none;
}

.category-content{
	margin-bottom:100px; 
}

ul.breadcrumb a{
	font-size:15px;
	color:#82898E;
	text-transform:none;
}
/* PRODUCT PAGE */
#n_product h1{
	font-family: 'Oswald', sans-serif;	
	font-size:30px;
	line-height:30px;
	color:#E50019;
	font-weight:500;
	margin:0px;
	letter-spacing:0.20px;
}
.productprice{
	letter-spacing:0.10px;
	font-size:20px;
	line-height:29px;
}
.productprice.wasprice{
	text-decoration: line-through;
    opacity: 0.5;
    padding-right: 15px;
}
.wrapper-pricing {
	display: flex;
    animation: center;
    justify-content: space-between;
    align-items: center;
}
.product-sku{
	font-size:12px;
}
.product-availability span{
	font-size:16px;
	color:#5D6469;
	font-weight:400;
}
.product-availability a{
	position:relative;
	top:3px;
}
.product-availability a svg{
	width:14px;	
}
.wrapper-product-title h3{
	    font-weight: normal;
    margin: 10px 0px 0px;
}
.product-availability .fa.fa-check{
	border:1px solid #7CD092;
	color:#7CD092;
}
.product-footer{
	padding:0 15px 30px;
	float:left;
	width:100%;
	border-bottom:1px solid #F0F0F0;
	margin-bottom:20px; 
}
.product-footer .row{
	display: flex;
    align-items: center;
    justify-content: space-between;
	
}
.product-footer .product-quantity,
.product-footer .product-cart{
	width:50%;
	margin-bottom:0px; 
}
.quantity-field a{
	width:43px;
	color:#5D6469;
	background:#EBEBEB;
}
.product-cart .btn{
	border-radius: 25px;
    font-size: 16px;
    text-transform: none;
    height: 50px;
    letter-spacing: 0px;
    font-weight: 500;
}
.product-cart .btn.btn-success{
	border-color:#7CD092;
	background:#7CD092;
} 
.buying-options select,._itmspec_listopt  .n-wrapper-form-control select,select.form-control{
	width: 100%;
    font-size: 16px;
    color: #5D6469;
    padding: 10px 17px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #F0F0F0;
    -webkit-appearance: none;
	appearance: none;
	font-weight:400;
	background-image:url(../img/select_bg.svg);
	background-position:center right 15px;
	background-repeat:no-repeat;
	background-size:12px 6px;
	margin-bottom:10px; 
}
.form-control{
	width: 100%;
    font-size: 16px;
    color: #5D6469;
    padding: 10px 17px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #F0F0F0;
    -webkit-appearance: none;
	appearance: none;
	font-weight:400;	
	margin-bottom:10px; 
}
._itmspec_listopt {
	display:flex;
	align-items:center;
}
._itmspec_listopt .variation-name{
	    width: 100px;
    font-size: 16px;
    font-weight: 500;
    color: #36454F;
}
._itmspec_listopt .specific{
	width:calc(100% - 100px);
}
.product_contents {
    float: left;
    width: 100%;
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
    border-bottom: 1.5px solid #F0F0F0;
}
.product_contents li {
    margin-right: 25px;
    float: left;
	position:relative;
}
.ajax-template .product_contents li {
    margin-right: 20px;
    padding-right: 20px;
}
.ajax-template  .product_contents li:after{
	content:'';
	position:absolute; 
	width:1px;
	height:36px;
	top:18px;
	right:0px;
	background:#EBEBEB;
}
.ajax-template  .product_contents li:last-child::after{
	display:none;
}
.ajax-template  .product_contents li .panel-titles{
	font-size:16px; 
}
.product_contents .panel-titles {
    font-weight: normal;
    font-size: 20px;
    display: block;
    letter-spacing: 0.5px;
    padding: 25px 0px;
    vertical-align: middle;
    letter-spacing: 1px;
    color: #36454F;
    text-decoration: none;    
    opacity: 0.5;
    float: left;
	display: flex;	
    align-items: center;
    justify-content: center;
}
.product_contents .panel-titles svg{
	max-height:29px;
	max-width:34px; 
	margin-right:10px; 
}
.product_contents .panel-titles.red_color,
.tab-headers .product_contents .panel-titles:hover,
.tab-headers .product_contents .panel-titles.active,
.tab-headers .product_contents li.active .panel-titles{
	color:#E50019;
	opacity:1;
}
.product_contents .panel-titles:hover, .product_contents .panel-titles.active {
    opacity: 1;
}
.panel-product-details .panel-collapse {
    padding: 40px 0px;
    border-bottom:none !important; 
	float: left;
    width: 100%;
}

#productaccordion{
	float: left;
    width: 100%;
	border:none !important;
}
.panel-product-details .panel-collapse{
	border-bottom:none !important;
}
#productaccordion .panel-body {
    border: none;
    color: #36454F;
    font-size: 15px;
    padding: 10px;
    line-height: 26px;
}
#productcollapse6 .panel-body{
	padding:0px; 
}
.ship-calc{
	float:left;
	width:100%;
	border:none;
}
.ship-calc .panel-title{
	font-size:16px;
	color:#36454F;
}
.ship-calc .ship_qty{
	display:none;
}
.ship-calc .panel-heading{
	    float: left;
    width: 100%;
    margin-bottom: 15px;
}
#shipbox .col-lg-3{
	width:33.33%;
	padding-left:0px; 
}
.ship-calc .panel-title:after {
    content: "\f28e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    font-size: 17px;
}
.ship-calc .panel-title.collapsed:after{ 
	content:"\f2c2";
}

#n_product.inner_pages #main-content{
	padding-top:50px; 
}

body.content_11.inner_pages #main-content,
.content_1.inner_pages #main-content{
	padding-top:0px;
}
 
.page-header.categorybanner .container{
	opacity:1;
}

.page-header.categorybanner .breadcrumb{
	display:none;
} 
.page-header.categorybanner h1{
	font-size:49px;
	font-family: 'Oswald', sans-serif;	
	color:#FFF;	
	font-weight:500;
}
.description {
	padding: 70px 0 40px;
	font-size: 16px;
}
.products-parts{
	display:flex;
	width:100%;
	flex-wrap:wrap;
}
/* PRODUCT PARTS */
.part-products{
	float:left;
	width:100%;
	padding:30px 0px; 
	
}
.title1.border_bottom{
	border-bottom:1.5px solid #F0F0F0;
	padding-bottom:22px;
}
.part-items{
	float:left;
	width:100%;
	margin-bottom:50px; 
}
.part-item{
	margin-bottom:15px;
}
.part-item > div{
	float:left;
	width:100%;
}
.part-item .part-details{
	margin-top:15px; 
}
.part-item img{
	max-width:100%; 
}
.part-details h3,.part-details h3 a{
	color:#030303;
	font-family: 'Oswald', sans-serif;	
	font-weight:500;
	
}

/* ABOUT TEMPLATE */
.body-content{
	background:#F7F7F7;
	padding:110px 0px;
	float:left;
	width:100%;
}
.body-content .container{
	max-width:990px;
	font-size:15px;
	line-height:26px;
}
.body-content .content_description{
	padding:0 20px; 
}
.body-content .container p{
	margin-bottom:30px; 
}
.body-content h2{
	font-size: 30px;
    font-family: 'Oswald', sans-serif;
    line-height: 31px;
    letter-spacing: 0.2px;
    font-weight: 500;
    margin: 0px 0px 30px;
	color: #E50019;
	text-transform:uppercase;
}
.flow-content{
	float:left;
	width:100%;
}
.flow-content .content-block{
	padding:100px 0px; 
	float:left;
	width:100%;
}
.flow-content .content-block .container{
	max-width:1110px; 
}
.flow-content .content-block:nth-child(2n){
	background:#F7F7F7;
}
.flow-content .content-block .row{
	display:flex;	
}
.flow-content .content-block:nth-child(2n) > .container > .row{
	flex-direction:row-reverse;
}

.flow-content .content-block img{
	width:100%;
	max-width:100%;
}
.flow-content .content-block .conetent-image{
	width:53%;
}
.flow-content .content-block .block-content{
	width:47%;
	padding-left:5.25rem;
	padding-top:50px;  
}
.flow-content .content-block:nth-child(2n) > .container > .row > .block-content{
	padding-right:5.25rem;
	padding-left:0px;
}
.flow-content .content-description{
	font-size:15px;
	line-height:26px;
}
.body-content .rounded_btn.btn-bordered{
	background-color:transparent;
	position:relative;	
}
.body-content .rounded_btn.btn-bordered:hover{
	background-color:#e4002b;
	color:#FFF;
}

.beta-plans{
	float:left;
	width:100%;
	padding:100px 0px 0px; 
}
.beta-plans .cols{
	float:left;
	width:calc(50% - 20px);
	float:left;
	background:#FFF;
	border-radius:8px; 	
}
.beta-plans .cols:nth-child(2n){
	float:right;
}
.beta-plans .cols ul{
	padding: 20px 35px 35px;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px;
	font-size: 15px;
    line-height: 34px;
}
.beta-plans .cols ul li{
	position:relative;  
	float:left;
	width:100%;
	padding-left:13px;
}
.beta-plans .cols ul li:before{
	content:'•';
	font-size:15px;
	line-height:34px;
	left:0px;
	color:#36454F;
	position:absolute;
	left:-1px;
	
}
.beta-plans .cols h3{
	background:#EBEBEB;
	padding:23px 35px;
	text-transform:uppercase;
	font-size: 20px;
    font-family: 'Oswald', sans-serif;
    line-height: 31px;
    letter-spacing: 0.3px;
    font-weight: 500;    
	color: #000000;
	text-transform:uppercase;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.flow-content .content-block .title1 {
	text-transform:uppercase;
}
.faqs.flow-content .content-block .block-content{
	width:100%; 
}
.faqs.flow-content .content-block .container{
	max-width:920px; 
}
.faqs.flow-content .content-block .block-content{
	padding-left:0px; 
	padding-right:0px; 
}
.faq_items{
	float:left;
	position:relative;
	width:100%;
	border-top:1.5px solid #F0F0F0;
	padding:40px 0px;
}
.flow-content.faqs .content-block .row{
	float:left;
	width:100%;
}
.faq_items:last-child{
	border-bottom:1.5px solid #F0F0F0; 
}
.faq_items h3{
	font-size:20px; 
	position:relative;
	padding-left:35px;
	font-family: 'Muli', sans-serif /*{body-font-family}*/;
	font-weight:500;
	line-height:29px;
	color:rgba(3,3,3,0.5);
	cursor:pointer;
	margin:0px; 
}
.faq_items .faq_text{
	font-size:15px;
	color:#36454F;
	line-height:26px;
	display:none;
	float:left;
	width:100%;
	padding-top:25px; 
}
.faq_items h3 span{
	position:absolute;
	left:0px;
}
.faq_items h3 span svg{
	width:15px;
	max-height:15px;
}
.faq_items h3:hover,
.faq_items h3.active{
	color:#E50019;
}
.faq_items h3:hover > span > svg > g > line{
	stroke:#E50019;
}
.faq_items h3.active > span{
	top:-4px; 
}
.white_bg{
	background:#FFF !important;
}
.body-content form{
	    float: none;
    width: 100%;
    padding: 50px 0px;
    max-width: 680px;
    margin: 0 auto;
}
.body-content .form-group{
	float:left;
	width:100%;
	margin-bottom:0px; 
	padding-left:0px; 
}
.form-group input.form-control,.form-group .form-control{
	float:left;
	width:100%;
	color:#82898E;
	font-size:15px;
	line-height:30px;
	margin-bottom:15px; 
	font-weight:400;
	border:1px solid #F0F0F0;
}
.body-content .form-group label{
	display:none;
}
.body-content .form-group .form-field{
	width:calc(50% - 10px);
	float:left;
}
.body-content .form-group .form-field:nth-child(2){
	float:right;
}
.body-content .form-group.btn-section{
	margin-top:50px; 
}
.body-content .form-group.btn-section button{
	min-width:187px;
	padding:11px 35px;
}
.form-stockists{
	padding:0 15px;
}
.body-content form.stockists-form{
	display:flex;
	padding-bottom:0px; 
	padding-top:20px; 
	max-width:100%;
}
.stockists-form .form-group .form-control{
	border:1px solid #707070;
	border-radius:6px;
	min-width:100%;
	width:100%;	
}
#geo_list{
	height:auto !important;
}
.Stockists #geo_map{
	height:420px; 
}
.Stockists .body-content{
	padding:70px 0px 60px; 
}
.stockists-results{
	max-width:920px; 	
}
.geo_loc_list ul{
	    float: left;
    width: 100%;
    height: auto !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.geo_loc_list ul li{
	float:left;
	width:calc(50% - 20px);
	float:left;
	margin-bottom:30px;
	background:#FFF;
	padding:50px 50px 30px;
	border-radius:8px; 
	display:none;
}
.geo_loc_list ul li.active{
	display:block;
}
.geo_loc_list li .address{
	float:left;
	width:100%;
	font-size:14px;
	line-height:29px;
	color:#5D6469;
	font-weight:500;
	margin:0px; 
}
.geo_loc_list li span{
	float:left;
	width:100%;	
	font-size:14px;
	line-height:29px
}

.geo_loc_list li span .contact.phone{
	color:#030303;
}

.store-name{
	float:left;
	width:100%;
	font-size:20px;
	color:#030303;
	font-weight:500;
	font-family: 'Oswald', sans-serif;
}
.store-name a{
	color:#030303;
} 
.geo_loc_list ul li.even{ 
	float:right;
}

.geo_loc_list li span.v_link{
	padding-top:30px; 
}

.geo_loc_list li span.v_link a{
	color:#E50019;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	
}
.stockists-container{
	display:none;
}
.stockists-container.active{
	display:block;
}


@-webkit-keyframes slide-down { 
	0% { opacity:0; transform:translateY(-100%);}100% { opacity:0.9; transform:translateY(0);}}

@-moz-keyframes slide-down { 0% { opacity:0; transform:translateY(-100%);}100% { opacity:0.9; transform:translateY(0);}}

@keyframes slide-down { 0% { opacity:0; transform:translateY(-100%);}100% { opacity:0.9; transform:translateY(0);}}

.product-part-finder{
	padding-bottom:70px;
	padding-top:50px; 	
}
.sort-form .form-inline{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.sort-form .form-inline select{
	padding-right:50px; 
}

/* MODEL PRODUCT PAGE */
.product-model .product_info{
	max-width: 400px;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 60px; 
}
.product-model  .product-images{
	float:right;
	width:calc(100% - 400px);
}
.product-model .product_info .category_title {
	font-size:30px;
	font-family: 'Oswald', sans-serif;	
	color:#E50019;
	font-weight:500;
	text-transform:uppercase;
	margin:0px; 
/* 	float:left; */
	width:100%;
} 
.product-model .product_info .offroad,
.product-model .product_info .onroad {
	text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
}
.product-model .product_info .offroad svg,
.product-model .product_info .onroad svg {
	margin: 0 0 0 6px;
    position: relative;
    top: 3px;
}
.product-model .product_info .offroad svg path,
.product-model .product_info .onroad svg path {
	transition: 0.5s;	
}
.product-model .product_info .rrp_holder {
    font-weight: 700;
    margin-top: 40px;
    display: flex;
    width: 100%;
    align-items: center;
}
.product-model .product_info .rrp_holder .product_price {
	width: auto;
	float: none;
}
.product-model .product_info .rrp_holder .rideaway-terms {
	margin: -17px 0 0 10px;	
}
    
.product-model .product_info .offroad svg:hover path,
.product-model .product_info .onroad svg:hover path {
	fill: #ccc;
}

.product-model .product_info .product_price,
.product-model .product_info .rideaway_price {
	font-size:49px;
	font-family: 'Oswald', sans-serif;	
	color:#030303;
	font-weight:600;
	text-transform:uppercase;
	margin:25px 0px; 
	float:left;
	line-height:30px; 
	width:100%;
}
.product-model .product_info .rideaway_price {
	display: inline;
    width: auto;
    float: none;
    margin: 0;
}
.product-model .product_info .product_price_message {
	font-size:25px;
	font-family: 'Oswald', sans-serif;	
	color:#030303;
	font-weight:600;
	text-transform:uppercase;
	margin: 20px 0px; 
	float:left;
	line-height:30px; 
	width:100%;
} 
.product-model .product_info .product_price span,
.product-model .product_info .rideaway_price span {
	font-size: 30px;
    position: relative;
    top: -14px;   
}

.rapg-price {
	display: flex;
    margin: 0 0 10px 0;
}

.ra-price h4 {
	font-weight: 600;
    font-size: 15px;
    margin: 15px 0 12px 0;
}


.product-model .product_info .ra-price .rideaway-terms {
	margin: -2px 0 0 12px;
}

.product-model .product_info .sub_title {
	font-size: 16px;
    color: #5d6469;
    font-weight: 400;
    display: block;
    max-width: 290px;
    clear: both;
    line-height: 1.6;	
}

.product-model .product_info .sub_title .was {
/* 	text-decoration: line-through; */
	font-size: 14px;
    margin-right: 10px;
}
.product-model .product_info .sub_title .was i {
	text-decoration: line-through;
}
.product-model .product_info .sub_title .save {
	font-weight: 600;
    color: #e50019;
}
.product-model .product_info .sub_title .extra {
    display: block;
    font-size: 13px;
}




.rideaway.product-model .product_info .offroad {
	float: left;
    margin: 50px 0 0 0;
    clear: both;
}
.rideaway.product-model .product_info .product_price {
	margin: 10px 0px;
}

.calculate_rideaway_holder {
	/*border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 20px 0;*/
    margin: 35px 0 0 0;
    clear: both;
}

.calculate_rideaway {
	border: 2px solid #e50019;
    border-radius: 1000px;
    color: #e50019;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 13px;
    padding: 6px 25px 8px;
}
.calculate_rideaway:hover {
	background-color: #E50019;
	color: #fff;
}

.state_price_holder {
	clear: both;
}

.state_chooser_holder {
    overflow: hidden;
    padding: 1px 25px 20px;
    margin: 30px 0 0 0;
    background-color: #ffffff;
    border-top: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    border-left: 8px solid #e50019;
    border-radius: 6px;
    display: none;
}
/*
.product-model .product_info .state_price .offroad svg path,
.product-model .product_info .state_price .onroad svg path {
	fill: #fff;
}
*/
.product-model .product_info .state_price .product_price {
	margin-bottom: 0;
    margin-top: 10px;
    font-size: 35px;
    line-height: 20px;
}
.product-model .product_info .state_price .product_price span {
    font-size: 17px;
}

.cost-details {
	border-bottom: 1px solid #000;
	cursor: pointer;
}

.rideaway-terms {
	cursor: pointer;
}

/*
.state_chooser_holder:before {
	content: '';
    border: 1px solid #5d6469;
    	border-bottom: 0;
		border-right: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: 20px;
    transform: rotate(45deg);
    z-index: 9;
    background-color: #fff;
}

.state_chooser_holder {
	
    padding: 25px 30px;
    margin: 30px 0 0 0;
    position: relative;
    border: 1px solid #EBEBEB;
}
.state_chooser_holder label {
	font-weight: 400;
    font-size: 14px;
    color: #5d6469;
    line-height: 1.6;
    margin: 0 0 10px 0;
}
#state_chooser {
	border: 1px solid #ebebeb;
}
*/

.model_skus{
	display:none;
}
.model_items{
	float:left;
	width:100%;
	margin:35px 0px 50px; 
}
ul.model_list{
	padding:0px;
	margin:0px; 
	list-style:none;
	display:flex;
	flex-wrap: wrap;
}
ul.model_list li{
	margin-right:8px; 
}
ul.model_list li a{
	font-size:12px;
	text-transform:uppercase;
	font-weight:500;
	color:#82898E;
	border:2px solid #82898E;
	border-radius:25px;
	line-height:56px;
	padding:10px 25px; 
}
ul.model_list li a:hover,
ul.model_list li.active > a{
	border-color:#E50019;
	color:#E50019;
}
.product-model .product_info .product-quantity{
	display:none;
}


.model-products.sellable .product-model .product_info .product-footer .row {
    display: flex;
    justify-content: start;
}
.model-products.sellable .product-model .product_info .product-quantity {
	display: flex;
    width: auto;
    align-items: center;
    margin: 0 15px 0 0;
}
.model-products.sellable .product-model .product_info .product-footer > .row > .product-cart {
	width: 100%;
	max-width: 100%;
}
.model-products.sellable .product-model .product_info .product-footer .the-cart .product-cart {
	max-width: 140px;
}
.model-products.sellable .product-model .product_info .product-footer .the-cart .product-cart .btn-success {
    padding: 14px 20px 15px;
}



.product-model .product_info .product-footer{
	border:none;  
}
.product-model .product_info .product-footer .product-cart{
	width:100%;
	max-width:235px;
	float:left;
}
.product-model .product_info .product-footer .row{
	display:block;
}
.product-model .product-images .col-md-push-2{
	left:0px; 
}
.product-model .product-images .image-navigation{
	right:0px; 
	display:block !important;
}
.product-model .product-images .slick-arrow{
	display:none !important;
}

.product-model .product-images .cts_altImgWrapper.slick-slide{
	opacity:1 !important;
	border:none !important;
}
.models-nav{
	background:#EBEBEB;
	float:left;
	width:100%;
}
.models-nav ul.nav-list{
	list-style:none;
	padding:15px 0px;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0px; 
}
.models-nav ul.nav-list li{
	padding:7px 35px;
	border-right:1px solid #82898E;
}
.models-nav ul.nav-list li:last-child{
	border:none;
}
.models-nav ul.nav-list li a{
	color:#5D6469;
	font-size:16px;
	
}
.description-racing{
	display:flex;
	flex-direction:row-reverse;
	border-bottom: 1px solid #F0F0F0;
    padding-bottom: 90px;
}
.description-racing .bck-img{
	width:50%;
}
.description-racing .bck-img img{
	width:100%;
}
.description-racing .bck-content {
	width:50%;
	font-size:15px;
	line-height:26px;
	padding-right:60px;
	padding-left:10px; 
}
.panel-product-details .panel-default{
	font-size:15px;
	line-height:26px;
}
.description-racing .bck-content h2{
	font-size:30px;
	font-family: 'Oswald', sans-serif;	
	color:#E50019;
	font-weight:500;
	text-transform:uppercase;
	margin:0px 0px 30px; 
	float:left;
	width:100%;
	
}
.description-racing .bck-content p{
	float:left;
	width:100%;
	
}
.bck-content .content-holder{
	float:left;
	width:100%;
	max-height:370px;
	overflow:hidden;
	margin-bottom:30px; 
}
.bck-content.visible .content-holder{
	max-height:initial;
}
.bk-holder{
	float:left;
	width:100%;
}
.bck-content .load_more{
	display:none;
	font-size:16px;
	font-weight:500;
	color:#E50019;
}
.bck-content .load_more.active{
	display:block;
}
.product_tabs .video-container{
	padding:100px 0px; 
}
.video-container  .container{
	max-width:1120px; 
}
.video-container .video-racing{
  margin: 0;
  position: relative;
  padding: 0;
  padding-bottom: calc(56.25%);
  float: left;
  width: 100%;
}
.video-container .video-racing iframe{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.model-products #productaccordion .panel.panel-default{
	border-top:none;
}
.tech-container{
	padding:70px 0px; 
	background:#F4F4F4;
}
.specifications{
	float:left;
	width:100%; 
	margin-bottom:40px; 
}
.specifications:last-child{
	margin-bottom:0px; 
}
.specifications .title1{
	float:left;
	width:100%;
	max-width:300px;
	padding:0 100px;
}
.specifications  .spec-table{
	float:right;
	width:calc(100% - 300px);
	position:relative;
	top:-20px; 
}

.specifications  .spec-table table,
.specifications  .spec-table table tbody,
.model-products .wrapper-upsells{
	border:none;
	width:100% !important;
	float:left;
}
.specifications  .spec-table .table-container{
	overflow:hidden;
	width:100%;
	margin-bottom:30px; 
	float:left;
}
.specifications  .spec-table .table-container.visible{
	overflow:auto;
	height:auto !important;
	margin-bottom:0px; 
}
.specifications  .spec-table table tbody tr{
	width:100% !important;
	float:left;
	border-bottom:1px solid #82898E;
}
.specifications  .spec-table table td{
	padding: 30px 0px;
    font-size: 20px;
    width: 50%;
    float: left;
    border: none;
}
.specifications  .spec-table a.load_more{
	font-size:20px;
	color:#E50019;
	font-family: 'Montserrat', sans-serif /*{headers-font-family}*/;
	text-decoration:none;
	
}
.specifications  .spec-table a.load_more.inactive{
	display:none;
}
.model-products .wrapper-upsells{
	margin-bottom:0px; 
}
.model-products .wrapper-upsells .fadeinslow{
	opacity:1 !important; 
}
.wrapper-upsells .btn_container{
	position: relative;
    top: 60px;
}
.bike-model.content_1 .part-finders,
.bike-model #main-content,
.bike-model .part-finders .form-block {
	display:none;
}
.bike-model .wrapper-featured-grid{
	padding-bottom:120px; 
}
.pre-loader{
	position:fixed;
	z-index:99999;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background:rgba(255,255,255,0.7);
	display:none;
	align-items:center;
	width:100%;
	height:100%; 
	justify-content:center;
}
.on_loading .pre-loader{
	display:flex;
}
.pre-loader svg{
	max-width:150px;
}
.ajax-template .product_tabs {
	float:left;
	width:100%; 
}
.bike-model #main-content {
	display:none; 
}
.tab-headers .product_contents{
	display: flex;
    align-items: center;
    justify-content: center;
	border-top:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
}
.tab-headers .product_contents.slick-slider{
	display:block;
	position:relative;
	width:100%;
	overflow:visible;
}
.panel-product-details .panel-heading{
	display:none; 
}
.panel-product-details .panel-default,.panel-product-details .panel-body{
	border:none !important;
	display:block;
}
.panel-product-details .panel-body{
	padding:0px; 
}
.mobile_only{
	display:none;
}
.product_tabs .section-content{
	padding:90px 0px; 
	    font-size: 15px;
    line-height: 26px;
}
.components-container{
	float:left;
	width:100%;
	position:relative;
	margin:90px 0px; 
	
}
.components-container .slick-list{
	max-width:660px;
	margin:0 auto;
	overflow:visible;
}
.components-container  .offer-image{
	float:left;	
	width:100%;
}
.components-container  .offer-image img{
	width:100%; 
}
.components-container,.components-container.slick-dotted.slick-slider{
	margin-bottom:90px; 
}
.components-container .component_item{
	float:left;
	opacity:0.72;
	filter:grayscale(1);
}
.components-container .component_item .component_info{
	opacity:0;
}
.components-container .component_item.slick-active{
	opacity:1;
	filter:grayscale(0);
}
.components-container .component_item.slick-active .component_info{
	opacity:1;
}
.components-container .component_item .container{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.component_info{
	margin-top:50px;
	float:left;
	width:100%; 
}
.component-des{
	max-width: 440px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
}
.padd-container .content-prod{
	padding-top:90px; 
	padding-bottom:90px; 
	float:left;
	width:100%;
	border-top:1px solid #F0F0F0;
}
.padd-container .section-content{
	padding:0px; 
}
.model-products.product-part-finder{
	padding-bottom:0px; 
}
#product-reviews{
	text-align:center;
	padding-top:30px; 
}
#product-reviews .rounded_btn {
	margin-top:50px; 
}
.gallery-racing{
	float:left;
	margin:30px 0px 80px;
	width:100%;
}
.gallery-racing .gallery-item{
	float:left;
	width:100%;
	max-height:414px;
	overflow:hidden;
}
.gallery-racing.total_2 .gallery-item,
.gallery-racing.total_4 .gallery-item{
	width:50%;
}
.gallery-racing.total_3 .gallery-item{
	width:33.33%;
}
.gallery-racing.total_5 .gallery-item.item_1,
.gallery-racing.total_5 .gallery-item.item_4{
	width:70%;
}
.gallery-racing.total_5 .gallery-item.item_2,
.gallery-racing.total_5 .gallery-item.item_3{
	width:30%;
}
.gallery-racing .gallery-item img{
	width:100%;
	min-height:100%;
}
.gallery-racing .gallery-item .img-container{
	height:100%;
}
.gallery-racing.total_5 .gallery-item.item_2 .img-container{
	height:50%;
}
.fixed-index .product-model{
	padding-top:70px; 
}
.fixed-index .tab-headers{
	position:fixed;
	width:100%;
	top:60px;
	left:0px;
	background:#FFF;
	z-index:999;
}
.thumbnail .caption h3 a{
	color: #030303;
    font-weight: 500;
	opacity: 1;
}
.product_tabs .title1{
	text-transform:uppercase;
}

@-moz-document url-prefix() { 
  .news-letter .input-group .input-group-btn .btn{
	right:-6px;   
  }
}

.wrapper-thumbnail {
	padding:0 7.5px;
	overflow:hidden;
	margin-bottom:15px; 
}
.wrapper-thumbnail .thumbnail{
	border:1px solid #EBEBEB;
	padding:15px;
	min-height:100%;
	
}

.store-finders.bike-model .part-finders{
	display:none;
}

/*KITTED PRODUCT*/
#n_product #main-content{	
    padding-top: 50px;
}
#n_checkout #_cpy_info_msgs{
	min-height:80px;
}
.oem_kit .page-header h1{	
	color: #5D6469;
    font-size: 49px;
    line-height: 49px;
    font-weight: 400;
	padding-bottom:10px;
}

.oem_kit .page-header.fullwidth.no_banner{
	padding:60px 0 20px;
}
.oem_kit .page-header .container{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}
.oem_kit .sort-form .style-dropdown{
	display:none;
}
.oem_kit .sort-form .form-inline{
	justify-content:center;
}
.oem_thumbnail {
	padding:0 10px;	
	margin-bottom:30px; 
}
.oem_thumbnail  h3{
	font-size:20px;
	color:#030303;
	font-weight:500;
	font-family: 'Oswald', sans-serif;	
	text-transform:uppercase;
	padding:10px 0px;
	float:left;
}
.oem_thumbnail .product_block{
	float:left;
	width:100%;
	border:5px solid #F0F0F0;
	padding:15px;
}
.oem_kit .product-part-finder{
	padding-top:0px;
}
.oem_kit .category-content{
	padding:0px;
	margin-bottom:0px;
}

.four_selects .part-finders .form-block{
	padding:10px 25px;
}

.four_selects .part-finders .field.select{
	margin-left:0px; 
	
}
.four_selects .part-finders .form-block .btn_field{
	width:30px;
}
.oem_kit .category-content .wrapper-thumbnail{
	padding:0px;
}
.oem_thumbnail .product_block img{
	max-width:100%;
	width:100%;
}
.oem_thumbnail:hover > h3 > a{
	color:#E4002B;
}
.svg-element path{
	position:relative;
	z-index:1;
	
}

.svg-element path[id^="a"]{
	cursor:pointer;	
	position:relative;
	z-index:999;
}
.svg-element path[id^="a"] + text{
cursor:pointer;	
	position:relative;
	z-index:999;
}
.svg-element path[id^="a"]:hover,
.svg-element path[id^="a"] + text:hover{
	fill:#e5e5e5 !important;
}
.kitted_componets{
	display:flex;
	justify-content: space-between;
	float:left;
	width:100%;
}
.kitted_componets .kit_content_left{
	width:58%;
	padding-right:50px;
}
.kitted_componets .kit_content_right{
	width:42%;
}
.kitted_componets .kit_content_left .image-navigation{
	display:none;
}
.kitted_componets .kit_content_left .product_image{
	float:left;
	width:100%;
	margin:15px 0px;
	border:1px solid #F0F0F0;
	
}
.kitted_componets .kit_content_left .col-md-push-2{
	    padding: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.kitted_components{
	float:left;
	width:100%;
}
.kitted_componets .component.selector{
	margin-top:0px;
}
.kitted_components .title3,.kit_total{
	font-family: 'Oswald', sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #36454F;
    font-weight: 500;
    margin: 0px;
    letter-spacing: 0.20px;
	text-transform:uppercase;
	
}
.kitted_components .kitted_items{
	float:left;
	width:100%;
	margin:15px 0px;
	border-top:1px solid #F0F0F0;
}
.wrapper-components-thumbnail.group_kit{
	float:left;
	width:100%;
}
.wrapper-components-thumbnail.group_kit  .components-thumbnail,.wrapper-components-thumbnail.group_kit .component_head{
	float:left;
	width:100%;
}
.wrapper-components-thumbnail.group_kit {
	border-bottom:1px solid #F0F0F0;
}
.wrapper-components-thumbnail.group_kit .option_selector{
	float: left;
    width: 100%;
    position: relative;
	padding:20px 0px 0px;
	
}
.wrapper-components-thumbnail.group_kit.active,
.wrapper-components-thumbnail.group_kit.active .thumbnail{
	background: #F0F0F0;
}

.wrapper-components-thumbnail.group_kit .component_head{
	display:flex;	
	align-items: flex-end;
}
.wrapper-components-thumbnail.group_kit .component_head .title{
	font-size:16px;
	font-weight:bold;
	color:#030303;
	margin:0px;
	padding-right:17px;
}
.wrapper-components-thumbnail.group_kit .component_head .title span{
	color:#E50019;
	margin-right:5px; 
}
.wrapper-components-thumbnail.group_kit .component_head .component_sku{
	font-size:10px;
	font-weight:300;
}

.kitted_components .component-info{
	display:flex;
	justify-content:space-between;
	float:left;
	width:100%;
	padding:5px 0px 15px; 
	align-items: center;
}
.kitted_components .component-info .component-thumb{
	display:none;
}
.kitted_components .component-info .component-max{
	font-size: 10px;
    font-weight: 300;
    color: #000000;
    padding-left: 32px;
    padding-top: 5px;
    text-transform: capitalize; 
	position:absolute;
}
.component_price{
	display: flex;
    align-items: center;
}
.component_price .retail_rrp{
	font-size: 10px;
    padding-right: 7px;
    position: relative;
    top: 2px;
}
.component_price p{
	margin:0px;
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#030303;
	line-height:29px;
	letter-spacing:01px; 
}

.kitted_components input[type=number]::-webkit-inner-spin-button, 
.kitted_components input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.kitted_components .product-quantity{
	margin-bottom:0px;  
}

.kitted_components .product-quantity label {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #36454;
}
.kitted_components .panel-body{
	max-height:420px;
	overflow:auto;
	scroll-behavior: smooth;
	padding-left:15px;
	 
}
.kitted_components .panel-body .thumbnail{
	padding:10px 15px 10px 0px; 
}
.norightpadding{
	padding-right:0px !important;
}
.noleftpadding{
	padding-left:0px !important;
}
.component_bottom{
	display:flex;
	justify-content:space-between;
	float:left;
	width:100%;
	padding:5px 0px 15px; 
	align-items: center;
}

.component_bottom .kit_total{
	color:#030303;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
}
.component_bottom  .product-cart{
	width:100%;
	max-width:235px; 
	margin-left:15px; 
}

.component_bottom  .product-cart svg{
    max-width: 20px;
    height: 20px;
    position: relative;   
    display: none;
	left: 0px;
	  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.component_bottom  .product-cart .btn{
    display: flex;
    align-items: center;
    justify-content: center;
	  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
	
.component_bottom  .product-cart .btn:hover > svg{
	display:block;
	left: 7px;
}
.search-results-search{
	padding:30px 0px 70px; 
	
}
.track_total{
	position: absolute;
    top: -6px;
	color:#5D6469;
	font-size:16px;
	
}
.after_tracking{
	float: left;
    width: 100%;
    color: #000;	
}
#afterpayModal .modal-dialog{
	max-width:730px;
}
.product-availability .fa-info-circle{
	border:none;
	padding:0px;
	color:#EBEBEB;
	font-size:15px;
}
.after_tracking p{
	margin-bottom:0px;
	
}
.search-results-search input#name_search {
    height: 50px;
    border-top-right-radius: 15px;
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    outline: none !important;
}
.no-results{
	padding:40px 0px;
	
}
.drag-image{
	position:relative;
	overflow:hidden;
	float:left;
	width:100%;
	
}
.zoom-control{
    display: flex;
    position: absolute;
    bottom: 8px;
    left: 8px;
}
	
.zoom-control a{
	background:#E50019;
	width:32px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;	
	margin-right:2px;
	color: #FFF;
	margin-top:0px; 
    font-size: 22px;	
}
.zoom-control a:hover{
	background:#5D6469;
}
.zoom-control a svg{
	width:8px;
}
.zoomHolder
{
   width:100%;
   height:auto;
   position:relative;
   overflow:hidden
}
.product_slide{
   width:100%;
   float:left;
   position:relative; 
   padding-bottom:40px;
}
.product_slide .slick-list {
	
}

.product_slide .slick-prev,.product_slide .slick-next{
	top:auto;
	bottom:0px;
	width:auto;
	height:auto;
	font-size:16px;
	color:#5D6469 !important;
	display:flex !important;
	align-items:center;
}
.product_slide .slick-prev:before,.product_slide .slick-next:before{
	display:none;
}
.product_slide .slick-prev{
	left:15px;
}
.product_slide .slick-next{
	right:14px; 
}
.product_slide .slick-arrow span{
	padding:0 10px;
}
/*
.macth_height > .row,.macth_height > .row >.col-xs-12,.component,.kitted_components,
.kitted_components .kitted_items{
	height:100%;
}*/ 

.page-header.fullwidth.no_banner{
	padding:90px 0 45px;
}

.pre_loading .page-loaders {
  display: block;
}
.page-loaders {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.5);
  display: none;
  text-align: center;
  top: 0px;
}
.page-loaders .preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page-loaders .preloader svg {
  width: 120px;
  height: 120px;
}
.on_loading  .npopup{
	display:none !important;
}
.quick_items{
	opacity:0;
	position:absolute;
}

.outofstock .cart_logic{
	bottom:5px;
	padding:20px 15px; 
}
.cart_logic{
	position:absolute;
	width:100%;
	bottom:-500px;
	left: 0px;
	background:#5D6469;
	padding:13px 15px;
	z-index:1;
}
.wrapper-thumbnail .thumbnail .caption{
	padding-bottom:0px; 
}
.cart_logic label{
	font-size:14px;
	font-weight:300;
	text-transform:uppercase;
	line-height:17px;
	font-family: montserrat, sans-serif;
	float: left;
	width: auto;
	color: #FFF;
	margin-bottom:0px; 
	padding:5px 10px 0px 0px; 
	
}
.cart_logic .input-tiny{
	float:left;
	width:43px;
	height:24px;
	font-size:14px;
	line-height:17px;
	font-weight:500;
	font-family: montserrat, sans-serif;
	background-color: transparent;
	margin-right:0px; 
	text-align:center;
	border:1px solid transparent;
	outline:none !important;
	color:#FFF;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   
}
.cart_logic  .qty_box{
	float:left;
	width:auto;
	display:flex;
} 
.cart_logic .btn{
	width:auto;
	font-size:12px;
	font-family: montserrat, sans-serif;
	font-weight:600;
	color:#FFF;
	padding:7px 0px;
	float:left;
	text-transform:capitalize;
	background:transparent;
	border-radius:20px; 
	border:2px solid #FFF;
	margin-bottom:0px !important;
	width:120px;
	text-align:center;
	opacity:1 !important;
	
}

.add_tocart .cart_logic{
	background:#69BF80;
}


/* make it red instead (with with same width and style) */
select option:hover,
select option:focus,
select option:active {
    background: linear-gradient(#E4002B, #E4002B);
    background-color: #E4002B !important; /* for IE */
    color: #FFF !important;
	opacity:0.5 !important; 
}

select option:checked {
    background: linear-gradient(#E4002B, #E4002B);
    background-color: #E4002B !important; /* for IE */
    color: #FFF !important;
}



#buy-child-list .table-bordered {
    border: 0;
}

#buy-child-list table tr th {
    border: 0;
    background-color: #ebebeb;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#buy-child-list table tr td {
    border-top: 1px solid #ebebeb;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

#buy-child-list input[type="text"] {
    height: auto;
    font-size: 16px;
    padding: 6px 10px;
    margin: 5px 0 0 0;
    border: 1px solid #ccc;
    text-align: center;
}







.page-header.fullwidth.team .contentHolder {
	z-index: 1;
}

.page-header.fullwidth.team .h1 {
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 49px;
	margin: 0;
}

.team-page h1,
.team-page h2,
.team-page h3,
.team-page h4,
.team-page h5,
.team-page h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	color: #E50019;
	text-transform: uppercase;
}

.team-page p {
	color: #36454F;
}


.video {
	background-color: #F7F7F7;
	text-align: center;
	padding: 70px 0;
}
.video iframe {
	width: 100%;
	max-width: 874px;
}
.video .intro {
	max-width: 700px;
	margin: 60px auto 0;
}
.video .intro h1 {
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 35px 0;
}
.team-headings {
	text-align: center;
	font-size: 30px;
	margin: 95px 0 20px;
}
.team-members .team-member {
	padding: 80px 0;
}
.team-members .team-member .content {
	padding-left: 65px;
}
.team-members .team-member .images .slick-prev {
	left: 0;
	top: auto;
	bottom: -45px;
	width: 40px;
	height: 33px;
	z-index: 99;
}
.team-members .team-member .images .slick-prev::before {
	content: '';
}
.team-members .team-member .images .slick-next {
	right: 0;
	top: auto;
	bottom: -45px;
	width: 40px;
	height: 33px;
	z-index: 99;
}
.team-members .team-member .images .slick-next::before {
	content: '';
}
.team-members .team-member .images .slick-slide {
	padding: 5px;
	height: 405px;
}
.team-members .team-member .images .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;	
}
.team-members .team-member .images img {
	width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
}
/*
.team-members .team-member .images .slide:not(.slick-slide) {
	background-color: #d0d0d0;
	text-align: center;
	height: 400px;
}


@media screen and (max-width: 768px) {
	.team-members .team-member .images .slide:not(.slick-slide) {
	    height: 300px;
	}
}
.team-members .team-member .images .slide:not(.slick-slide) img {
    height: 100% !important;
    width: auto !important;
}
*/





.team-members .team-member h4 {
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 20px;
}
.team-members .team-member table {
	margin: 0 -10px 25px;
}
.team-members .team-member table td {
	vertical-align: top;
	padding: 0 10px;
}
.team-members .team-member table strong {
	font-size: 13px;
}


.team-members .team-member:nth-child(even) {
	background-color: #F7F7F7;
}

.team-members .team-member:nth-child(even) .row {
	flex-direction: row-reverse;
	display: flex;
}
.team-members .team-member:nth-child(even) .content {
	padding-left: 15px;
	padding-right: 80px;	
}




.teamSearch {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: -5px;
	margin-top: 90px;
	margin-bottom: 30px;
}
.teamSearch .h3 {
	color: #E50019;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
}
.searchHolder {
	position: relative;
	width: 50%;
	padding: 0 5px;
}
.searchHolder i {
	position: absolute;
	right: 21px;
	top: 14px;
	font-size: 25px;
	color: #36454F;
}
.searchHolder input {
	border: 1px solid #9AA1A6;
	border-radius: 5px;
	height: auto;
	padding: 18px 15px 18px 15px;
	font-size: 16px;
	width: 100%;
}






#events {
	margin: 0 -10px 100px;
	display: flex;
	flex-wrap: wrap;
}

#events .item {
	width: 50%;
	padding: 10px;
}

#events .item .holder {
	display: flex;
	background-color: #F7F7F7;
	border-radius: 8px;
	padding: 30px 15px 30px 30px;
}

#events .item.heading {
	width: 100%;
	background-color: transparent;
	margin: 45px 0 20px 0;
}
#events .item.heading p {
	font-size: 20px;
	line-height: 1;
	position: relative;
	width: 100%;
	padding: 0 0 10px 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
#events .item.heading p:after {
	content: '';
	background-color: #efefef;
	height: 1px;
	width: calc(100% - 10px);
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}

#events .item p {
	margin: 0;
}

#events .item p.days {
	font-size: 30px;
	line-height: 1;
	margin: 0 30px 0 0;
	width: 75px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
#events .item p.name {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Muli', sans-serif;
	line-height: 1;
}
#events .item p.location {
	font-size: 15px;	
}


.logos {
	text-align: center;
	background-color: #F7F7F7;
	padding: 80px 0 100px;
}
.logos h2 {
	margin-bottom: 60px;
}
.logos p {
	margin: 20px 0;
}
.logos img {
	margin: 0 10px;
}






/* News */
.page-header.fullwidth.news {
	text-align: left;
	border: 0;
	margin: 0;
}
.page-header.fullwidth.news .h1 {
	color: #E50019;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 49px;
	margin: 0;
}
.newsSearch .form_holder .inputHolder {
	position: relative;
	width: 100%;
}
.newsSearch .form_holder .fa-search {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 25px;
}
.newsSearch .form_holder {
	display: flex;
	position: relative;
}
.newsSearch .form_holder input[type="search"] {
	margin: 0;
	border-radius: 6px !important;
	padding: 18px 15px;
	height: auto;
}
.newsSearch .form_holder button[type="submit"] {
	background-color: #e50019;
	color: #fff;
	border-radius: 1000px;
	line-height: 1;
	padding: 10px 30px;
	margin: 8px 0 0 30px;
	height: 40px;
}


.blog-thumbs {
	margin-bottom: 100px;
}

.blog-thumbnail.featured {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	margin: 0 0 95px 0;
}
.blog-thumbnail.featured h4 {
	font-size: 49px;
}
.blog-thumbnail.featured .blog-img {
	width: 60%;
	height: 425px;
}
.blog-thumbnail.featured .blog-thumbnail-inner {
	width: 40%;
	margin: 0;
}
.blog-thumbnail.featured .blog-thumbnail-inner .card-block {
	height: 100%;
	position: relative;	
	padding-right: 100px;
}
.blog-thumbnail.featured a.readmore {
	position: absolute;
	bottom: 0;
	left: 0;
}
.blog-thumbnail.featured a.readmore svg {
	transform: rotate(180deg);
	transition: 0.5s;
	margin-left: 5px;
}
.blog-thumbnail.featured a.readmore:hover svg {
	margin-left: 10px;
}


.blog-thumbnail .blog-img {
	overflow: hidden;
}
.blog-thumbnail .blog-img a {
	position: relative;
	display: block;
	height: 100%;
}
.blog-thumbnail .blog-img a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: linear-gradient(135deg, rgba(244,240,240,1) 0%, rgba(54,69,79,1) 0%, rgba(67,66,66,0.53) 64%, rgba(5,5,5,0.26) 100%);
	transition: 0.5s;
}
.blog-thumbnail:hover a:after {
	opacity: 0.5;
}
.blog-thumbnail .blog-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.blog-thumbnail .blog-date {
	font-size: 10px;
	border-radius: 0;
	text-align: left;
	background: transparent !important;
	color: #000;
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	font-family: 'Muli', sans-serif;
	position: relative;
	top: auto;
	left: auto;
	padding: 0;
	opacity: 0.5;
}
.blog-thumbnail h4 {
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}
.blog-thumbnail h4 a {
	text-decoration: none !important;
}
.blog-thumbnail a.readmore {
	color: #E50019;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}


.page-header.fullwidth.news.single {
	padding: 120px 0 90px;
}
.page-header.news .back {
	color: #E50019;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	display: flex;
	align-items: center;
}
.page-header.news .back svg {
	margin: 0 20px 0 0;
}


.blog-single .wrapper {
	margin: auto;
	max-width: 826px;
}
.blog-single p {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 29px;
}
.blog-single p a {
	color: #E50019;
}
.blog-single h1 {
	font-size: 49px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	margin: 0 0 60px;
}
.blog-single .blog-img {
	width: 100%;
	height: 500px;
}
.blog-single .blog-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.blog-single .blog-date p {
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 20px 0 45px;
}
.blog-single h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	margin: 45px 0 25px;
	letter-spacing: 1px;
}
.blog-single h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	margin: 45px 0 25px;
	letter-spacing: 0;
}
.blog-single ul,
.blog-single ol {
	padding-left: 15px;
}
.blog-single ul > li,
.blog-single ol > li {
	margin: 20px 0;
	font-size: 18px
}
.blog-single table {
	width: calc(100% + 10px) !important;
	border: 0;
	margin: 50px -5px;
}
.blog-single table tr td {
	border: 0;
	padding: 5px;
}
.blog-single table tr td img {
	width: 100% !important;
	height: auto !important;
}

.more-news {
	margin: 115px auto 60px;
}
.more-news .heading .col-sm-12 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 70px;
}
.more-news .h1 {
	font-size: 49px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	margin: 0;
}
.more-news .heading a {
	color: #E50019;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 15px 0 0;
}


@media screen and (max-width: 768px) {
	
	.page-header.fullwidth.team .h1 {
		font-size: 30px;
	}
	
	.video iframe {
		height: 240px;
	}
	
	.team-headings {
		margin: 70px 0 0;
	}
	.team-members .team-member .images .slick-slide {
		height: 269px;
	}
	.team-members .team-member .content {
		padding-left: 15px;
		margin-top: 50px;
	}
	.team-members .team-member .content img {
		width: 90% !important;
		height: auto !important;
	}
	.team-members .team-member:nth-child(even) .row {
		flex-direction: column;
	}
	.team-members .team-member:nth-child(even) .content {
		padding-right: 15px;
	}
	.team-members .team-member table td {
		width: 100%;
		display: block;
	}
	
	.teamSearch {
		flex-direction: column;
		margin-top: 69px;
	}
	.teamSearch .h3 {
		margin: 0 0 25px 0;
	}
	.searchHolder {
		width: 100%;
		padding: 0;
		margin: 5px 0;
	}
	
	
	
	
	#events {
		margin: 0 -10px 60px;
	}
	#events .item {
		width: 100%;
	}
	#events .item .holder {
		border-radius: 6px;
		padding: 20px 15px 20px 20px;
	}
	#events .item p.days {
		font-size: 20px;
		width: 60px;
	}
	#events .item p.name {
		font-size: 16px;
		margin: 0 0 3px 0;
	}
	
	
	
	.logos {
		padding: 60px 0 60px;
	}
	.logos img {
		margin: 0 15px;
		max-width: 70px;
		height: auto !important;
	}
	
	
	
	
	
	.page-header.fullwidth.news {
		padding: 50px 0;
	}
	
	
	.newsSearch .form_holder {
		flex-direction: column;
		margin: 25px 0 15px 0;
	}
	.newsSearch .form_holder button[type="submit"] {
		padding: 10px 30px;
		margin: 20px 0 0 0;
		height: 55px;
		font-size: 18px;
	}

	.blog-thumbnail.featured {
		flex-direction: column;
	}
	.blog-thumbnail.featured .blog-img {
		width: 100%;
		height: auto;
	}
	.blog-thumbnail.featured .blog-thumbnail-inner {
		width: 100%;
	}
	.blog-thumbnail.featured .blog-thumbnail-inner .card-block {
		padding-right: 0;
		margin-top: 25px;
	}
	.blog-thumbnail.featured h4 {
		font-size: 40px;
	}
	.blog-thumbnail.featured a.readmore {
		position: relative;
		margin-top: 50px;
		display: block;
	}
	
	
	
	.blog-single .blog-img {
		height: auto;
	}
	.blog-single .blog-img img {
		height: auto;
		object-fit: unset;
		object-position: unset;
	}
	.blog-thumbs {
		margin-bottom: 0;
	}
	
	
	/* Rideaway */
	.calculate_rideaway {
	    background-color: #e50019;
	    color: #fff;
	    width: 100%;
	}

	
	
}



	
	
@media (min-width: 768px) {	
	.card.thumbnail:hover > .product_block{
		-webkit-transform: scale(1);
		-ms-transform: scale(1);   
		-moz-transform: scale(1);    
		transform: scale(1);	
		position: relative;
	}
	.thumbnail .savings-container{
		z-index: 999;
	}
	.card.thumbnail:hover > .product_block > .thumbnail-image{
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);   
		-moz-transform: scale(0.7);    
		transform: scale(0.7);	
		position: relative;
		margin-top:-30px; 
		
	}
	.card.thumbnail:hover > .product_block > .caption{
		margin-top:-30px;
	}
	.card.thumbnail:hover >  .cart_logic{
		z-index:99;
		bottom:0px;  
	}
	.oem_kit.fixed-sticky #wrapper-header,
	.oem_kit.fixed-sticky .part-finders{
		position:static;
	}
}
#recent_sales_content_description{
	line-height:21px; 
}
label.no_qty{
	display:none;
	
}

.thumbnail:hover img{
	opacity:1 !important;
}
.outofstock .cart_logic{
	background:#E50019;
}
.preorder .cart_logic{
	background:#5D6469; 
}
.outofstock .cart_logic .qty_box .input-tiny,
.outofstock .cart_logic .qty_box .qty{
	display:none; 
}

.outofstock .cart_logic .qty_box label.no_qty{
	padding:3px 15px 0px 10px;
	display:block;
}


.cart_logic .form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content:space-between;
}
.cart_logic .btn:hover{
	background:#FFF;
	color:#5D6469;
	
}
.add_tocart .cart_logic .btn:hover{
	color:#69BF80;
}
.outofstock .cart_logic .btn:hover{
	color:#E50019;
}

.backorder .cart_logic{
	background:#f0ad4e;
}
/*.backorder .cart_logic label{
	color:#333;
}
.backorder .cart_logic .input-tiny{
	color:#333;
}
.backorder .cart_logic .btn{
	color:#333;
	border:1px solid #333;
}*/
.backorder .cart_logic .btn:hover{
	color:#f0ad4e;
}
#mob-menu .lvl-2 .menu-level-wrapper{
	position:relative;
}
#mob-menu .lvl-2 .menu-level-wrapper > span.mob-drop{
	position: absolute;
    right: 0px;
    top: 0px; 
}
#n_stockist #main-content{
	padding-top:60px; 
	padding-bottom:60px; 
}
#n_stockist #main-content .col-sm-4 .img-responsive{
	display:block;
	margin: 0 auto;
}
img.store_image{
	width:100%;
}
.store_links{
	float:left;
	display:flex;
	align-items: center;
	padding:15px 0px;
	list-style:none;
}
.store_links li{
	margin-right:15px; 
}
.store_links a{
	font-size:24px; 
}
.store_links a:hover,.store-infomation a:hover{
	color:#E50019;
}
.templ-store-details .part-finders .form-block{
	display:none;
}
.store-infomation address{
	font-size:16px;
	line-height:24px; 
}

.wrapper-utility > div.header-new-search{
	margin:0px;
	position:relative;
	float:left;
	width:330px;
}
.wrapper-utility > div.header-search.header-search{
	display:none;
}
.header-new-search .form-group{
	margin:0px; 
}
.header-new-search .form-group input.form-control, 
.header-new-search .form-group .form-control{
	margin-bottom: 0px;
    border-radius: 6px !important;
    border-color: #E50019;
    padding:0px 40px 0px 20px;
    height: 43px;
    font-size: 16px;
    color: #5D6469;
    line-height: 16px;
    font-weight: 400;
}
.search-btn-submit .fa-search,
button.search-btn .fa{
	color:#E50019;
}
.header-new-search .form-group  .search-btn-submit{
	border: none;
    background: none;
    box-shadow: none;
    position: absolute;
    top: 11px;
    right: 10px;
}
.header-new-search .nsearchinput-pl.well{
	margin-top: 43px !important;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
}
.header-new-search .nsearchinput-pl.well li{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; 
}
.header-new-search .nsearchinput-pl.well .nav > li > a{
	display: flex;
    text-align: left;
}
.header-new-search .search_loading_icon{
	position: absolute;
    z-index: 9999;
    right: 16px;
    top: 12px;
    background: #FFF;
    width: 20px;
}
.back-to-oem{
	position: absolute;
    font-size: 15px;
    font-weight: 400;
    right: 15px;
    top: 20px;
	display:none;
}
.oem_kit .wrapper-upsells .title1{
	text-transform:uppercase;
}
.oem_kit .back-to-oem{
	display:block;
}
.back-to-oem a{
	color:#E50019;
	text-decoration:none;  
}
.back-to-oem a svg{
	width: 7px;
    height: 13px;
}
.back-to-oem a span{
    position: relative;
    left: -10px;
    top: 1px;
}
@media (max-width: 1200px) {
	header > .container{
		padding: 0 30px;
	}	
	.wrapper-popular .product-slider .wrapper-thumbnail{
		width:25%; 
	}
	#wrapper-staticmenu .navbar-nav > li > a,
	header .navbar-nav .dropdown-menu > li > a{
		padding:12px 10px;
	}
	
	.fixed-sticky #wrapper-staticmenu .navbar-nav > li > a,
	.fixed-sticky header .navbar-nav .dropdown-menu > li > a{
		padding:12px 5px;
		font-size:12px;
	}
	
	.flow-content .content-block{
		padding:50px 15px; 
	}
	.ajax-template .container{
		padding:0 30px; 
	}
	.tab-headers .product_contents{
		overflow:auto;
		justify-content:flex-start;
		
	}
	.tab-headers .product_contents li{
		padding:0px;
		margin-right:0px;
	}
	.ajax-template .product_contents li .panel-titles{
		    font-size: 13px;
			text-align: center;
			float: left;
			width: 100%;
			padding: 10px 25px;
			white-space: nowrap;
	}
	.ajax-template .product_contents li:after{
		top:3px; 
	}
	#n_product ul.breadcrumb{
		padding-left:15px; 
	}
	.sections.footers{
		padding-left:15px;
		padding-right:15px;		
	}
	#n_product #main-content{
		padding-top:80px; 
	}
}
@media (max-width: 991px) {
	#wrapper-header{
		display:none;
	}
	.mob-logo img{
		max-height: 40px;
		width: auto;
	}
	.fixed-sticky .wrapper-mob-header{ 
	    position: fixed;
		z-index: 999;
		top: 0px;
		left: 0px;
		background: #FFF;
	}
	.oem_kit.fixed-sticky .wrapper-mob-header{
		position:relative !important;
	}
	.part-finders .container{
		padding:0px;
	}
	.part-finders .form-block{
		border-radius:0px;
	}
	.wrapper-popular .product-slider .wrapper-thumbnail{
		width:50%;
	}
	.carousel-slider .carousel-caption-wrapper{
		left:15px; 
	}
	.part-finders .form-block{
		padding:10px 15px;
	}
	
	
	
	.models {
		
	}
	
	
	.instragram #instafeed a:nth-child(1),
	.instragram #instafeed a:nth-child(5){
		width:100%;
	}
	.instragram #instafeed a:nth-child(2),
	.instragram #instafeed a:nth-child(3),
	.instragram #instafeed a:nth-child(4){
		width:50%;
	}
	.instragram #instafeed a:nth-child(3){
		position:static;
	}
	.instragram #instafeed a:nth-child(4){
		 display:none;
	}
	.instragram #instafeed a:nth-child(2) > img, 
	.instragram #instafeed a:nth-child(3) > img, 
	.instragram #instafeed a:nth-child(4) > img{
		    left: 0px;
			min-width: 100%;
			height: auto !important;
	}
	.wrapper-banners .img .title2{
		background:#F7F7F7;
		right:-5px;
		padding:15px;
	}
	.footers .container{
		padding:0 30px;
	}
	.footers .column-links{
		width:100%;
		max-width:100%;
		padding-bottom:30px; 
		
	}
	.footers .social-right{
		width:100%;
		max-width:100%;
	}
	.wrapper-usps .advert-usp{
		padding-right:0px; 
	}
	.carousel-slider .carousel-caption-wrapper{
		max-width:420px;
	}
	.social-right h4{
		text-align:center !important;
	}
	ul.list-social{
		    display: flex;
		align-items: center;
		justify-content: center;
	}
	.menu-level-wrapper span{
		float:left;
		width:100%;
		font-size:14px; 
	}
	
	.part-finders{
		height:auto;
	}
	.menu-level-wrapper > a{
		width:100%;
	}
	.flow-content .content-block .block-content{
		padding-top:0px; 
	}
	.body-content{
		padding:60px 0px; 
	}
	.part-finders .form-block{
		top:0px; 
	}
	.models-description.product-part-finder{
		padding-top:0px; 
	}
	.models-description.product-part-finder .container{
		padding:0px 15px; 
	}
	.description-racing{
		display:block;
	}
	.description-racing .bck-img,.description-racing .bck-content{
		width:100%;
		float:left;
	}
	
	.description-racing .bck-content{
			padding:30px 15px 0px; 
	}
	.breadcrumbs .container{
		padding:0 30px; 
	}
	.product-model .product_info{
		width:40%;
		padding:30px 0px 0px;
	}
	.product-model .product-images{
		width:60%; 
		padding:40px 0px 0px;
	}
	.product_tabs .section-content,
	.padd-container .content-prod{
		padding: 60px 15px;
		float: left;
		width: 100%;
	}
	.description-racing{
		padding-bottom:30px;
	}
	.components-container, .components-container.slick-dotted.slick-slider{
		    margin-bottom: 60px;
			margin-top: 30px;
	}
	.product_tabs .padd-container .content-prod .section-content{
		padding:0px; 
	}
	.payment-methods{
		float:right;
	}
	.payment-methods > ul{
		position: relative;
		left: -30px;
		
	}
	.designed_by{
		width:100%;
		position:absolute;
		bottom:-30px; 
		
	}
	footer .column-links .col-sm-3{
		max-width:100%; 
	}
	#footer-bottom{
		padding-bottom:60px; 
	}
	
	.kitted_componets{
		display:block;
	}
	.kitted_componets .kit_content_left,.kitted_componets .kit_content_right{
		width:100%;
		margin-bottom:30px;
		padding-right:0px; 
		float:left;
	}
	.kitted_components .panel-body{
			/*max-height:100% !important;*/
	}
}
@media (max-width: 767px) {
	.cart_logic{
		    bottom: 0px;
		position: relative;
		width: calc(100% + 30px);
		left: -15px;
		margin-top: 10px;
	}
	.cart_logic label{
		padding-left:0px; 
		padding-right:0px; 
	}
	
	.part-finders .form-block,
	.fixed-sticky .part-finders{
		position:relative;
		top:0px;
		z-index:99;
	}
	.wrapper-featured-grid .grid-item,
	.wrapper-featured-grid.total_5 .grid-item:nth-child(4), 
	.wrapper-featured-grid.total_5 .grid-item:nth-child(5){
		width:100%;		
	}
	.part-finders .form-block{
		display:block;
		top:0px;
	}
	.part-finders .form-block .h3{
		    width: 100%;
		margin-bottom: 15px;
		text-align: center;
		margin-top: 10px;
	}
	.field.select{
		padding-left: 0px;
		display: block;
		width: 100%;
		min-width: 100%;
		margin: 0px;
	}
	.part-finders .form-block .part-finder{
		 width: 100%;
	}
	/*
	img.advert-carousel-img {
		width: 100%;
		min-height: 350px;
		position: relative;
		width: auto;
		max-width: 200%;
		left: -50%;
	}
	*/
	.part-finders .form-block .h3{
		font-size:24px;
	}
	.carousel-slider .carousel-caption-wrapper h2{
		font-size:32px;
		line-height:35px;
		max-width:260px;
	}
	.part-finders .form-block .part-finder{
		display:block;
	}
	.part-finders .form-block .btn_field {
		width: 100%;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.field.select select {		
		width: 100%;
		margin-right: 0;
		max-width: 100%;
		margin-bottom: 10px;
		background-color:#FFF;
	}
	.btn_field .btn{
		max-width:150px;
	}
	.btn_field svg{
		opacity:0;
	}
	.wrapper-banners{
		padding:100px 0px 60px;
	}
	.wrapper-banners .img .title2{
		position:static;
		padding: 0px;
		margin-bottom: 25px;
		float: left;
		width: 100%;
	}
	.wrapper-banners .img .title2 .big {
		font-size: 42px;
		line-height: 45px;
		max-width: 120px;
	}
	.instragram #instafeed a:nth-child(1),
	.instragram #instafeed a:nth-child(5),
	.instragram #instafeed a:nth-child(4){
		display:block;
		width: 100%;
	}
	.instragram #instafeed a:nth-child(2), 
	.instragram #instafeed a:nth-child(3) {
		width: 50%;
	}
	.wrapper-usps .advert-usp{
		width:100%;
		display:flex;
	}
	.wrapper-usps .advert-usp .advert-usp-icon{
		max-width:80px;
	}
	.wrapper-usps .advert-usp .advert-usp-content{
		    width: 100%;
		text-align: left;
	}
	footer .column-links h4.menu_title{
		display:none;
	}
	footer .column-links h4.visible-xs{
	    font-size: 20px;
		font-weight: 500;
		font-family: 'Muli', sans-serif;
		color: #030303;
		letter-spacing:0px;
	}
	ul.list-social{
		border:none !important;
	}
	.news-letter,
	.wrapper-offers{
		padding:50px 0px;
	}
	.news-letter .form-block{
		display:block;
	}
	.news-letter .form-block .h3{
		text-align: center;
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
	}
	.news-letter .form-block .part-finder,
	.klaviyo-form-XBu6Uy {
		width:100%;
		display:block;
	}
	.klaviyo-form-XBu6Uy > div > form > div > div {
		flex-direction: column !important;
	}
	.klaviyo-form-XBu6Uy > div > form > div > div > div {
		flex: unset !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.klaviyo-form-XBu6Uy > div > form > div > div > div:nth-child(2) {
		width: 100%;
		padding: 0 !important;
	}
	.klaviyo-form-XBu6Uy > div > form > div > div > div:last-child {
		top: auto;
		bottom: 0 !important;
		padding: 0 !important;
	}
	.wrapper-banners .img .title2{
		font-size:24px; 
	} 
	.news-letter .input-group,
	.news-letter .field{
		margin-left:0px;
		margin-bottom:10px;
		width:100%;
		max-width:100%;
		margin-top:0px;
	}
	.product_contents{
		display:none;
	}
	#productaccordion .panel-heading{
		display:block;
	}
	
	.panel-product-details .panel-collapse{
		padding:0px;
		height:0px !important;
		display:none !important;
	}
	.panel-product-details .panel-collapse.in{
		padding:20px 0px;
		height:auto !important;
		display:block !important;
	}
	
	.geo_loc_list ul li{
		width:100%;
		margin-bottom:15px; 
		padding:30px 30px 15px; 
	}
	.body-content form{
		display:block;
		padding:30px 20px; 
	}
	.flow-content .content-block .row{
		display:block;
		margin:0px; 
	}
	.flow-content .content-block,.flow-content .content-block .container{
		padding:0px; 
	}
	.flow-content .content-block .block-content,
	.flow-content .content-block .conetent-image,
	.beta-plans .cols{
		width:100%;
		max-width:100%; 
		
	}
	.flow-content .content-block .block-content{
		padding:50px 30px !important; 
	}
	.beta-plans{
		padding-top:50px; 
	}
	.flow-content.faqs{
		padding:50px 0px; 
	}
	.body-content .form-group .form-field{
		width:100%;  
	}
	.page-header.fullwidth.categorybanner h1 {
		font-size: 32px !important;
		float: left;
		width: 100%;
		text-align: center;
	}
	.wrapper-usps .fa{
		position: relative;
		left: -20px;
	}
	.specifications .title1{
		width:100%;
		max-width:100%;
		text-align:center;
		margin-bottom:30px; 
		
	}
	.wrapper-featured-grid.total_2 .grid-item{
		width:100% !important; 
	}
	.specifications .spec-table{
		width:100%; 
		margin-top:20px; 
	}
	.product-model .row.info-row{
		flex-direction: column-reverse;
		display: flex;
	}
	.product-model .product_info,
	.product-model .product-images{
		width:100%;
		max-width:100%;
	}
	.specifications .spec-table table td{
		font-size:14px; 
		padding:20px 0px; 
	}
	.specifications .spec-table a.load_more{
		font-size:14px; 
	}
	.tech-container{
		padding-bottom:30px; 
		padding-left: 15px;
		padding-right: 15px;
	}
	.product_tabs .container{
		padding:0px 20px;  
	}
	
	.description-racing .bck-content{
		    padding: 30px 20px 0px;
    float: left;
    width: 100%;
	}
	.description-racing .bck-content h2{
		font-size:24px; 
	}
	.bike-model .wrapper-featured-grid{
		padding-bottom:30px; 
		padding-top:0px; 
	}
	.models-description.product-part-finder{
		padding-bottom:30px; 
	}
	.models-nav ul.nav-list{
		display:block;
	}
	.models-nav ul.nav-list li{
		border:none;
	}
	.mob-logo{
		max-width:200px; 
	}
	.description-racing .bck-content{
		padding-left:0px;
		padding-right:0px; 
		font-size:14px;
		line-height:21px; 
	}
	
	.gallery-racing.total_5 .gallery-item.item_1, 
	.gallery-racing.total_5 .gallery-item.item_4,
	.gallery-racing.total_5 .gallery-item.item_2, 
	.gallery-racing.total_5 .gallery-item.item_3{
		width:100%;
	}
	.sections.footers{
		padding-left:0px;
		padding-right:0px; 
	}
	.sections.footers .column-links .col-sm-3,
	footer .column-links .col-sm-3{
		max-width:100%; 
		padding-left:15px;
		padding-right:15px; 
	}
	
	.body-content form.stockists-form{
		display:block;
	}
	form.stockists-form .form-group{
		margin-right:0px; 
		padding-right:0px; 
	}
	.body-content form.stockists-form .rounded_btn{
		width:100%; 
	}
	#footer-bottom {
		padding-bottom: 40px;
	}
	.designed_by{
		bottom:-15px; 
	}
	.payment-methods{
		display:none;
	}
	.payment-methods > ul{
		display: block;
		text-align: center;
	}
	.wrapper-components-thumbnail.group_kit .component_head .title{
		font-size:14px; 
	}
	.wrapper-components-thumbnail.group_kit .product-availability{
		text-align:left;
	}
	.wrapper-components-thumbnail.group_kit .product-availability span{
		font-size:10px; 
	}
	.kitted_components .component-info .component-max{
		padding-left:28px;
		font-size:8px;
	}
	.component_price p{
		font-size:16px; 
	}
	.kitted_components .product-quantity label{
		font-size:14px;
		display:none;
	}
	.fixed-sticky #searchToggle.collapse, .fixed-sticky #searchToggle.collapsing{
		top: 70px;
		margin-top: 0px;
	}
	.product_slide{
		margin-bottom:50px;
	}
	
	.kitted_components  .quantity-field{
		margin-left:0px;
	}
	.back-to-oem{
		top:-35px;
	}
	.product-model .product-images,
	.product-model .product_info{
		padding-top:0px; 
		
	}
	.model-products.product-part-finder{
		padding-top:20px; 
	}
	.product-model .product-images .image-navigation
	{
		display:none !important;
	}
	.product-model .product-images .slick-arrow{
		display:block !important;
		    font-size: 25px;
	}
	.product-model .product_info .product_price{
		margin:20px 0px 15px;
	}
	/*
	.model_items{
		margin:0px;
	}
	*/
	.product-model .product_info .sub_title{
		float: left;
		width: 100%;
		margin-bottom: 30px;

	}
	ul.model_list{
		display:block;
		float:left;
		width:100%;
	}
	ul.model_list li{
		margin:0px; 
		float:left;
		width:100%;
		margin-bottom:10px; 
	}
	ul.model_list li a{
		float:left;
		width:100%;
		text-align:center;
		line-height: 12px;
		padding: 12px 25px;
		height: 38px;
	}
	.product-model .product_info .product-footer .product-cart{
		max-width:100%;
	}
	.product-model .product-images .slick-dots,
	.tab-headers .product_contents .slick-dots{
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
	.product-model .product-images .slick-dots li,
	.tab-headers .product_contents .slick-dots li{
		height:2px;
		overflow:hidden;
		width:50px; 
	}
	.product-model .product-images  .slick-dots li button,
	.tab-headers .product_contents .slick-dots li button{
		width:100%;
		height:100%;
		background:#EBEBEB;
		padding:0px;
		border-radius:0px; 
		float: left;
		opacity: 1;
	}
	.slick-main-img.slick-dotted.slick-slider{
		margin-bottom:60px;
	}
	.product-model .product-images  .slick-dots li button:before,
	.tab-headers .product_contents .slick-dots li button:before{
		display:none; 
	}
	.product-model .product-images  .slick-dots li.slick-active button,
	.tab-headers .product_contents .slick-dots li.slick-active button{
		background:#E50019;
	}
	.products-parts .title1{
		padding:0 15px 25px;
	}
	html {
		scroll-behavior: smooth;
	}
}
@media (max-width: 520px) and (min-width:400px) {
	.cart_logic .btn{
			max-width: 120px;
			width: 100%;
			padding-left: 5px;
			padding-right: 5px;
			position: relative;
			left: -10px;
		}
}
@media (max-width: 410px) {
	.offer_info .offer_header{
		padding:25px;
	}
	.offer-body{
		padding:20px 20px 20px;
	}
	.offer_info .offer_header h4{
		font-size:60px;
	}
	.offer_info .offer_header h4 .small-head {
		font-size: 24px;
		max-width: 150px;
	}
	.offer-sub{
		font-size: 16px;
		line-height: 24px;
	}
	.offer-body .btn-container .btn{ 
		width: 100%;
		margin-bottom: 10px;
	}
	.product-footer .product-quantity{
		width:65%;
	}
	.ship-calc{
		padding-bottom:0px; 
	}
	#productaccordion,
	.product-upsells{
		margin-top:0px;
		margin-bottom:0px; 
	}
	#shipbox .col-lg-3{
		width:100%;
	}
	.panel-body{
		padding:10px 0px; 
	}
	
	.kitted_components  .quantity-field{
		margin-left:0px;
	}
	.kitted_components .product-quantity label{
		display:none;
	}
	.kitted_components .quantity-field .qty{
		width: 35px;
		height: 35px;
	}
	.kitted_components .quantity-field a{
		width:40px;
		height:40px;
	}
	
}
@media (max-width: 370px) {
	.product-footer .row{
		    display: block;
	}
	.product-footer .product-quantity, .product-footer .product-cart{
		width:100%;
	}
	.product-footer .product-quantity{
		margin-bottom:15px; 
	}
	.wrapper-pricing{
		flex-direction:column;
	}
	.wrapper-pricing > div{
		padding:10px 0px;
	}
	
	.wrapper-components-thumbnail.group_kit .component_head{
		display:block;
		position:relative;
	}
	.wrapper-components-thumbnail.group_kit .component_head .title span{
		position:absolute;
		left:0px;
	}
	.wrapper-components-thumbnail.group_kit .component_head .title{
		width: 100%;
		float: left;
		position: relative;
		padding: 0px 0px 0px 25px;
	}
	.kitted_components .component-info{
		display:block;
		position:relative;
		padding-bottom:5px;
	}
	.kitted_components .component-info .component_price{
		position: absolute;
		left: 0px;
		bottom: 10px;
	}
	.kitted_components .component-info .component-status{
		padding: 5px 0px 15px;
	}
	
	.wrapper-components-thumbnail.group_kit .component_head .component_sku {
		position: absolute;
		right: 0px;
		bottom: -30px;
	}
	.kitted_components .product-quantity{
		float:right;
	}
	.kitted_components .panel-body{
		padding-left:10px;
	}

}