/****** Header ******/
header {
	width: 100%;
	background: #002980;
	border-bottom: 4px solid #FDDA24;
	z-index: 99999;
	position: fixed;
	top: 0;
	transition: top 0.6s ease 0s;
	-webkit-transition: top 0.6s ease 0s;
	box-shadow: 0 2px 4px 0 rgba(48, 49, 51, 0.10), 0 0 1px 0 rgba(48, 49, 51, 0.05);
}

/* Header Top Bar */
.sale-counter {
	float: left;
	width: 100%;
	background: #335CB3;
	padding: 8px 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	height: 36px;
}

.sale-counter .row {
	margin: 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

.sale-counter img{
	display:none;
}

.sale-counter .sale-text {
	float: left;
	width: auto;
}

.sale-counter .sale-text strong {
	font-family: 'Figtree';
	font-weight: 700;
	color: #fff;
}

.sale-counter .sale-text p {
	color: #FDE150;
	font-family: 'Figtree';
	font-weight: 700;
	margin: 0;
	display: inline;
}

.sale-counter .promo-text {
	float: left;
	margin: 0 auto;
	padding: 0 5px;
	color: #fff;
	font-family: 'Figtree';
	font-weight: 700;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	min-height: 20px;
	min-width: 100px;
	text-align: center;
}
.sale-counter .promo-text div{
	font-weight: 700;	
}
.sale-counter .promo-text span {
	color: #FDE150;
	font-family: 'Figtree';
	font-weight: 700;
}

.sale-counter .counter-col {
	float: right;
}

.sale-counter .counter-col .heading {
	float: left;
	color: #fff;
	font-family: 'Figtree';
	font-weight: 700;
}

.sale-counter .counter-col .clock {
	display: inline-flex;
}

.sale-counter .counter-col .clock span {
	color: #FDE150;
	font-family: 'Figtree';
	font-weight: 700;
}

.slide--reset {
	top: 0;
}

.slide--up {
	top: -140px;
}

header.slide--up .nav-col {
	padding-bottom: 10px;
}

/* Main Header */
header .main-header {
	padding: 6px 0;
	float: left;
	width: 100%;
}

header .main-header .row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

header .left-grid {
	padding-right: 8px;
	width: 65%;
	display: inline-flex;
	align-items: center;
}

.companylogo {
	margin-right: 64px;
	float: left;
	width: 154px;
	min-width: 154px;
}

.companylogo img {
	width: 100%;
}

.companylogo h1 {
	margin: 0;
}

.searchFormCont {
	width: 100%;
}

.search-from {
	float: right;
	width: 100%;
	border: 2px solid #D8DADA;
	border-radius: 6px;
	margin: 0;
	position: relative;
}

.search-from .form-group {
	margin: 0;
	float: left;
	width: 100%;
	position: relative;
}

.search-from .form-group input {
	float: left;
	width: 100%;
	border: 0;
	padding: 4px 48px 4px 15px;
	font-size: 14px;
	color: #807e7e;
	font-family: 'Figtree';
	height: 40px;
}

.search-from.active {
	box-shadow: 0 0 5px rgba(140, 204, 216, 1);
	border: 2px solid rgba(140, 204, 216, 1);
}

.search-from .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 42px;
	background-color: transparent;
	border: none;
}

.search-from .close-btn {
	float: left;
	width: auto;
	margin-top: 3px;
	margin-right: 42px;
	position: absolute;
	right: 0;
	background: #fff;
	padding-top: 6px;
	display: none;
	padding-bottom: 8px;
	padding-left: 9px;
	padding-right: 9px;
}

header ul li {
	list-style: none;
}


header .right-col {
	margin: 0;
	padding: 0;
	float: right;
	width: auto;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

header .right-col li {
	float: left;
	width: auto;
	position: relative;
}

header .right-col li span.nowrap {
	padding-top: 4px;
	display: block;
	clear: both;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-family: 'Figtree';
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}

header .right-col li a {
	float: left;
	width: auto;
	padding: 0;
	text-decoration: none;
}

header .right-col li a:hover {
	text-decoration: none;
}

header .right-col li .drop-arrow {
	position: absolute;
	right: 18px;
	bottom: -2px;
	z-index: 999;
	display: none;
}

header .right-col li .cart-box {
	padding: 1px 1px 0;
	width: 20px;
	height: 20px;
	position: absolute;
	left: auto;
	right: 0;
	top: -4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #CD1F25;
	border-radius: 40px;
	font-family: 'Figtree';
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	text-align: center;
}

header .right-col #quickbasketLi .popover {
    padding: 16px 15px 16px 16px;
    width: 240px;
    height: 80px;
    left: auto !important;
    right: -16px;
    border: none;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px rgba(48, 49, 51, 0.10), 0px 0px 1px 0px rgba(48, 49, 51, 0.05);
}

header .right-col #quickbasketLi .popover.bottom>.arrow{
    margin: 0;
    width:40px;
    height:9px;
    top: -9px;
    left: auto !important;
    right: 16px;
    border: none;
	background: url('../images/new/popover-arrow.svg') no-repeat bottom center;
}

header .right-col #quickbasketLi .popover.bottom>.arrow:after{
        display:none;
}

header .right-col #quickbasketLi .popover-content{
    padding:0;
    color: #131313;
	font-family: 'Figtree SemiBold';
    font-size: 16px;
    line-height: 24px;
	min-width:100%;
}

header .right-col li.first-col p {
	margin: 0;
	cursor: pointer;
}

header .right-col li.first-col a {
	padding-left: 0;
	padding-top: 8px;
	padding-bottom: 7px;
}

header .right-col li.first-col ul {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 3px 0 #868585;
	-webkit-box-shadow: 0 0 3px 0 #868585;
	right: -12px;
	position: absolute;
	top: 68px;
	padding: 0;
	width: 240px;
	z-index: 99;
	display: none;
}

header .right-col li.first-col li {
	padding: 0;
	border-bottom: 1px solid #eeeeee;
	width: 100%;
}

header .right-col li.first-col li:last-child {
	border-bottom: 0;
}

header .right-col li.first-col li a {
	padding: 13px 13px 13px;
	border: 0;
	color: #474747;
	font-size: 15px;
	line-height: 16px;
	float: left;
	width: 100%;
}

header .right-col li.first-col li:first-child a {
	padding-top: 15px;
}

header .right-col li.first-col li a:hover {
	color: #233f92;
}

header .right-col li.first-col li img {
	float: left;
	margin-right: 12px;
	width: 25px;
	height: 16px;
}

header .right-col li.third-col.active:before {
	border-left: 5px solid transparent;
	border-bottom: 6px solid #fff;
	border-right: 5px solid transparent;
	content: "";
	height: 0;
	margin-top: -6px;
	position: absolute;
	right: 46%;
	top: -26px;
	width: 0;
	z-index: 999;
}

header .right-col li.third-col.signin .account-btn {
	background: transparent;
}

header .right-col>li.third-col.active:before {
	top: -21px;
}

header .right-col li.fourth-col .drop-arrow {
	display:none !important;
}

header .right-col li.fourth-col a .label {
	color: #656666;
	font-size: 14px;
	line-height: 15px;
	padding: 0;
	font-weight: normal;
	margin-left: 5px;
}

header .right-col li.fourth-col a .label:hover {
	color: #233f92;
}

header .right-col li .wishlist-cart-box {
	padding: 2px 1px 1px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #CD1F25;
	color: #fff;
	font-family: 'Figtree';
	font-weight: 700;
	line-height: 14px;
	left: auto;
	right: 1px;
	top: -5px;
}

header .nav-col nav li.tier1nav.xmas {
	border-top-color: #ce2127;
	background: #ce2127;
}

header .nav-col nav li.tier1nav.blackFriday {
	border-top-color: #000;
	background: #000;
}

header .nav-col nav li.tier1nav.xmas {
	border-top-color: #ce2127;
	background: #ce2127;
	width: 60px;
}

/*cart dropdown*/
.cart-dropdown {
	padding: 16px;
    width: 367px;
    display: none;
	position: absolute;
    top: 57px;
    right: -12px;
    z-index: 99;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px rgba(48, 49, 51, 0.10), 0px 0px 1px 0px rgba(48, 49, 51, 0.05);
}

.cart-dropdown:after {
	content:'';
	margin: 0;
	width:40px;
	height:9px;
	display: inline-block;
	position: absolute;
	top: -9px;
	left: auto;
	right: 16px;
	background: url('../images/new/popover-arrow.svg') no-repeat bottom center;
	border: none;
}

.cart-dropdown .heading {
	float: left;
	width: 100%;
	margin: 0;
	color: #131313;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Figtree SemiBold';
	min-height: 41px;
	text-align: left;
}

.cart-dropdown .cart-list {
	float: left;
	width: 100%;
	margin: 0;
	padding: 8px 0;
	max-height: 275px;
	overflow-y: auto;
	border-top: 1px solid #D8DADA;
	border-bottom: 1px solid #D8DADA;
}

.cart-dropdown .cart-list li {
	float: left;
	width: 100%;
	padding: 16px 6px 16px 0;
	margin: 0;
}

.cart-dropdown .cart-list li ~ li{
    border-top: 1px solid #F0F0F0;
}

.cart-dropdown .cart-list figure {
	float: left;
	width: 55px;
	height: 55px;
}

.cart-dropdown .cart-list figure img {
	width: 100%;
	height: 100%;
}

.cart-dropdown .cart-list .detail-col {
	float: left;
	width: calc(100% - 55px);
	text-align: left;
	padding: 0 0 0 16px;
}

.cart-dropdown .cart-list .detail-col span {
	margin-left: 0;
}

.cart-dropdown .cart-list .detail-col .heading {
	font-size: 16px;
	color: #131313;
	font-family: 'Figtree';
	font-weight: 700;
	float: left;
	width: 100%;
	margin: 0 0 4px;
	line-height: 24px;
}

.cart-dropdown .cart-list .detail-col .desc-text {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #3E4646;
	font-family: 'Figtree SemiBold';
	line-height: 20px;
	margin: 0 0 4px;
}

.cart-dropdown .cart-list .pricebox {
    display: flex;
    align-items: center;
    clear: both;
    justify-content: flex-start;
}

.cart-dropdown .cart-list .pricebox .discount-box {
    display: inline-flex;
    align-items: center;
    margin-right: auto;
}

.cart-dropdown .cart-list .pricebox .oldamount {
    color: #323838;
	font-family: 'Figtree';
	font-weight: 400;
    font-size: 14px;
    line-height:20px;
    text-decoration: line-through;
    margin-right: 9px;
}

.cart-dropdown .cart-list .pricebox .discountcoupon {
    color: #CD1F25;
	font-family: 'Figtree SemiBold';
    font-size: 14px;
    line-height: 20px;
}

.cart-dropdown .cart-list .pricebox .amount {
	float: none;
	width: auto;
	margin-left: auto;
	font-size: 18px;
	color: #CD1F25;
	font-family: 'Figtree';
	font-weight: 700;
	line-height: 24px;
}

.cart-dropdown .cart-list .value-selector {
	float: right;
	width: 35px;
	text-align: center;
}

.cart-dropdown .cart-list .value-selector img {
	width: 12px;
	display: list-item;
	margin: 0 auto;
	cursor: pointer;
}

.cart-dropdown .cart-list .value-selector input {
	float: left;
	width: 100%;
	background: transparent;
	color: #474747;
	font-size: 16px;
	font-family: 'Figtree';
	font-weight: 700;
	text-align: center;
	height: 20px;
	margin: 13px 0;
}

.cart-dropdown .cart-list .delete-btn {
	float: right;
	position: absolute;
	top: 50%;
	right: 0;
	margin-right: 35px;
	padding: 0;
}

.cart-dropdown .basket-button-col {
	float: left;
	display: flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	width: 100%;
	padding: 16px 0 0;
}

.cart-dropdown .basket-button-col a{
	padding: 10px;
	height:40px;
	width: 100%;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-radius: 100px;
	font-family: 'Figtree';
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	cursor:pointer;
}

.cart-dropdown .basket-button-col .basket-btn {
	margin-right: 16px;
	background: #fff;
	border: 2px solid #002980;
	color: #002980;
}

.cart-dropdown .basket-button-col .basket-btn:hover {
	text-decoration: none;
	background: #fff;
}

.cart-dropdown .basket-button-col .checkout-btn {
	background: #40861F;
	color: #fff;
}

.cart-dropdown .basket-button-col .checkout-btn:hover {
	text-decoration: none;
	background: #40861F;
}

.cart-dropdown .cart-list::-webkit-scrollbar {
  width: 7px;
}

.cart-dropdown .cart-list::-webkit-scrollbar-track {}

.cart-dropdown .cart-list::-webkit-scrollbar-thumb {
  background-color: darkgrey;
    border-radius:10px;
}

header .login-box {
	float: left;
	width: 100%;
	background: #323233;
	padding: 28px 0 25px;
	display: none;
	text-align: center;
}

header .login-box h3 {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-family: 'Figtree Light';
	margin: 0;
}

header .login-box .login-form {
	margin: 21px auto 0;
	width: 850px;
	display: inline-block;
}

header .login-box input {
	float: left;
	width: 359px;
	background: #fff;
	border-radius: 5px;
	padding: 0 13px;
	height: 38px;
	margin-right: 10px;
	border: 1px solid #fff;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}

header .login-box input:focus {
	box-shadow: 0 0 5px rgba(143, 201, 221, 1);
	border: 1px solid rgba(143, 201, 221, 1);
}

header .login-box .error {
	text-align: left;
}

header .login-box button {
	float: left;
	width: 109px;
	background: #ce2127;
	border: 0;
	border-radius: 5px;
	padding: 14px 0 9px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Figtree';
	font-weight: 700;
	line-height: 16px;
}

header .login-box button:hover {
	background: #e54a50;
}

header .login-box .register-link {
	float: left;
	width: auto;
	margin: 5px 0 0;
	color: #b9b9ba;
	font-size: 13px;
	font-family: 'Figtree';
	font-weight: 400;
}

header .login-box .register-link a {
	color: #628aff;
}

header .login-box .frgt-pwsd {
	float: right;
	width: auto;
	color: #b9b9ba;
	font-size: 13px;
	font-family: 'Figtree';
	font-weight: 400;
	margin: 5px 0 0;
}

header .login-box .frgt-pwsd:hover {
	color: #fff;
	text-decoration: underline;
}

header .login-box .register-link a:hover {
	color: #fff;
	text-decoration: underline;
}

.mobile-logo h1,
.companylogo h1 {
	margin: 0;
	font-size: 18px;
}

header.checkout-head {
	width: 100%;
	background: #fff;
	float: left;
	margin-bottom: 0px;
	top: 0;
	position: static;
    border:none;
    box-shadow:none;
}

header.checkout-head .main-header {
	float: left;
	width: 100%;
}

header.checkout-head .col-md-8 {
	padding-left: 0;
}

header.checkout-head .companylogo {
	float: left;
	width: 153px;
	margin: 0 23px 0 0;
	padding: 10px 0;
}

header.checkout-head .companylogo img {
	width: 100%;
}

header.checkout-head .secure-col {
	color: #2c2c2c;
	font-size: 15px;
	font-weight: bold;
	margin: 25px 0;
	float: left;
	background: url('../images/secure-icon.jpg') no-repeat left top;
	padding: 10px 0 17px 51px;
}

header.checkout-head .secure-col img {
	margin-right: 10px;
}

header.checkout-head .col-md-4 {
	margin: 25px 0;
	padding-right: 0;
}

header.checkout-head .call-us-link {
	float: right;
	background: url('../images/ph-icon.jpg') no-repeat left 1px;
	padding-left: 20px;
	color: #2c2c2c;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 17px;
}

header.checkout-head .call-us-link:hover {
	text-decoration: underline;
}

header.checkout-head {
	float: right;
	color: #254193;
	font-size: 15px;
	font-weight: bold;
	line-height: 14px;
	clear: both;
}

.chat-link {
	float: right;
	color: #254193;
	font-size: 15px;
	line-height: 14px;
	clear: both;
}

header.checkout-head .chat-link:hover {
	text-decoration: underline;
}

/* Quick Info */
.quick-info .quickinfo-inner {
	margin: 0;
	width: 100vw;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	background-color: #fff;
}

.quick-info .quickinfo-inner .row {
	margin: 0;
}

.quick-info ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.quick-info li {
	text-align: center;
	padding: 16px 0;
	font-family: 'Figtree';
	font-size: 14px;
	line-height: 20px;
	color: #131313;
}

.quick-info li img {
	margin-right: 16px;
	width: 24px;
	height: auto;
}

.quick-info li a {
	color: #131313;
}

.quick-info li span {
	font-weight: 700;
	color: #0033A0;
}

.quick-info li a:hover {
	text-decoration: underline;
}

/****** VRM / Reg ******/
.sitewidevrm {
	margin: 0;
	/* float: left; */
	width: 100%;
	border-top: solid 1px #d8dada;
	border-bottom: solid 4px #0033a0;
	background-color: #EFF0F2;
}

.sitewidevrm .car-parts-form {
	margin: 0;
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: static;
	width: auto;
	height: auto;
	box-shadow: none;
	background: transparent;
}

.sitewidevrm .car-parts-form.loading-screen .loading-col {
	padding: 10px;
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sitewidevrm .car-parts-form.loading-screen p {
	margin: 0;
	width: auto;
	color: #131313;
	font-family: 'Figtree';
	font-weight: 700;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}

.sitewidevrm .car-parts-form.loading-screen img {
	margin: 0 0 0 16px;
	width: 24px;
}

.sitewidevrm h2 {
	margin: 0;
	width: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Figtree';
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #0033A0;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0;
}

.sitewidevrm h2 span {
	color: #0033A0;
}

.sitewidevrm h2 img {
	margin: -2px 8px 0 0;
}

.sitewidevrm h3 {
	margin: 0 0 5px;
	width: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Figtree';
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #131313;
	text-align: center;
}

.sitewidevrm h3 img {
	margin: -2px 6px 0 0;
}

.sitewidevrm .vrntoggle {
	font-family: 'Figtree';
	font-size: 14px;
	line-height: 20px;
	color: #0033A0;
	text-transform: none;
	text-decoration: underline;
	text-underline-offset: 6px;
	display: block;
	cursor: pointer;
	white-space: nowrap;
}

.sitewidevrm .number-col,
.sitewidevrm .number-col .vrm-form {
	margin: 0;
	padding: 0;
	width: auto;
	background: transparent;
	border-top: none;
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	column-gap: 23px;
}

.sitewidevrm .number-col h2 {
	margin-top: 6px;
}

.sitewidevrm .vrn-form-wrapper {
	display: inline-flex;
	flex-direction: column;
}

.sitewidevrm .vrn-error {
	margin: 8px 0 0 -42px;
	margin-top: 8px;
	padding-top: 1px;
	max-width: 300px;
	font-family: 'Figtree';
	font-size: 14px;
	line-height: 20px;
	color: #CD1F25;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

.sitewidevrm .vrn-error img {
	margin: -1px 4px 0 0;
}

.sitewidevrm .number-col .vrm-input {
	margin: 0;
	float: left;
	padding: 0 2px;
	background-color: #FDDA24 !important;
	border: 1px solid #131313;
	border-radius: 5px;
	width: auto;
}

.sitewidevrm .vrm-input input[type='text'] {
	padding: 0 6px;
	float: left;
	width: 243px;
	height: 38px;
	font-family: "uknumberplateregular";
	font-size: 35px;
	line-height: 1.2;
	color: #131313;
	text-align: center;
	background-color: transparent;
}

.sitewidevrm .number-col .vrm-input.vrnError {
	border-color: #CD1F25;
	box-shadow: 0 0 0 1px #CD1F25 inset;
}

.sitewidevrm .number-col .vrm-form input.go-btn,
.sitewidevrm .select-vehicle .go-btn {
	margin: 0;
	padding: 10px 44px 10px 18px;
	width: 104px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 100px;
	font-family: 'Figtree';
	font-weight:700;
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	color: #fff;
}

.sitewidevrm .number-col .vrm-form input.go-btn,
.sitewidevrm .number-col .vrm-form input.go-btn:hover,
.sitewidevrm .select-vehicle .go-btn,
.sitewidevrm .select-vehicle .go-btn:hover {
	background: #40861f url(../images/new/search_vrm-icon.svg) no-repeat;
	background-position: calc(100% - 18px) center;
	background-size: 16px;
	cursor: pointer;
}

.sitewidevrm .number-col .vrntoggle {
	margin-top: 10px;
}

.sitewidevrm .select-vehicle {
	margin: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	max-width: 1092px;
}

.sitewidevrm .vehicle-form {
	margin: 16px auto;
	display: flex;
	align-items: stretch;
	column-gap: 8px;
}

.sitewidevrm .select-vehicle .field {
	margin: 0;
	padding: 2px 12px 2px 2px;
	height: 40px;
	border-radius: 4px;
	border-color: #D8DADA;
}

.sitewidevrm .select-vehicle .field.small {
	width: 100%;
}

.sitewidevrm .select-vehicle select {
	padding: 0 2px 0 14px;
	font-size: 14px;
	height: 34px;
	color: #656B6B;
	font-family: 'Figtree Light';
}

.sitewidevrm .filled-form .field-form-inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.sitewidevrm .filled-form .select-vehicle {
	margin: 0;
	padding: 0;
	background: transparent;
	display: inline-block;
	width: auto;
	white-space: nowrap;
	font-size: 16px;
}

.sitewidevrm .filled-form .select-vehicle .text {
	float: none;
	display: inline-block;
	width: auto;
	font-family: 'Figtree';
	color: #131313;
	font-size: 16px;
	line-height: 24px;
}

.sitewidevrm .filled-form .select-vehicle .car-tick-icon {
	margin: -2px 8px 0 0;
}

.sitewidevrm .filled-form .change-box {
	margin: 0;
	padding: 0 0 0 16px;
}

.sitewidevrm .filled-form .change-box .clearselection {
	font-family: 'Figtree';
	color: #0033A0;
	font-size: 16px;
	line-height: 24px;
	text-decoration: underline;
	text-underline-offset: 6px;
}

/* Header mobile-filter */
.mobile-filter {
	padding: 0 15px;
	width: 100%;
	display: block;
	background:#fff;
	clear: both;
}

.mobile-filter .filter-slider-items {
	padding:16px;
	width: 100%;
	display: flex;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
	clear: both;
}

.mobile-filter .filter-slider-items .item {
	margin: 0 8px 0 0;
	width: auto;
	display: inline-block;
	position: relative;
	text-align: center;
}

.mobile-filter .filter-slider-items .item:last-child {
	margin-right:0;
}

.mobile-filter .filter-slider-items .item a {
	margin: 0;
	padding: 10px;
	min-width:140px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #D8DADA;
	border-radius: 4px;
	font-family: 'Figtree SemiBold';
	font-size: 16px;
	line-height: 21px;
	color: #0033A0;
	cursor: pointer;
}

.mobile-filter .filter-slider-items .item a:hover {
	background-color: #0033A0;
	border-color: #0033A0;
	color: #fff;
}

.mobile-filter .filter-slider-items::-webkit-scrollbar {
	width:2px;
	height:2px;
} 

.mobile-filter .filter-slider-items::-webkit-scrollbar-track {
	box-shadow: none;
}

.mobile-filter .filter-slider-items::-webkit-scrollbar-thumb {
	background-color: #D8DADA;
	border-radius:5px;
}

.mob-slider .slider-outer li a[airal-label="Excellenton TrustPilot"] {
    pointer-events: none;
}

/****** Footer ******/
.footer_SignUp{
	margin:30px 0 0;
	width:100%;
	clear:both;
	position:relative;
	overflow:hidden;
	text-align:center;
	background-color:#E6EBF6;
	background-image:url(../images/new/stairing_bg.svg),url(../images/new/speed_bg.svg);
	background-repeat:no-repeat;
	background-position:19px -84px, calc(100% - 92px) 7px;
	background-size:314px 314px,155px 125px;
	box-shadow: 0px 5px 14px 0px rgba(8, 15, 52, 0.04);
}

.footer_SignUp .innerBox{
	padding:27px 0;
	width:100%;
	display:block;
	position:relative;
	z-index:4;
}

.footer_SignUp img{
	margin:0 auto;
	max-width:100%;
}

footer {
	margin:0;
	padding:0;
	float: left;
	width: 100%;
	background: #233f92;
	background-color: #335CB3;
	background:  -webkit-gradient(linear, left top, right top, from(#002980), to(#335CB3));
	background:  -o-linear-gradient(left, #002980 0%, #335CB3 100%);
	background:  linear-gradient(90deg, #002980 0%, #335CB3 100%);
}

footer ul {
	margin:0;
	padding: 0;
	float: left;
	width: 100%;
}

footer ul li {
	margin: 0;
	float: left;
	width: 100%;
}

footer ul li a {
	float: left;
	width: auto;
}

.footerTop{
	margin:0;
	padding:16px 0 40px;
	width:100%;
	display:block;
}

.footerTop h3 {
	margin: 16px 0;
	padding-bottom:8px;
	float: left;
	width: 100%;
	max-width:160px;
	border-bottom:2px solid #fff;
	font-family: 'Figtree';
	font-weight:700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.footerTop ul li:not(:last-child) {
	margin-bottom:16px;
}

.footerTop ul li a {
	font-family: 'Figtree';
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.footerTop ul li a:hover {
	text-decoration: underline;
}

footer .feedback-box {
	padding-bottom:12px;
	float: left;
	width: 100%;
}

footer .feedback-box .heading {
	margin: 16px 0 6px;
	padding-bottom:8px;
	float: left;
	width: 100%;
	max-width:160px;
	border-bottom:2px solid #fff;
	font-family: 'Figtree';
	font-weight:700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

footer .feedback-box p {
	margin-bottom: 12px;
	float: left;
	width: 100%;
	color: #fff;
	font-family: 'Figtree';
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

footer .feedback-box a {
	float: left;
	width: auto;
	font-family: 'Figtree';
	font-weight: 400;
	font-size: 14px;
	line-height: 20px; 
	color: #fff;
	text-transform:capitalize;
	border-bottom:1px solid #fff;
	position:relative;
}

footer .feedback-box a:after {
	content:'';
	width:16px;
	height:16px;
	background:url(../images/new/next_arrow-icon.svg) no-repeat center center;
	display:inline-block;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	margin-left: 4px;
}

footer .feedback-box a:hover {
	text-decoration: none;
}

footer .share-icons {
	margin:16px 0;
	padding:16px 0;
	float: left;
	width:100%;
	display:inline-flex;
	justify-content:flex-start;
	align-items:center;
	border-top:1px solid #002980;
	border-bottom:1px solid #002980;
	column-gap:24px;
}

footer .share-icons .heading {
	float: left;
	width: 100%;
	color: #919fc9;
	font-size: 13px;
	font-family: 'Figtree';
	font-weight: 700;
	margin-bottom: 5px;
}

footer .share-icons a {
	display:inline-block;
}

footer .share-icons a:hover {
	opacity: 0.86;
}

footer .choose-country{
	margin:0;
}

footer .choose-country .inner-box{
	position:relative;
}

footer .country-selector{
	padding: 8px 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 4px;
    border: 1px solid #D8DADA;
    background: #FFF url('../images/new/selector_arrow-Icon.svg') no-repeat calc(100% - 16px) center;
	color: #131313;
	font-family: 'Figtree Light';
	font-size: 14px;
	line-height: 20px; 
	
}

footer .choose-country .country-selector img,
footer .choose-country .country-list img{
	height:20px;
	width:20px;
	border-radius:50px;
	margin-right:8px;
    object-position: center;
}

footer .choose-country .country-selector span {
	margin-top: 2px;
}

footer .choose-country .country-list{
	top:41px;
	border:none;
    overflow: hidden;
}

footer .choose-country .country-list li:not(:last-child){
	margin-bottom:0;	
}

footer .choose-country .country-list a{
	padding: 8px 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;	
}

.footerBottom {
    display: block;
    clear: both;
    width: 100%;
    background: #001F60;
    padding: 24px 0;
}

.footerBottom p {
	margin:0;
	color: #E6EBF6;
	font-family: 'Figtree';
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	display:block;
}

.footerBottom .heading {
	padding:16px 0;
	float: left;
	width: 100%;
	display:block;
	font-family: 'Figtree';
	font-weight: 700;
	color: #fff;
	font-size: 16px;
	line-height: 24px;	
}

footer .footer-bottom {
	margin:0;
	padding:0;
	float: left;
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
	justify-content:space-between;
	column-gap:16px;
}

footer .card-list-col {
	float: left;
	width: 100%;
	display: flex;
	align-items: flex-start;
}

footer .card-list-col .cards-accepted ,
footer .card-list-col .secure-shopping {
	float: left;
	width: 100%;
}

footer .card-list {
	float: left;
	width: 100%;
	display:flex !important;
}

footer .card-list li {
	float: left;
	width: auto;
	margin: 0 8px 0 0;
}

footer .card-list li:last-child {
	margin-right: 0;
}

footer .card-list li img{
	max-height:28px;
}

footer .paypalcredict {
	display: block;
	width: 100%;
    letter-spacing: -0.3px;
}

footer .paypalcredict .subheading {
	clear:both;
	font-weight:700;
	margin-bottom:16px;
}

footer .copyright {
	margin:16px 0 0;
	padding:16px 0 0;
	float: left;
	width: 100%;
	clear:both;
	border-top:1px solid #6685C6;
    letter-spacing: -0.4px;
    word-spacing: -0.22px;
}

footer .copyright p {
	color:#E6EBF6;
	font-size: 14px;
	line-height: 20px;
}

.footer_app-dwn {
	width: 100%;
	background-color: #1e3d93;
	display: block;
	clear: both;
	padding: 18px 0;
	margin: 8px 0;
}

.footer_app-dwn .inr_apDwn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_app-dwn h4 {
	color: #fff;
	margin: 0 15px 0 0;
	font-size: 17px;
	font-family: 'Figtree';
	font-weight: 700;
	line-height: 18px;
}

.footer_app-dwn .app-btns .app-btn {
	min-width: 155px;
}

/******Checkout Footer Section******/
footer.checkout-footer {
	padding-top: 0;
	float: none;
	background: transparent;
	margin-top: 0;
	padding-bottom: 0;
}

footer.checkout-footer .checkout-footer-inner {
	margin: 30px 0 25px;
	border-top: 1px solid #dfdfdf;
	padding-top: 30px;
	color: #9b9b9b;
	font-size: 13px;
	float: left;
	width: 100%;
}

footer.checkout-footer .left-address {
	float: left;
	width: 50%;
}

footer.checkout-footer .right-address {
	float: right;
	width: 50%;
	text-align: right;
}

footer.checkout-footer .right-address p:last-child {
	margin-top: 0;
}

footer.checkout-footer strong {
	font-weight: bold;
}

footer.checkout-footer p {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	line-height: 17px;
}

footer.checkout-footer p:last-child {
	margin-top: 10px;
	margin-bottom: 0;
}

footer.checkout-footer-fifm{
    background:#FFFFFF;
    padding:40px 0 30px;
}

footer.checkout-footer-fifm .row{
    margin-left:-15px;
    margin-right:-15px;
}

footer.checkout-footer-fifm .container {
    max-width: 1120px;
    width: 100%;
}


/****** All Meadia ******/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	header .nav-col nav li.tier1nav>a {
		display: inline !important;
		padding-top: 13px;
		vertical-align: middle !important;
	}

	header .nav-col nav li.tier1nav:nth-child(7)>a {
		padding-top: 6px !important;
	}

	header .nav-col nav li:nth-child(5).tier1nav>a {
		padding-top: 13px;
	}

	header .nav-col nav li:nth-child(6).tier1nav>a {
		padding-top: 13px;
	}

	header .nav-col nav li:nth-child(8).tier1nav>a {
		padding-top: 13px;
	}

	header .nav-col nav li:nth-child(9).tier1nav>a {
		padding-top: 13px;
	}
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	header .nav-col nav li.travel-touring a {
		margin-top: -11px;
	}
}

@media only screen and (min-width: 1300px) {

	header .container.container-new,
	footer .container.container-new {
		width:1300px !important;
		max-width:100% !important;
	}

	header .nav-col .sub-nav .inner-nav{
		min-width:974px;
	}
}

@media only screen and (min-width: 1025px) {

	.sale-counter .sale-text,
	.sale-counter .promo-text,
	.sale-counter .counter-col {
		min-width: 33.3%;
		height: 20px;
	}

	.sale-counter .sale-text .tab {
		display: none;
	}

	.saleCounter header {
		margin-top: 36px;
	}

	.saleCounter .content-section {
		margin-top: 184px;
	}

	.saleCounter .content-section.checkout-content-section {
		margin-top: 85px;
	}

	.saleCounter header.checkout-head {
		margin-top: 0 !important;
	}

	.sale-counter .counter-col .clock .tab {
		display: none;
	}

	header.slide--reset .sale-counter .counter-col {
		display: inline-flex;
		justify-content: flex-end;
	}

	header .tab-menu {
		display: none;
	}

	header .companylogo {
		min-height: 73px;
	}

	header .companylogo a {
		padding: 8px;
		display: inline-block;
	}

	header .right-grid {
		margin-left: auto;
		max-width: 349px;
	}

	header .right-col>li+li {
		margin-left: 24px;
	}

	header .right-col>li.fourth-col-0 .wishlist-cart-box.hide-counter {
		display: none;
	}

	header .right-col>li {
		height: 44px;
		text-align: center;
	}

	header .right-col>li.third-col.signin .account-btn {
		background: transparent;
	}

	header .right-col>li.fourth-col .mobile {
		display: none;
	}

	header .right-col>li.fourth-col .drop-arrow {
		right: 9px;
		z-index: 99999;
		bottom: -4px;
	}


	header .right-col>li.fourth-col-0 .wishlist-cart-box.hide-counter {
		display: none;
	}

	header .nav-col .row {
		margin: 0;
	}

	header .nav-col nav li.visible-mobile {
		display: none;
	}

	header .nav-col nav {
		display: block !important;
		float: left;
		width: 100%;
	}

	header .nav-col nav ul {
		float: left;
		width: 100%;
		padding: 0;
		position: relative;
	}

	header .nav-col nav>ul {
		display: table;
	}

	header .nav-col .tab-nav {
		display: none;
	}

	header .nav-col nav li.tier1nav {
		padding: 0px;
	}

	header .nav-col nav li.signin-link, 
	header .nav-col nav li.country-selection, 
	header .nav-col nav>ul li .nav-ico {
		display: none !important;
	}
	
	header .nav-col nav li.tier1nav>a {
		background-image: url(../images/angle-arrow-down-white.png);
		text-align: center;
		background-size: 10px;
		background-repeat: no-repeat;
		background-position: right;
		height: 54px;
		padding-right: 8px;
		padding-left: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		white-space: nowrap;
	}

	header .nav-col nav li.tier1nav:hover>a,
	header .nav-col nav li.tier1nav.active:hover>a {
		background-image: url(../images/angle-arrow-down-blue.png);
		background-repeat: no-repeat;
	}

	header .nav-col nav li.tier1nav.carparts-link>a,
	header .nav-col nav li.tier1nav.caraccessories-link>a,
	header .nav-col nav li.tier1nav.tools-link>a,
	header .nav-col nav li.tier1nav.performance-link>a {
		padding-right: 27px;
		background-position: calc(100% - 10px) 21px;
	}

	header .nav-col nav li.tier1nav.tiernone a {
		background: transparent;
	}

	header .nav-col nav li.tier1nav.active>a {
		background-color: transparent;
		background-image: url(../images/angle-arrow-down-blue.png);
		background-repeat: no-repeat;
	}

	header .nav-col nav li.tier1nav.tiernone.active>a {
		background: transparent;
	}

	header .nav-col nav li:hover,
	header .nav-col nav li.active {
		background-color: #fff;
		border-top: 3px solid #ffc93a;
		background-image: none;
	}

	header .nav-col nav li:last-child {
		background-image: none;
	}

	header .nav-col nav li:last-child:hover {
		background: #fff;
	}

	header .nav-col nav li:hover a,
	header .nav-col nav li.active a {
		color: #233f92;
	}

	header .nav-col {
		float: left;
		width: 100%;
		background: #335CB3;
		display: block !important;
		min-height: 57px;
	}

	header .nav-col nav li.country-dropdown,
	header .nav-col nav li.login-nav {
		display: none;
	}

	header .nav-col nav li {
		width: auto;
		padding: 16px 8px 8px;
		border-top: 3px solid transparent;
	}

	header .nav-col nav>ul>li {
		display: table-cell;
		vertical-align: middle;
	}

	header .nav-col nav li.xmas {
		background: red;
		border-top: 3px solid red;
	}

	header .nav-col nav a {
		float: left;
		width: 100%;
		color: #fff;
		font-family: 'Figtree SemiBold';
		font-size: 14px;
		text-transform: uppercase;
		line-height: 24px;
	}

	header .nav-col .sub-nav {
		border-top: 4px solid #FDDA24;
		position: absolute;
		top: 100%;
		background: #fff;
		width: 1124px;
		min-height: 512px;
		display: none;
		left: 0;
		z-index: 99999;
	}

	header .nav-col .sub-nav:after {
		content: '';
		position: absolute;
		left: 50%;
		top: -4px;
		width: 140vw;
		background-color: #fff;
		height: 100%;
		transform: translateX(-50%);
		z-index: 1;
		box-shadow: 0 6px 0px 0 #fff, 0 510px 0 0 rgba(19, 19, 19, 0.6);
		-webkit-box-shadow: 0 6px 0px 0 #fff, 0 510px 0 0 rgba(19, 19, 19, 0.6);
		border-top: 4px solid #FDDA24;
	}

	header .nav-col .sub-nav .left-sub-nav {
		padding-top: 10px;
		float: left;
		width: 280px;
		height: 100%;
		background: #F5F6F6;
		position: inherit;
		z-index: 2;
	}

	header .nav-col .sub-nav .left-sub-nav li {
		padding: 8px 0 8px 16px;
		float: left;
		width: 100%;
		background: url('../images/new/nav-list-icon.svg') no-repeat 96% center;
		background-position:calc(100% - 8px) center;
		border: 0;
		cursor: pointer;
		position: static;
	}

	header .nav-col .sub-nav .left-sub-nav li a {
		float: left;
		width: 100%;
		color: #000;
		font-size: 17px;
		line-height: 28px;
		font-family: 'Figtree SemiBold';
		text-transform: none;
		letter-spacing: 0;
		cursor: pointer;
	}

	header .nav-col .sub-nav .left-sub-nav li:hover,
	header .nav-col .sub-nav .left-sub-nav li.active {
		background: url('../images/new/nav-list-icon.svg') no-repeat 96% center #fff;
	}

	header .nav-col .sub-nav .left-sub-nav li:hover>a,
	header .nav-col .sub-nav .left-sub-nav li.active>a {
		color: #0033A0;
		background: url('../images/new/nav-list-icon-blue.svg') no-repeat 96% center #fff;
		background-position:calc(100% - 8px) center;
	}

	header .nav-col .sub-nav .left-sub-nav li a.more-links {
		padding: 10px 18px;
		float: right;
		width: auto;
		background: #0033A0;
		font-family: 'Figtree';
		font-weight: 700;
		font-size: 14px;
		line-height: 20px;
		text-align: right;
		color: #fff;
		position: absolute;
		bottom: 20px;
		right: 30px;
		border-radius: 40px;
	}

	header .nav-col .sub-nav .left-sub-nav li a.more-links:hover {
		background-color: #0033A0;
	}

	header .nav-col .sub-nav .menu-image {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 9;
	}

	header .nav-col .sub-nav .inner-nav {
		margin-left: 16px;
		padding: 16px 24px 64px;
		width: 841px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		column-gap: 34px;
		position: absolute;
		top: 0;
		left: 276px;
		height: 100%;
		cursor: default;
		opacity: 0;
		filter: alpha(opacity=0);
		visibility: hidden;
		-moz-transition: opacity 0.3s;
		-webkit-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}

	header .nav-col .sub-nav .left-sub-nav li.active .inner-nav {
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
	}

	header .nav-col .sub-nav .inner-nav h3 {
		float: left;
		width: 100%;
		font-size: 26px;
		color: #8e8e91;
		font-family: 'Figtree Light';
		margin: 0 0 25px;
		line-height: 22px;
	}

	header .nav-col .sub-nav .inner-nav li {
		margin: 0;
		padding: 7px 0;
		float: left;
		width: 100%;
		font-size: 16px;
		line-height: 20px;
		color: #233f92;
		font-family: 'Figtree';
		font-weight: 700;
		background: none;
		list-style-type: none;
	}

	header .nav-col .sub-nav .inner-nav li:hover {
		color: #233f92;
		background: transparent;
	}

	header .nav-col .sub-nav .inner-nav li:first-child {
		margin-bottom: 7px;
		padding: 0 0 7px;
		height: 32px;
		background: transparent;
		border-bottom: 1px solid #0033A0;
		position: relative;
		vertical-align: bottom;
	}

	header .nav-col .sub-nav .inner-nav li:first-child:hover {
		cursor: inherit;
	}

	header .nav-col .sub-nav .inner-nav li:first-child span {
		font-family: 'Figtree';
		font-weight: 700;
		color: #131313;
		font-size: 16px;
		line-height: 18px;
		display: block;
		position: absolute;
		bottom: 8px;
	}

	header .nav-col .sub-nav .inner-nav li.view-link {
		background: transparent;
	}

	header .nav-col .sub-nav .inner-nav li.view-link a {
		font-family: 'Figtree SemiBold';
		color: #0033A0;
		font-size: 14px;
		line-height: 20px;
	}

	header .nav-col .sub-nav .inner-nav li a {
		float: left;
		width: 96%;
		font-family: 'Figtree';
		font-weight: 400;
		color: #131313;
		font-size: 15px;
		line-height: 19px;
		background: transparent;
	}

	header .nav-col .sub-nav .inner-nav li:hover a,
	header .nav-col .sub-nav .inner-nav li a:hover {
		color: #0033A0;
		text-decoration: underline;
		background: transparent;
	}

	header .nav-col .sub-nav .inner-nav ul {
		margin-bottom: 10px;
		width: 100%;
		min-height: 182px;
		position: relative;
		z-index: 99;
		flex: 1 0 25%;
	}

	header .nav-col .sub-nav .back-link {
		display: none;
	}

	header .nav-col nav li.tier1nav.xmas:hover,
	header .nav-col nav li.tier1nav.xmas.active {
		background: #fff;
	}

	header .nav-col nav li.tier1nav.xmas:hover a,
	header .nav-col nav li.tier1nav.xmas.active a {
		color: #cd1f25;
	}

	header .nav-col nav li.tier1nav.blackFriday a {
		white-space: nowrap;
	}

	header .nav-col nav li.tier1nav.blackFriday {
		width: auto;
	}

	header .nav-col nav li.tier1nav.blackFriday:hover {
		background: #fff;
	}

	header .nav-col nav li.tier1nav.blackFriday.active a {
		color: #fff;
	}

	header .nav-col nav li.tier1nav.blackFriday:hover a {
		color: #000 !important;
	}

	.popular-xmas-products .nav-tabs li.view-all-btn a:hover {
		background: #fff;
		color: #cd1f25;
	}

	header .nav-col nav li.tiernone.signin-link,
	header .nav-col nav li.tiernone.country-selection {
		display: none !important;
	}

	.tier1nav.tiernone.hidden-sm {
		display: none !important;
	}

	header li.tier1nav.tiernone.xmas.mobilexmas {
		display: none;
	}
	
	header .sub-nav .popular-item {
		display: block;
		width: 100%;
	}

	header .nav-col .sub-nav .popular-item>ul {
		margin: 0;
		padding:0;
		width: 100%;
		min-width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	header .nav-col .sub-nav .popular-item>ul li {
		margin: 0 40px 24px 0 !important;
		padding: 0 !important;
		width: 100%;
		max-width: calc(25% - 30px);
		height: auto !important;
		position: relative !important;
		overflow: hidden;
		border:none !important;
	}

	header .nav-col .sub-nav .popular-item>ul li:nth-child(4n+4) {
		margin-right:0 !important;
	}


	header .nav-col .sub-nav .popular-item .recent-block {
		width: 100%;
		padding: 0;
		min-height: 193px;
		margin: 0;
		text-align:center;
	}

	header .nav-col .sub-nav .popular-item .recent-block p {
		width: auto;
		margin: 0 auto 16px;
		padding: 16px 0;
		display: inline-block;
		max-width: 100%;
		font-family: 'Figtree';
		font-weight:700;
		font-size: 16px;
		line-height: 24px;
		position: relative;
		color:#131313;
	}

	header .nav-col .recent-image {
		border: none;
		border-top:none;
		width: 100%;
		padding:0;
		height: 121px;
	}

	header .nav-col .recent-image img{
		max-height:100%;
	}

	header .nav-col .sub-nav .popular-item .recent-block>a {
		min-width: 100%;
		display: block;
	}

	header .nav-col .sub-nav .popular-item .recent-block p:after {
		content: '';
		height: 4px;
		width: 100%;
		left: 0;
		bottom: -2px;
		background-color: #233F92;
		position: absolute;
		border-radius: 5px;
	}

	header .nav-col nav .more-links-mobile {
		display: none !important;
	}

	/* DCX-3283 header .nav-col .sub-nav .popular-item>ul li:after {
		display: inline-block;
		content: '';
		background-image: url('../images/nv_cir-arrow.svg');
		position: absolute;
		width: 22px;
		height: 22px;
		z-index: 1;
		bottom: 18px;
		right: 18px;
		background-size: 100% 100%;
	} DCX-3283 */	

	.detect-traffic {
		display: none;
	}

	.quick-info ul {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.quick-info li {
		width: auto;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.quick-info li+li {
		margin-left: 64px;
	}

    header.checkout-head .container {
        max-width: 1120px;
        width: 100%;
    }

    header.checkout-head .companylogo{
        min-height:88px;
    }

    header.checkout-head .companylogo a{
        padding:0
    }
	
	/****** Footer ******/
	.footer_SignUp{
		background-image: url(../images/new/footer_SignUp.svg);
		background-position: center;
		background-size: auto 100%;
	}

	footer .row{
		margin:0;
	}

	.footerTop .row{
		display:flex;
		align-items:flex-start;
		justify-content:space-between;
	}

	.footerTop .col{
		padding:0 16px 0 0;
		max-width:20%;
	}

	.footerTop .col-feedback{
		padding-right:0;
		min-width:240px;
	}

	footer .card-list-col{
		max-width: calc(100% - 396px);
		column-gap: 16px;
	}

	footer .paypalcredict {
		max-width: 380px;
	}

	footer .card-list-col .cards-accepted {
		width:52.2%;
	}

	footer .card-list-col .secure-shopping {
		width:45.608%;
	}

	footer .copyright{
		margin-top:24px;
		padding-top:24px;
	}
}

@media only screen and (min-width:1025px) and (max-width:1199px) {
	header .right-col>li.tab-search{
		display: none;
	}

	header .right-col>li.fourth-col .mobile{
		display:block;
	}

	header .right-col>li+li {
		margin-left: 15px;
	}

	header .nav-col .outer-ul >li > a{
		font-size:12px;
	}

	/* Header mobile-filter */
	.mobile-filter.hidden-lg{
		display:none;
	}

}

@media only screen and (max-width:1024px) {
	header .container {
		min-width: 100%;
	}

	.sale-counter {
		padding: 10px 0;
		height: 32px;
	}

	.sale-counter .row {
		justify-content: center;
	}

	.sale-counter .sale-text .desktop,
	.sale-counter .counter-col .clock .desktop {
		display: none;
	}

	.sale-counter .promo-text.tab {
		margin: 0 5px;
		min-height: 11px;
		max-height: 11px;
		min-width: 90px;
		display:inline-flex;
		align-items:center;
		justify-content:center;
	}

	.sale-counter .mobile-counter-description {
		font-family: 'Figtree';
		font-weight: 700;
		color: #fff;
	}

	.sale-counter .mobile-counter-description .clock {
		color: #FDE150;
	}

	.sale-counter .sale-text,
	.sale-counter .promo-text,
	.sale-counter .counter-col,
	.sale-counter .mobile-counter-description {
		font-size: 12px;
		line-height: 11px;
		padding-top: 1px;
		white-space: nowrap;
		display: inline-flex;
		align-items: center;
	}

	.sale-counter .promo-text{
		border-width:1px;
	}

	.saleCounter header {
		margin-top: 32px;
	}

	.saleCounter header.checkout-head {
		margin-top: 0 !important;
	}

	.mobile-filter.hidden-lg {
		padding: 0;
	}

	.nav-col nav>ul.outer-ul.pt-sale {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.nav-col nav>ul.outer-ul.pt-sale>li {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.nav-col nav>ul.outer-ul.pt-sale>li.xmas {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.nav-col nav>ul.outer-ul.pt-sale>li.blackFriday {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	header .nav-col nav>ul.outer-ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	header .nav-col nav>ul>li.tier1nav,
	header .nav-col nav>ul>li.tiernone {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	header .nav-col nav>ul>li.tier1nav.carparts-link {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	header .nav-col nav>ul>li.tier1nav.blackFriday {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}


	header .sub-nav .popular-item ul {
		flex-direction:column;
	}

	header .sub-nav .popular-item ul li{
		display:flex !important;
	}

	header .sub-nav .popular-item .recent-block {
		margin:0;
		padding: 8px 16px;
		min-height: 56px;
		background-image: url(../images/new/nav-list-icon-blue.svg);
		background-size: 22px;
		background-repeat: no-repeat;
		background-position: calc(100% - 14px) center;
	}

	header .sub-nav .popular-item .recent-block a{
		padding: 0;
		display: flex;
		align-items: center;
	}	
	
	header .sub-nav .popular-item .recent-image{
		width: 40px;
		height: 40px;
		border: none;
	}

	header .sub-nav .popular-item .recent-image img{
		max-height: 100%;
	}

	header .sub-nav .popular-item .recent-block p{
		margin: 0;
		font-size: 16px;
		line-height: 24px;
		padding-left: 16px;
		font-family: 'Figtree';
		font-weight: 700;
		color:#131313;
	}

	.slider-outer {
		background-color: #fff;
		position: relative;
		overflow: hidden;
	}

	.slider-outer ul {
		margin: 0;
		padding: 0;
	}

	.slider-outer li {
		padding: 8px 16px;
		display: flex;
		align-items: center;
		position: relative;
		text-align: center;
		float: left;
		font-family: 'Figtree';
		font-weight: 400;
		color: #131313;
		font-size: 14px;
		line-height: 20px;
		min-height: 40px;
		justify-content: center;
	}

	.slider-outer li a {
		color: #131313;
		display: flex;
		align-items: center;
		line-height: 20px;
	}

	.slider-outer li span {
		margin:0;
	}

	.slider-outer li .yellow-color {
		margin-right:4px;
		font-family: 'Figtree';
		font-weight: 700;
		color: #0033A0;
	}

	.slider-outer li img {
		margin-right: 16px;
		width:24px;
		height:auto;
	}

	.slider-outer ul:not(.slick-initialized){
		display:flex;
		align-items:center;
		justify-content:center;
	}

	.slider-outer ul:not(.slick-initialized) li:not(:first-child){
		display:none;
	}

	.slider-outer .slick-arrow {
		width: 20px;
		height: 100%;
		position: absolute;
		top: 50%;
		z-index: 999;
		background: 0;
		vertical-align: middle;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background-position: center;
		background-size: 16px;
		background-repeat:no-repeat;
	}

	.slider-outer .slick-arrow img {
		opacity:0;
	}

	.slider-outer .slick-prev.pull-left.slick-arrow {
		left: 16px;
		background-image: url(../images/new/left_arrow.svg);
	}

	.slider-outer .slick-next.pull-right.slick-arrow {
		right: 16px;
		background-image: url(../images/new/right_arrow.svg);
	}

	/****** Footer ******/
	.footer_SignUp{
		background-size: 173px 173px,102px 82px;
		background-position: -34px -55px, calc(100% + 22px) calc(100% - 4px);
	}

	.footer_SignUp .innerBox{
		padding:17px 0;
	}

	footer .container {
		min-width: 100%;
	}

	.footerTop {
		padding: 8px 0 24px;
	}

	.footerTop .col{
		margin-top:8px;
	}

	.footerTop .col:first-child{
		margin-top:0;
	}
	
	.footerTop ul{
		display:none;
	}

	.footerTop h3,
	footer .feedback-box .heading {
		margin:0;
		padding:16px 16px 16px 0;
		max-width:100%;
		border:none;
		position:relative;
	}

	.footerTop .col h3:after{
		content:'';
		position:absolute;
		right:0;
		width:24px;
		height:24px;
		top:50%;
		transform:translateY(-50%);
		background-image: url(../images/new/dropdown_arrow-icon.svg);		
	}

	.footerTop .col h3.open:after{
		transform:translateY(-50%) rotateX(180deg);
	}

	.footerTop ul li{
		margin:0;
		padding:12px 0;
	}	

	.footerTop ul li:not(:last-child){
		margin-bottom:0;
	}

	.footerTop ul li a{
		font-size:16px;
		line-height:20px;
	}	

	.footerTop .col-feedback{
		margin:16px 0 0;
		padding-top:16px;
		border-top:1px solid #002980;
	}

	.footerBottom{
		padding:16px 0;
	}

	.footerBottom .row{
		margin:0;
	}

	footer .card-list-col{
		flex-direction:column;
	}

	.choose-country .country-list li{
		padding:0;
	}

	footer .choose-country .country-list a{
		font-size:14px;
		line-height:16px;
		height:42px;
	}
	
}

@media only screen and (max-width:1024px) and (min-width:768px) {
	body.overflow-scroll {
		overflow: hidden;
		position: fixed;
		height: 100%;
		width: 100%;
	}
	
	header .tab-menu {
		display: inline-block;
		margin-right: 24px;
	}

	header .main-header {
		background: #002980 url(../images/new/main_header-bg.svg) no-repeat;
		background-size: cover;
		background-position: left center;
	}

	header .companylogo img {
		margin: 3px 0;
		width: 90.778px;
		height: 38px;
	}

	header .left-grid .searchFormCont,
	header .right-col .first-col,
	header .right-col .second-col,
	header .right-col .third-col,
	header .right-col li span.nowrap {
		display: none;
	}

	header .right-col>li {
		padding: 10px;
		width: 44px;
		height: 44px;
	}

	header .right-col li .wishlist-cart-box {
		top: 3px;
	}

	header .right-col li .cart-box {
		right: 1px;
		top: 3px;
	}

	header .nav-col nav {
		display: none;
		position: absolute;
		left: 0;
		top: 60px;
		width: 356px;
		height: calc(100vh - 60px);
		z-index: 9999;
	}

	header .nav-col nav .outer-ul {
		border: 1px solid #d1d1d1;
		background: #fff;
	}

	header .nav-col nav ul {
		height: 100%;
		padding: 0;
		display: block;
	}

	header .nav-col nav li,
	header .nav-col nav li:last-child {
		width: 100%;
		background: url("../images/detail-view-arrow.png") no-repeat 95% center #fff;
		border-bottom: 0px solid #e3e2e2;
		border-top: 0;
		width: 100%;
		float: left;
	}

	header .nav-col nav>ul,
	header .nav-col nav>ul>li {
		display: inline-block;
		float: left;
		width: 100%;
	}

	header .nav-col nav li:hover,
	header .nav-col nav li:last-child:hover {
		border: 0;
		background: url("../images/detail-view-arrow.png") no-repeat 95% center #fff;
		border-bottom: 0px solid #e3e2e2;
	}

	header .nav-col nav li.tiernone {
		background: transparent;
	}

	header .nav-col nav li.tiernone:hover,
	header .nav-col nav li.tiernone.active {
		background: transparent;
	}

	header .nav-col nav li:hover a {
		color: #2c2c2c;
	}

	header .nav-col nav li.tiernone a {
		width: 100%;
	}

	header .nav-col nav li.xmas {
		background: transparent;
		border-top: none;
	}

	header .nav-col nav li.active {
		border: 0;
		background: url("../images/detail-view-arrow.png") no-repeat 95% center #fff;
		border-bottom: 1px solid #e3e2e2;
	}

	header .nav-col nav li.active a {
		color: #131313;
	}

	header .nav-col nav li a.onlydlink {
		pointer-events: none;
		-webkit-pointer-events: none;
		-moz-pointer-events: none;
		-o-pointer-events: none;
	}

	header .nav-col nav a {
		padding: 10px 16px;
		float: left;
		width: 100%;
		min-height: 44px;
		font-family: 'Figtree SemiBold';
		font-size: 16px;
		line-height:20px;
		color: #131313;
	/*	text-transform: uppercase;*/
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	header .nav-col nav li.tier1nav.xmas {
		background: transparent;
		border-top-color: #ce2127;
		width: 100%;
	}

	header .nav-col nav li.tier1nav.xmas a {
		color: #2c2c2c;
	}

	header .nav-col nav li.tier1nav.blackFriday {
		background: #fff;
		border-top-color: #000;
	}

	header .nav-col nav li.tier1nav.blackFriday a {
		color: #000;
	}
	
	
	header .nav-col nav>ul li .nav-ico {
		margin: -3px 6px 0px -3px;
		height: 23px;
		width: 24px;
		display: inline-block !important;
		object-fit: contain;
		object-position: center center;
	}

	header .nav-col nav li.tiernone.signin-link,
	header .nav-col nav li.tiernone.country-selection	{
		background-color:#F5F6F6;
		position:relative;
	}

	header .nav-col nav li.signin-link a, 
	header .nav-col nav li.signin-link:hover a{
		background: url(../images/new/user_black-icon.svg) no-repeat 15px center;
		padding-left: 45px;
	}

	.wishlist-btn span.wishlist-cart-box{
		position: absolute;
		left: 26px;
		top: 10px;
		background: #CD1F25;
		width: 20px;
		height: 20px;
		border-radius: 40px;
		font-size: 12px;
		line-height:13px;
		color: #fff;
		font-family: 'Figtree';
		font-weight: 700;
		text-align: center;
		padding: 4px 0;
	}

	.wishlist-btn span.wishlist-cart-box.hide-counter {
		display: none;
	}

	header .nav-col nav .wishlist-link a.wishlist-btn	{
		display: block !important;
		background-color:#F5F6F6;
		position:relative;
	}
	
	header .nav-col nav .wishlist-link img {
		margin-left: -5px;
		margin-right: -4px;
	}
	
	header .nav-col nav li .wishlist-btn span:not(.wishlist-cart-box) {
		font-size: 16px;
		color: #2c2c2c;
		font-family: 'Figtree SemiBold';
		margin-left:8px;
	}

	header .nav-col nav li.country-selection > a {
		text-transform: inherit;
		padding-left: 45px;
		background: url(../images/new/currency_pound-icon.svg) no-repeat 13px 10px;
	}

	header .nav-col nav ul.country-dropdown li img {
		width: 30px;
		height: 30px;
		border-radius: 40px;
	}

	header .nav-col nav ul.country-dropdown li span {
		margin-left: 10px;
		font-size: 16px;
		font-family: 'Figtree SemiBold';
	}

	header .nav-col nav ul.country-dropdown{
		display:none;
	}

	header .nav-col nav ul.country-dropdown li{
		background-image:none;
	}

	header .nav-col .sub-nav {
		background: #fff;
		width: 100%;
		display: none;
		left: 0;
		height: auto;
		box-shadow: none;
		top: 0;
		position: absolute;
		float: left;
	}

	header .nav-col .sub-nav .back-link:before {
		background: transparent url("../images/new/nav-list-icon.svg") no-repeat center center;
		content: "";
		float: left;
		height: 31px;
		left: 14px;
		position: absolute;
		top: 7px;
		width: 20px;
		transform:rotate(180deg);
	}

	header .nav-col .sub-nav .back-link {
		display: block;
		background: #F5F6F6;
		padding: 0;
		float: left;
		width: 100%;
		border-bottom: 0px dashed #e3e2e2;
		min-height:46px;
	}

	header .nav-col .sub-nav .back-link a {
		color: #131313;
		padding-left: 40px;
		font-family: 'Figtree';
		font-weight:700;
	}

	header .nav-col .sub-nav .left-sub-nav {
		float: left;
		width: 100%;
		background: #fff;
		top: 0;
		position: static;
	}

	header .nav-col .sub-nav .left-sub-nav li {
		background: url("../images/detail-view-arrow.png") no-repeat 95% center;
		border-bottom: 0px solid #e3e2e2;
	}

	header .nav-col .sub-nav .left-sub-nav li:hover,
	header .nav-col .sub-nav .left-sub-nav li.active {
		background: url("../images/detail-view-arrow.png") no-repeat 95% center #fff;
	}

	header .nav-col .sub-nav .left-sub-nav li:hover>a,
	header .nav-col .sub-nav .left-sub-nav li.active>a {
		background: transparent;
		color: #000;
		width: 100%;
		text-decoration: none;
	}

	header .nav-col .sub-nav .left-sub-nav li .inner-nav {
		display: none;
		width: 100%;
		right: inherit;
		left: 0;
		position: absolute;
		background: #fff;
		top: 0;
		height: auto;
		opacity: 1;
		margin-left: 0;
	}

	header .nav-col .sub-nav .left-sub-nav li.active .inner-nav {
		opacity: 1;
		margin-top: 0;
	}

	header .nav-col .sub-nav .left-sub-nav li .inner-nav .back-link a {
		color: #333231;
		font-weight: bold;
		font-size: 16px;
		line-height: 20px;
		/*text-transform: uppercase;*/
		float: none;
	}

	header .nav-col .sub-nav .left-sub-nav li .inner-nav ul {
		width: 100%;
		margin: 0;
		clear: both;
		height: auto;
		min-height: inherit;
		float: left;
	}

	header .nav-col .sub-nav .left-sub-nav li .inner-nav ul li {
		margin-bottom: 0;
		background-image: none;
		border-bottom: 0px solid #e3e2e2;
	}

	header .nav-col .sub-nav .left-sub-nav li .inner-nav ul li:first-child {
		display: none !important;
	}

	header .nav-col .sub-nav .left-sub-nav li .inner-nav ul li.view-link {
		display: none !important;
	}

	header .nav-col .sub-nav .left-sub-nav li .inner-nav a {
		width: 100%;
		float: left;
	}

	header .nav-col .sub-nav .left-sub-nav li a.more-links {
		display:none;
		padding: 12px 0 11px 18px;
		text-align: left;
		width: 100%;
		position: static;
		border-radius: 0;
		float: left;
		background: #ffc93a;
	}

	header .nav-col .tab-nav .search-from {
		float: right;
		width: 60%;
		margin: 0;
	}

	header .nav-col nav li.tier1nav.desktop-xmas {
		display: none !important;
	}

	header .nav-col nav li.tier1nav.tiernone.hidden-sm.mobilexmas {
		display: block !important;
	}

	.product-detail-inner .value-selector {
		width: 90px;
	}

	.product-detail-inner .value-selector input {
		width: 45px;
		height: 30px;
	}

	.product-detail-inner .value-selector .minus {
		margin-top: 10px;
	}

	.checkout .delivery-method .box {
		display: block !important;
	}

	.checkout .delivery-method-toggle {
		display: none !important;
	}

	header li.tier1nav.tiernone.xmas.hidden-xs {
		display: none !important;
	}

	.zopim {
		position: fixed !important;
		bottom: 0 !important;
	}

	header li.tier1nav.tiernone.blackFriday.hidden-sm {
		display: inline-block !important;
	}

	header li.tier1nav.tiernone.blackFriday.hidden-xs {
		display: none !important;
	}

	header .nav-col .more-links-mobile{
		border-bottom:0px solid #e3e2e2;
	}

	header .nav-col .sub-nav .left-sub-nav li .popular-item ul li:first-child{
		display:flex !important;
	}

	header .sub-nav .popular-item .recent-block{
		padding-top:6px;
		padding-bottom:6px;
	}
	
	header .searchFormCont{
		padding: 8px 16px;
		position: fixed;
		z-index:1000;
		top: 60px;
		left: 0;
		width: 100vw;
		background-color: #fff;
	}

	header .searchFormCont .search-from{
		width: 100%;
		position: relative;
		z-index:1000;
	}

	header .search-overlay {
		position: fixed;
		background: rgba(0, 0, 0, 0.5);
		bottom: 0;
		top: 120px;
		right: 0;
		left: 0;
		z-index: 999;
		display: none;
	}

	header .tab-nav .searchFormCont{
		display:none !important;
	}
	
	.saleCounter header .searchFormCont{
		top: 91px;
	}

	.saleCounter header .search-overlay {
		top: 151px;
	}

	.content-section {
		margin-top: 60px;
	}

	.saleCounter .content-section {
		margin-top: 92px;
	}

	.content-section .quick-info {
		display: none;
	}

	.mob-slider.visible-xs {
		display: block !important;
		clear: both;
	}

	.mob-slider.visible-xs+.content-section {
		margin-top: 0px;
	}

	.mobile-filter.categoryquicklinks-section {
		display: block !important;
		padding: 0;
		min-width: 100vw;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

    header.checkout-head .container {
        min-width: 98%;
    }

    header.checkout-head .companylogo img{
        margin:0;
        height: auto;
        max-height: 78px;
    }
	
	.sitewidevrm .number-col {
		display: inline-block;
	}

	.sitewidevrm .number-col h2 {
		margin-left: -12px;
	}

	/*.sitewidevrm .number-col h2 .blue-car{
		display:none;
	}*/
	.sitewidevrm .vrn-form-wrapper {
		margin-left: 25px;
	}

	.sitewidevrm .number-col .vrm-form {
		column-gap: 25px;
	}

	.sitewidevrm .number-col .vrntoggle {
		margin: 20px auto 0 16px;
		text-align: center;
	}

	.sitewidevrm .vrn-error {
		margin-left: -38%;
	}

	footer.checkout-footer-fifm .container {
		min-width: 98%;
		width: 98%;
	}

}

@media only screen and (min-width:768px) {

	header .right-col li.mobile-nav,
	header .right-col li.mobile-search,
	header .right-col li.mobile-logo,
	header .right-col li.location-finder,
	header .right-col li.mobile-wishlist,
	header .right-col li.third-col a.mobile,
	header .mobile-menu,
	header.checkout-head .col-sm-4 .secure-col,
	header.checkout-head .call-link-mobile,
	header.checkout-head .mobile-heading,
	.sale-counter .sale-text .mobile{
		display: none !important;
	}

	header {
		position: relative;
		float: left;
	}

	header .right-grid {
		padding-left: 0;
		width: 35%;
	}

}


@media only screen and (max-width:767px) {

	header .left-grid,
	header .companylogo,
	header .right-col li.first-col,
	header .right-col li.second-col,
	header .right-col li.third-col,
	header .nav-col .sub-nav .menu-image,
	header .nav-col .sub-nav .left-sub-nav li .inner-nav h3,
	header .nav-col .sub-nav .left-sub-nav li .inner-nav ul li:first-child,
	header .nav-col .sub-nav .left-sub-nav li .inner-nav ul li.view-link,
	header .quick-info,
	.car-parts-form .vehicle-form,
	.offer-banner.bottom,
	.right-col li.fourth-col span.label,
	.breadcrumbs-col,
	.search-result-display p,
	.cart-dropdown .cart-list .detail-col .desc-text,
	.home-slider .bx-viewport li img.desktop,
	.product-listing-col .info-box,
	.product-listing-col .listing-info-box,
	footer ul,
	.search-detail-box .select-vehicle .vehicle-form,
	.change-store .stock-body .list-row,
	.change-store .stock-availability-data,
	.shopping-cart-col .basket-table .basket-head,
	.product-detail-inner .col-sm-6 .heading,
	.product-detail-inner .col-sm-6 .pro-detail,
	.product-detail-inner .col-sm-6 .ruk_rating_snippet,
	.product-detail-inner .delivery-button .home-popup,
	.tier-one-category .tier-one-banner .desktop,
	.search-detail-box .search-box-inner .change-box,
	.search-detail-box .search-box-inner .delete-btn,
	.search-box-inner .search-summery .label,
	.car-parts-form.filled-form .number-col .delete-btn,
	.car-parts-form.filled-form .change-box,
	.car-parts-form.filled-form .select-vehicle .label,
	.tier-one-category .tier-listing figure,
	footer .footer-bottom.desktop,
	.product-listing-col .product-section .info-wrapper .info-list,
	.error-banner .desktop,
	.product-listing-col .product-section li.productaccessories .col-md-3,
	.reviews-widget,
	.row.basket-banner .desktop,
	.clearance-listing-col .tier-one-banner,
	.clearance-listing-col .clearance-list .overlay-link .view-link,
	.clearance-listing-col .clearance-list .quantity-select .title,
	header.checkout-head .call-us-link,
	.search-result-display .search-listing .popup-box figure,
	.right-info-box .content .support-list li:nth-child(3),
	.product-detail-inner .product-thumb .bx-wrapper:first-child .bx-viewport li.bx-clone,
	.main-container .content-banner,
	.my-account-container .account-edit .inner figure,
	.order-status-col .product-list-data .order-list-headings,
	.order-list-headings,
	.store-search-text,
	.checkout.delivery-detail .select-country .bfpo-info,
	.tier-one-category .tier-listing .list-col .view-btn,
	.tier-one-category .tier-listing .mobile-expand,
	.product-listing-col .product-section .info-wrapper,
	.product-listing-col .product-section li .right-col h4,
	.product-listing-col .product-section .product-btn .view-dtl-btn,
	.product-listing-col .product-section li .right-col .brand-list .brand-stock.mobile,
	.tier-one-category h1.desktop,
	.category-tier-col h1.desktop,
	.product-listing-col h1.desktop,
	.shopping-cart-col .cart-button .cont-btn,
	.shopping-cart-col .basket-table .basket-body .total-price,
	.shopping-cart-col .basket-bottom-col .service-info-col,
	.product-detail-inner .bottom-link,
	.checkout.delivery-detail .select-country .bfpo-info,
	header.checkout-head .chat-link,
	.checkout-header,
	header.checkout-head .col-sm-8 .secure-col,
	.product-detail-inner .col-md-2 .product-img,
	.checkout.order-review .price-col .sub-text,
	.checkout.contact-detail .form-fields label,
	.checkout-summery .desktop,
	#shippingform label,
	#billingform label,
	.checkout.order-review .collapse-arrow.desktop,
	.checkout.order-review .order-info h3.desktop,
	.checkout.order-review .order-info .order-info-detail .mobile,
	.checkout.order-review .total-value-col .sub-val,
	.checkout.order-review .total-value-col .extra-val,
	.checkout.delivery-detail .loc-data h4 .desktop,
	.checkout.delivery-option .click-collect-right .detail-box .head .desktop,
	.checkout.delivery-option .click-collect-right .detail-box .timing.desktop,
	.order-place-btn img,
	.tier-one-category h2.desktop,
	.latest-product-offers .product-list li .mobile,
	.checkout.delivery-option .delivery-data .col-xs-1,
	.checkout.delivery-option .delivery-data .col-xs-3,
	/* .more-from-eurocarparts, */
	.order-confirm-col.c-and-c .tab-link,
	.shopping-cart-col .cart-total-col .billing-total-col p.desktop,
	.shopping-cart-col .basket-bottom-col .mobile-section .quick-info-outer li .sub-text,
	.shopping-cart-col .basket-table .basket-body .price .mob-head,
	.shopping-cart-col .basket-table .basket-body .quantity .remove-link .desktop,
	.companylogo .desktop,
	.product-listing-col .product-section .productaccessories .info-wrapper .amount,
	.product-listing-col .product-section .productaccessories .mobile-info-list,
	.o3b-section .rightcol3bo .list-refine .page-list .pagination,
	.o3b-section .rightcol3bo .list-refine.bottom .page-list .page-result,
	.o3b-section .rightcol3bo .list-refine.bottom .page-list .page-link,
	.o3b-section .o3b-searchbar .vrm-img,
	.leftcol3bo .refine-box.regbox,
	.leftcol3bo .heading.mobile,
	.leftcol3bo .refine-col .sub-head.mobile,
	.o3b-section .leftcol3bo .selected-refine .refine-col,
	.tier-one-category .top-search-outer .desktop,
	.o3b-section .leftcol3bo .filter-applied,
	.o3b-section .leftcol3bo .mobile-buttons,
	.leftcol3bo .filter-box .clear-btn,
	.leftcol3bo .filter-box .apply-btn,
	.product-listing-col.o3b-section .rightcol3bo .overlay-bg,
	.category-tier-col .tier-one-banner .desktop,
	.o3b-section .rightcol3bo .product-section .delivery-option .info-icon,
	.o3b-section .top-brands-inner .shop-brand-list li img.desktop,
	.o3b-section .popular-products-inner .popular-products-list img.desktop,
	.row.basket-banner img.desktop,
	.clearance-listing-col .tier-one-banner .desktop,
	.o3b-section .leftcol3bo .left-inner,
	.o3b-section .leftcol3bo #tab-filters,
	.o3b-section .leftcol3bo #category-filters,
	header .nav-col .tab-nav,
	.offer-banner .banner-box.desktop,
	.product-detail-inner.product-disabled .bottom-link.mobile,
	.carriage-logo .desktop,
	.delivery-info-icon.desktop,
	.tierseocontent.tiercatcontentheader h1.desktop,
	.toggleresponsive .desktop {
		display: none;
	}
	
	.sale-counter .sale-text .tab{
		display: none ;
	}

	.sale-counter .mobile-counter-description {
		display: inline-flex !important;
	}
	.sale-counter .mobile-counter-description *{
		font-weight:700;
	}

	.sale-counter .promo-text.visible-xs {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		max-height: 12px;
		min-height: 12px;
		min-width: 79px;
		margin: 0 4px;
		width: auto;
	}

	header {
		position: static;
		display: flex;
		flex-direction: column;
	}

	header .main-header {
		height: 56px;
	}

	header .main-header .row {
		flex-direction: column-reverse;
	}

	header .search-from {
		padding:8px 16px;
		top: 11px;
		left: 1px;
		width:100vw;
		height:60px;
		border: none;
		border-radius:0;
	}

	header .search-from .form-group{
		padding-left:0;
	}

	header .search-from.active {
		border: none;
	}

	header .search-overlay {
		top: 60px;
	}

	header .nav-col {
		margin: 0;
		padding-bottom: 0;
		float: left;
		display: block !important;
		height: 100% !important;
		max-width:100%;
		min-height: 100vh;
		position: fixed;
		top: 0;
		left: -100%;
		overflow: hidden;
		overflow-y: auto;
		z-index: 2222222222;
		background: #fff;
		-webkit-transition: ease all 0.5s;
		-o-transition: ease all 0.5s;
		transition: ease all 0.5s;
	}

	/*header .nav-col .row {
		margin: 0;
	}*/
	header .nav-col .row {
		margin-left: -16px;
		margin-right: -16px;
	}

	header .nav-col nav {
		height: 100%;
		padding: 0;
	}

	header .nav-col nav ul {
		height: 100%;
		display: block;
		padding: 0;
		float: left;
		width: 100%;
	}

	header .nav-col nav li,
	header .nav-col nav li:last-child {
		width: 100%;
		background: url('../images/new/nav-list-icon.svg') no-repeat 95% center;
		border-bottom: 1px solid #e3e2e2;
		border-top: 0;
		padding: 0px;
		float: left;
	}

	header .nav-col nav li a,
	header .nav-col nav li:last-child a {
		padding: 10px 16px;
		display: flex;
		align-items:center;
		justify-content:flex-start;
		width: 100%;
		min-height:44px;
	}

	header .nav-col nav>ul,
	header .nav-col nav>ul>li {
		display: inline-block;
	}

	header .nav-col nav li:hover,
	header .nav-col nav li:last-child:hover {
		border: 0;
		background: url('../images/new/nav-list-icon.svg') no-repeat 95% center #fff;
		border-bottom: 1px solid #e3e2e2;
	}

	header .nav-col nav li.tiernone {
		background: transparent;
	}

	header .nav-col nav li.tiernone:hover,
	header .nav-col nav li.tiernone.active {
		background: transparent;
	}

	header .nav-col nav li:hover a {
		color: #131313;
	}

	header .nav-col nav li.tiernone a {
		width: 100%;
	}

	header .nav-col nav li.xmas {
		background: red;
		border-top: none;
	}

	header .nav-col nav li.active {
		border: 0;
		background: url('../images/detail-view-arrow.png') no-repeat 95% center #fff;
		border-bottom: 1px solid #e3e2e2;
	}

	header .nav-col nav li.active a {
		color: #131313;
	}

	header .nav-col nav li a.onlydlink {
		pointer-events: none;
		-webkit-pointer-events: none;
		-moz-pointer-events: none;
		-o-pointer-events: none;
	}

	header .nav-col nav li.signin-link,
	header .nav-col nav li.signin-link:hover {
		background: url('../images/new/user_black-icon.svg') no-repeat 16px center;
		padding-left: 48px;
	}

	header .nav-col nav li.signin-link a {
		font-size: 16px;
		text-transform: inherit;
	}

	header .nav-col nav li .wishlist-btn span:not(.wishlist-cart-box){
		font-size: 16px;
		color:#131313;
		font-family: 'Figtree SemiBold';
		display:inline-flex;
	}

	header .nav-col nav li .wishlist-btn span.wishlist-cart-box{
		background-color:#CD1F25;
		font-size:12px;
		color:#fff;
		left: 20px;
		top: 6px;
		line-height: 13px;
	}
	
	header .nav-col nav li.country-selection,
	header .nav-col nav li.country-selection:hover {
		background: url('../images/new/currency_pound-icon.svg') no-repeat 16px 7px;
		padding-left: 0;
	}

	header .nav-col nav li.country-selection a {
		font-size: 16px;
		text-transform: inherit;
		padding-left: 48px;
	}

	header .nav-col nav li.country-selection .choose-country {
		margin: 0;
	}

	header .nav-col nav ul.country-dropdown {
		display: none;
		background-image: none;
		padding: 20px 0 0 0;
	}

	header .nav-col nav ul.country-dropdown li {
		float: left;
		width: 100%;
		padding: 10px;
		background: transparent;
		margin-bottom: 10px;
	}

	header .nav-col nav ul.country-dropdown li.active {
		background: #f0f0f0;
	}

	header .nav-col nav ul.country-dropdown li:last-child,
	header .nav-col nav ul.country-dropdown li:last-child:hover {
		margin-bottom: 0;
		background: transparent;
	}

	header .nav-col nav ul.country-dropdown li a {
		padding-left: 7px;
		width: 100%;
		float: left;
	}

	header .nav-col nav ul.country-dropdown li img {
    width: 30px;
    height: 30px;
    border-radius: 40px;
	}

	header .nav-col nav ul.country-dropdown li span {
		margin-left: 10px;
		font-family: 'Figtree SemiBold';
	}

	header .nav-col nav li.login-nav {
		display: block;
		background: #e3e2e2;
	}

	header .nav-col nav li.login-nav a {
		color: #333231;
		font-size: 13px;
		text-transform: none;
	}

	header .nav-col nav li.login-nav span {
		margin-right: 10px;
	}

	header .nav-col nav li.login-nav .signout-btn {
		float: right;
	}

	header .nav-col nav a {
		color: #131313;
		font-size: 16px;
		/*text-transform: uppercase;*/
		font-family: 'Figtree SemiBold';
		float: left;
		line-height: 20px;
		width: auto;
	}

	header .nav-col .sub-nav {
		background: #fff;
		width: 100%;
		display: none;
		left: 0;
		height: auto;
		box-shadow: none;
		top: 0;
		float: left;
		position: absolute;
		left: 0;
		top: 0;
	}


	header .nav-col .sub-nav .left-sub-nav {
		width: 100%;
		background: #fff;
		top: 166px;
		position: static;
	}

	header .nav-col .sub-nav .left-sub-nav li {
		background: url('../images/new/nav-list-icon.svg') no-repeat 95% center;
		border-bottom: 1px solid #e3e2e2;
		padding-bottom: 0px;
		padding-top: 0px;
		float: left;
	}


	header .nav-col .sub-nav .left-sub-nav li a {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	header .nav-col .sub-nav .left-sub-nav li:hover,
	header .nav-col .sub-nav .left-sub-nav li.active {
		background: url('../images/new/nav-list-icon.svg') no-repeat 95% center #fff;
	}

	header .nav-col .sub-nav .left-sub-nav li a {
		color: #131313;
		/*text-transform: uppercase;*/
		font-size: 16px;
		/*DCX-3283*/
		/*    font-family:'Figtree';*/
		line-height: 20px;
	}

	header .nav-col .sub-nav .left-sub-nav li:hover>a,
	header .nav-col .sub-nav .left-sub-nav li.active>a {
		background: transparent;
		color: #131313;
		width: 100%;
		text-decoration: none;
	}

	header .nav-col .sub-nav .left-sub-nav li .inner-nav ul li {
		padding: 0;
	}

	header .nav-col nav li.signin-link a {
		padding-left: 0;
		padding-right: 0;
	}

	header .nav-col .sub-nav .left-sub-nav li .inner-nav {
		display: none;
		width: 100%;
		right: inherit;
		left: 0;
		position: absolute;
		background: #fff;
		top: 0;
		overflow-y: auto;
		height: auto;
		opacity: 1;
		margin-left: 0;
	}

	header .nav-col .sub-nav .left-sub-nav li.active .inner-nav {
		opacity: 1;
		margin-top: 0;
	}

	header .nav-col .sub-nav .left-sub-nav li .inner-nav ul {
		width: 100%;
		margin: 0;
		clear: both;
		height: auto;
		min-height: inherit;
	}

	header .nav-col .sub-nav .left-sub-nav li .inner-nav ul li {
		padding: 0px;
		margin-bottom: 0;
		background-image: none;
		border-bottom: 1px solid #e3e2e2;
	}

	header .nav-col .sub-nav .left-sub-nav li .inner-nav ul li:first-child {
		display: none !important;
	}

	header .nav-col .sub-nav .left-sub-nav li .inner-nav ul li.view-link {
		display: none !important;
	}

	header .nav-col .sub-nav.out-list,
	header .nav-col .sub-nav .left-sub-nav li .inner-nav.out-list {
		box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.4);
		padding-top: 0;
	}

	header .nav-col .sub-nav .left-sub-nav li a.more-links {
		padding: 12px 0 11px 18px;
		text-align: left;
		width: 100%;
		position: static;
		border-radius: 0;
		background: #ffc93a;
	}

	header .left-grid{
		padding:0;
		width:100%;
		
	}

	header .right-grid {
		width: 100%;
		float: left;
	}

	header .right-col {
		margin: 0;
		width: 100%;
		align-items: center;
	}

	header .right-col li a {
		padding: 0;
	}

	header .mobile-menu {
		margin-right: 24px;
		float: left;
		padding:0;
		background: url('../images/new/menu-tab-icon.svg') no-repeat center center;
		width: 24px;
		height: 24px;
	}

	header .right-col li.mobile-logo {
		margin-right:auto;
	}

	header .right-col li.mobile-logo a {}

	header .right-col li.mobile-logo img {
		width: 90.778px;
		height: 38px;
	}

	header .right-col li.mobile-search,
	header .right-col li.mobile-wishlist,
	header .right-col li.fourth-col	{
		margin-left:4px;
		padding:10px;
		width:44px;
	}

	header .right-col li.location-finder {
		padding: 10px 12px;
		min-width: 17%;
		text-align: center;
	}

	header .right-col li.location-finder a {
		border: 0;
		float: none;
	}

	header .right-col li .wishlist-btn{
		position:relative;
	}

	header .right-col li .wishlist-cart-box {
		top: -4px;
		right: -9px;
	}

	header .right-col li .cart-box {
		right: -9px;
		top: -8px;
	}


	header .right-col li.first-col {
		width: 33px;
		margin-left: 12px;
	}

	header .right-col li.first-col .counrty-flag img {
		width: 100%;
	}

	header .right-col li.first-col ul {
		top: 47px;
		right: -95px;
	}

	header .right-col li.first-col .drop-arrow {
		right: 4px;
	}

	header .right-col li.first-col a {
		border-right: 0;
		padding-right: 0;
		padding-top: 0;
	}

	header .right-col li.third-col a.mobile,
	header .right-col li.third-col a.account-btn {
		display: block;
		margin-right: 0;
		margin-left: 15px;
		border-right: 0;
		padding: 11px 0 0;
		width: 27px;
		margin-top: -4px;
	}

	header .right-col li.fourth-col a {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		position: relative;
		float: none;
	}

	header .right-col li.fourth-col a img {
		margin-top: 3px 0 0;
	}

	header .right-col #quickbasketLi .popover{
		margin-top:21px;
		right: -8px;
	}

	header .right-col #quickbasketLi .popover.bottom>.arrow{
		right:8px;
	}

	header .right-col li .drop-arrow {
		bottom: -4px;
		right: 16px;
		z-index: 99999;
	}

	header .right-col li.first-col li a {
		font-size: 14px;
	}

	header .nav-col nav li.tier1nav.xmas {
		background: transparent;
		border-top-color: #ce2127;
		width: 100%;
	}

	header .nav-col nav li.tier1nav.xmas a {
		color: #2c2c2c;
	}

	header .nav-col nav li.tiernone.xmas:hover a,
	header .nav-col nav li.tiernone.xmas.active a {
		color: #2c2c2c;
	}

	header .nav-col nav li.tier1nav.blackFriday {
		background: #fff;
		border-top-color: #000;
	}

	header .nav-col nav li.tier1nav.blackFriday a {
		color: #000;
	}

	header .nav-col nav li.tiernone.blackFriday:hover a,
	header .nav-col nav li.tiernone.blackFriday.active a {
		color: #000;
	}

	.cart-dropdown {
		width: 308px;
		right: -7px;
		top: 50px;
		z-index:1000;
	}

	.cart-dropdown:after{
		right:8px;
	}

	.cart-dropdown .cart-list{
		max-height:214px;
	}

	.cart-dropdown .cart-list li{
		padding-right:2px;
	}

	.cart-dropdown .cart-list .detail-col{
		padding-left:10px;
	}

	.cart-dropdown .cart-list .detail-col .heading{
		font-size:14px;
		line-height:20px;
	}

	.cart-dropdown .cart-list .pricebox{
		    flex-wrap: wrap;
	}

	.cart-dropdown .cart-list .pricebox .amount{
		padding-left:5px;
	}

	.cart-dropdown .basket-button-col .basket-btn,
	.cart-dropdown .basket-button-col .checkout-btn{
		height:44px;
		padding:10px 10px 9px;
		font-size:16px !important;
		line-height:24px;
		
	}

	.cart-dropdown .cart-list::-webkit-scrollbar {
	  width: 4px;
	}


	/*	.car-parts-form {
		position: static;
		top: 0;
		left: 0;
		width: 100%;
		float: left;
		border-bottom: 2px solid #c3c3c3;
		margin: 0 0 5px;
		box-shadow: none;
		border-radius: 0;
	}

	.car-parts-form h2 {
		margin: 11px 0 3px;
		font-size: 24px;
		letter-spacing: 0;
	}

	.car-parts-form .separator {
		background-size: 100% auto;
		font-size: 15px;
		margin-right: 4%;
		margin-left: 4%;
		width: 92%;
	}

	.car-parts-form .number-col {
		background: transparent;
		padding-bottom: 30px;
		padding-top: 0;
	}

	.car-parts-form .number-col .heading {
		text-align: left;
		padding-top: 12px;
		color: #3f3f3f;
	}

	.car-parts-form .number-col .heading.close {
		text-align: left;
		background: url('../images/close-arrow.png') no-repeat 99% 14px;
		opacity: 1;
	}

	.car-parts-form .number-col .vrm-input {
		width: 81%;
	}

	.car-parts-form .number-col .vrm-form {
		margin-top: 7px;
	}

	.car-parts-form .number-col .vrm-form button {
		width: 15%;
		margin-left: 4%;
	}

	.car-parts-form .select-vehicle {
		margin-top: 9px;
		padding-top: 0;
	}

	.car-parts-form .select-vehicle .heading {
		background: url('../images/close-arrow.png') no-repeat 99% 12px;
		font-size: 12px;
		color: #3f3f3f;
		margin-bottom: 0;
		padding-bottom: 15px;
		padding-top: 10px;
	}

	.car-parts-form .select-vehicle .heading.open {
		background: transparent;
	}

	.car-parts-form.filled-form .number-col {
		padding-bottom: 10px;
	}

	.car-parts-form.filled-form .number-col .heading {
		background: transparent;
	}

	.car-parts-form.filled-form .number-col .vrm-form {
		width: 38%;
	}

	.car-parts-form.filled-form .number-col .vrm-form input {
		width: 100%;
	}

	.car-parts-form .number-col .vrm-form input {
		font-size: 25px;
		padding: 0 6px 0 6px;
		line-height: 1.42857;
	}

	.car-parts-form.filled-form .number-col .vrm-form input {
		font-size: 19px;
	}

	.car-parts-form .select-vehicle button {
		width: 47%;
	}

	.car-parts-form.filled-form .change-box.mobile {
		display: block;
		padding: 0;
		margin-left: 3%;
		width: 59%;
		margin-top: 7px;
	}

	.car-parts-form.filled-form .change-btn {
		padding-top: 7px;
		padding-bottom: 9px;
	}

	.car-parts-form .number-col .vrm-form .go-btn {
		padding-top: 11px;
	}
*/


	.nav-open header .mobile-nav .mobile-menu:after {
		position: fixed;
		content: '';
		height: 100vh;
		top: 0;
		left: 0;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.58);
		z-index: 2222222111;
	}


	header .nav-col nav>ul li,
	header .nav-col nav li.active,
	header .nav-col .sub-nav .left-sub-nav li,
	header .nav-col .sub-nav .left-sub-nav li .inner-nav ul li {
		border-bottom: none;
	}

	header .nav-col nav li:hover,
	header .nav-col nav li:last-child:hover {
		border-bottom: none;
	}

	header .nav-col nav>ul.outer-ul>li:first-child:not(.main) {
		margin-top: 56px;
	}

	header .nav-col nav li.signin-link,
	header .nav-col nav li.wishlist-link,
	header .nav-col nav li.country-selection {
		background-color: #F5F6F6;
		border: none !important;
	}

	header .nav-col nav>ul li .nav-ico {
		margin: -3px 8px -1px 0;
		height: 24px;
		width: 24px;
		display: inline-block;
		object-fit: contain;
		object-position: center center;
	}

	header .nav-col .sub-nav {
		min-height: 100vh;
	}

	header .nav-col .sub-nav .back-link {
		padding:12px 0 10px 46px;
		float: left;
		width: 100%;
		display: flex;
		align-items:center;
		justify-content:flex-start;
		background: #335CB3;
		min-height: 56px;
		white-space: nowrap;
		position: relative;
		top:-16px;
		z-index: 9;
		background: var(--Gradient-Primary-90-deg, linear-gradient(90deg, #002980 0%, #335CB3 100%));
		-webkit-box-shadow: 0px 2px 4px 0px rgba(48, 49, 51, 0.10), 0px 0px 1px 0px rgba(48, 49, 51, 0.05);
		        box-shadow: 0px 2px 4px 0px rgba(48, 49, 51, 0.10), 0px 0px 1px 0px rgba(48, 49, 51, 0.05);
	}

	header .nav-col .sub-nav .back-link:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 16px;
		float: left;
		height: 24px;
		width: 24px;
		transform:translateY(-50%);
		background: transparent url('../images/new/left_white-icon.svg') no-repeat;
		background-size: 24px;
	}

	header .nav-col .sub-nav .back-link a,
	header .nav-col .sub-nav .left-sub-nav li .inner-nav .back-link a	{
		padding: 0;
		font-size:16px;
		line-height:20px;
		font-family: 'Figtree';
		font-weight:700;
		color: #fff;
		position: relative;
		text-transform: unset !important;
		min-height:10px;
	}

	header .nav-col nav>ul li .back-link .nav-ico {
		margin-left: 1px;
		margin-right:8px;
		width: 24px;
	}

	header .nav-col .closeBox{
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 56px;
		background: var(--Gradient-Primary-90-deg, linear-gradient(90deg, #002980 0%, #335CB3 100%));
		-webkit-box-shadow: 0px 2px 4px 0px rgba(48, 49, 51, 0.10), 0px 0px 1px 0px rgba(48, 49, 51, 0.05);
		        box-shadow: 0px 2px 4px 0px rgba(48, 49, 51, 0.10), 0px 0px 1px 0px rgba(48, 49, 51, 0.05);
	}

	header .nav-col .mobile-menu {
		margin-right:16px;
		position: absolute;
		right: 0;
		top: 0;
		width: 24px;
		height: 56px;
		background-color: transparent;
		z-index: 9;
		background-image: url(../images/new/close_white-icon.svg);
		background-position:center;
	}

	header .nav-col nav .more-links {
		display: none !important;
	}

	html.nav-open,
	body.nav-open {
		overflow: hidden !important;
	}

	header .nav-col nav li>a,
	header .nav-col .sub-nav .left-sub-nav li a {
		text-transform: unset;
	}


/*	header .mobile-nav .mobile-menu.active {
		background: url('../images/menu-icon.svg') no-repeat center center;
		background-color: transparent !important;
	}*/

	header .nav-col nav>ul.outer-ul>li:first-child {
		margin-top: 56px;
	}

	header .nav-col .sub-nav.out-list,
	header .nav-col .sub-nav .left-sub-nav li .inner-nav.out-list {
		box-shadow: none !important;
	}


	.nav-open header .nav-col {
		left: 0;
		display: block !important;
	}

	header .nav-col nav>ul.outer-ul {
		z-index: 99;
		position: relative;
	}

	.sub-nav.out-list,
	header .nav-col .sub-nav .left-sub-nav li .inner-nav,
	header .nav-col .sub-nav .left-sub-nav li .inner-nav {
		z-index: 99;
	}

	header .nav-col .mobile-menu {
		z-index: 9999;
	}

	header .nav-col nav>ul.outer-ul,
	header .nav-col .sub-nav .left-sub-nav li .inner-nav {
		width: 100%;
	}

	header .nav-col nav ul.country-dropdown {
		padding-top: 0;
		padding-bottom: 22px;
	}

	header .nav-col nav ul.country-dropdown li {
		margin: 0 0 2px;
		padding: 0 0 0 8px;
	}

	header .nav-col nav ul.country-dropdown li a {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	header .nav-col .sub-nav {
		z-index: 99;
	}

	header .nav-col nav {
		z-index: 99;
		position: relative;
		width: 100%;
	}

	header .nav-col nav ul.country-dropdown {
		min-height: 130px;
	}

	header .nav-col .more-links-mobile:hover,
	header .nav-col .more-links-mobile:focus {
		text-decoration: none !important;
	}

	header .nav-col .sub-nav .left-sub-nav li .inner-nav.out-list {
		z-index: 1;
	}

	header .nav-col .sub-nav .left-sub-nav li .inner-nav.out-list .back-link {
		position: relative;
		z-index: 9;
	}

	header .nav-col .sub-nav .left-sub-nav li .inner-nav.out-list {
		z-index: 9999;
		background-color: transparent;
	}

	header .nav-col .sub-nav .left-sub-nav li .inner-nav.out-list>ul,
	header .nav-col .sub-nav .left-sub-nav li .inner-nav.out-list>a {
		background-color: #fff;
	}



	header .nav-col nav>ul.outer-ul,
	header .nav-col .sub-nav.out-list,
	header .nav-col .sub-nav .left-sub-nav li .inner-nav.out-list {
		padding-top:16px;
		padding-bottom: 65px;
	}

	header .nav-col nav>ul.outer-ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	header .nav-col nav>ul>li.tier1nav,
	header .nav-col nav>ul>li.tiernone {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	header .nav-col nav>ul>li.tier1nav.carparts-link {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	header .nav-col nav>ul>li.tier1nav.blackFriday {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	header .nav-col nav li.tiernone.blackFriday:hover a,
	header .nav-col nav li.tiernone.blackFriday.active a {
		color: #2C2C2C;
	}

	header .nav-col .popular-item ul {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	header .nav-col .popular-item .recent-block {
		width: 100%;
		display: block;
		padding: 0;
		background-image:none;
	}
	
	header .nav-col .popular-item .recent-block a {
		display: flex !important;
		align-items: center;
		justify-content: flex-start;
		padding: 0 40px 0 56px;
		position: relative;
		height: 56px;
		background-image: url('../images/new/nav-list-icon-blue.svg');
		background-size: 22px;
		background-repeat: no-repeat;
		background-position: calc(100% - 14px) center;
	}

	header .nav-col .popular-item .recent-image {
		position: absolute;
		left: 16px;
	}

	header .nav-col .popular-item.recent-image img {
		max-height: 100%;
	}

	header .nav-col .popular-item .recent-block p {
		margin: 0;
		width: 100%;
		line-height: 24px;
		font-family: 'Figtree';
		font-weight: 700;
		font-size: 16px;
		color:#131313;
	}

	header .nav-col .sub-nav .left-sub-nav li .popular-item ul>li:first-child {
		display: flex !important;
	}


	header.checkout-head {
		padding-bottom: 0;
		position: static;
		display: inline-block;
		margin-bottom: 10px;
	}

	header.checkout-head .col-md-8 {
		padding-left: 10px;
		padding-right: 10px;
		float: left;
		width: 100%;
	}

	header.checkout-head .companylogo {
		margin-right: 0;
		padding: 5px 0 0;
		width: 95px;
		border-right: none;
		display: block;
	}

	header.checkout-head .col-md-4 {
		float: left;
		width: 100%;
		margin: 5px 0 0;
		padding-right: 10px;
	}

	header.checkout-head .secure-col {
		float: left;
		background: url('../images/mobile-lock-icon.jpg?v=3') no-repeat left top;
		padding: 0 0 0 20px;
		font-size: 13px;
		margin: 0;
	}

	header.checkout-head .call-link-mobile {
		display: inline-block;
		width: auto;
		color: #2c2c2c;
		font-size: 13px;
		text-align: right;
		float: right;
	}

	header.checkout-head .call-link-mobile a {
		background: url('../images/ph-icon.jpg') no-repeat left top;
		padding-left: 20px;
		font-weight: bold;
		color: #2c2c2c;
		margin-left: 5px;
	}

	header.checkout-head .mobile-heading {
		float: left;
		width: 100%;
		font-size: 18px;
		color: #2c2c2c;
		font-family: 'Figtree';
		font-weight: 400;
		margin-top: 15px;
		margin-bottom: 10px;
		line-height: 16px;
	}

    header.checkout-head{
		padding-top: 9px;
		height: 68px;
	}

    header.checkout-head .row{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

	header.checkout-head .col-md-8{
		padding-left:10px; 
		padding-right:10px;
	}

	header.checkout-head .companylogo {
	    min-width: 106px;
	}

	header.checkout-head .secure-col{
		float:right;
		font-family: 'Figtree Light';
	}

	header .right-col li.mobile-logo h1 {
		margin: 0;
		font-size: initial;
	}


	header section.nav-col {
		display: block !important;
		width: 100%;
		height: 0px;
		max-height: 0px;
	}

	header section.nav-col .searchFormCont {
		position: fixed;
		top: -32px;
		z-index: 999;
		display: block;
		left: 0;
		width: 100%;
		-webkit-transition: all 0.6s linear;
		-o-transition: all 0.6s linear;
		transition: all 0.6s linear;
	}

	header section.nav-col .tab-nav {
		display: block;
		z-index: 9;
	}

	header section.nav-col .tab-menu {
		display: none;
	}

	.fix-header:not(.no-sticky-search).overflow-scroll {
		overflow: auto;
		position: static;
		height: auto;
	}

	/*.fix-header:not(.no-sticky-search) header .sale-counter {
		height: 33px;
		padding: 3px 0;
	}

	.fix-header:not(.no-sticky-search) header .sale-counter .row {
		display: flex;
		align-items: center;
		justify-content: stretch;
	}

	.fix-header:not(.no-sticky-search) header .sale-counter .sale-end-label {
		display: none;
	}

	.fix-header:not(.no-sticky-search) header .sale-counter .promo-text .autoapplied {
		display: flex;
		align-items: center;
		font-size: 13px !important;
	}

	.fix-header:not(.no-sticky-search) header .sale-counter .promo-text img {
		max-width: 16px;
		height: 16px;
		margin: -6px 4px -3px -2px;
	}

	.fix-header:not(.no-sticky-search) header .sale-counter .promo-text span {
		padding-left: 4px;
	}

	.fix-header:not(.no-sticky-search) header .sale-counter .mobile-counter-parent,
	.fix-header:not(.no-sticky-search) header .sale-counter .mobile-counter-description,
	.fix-header:not(.no-sticky-search) header .sale-counter .promo-text {
		width: 100%;
		padding: 0 6px;
		float: none;
	}

	.fix-header:not(.no-sticky-search) header .sale-counter .mobile-counter-parent .mobile-timer,
	.fix-header:not(.no-sticky-search) header .sale-counter span.mobile-offer,
	.fix-header:not(.no-sticky-search) header .sale-counter .promo-text span {
		font-size: 13px !important;
	}

	.fix-header:not(.no-sticky-search) header .sale-counter .mobile-counter-description:after,
	.fix-header:not(.no-sticky-search) header .sale-counter .mobile-counter-parent:after {
		height: 18px;
		top: 0px;
	}*/

	.fix-header:not(.no-sticky-search) header .search-from {
		display: block !important;
		top: 0;
		z-index: 999;
	}

	.fix-header:not(.no-sticky-search) header .search-overlay {
		display: none !important;
	}

	body:not(.nav-open) header .nav-col,
	.fix-header:not(.no-sticky-search) header section.nav-col {
		z-index: 999;
	}

	.fix-header:not(.no-sticky-search) header section.nav-col .search-from .form-group {
		box-shadow: none !important;
	}

	.fix-header:not(.no-sticky-search) header section.nav-col .searchFormCont {
		top: 0px;
	}

	.fix-header:not(.no-sticky-search) .search-from .close-btn {
		margin-top: 2px;
		margin-right: 61px;
	}

	.fix-header:not(.no-sticky-search).saleCounter header section.nav-col .searchFormCont {
		top: 30px;
	}

	body:not(.fix-header) section.nav-col .searchFormCont {
		height: 1px;
		overflow: hidden;
		opacity: 0;
	}

	/*.fix-header:not(.no-sticky-search) header .sale-counter .mobile-offer {
		white-space: nowrap;
	}

	.fix-header:not(.no-sticky-search) header .sale-counter .autonotapplied {
		white-space: nowrap;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.fix-header:not(.no-sticky-search) header .sale-counter {
		padding-top: 5px;
	}

	.fix-header:not(.no-sticky-search) header .sale-counter .promo-text {
		max-height: 18px;
		line-height: 1;
	}

	.fix-header:not(.no-sticky-search) header .sale-counter .promo-text {
		margin-top: 2px !important;
	}*/

	/*DCX-3970*/
	.saleCounter:not(.fix-header) header {
		margin-top: 42px;
		transition: ease all 0.3s;
	}

	.saleCounter:not(.fix-header) .sale-counter {
		height: 42px;
	}

	.saleCounter:not(.fix-header) .sale-counter .row {
		justify-content: space-between;
		width: 100%;
	}

	.saleCounter:not(.fix-header) .sale-counter .sale-text {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		line-height: 12px;
		min-width:30%;
	}

	.saleCounter:not(.fix-header) .sale-counter .sale-text p.mobile {
		padding-right: 4px;
	}

	.saleCounter:not(.fix-header) .sale-counter .promo-text {
		margin: 0 auto;
		max-height: 24px;
		min-width:33%;
	}

	.saleCounter:not(.fix-header) .sale-counter .promo-text .autonotapplied {
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		line-height: 12px;
	}

	.saleCounter:not(.fix-header) .sale-counter .promo-text .autonotapplied span.get_discount {
		padding-right: 4px;
	}

	.saleCounter:not(.fix-header) .sale-counter .mobile-counter-description {
		flex-direction: column;
		align-items: center;
		min-width:30%;
		line-height: 12px;
	}

	.saleCounter:not(.fix-header) .sale-counter .mobile-counter-description .sale-end-label {
		margin-right: -4px;
	}

	.saleCounter:not(.fix-header) .sale-counter .sale-text p.mobile,
	.saleCounter:not(.fix-header) .sale-counter .promo-text .autonotapplied span.get_discount,
	.saleCounter:not(.fix-header) .sale-counter .mobile-counter-description .clock {
		padding-top: 2px;
	}

	/*DCX-3970*/


	.mobile-filter.categoryquicklinks-section {
		min-width: 100vw;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.slider-outer li .yellow-color{
		font-size:14px;
		line-height: 20px;
		height: auto;
	}
	
	.sitewidevrm h2{
		font-size: 20px;
		font-weight: 800;
		line-height: 32px;
	}

	.sitewidevrm h3 {
		margin-bottom: 4px;
		font-size: 14px;
		line-height: 20px;
	}

	.sitewidevrm h3 img {
		width: 16px;
	}

	.sitewidevrm .number-col {
		margin: 0 auto;
		flex-direction: column;
		align-items: center;
		width:368px;
		max-width:100%;
	}

	.sitewidevrm .number-col h2 {
		margin: 0 0 8px;
	}

	.sitewidevrm .number-col .vrm-form {
		column-gap: 8px;
	}

	.sitewidevrm .number-col .vrm-form input.go-btn{
		min-width:111px;
		padding-top:11px;
		font-size:16px;
	} 

	.sitewidevrm .number-col label.vrm-input,
	.sitewidevrm .vrm-input input[type='text']{
		width:100%;
	}

	.sitewidevrm .vrn-error{
		margin-left:0;
		font-size:12px;
		line-height:16px;
		letter-spacing: -0.4px;
		max-width:100%;
		white-space:unset;
		justify-content: center;
	}

	.sitewidevrm .vrn-error img{
		width:16px;
	}

	.sitewidevrm .vrntoggle,
	.sitewidevrm .number-col .vrntoggle{
		margin-top:16px;
	}

	.sitewidevrm .select-vehicle .vehicle-form {
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		column-gap: 8px;
	}

	.sitewidevrm .select-vehicle .field {
		margin: 8px 0 0 0;
		width: 100%;
		max-width: calc(50% - 4px);

	}

	.sitewidevrm .select-vehicle .go-btn{
		margin-top: 8px;
		padding-top:11px;
		width: calc(50% - 4px);
		min-width:111px;
		font-size:16px;
		background-position: calc(50% + 28px);		
	}

	.sitewidevrm .car-parts-form.loading-screen .loading-col {
		margin: 0 auto;
		padding: 0;
		flex-direction: column;
		max-width: 320px;
	}

	.sitewidevrm .car-parts-form.loading-screen p {
		font-size: 14px;
		line-height: 20px;
	}

	.sitewidevrm .car-parts-form.loading-screen img {
		margin: 6px 0 0;
	}

	.sitewidevrm .car-parts-form {
		align-items: flex-start;
	}

	.sitewidevrm .filled-form .field-form-inner {
		flex-direction: column;
	}

	.sitewidevrm .filled-form .select-vehicle .text {
		padding: 0;
		font-size: 14px;
		line-height: 20px;
	}

	.sitewidevrm .filled-form .select-vehicle .text:before {
		display: none;
	}

	.sitewidevrm .filled-form .change-box {
		display: inline-block;
		padding: 8px 0 0;
	}

	.sitewidevrm .filled-form .change-box .clearselection {
		font-size: 14px;
		line-height: 20px;
	}

	.sitewidevrm .filled-form .select-vehicle .car-tick-icon {
		margin-right: 6px;
	}

	.sitewidevrm .vrm-input input[type='text']{
		height:42px;
	}

	.sitewidevrm .number-col .vrm-form input.go-btn, 
	.sitewidevrm .select-vehicle .go-btn,
	.sitewidevrm .select-vehicle .field{
		height:44px;
	}

	.sitewidevrm .select-vehicle select{
		font-size: 16px;
		line-height: 20px;
		height: 40px;
	}


	/* Header mobile-filter */
	.mobile-filter .filter-slider-items .item a{
		padding:10px 8px;
		min-width:78px;
	}

    footer.checkout-footer-fifm{
        padding:10px 0;
    }

}

@media (max-width:359px) {

	header .nav-col nav a,
	header .nav-col .sub-nav .left-sub-nav li a {
		font-size: 14px;
	}

	header .nav-col .sub-nav .back-link a {
		font-size: 13px;
	}

	header .nav-col nav li.signin-link a,
	header .nav-col nav li .wishlist-btn span,
	header .nav-col nav li.country-selection a {
		font-size: 15px;
	}

	.slider-outer li img{
		margin-right:10px;
	}

	.slider-outer .slick-prev.pull-left.slick-arrow {
		left: 6px;
	}

	.slider-outer .slick-next.pull-right.slick-arrow {
		right: 6px;
	}

	.sitewidevrm .select-vehicle .field ,
	.sitewidevrm .select-vehicle .go-btn{
		max-width: 100%;
		width: 100%;
	}

}