@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/proximanova-regular.woff2') format('woff2'), url('../fonts/proximanova-regular.woff') format('woff'), url('../fonts/proximanova-regular.ttf') format('truetype'), url('../fonts/proximanova-regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../fonts/proximanova-bold.woff2') format('woff2'), url('../fonts/proximanova-bold.woff') format('woff'), url('../fonts/proximanova-bold.ttf') format('truetype'), url('../fonts/proximanova-bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
	font-family: 'ProximaNova-Regular', Helvetica, Arial, sans-serif /*{body-font-family}*/;
	font-size: 14px /*{body-font-size}*/;
	color: #333333 /*{body-font-colour}*/;
	background-image: none /*{body-background-image}*/;
	background-color: #ffffff /*{body-background-colour}*/;
	position:relative;
}
a {
	color: #333333 /*{link-text-colour}*/;
	outline:none !important;
}
a:hover,
a:focus {
	color:#E31921;
	text-decoration: none;
	outline: 0 !important;
}
.blog a {
	color: #E31921;
}
a,
.btn {
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.btn {
	border-radius: 0;
}
.form-control {
	border-radius: 0;
	box-shadow: none;
	border-color: #cccccc /*{text-field-border-colour}*/;
}
.form-control:focus {
	box-shadow:none;
	border:1px solid #ccc;
}
.well {
	border-radius: 0;
	box-shadow: none;
}
.n-wrapper-form-control select {
	border-radius: 0;
	box-shadow: none;
	border-color: #cccccc /*{text-field-border-colour}*/;
}
.n-wrapper-form-control select:focus {box-shadow:none;}
.alert-info {background:#fff;border:1px solid #ccc;border-radius:0;color:#333;}
.text-danger {color:red;}
.dropdown-menu {
	box-shadow: none;
	border-radius: 0;
	background-color: #ffffff /*{dropdown-menu-bg}*/;
	border-color: #cccccc /*{dropdown-menu-border-colour}*/;
	background-clip: border-box;
}
.navbar-default .navbar-nav .dropdown-menu {
	background-color: #252525 /*{dropdown-menu-bg}*/;			/*SC changed from #ffffff 20210225*/
	border-color: #252525 /*{dropdown-menu-border-colour}*/;	/*SC changed from #cccccc 20210225*/
}
.nsearchinput-pl.well {
	margin-top: 50px !important;
	border-radius: 0;
	box-shadow: none;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif /*{headers-font-family}*/;
	color: #333333 /*{headers-colour}*/;
	font-weight: 700;
}
h1,.h1 {
	font-size: 36px /*{header-1-font-size}*/;
}
h2,.h2 {
	font-size: 30px /*{header-2-font-size}*/;
}
h3,.h3 {
	font-size: 24px /*{header-3-font-size}*/;
}
h4,.h4 {
	font-size: 18px /*{header-4-font-size}*/;
}
h5,.h5 {
	font-size: 14px /*{header-5-font-size}*/;
}
.btn-default {
	color: #ffffff /*{btn-default-text-colour}*/;
	background-color: #E31921 /*{btn-default-bg-colour}*/;
	border-color: #E31921 /*{btn-default-border-colour}*/;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #ffffff /*{btn-default-text-colour-hover}*/;
	background-color: #a7080f /*{btn-default-bg-colour-hover}*/;
	border-color: #a7080f /*{btn-default-border-colour-hover}*/;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #ffffff /*{btn-default-disabled-bg-colour}*/;
	border-color: #cccccc /*{btn-default-disabled-border-colour}*/;
}
.btn-primary {
	color: #ffffff /*{btn-primary-text-colour}*/;
	background-color: #E31921 /*{btn-primary-bg-colour}*/;
	border-color: #E31921 /*{btn-primary-border-colour}*/;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #ffffff /*{btn-primary-text-colour-hover}*/;
	background-color: #a7080f /*{btn-primary-bg-colour-hover}*/;
	border-color: #a7080f /*{btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #3f3926 /*{btn-primary-disabled-bg-colour}*/;
	border-color: #3f3926 /*{btn-primary-disabled-border-colour}*/;
}
.btn-warning {
	color: #ffffff /*{btn-warning-text-colour}*/;
	background-color: #f0ad4e /*{btn-warning-bg-colour}*/;
	border-color: #eea236 /*{btn-warning-border-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #ffffff /*{btn-warning-text-colour-hover}*/;
	background-color: #ed9c28 /*{btn-warning-bg-colour-hover}*/;
	border-color: #d58512 /*{btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #428bca /*{btn-warning-disabled-bg-colour}*/;
	border-color: #357ebd /*{btn-warning-disabled-border-colour}*/;
}
.btn-danger {
	color: #ffffff /*{btn-danger-text-colour}*/;
	background-color: #252525 /*{btn-danger-bg-colour}*/;
	border-color: #252525 /*{btn-danger-border-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #ffffff /*{btn-danger-text-colour-hover}*/;
	background-color: #111111 /*{btn-danger-bg-colour-hover}*/;
	border-color: #111111 /*{btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f /*{btn-danger-disabled-bg-colour}*/;
	border-color: #d43f3a /*{btn-danger-disabled-border-colour}*/;
}
.btn-success {
	color: #ffffff /*{btn-success-text-colour}*/;
	background-color: #E31921 /*{btn-success-bg-colour}*/;
	border-color: #E31921 /*{btn-success-border-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #ffffff /*{btn-success-text-colour-hover}*/;
	background-color: #a7080f /*{btn-success-bg-colour-hover}*/;
	border-color: #a7080f /*{btn-success-border-colour-hover}*/;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #3f3926 /*{btn-success-disabled-bg-colour}*/;
	border-color: #3f3926 /*{btn-success-disabled-border-colour}*/;
}
.btn-info {
	color: #ffffff /*{btn-info-text-colour}*/;
	background-color: #3f3926 /*{btn-info-bg-colour}*/;
	border-color: #3f3926 /*{btn-info-border-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #ffffff /*{btn-info-text-colour-hover}*/;
	background-color: #39b3d7 /*{btn-info-bg-colour-hover}*/;
	border-color: #269abc /*{btn-info-border-colour-hover}*/;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de /*{btn-info-disabled-bg-colour}*/;
	border-color: #46b8da /*{btn-info-disabled-border-colour}*/;
}
.breadcrumb {
	background-color: #ffffff /*{breadcrumb-background-colour}*/;
	border-radius: 0;
	padding:0px 15px;
	margin:20px 0px;
}
.n_category .breadcrumb {padding:0px 15px;}
.breadcrumb > .active {
	color: #3a3a3a /*{breadcrumb-active-link-colour}*/;
}
.breadcrumb > li > a.home {
	color:#E31921;
}
.breadcrumb > li > a {
	color:#E31921;
}
.breadcrumb > li:last-child > a {
	color: #3a3a3a /*{breadcrumb-active-link-colour}*/;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	font-family: FontAwesome;
	content: "\f105";
	color: #cecece /*{breadcrumb-text-colour}*/;
}
.footer-newsletter .form{display: table;}
.footer-social{float: right;}
h1.category-title {color:#131313;font-size:28px;text-transform:uppercase;margin:0 0 30px;font-family:ProximaNova-Bold;}
/* Pagination */
.pagination{
	margin: 0;
}
.wrapper-pagination{
	margin:10px 0px;
	width: 100%;
	padding: 11px 0 5px;
	float: left;
	background-color: #ebebeb /*{pagination-bg-colour}*/;
}
.pagination > li {
  	display: inline;
	margin: 0 5px;
	float: left;
}
.pagination  li.active a{
	background:#E31921;
	color:#fff;
}
.pagination > li > a,
.pagination > li > span {
  	position: relative;
	margin-left: 0;
  	float: left;
  	padding: 6px 9px;
  	line-height: 14px;
  	text-decoration: none;
  	color: #000000 /*{pagination-link-colour}*/;
  	background-color: #ffffff /*{pagination-link-bg-colour}*/;
  	border: 0   /*{pagination-link-border-colour}*/;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  	margin-left: 0;
  	border-bottom-left-radius: 0;
  	border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  	border-bottom-right-radius: 0;
  	border-top-right-radius: 0;
}
.pagination > li.pleft > a,
.pagination > li.pright > a {
	background: none;
	border: none;
}
.pagination > li.pleft > a:hover,
.pagination > li.pright > a:hover,
.pagination > li.pleft > a:focus,
.pagination > li.pright > a:focus {
	background: none;
	border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  	color: #ffffff /*{pagination-link-hover-colour}*/;
  	background-color: #a7080f /*{pagination-link-hover-bg-colour}*/;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  	z-index: 2;
  	color: #ffffff /*{pagination-link-active-colour}*/;
  	background-color: #a7080f /*{pagination-link-active-bg-colour}*/;
  	cursor: default;
}
.btn-default.btn-white{
	background: #fff;
	border-color: #000;
	color: #000;
}
.btn-default.btn-white:hover{
	background: #000;
	color: #fff;
}
.label-default {
	background-color: #999999 /*{label-default-bg}*/;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #808080 /*{label-default-bg-hover}*/;
}
.label-primary {
	background-color: #428bca /*{label-primary-bg}*/;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071a9 /*{label-primary-bg-hover}*/;
}
.label-success {
	background-color: #5cb85c /*{label-success-bg}*/;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44 /*{label-success-bg-hover}*/;
}
.label-info {
	background-color: #5bc0de /*{label-info-bg}*/;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5 /*{label-info-bg-hover}*/;
}
.label-warning {
	background-color: #f0ad4e /*{label-warning-bg}*/;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f /*{label-warning-bg-hover}*/;
}
.label-danger {
	background-color: #ed4444 /*{label-danger-bg}*/;
	display:inline-block;
	line-height:25px;
	padding:0px 8px;
	color:#fff;
	font-family:ProximaNova-Bold;
	font-size:12px;
	text-transform:uppercase;
	border-radius:0;
	float:left;
}
.free-shipping{
	background-color: #ed4444 /*{label-danger-bg}*/;
	display:inline-block;
	line-height:25px;
	padding:0px 8px;
	color:#fff;
	font-family:ProximaNova-Bold;
	font-size:12px;
	text-transform:uppercase;
	border-radius:0;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c /*{label-danger-bg-hover}*/;
}
.page-header {margin-top:15px;font-family:ProximaNova-Regular;}
.page-header h1 {font-family:ProximaNova-Regular;}
.text-muted {font-size:14px;color:#333333;}
.text-success {color:#111;}
.well {
	background-color: #ffffff /*{well-bg}*/;
	border-color: #e3e3e3 /*{well-border-colour}*/;
}
.panel-default {
	box-shadow: none;
	border-color: #dddddd /*{panel-border-colour}*/;
	border-radius: 0;
}
.panel-default > .panel-heading {
	color: #ffffff /*{panel-header-text-colour}*/;
	background-color: #201d14 /*{panel-header-bg-colour}*/;
	border-color: #dddddd /*{panel-header-border-colour}*/;
	border-radius: 0;
}
.panel-title {
	color: #ffffff /*{panel-header-text-colour}*/;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #dddddd /*{panel-border-colour}*/;
}
.panel-default .out-of-stock-button {
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
.save {
	color: #d9534f /*{sale-colour}*/;
}
.productsave {
	color: #d9534f /*{sale-colour}*/;
	margin-left: 10px;
}
/* Checkout */
.ccwrap {
	float: left;
}
.navbar-default .navbar-brand {
	color: #777777 /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e /*{navbar-default-text-colour-hover}*/;
}
.navbar-default .navbar-text {
	color: #777777 /*{navbar-default-text-colour}*/;
}
.navigation-list li {
	width: 23.9%;
}
.navigation-list li a {
	color: #ffffff /*{navbar-default-link-colour}*/;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff /*{navbar-default-link-colour-active}*/;
	background-color: #e7e7e7 /*{navbar-default-link-bg-active}*/;
}
.navbar-default .navbar-nav >.dropdown > a .caret {
	border-top-color: #ffffff /*{navbar-default-link-colour}*/;
	border-bottom-color: #ffffff /*{navbar-default-link-colour}*/;
}
.nav .caret {
	border-top-color: #ffffff /*{navbar-default-link-colour}*/;
	border-bottom-color: #ffffff /*{navbar-default-link-colour}*/;
}
.nav .open > a .caret, .nav .open > a:hover .caret,
.nav .open > a:focus .caret {
	border-top-color: #ffffff /*{navbar-default-link-colour}*/;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #ffffff /*{navbar-default-link-colour-hover}*/;
	background-color: #101010;									/* SC added 20210225 */
}
.dropdown-menu > li {											/* SC added 20210225 */
	background-clip: border-box;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {			/* SC added 20210225 */
	background-color: unset;
	border-color: unset;
}
.dropdown-menu-horizontal {										/* SC added 20210225 */
	top: -8px;
	left: 100%;
}
#mob-menu-1 .dropdown-menu-horizontal {							/* SC added 20210225 */
	top: -8px;
	left: 89px;
}
#mob-menu-2 .dropdown-menu-horizontal {							/* SC added 20210225 */
	top: 0px;
	left: 300px;
}
#mob-menu-1 .dropdown-menu {									/* SC added 20210225 */
	background-color: #ffffff;
	border-color: #252525;
}
#mob-menu-1 .dropdown-menu > li > a:hover {						/* SC added 20210225 */
	background-color: unset;
}
#mob-menu-2 .dropdown-menu {									/* SC added 20210225 */
	background-color: #252525;
	border-color: #ffffff;
}
#mob-menu-2 .dropdown-hover {									/* SC added 20210225 */
	z-index: 100000;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: transparent;
}
.dropdown-menu .divider {
	background-color: #e5e5e5 /*{dropdown-menu-divider-colour}*/;
}
.dropdown-menu > li > a {
	color: #ffffff /*{dropdown-menu-link-colour}*/;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #ffffff /*{dropdown-menu-link-colour-hover}*/;
	background-color: #101010 /*{dropdown-menu-link-bg-hover}*/;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff /*{dropdown-menu-link-colour-active}*/;
	background-color: #428bca /*{dropdown-menu-link-bg-active}*/;
}
.logo img {
	max-width:100%;
}
.navbar-default {
	background: none;
	border: none;
}
.navbar {
	min-height: inherit;
	margin-bottom: 0;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
/* Tabs */
.tab-content{
	margin-bottom: 20px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 20px;
	border: 1px solid #9b9b9b;
	border-color: #9b9b9b /*{tab-content-border-colour}*/;
	border-top: none;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.nav-tabs {
	border-bottom: 1px solid #9b9b9b;
	border-bottom-color: #9b9b9b /*{tabs-border-bottom-colour}*/;
}
.nav-tabs > li {
	float: left;
	border-right:1px solid #373737;
	border-top:3px solid transparent;
}
.nav-tabs > li.active {background:#0D0D0D;border-top:3px solid #E31921;}
.nav-tabs > li > a {
	margin-right: 0px;
  	line-height: 42px;
	font-weight: 700;
	color: #ffffff /*{tab-link-colour}*/;
	border-radius: 0;
	padding:0px 25px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	border:0;
	
}
.nav-tabs  li:hover {border:0;}
.nav-tabs li a:hover {
	border:0;
	background:#0D0D0D;
	border-top:3px solid #E31921;
	line-height:40px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  	border-bottom-color: transparent;
  	cursor: default;
  	text-transform:uppercase;
	background:#0D0D0D;
	border:0;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:40px;
}
.productdetails {margin:0;}
/* Header */
.wrapper-header {
	padding: 7px 0 18px;
	background-color: rgba(8, 8, 8, 1) /*{wrapper-header-bg-colour}*/;
	border-bottom:2px solid #E31921;
}
.wrapper-header .container {min-height: 70px;}
.header-left {display:inline-block;float:left;}
.header-question {
	margin:8px 0 0;
	background:url(images/veonline/veonline-icon-question.png) left center no-repeat;
	padding-left:25px;
	float:left;
	display: none;
}
.header-question p {
	color:#fff;
	font-size:14px;
	margin:0;
}
.header-question p a{color:#fff !important;}
.header-right {float:right;width:700px;font-family: "Tahoma";}
.header-right .top-links{float:right;}
.header-right .top-links ul{margin:7px 0 0;padding:0;display:inline-block;float:left;}
.header-right .top-links ul li{display:inline-block;float:left;padding:0px 12px;}
.header-right .top-links ul li:not(:last-child){border-right:1px solid #6A6A6A;}
.header-right .top-links ul li span{color:#fff;}
.header-right .top-links ul li a{font-size:14px;color:#fff;}
.header-right .top-links ul li a:hover{color:#999;}
.header-right .header-help, .header-right .header-help a {display:inline-block;float:left;}
.header-search-cart {float:right;margin:35px 0 0;}
.header-search-cart .home{float:left;margin-top:15px;}
.wrapper-head-right {
	width: auto;
	float: right;
}
.wrapper-logo {
	padding-top:0px;
	margin:32px 0 0;
}
.row-top-links {
	margin-bottom: 10px;
}
.toplinks {
	float: right;
	list-style: none;
}
.toplinks > li {
	display: inline-block;
}
.toplinks > li > a {
	color: #333333 /*{top-link-colour}*/;
	padding: 0 8px;
}
.toplinks > li > a:hover,
.toplinks > li > a:focus {
	color: #000000 /*{top-link-hover-colour}*/;
}
.toplinks > li:last-child > a {
	padding-right: 0;
}
.toplinks .navbar-default .navbar-nav > .open > a,
.toplinks .navbar-default .navbar-nav > .open > a:hover,
.toplinks .navbar-default .navbar-nav > .open > a:focus {
	color: #000000 /*{top-link-open-colour}*/;
	background-color: #ffffff /*{top-link-open-bg-colour}*/;
}
.wrapper-top-account {
	margin-right: 20px;
	width: auto;
	float: left;
}
.wrapper-top-account .nav > li > a {
	color: #888888 /*{header-account-colour}*/;
	background-color: #cccccc /*{header-account-bg-colour}*/;
}
.wrapper-top-account .nav > li.open > a,
.wrapper-top-account .nav > li.open > a:hover,
.wrapper-top-account .nav > li.open > a {
	color: #333333 /*{header-account-hover-colour}*/;
	background-color: #cccccc /*{header-account-hover-bg-colour}*/;
}
.wrapper-top-account .dropdown-menu {
	z-index: 100000;
}
.wrapper-top-search {
	width: 365px;
	float: left;
	margin-left:25px;
}
.header-search {
	margin-top: 0;
	border:4px solid #2D2D2D;
	position: relative;
    height: 50px;
}
.wrapper-header .header-search .form-control {
	height: 42px;
	color:#737373;
	font-size:14px;
	font-family:ProximaNova-Regular;
	padding-right: 45px;
}
.wrapper-header .header-search .form-control:focus {
	border-color: #cccccc /*{header-search-border-colour}*/;
	background-color: #ffffff /*{header-search-bg-colour}*/;
	box-shadow: none;
}
.header-search .input-group{
	display: block;
}
.wrapper-header .header-search .btn {
	height: 50px;
	background: #E31921 url(images/veonline/icon-search.png) no-repeat scroll center;
	border:0;
	outline:none !important;
	position: absolute;
	right: -4px;
    top: -4px;
    width: 40px;
}
.wrapper-header .header-search .btn:hover,
.wrapper-header .header-search .btn:focus {
	/*color: #333333;
	outline:none !important;
	background-color: #a7080f;*/
}
/* Nav */
.wrapper-nav {
	margin-bottom: 0px;
	background-color: #E31921 /*{wrapper-nav-full-bg-colour}*/;
	z-index:9999;
	font-family: "Tahoma";
}
.n_home .wrapper-nav {
	margin-bottom: 0;
}
.n_home .header-promotion {display:none;}
.wrapper-nav .navbar-nav {display:table;width:100%;border-right:1px solid #373737;margin-top: -2px;}
.wrapper-nav .navbar-nav>ul{
	display: none;
}
.navbar-nav > li {border-left:1px solid #373737;display:table-cell;float:none;}
.navbar-nav{}
.wrapper-nav .nav > li > a {
	color: #ffffff /*{nav-link-colour}*/;
	padding:0 7px;
	line-height:48px;
	font-size:12px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}
.wrapper-nav .nav > li > a:hover,
.wrapper-nav .nav > li > a:focus {
	color: #ffffff /*{nav-link-hover-colour}*/;
}
.wrapper-nav .nav > li:first-child > a {
}
.navbar-nav > li > .dropdown-menu {
	background:#252525;
	border:0;
	z-index:99999;
}
.wrapper-nav #header-cart {
	margin-top: 0;
}
.wrapper-nav .btn-group.open .dropdown-toggle {
	box-shadow: none;
}
.wrapper-nav-cart {
	float: right;
	background:#2d2d2d;
	padding:0px 15px;
	min-height:50px;
	margin-left:15px;
	padding-right: 0;
}
.wrapper-nav-cart .dropdown-menu {
	background:#fff;
}
#header-cart {
	margin:0;
	background:url(images/icon_cart.png) left center no-repeat;
	padding-left:50px;
	position:relative;
}
.wrapper-nav-cart #header-cart{
	position: relative;
}
.wrapper-nav-cart #header-cart::before{
	content: "";
	display: inline-block;
	width: 40px;
	height: 50px;
	background: #e31921 url(./images/arrow-down.png)no-repeat scroll center;
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 1;
}
.wrapper-nav-cart #header-cart.open::before{
	transform: rotateX(180deg);
}
.wrapper-nav-cart #header-cart > a {
	color:#fff;
	line-height:50px;
	font-size:17px;
	font-weight:400;
	padding-right:55px;
	z-index: 2;
	position: relative;
}
.wrapper-nav-cart #header-cart.open > a{
	box-shadow:none;
}
.wrapper-nav-cart .item-count{
	color:#fff;
	font-size:11px;
	background:#E31921;
	border-radius:15px;
	width:16px;
	height:16px;
	line-height:16px;
	position:absolute;
	top: -8px;
    left: -28px;
	text-align:center;
}
#header-cart .dropdown-menu {margin:0;border:0;padding:0;right:0px;}
#header-cart .thumb_cart {text-align:right;display:inline-block;}
#header-cart .thumb_cart button.viewcart{background:none;float:left;border:0;color:#3D3D3D;font-size:14px;text-transform:uppercase;font-weight:bold;}
#header-cart .thumb_cart button.checkout{float:right;border-radius:0 !important;border:0;color:#fff;background:#E31921;font-size:14px;text-transform:uppercase;font-weight:bold;}
#header-cart .thumb_cart button.checkout:hover{color:#fff;background:#111;}
#header-cart .thumb_cart button.viewcart:hover{color:#E31921;background:none !important;}
.thumb_cart ul .left img{border:1px solid #ccc;}
.thumb_cart ul .right a {text-transform:uppercase;color:#3D3D3D;}
.thumb_cart ul .right .price {font-weight:bold;}
.wrapper-nav #header-cart > a:hover,
.wrapper-nav #header-cart > a:focus {
	color: #f7f7f7;
}
.wrapper-nav #header-cart .dropdown-menu {
	margin-top: 0;
}
.wrapper-nav .nav > li.open:hover > a,
.wrapper-nav .nav > li.open:focus > a {
	color: #ffffff /*{nav-link-open-colour}*/;
	background-color: #252525 /*{nav-link-open-bg-colour}*/;
}
.wrapper-nav .navbar-default .navbar-nav > .open > a,
.wrapper-nav .navbar-default .navbar-nav > .open > a:hover,
.wrapper-nav .navbar-default .navbar-nav > .open > a:focus {
	color: #ffffff /*{nav-link-open-colour}*/;
	background-color: #252525 /*{nav-link-open-bg-colour}*/;
}
.custom-menu {display:none;}
.n_content .custom-menu {display:block;}
.custom-menu .heading{background:#2d2d2d;color:#fff;font-size:18px;text-transform:uppercase;font-weight:bold;line-height:50px;padding:0px 13px;margin:0;font-family:montserrat,Helvetica,Arial,sans-serif;}
.custom-menu ul{
	border:1px solid #d4d4d4;
	margin:0;
	padding:0;
}
.custom-menu ul li{border-bottom:1px solid #d4d4d4;padding:0px 13px;background:none !important;margin:0;}
.custom-menu ul li:last-child{border-bottom:0;}
.custom-menu ul li a{color:#2d2d2d;font-size:14px;font-weight:bold;line-height:40px;padding:0;background:none !important;}
.custom-menu ul li a:hover,.custom-menu ul li a.active{color:#d4d4d4;}
.n_content .wrapper-left-content h1, .n_category .wrapper-left-content h1 {background:#2d2d2d;color:#fff;font-size:28px;text-transform:capitalize;font-weight:bold;line-height:50px;padding:0px 13px;margin:0;}
.cms-page ul{padding:0;list-style:none;}
.cms-page ul li{margin-bottom:5px;}
.cms-page li ul{padding:0 0 0 10px;}
.cms-page li ul li{list-style:none;background:url(images/veonline/veonline-icon-li-subpage.png) left top 8px no-repeat;padding-left:15px;margin-bottom:10px;}
.cms-page h2, .cms-page .h2 {font-size:18px;text-transform:capitalize;margin-bottom:15px;font-family:ProximaNova-Regular;margin-top:0;line-height:1.1;}
.cms-page .left-page h2, .cms-page .left-page .h2 {text-transform:uppercase;margin:20px 0px;}
.cms-page .left-page .house-icon{background:url(images/veonline/icon-house.png) left center no-repeat;padding-left:30px;}
.cms-page .left-page .phone-icon{background:url(images/veonline/icon-phone.png) left center no-repeat;padding-left:30px;}
.cms-page .left-page .mail-icon{background:url(images/veonline/icon-mail.png) left center no-repeat;padding-left:30px;}
.cms-page .left-page .address-icon{background:url(images/veonline/icon-add.png) left center no-repeat;padding-left:30px;}
.cms-page .left-page .number-icon{background:url(images/veonline/icon-company.png) left center no-repeat;padding-left:30px;}
.cms-page .left-page .time-icon{background:url(images/veonline/icon-time.png) left center no-repeat;padding-left:30px;}
.cms-page .left-page ul{margin:0;}
.cms-page .left-page ul li{margin:0 0 10px;}
.cms-page .left-page iframe{margin:20px 0 0;}
.cms-page a {color:#E31921;}
#mob-menu-1, #mob-menu-2 {
	list-style: none;
}
#mob-menu-1 > li, #mob-menu-2 > li {
	border-bottom: 1px solid #ccc;
}
#mob-menu-1 .collapse-menu, #mob-menu-2 .collapse-menu {
	padding: 0;
	padding: 0 15px 0px;
	list-style: none;
}
#mob-menu-1 .collapse-menu li a, #mob-menu-2 .collapse-menu li a {
	padding: 8px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
}
#mob-menu-1 .dropdown-menu-horizontal, #mob-menu-2 .dropdown-menu-horizontal {
	padding: 0;
	padding: 0 15px 13px;
}
#mob-menu-1 .dropdown-menu-horizontal li a, #mob-menu-2 .dropdown-menu-horizontal li a {
	padding: 8px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
}
#mob-menu-1 .mob-drop:after, #mob-menu-2 .mob-drop:after {
	width: 10px;
	float: right;
	content: "\f106";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #fff;
}
#mob-menu-1 .mob-drop.collapsed, #mob-menu-2 .mob-drop.collapsed {
	color: #fff;
}
#mob-menu-1 .mob-drop.collapsed:after, #mob-menu-2 .mob-drop.collapsed:after {
	float: right;
	content: "\f107";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #fff;
}
/* Sidebar */
#right-sidebar {
	float: right;
}
#right-sidebar .media {
	margin:7px 0;
}
#right-sidebar .media img {
	width: 70px;
	height: auto;
	margin-left: 7px;
}
#right-sidebar .list-group .media:last-of-type hr {
	display: none;
}
#right-sidebar .list-group h4,
#right-sidebar .list-group .h4 {
	font-size: 15px;
}
#right-sidebar hr {
	margin:2px;
}
#right-sidebar .dropdown-menu-horizontal {
	top: -8px;
	left: auto;
	right: 100%;
}
/* Panel */
.panel {
	box-shadow: none;
	border:0;
}
.panel-title {
	font-size: 14px;
	font-weight: 700;
}
.panel-title a:hover,
.panel-title a:focus {
	color: #fff;
}
.panel-heading {
	padding: 9px;
}
.list-group li.list-group-item {
	padding:0 0 0 15px;
	font-size: 12px;
	background:#2D2D2D;
	border-radius:0 !important;
	margin:20px 0 0;
}
.panel ul li:first-child {margin:0 !important;} 
.list-group li.list-group-item:first-child {margin:0;}
.list-group .list-price {
	background:#E9E9E9;
	border:1px solid #D4D4D4;
	padding:15px 10px;
}
.list-group .list-price .price_range{
	color:#2D2D2D;
	font-size:14px;
	display:inline-block;
}
.list-group .list-price #pricesearch{
	display:inline-block;
	margin-left:10px;
}
.list-group .list-price #pricesearch input{background:#2D2D2D;color:#fff;text-transform:uppercase;font-weight:600;border:0;}
.list-group .list-price #pricesearch input:hover{background:#666666;}
.list-group .list-price #price-range{background:none;border:0;width:97%;margin:10px 0px;}
.list-group .list-price #price-range .ui-slider-range{background:#E31921;height:6px;width:100%;}
.list-group .list-price #price-range .ui-slider-handle{background:#2D2D2D;border-radius:0;border:0;margin:0;width:9px;height:15px;}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {background:#2D2D2D;}
#right-sidebar .list-group h4,
#right-sidebar .list-group .h4 {
	padding-top:0px;
	font-size: 22px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	line-height:48px;
	margin:0;
}
#right-sidebar .list-group {
}
.panel .list-group li.filter {
	background:#f6f6f6;
	border:1px solid #D4D4D4;
	padding:8px 10px;
	margin-bottom:1px;
}
.panel .list-group li.filter .text-muted{
	display:none;
}
.list-group li.filter a.list-group-item{line-height:21px;background:url(images/veonline/veonline-icon-filter.png) left center no-repeat;padding:0 0 0 30px;font-family:ProximaNova-Regular;color:#2D2D2D;font-weight:600;}
.list-group li.filter a.list-group-item:hover{color:#999999;background:url(images/veonline/veonline-icon-filter-active.png) left center no-repeat;}
.list-group li.filter-remove a.list-group-item{color:#999999;background:url(images/veonline/veonline-icon-filter-active.png) left center no-repeat;}
.panel > .list-group .list-group-item {
	border-top: none;
}
.filter-content {padding:0;list-style:none;max-height:399px;overflow:auto;}
/* Home */
#myCarouselBanner, #myCarouselBannerMob {
	margin-bottom: 0;
	position:relative;
}
#myCarouselBanner .container, #myCarouselBannerMob .container{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:9999;
}
#myCarouselBanner .container .carousel-indicators, #myCarouselBannerMob .container .carousel-indicators{
	left:0;
	margin:0;
	/*text-align:right;*/
	width:auto;
	position:relative;
}
#myCarouselBanner .container .carousel-indicators li, #myCarouselBannerMob .container .carousel-indicators li{
	background:#1E1E1E;
	width:15px;
	height:15px;
	margin:0 0 0 5px;
	border:0;
}
#myCarouselBanner .container .carousel-indicators li:hover,#myCarouselBanner .container .carousel-indicators li.active,
#myCarouselBannerMob .container .carousel-indicators li:hover,#myCarouselBannerMob .container .carousel-indicators li.active {
	background:#fff;
	width:15px;
	height:15px;
	margin:0 0 0 5px;
	border:0;
}
#myCarouselBanner .carousel-control, #myCarouselBannerMob .carousel-control {display:none !important;}
.home-promotion {
	background:#F1F1F1;
	padding:15px 0px;
}
.home-promotion .promotion-content {
	display:table;
	width:100%;
}
.home-promotion .promotion-content .promotion-item{
	display:table-cell;
	text-align:left;
}
.home-promotion .promotion-content .promotion-item .promo{
	color:#3D3D3D;
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
	margin:0;
}
.home-promotion .promotion-content .promotion-item p{
	color:#3D3D3D;
	font-size:9px;
	margin:0;
	text-transform:uppercase;
}
.home-promotion .promotion-content .promotion-item.guarantee{background:url(images/veonline/veonline-icon-guarantee.png) left center no-repeat;padding-left:30px;}
.home-promotion .promotion-content .promotion-item.warranty{background:url(images/veonline/veonline-warranty.png) left center no-repeat;padding-left:30px;}
.home-promotion .promotion-content .promotion-item.shipping{background:url(images/veonline/veonline-icon-freeshipping.png) left center no-repeat;padding-left:30px;}
.home-promotion .promotion-content .promotion-item.pickup{background:url(images/veonline/veonline-icon-pickup.png) left center no-repeat;padding-left:30px;}
.home-brand {padding:35px 0px 20px;}
.home-brand .heading{font-size:26px;text-transform:uppercase;font-weight:600;color:#131313;margin-bottom:20px !important;font-family:montserrat,Helvetica,Arial,sans-serif;margin-top:0;line-height:1.1;}
.home-brand .owl-carousel .owl-item img{/*max-width:165px;*/}
.home-brand .owl-carousel .owl-item li{height:85px;}
.featured-category {padding-top: 50px;margin-bottom: 30px;}
.featured-category .heading{font-size:26px;text-transform:uppercase;font-weight:600;color:#131313;font-family:montserrat,Helvetica,Arial,sans-serif;margin-top:0;line-height:1.1;margin-bottom:10px;}
.featured-category .category-content{display:inline-block;width:100%;margin:20px 0px;}
.featured-category .row{margin-left:-8px;margin-right:-8px;}
.featured-category .category-content .category-box{padding:0px 8px;}
.featured-category .category-content .category-box-item{
	border:1px solid #F0F0F0;
	margin-bottom:10px;
	display:inline-block;
	width:100%;
}
.featured-category .category-content .category-box-item:hover .item-left{background:#222222 url(images/veonline/veonline-bg-category-item-hover.png) right center no-repeat;}
.featured-category .category-content .category-box-item:hover .item-left .heading{color:#fff;}
.featured-category .category-content .category-box-item:hover .item-left a{background:#E31921;}
.featured-category .item-left{float:left;width:60%;height:73px;padding:12px;background:#F0F0F0 url(images/veonline/veonline-bg-category-item.png) right center no-repeat;}
.featured-category .item-left .heading{color:#3F3F3F;font-size:16px;font-weight:normal;text-transform:capitalize;}
.featured-category .item-left a{display:inline-block;color:#fff;font-size:12px;text-transform:uppercase;background:#111;line-height:22px;padding:0px 15px;}
.featured-category .item-right{float:right;text-align:right;}
.home-about .content p,.home-about .content div{display: none;}
.home-about .content p:nth-child(1),.home-about .content p:nth-child(2){display: block;}
.home-about .content.active>p,.home-about .content.active>div{display: block !important;}
.home-about .title .heading{line-height:59px;padding-left:20px;font-size:26px;text-transform:uppercase;font-weight:600;color:#131313;font-family:montserrat,Helvetica,Arial,sans-serif;margin-top:0;margin-bottom:10px;padding-left: 0;}
.home-about .title .heading h1{display:inline;line-height:59px;font-size:26px;text-transform:uppercase;font-weight:600;color:#131313;font-family:montserrat,Helvetica,Arial,sans-serif;}
.home-about .content .content-heading, .home-about .content .content-heading h2{font-size:26px;font-family: montserrat,Helvetica,Arial,sans-serif;color:#333;font-weight:700;margin-top:20px;margin-bottom:10px;line-height:1.1;}
.home-about .content .content-heading h2{display:inline;}
.home-about .content p, .home-about .content div.paragraph, .home-about .content div.paragraph h1, .home-about .content div.paragraph h2, .home-about .content div.paragraph h3, .home-about .content div.paragraph h4, .home-about .content div.paragraph h5, .home-about .content div.paragraph h6{font-size:16px;color:#000;}
.home-about .content div.paragraph h1, .home-about .content div.paragraph h2, .home-about .content div.paragraph h3, .home-about .content div.paragraph h4, .home-about .content div.paragraph h5, .home-about .content div.paragraph h6{display:inline;font-family: 'ProximaNova-Regular', Helvetica, Arial, sans-serif;font-weight:normal;}
.home-about .content p strong a, .home-about .content div.paragraph strong a{color:#000 !important;border:0 !important;}
.home-about .content p a, .home-about .content div.paragraph a{color:#E31921 !important;border-bottom:1px solid #FFD6BC;}
.home-about .content p a:hover, .home-about .content div.paragraph a:hover{color:#a7080f !important;}
.home-about .content .icon-more {display:none;}
.home-about .content .icon-hide {display:none;}
.footer-newsletter .input-group{display: block;}
.footer-newsletter .form .input-group .form-control[name="inp-name"]{display: none;}
.click-showtext{cursor: pointer;text-decoration: underline;color: #E31921;}
.recently-viewed {display:inline-block;width:100%;padding:0px 15px;}
.n_product .recently-viewed {padding:0px;margin:15px 0 0;}
.n_product .maker-section {display:inline-block;width:100%;padding:0px;margin:0px;}
.recently-viewed h3, .maker-section h3{color:#131313;font-size:26px;text-transform:uppercase;font-weight:bold;}
.recently-viewed ul li.list-group-item:first-child {margin:0 25px 0 0;}
.maker-section ul {padding:0px;margin:0px;}
.maker-section ul li.list-group-item:first-child{margin:10px 25px 5px 0;}
.recently-viewed ul li.list-group-item {float:left;width:20%;display:inline-block;padding:0;border:0;margin:0 25px 0 0;background:none;}
.maker-section ul li.list-group-item{float:left;width:30%;display:inline-block;padding:0;border:0;margin:10px 25px 5px 0;background:none;}
.recently-viewed ul li.list-group-item img{float:left;width:80px;border:1px solid #ccc;margin-right:15px;}
.maker-section ul li.list-group-item img{float:left;width:100px;border:1px solid #ccc;margin-right:15px;margin-bottom:30px;}
.recently-viewed ul li.list-group-item h5.title, .maker-section ul li.list-group-item h5.title{margin:0;font-weight:normal;}
.recently-viewed ul li.list-group-item h5.title a, .maker-section ul li.list-group-item h5.title a{font-weight:normal;font-size:12px;}
.category-filter {display:inline-block;width:100%;padding-bottom:20px;border-bottom:1px solid #ccc;margin-bottom:20px;}
.category-filter li{list-style:none;background:url(images/veonline/veonline-icon-sub-cat-filter.png) left center no-repeat;float:left;width:33%;padding-left:15px;}
.category-filter li a:hover{background:none;color:#9A9A9A;}
.category-filter li a.list-group-item{border:0;padding:0;}
.npopup-btn-close {background:url(images/veonline/veonline-icon-close.png) no-repeat;display:block !important;color: #333333 /*{link-text-colour}*/;outline: none !important;}
.npopup-body {padding:15px;}
.npopup-body .modal-header{padding:0px;border:0;}
.npopup-body .footer .npopup-continue{font-size:14px;text-transform:uppercase;font-weight:bold;border:0;background:none;color:#111;}
.npopup-body .footer .npopup-continue:hover{background:none;}
.npopup-body .footer .npopup-view{display:none;}
.npopup-body .footer .npopup-checkout{background:#E31921;font-size:14px;text-transform:uppercase;font-weight:bold;border:0;color:#fff;}
.successaddmessage .header {font-size:16px;}
.successaddmessage .body .image {margin-right:20px;height:70px;}
.home-banner-finder {background:#101010;font-family: "Tahoma";}
#parts_finder {
    width: 85%;
    float: left;
}
#compat_list {
    display: flex;
   /* flex-wrap: wrap;*/
    width: 100%;
    justify-content: space-around;
	position: relative;
}
/*.home-banner-finder .fastfinder{position:absolute;top:0px;left:0px;z-index:999;height:340px;width:340px;}*/
.home-banner-finder .fastfinder {padding: 8px 0;}
.home-banner-finder .fastfinder body{background:none;}
.home-banner-finder .content{position:relative;}
/*.home-banner-finder .home-finder{text-align:center;position:absolute;top:40px;left:30px;width:320px;background:#101010;z-index:9999;padding:0px 18px 40px 18px;}*/
.home-banner-finder .home-finder{text-align:center;}
.home-banner-finder .home-finder .loading_span{position: absolute; top:50%; right: 100px; transform: translateY(-50%);}
.home-banner-finder .fastfinder .home-finder .finder-title{margin:5px 0px;width: 15%;float: left;}
.home-banner-finder .fastfinder .home-finder .finder-title div{text-align:left;color:#fff;font-size:12px;text-transform:uppercase;display: flex;align-items: center;font-weight: 700;margin-top: 6px;}
.home-banner-finder .home-finder select{
	background:#fff url('images/veonline/veonline-icon-sort-by.png') 96% 50% no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height:40px;
	border:0;
	width:19%;
	color:#9A9A9A;
	font-size:12px;
	font-weight: 700;
	padding-left:15px;
	border-radius:0 !important;
}
.home-banner-finder .home-finder button {border:0;color:#fff;line-height:32px;font-size:14px;float:none;font-weight:bold;width: 19%;height: 40px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700}
.wrapper-categhome {
	padding: 20px 0;
	background-color: #ffffff /*{wrapper-categhome-bg-colour}*/;
}
.row-categhome {
	text-align: center;
}
.wrapper-thumbcat {
	float: none;
	display: inline-block;
}
.thumbcatwrap {
	width: 100%;
	margin-bottom: 10px;
	float: left;
	cursor: pointer;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.thumbcat-image {
	margin-bottom: 10px;
	width: 100%;
	height: 280px;
	float: left;
}
.thumbcat-name {
	width: 100%;
	height: 40px;
	float: left;
	overflow: hidden;
	font-size: 18px;
	font-weight: 700;
	color: #333333 /*{category-name-colour}*/;
}
.thumbcatwrap:hover,
.thumbcatwrap:focus {
	opacity: 0.8;
}
.thumbcatwrap:hover .thumbcat-name {
	color: #000000 /*{category-name-hover-colour}*/;
}
.featured-head {
	margin-top: -36px;
	margin-bottom: 20px;
	width: 100%;
	float: left;
	text-align: center;
}
.featured-head h2 {
	width: auto;
	display: inline-block;
	padding: 0px 15px;
	font-weight: 700;
	text-align: center;
	background-color: #ffffff /*{thumblist-heading-bg-colour}*/;
}
/* Carousel */
.carousel .item {
	left: 0 !important;
	-webkit-transition: opacity 0.9s;
	transition: opacity 0.9s;
}
.carousel .next.left,
.carousel .prev.right {
	opacity: 1;
	z-index: 1;
}
.carousel .active.left,
.carousel .active.right {
	opacity: 0;
	z-index: 2;
}
.carousel-caption-wrap{
	width:352px;
}
.carousel .item.next .carousel-caption, .carousel .item.prev .carousel-caption {
    opacity: 0;
}
.carousel-caption {
	transition: opacity .9s;
	-moz-transition: opacity .9s;
  	-webkit-transition: opacity .9s;
}
.carousel-caption h3 {
	margin-bottom: 20px;
	font-size: 38px;
	color: #ffffff /*{carousel-title-colour}*/;
	text-shadow: 0px 1px 1px rgba(0,0,0, 0.75);
}
.carousel-caption p {
	margin-bottom: 20px;
	font-size: 16px;
	color: #ffffff /*{carousel-description-colour}*/;
	text-shadow: 0px 1px 1px rgba(0,0,0, 0.75);
}
.carousel-control {
	top: 158px;
	width: 50px;
	height: 50px;
	opacity: 1.0;
	z-index: 999;
	line-height: 50px;
	text-align: center;
}
.carousel-control {
	display:none;
}
.carousel-control.left,
.carousel-control.right {
	background: rgba(0,0,0,0.50);
}
.carousel-control.left {
	left:17px;
}
.carousel-control.right {
	right:17px;
}
.carousel-control.left:hover,
.carousel-control.left:focus {
	background: rgba(0,0,0,0.70);
	opacity: 1.0;
}
.carousel-control.right:hover,
.carousel-control.right:focus {
	background: rgba(0,0,0,0.70);
	opacity: 1.0;
}
.carousel-control .fa {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	display: inline-block;
}
#myCarouselBanner:hover .carousel-control,
myCarouselBanner:focus .carousel-control,
#myCarouselBannerMob:hover .carousel-control,
myCarouselBannerMob:focus .carousel-control {
	display:block;
	opacity:1.0 !important;
}
/* Thumbnail */
.thumbnail {
	padding: 0;
	border-color: #ffffff /*{thumbnail-border-colour}*/;
	background-color: #ffffff /*{thumbnail-bg-colour}*/;
}
.thumbnail .caption {
	text-align: center;
}
.thumbnail .caption h3 {
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
	font-family:ProximaNova-Regular;
}
.thumbnail .caption .product-info span, .thumb_list .product-info span {
	font-weight: bold;
}
.thumb_list .product-info {
	text-align: left;
}
.thumb_list h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.caption .price {
	overflow: hidden;
	font-size: 20px;
	font-weight: 600;
	color: #131313 /*{thumbnail-price-colour}*/;
	height:auto;
	min-height:50px;
}
.caption .price strong{display:none;}
.thumbnail .caption .btn {
	text-transform: uppercase;
}
.savings-container {position:absolute;left:10px;top:10px;}
.savingwrap {
	display: block;
	font-size: 12px;
	font-weight: 400;
}
.savingwrap .savepercentwrap {
	color: #131313 /*{thumbnail-savepercent-colour}*/;
	font-size:14px;
	text-transform:uppercase;
}
.savingwrap .rrpwrap {
	color: #131313 /*{thumbnail-rrp-colour}*/;
	font-size:14px;
	text-transform:uppercase;
	margin-right:10px;
}
.wrap-rate {
	margin-bottom: 10px;
}
.star-wfill {
	color: #f8c000 /*{thumbnail-star-rate-colour}*/;
}
.star-wofill {
	color: #bdbdbd /*{thumbnail-star-norate-colour}*/;
}
/* Category */
.wrapper-left-content .thumbnail{border:1px solid #ccc;padding:10px;border-radius:0;margin-bottom: 30px;}
.wrapper-left-content .thumbnail .product-image{width:auto;max-width:210px;}
.thumbnail .product-image{width:auto;max-width:100%;}
.wrapper-left-content .thumbnail .caption{padding:0px 15px;margin:15px 0 0;}
.wrapper-left-content .thumbnail .form-inline{display:inline-block;width:100%;margin:10px 0 0;}
.wrapper-left-content .thumbnail .form-inline button, .wrapper-left-content .thumbnail .out-of-stock-button{border:0;background:#E31921;color:#fff;font-size:18px;font-weight:bold;text-transform:uppercase;}
.wrapper-left-content .thumbnail .form-inline button:hover, .wrapper-left-content .thumbnail .out-of-stock-button:hover{background:#a7080f;}
.wrapper-left-content blockquote{border:0;padding:0;margin:0;color:#666666;font-size:14px;}
.wrapper-left-content blockquote .fa-star{color:#FFC600;font-size:14px;}
.fa-star{color:#FFC600;font-size:14px;}  
#rating_stars i{color:#FFC600;font-size:30px;}
.wrapper-left-content .review-item{min-height:20px;}
.row-categdesc {
	padding-bottom: 10px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	
}
.wrapper-categimage img {
	width: 100%;
	border: 1px solid #ddd;
	border-color: #dddddd /*{category-image-border-colour}*/;
}
.wrapper-sortcontainer {
	margin-bottom: 15px;
	width: 100%;
	padding: 8px 0;
	float: left;
	background: #F6F6F6 !important;
}
.wrapper-sortcontainer .view-type{float:left;display:inline-block;}
.wrapper-sortcontainer .sort{float:right;display:inline-block;}
.wrapper-sortcontainer .sort label{color:#111;font-size:14px;display:inline-block;}
.wrapper-sortcontainer .sort select{box-shadow:none !important;padding:0px 5px;height:27px;border:1px solid #ccc;min-width:165px;background:#fff url('images/veonline/veonline-icon-sort-by.png') 96% 50% no-repeat;-webkit-appearance: none;-moz-appearance: none; appearance: none;}
.wrapper-sortdrop {
	padding-left: 0;
	display:inline-block;
	margin:0px 10px;
}
.sortdroplabel {
	font-weight: 400;
}
.viewby {
	padding-top: 6px;
}
.viewby a {
	color: #6b6b6b /*{category-view-by-colour}*/;
	font-size: 18px;
	padding: 0px 8px;
	border-right:1px solid #E2E2E2;
	display:inline-block;
}
.viewby a:last-child {border:0;}
.viewby a.active {
	color: #000000 /*{category-view-by-active-colour}*/;
}
#n_category .page-header {
	border-bottom: none;
}
/* Search */
.search-results-search .btn {
	padding-top: 11px;
}
/* Product Page */
.main-image {
	margin-bottom: 20px;
	border-color: #e5e5e5 /*{main-image-border-colour}*/;
	position:relative;
}
.main-image .label-danger{position:absolute;top:0;left:0;}
.large-view {text-align:center;font-size:12px;color:#565656;}
.wrapper-alt-image {text-align:center;}
.wrapper-alt-image .item{display:inline-block;width:75px;height:75px;}
.wrapper-alt-image img {
	border: 1px solid #ccc;
	border-color: #cccccc /*{alt-image-border-colour}*/;
}
.wrapper-product-title {margin-bottom:20px;}
.wrapper-product-title h1{color:#2C2C2C;font-size:24px;font-weight:bold;margin:0 0 20px;}
.wrapper-product-title h3.text-muted{color:#848484;font-size:14px;font-family:ProximaNova-Regular;font-weight:normal;}
.product-social {text-align:center;margin:15px 0;}
.manufacturer {display:inline-block;width:100%;padding:20px 0px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
.manufacturer-left {float:left;}
.manufacturer-left .manufacturer-image{display:inline-block;float:left;margin:0px 25px 0 0;}
.manufacturer-left .manufacturer-infor{float:left;display:inline-block;}
.manufacturer-left .manufacturer-infor p{margin:0;font-size:14px;text-transform:uppercase;}
.manufacturer-left .manufacturer-infor h3{margin:0;font-size:18px;text-transform:uppercase;}
.manufacturer-left .manufacturer-infor a.arrowLink{background:url(images/veonline/veonline-icon-more-brand.png) right center no-repeat;padding-right:22px;margin:0;font-size:14px;color:#848484;font-style:italic;}
.manufacturer-right {float:right;margin-right:40px;display:none;}
.product-detail-action {margin:0;}
.product-quantity {float:left;padding:0;margin:0;}
.product-quantity label{float:left;display:none;color:#2C2C2C;font-size:14px;line-height:30px;font-weight:bold;margin-right:10px;}
.product-quantity .input{float:left;}
.product-quantity .input .qtysub{cursor:pointer;float:left;width:31px;height:31px;background:url(images/veonline/veonline-icon-quantity-left.png) no-repeat;}
.product-quantity .input .qtysub:hover{background:url(images/veonline/veonline-icon-quantity-left-hover.png) no-repeat;}
.product-quantity .input .qtyadd{cursor:pointer;float:left;width:31px;height:31px;background:url(images/veonline/veonline-icon-quantity-right.png) no-repeat;}
.product-quantity .input .qtyadd:hover{background:url(images/veonline/veonline-icon-quantity-right-hover.png) no-repeat;}
.product-quantity input{width:45px;height:31px;margin:0px 1px;color:#737373;font-size:20px;border:1px solid #ccc;padding:0;text-align:center;float:left;}
.product-detail-action .btn-prod{margin: 0 0 0 30px;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
	align-items: center;
} 
.product-detail-action .add-cart{margin-right:30px; flex-grow: 1} 
.product-detail-action .add-cart button{float:left;background:#E31921 url(images/veonline/veonline-icon-add-cart-detail.png) right 40px center no-repeat;padding:0px;color:#fff;font-size:18px;text-transform:uppercase;height:45px;border:0;padding:0px 62px 0px 27px;} 
.product-detail-action .add-cart button:hover{float:left;background:#a7080f url(images/veonline/veonline-icon-add-cart-detail.png) right 50px center no-repeat;} 
.product-detail-action .wishlist{margin: 0;} 
.product-detail-action .wishlist a{border:none;background:none;color:#2C2C2C;font-size:14px;text-transform:uppercase;border-bottom:1px solid #D7D7D7;height:auto;line-height:15px;margin:0;padding:0;} 
.product-detail-action .wishlist a:hover{color:#999999;background:none;} 
#shipbox {display:inline-block;width:100%;margin:20px 0px;padding:20px 0 0;border-top:1px solid #E2E2E2;}
#shipbox .title h3, #shipbox .title .h3{color:#070707;font-family:Montserrat;font-size:18px;}
#shipbox .content{margin:15px 0 0;}
#shipbox .content .row{margin:0px -5px;}
#shipbox .content .row .col-md-4,#shipbox .content .row .col-md-3{padding:0px 5px;}
#shipbox .content #country{
	background:#fff url('images/veonline/veonline-icon-sort-by.png') 96% 50% no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#shipbox .content hr{margin:10px 0px;border:0;}
.product-promotion {display:inline-block;width:100%;background:#E5E5E5;margin:25px 0 0;padding:10px 0px;}
.product-promotion .item{float:left;width:33%;text-align:center;}
.product-promotion .item h4, .product-promotion .item .h4{color:#161616;font-size:15px;margin:0;}
.product-promotion .item p{color:#7D7D7D;font-size:13px;margin:0;}
.product-promotion .item.money{background:url(images/veonline/veonline-icon-money-back.png) top center no-repeat;padding-top:50px;}
.product-promotion .item.price{background:url(images/veonline/veonline-icon-lowest-price.png) top center no-repeat;padding-top:50px;}
.product-promotion .item.question{background:url(images/veonline/veonline-icon-a-question.png) top center no-repeat;padding-top:50px;}
.nav-tabs {background:#252525;}
.tabbable .tab-content {border:1px solid #ccc;border-top:0;padding:20px 20px;}
.productdetails p:first-child {font-size:18px;color:#363636;line-height:20px;margin-bottom:10px;}
.productdetails p.note{background:url(images/veonline/veonline-icon-description-note.png) left center no-repeat;padding-left:17px;font-size:18px;color:#363636;line-height:20px;margin-bottom:10px;}
.productdetails ol {padding:0 0 0 15px;}
.productdetails li {margin-bottom:10px;}
.productdetails ol ul {padding-left:15px;margin:10px 0px;}
.productdetails ol ul li{background:url(images/veonline/veonline-icon-description-li.png) left center no-repeat;padding-left:15px;list-style:none;}
.tabbable .tab-content #reviews h4{font-weight:normal;font-size:15px;font-family:ProximaNova-Regular;}
.tabbable .tab-content #reviews blockquote{font-size:15px;font-family:ProximaNova-Regular;}
.upsell-product {}
.upsell-product .title{margin-bottom:25px;}
.upsell-product .title h2, .upsell-product .title .h2{font-size:26px;color:#131313;text-transform:uppercase;}
.upsell-product .wrapper-thumbnail{float:left;width:285px;}
.upsell-product .wrapper-thumbnail .thumbnail{border:1px solid #E2E2E2;border-radius:0;padding-bottom:15px;}
#n_product h1 {
	font-size: 32px;
}
.prodsub {
	margin-bottom: 10px;
	font-size: 20px;
	color: #000 ;
}
.wrapper-share-button {
	margin-bottom: 10px;
}
.wrapper-share-button .btn {
	padding: 3px 11px;
	font-size: 13px;
	text-transform: uppercase;
}
.wrapper-pricing {
	padding:15px 0px 25px;
	display:flex;
	width:100%;
	justify-content: space-between;
	align-items: center;
}
.price-left {margin-right:65px;}
.productwasprice {font-size:18px;color:#A1A1A1;text-decoration:none;}
.productrrp {font-size:18px;color:#2C2C2C;text-decoration:none;}
.productsave {font-size:14px;color:#E31921;text-decoration:none;font-weight: bold;border: 3px solid #E31921;padding: 0 5px;}
.productpromo {color:#E31921;line-height:30px;margin:0;}
.price-right {display: flex; justify-content: space-between;align-items: center;}
.product-shipping {background:url(images/veonline/veonline-icon-freeshipping.png) left center no-repeat;padding-left:30px;float:right;display:inline-block;color:#444444;font-size:14px;}
.product-shipping p {margin:0;line-height:17px;}
.productpricetext {
	font-size: 35px;
}
.wrapper-qtyhead-wrap,
.wrapper-qtyfield-wrap {
	width: auto;
}
.wrapper-qtyhead-wrap {
	padding-top: 10px;
}
.qtyinput {
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
	float: left;
}
.qtyinput .form-control {
	width: 72px;
	height: 40px;
	text-align: left;
	font-size: 14px;
}
.qtybuttons {
	width: auto;
	padding-top: 5px;
	float: left;
	font-size: 26px;
}
.btn-prod .btn {
	height: 65px;
	font-size: 20px;
	font-weight: 700;
	line-height: 45px;
}
.variation-name {
	width: 100%;
}
#horizontalTab {display:inline-block !important;margin:0 0 20px !important;width:100% !important;}
#horizontalTab ul.resp-tabs-list{display:inline-block;float:left;width:100%;padding:0;margin:0;list-style:none;background:#252525;}
#horizontalTab ul.resp-tabs-list li{display:inline-block;float:left;border-right:1px solid #373737;}
#horizontalTab ul.resp-tabs-list li a{cursor:pointer;color:#fff;font-size:14px;border-top:3px solid #373737;padding:0px 25px;font-family:ProximaNova-Bold;text-transform:uppercase;display:block;line-height:42px;}
#horizontalTab ul.resp-tabs-list li.resp-tab-active a{border-top:3px solid #E31921;background:#0D0D0D;}
#horizontalTab ul.resp-tabs-list li:hover a{border-top:3px solid #E31921;background:#0D0D0D;}
#horizontalTab h2.resp-accordion, #horizontalTab div.resp-accordion{display:none;}
#horizontalTab .resp-tab-content{display:none;border:1px solid #ccc;padding:25px 20px;float:left;width:100%;}
/* Newsletter */
.wrapper-newslet {
	margin-top: 20px;
	padding: 35px 0px 25px;
	background-color: #f1f1f1 /*{newsletter-background-colour}*/;
}
.footer-newsletter {float:left;}
.footer-newsletter .title{margin-left:28px;padding-left:50px;float:left;background:url(images/veonline/veonline-icon-newsletter-footer.png) left 3px no-repeat;}
.footer-newsletter .title .heading{color:#4E4E4E;font-size:24px;margin:0;font-family:'Montserrat',Helvetica,Arial,sans-serif;font-weight:700;line-height:1.1;}
.footer-newsletter .title p{color:#4E4E4E;font-size:14px;margin:0;}
.footer-newsletter .form{float:left;margin-left:32px;}
.footer-newsletter .form .input-group .form-control{-webkit-appearance: none;-moz-appearance: none; appearance: none;float:left;width:180px;border:1px solid #ccc;color:#737373;font-size:14px;margin-right:13px;padding:0 0 0 14px;}
.footer-newsletter .form .input-group .form-control:focus{box-shadow:none;}
.footer-newsletter .form .input-group button{background:#E31921;font-weight:bold;border:0;color:#fff;font-size:16px;height:34px;padding:0px 10px;font-family:ProximaNova-Bold;}
.footer-newsletter .form .input-group button:hover{background:#a7080f;}
.footer-social {margin-left:30px;} 
.footer-social a{color:#4E4E4E;font-size:24px;display:inline-block;line-height:35px;padding-left:50px;background:url(images/veonline/veonline-icon-facebook-footer.png) left center no-repeat;font-family:ProximaNova-Bold;} 
.wrapper-newslet .newslet-text h2 {
	margin-bottom: 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 45px;
	text-align: right;
	color: #ffffff /*{newsletter-text-colour}*/;
}
.wrapper-newslet .newslet-input .form-control {
	height: 45px;
	border-right: none;
	background-color: #ffffff /*{newsletter-form-background-colour}*/;
	border-color: #ffffff /*{newsletter-form-border-colour}*/;
}
.wrapper-newslet .newslet-input .form-control:focus {
	background-color: #ffffff /*{newsletter-form-background-colour}*/;
	border-color: #ffffff /*{newsletter-form-border-colour}*/;
	box-shadow: none;
}
.wrapper-newslet .newslet-input .btn {
	height: 45px;
	font-size: 24px;
	color: #3f3926 /*{newsletter-btn-text-colour}*/;
	background-color: #ffffff /*{newsletter-btn-background-colour}*/;
	border-left: none;
	border-color: #ffffff /*{newsletter-btn-border-colour}*/;
}
.wrapper-newslet .newslet-input .btn:hover,
.wrapper-newslet .newslet-input .btn:focus {
	color: #16130b /*{newsletter-btn-hover-text-colour}*/;
	background-color: #ffffff /*{newsletter-btn-hover-background-colour}*/;
	border-color: #ffffff /*{newsletter-btn-hover-border-colour}*/;
	box-shadow: none;
}
/*footer-category*/
.footer-category {background:#E0E0E0;padding-top:25px;}
.footer-category .footer-column {}
.footer-category .footer-column ul {padding:0;margin:0 0 25px;}
.footer-category .footer-column ul a.parent{color:#111111;font-size:18px;font-weight:bold;text-transform:uppercase;margin-bottom:20px;display:block;}
.footer-category .footer-column ul li{list-style:none;margin:0 0 5px;}
.footer-category .footer-column ul li a{font-size:13px;color:#111;}
.footer-category .footer-column ul li a:hover{color:#999;}
/* footer */
.wrapper-footer {
	padding: 30px 0;
	background-color: #111111 /*{footer-background-colour}*/;
}
.footer-top {border-bottom:1px solid #282828;}
.footer-top .heading{color:#fff;font-size:22px;text-transform:uppercase;font-weight:normal;margin-bottom:15px;font-family:montserrat,Helvetica,Arial,sans-serif;margin-top:0;line-height:1.1;}
.footer-top .user-link{margin-bottom:10px;}
.footer-top .user-link a{color:#fff;font-family:ProximaNova-Bold;font-size:16px;display:inline-block;line-height:35px;padding:0px 15px;background:#E31921;font-weight:bold;margin-right:10px;}
.footer-top .user-link a:hover{background:#a7080f;}
.footer-top ul {padding:0;margin:0;list-style:none;}
.footer-top ul li{margin:0 0 5px;}
.footer-top ul li a{color:#fff;font-size:14px;}
.footer-top ul li a:hover{color:#999999;}
.footer-bottom {margin:20px 0 0;}
.footer-bottom .footer-logo{float:left;}
.footer-bottom .copy-right{float:right;text-align:right;}
.footer-bottom .copy-right div{float:left;margin-right:20px;}
.footer-bottom .copy-right div p{color:#B1B1B1;font-size:12px;margin:0;}
.footer-bottom .copy-right div p a{color:#B1B1B1 !important;}
.footer-bottom .copy-right div p:first-child{margin:0 0 5px;}
.wrapper-footer h4 {
	color: #333333 /*{footer-heading-colour}*/;
}
.wrapper-footer .nav > li > a {
	padding: 0;
	color: #cdcdcd /*{footer-link-colour}*/;
}
.wrapper-footer .nav > li > a:hover,
.wrapper-footer .nav > li > a:focus {
	background:none;
	color:#999999;
}
.wrapper-footer hr {
	border-color: #dddddd /*{footer-divider-colour}*/;
}
.footer-copyright {
	text-align: center;
	color: #333333 /*{footer-copyright-colour}*/;
}
.wrapper-footer .list-social li a{
	color: #333333 /*{footer-icons-colour}*/;
}
.wrapper-footer .list-social li a:hover,
.wrapper-footer .list-social li a:focus {
	color: #000000 /*{footer-icons-hover-colour}*/;
}
.payment-icon-container {
	background-color: #dadada /*{payment-icon-background-colour}*/;
}
.viewby a img.active{display: none;}
.viewby a.active img.active{display: inline-block;}
.viewby a.active img{display: none;}
.thumb_list .label-danger{margin-bottom: 10px;}
.extra-items-custom h4 svg path{fill: #E31921;}
.upsell-cart-product .wrapper-thumbnail{width:285px;}
.icon-menu,.icon-mobile,.filter-title:not(.list-group-item),.icon-search{display:none;}
body.active {background:url(images/veonline/background-body-active.png) repeat;}
body.active .wrapper-nav-cart{background:none;}
.wrapper-mobile {display:none;}
.wrapper-mobile .mobile-content{position:relative;}
.wrapper-mobile .mobile-content .icon-close{
	background:url(images/veonline/veonline-icon-close-mobile.png)no-repeat;
	width:43px;
	height:43px;
	position:absolute;
    top: -108px;
    left: 5px;
	cursor:pointer;
}
.wrapper-mobile.active {
	display:block;
	position:absolute;
	z-index:999999;
	top:128px;
	left:0;
	background:#fff;
	min-width:275px;
	width: calc(100% - 50px);
}
.wrapper-mobile .home{
	padding:0px 10px;
}
.wrapper-mobile .home a{
	color:#3C3C3C;
	font-size:13px;
	text-transform:uppercase;
	background:url(images/veonline/veonline-icon-home-mobile.png) left center no-repeat;
	display:inline-block;
	line-height:35px;
	padding-left:35px;
	font-weight:bold;
}
.wrapper-mobile .title {
	background:#E31921 url(images/veonline/veonline-icon-refine.png) right 10px center no-repeat;
	padding:0px 10px;
	cursor:pointer;
	color:#fff;
	font-size:14px;
	font-family:arial;
	text-transform:uppercase;
	font-weight:bold;
	line-height:35px;
	margin:0;
}
.wrapper-mobile .other-link {background:#222222;}
.wrapper-mobile .other-link a{color:#fff;font-size:13px;font-weight:bold;line-height:35px;border-bottom:1px solid #4E4E4E;display:block;padding:0px 10px;}
.wrapper-mobile .other-link a:hover{color:#E31921;}
.wrapper-mobile .other-link a.contact{background:url(images/veonline/veonline-icon-contact-mobile.png) left 10px center no-repeat;padding-left:40px;}
.wrapper-mobile .other-link a.about{background:url(images/veonline/veonline-icon-about-mobile.png) left 10px center no-repeat;padding-left:40px;}
.wrapper-mobile .other-link a.wishlist{background:url(images/veonline/veonline-icon-wishlist-mobile.png) left 10px center no-repeat;padding-left:40px;}
.wrapper-mobile .other-link a.login{background:url(images/veonline/veonline-icon-login-mobile.png) left 10px center no-repeat;padding-left:40px;}
.wrapper-mobile .other-link a.help{background:url(images/veonline/veonline-icon-help-mobile.png) left 10px center no-repeat;padding-left:40px;}
.menu-mobile #mob-menu-1 .mob-drop.collapsed{color:#2D2D2D;font-size:14px;text-transform:uppercase;}
.menu-mobile #mob-menu-1 .mob-drop:hover,.menu-mobile #mob-menu-1 .mob-drop:focus{color:#2D2D2D;background:none;text-transform:uppercase;}
.menu-mobile #mob-menu-1 .mob-drop.collapsed::after{color:#2D2D2D;font-weight:bold;}
.menu-mobile #mob-menu-1 li {font-weight:bold;text-transform:uppercase;}
.menu-mobile #mob-menu-1 .mob-drop::after{color:#2D2D2D;}
.menu-mobile #mob-menu-1 .collapse-menu li a{color:#6E6E6E;font-weight:normal;}
.brand-mobile #mob-menu-brand li {font-weight:bold;text-transform:uppercase;}
.make-mobile #mob-menu-make li {font-weight:bold;text-transform:uppercase;}
.left-payment-options span {display:inline-block;margin-left:15px;max-width:80%;vertical-align:middle;}
#_cpy_checkout_form .form-actions .btn-success {background:#E31921;text-transform:uppercase;border-color:#E31921;}
#_cpy_checkout_form .form-actions .btn-success:hover{opacity:0.8;}
.footer-col-1,.footer-col-2,.footer-col-3,.footer-col-4,.footer-col-5,.footer-col-6,.footer-column.footer-payment{clear:none;}
.footer-col-2 ul {padding-top: 46px !important;}
.wrapper-footer .nav {margin-bottom: 20px;}
@media (max-width: 320px){
	.upsell-product .title h2,.upsell-product .title .h2,.recently-viewed h3, .maker-section h3 {font-size:20px;}
	.footer-newsletter .title .heading{font-size:21px;}
	.footer-social a {font-size:24px;}
	.secure img {width:40%;}
	.wrapper-left-content .thumbnail .caption {padding:0;}
	.wrapper-sortcontainer .sort select {min-width:125px;}
	.viewby {padding:0;}
	.product-promotion .item h4, .product-promotion .item .h4 {font-size:9px;}
	.product-promotion .item p {font-size:10px;}
	.home-promotion .promotion-content .promotion-item .promo {font-size:7px;}
	.home-promotion .promotion-content .promotion-item p {font-size:5px;}
	.home-brand .heading {font-size:20px;}
	.featured-category .heading {font-size:20px;}
	.home-about .title .heading, .home-about .title .heading h1 {font-size:15px;line-height:20px;}
	.npopup-body {width:300px;}
	.wrapper-product-title h1 {font-size:20px;}
	.footer-top .heading {font-size:14px;} 
}
@media (max-width: 343px){
	.search-results-search .btn {font-size: 18px;}
	.prdimg {display: none;}
	#n_checkout .btn {font-size: 12px;}
	#n_checkout .btn-lg {font-size: 16px;}
	.btn-lg {font-size: 16px;}
	._cpy_vouchershow.btn {padding: 18px 6px;font-size: 13px !important;}
	#n_checkout .newslet-wrapper .btn {font-size: 14px;}
	.myacct-links .small {font-size: 10px;}
}
@media (max-width: 400px){ 
	.footer-payment ul li img {width:30%;max-width:100%;}
	.secure img {width:40%;}
	.footer-top .heading {font-size:15px;}
	.wrapper-left-content .thumbnail {padding:0;}
}
@media (max-width:420px) {
	.home-brand .owl-carousel .owl-item li{height: auto;}
	.home-promotion {padding-bottom:0;}
	.home-promotion .promotion-content .promotion-item {float:left;width:50%;display:inline-block;height:25px;margin:0 0 15px;}
	.owl-carousel .owl-item img {width:100% !important;height: auto;}
	.caption .price {min-height:75px;}
	.wrapper-left-content .thumbnail .form-inline button, .btn-primary, .wrapper-left-content .thumbnail .out-of-stock-button, .panel-default .out-of-stock-button {font-size:15px;}
	.upsell-cart-product .wrapper-thumbnail {width:50%;}
	.thumbnail .caption {padding:0;}
	.wrapper-left-content .thumbnail .caption {padding:0;}
	.category-filter li {width:50%;background:url("images/veonline/veonline-icon-sub-cat-filter.png") left top 5px no-repeat;}
	.home-banner-finder .home-finder .finder-title {padding-top:8px;}
	.sort_container {display:block;width:auto;}
	.left-payment-options span {max-width:100%;width:100%;margin:10px 0 0;}
	.footer-top .heading {font-size:16px;}
	.footer-newsletter .title, .footer-social{margin-left:0;}
	.footer-newsletter .form {margin-left:50px;}
	.footer-newsletter .input-group-btn {float:none;}
	.footer-bottom .footer-logo img {width:100px;}
	.footer-bottom .copy-right {text-align:right;width:65%;}
	.footer-bottom .copy-right div {width:100%;text-align:right;}
}
@media (max-width:425px) {
	.footer-top .user-link a {display:block;text-align:center;margin-bottom:10px;}
}
@media (max-width: 540px){
	.featured-category .category-content .category-box {width:100%;}
	.featured-category .item-left a {padding: 0px 10px;}
	.featured-category .item-right {width:auto;}
	.home-about .title .heading {font-size:20px;padding-left:65px;line-height:30px;}
	.home-about .title .heading h1 {font-size:20px;line-height:30px;}
	.home-about .content .content-heading, .home-about .content .content-heading h2 {font-size:20px;line-height:30px;}
	/*.featured-category .item-left .heading {font-size:15px;}*/
	.footer-newsletter .form .input-group .form-control {width:95%;margin-bottom:10px;}
	.wrapper-thumbnail {width:50%;}
	.category-filter li {width:50%;}
	.wrapper-thumbnail:nth-child(2n+2) {border-right:1px solid #ccc;}
	.manufacturer-left {width:70%;}
	.manufacturer-left .manufacturer-image {width:100%;margin:0 0 15px;}
	.price-left {margin:0;}
	.price-right {margin:0;}
	.product-shipping {width:100%;text-align:center;padding:0;margin:30px 0 0;background:none;}
	.product-shipping p{display:inline-block;background:url("images/veonline/veonline-icon-freeshipping.png") no-repeat left center;padding-left:30px;}
	.product-detail-action .btn-prod {margin:0;}
	.product-detail-action .add-cart {width:100%;margin:10px 0 0;}
	.product-detail-action .add-cart button {float:none;display:inline-block;}
	.product-detail-action .wishlist {float:none;display:inline-block;}
	.product-detail-action .wishlist a {font-size:18px;}
	.upsell-product .wrapper-thumbnail {width:50%;}
	.footer-newsletter .input-group-btn {float:none;} 
}
@media (max-width: 570px){
	.wrapper-thumbnail {width:50%;}
	.upsell-product .wrapper-thumbnail {width:50%;}
	.home-about .title .heading {padding-left:0px;line-height:35px;}
	.home-about .title .heading h1 {line-height:35px;}
	.home-about .content .content-heading, .home-about .content .content-heading h2 {line-height:35px;}
	.product-quantity {float:none;}
	.wrapper-top-search {width:235px;}
	.product-detail-action .add-cart {margin-right:30px;}
	.footer-newsletter .form .input-group .form-control {width:180px;}
	.featured-category .item-left a {padding: 0px 8px;}
	/*.featured-category .item-left .heading {font-size:12px;}*/
}
@media(max-width: 767px){
	.header-search-cart{height: 40px;}
	.wrapper-nav-cart {padding:0px 5px;min-height: 40px;}
	#header-cart {padding-left:30px;background-size: 22px;height: 40px;}
	.wrapper-header.active .wrapper-top-search {
		display: block;
		width: calc(100% - 30px);
		margin: 0;
		z-index: 9999;
		position: absolute;
		right: 15px;
	}
	.wrapper-header.active .header-search-cart {width:100%;margin:0;}
	.wrapper-nav-cart .item-count{
		top: -10px;
		left: -14px;
	}
}
@media (max-width: 620px){
	.logo img{max-height: 33px;}
	.wrapper-mobile.active{
		top: 124px;
	}
	.wrapper-header.active .header-search {border:0;background:#fff;}
	.wrapper-header.active .header-search .form-control {height:40px;color:#999;font-size:13px;border:0;}
	.wrapper-header.active .header-search .btn {background:url(images/veonline/veonline-icon-search-mobile.png) center no-repeat;padding:0;height:40px;width:40px;}
	.wrapper-logo,.wrapper-logo{margin: 5px 0 0 !important;}
	.wrapper-header .container{min-height: auto;}
}
@media (max-width: 667px){
	.wrapper-top-search {width:335px;}
	.header-search-cart {margin:5px 0 0;}
	.home-about .title .heading, .home-about .title .heading h1, .home-about .content .content-heading, .home-about .content .content-heading h2 {font-size:16px;}
	.footer-top .heading {font-size:18px;}
	.footer-newsletter .form .input-group .form-control {width:225px;}
}
.category-content-new{
	display: flex;
	gap: 15px;
	margin-top: 10px;
	flex-wrap: wrap;
}
.category-content-new .category-box-item{position: relative;max-width: calc(33% - 8px);flex: 0 0 33%;overflow: hidden;}
.category-content-new .category-box-item:hover img{transform: scale(1.1);}
.category-content-new .category-box-item img{width: 100%;transition: all 0.3s ease 0s;}
.category-content-new .category-box-item .text{position: absolute;bottom: 15px;left: 0px;display: flex;width: 100%;justify-content: space-between;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 20px;
	align-items: center;
}
.category-content-new .category-box-item .text h3{color: #fff;margin: 0;font-size: 20px;font-weight: 700;}
.category-content-new .category-box-item .text .link:hover{
	background: #a7080f;
}
.category-content-new .category-box-item .text .link{
	background: #e31921;
	color: #fff;
	font-size: 10px;
	display: inline-block;
	width: 80px;
	height: 22px;
	text-align: center;
	line-height: 22px;
}

@media (max-width: 767px){
	.wrapper-header .header-search .btn{height: 38px;background-size: 18px;top: -1px;}
	.home-banner-finder{margin-top: -1px;}
	.featured-category{padding-top: 30px;}
	.home-banner-finder .fastfinder .home-finder .finder-title{margin: 0;padding: 0;}
	.wrapper-header {padding:16px 0px;}
	.header-question ,.header-right .top-links{display:none;}
	.header-right {float:right;width:auto;}
	.header-search-cart .home {display:none;}
	.wrapper-header.active .header-search{background: none;}
	.home-banner-finder .content {padding:0px 10px;}
	.logo {display:inline-block;}
	.logo img {max-width:200px;width:100%;height:auto;max-height: 33px;}
	.header-search-cart {margin:5px 0 0;}
	.wrapper-top-search {width:100%;margin: 0;margin-top: 10px;}
	.header-search{height: 40px;}
	.wrapper-header .header-search .form-control {font-size:14px;height: 36px;}
	.header-search{border-width: 2px;}
	.icon-mobile {display:inline-block;float:left;cursor:pointer;margin-top:5px;margin-right:12px;background:url(images/veonline/veonline-icon-menu-mobile.png) no-repeat;width:27px;height:23px;}
	.navbar-header {display:none;}
	.home-banner-finder .home-finder {position:relative;top:0;left:0;width:100%;margin-bottom:10px;}
	#myCarouselBanner .container .carousel-indicators, #myCarouselBannerMob .container .carousel-indicators {text-align:center;}
	#myCarouselBanner .container .carousel-indicators li, #myCarouselBannerMob .container .carousel-indicators li {width:10px;height:10px;}
	#myCarouselBanner .container .carousel-indicators li:hover, #myCarouselBanner .container .carousel-indicators li.active,
	#myCarouselBannerMob .container .carousel-indicators li:hover, #myCarouselBannerMob .container .carousel-indicators li.active {width:10px;height:10px;}
	.home-promotion .promotion-content .promotion-item .promo {font-size:9px;}
	.home-promotion .promotion-content .promotion-item p {font-size:7px;}
	.home-promotion .promotion-content .promotion-item {height:22px;}
	.home-promotion .promotion-content .promotion-item.pickup,.home-promotion .promotion-content .promotion-item.warranty {padding-left:20px;}
	.featured-category .item-left .heading {margin-bottom:10px;} /*font-size:13px;*/
	.featured-category .item-left a {font-size:11px;padding:0px 10px;}
	.featured-category .item-right img{max-width:100%;}
	.featured-category .item-right {width:30%;}
	.featured-category .item-left {width:65%;}
	.home-about .title .heading, .home-about .title .heading h1, .home-about .content .content-heading, .home-about .content .content-heading h2 {font-size:18px;}
	.home-about .content p, .home-about .content div.paragraph, .home-about .content div.paragraph h1, .home-about .content div.paragraph h2, .home-about .content div.paragraph h3, .home-about .content div.paragraph h4, .home-about .content div.paragraph h5, .home-about .content div.paragraph h6{font-size:14px;}
	.footer-newsletter .title {margin:0 0 10px 0px;}
	.footer-newsletter .form {margin-left:0px;}
	.footer-social {margin:30px 0 0 0px;float: left;}
	.footer-column {float:left;text-align:left;} /*width:48%;*/
	#right-sidebar .list-group {display:none;}
	.filter-title {display:block;background:#111111;padding:0px 15px;cursor:pointer;}
	.filter-title .heading{color: #000;font-size:18px;text-transform:uppercase;line-height:20px;font-family:montserrat,Helvetica,Arial,sans-serif;font-weight:700;margin-top:0;margin-bottom:15px;background-image: url("data:image/svg+xml,%3Csvg width='14.000732' height='14.000000' viewBox='0 0 14.0007 14' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Crect id='Component 1' width='12.000000' height='12.000000' transform='translate(1.016357 1.000977)' fill='%23FFFFFF' fill-opacity='0'/%3E%3Cpath id='Vector 32' d='M7 1L7 13' stroke='%23000000' stroke-opacity='1.000000' stroke-width='2.000000' stroke-linecap='round'/%3E%3Cpath id='Vector 33' d='M1 6.99L13 6.99' stroke='%23000000' stroke-opacity='1.000000' stroke-width='2.000000' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat: no-repeat no-repeat;background-position: right;background-color: transparent;background-size: 12px;}
	.filter-title.active .heading{background-image: url("data:image/svg+xml,%3Csvg width='16.970581' height='16.970703' viewBox='0 0 16.9706 16.9707' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Crect id='Component 1' width='12.000000' height='12.000000' transform='translate(8.485291 0.000000) rotate(45.000000)' fill='%23FFFFFF' fill-opacity='0'/%3E%3Cpath id='Vector 32' d='M12.72 4.23L4.23 12.71' stroke='%23000000' stroke-opacity='1.000000' stroke-width='2.000000' stroke-linecap='round'/%3E%3Cpath id='Vector 33' d='M4.23 4.22L12.72 12.71' stroke='%23000000' stroke-opacity='1.000000' stroke-width='2.000000' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-size: 16px;}
	.sort_container {display:inline-block;width:100%;}
	.wrapper-thumbnail {float:left;width:50%;border-right:1px solid #ccc;margin-bottom:10px;}
	.wrapper-thumbnail:nth-child(2n+2){border:0;}
	.thumb .wrapper-thumbnail:nth-child(2n+3) {clear:left;}
	.wrapper-left-content .thumbnail {/*border:0;*/}
	.product-detail-action {margin:0;text-align:center;display:inline-block;width:100%;}
	.product-quantity {float:left;display:inline-block;}
	.product-detail-action .btn-prod{float:right}
	.product-detail-action .add-cart {margin-right:80px;}
	.upsell-product .wrapper-thumbnail {width:33%;}
	.recently-viewed {margin:20px 0 0;}
	.recently-viewed ul li.list-group-item {width:45%;}
	.maker-section ul li.list-group-item {width:100%;}
	.zoomImg {display:none;}
	#horizontalTab ul.resp-tabs-list {display:none;}
	#horizontalTab h2.resp-accordion, #horizontalTab div.resp-accordion {cursor:pointer;background:#252525 url(images/veonline/veonline-icon-refine.png) right 20px center no-repeat;display:inline-block;float:left;width:100%;line-height:40px;margin:0 0 1px;padding:0;}
	#horizontalTab h2.resp-accordion.resp-tab-active, #horizontalTab div.resp-accordion.resp-tab-active{background:#252525 url(images/veonline/veonline-icon-refine-active.png) right 20px center no-repeat;border-top:3px solid #E31921;}
	#horizontalTab h2.resp-accordion a, #horizontalTab div.resp-accordion a {color:#fff;font-size:14px;text-transform:uppercase;display:block;float:left;padding-left:20px;}
	#horizontalTab h2.resp-accordion a:hover, #horizontalTab div.resp-accordion a:hover{color:#FF8700;} /* SC: 20191128 - removed: background:url(images/veonline/veonline-bg-tab-title-hover.png) repeat-x;padding:0px 24px 0px 33px; */
	.cart-qty-box input {text-align:center;}
	.upsell-cart-product .wrapper-thumbnail {width:33%;}
	.wrapper-nav {background:none;}
	.manufacturer-right {margin-right:0;}
	.cart-btn-update .visible-sm, .cart-btn-remove .visible-sm{display:block !important;}
	.cart-qty-box, .cart-btn-update, .cart-btn-remove{padding-left:0px;padding-right:0px;}
	.cart-qty-box input{padding-left:0px;padding-right:0px;}
	._cpy_vouchershow.btn{padding: 18px 6px;font-size: 9px !important;}
	.mobile-background {background:url(images/veonline/background-body-active.png) repeat;position:absolute;display:none;top:0;left:0;right:0;bottom:0;z-index:99999;}
	.mobile-background.active {display:block;}
	.home-brand {padding-bottom:0;}
	.custom-menu {margin-bottom:20px;}
	.custom-menu .heading {background:#2d2d2d url(images/veonline/veonline-icon-refine.png) right 13px center no-repeat;}
	.custom-menu .heading.active {background:#2d2d2d url(images/veonline/veonline-icon-refine-active.png) right 13px center no-repeat;}
	.custom-menu ul {display:none;}
	.n_product .breadcrumb {padding:0;}
	.manufacturer {margin:30px 0 0;}
	.upsell-product,.n_product .recently-viewed {display:none;}
	#horizontalTab {margin:0 !important;}
	.header-promotion {display:none;}
	.footer-newsletter .input-group-btn {float:left;}
	.wrapper-left-content .thumbnail .caption {padding:0;}
	.home-about .content span.last {display:none;}
	.home-about .content span.last.active {display:inline;}
	.home-about .content .icon-more {display:block;margin:0px 3px;color:#E31921;cursor:pointer;}
	.home-about .content .icon-hide {color:#E31921;cursor:pointer;}
	.wrapper-left-content .thumbnail .form-inline button, .btn-primary, .wrapper-left-content .thumbnail .out-of-stock-button, .panel-default .out-of-stock-button {font-family:ProximaNova-Bold;}
	.home-banner-finder .home-finder .finder-title {text-align:center;padding:7px 0 0;}
	.home-banner-finder .home-finder .finder-title div {display:inline-block;}
	.home-banner-finder .fastfinder {position:relative;width:100%;top:0;left:0;background: #000000; padding-bottom: 20px;}
	.home-banner-finder .fastfinder>.container{padding: 0 5px;}
	#myCarouselBanner, #myCarouselBannerMob {margin:5px 0 0;margin-top: 0;}
	.home-banner-finder .fastfinder .finder-title{text-align:center;width: 100% !important;}
	#parts_finder {
    padding-top: 15px;
    width: 100%;
}
@media(max-width: 620px){
	.header-search-cart{
		margin: 0;
	}
	.icon-mobile{margin-top: 5px;}
	.wrapper-header{padding: 16px 0;}
	.wrapper-header .header-search .btn{right: -1px;top: -1px;}
}
.home-banner-finder .home-finder .loading_span{
	right: auto;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	top: auto;
}
.home-banner-finder .home-finder select {
    width: 48.5%;
    margin: 0;
    margin-bottom: 7px;
}
.home-banner-finder .home-finder button {
    width: 100%;
    margin: 15px 0 0;
    margin-top: 0;;
}
.home-banner-finder .home-finder {
    padding: 5px 8px 20px 8px;
}
#compat_list {
    justify-content: space-between;
}
	.home-banner-finder .fastfinder .finder-title h3{display:inline-block;}
	.wrapper-left-content .thumbnail .product-image {max-width:100%;padding: 20px;}
	.cms-page .left-page iframe{width:100%;} 
	.nav-tabs {border: 1px solid #9b9b9b;border-color: #9b9b9b /*{tabs-border-bottom-colour}*/;background-color: #e3e3e3 /*{nav-tabs-background-colour}*/;}
	.nav-tabs > li {margin-left: -1px;margin-top: -1px}
	.nav-tabs > li > a {font-size: 12px;}
	.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {font-size: 12px;border-bottom-color: #9b9b9b /*{tab-link-active-border-colour}*/;}
	.wrapper-logo {margin: 5px 0 0;}
	.wrapper-head-right {width: 100%;float: left;}
	.wrapper-nav .nav > li > a {padding-left: 10px;padding-right: 10px;}
	.wrapper-nav .nav > li:first-child > a {padding-left: 10px;}
	.featured-head h2 {font-size: 20px;}
	.carousel-control {top: 10px;}
	.carousel-control {width: 20px;height: 20px;line-height:20px;font-size:18px;}
	.carousel-caption {left: 5%;right: auto;bottom: auto;top: 10px;padding-bottom: 0;padding-top: 5px;width: 60%;text-align: left;}
	.carousel-control.left {left: auto;right: 35px;}
	.carousel-control.right {right: 10px;}
	.carousel-caption h3 {margin-bottom: 10px;font-size: 16px;}
	.carousel-caption p {margin-bottom: 0;font-size: 11px;}
	.carousel-caption .bannertext {display: none;}
	.carousel-caption .btn {font-size: 12px;}
	.sortdroplabel {text-align: right;}
	.wrapper-newslet .newslet-text h2 {font-size: 18px;}
	.footer-col-3,.footer-col-5,.footer-column.footer-payment{clear:left;}
	.footer-top {padding-bottom:25px;}
}
@media (min-width: 768px){
	.dropdown-hover:hover > .dropdown-menu {
		display: block;
	}
}
@media screen and (min-width: 768px){
	.carousel-caption {left: 15%;right: auto;bottom: auto;top: 40px;padding-bottom: 0;width: 40%;text-align: left;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.footer-col-3,.footer-column.footer-payment,.thumb .wrapper-thumbnail:nth-child(2n+3) {clear:left;}
	.footer-top {padding-bottom:25px;}
}
@media (min-width: 768px) and (max-width: 992px) {
	.header-question {margin-top:0;}
	.header-question p{font-size:13px;}
	.header-right {width:60%;}
	.n_checkout .header-right {width:60%;}
	.wrapper-top-search {width:265px;}
	.wrapper-nav .navbar-nav {display:none;}
	.icon-menu {display:inline-block;color:#fff;cursor:pointer;line-height:45px;margin-left:30px;}
	.icon-menu span{font-size:25px;}
	.icon-menu span.text{margin-left:10px;text-transform:uppercase;}
	#mob-menu-1.active, #mob-menu-2.active {display:block !important;}
	.wrapper-nav .nav > li > a {text-transform:uppercase;padding:0;background:none !important;}
	#mob-menu-1 .mob-drop:hover, #mob-menu-2 .mob-drop:hover {background:none;color:#999;}
	.home-banner-finder .home-finder {position:relative;top:0;left:0;width:100%;margin-bottom:10px;}
	.home-promotion .promotion-content {margin:15px 0 0;}
	.home-promotion .promotion-content .promotion-item {display:inline-block;width:48%;margin-bottom:20px;}
	.home-about .title .heading, .home-about .title .heading h1, .home-about .content .content-heading, .home-about .content .content-heading h2 {font-size:18px;}
	.footer-newsletter .title {margin-left:0;}
	.footer-newsletter .title p {font-size:10px;}
	.footer-newsletter .form .input-group .form-control {width:115px;}
	.footer-newsletter .title .heading,.footer-social a {font-size:12px;}
	.footer-social {margin-left:10px;}
	.footer-newsletter .form {margin-left:15px;}
 	#right-sidebar .list-group {display:block;}
	.manufacturer-right {width:100%;margin-top:15px;margin-right:0;}
	.product-detail-action {margin:20px 0 0;}
	.product-detail-action .btn-prod {margin:20px 0 0;}
	.product-promotion .item h4, .product-promotion .item .h4, .product-promotion .item p {font-size:10px;}
	.upsell-product .wrapper-thumbnail ,.upsell-cart-product .wrapper-thumbnail{width:50%;}
	.recently-viewed ul li.list-group-item, .maker-section ul li.list-group-item {width:45%;}
	.home-banner-finder .content {padding:0;}
	.product-shipping {width:100%;margin:15px 0 0;}
	.footer-newsletter .title {margin:0;}
	.footer-newsletter .input-group {display:inline-block;}
	.footer-newsletter .form {display:inline-block;width:315px;}
	.wrapper-nav .container {padding:0;width:100%;margin:0;}
	.wrapper-nav .row {margin:0;}
	.wrapper-nav .col-xs-12 {padding:0;}
	#mob-menu-1 li, #mob-menu-2 li {position:relative;z-index:9999;background:#252525;}
	#mob-menu-1 li ul li, #mob-menu-2 li ul li {padding:0px;}
	.n_customer_account .btn-success {margin-top:10px;}
	.n_content .wrapper-left-content {width:100%;margin:20px 0 0;left:0;}
	.home-banner-finder .fastfinder {position:relative;width:100%;top:10px;left:0;}
	#myCarouselBanner, #myCarouselBannerMob {margin:5px 0 0;margin-top: 0;}
	.header-question {display:none;}
	.home-banner-finder .fastfinder .home-finder .finder-title div {font-size: 13px;padding-left: 13px;}
	.home-banner-finder .home-finder select {font-size: 12px;}
	.home-banner-finder .home-finder button {font-size: 10px;}
	.home-banner-finder .fastfinder {top: 0;}
}
@media (max-width: 850px){
	.carousel-control {top: 108px;}
}
@media (min-width: 992px){
	.thumb .wrapper-thumbnail:nth-child(3n+4) {clear:left;}
}
a.icon-menu:focus,  a.icon-menu:hover{
	color: #fff !important;
}
@media (max-width: 991px){
	.category-content-new .category-box-item .text h3{font-size: 18px;}
	.cart-btn-update .visible-lg, .cart-btn-remove .visible-lg{display:none !important;}
	.toplinks > li > a {padding: 0 4px;font-size: 12px;}
	.wrapper-nav .nav > li > a {padding-left: 5px;padding-right: 5px;font-size: 12px;}
	.wrapper-nav #header-cart > a {font-size: 12px;}
	.carousel-control {top: 138px;display: block;}
	.carousel-caption {top: 20px;}
	.carousel-caption h3 {font-size: 28px;}
	.carousel-caption p {font-size: 14px;}
	.wrapper-newslet .newslet-text h2 {text-align: center;}
	.wrapper-nav-cart #header-cart::before{display: none;}
	.wrapper-nav-cart #header-cart > a{padding-right: 1px;}
}
@media (min-width: 993px) and (max-width: 1199px){
	.header-right{width:65%;}
	.wrapper-nav .navbar-nav {display:none;}
	/*.featured-category .item-left .heading {font-size:13px;}*/
	.home-about .title .heading, .home-about .title .heading h1, .home-about .content .content-heading, .home-about .content .content-heading h2 {font-size:20px;}
	.footer-newsletter .form .input-group .form-control {width:135px;}
	.footer-newsletter .title .heading,.footer-social a {font-size:18px;}
	.caption .price strong {display:none;}
	.wrapper-left-content .thumbnail .caption {padding:0px 15px;}
	.product-detail-action {margin:20px 0 0;}
	.product-quantity {width:100%;margin:0 0 20px;}
	.product-detail-action .btn-prod {margin:0;}
	.product-promotion .item h4, .product-promotion .item .h4 {font-size:13px;}
	.home-promotion .promotion-content .promotion-item .promo {font-size:12px;}
	.upsell-cart-product .wrapper-thumbnail {width:auto;}
	.btn-primary, .panel-default .out-of-stock-button {font-size:15px;}
	.wrapper-top-search {width:345px;}
	.wrapper-header .header-search .form-control {font-size:13px;}
	.icon-menu {display:inline-block;color:#fff;cursor:pointer;line-height:45px;margin-left:40px;}
	.icon-menu span{font-size:25px;}
	.icon-menu span.text{margin-left:10px;text-transform:uppercase;}
	#mob-menu-1.active, #mob-menu-2.active {display:block !important;}
	.wrapper-nav .nav > li > a {text-transform:uppercase;padding:0;background:none !important;}
	#mob-menu-1 .mob-drop:hover, #mob-menu-2 .mob-drop:hover {background:none;color:#999;}
	.product-shipping {width:100%;margin:15px 0 0;}
	.upsell-product .wrapper-thumbnail {width:25%;}
	.footer-newsletter .title {margin:0;}
	.footer-newsletter .input-group {display:inline-block;}
	.footer-newsletter .form {display:inline-block;width:345px;}
	.wrapper-nav .container {padding:0;width:100%;margin:0;}
	.wrapper-nav .row {margin:0;}
	.wrapper-nav .col-xs-12 {padding:0;}
	#mob-menu-1 li, #mob-menu-2 li {position:relative;z-index:99999;padding:0px 40px;background:#252525;}
	#mob-menu-1 li ul li, #mob-menu-2 li ul li {padding:0px;}
	.custom-menu .heading {font-size:16px;}
	.header-question {display:none;}
	.home-banner-finder .home-finder {top:25px;}
	.home-banner-finder .fastfinder {top:10px;}
	.home-banner-finder .home-finder .finder-title div {font-size:25px;background-size:15%;}
	.home-banner-finder .home-finder button {margin:0;padding:0;}
}
@media(min-width: 1200px){
	/*.navbar-nav>li:nth-last-child(1)>.dropdown-menu,.navbar-nav>li:nth-last-child(2)>.dropdown-menu{
		left: inherit;
		right: 0px;
	}
	.navbar-nav>li:nth-last-child(1)>.dropdown-menu>li>.dropdown-menu,.navbar-nav>li:nth-last-child(2)>.dropdown-menu>li>.dropdown-menu{
		left: inherit !important;
		right: 100% !important;
	}*/
}
@media (max-width: 1199px){
	.cart-btn-update .visible-lg, .cart-btn-remove .visible-lg{display:block !important;}
	.toplinks > li > a {padding: 0 6px;font-size: 13px;}
	.wrapper-nav .nav > li > a {padding-left: 10px;padding-right: 10px;font-size: 13px;}
	.wrapper-nav #header-cart > a {font-size: 13px;}
	.wrapper-nav .nav > li > a{text-align: left;}
	#mob-menu-1>li>a,#mob-menu-1{background: #E31921 !important;color: #fff !important;}
	#mob-menu-1>li>a::after{color: #fff !important;}
	#mob-menu-1 li{background: #fff !important;padding: 0;}
	.menu-mobile #mob-menu-1 .collapse-menu li a{color: #6E6E6E;}
}
@media(max-width: 1199px) and (min-width: 768px){
	.icon-mobile {display:inline-block;float:left;cursor:pointer;margin-top:45px;margin-right:12px;background:url(images/veonline/veonline-icon-menu-mobile.png) no-repeat;width:27px;height:23px;}
	.icon-mobile+div{display: inline-block; margin-top: 35px;}
	.wrapper-nav{display: none;}
	.mobile-background {background:url(images/veonline/background-body-active.png) repeat;position:absolute;display:none;top:0;left:0;right:0;bottom:0;z-index:99999;}
	.mobile-background.active {display:block;}
	.wrapper-mobile.active{top: 152px;}
	.logo img{max-width: 245px;}
}
@media (min-width: 1300px){
	.home-promotion .container {padding:0px 30px;}
}
@media (max-width: 1330px){
	.carousel-control {top: 158px;}
}
@media (max-width: 2000px){
	.carousel-control {top: 50%;margin-top:-25px;}
}
@media (min-width: 2000px){
	#myCarouselBanner img, #myCarouselBannerMob img {height:auto !important;}
}

/* css price 17-02-2022 */
.price-block {
    display: flex;
    flex-direction: column;
}
.buying-action {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.zip-logo-block img.afterpay-logo {
	margin-left: 10px;
}
.zip-widget__tagline span.text {
	display: none!important;
}
.zip-logo-block {
    display: flex;
    align-items: center;
	position: relative;
	padding-bottom: 10px;
}
.zip-widget__tagline {
	position: relative;
}
.zip-widget__tagline #zip-info-link {
	position: absolute;
    top: -5px;
    right: 0;
}
.zip-logo-block:after {
    content: 'Own now, Pay later';
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 110px;
    font-size: 13px;
}
@media (min-width: 1200px){
	.manufacturer-left .manufacturer-image img {
		max-width: 135px;
	}
	.manufacturer-left {
		display: flex;
		align-items: center;
	}
	.manufacturer-mb.visible-lg {
		display: inline-block !important;
	}
	.navbar-nav > li > .dropdown-menu  li{border-bottom: 1px solid #383838;}
	.navbar-nav > li > .dropdown-menu{padding: 0;}
	.navbar-nav .dropdown-menu-horizontal{padding: 0;top: -3px;}
	.navbar-nav > li > .dropdown-menu li a{padding-top: 10px;padding-bottom: 10px;}
	.navbar-nav > li > .dropdown-menu li a:hover{background: #E31921 !important;}
}
@media (max-width: 767px){
	.wrapper-pricing {
		align-items: stretch;
    	flex-direction: column;
	}
	.buying-action {
		/* flex-direction: column; */
	}
	.product-detail-action .add-cart button {
		background: #E31921 url(images/veonline/veonline-icon-add-cart-detail.png) right 27px center no-repeat;
	}
	.product-detail-action .btn-prod {
		/* flex-direction: column; */
		/* align-items: flex-start; */
	}
	.price-right {
		justify-content: flex-start;
		margin-left: 10px;
	}
	.productsave {
		margin-left: 10px;
	}
	.price-block {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.zip-logo-block img.afterpay-logo {
		margin: 0;
	}
	.productwasprice {
		margin-bottom: 0px;
	}
}

@media (min-width: 768px) and (max-width: 1023px){
	.productwasprice {
		font-size: 14px;
	}
	.productpromo {
		font-size: 20px;
	}
	.price-image-right img {
		max-width: 50px;
	}
	.price-left {
		margin-right: 0px;
	}
	.productsave {
		margin-left: 5px;
		font-size: 10px;
	}
	.zip-logo-block {
		width: 45%;
	}
	.zip-logo-block img.afterpay-logo {
		max-width: 75px;
	}
	.product-detail-action .add-cart button {
		font-size: 12px;
		background-size: 22px !important;
		background: #E31921 url(images/veonline/veonline-icon-add-cart-detail.png) right 12px center no-repeat;
		height: 40px;
		padding: 0px 40px 0px 10px;
	}
	.product-detail-action .wishlist a {
		font-size: 10px;
	}
	.product-detail-action .add-cart {
		margin-right: 10px;
	}
	.product-quantity .input .qtysub,
	.product-quantity .input .qtyadd {
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
	.product-quantity input {
		width: 35px;
		height: 25px;
		font-size: 16px;
	}
	.product-detail-action .btn-prod {
		margin: 0 0 0 10px;
	}
	.btn-prod .btn {
		line-height: 0;
	}
	.wrapper-pricing-mb.visible-sm {
		display: flex!important;
	}
	.manufacture-mb.visible-sm {
		display: inline-block !important;
	}
}
@media (min-width: 1024px) and (max-width: 1365px){
	.productwasprice {
		font-size: 16px;
	}
	.productpromo {
		font-size: 22px;
	}
	.price-image-right img {
		max-width: 65px;
	}
	.price-left {
		margin-right: 0px;
	}
	.productsave {
		margin-left: 5px;
		font-size: 12px;
	}
	.zip-logo-block {
		/* width: 48%; */
	}
	.zip-logo-block img.afterpay-logo {
		/* max-width: 80px; */
	}
	.product-detail-action .add-cart button {
		font-size: 16px;
		background-size: 26px !important;
		background: #E31921 url(images/veonline/veonline-icon-add-cart-detail.png) right 30px center no-repeat;
		height: 40px;
		padding: 0px 45px 0px 10px;
	}
	.product-detail-action .wishlist a {
		font-size: 12px;
	}
	.product-detail-action .add-cart {
		margin-right: 10px;
	}
	.product-quantity .input .qtysub,
	.product-quantity .input .qtyadd {
		width: 30px;
		height: 30px;
		background-size: 30px;
	}
	.product-quantity input {
		width: 45px;
		height: 30px;
		font-size: 20px;
	}
	.product-detail-action .btn-prod {
		margin: 0 0 0 10px;
	}
	.product-quantity {
		width: auto;
		margin: 0;
	}
	.btn-prod .btn {
		line-height: 0;
	}
	.wrapper-product-title .visible-lg {
		display: block!important;
	}
}

@media (max-width: 374px){
	.wrapper-pricing {
		position: relative;
		padding: 0px;
		margin: 30px 0;
	}
	.price-image-right img {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.productwasprice {
		font-size: 16px;
	}
	.productpromo {
		font-size: 26px;
	}
	.productsave {
		font-size: 12px;
	}
	.price-image-right img {
		max-width: 65px;
	}
	.zip-logo-block img.afterpay-logo {
		max-width: 85px;
	}
	.product-detail-action .add-cart button {
		font-size: 10px;
		background-size: 18px !important;
		background: #E31921 url(images/veonline/veonline-icon-add-cart-detail.png) right 10px center no-repeat;
		height: 35px;
		padding: 0px 30px 0px 10px;
	}
	.product-detail-action .wishlist a {
		font-size: 9px;
	}
	.product-detail-action .add-cart {
		margin-right: 5px;
		margin-top: 0px;
	}
	.product-quantity .input .qtysub,
	.product-quantity .input .qtyadd {
		width: 20px;
		height: 20px;
		background-size: 20px;
	}
	.product-quantity input {
		width: 30px;
		height: 20px;
		font-size: 12px;
	}
	.product-detail-action .btn-prod {
		margin: 0 0 0 5px;
	}
	.product-detail-action .wishlist,
	.product-detail-action .add-cart button {
		display: block;
	}
	.btn-prod .btn {
		line-height: 0;
	}
	.zip-logo-block:after {
		transform: none;
    	left: 25px;
	}
}
@media (min-width: 375px) and (max-width: 539px){
	.wrapper-pricing {
		position: relative;
		padding: 0px;
		margin: 30px 0;
	}
	.price-image-right img {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.productwasprice {
		font-size: 16px;
	}
	.productpromo {
		font-size: 26px;
	}
	.productsave {
		font-size: 12px;
	}
	.price-image-right img {
		max-width: 65px;
	}
	.zip-logo-block img.afterpay-logo {
		max-width: 85px;
	}
	.product-detail-action .add-cart button {
		font-size: 13px;
		background-size: 20px !important;
		background: #E31921 url(images/veonline/veonline-icon-add-cart-detail.png) right 10px center no-repeat;
		height: 35px;
		padding: 0px 30px 0px 10px;
	}
	.product-detail-action .wishlist a {
		font-size: 11px;
	}
	.product-detail-action .add-cart {
		margin-right: 5px;
		margin-top: 0px;
	}
	.product-quantity .input .qtysub,
	.product-quantity .input .qtyadd {
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
	.product-quantity input {
		width: 35px;
		height: 25px;
		font-size: 16px;
	}
	.product-detail-action .btn-prod {
		margin: 0 0 0 5px;
	}
	.product-detail-action .wishlist,
	.product-detail-action .add-cart button {
		display: block;
	}
	.btn-prod .btn {
		line-height: 0;
	}
	.zip-logo-block:after {
		transform: none;
    	left: 25px;
	}
}
@media (min-width: 540px) and (max-width: 767px){
	.wrapper-pricing {
		flex-direction: row;
		align-items: center;
	}
	.price-block {
		flex-direction: column;
		align-items: stretch;
	}
	.price-right {
		margin-left: 0px;
	}
	.productwasprice {
		font-size: 16px;
	}
	.productpromo {
		font-size: 26px;
	}
	.productsave {
		font-size: 12px;
	}
	.product-detail-action .add-cart button {
		font-size: 16px;
		background-size: 30px !important;
		background: #E31921 url(images/veonline/veonline-icon-add-cart-detail.png) right 40px center no-repeat;
		height: 40px;
		padding: 0px 45px 0px 10px;
	}
	.product-detail-action .wishlist a {
		font-size: 14px;
	}
	.product-detail-action .add-cart {
		margin-right: 15px;
		margin-top: 0px;
	}
	.product-quantity .input .qtysub,
	.product-quantity .input .qtyadd {
		width: 30px;
		height: 30px;
		background-size: 30px;
	}
	.product-quantity input {
		width: 40px;
		height: 30px;
		font-size: 18px;
	}
	.product-detail-action .btn-prod {
		margin: 0 0 0 15px;
	}
	.product-detail-action .wishlist,
	.product-detail-action .add-cart button {
		display: block;
	}
	.btn-prod .btn {
		line-height: 0;
	}
}
/* end */

@media (max-width: 767px) {
	.product-name-mb {
		display: block !important;
		margin-bottom: 20px;
	}
	.wrapper-pricing-mb {
		display: flex !important;
		margin: 20px 0 30px;
	}
	.manufacture-mb {
		display: inline-block !important;
	}
	#mob-menu-1>li>a{background: #E31921 !important;color: #fff !important;}
	#mob-menu-1>li>a::after{color: #fff !important;}
}

@media(max-width: 620px){
	.category-content-new{gap: 10px;}
	.category-content-new .category-box-item{max-width: calc(50% - 8px);flex: 0 0 50%;}
	.category-content-new .category-box-item .text{padding: 0 10px;bottom: 10px;}
	.category-content-new .category-box-item .text h3{font-size: 9px;}
	.category-content-new .category-box-item .text a {
		width: 45px;
		height: 18px;
		line-height: 18px;
		font-size: 8px;
	}
}

/* css 03102022 */
.extra-items-custom {
	margin-top: 3rem;
    background-color: #f8f8f8;
    padding: 30px 30px 15px;
	border: 0;
}
.extra-items-custom  h4 {
	display: flex;
    align-items: center;
}
.extra-items-custom  h4 svg {
	margin: 0 5px 0 0;
}
.extra-items-custom .sub {
	margin-bottom: 1.5rem;
	text-align: left;
}
.bg-white {
    background-color: #fff!important;
}
.d-flex {
    display: flex!important;
}
.flex-wrap {
    flex-wrap: wrap!important;
}
.extra-items-custom a {
    font-size: 13px;
	display: inline-block;
	text-align: left;
	margin: 5px 0 0;
}
.extra-items-custom img {
	max-width: 100%;
}
.extra-items-custom a:not(.btn) {
    color: #111;
}
.pl-0, .px-0 {
    padding-left: 0!important;
}
.pr-0 {
	padding-right: 0!important;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.extra-items-custom .free-noti {
	margin: 10px 0 0;
	display: inline-block;
}
.extra-items-custom  .price {
    text-align: left;
	margin-top: 15px;
}
@media screen and (max-width: 1199.98px) {
	.extra-items-custom a {
		font-size: 12px;
	}
}
@media screen and (max-width: 767.98px) {
	.extra-items-custom {
		background-color: #f8f8f8;
		padding: 15px;
	}
}
@media (min-width: 576px) {
	.p-sm-3 {
		padding: 1rem !important;
	}
}
.npopup .successaddmessage .npopup-btn-close:nth-child(2)::before{
	content: "";
    display: inline-block;
    position: absolute;
    left: -455px;
    background: none;
    top: 160px;
    width: 150px;
    height: 30px;
}
@media(max-width: 767px){
	.npopup .successaddmessage .npopup-btn-close:nth-child(2)::before{
		left: -267px;
	}
	.successaddmessage .body .description{
		max-width: calc(100% - 90px);
	}
}
@media(max-width: 639px){
.mp-aq-form{
	display:none;
}
}

#mob-menu-1>li>span {
    position: relative;
    display: block;
    padding: 10px 15px;
    background: #E31921 !important;
    color: #fff !important;
}

#mob-menu-1>li>span::after {
    color: #fff !important;
}

.brand-content .owl-carousel.owl-loaded {
    padding: 0 10px !important;
}

@media (max-width: 767px) {
iframe[title="LiveChat chat widget"] {
    display: none !important;
}

.home-promotion .promotion-content .promotion-item {
    float: none;
    width: auto;
    display: inherit;
}

.home-promotion .promotion-content .promotion-item p {
    font-size: 12px;
}

.home-promotion .promotion-content .promotion-item .promo {
    font-size: 14px;
}

.home-promotion .promotion-content .promotion-item.pickup, .home-promotion .promotion-content .promotion-item.warranty {
    padding-left: 30px;
}
	
.category-content-new .category-box-item .text h3 {
    font-size: 11px;
}

.category-content-new .category-box-item .text {
    padding: 0 5px;
}

.home-about .content p {
    font-size: 15px;
}

.home-about .title .heading, .home-about .title .heading h1, .home-about .content .content-heading, .home-about .content .content-heading h2 {
    font-size: 24px;
}

.footer-newsletter .form .input-group .form-control {
    font-size: 15px;
}

.footer-category .footer-column ul li a {
    font-size: 14px;
}
}

body.n_product .home-promotion {
    display: none;
}

@media (max-width: 767px) {
.zip-logo-block:after {
    left: 0;
    top: 20px;
    transform: none;
}
	
.main-image.text-center {
    margin-bottom: 0;
}

.manufacturer.manufacture-mb.visible-xs.visible-sm {
    margin-top: 10px;
}
}

@media (max-width: 540px) {
.product-detail-action .btn-prod {
    flex-direction: column;
    row-gap: 10px;
    align-items: end;
}

.product-detail-action .add-cart {
    margin: 0;
}

.buying-action {
    align-items: flex-start;
}

.product-quantity .input .qtysub, .product-quantity .input .qtyadd {
    height: 35px;
    background-size: 35px;
    background-position: center;
}

.product-quantity input {
    height: 35px;
}
}

div#_jstl__images_r .price-image-right img {
    /*position: static;
    margin-top: 15px;*/
	bottom: -20px;
}

div#_jstl__header_r .zip-logo-block {
    justify-content: space-between;
    align-items: flex-start;
}

div#_jstl__header_r .zip-logo-block:after {
    transform: none;
    left: unset;
    right: 0;
    bottom: 10px;
}

div#_jstl__header_r img.afterpay-logo {
    margin-top: 6px;
}

@media (min-width: 992px) {
div#_jstl__images_r .zip-logo-block {
    display: none;
}
}

div#_jstl__images_r .zip-logo-block {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: -15px;
    padding-bottom: 0;
}

div#_jstl__images_r .zip-logo-block:after {
    transform: none;
    left: unset;
    right: 0;
    bottom: 10px;
}

div#_jstl__images_r img.afterpay-logo {
    margin-top: 3px;
}


div#_jstl__images_r .price-image-right img {
    bottom: 0;
}

div#_jstl__images_r div[data-pp-message] {
    /*max-width: 250px;*/
	width: 100%;
}

.manufacturer:not(:has(.manufacturer-image)), .manufacturer:not(:has(.manufacturer-infor)) {
    display: none !important;
}

.above_header {
    background: #8b008b;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
	font-weight: 700;
}

@media (max-width: 767px) {
.above_header {
    background: #8b008b;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
	font-weight: 600;
}
}

body>.wrapper-nav {
    position: sticky;
    top: 0;
}

.misc_note {
    background: #a51419;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

@media (max-width: 768px) {
.misc_note {
    font-size: 14px;
}
}


/*Subscribe footer*/
.wrapper-newslet .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	flex-direction: column;
    gap: 30px;
}

.wrapper-newslet .container:before, .wrapper-newslet .container:after {
    display: none;
}

button.open_Subscribe.btn.btn-primary {
    border-radius: 5px;
	margin: 2px 20px;
    line-height: 25px;
}

.footer-newsletter .title {
    margin-left: 0;
	margin-right: 40px;
}

@media (max-width: 768px) {
button.open_Subscribe.btn.btn-primary {
    margin-left: 50px;
}

}

/*Redesign Homepage*/
.home-banner-finder div#parts_finder {
    width: 100%;
    float: none;
}

.home-banner-finder .fastfinder .home-finder .finder-title {
    width: auto;
    float: none;
}

.home-banner-finder div#compat_list {
    justify-content: space-between;
	gap: 30px;
}

.container {
	width: 1460px;
	max-width: 100%;
}

.home-banner-finder .home-finder select {
    border-radius: 5px !important;
    height: 63px;
    width: auto;
    flex-grow: 1;
    color: rgba(0, 0, 0, 0.4);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
}

.home-banner-finder .home-finder button {
    width: 116px;
    height: 63px;
    border-radius: 5px;
    background: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
}

.home-banner-finder .fastfinder {
    padding: 20px 0 40px;
    background-color: #E31B23;
    background-image: url("data:image/svg+xml,%3Csvg width='130.000000' height='180.000000' viewBox='0 0 130 180' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Vector 4' d='M0 0L130 0L86.29 180L0 180L0 0Z' fill='%23000000' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3Csvg width='120.000000' height='180.000000' viewBox='0 0 120 180' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Vector 5' d='M120 180L0 180L40.34 0L120 0L120 180Z' fill='%23000000' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-size: auto 100%;
    background-position: left, right;
}

.home-banner-finder .fastfinder .home-finder .finder-title div {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.home-banner-finder .carousel-caption {
    left: calc((100% - 1460px) / 2);
    padding: 0 15px;
    right: unset;
    transform: translateY(-50%);
    top: 50%;
}

.home-banner-finder .carousel-caption h1 {
    color: rgb(255, 255, 255);
    font-family: "ProximaNova-Bold";
    font-size: 60px;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
	margin-bottom: 20px;
    margin-top: 0;
}

.home-banner-finder .carousel-caption p {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 27px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 0px;
    text-align: left;
}

.btn-white {
    background: #fff;
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 0 25px;
}

/*Brands*/
.brand-content .ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}

.brand-content .ul > div {
    width: calc(100% / 6);
    padding: 7.5px;
}

.brand-content .ul > div a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.brand-content .ul > div a img {
    width: 100%;
    aspect-ratio: 3/2;
    height: auto;
    object-fit: contain;
    padding: 10px;
}

.brand-content .ul > div:nth-child(n+13) {
    display: none;
}

.home-brand {
    padding: 80px 15px;
}

/*Blogs*/
.blog_thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 44/33;
    object-fit: cover;
	border-radius: 10px;
	margin-bottom: 10px;
}

.home-blog-section {
    background: #000;
}

body.n_home .heading {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 37px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 0;
}

body.n_home .home-blog-section .heading {
    color: #fff;
	padding: 65px 0 50px;
}

body.n_home  .blog_thumb * {
    color: #fff;
}

.blog_thumb .date_posted {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
}

.blog_thumb p.h4 {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0;
}

article.col-xs-12.col-sm-4.blog_thumb {
    padding: 0 18px;
}

.row.row-blog.auto-carousel-review-blog {
    margin: 0 -18px;
}

a.view-all-blog-btn {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    text-decoration-line: underline;
    margin: 50px 0;
    display: block;
}

/*Thumbs*/
.wrapper-thumbnail .thumbnail .product-image {
    width: 100%;
}

.wrapper-thumbnail .caption .price {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: center;
		display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 7px;
    flex-wrap: wrap;
}

.wrapper-thumbnail .caption .price .pd-rrpwrap {
		font-size: 16px;
		font-weight: 600;
		line-height: 19px;
		color: #C0C0C0;
}

.wrapper-thumbnail .caption .price .pd-rrpwrap>span {
		text-decoration: line-through;
}

.wrapper-thumbnail .thumbnail .caption h3 {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
	height: 45px;
	margin-bottom: 20px;
}

.wrapper-thumbnail .thumbnail .caption .btn {
    color: rgb(250, 248, 244);
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
    height: 60px;
    background: rgb(0, 0, 0);
    border-radius: 10px;
    padding: 20px 10px;
    border: none;
}

.wrapper-thumbnail .thumbnail .caption {
    padding: 15px 10px;
}

.wrapper-thumbnail .thumbnail .caption .price {
    min-height: auto;
    margin-bottom: 15px;
}

.wrapper-best-seller .heading {
    padding: 60px 0 30px;
}

.thumbnail .review-item .ruk_rating_snippet {
    margin: 0 0 17px;
}

.thumbnail .ruk-icon-percentage-star--100:before {
    background-image: url("data:image/svg+xml,%3Csvg width='19.452637' height='19.664795' viewBox='0 0 19.4526 19.6648' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='path' d='M19.35 7.06C19.15 6.51 18.76 6.23 18.17 6.23L13.1 6.23C12.9 6.23 12.77 6.14 12.7 5.95L10.89 0.79C10.67 0.26 10.28 -0.01 9.71 0C9.13 0 8.74 0.28 8.55 0.83L6.72 5.97C6.65 6.15 6.52 6.25 6.33 6.25L1.25 6.25C0.67 6.25 0.27 6.52 0.08 7.08C-0.11 7.62 0.02 8.08 0.45 8.45L4.77 12.04C4.92 12.16 4.96 12.31 4.9 12.49L3.09 17.93C2.89 18.51 3.04 18.98 3.53 19.34C4.03 19.7 4.52 19.7 5.01 19.34L9.46 16.07C9.63 15.95 9.79 15.95 9.95 16.07L14.41 19.34C14.91 19.75 15.42 19.77 15.94 19.39C16.46 19.02 16.61 18.53 16.38 17.93L14.56 12.49C14.5 12.31 14.55 12.16 14.7 12.04L19.02 8.44C19.44 8.06 19.55 7.6 19.35 7.06Z' fill='%23000000' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    content: '';
    display: inline-block;
    margin-right: 5px;
}

.thumbnail .ruk-icon-percentage-star--0:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19.452637' height='19.664795' viewBox='0 0 19.4526 19.6648' fill='none'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='path' d='M19.35 7.06C19.15 6.51 18.76 6.23 18.17 6.23L13.1 6.23C12.9 6.23 12.77 6.14 12.7 5.95L10.89 0.79C10.67 0.26 10.28 -0.01 9.71 0C9.13 0 8.74 0.28 8.55 0.83L6.72 5.97C6.65 6.15 6.52 6.25 6.33 6.25L1.25 6.25C0.67 6.25 0.27 6.52 0.08 7.08C-0.11 7.62 0.02 8.08 0.45 8.45L4.77 12.04C4.92 12.16 4.96 12.31 4.9 12.49L3.09 17.93C2.89 18.51 3.04 18.98 3.53 19.34C4.03 19.7 4.52 19.7 5.01 19.34L9.46 16.07C9.63 15.95 9.79 15.95 9.95 16.07L14.41 19.34C14.91 19.75 15.42 19.77 15.94 19.39C16.46 19.02 16.61 18.53 16.38 17.93L14.56 12.49C14.5 12.31 14.55 12.16 14.7 12.04L19.02 8.44C19.44 8.06 19.55 7.6 19.35 7.06Z' fill='%23fff' fill-opacity='1.000000' fill-rule='nonzero' stroke='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    width: 19px;
    height: 19px;
    content: '';
    display: inline-block;
    margin-right: 5px;
}

.thumbnail span.ruk-rating-snippet-count {
    display: none;
}



.view_more_, a.view_more_products {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    text-decoration-line: underline;
    display: block;
    padding: 30px 0;
}

.wrapper-on-sale .heading {
    padding: 80px 0 40px;
}

.savings-container span.label.label-danger {
    background-image: url("data:image/svg+xml,%3Csvg width='110.000000' height='30.000000' viewBox='0 0 110 30' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Vector 12' d='M18.33 0L110 0L97.53 30L0 30L18.33 0Z' fill='%23E31B23' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: auto 100%;
    background-color: unset;
    width: 110px;
    padding: 0 10px;
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
}

/*Banner*/
.banner_title {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 800;
    line-height: 55px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
}

.banner_desc {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
}

.container_iiner.p-0 {
    padding: 0;
}

.banner_on_page_bg {
    padding: 85px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_on_page_bg .container {
    width: 1630px;
}

.home-promotion .promotion-content {
    display: flex;
    flex-direction: column;
	gap: 25px;
}

.home-promotion {
    background: url('/assets/images/box_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    background-color: #000000;
    border-radius: 20px;
    max-width: 670px;
    margin-left: auto;
	padding: 30px 80px 60px;
}

.home-promotion .promotion-content .promotion-item.guarantee {
    padding-left: 50px;
    background-image: url("data:image/svg+xml,%3Csvg width='35.000000' height='35.000000' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs%3E%3CclipPath id='clip42_331'%3E%3Crect id='Currency-Dollar-Bubble--Streamline-Ultimate' width='35.000000' height='35.000000' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip42_331)'%3E%3Cpath id='path' d='M31.39 12.03C31.17 11.94 31.11 11.78 31.19 11.56C31.63 10.45 31.74 9.32 31.5 8.15C31.26 6.99 30.72 5.98 29.88 5.14C29.04 4.29 28.03 3.75 26.87 3.51C25.7 3.27 24.57 3.37 23.46 3.82C23.24 3.91 23.08 3.85 22.98 3.63C22.5 2.53 21.77 1.66 20.77 1.01C19.78 0.36 18.69 0.03 17.5 0.03C16.3 0.03 15.21 0.36 14.22 1.01C13.22 1.66 12.49 2.53 12.01 3.63C11.91 3.85 11.75 3.91 11.53 3.82C10.42 3.37 9.29 3.27 8.12 3.51C6.96 3.75 5.95 4.29 5.11 5.14C4.27 5.98 3.73 6.99 3.49 8.15C3.25 9.32 3.36 10.45 3.8 11.56C3.89 11.78 3.82 11.94 3.6 12.03C2.5 12.5 1.63 13.23 0.97 14.22C0.32 15.21 -0.01 16.31 -0.01 17.5C-0.01 18.68 0.32 19.78 0.97 20.77C1.63 21.76 2.5 22.5 3.6 22.96C3.82 23.05 3.89 23.21 3.8 23.43C3.36 24.54 3.25 25.67 3.49 26.84C3.73 28 4.27 29.01 5.11 29.85C5.95 30.7 6.96 31.24 8.12 31.48C9.29 31.72 10.42 31.62 11.53 31.17C11.75 31.08 11.91 31.14 12.01 31.36C12.49 32.46 13.22 33.33 14.22 33.98C15.21 34.63 16.3 34.96 17.5 34.96C18.69 34.96 19.78 34.63 20.77 33.98C21.77 33.33 22.5 32.46 22.98 31.36C23.08 31.14 23.24 31.08 23.46 31.17C24.57 31.62 25.7 31.72 26.87 31.48C28.03 31.24 29.04 30.7 29.88 29.85C30.72 29.01 31.26 28 31.5 26.84C31.74 25.67 31.63 24.54 31.19 23.43C31.11 23.21 31.17 23.05 31.39 22.96C32.49 22.5 33.36 21.76 34.02 20.77C34.67 19.78 35 18.68 35 17.5C35 16.31 34.67 15.21 34.02 14.22C33.36 13.23 32.49 12.5 31.39 12.03ZM19.45 26.25C19.24 26.27 19.14 26.39 19.13 26.6L19.13 27.7C19.13 28.68 18.64 29.16 17.67 29.16C16.7 29.16 16.21 28.68 16.21 27.7L16.21 26.68C16.21 26.44 16.09 26.32 15.85 26.32L14.33 26.32C13.36 26.32 12.87 25.83 12.87 24.86C12.87 23.89 13.36 23.4 14.33 23.4L18.87 23.4C19.29 23.4 19.65 23.25 19.95 22.95C20.26 22.66 20.41 22.29 20.41 21.87C20.45 21.14 20.13 20.65 19.43 20.41L14.83 18.57C13.82 18.25 13.04 17.65 12.48 16.76C11.91 15.87 11.7 14.9 11.83 13.86C11.96 12.82 12.41 11.94 13.18 11.22C13.95 10.5 14.86 10.11 15.91 10.04C16.11 10.01 16.22 9.89 16.23 9.68L16.23 8.75C16.23 7.77 16.71 7.29 17.68 7.29C18.66 7.29 19.14 7.77 19.14 8.75L19.14 9.71C19.14 9.95 19.26 10.07 19.51 10.07L21.04 10.07C22.01 10.07 22.5 10.56 22.5 11.53C22.5 12.5 22.01 12.99 21.04 12.99L16.49 12.99C16.06 12.99 15.7 13.14 15.4 13.44C15.1 13.73 14.95 14.1 14.94 14.52C14.9 15.25 15.23 15.74 15.92 15.98L20.51 17.83C21.45 18.2 22.17 18.81 22.68 19.67C23.19 20.53 23.38 21.46 23.26 22.45C23.13 23.45 22.71 24.3 22 25C21.29 25.71 20.44 26.12 19.45 26.25Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: top left;
    background-size: 35px 35px;
}

.home-promotion .promotion-content .promotion-item.warranty {
    padding-left: 50px;
    background-image: url("data:image/svg+xml,%3Csvg width='35.000000' height='35.000000' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs%3E%3CclipPath id='clip42_338'%3E%3Crect id='Award-Ribbon-Star-2--Streamline-Ultimate' width='35.000000' height='35.000000' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip42_338)'%3E%3Cpath id='path' d='M34.08 28.83L29.7 21.27C29.62 21.15 29.51 21.09 29.37 21.08C29.22 21.09 29.12 21.16 29.06 21.29C28.73 21.92 28.31 22.5 27.81 23.01C26.41 24.41 24.73 25.07 22.76 24.99C22.65 24.99 22.56 25.03 22.48 25.11C22.05 25.55 21.56 25.93 21.02 26.23C20.82 26.35 20.77 26.52 20.89 26.73L25.18 34.02C25.49 34.55 25.96 34.78 26.57 34.73C27.18 34.67 27.6 34.35 27.81 33.77L29.02 30.43L32.5 31.01C33.12 31.13 33.6 30.93 33.96 30.42C34.34 29.91 34.38 29.38 34.08 28.83Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='path' d='M12.51 25.11C12.43 25.03 12.34 24.99 12.23 25.01C10.26 25.07 8.58 24.4 7.18 23.01C6.68 22.5 6.26 21.92 5.93 21.29C5.87 21.16 5.77 21.09 5.62 21.08C5.48 21.09 5.37 21.15 5.29 21.27L0.91 28.83C0.62 29.35 0.64 29.86 0.98 30.35C1.31 30.85 1.78 31.06 2.37 30.98L5.86 30.4L7.07 33.74C7.28 34.32 7.69 34.64 8.3 34.7C8.91 34.75 9.38 34.52 9.69 33.99L13.98 26.7C14.08 26.53 14.06 26.38 13.92 26.25C13.4 25.93 12.93 25.55 12.51 25.11Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='path' d='M21.59 22.6C23.39 23.19 24.96 22.81 26.3 21.48C27.64 20.14 28.02 18.57 27.43 16.77C29.09 15.9 29.92 14.54 29.92 12.66C29.92 10.79 29.09 9.42 27.43 8.56C28.02 6.76 27.64 5.19 26.3 3.85C24.96 2.51 23.39 2.13 21.59 2.72C20.74 1.06 19.37 0.22 17.5 0.22C15.62 0.22 14.25 1.06 13.4 2.72C11.6 2.13 10.03 2.51 8.69 3.85C7.35 5.19 6.97 6.76 7.56 8.56C5.9 9.42 5.07 10.79 5.07 12.66C5.07 14.54 5.9 15.9 7.56 16.77C6.97 18.57 7.35 20.14 8.69 21.48C10.03 22.81 11.6 23.19 13.4 22.6C14.25 24.27 15.62 25.1 17.5 25.1C19.37 25.1 20.74 24.27 21.59 22.6ZM13.57 16.5L14.7 13.91C14.76 13.75 14.72 13.61 14.58 13.51L12.58 11.5C12.36 11.31 12.31 11.07 12.42 10.8C12.53 10.53 12.73 10.4 13.02 10.41L15.34 10.41C15.49 10.42 15.61 10.35 15.67 10.2L16.88 7.59C17.01 7.35 17.21 7.23 17.48 7.23C17.75 7.23 17.95 7.35 18.08 7.59L19.3 10.2C19.37 10.34 19.47 10.41 19.62 10.41L21.94 10.41C22.24 10.39 22.44 10.52 22.56 10.79C22.67 11.07 22.62 11.3 22.4 11.5L20.41 13.51C20.29 13.63 20.27 13.76 20.34 13.91L21.46 16.5C21.58 16.8 21.51 17.04 21.28 17.25C21.04 17.46 20.79 17.49 20.51 17.33L17.71 15.77C17.6 15.71 17.48 15.71 17.36 15.77L14.58 17.33C14.3 17.61 14 17.62 13.7 17.37C13.4 17.12 13.35 16.83 13.57 16.5Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: top left;
    background-size: 35px 35px;
}

.home-promotion .promotion-content .promotion-item.shipping {
    padding-left: 50px;
    background-image: url("data:image/svg+xml,%3Csvg width='35.000000' height='35.000000' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs%3E%3CclipPath id='clip42_346'%3E%3Crect id='Delivery-Truck-4--Streamline-Ultimate' width='35.000004' height='35.000000' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip42_346)'%3E%3Cpath id='path' d='M1.09 19.13L20.78 19.13C21.5 19.13 21.86 18.77 21.87 18.05L21.87 6.48C21.81 5.89 21.55 5.4 21.09 5.02C20.63 4.65 20.1 4.49 19.51 4.55L2.36 4.55C1.76 4.49 1.24 4.65 0.77 5.02C0.31 5.4 0.05 5.89 0 6.48L0 18.05C0 18.77 0.37 19.13 1.09 19.13ZM16.04 7.84L16.04 15.86C16.04 16.59 15.67 16.96 14.94 16.96C14.21 16.96 13.85 16.59 13.85 15.86L13.85 7.84C13.85 7.11 14.21 6.75 14.94 6.75C15.67 6.75 16.04 7.11 16.04 7.84ZM7.29 7.84L7.29 15.86C7.29 16.59 6.92 16.96 6.19 16.96C5.46 16.96 5.1 16.59 5.1 15.86L5.1 7.84C5.1 7.11 5.46 6.75 6.19 6.75C6.92 6.75 7.29 7.11 7.29 7.84Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='path' d='M35 15.86C35 14.25 34.43 12.88 33.29 11.74C32.15 10.6 30.77 10.03 29.16 10.03L24.79 10.03C23.81 10.03 23.33 10.51 23.33 11.49L23.33 20.24C23.32 20.47 23.2 20.59 22.96 20.59L1.09 20.59C0.36 20.6 0 20.97 0 21.7L0 26.07C0 26.79 0.37 27.15 1.09 27.15L2.55 27.15C2.65 27.16 2.74 27.12 2.81 27.05C2.89 26.98 2.92 26.89 2.91 26.78C2.91 25.37 3.41 24.17 4.41 23.18C5.4 22.18 6.61 21.68 8.02 21.68C9.43 21.68 10.63 22.18 11.63 23.18C12.62 24.17 13.12 25.37 13.12 26.78C13.11 26.89 13.14 26.98 13.22 27.05C13.29 27.12 13.38 27.16 13.48 27.15L18.62 27.15C18.72 27.16 18.81 27.12 18.88 27.05C18.96 26.98 18.99 26.89 18.98 26.78C18.98 25.37 19.48 24.17 20.48 23.18C21.47 22.18 22.68 21.68 24.09 21.68C25.5 21.68 26.7 22.18 27.7 23.18C28.69 24.17 29.19 25.37 29.19 26.78L29.19 27.11C29.17 27.21 29.2 27.3 29.28 27.38C29.35 27.47 29.44 27.51 29.56 27.51L32.08 27.51C32.88 27.51 33.57 27.23 34.14 26.66C34.71 26.09 35 25.4 35 24.6L35 15.86ZM32.08 15.86L32.08 16.93C32.08 17.02 32.04 17.1 31.98 17.17C31.9 17.25 31.82 17.29 31.71 17.29L28.07 17.29C27.82 17.29 27.7 17.17 27.7 16.93L27.7 13.29C27.71 13.06 27.83 12.94 28.07 12.95L29.16 12.95C29.97 12.95 30.65 13.23 31.22 13.8C31.79 14.37 32.08 15.06 32.08 15.86Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='path' d='M20.41 26.8C20.41 27.81 20.77 28.67 21.48 29.38C22.19 30.09 23.05 30.45 24.06 30.45C25.06 30.45 25.92 30.09 26.64 29.38C27.35 28.67 27.7 27.81 27.7 26.8C27.7 25.79 27.35 24.93 26.64 24.22C25.92 23.51 25.06 23.15 24.06 23.15C23.05 23.15 22.19 23.51 21.48 24.22C20.77 24.93 20.41 25.79 20.41 26.8Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='path' d='M4.37 26.8C4.37 27.81 4.73 28.67 5.44 29.38C6.15 30.09 7.01 30.45 8.02 30.45C9.02 30.45 9.88 30.09 10.59 29.38C11.31 28.67 11.66 27.81 11.66 26.8C11.66 25.79 11.31 24.93 10.59 24.22C9.88 23.51 9.02 23.15 8.02 23.15C7.01 23.15 6.15 23.51 5.44 24.22C4.73 24.93 4.37 25.79 4.37 26.8Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: top left;
    background-size: 35px 35px;
}

.home-promotion .promotion-content .promotion-item.pickup {
    padding-left: 50px;
    background-image: url("data:image/svg+xml,%3Csvg width='35.000000' height='35.000000' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs%3E%3CclipPath id='clip42_354'%3E%3Crect id='Shipment-Upload--Streamline-Ultimate' width='35.000000' height='35.000000' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip42_354)'%3E%3Cpath id='path' d='M19.32 33.45C19.32 33.82 19.49 33.93 19.83 33.78L33.41 27.62C34 27.35 34.28 26.89 34.27 26.25L34.27 10.04C34.27 9.67 34.1 9.56 33.76 9.71L19.54 16.17C19.39 16.23 19.32 16.34 19.32 16.5L19.32 33.45ZM26.46 19.42C26.8 19.06 27.14 19.06 27.48 19.42L29.67 21.61C29.91 21.83 29.96 22.1 29.83 22.4C29.71 22.7 29.49 22.85 29.16 22.85L28.43 22.85C28.19 22.85 28.07 22.97 28.07 23.21L28.07 25.76C28.07 26.49 27.7 26.86 26.97 26.86C26.24 26.86 25.88 26.49 25.88 25.76L25.88 23.21C25.88 22.97 25.76 22.85 25.52 22.85L24.79 22.85C24.46 22.85 24.24 22.7 24.12 22.4C23.99 22.1 24.04 21.83 24.28 21.61L26.46 19.42Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='path' d='M11.05 13.76C10.94 13.69 10.83 13.69 10.71 13.76C10.61 13.84 10.55 13.94 10.55 14.07L10.55 16.98C10.55 17.71 10.19 18.08 9.46 18.08C8.73 18.08 8.37 17.71 8.37 16.98L8.37 12.87C8.36 12.71 8.28 12.6 8.13 12.54L1.23 9.62C1.12 9.57 1 9.57 0.88 9.62C0.78 9.69 0.73 9.8 0.72 9.93L0.72 26.25C0.73 26.89 1.03 27.34 1.63 27.59L16.62 33.86C16.74 33.92 16.85 33.92 16.97 33.86C17.08 33.79 17.13 33.69 17.13 33.57L17.13 16.53C17.13 16.37 17.06 16.26 16.91 16.2L11.05 13.76Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='path' d='M23.18 4.11C23.3 4.03 23.35 3.91 23.33 3.77C23.33 3.62 23.25 3.51 23.11 3.45L18.08 1.23C17.69 1.06 17.3 1.06 16.91 1.23L2.91 7.29C2.77 7.36 2.69 7.48 2.69 7.64C2.67 7.81 2.74 7.93 2.91 7.99L9.02 10.54C9.12 10.58 9.23 10.58 9.33 10.54L23.18 4.11Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='path' d='M18.06 14.3C18.16 14.35 18.26 14.35 18.36 14.3L32.17 8.02C32.31 7.95 32.39 7.84 32.38 7.68C32.38 7.52 32.31 7.42 32.17 7.36L26.76 5C26.65 4.95 26.55 4.95 26.45 5L12.67 11.4C12.52 11.46 12.45 11.57 12.45 11.73C12.46 11.89 12.54 12 12.68 12.07L18.06 14.3Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: top left;
    background-size: 35px 35px;
}

.home-promotion .promotion-content .promotion-item .promo {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
	margin-bottom: 13px;
}

.home-promotion .promotion-content .promotion-item p {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: unset;
}

.home-promotion .promotion-content .promotion-item:before {
    content: '';
    width: 5px;
    height: 90%;
    position: absolute;
    left: -40px;
    background: #E31B23;
    border-radius: 2.5px;
}

.home-promotion .promotion-content .promotion-item {
    position: relative;
}

.promotion_header p {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 44px;
}

.promotion_header span {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 54px;
    font-weight: 800;
    line-height: 66px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
}

.promotion_header small {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
}

.home_reviews_title {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 37px;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
}

.home_reviews_text {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
}

.col-xs-12.home_reviews_middle {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
	margin: 60px 0;
}

.col-xs-12.home_reviews_middle:before {
    content: '';
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 1px;
    width: calc(100% - 30px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

span.home_reviews_middle_wrap {
    background: #f2f2f2;
    z-index: 1;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.home_reviews {
    background: rgba(0, 0, 0, 0.05);
    padding: 80px 0px 55px 0px;
}

.home_reviews_item {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 45px 25px;
	text-align: center;
}

.reviews_item_text {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    margin: 15px 0 30px;
}

.reviews_item_name {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
}

.reviews_item_place {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: 0px;
    text-align: center;
}

.home_reviews .container {
    width: 1482px;
}

.category-content-new {
    display: block;
    column-count: 3;
    gap: 20px;
}

.category-content-new .category-box-item {
    display: block;
    max-width: 100%;
    flex: unset;
}

.category-content-new .category-box-item[count="3"], .category-content-new .category-box-item[count="4"] {
    width: calc(50% - 10px);
    display: inline-table;
    margin-bottom: 20px;
}

.category-content-new .category-box-item[count="2"] {
	break-after: column;
	break-before: column;
}

.category-content-new .category-box-item[count="3"] {
    margin-right: 20px;
}

.category-content-new .category-box-item[count="0"] {
    margin-bottom: 20px;
}

.category-content-new:after {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
}

.category-content-new .category-box-item .text h3 {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
}

.category-content-new .category-box-item .text {
    left: 20px;
    bottom: 40px;
}

.category-content-new .category-box-item[count="1"] .text, .category-content-new .category-box-item[count="2"] .text, .category-content-new .category-box-item[count="5"] .text {
    bottom: 50px;
}

.category-content-new .category-box-item .text h3 svg {
    margin-left: 10px;
}

.featured-category {
    margin-bottom: 60px;
}

/*Header*/
.row.header_row {
    display: flex;
	margin: 0;
}

.wrapper-header {
    padding: 35px 0;
    background: #fff;
	border: none;
}

.header-left.wrapper-logo {
    margin: 0;
    max-width: 360px;
}

.wrapper-header .header-search .form-control {
    width: 100%;
    height: 65px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px !important;
    box-sizing: border-box;
    float: none;
	color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
	padding-left: 28px;
}

.wrapper-header .header-search .form-control:placeholder {
    opacity: 0.8;
}

.home-banner-finder .home-finder select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='13.008179' height='7.355530' viewBox='0 0 13.0082 7.35553' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs/%3E%3Cpath id='Vector 3' d='M1 1L6.5 6L12 1' stroke='%23000000' stroke-opacity='1.000000' stroke-width='2.000000' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-size: 14px 6px;
}


.header-search {
    height: auto;
    border: none;
}

.wrapper-top-search {
    float: none;
    width: auto;
	margin: 0 55px;
    flex-grow: 1;
}

.wrapper-header .header-search .btn {
    background: none;
    top: 0;
    right: 15px;
    bottom: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

.header-search span.input-group-btn {
    position: static;
}

.wrapper-nav-cart_ {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header_icon_link.cart_link {
    position: relative;
}

.header_icon_link_text {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
}

.header_icon_link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.above_header {
    background: #8b008b;
}

.wrapper-nav {
    background: #000;
}

.wrapper-nav .nav > li > a {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px;
}

.wrapper-nav .navbar-nav > li {
    display: inline-block;
    border: none;
}

.wrapper-nav .nav > li:first-child > a {
    padding-left: 0;
}

.wrapper-nav .navbar-nav {
    border: none;
}

#headerNavWrap {
    display: flex !important;
    justify-content: space-between;
}

.wrapper-nav .navbar-nav {
    width: auto;
}

#headerNavWrap:after, #headerNavWrap:before {
    display: none;
}

.nav-header-right > li:not(:last-child)>a:after {
    content: '';
    position: absolute;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    top: 50%;
    bottom: 0;
    right: 0;
    transform: translateY(-50%);
}

.nav-header-right > li:last-child>a {
    padding-right: 0;
}

ul#desktopNav ul.dropdown-menu {
    width: 100%;
}

ul#desktopNav li.dropdown.dropdown-hover {
    position: static;
}

ul#desktopNav ul.dropdown-menu ul.dropdown-menu.dropdown-menu-horizontal {
    left: 33.33%;
    width: 20%;
	top: 0;
    bottom: 0;
    padding-top: 103px;
	padding-bottom: 50px;
}

ul#desktopNav >li> ul.dropdown-menu {
    background: #000;
    border-top: 3px solid #fff;
	padding-bottom: 50px;
}

ul#desktopNav li.navTitle a {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    padding: 30px 70% 30px 40px !important;
}

ul#desktopNav ul li a {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    padding: 16px 40px !important;
    white-space: normal;
}
ul#desktopNav>li>ul>li {
    padding-right: 66.66%;
}

.wrapper-nav {
    z-index: 10000;
}

ul#desktopNav >li> ul.dropdown-menu:after {
    /*content: '';*/
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 47%;
    background-image: var(--bg-image-url);
    background-repeat: no-repeat;
    background-size: cover;
}

ul#desktopNav li.li_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 47%;
	padding: 0 !important;
}

ul#desktopNav li.li_img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

ul#desktopNav ul.dropdown-menu ul.dropdown-menu.dropdown-menu-horizontal {
    margin-top: 0;
}

.wrapper-nav .nav > li > a {
    background: none !important;
}

ul#desktopNav>li>ul li {
    border: none !important;
}

ul#desktopNav ul.dropdown-menu ul.dropdown-menu.dropdown-menu-horizontal {
  scrollbar-width: thin;
  scrollbar-color: #555 transparent;
  overflow: auto;
}

/* For Webkit browsers */
ul#desktopNav ul.dropdown-menu ul.dropdown-menu.dropdown-menu-horizontal::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

ul#desktopNav ul.dropdown-menu ul.dropdown-menu.dropdown-menu-horizontal::-webkit-scrollbar-track {
  background: transparent;
}

ul#desktopNav ul.dropdown-menu ul.dropdown-menu.dropdown-menu-horizontal::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 2px;
  border: none;
}

ul#desktopNav>li>ul>li:not(.dropdown.dropdown-hover):hover a {
    background: none !important;
}

ul#desktopNav>li>ul>li:not(.dropdown.dropdown-hover) {
    transition: .3s;
}

ul#desktopNav>li>ul>li:not(.dropdown.dropdown-hover):hover {
    background: #E31921 !important;
}

body:has(ul#desktopNav>li.dropdown.dropdown-hover:hover) ul#desktopNav:before {
    content: '';
    background: #000;
    opacity: 0.35;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    display: block;
}

ul#desktopNav:not(:has(>li>ul>li:hover))>li>ul>li:nth-child(2)>ul {
    display: block;
}

li.navTitle {
    pointer-events: none;
}

/*Footer*/
.footer-newsletter .title {
    background-image: url("data:image/svg+xml,%3Csvg width='100.000000' height='100.000000' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs%3E%3CclipPath id='clip42_470'%3E%3Crect id='Email-Action-Unread--Streamline-Ultimate' width='45.000004' height='45.000000' transform='translate(28.000000 27.000000)' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3CclipPath id='clip42_471'%3E%3Crect id='Frame 192' rx='50.000000' width='100.000000' height='100.000000' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Crect id='Frame 192' rx='50.000000' width='100.000000' height='100.000000' fill='%23FFFFFF' fill-opacity='1.000000'/%3E%3Cg clip-path='url(%23clip42_471)'%3E%3Cg clip-path='url(%23clip42_470)'%3E%3Cpath id='path' d='M72.79 37.93C72.66 37.84 72.54 37.84 72.41 37.93L54.13 56.21C53.13 57.21 51.92 57.71 50.5 57.71C49.07 57.7 47.85 57.2 46.84 56.21L28.58 38C28.45 37.92 28.33 37.92 28.2 38C28.09 38.05 28.02 38.13 28 38.24L28 60.74C28 61.78 28.36 62.66 29.09 63.4C29.83 64.13 30.71 64.49 31.75 64.49L69.25 64.49C70.28 64.49 71.16 64.13 71.9 63.4C72.63 62.66 73 61.78 73 60.74L73 38.24C73 38.09 72.93 37.99 72.79 37.93Z' fill='%23000000' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='path' d='M48.83 54.3C49.29 54.74 49.84 54.97 50.49 54.97C51.13 54.97 51.68 54.74 52.14 54.3L70.31 36.13C70.58 35.85 70.66 35.54 70.54 35.17C70.33 34.5 69.75 34.5 69.24 34.5L31.74 34.5C31.22 34.5 30.66 34.5 30.45 35.17C30.33 35.54 30.4 35.85 30.68 36.13L48.83 54.3Z' fill='%23000000' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: left center;
    background-size: contain;
    padding: 15px 0 15px 125px;
}

.footer-newsletter .title .heading {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.footer-newsletter .title p {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

.wrapper-newslet {
    background: rgb(227, 27, 35);
    margin: 0;
    padding: 40px 0;
}

.footer-newsletter {
    float: none;
	width: 100%;
    display: flex;
}

body .footer-newsletter .form input[placeholder="Enter your email..."] {
    color: rgba(0, 0, 0);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    height: 93px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

body .footer-newsletter .form input[placeholder="Enter your email..."]::placeholder {
    color: rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

.form.subscribe_footer_box {
    flex-grow: 1;
    position: relative;
}

button.btn.subscribe_submit_btn {
    position: absolute;
    right: 30px;
    top: 50%;
    background: none !important;
    transform: translateY(-50%);
}

.wrapper-newslet .container {
    width: 1660px;
}

.footer-payment ul {
    list-style: none;
    display: flex;
    gap: 5px;
	margin: 0;
    padding: 0;
}

.footer-payment ul img {
    height: 33px;
    object-fit: contain;
    width: auto;
    position: static;
    border-radius: 3px;
    box-sizing: border-box;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.footer-bottom .copy-left p, .footer-bottom .copy-left a {
    margin: 0;
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
}

.footer-bottom .copy-right div {
    float: none;
    margin: 0;
}

.wrapper-footer {
    padding: 50px 0 25px;
	background: #2A2A2A;
}

.footer-logo {
    text-align: center;
	margin-bottom: 40px;
}

.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.wrapper-footer .nav > li > a {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 16px;
}

.footer_heading {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    margin: 20px 0px;
}

.wrapper-footer .nav {
    margin-bottom: 60px;
}


.wrapper-footer {
    background-image: url("data:image/svg+xml,%3Csvg width='303.000000' height='300.000000' viewBox='0 0 303 300' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs%3E%3CclipPath id='clip42_814'%3E%3Crect id='Cog--Streamline-Ultimate' width='303.000000' height='300.000000' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg opacity='0.050000'%3E%3Cg clip-path='url(%23clip42_814)'%3E%3Cpath id='path' d='M284.06 118.75L260.57 118.75C258.19 110.75 254.99 103.08 250.98 95.75L267.52 79.25C271.28 75.61 273.13 71.2 273.07 66C273.11 60.8 271.26 56.38 267.52 52.75L249.72 35.12C246.04 31.43 241.57 29.58 236.34 29.58C231.1 29.58 226.64 31.43 222.95 35.12L206.29 51.62C198.91 47.56 191.16 44.35 183.06 42L183.06 18.75C183.06 13.57 181.21 9.15 177.51 5.49C173.81 1.83 169.35 0 164.12 0L138.87 0C133.64 0 129.18 1.83 125.48 5.49C121.78 9.15 119.93 13.57 119.93 18.75L119.93 42C111.83 44.35 104.09 47.56 96.7 51.62L80.04 35.12C76.36 31.43 71.89 29.58 66.66 29.58C61.42 29.58 56.95 31.43 53.27 35.12L35.47 52.75C31.73 56.38 29.88 60.8 29.92 66C29.83 71.21 31.68 75.62 35.47 79.25L52.01 95.75C48 103.08 44.8 110.75 42.42 118.75L18.93 118.75C13.7 118.75 9.24 120.58 5.54 124.24C1.84 127.9 0 132.32 0 137.5L0 162.5C0 167.67 1.84 172.09 5.54 175.75C9.24 179.41 13.7 181.25 18.93 181.25L42.42 181.25C44.78 189.25 47.97 196.92 52.01 204.25L35.47 220.75C31.78 224.41 29.93 228.82 29.93 234C29.93 239.17 31.78 243.59 35.47 247.25L53.27 264.87C57.01 268.43 61.47 270.2 66.66 270.2C71.84 270.2 76.3 268.43 80.04 264.87L96.7 248.5C104.1 252.49 111.84 255.66 119.93 258L119.93 281.25C119.93 286.42 121.78 290.84 125.48 294.5C129.18 298.16 133.64 300 138.87 300L164.12 300C169.35 300 173.81 298.16 177.51 294.5C181.21 290.84 183.06 286.42 183.06 281.25L183.06 258C191.15 255.66 198.89 252.49 206.29 248.5L222.95 264.87C226.64 268.56 231.1 270.41 236.34 270.41C241.57 270.41 246.04 268.56 249.72 264.87L267.52 247.25C271.21 243.59 273.06 239.17 273.06 234C273.06 228.82 271.21 224.41 267.52 220.75L250.98 204.25C255.02 196.92 258.21 189.25 260.57 181.25L284.06 181.25C289.29 181.25 293.75 179.41 297.45 175.75C301.15 172.09 303 167.67 303 162.5L303 137.5C303 132.32 301.15 127.9 297.45 124.24C293.75 120.58 289.29 118.75 284.06 118.75ZM151.5 212.5C143.12 212.5 135.07 210.91 127.34 207.74C119.6 204.57 112.78 200.05 106.86 194.19C100.94 188.33 96.38 181.57 93.18 173.91C89.97 166.26 88.37 158.28 88.37 150C88.37 141.71 89.97 133.73 93.18 126.08C96.38 118.42 100.94 111.66 106.86 105.8C112.78 99.94 119.6 95.42 127.34 92.25C135.07 89.08 143.12 87.5 151.5 87.5C159.87 87.5 167.92 89.08 175.65 92.25C183.39 95.42 190.21 99.94 196.13 105.8C202.05 111.66 206.61 118.42 209.82 126.08C213.02 133.73 214.62 141.71 214.62 150C214.62 158.28 213.02 166.26 209.82 173.91C206.61 181.57 202.05 188.33 196.13 194.19C190.21 200.05 183.39 204.57 175.65 207.74C167.92 210.91 159.87 212.5 151.5 212.5Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3Csvg width='303.000000' height='300.000000' viewBox='0 0 303 300' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs%3E%3CclipPath id='clip42_814'%3E%3Crect id='Cog--Streamline-Ultimate' width='303.000000' height='300.000000' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg opacity='0.050000'%3E%3Cg clip-path='url(%23clip42_814)'%3E%3Cpath id='path' d='M284.06 118.75L260.57 118.75C258.19 110.75 254.99 103.08 250.98 95.75L267.52 79.25C271.28 75.61 273.13 71.2 273.07 66C273.11 60.8 271.26 56.38 267.52 52.75L249.72 35.12C246.04 31.43 241.57 29.58 236.34 29.58C231.1 29.58 226.64 31.43 222.95 35.12L206.29 51.62C198.91 47.56 191.16 44.35 183.06 42L183.06 18.75C183.06 13.57 181.21 9.15 177.51 5.49C173.81 1.83 169.35 0 164.12 0L138.87 0C133.64 0 129.18 1.83 125.48 5.49C121.78 9.15 119.93 13.57 119.93 18.75L119.93 42C111.83 44.35 104.09 47.56 96.7 51.62L80.04 35.12C76.36 31.43 71.89 29.58 66.66 29.58C61.42 29.58 56.95 31.43 53.27 35.12L35.47 52.75C31.73 56.38 29.88 60.8 29.92 66C29.83 71.21 31.68 75.62 35.47 79.25L52.01 95.75C48 103.08 44.8 110.75 42.42 118.75L18.93 118.75C13.7 118.75 9.24 120.58 5.54 124.24C1.84 127.9 0 132.32 0 137.5L0 162.5C0 167.67 1.84 172.09 5.54 175.75C9.24 179.41 13.7 181.25 18.93 181.25L42.42 181.25C44.78 189.25 47.97 196.92 52.01 204.25L35.47 220.75C31.78 224.41 29.93 228.82 29.93 234C29.93 239.17 31.78 243.59 35.47 247.25L53.27 264.87C57.01 268.43 61.47 270.2 66.66 270.2C71.84 270.2 76.3 268.43 80.04 264.87L96.7 248.5C104.1 252.49 111.84 255.66 119.93 258L119.93 281.25C119.93 286.42 121.78 290.84 125.48 294.5C129.18 298.16 133.64 300 138.87 300L164.12 300C169.35 300 173.81 298.16 177.51 294.5C181.21 290.84 183.06 286.42 183.06 281.25L183.06 258C191.15 255.66 198.89 252.49 206.29 248.5L222.95 264.87C226.64 268.56 231.1 270.41 236.34 270.41C241.57 270.41 246.04 268.56 249.72 264.87L267.52 247.25C271.21 243.59 273.06 239.17 273.06 234C273.06 228.82 271.21 224.41 267.52 220.75L250.98 204.25C255.02 196.92 258.21 189.25 260.57 181.25L284.06 181.25C289.29 181.25 293.75 179.41 297.45 175.75C301.15 172.09 303 167.67 303 162.5L303 137.5C303 132.32 301.15 127.9 297.45 124.24C293.75 120.58 289.29 118.75 284.06 118.75ZM151.5 212.5C143.12 212.5 135.07 210.91 127.34 207.74C119.6 204.57 112.78 200.05 106.86 194.19C100.94 188.33 96.38 181.57 93.18 173.91C89.97 166.26 88.37 158.28 88.37 150C88.37 141.71 89.97 133.73 93.18 126.08C96.38 118.42 100.94 111.66 106.86 105.8C112.78 99.94 119.6 95.42 127.34 92.25C135.07 89.08 143.12 87.5 151.5 87.5C159.87 87.5 167.92 89.08 175.65 92.25C183.39 95.42 190.21 99.94 196.13 105.8C202.05 111.66 206.61 118.42 209.82 126.08C213.02 133.73 214.62 141.71 214.62 150C214.62 158.28 213.02 166.26 209.82 173.91C206.61 181.57 202.05 188.33 196.13 194.19C190.21 200.05 183.39 204.57 175.65 207.74C167.92 210.91 159.87 212.5 151.5 212.5Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: -2.5% 11%, 102.5% 109%;
    background-size: 220px, 300px;
}

/**/
@media (max-width: 1750px) {
.home-banner-finder .carousel-caption {
    width: 60%;
}
}

@media (max-width: 1500px) {
.home-banner-finder .carousel-caption {
    left: 20px;
    width: 100%;
}
}

@media (max-width: 1300px) {
ul.nav.navbar-nav.nav-header-right {
    display: none;
}
}

@media (max-width: 1400px) {
.header_icon_link_text {
    display: none;
}

.header-left.wrapper-logo .logo {
    margin: 0 !important;
}

.wrapper-top-search {
    margin: 0 25px;
    height: fit-content;
}
}

@media (max-width: 1200px) {
.wrapper-header .header-search .form-control {
    height: 45px;
	padding-left: 9px;
}

span.icon-mobile {
    display: none;
}

.wrapper-header {
    padding-bottom: 10px;
}

.wrapper-nav {
    display: block !important;
}

ul#desktopNav {
    display: block;
    margin: 0 auto;
}

.wrapper-nav .nav > li > a {
    font-size: 15px;
    padding: 0 10px !important;
    line-height: 50px;
}
}

@media (max-width: 1450px) {
.home-banner-finder .carousel-caption h1 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 10px;
}

.home-banner-finder .carousel-caption p {
    font-size: 22px;
    line-height: 28px;
}
}

@media (max-width: 1200px) {
.home-banner-finder .carousel-caption h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
}

.home-banner-finder .carousel-caption p {
    font-size: 18px;
    line-height: 28px;
}

.btn-white {
    line-height: 55px;
}
}


@media (max-width: 860px) {
    .home-banner-finder .carousel-caption h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 5px;
    }
	
	.home-banner-finder .carousel-caption p {
		margin-bottom: 10px;
	}
}

@media (max-width: 1200px) {
ul#desktopNav li.navTitle a {
    font-size: 18px;
    line-height: 20px;
    padding: 20px !important;
}

ul#desktopNav ul li a {
    font-size: 15px;
    padding: 10px 20px !important;
}

ul#desktopNav ul.dropdown-menu ul.dropdown-menu.dropdown-menu-horizontal {
    width: 33.33%;
    padding-top: 63px;
}
}

@media (max-width: 768px) {
.wrapper-top-search {
    order: 1;
    margin: 10px 0 5px;
	width: 100%;
}

.row.header_row {
    flex-wrap: wrap;
}

.mobile_menu_icon.visible-xs {
    margin-left: auto;
}

.header-left.wrapper-logo .logo {
    max-width: 151px;
}

.wrapper-header {
    padding: 16px 5px;
}

.wrapper-header .header-search .form-control {
    font-size: 12px;
}

.wrapper-header .header-search .btn svg {
    width: 20px;
    height: 20px;
}

.wrapper-header .header-search .btn {
    right: 0px;
}
	
.wrapper-nav {
    display: none !important;
}

.footer-logo img {
    max-width: 220px;
}

.footer_heading {
    text-align: center;
    font-size: 15px;
    margin: 10px;
    line-height: 20px;
}

.wrapper-footer .nav > li > a {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
	
.wrapper-footer .nav {
    margin-bottom: 20px;
}
	
.wrapper-footer {
    background-position: -8.5% 1%, 110.5% 90%;
    background-size: 133px, 162px;
	padding-top: 36px;
}
	
.footer-bottom .copy-left p, .footer-bottom .copy-left a {
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: -0.3px;
}

.footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
}

.footer-payment ul li img {
    width: 100%;
}

.footer-bottom .copy-right {
    width: 100%;
    border-bottom: 1px solid rgb(250 248 244 / 20%);
    padding-bottom: 17px;
    margin-bottom: 10px;
}

.footer-payment ul {
    justify-content: center;
}

.footer-top {
    border: none;
    padding: 0;
}
}

.carousel ol.carousel-indicators:not(:has([data-slide-to="1"])) {
    display: none;
}

@media (min-width: 992px) {
.products-row .wrapper-thumbnail {
    width: 20%;
}

.products-row .wrapper-thumbnail:nth-child(6) {
    display: none !important;
}	
}

@media (max-width: 768px) {
.home-banner-finder .carousel-caption h1 {
    font-size: 32px;
    text-align: center;
    line-height: 35px;
}

.home-banner-finder .carousel-caption {
    left: 0;
}

.home-banner-finder .carousel-caption p {
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 20px;
}
	
.home-banner-finder div#compat_list {
    flex-direction: column;
    gap: 12px;
}

.home-banner-finder .home-finder {
    padding: 0;
}

.home-banner-finder .fastfinder>.container {
    padding: 0 70px;
}

.home-banner-finder .home-finder select {
    height: 40px;
    font-size: 12px;
    margin: 0;
}

.home-banner-finder .fastfinder {
    background-image: url("data:image/svg+xml,%3Csvg width='37.000000' height='325.000000' viewBox='0 0 37 325' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Vector 4' d='M0 0L37 0L12 325L0 325L0 0Z' fill='%23000000' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3Csvg width='37.000000' height='325.000000' viewBox='0 0 37 325' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Vector 18' d='M37 0L0 0L25 325L37 325L37 0Z' fill='%23000000' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
    margin-top: 1px;
    padding: 10px 0 20px;
}

.home-banner-finder .home-finder button {
    height: 40px;
    font-size: 12px;
    width: 100%;
    margin: 0;
}

.home-banner-finder .fastfinder .home-finder .finder-title div {
    text-align: center;
    justify-content: center;
    font-size: 18px;
    margin: 0 0 10px;
}
	
body.n_home .heading {
    font-size: 27px;
    line-height: 55px;
    padding: 37px 0 10px;
}

.wrapper-thumbnail {
    border: none !important;
    float: none;
    padding: 0 9px !important;
}

.row.products-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 11px;
}

.wrapper-thumbnail .caption .price {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px !important;
}

.wrapper-thumbnail .caption .price .pd-rrpwrap {
		font-size: 12px;
		line-height: 15px;
}

.thumbnail .ruk-icon-percentage-star--0:before, .thumbnail .ruk-icon-percentage-star--100:before {
    width: 12px;
    height: 12px;
}

.wrapper-thumbnail .thumbnail .caption h3 {
    font-size: 12px;
    line-height: 15px;
	margin-bottom: 10px;
}

.thumbnail .review-item .ruk_rating_snippet {
    margin-bottom: 10px;
}

.wrapper-thumbnail .thumbnail .caption .btn {
    height: 40px;
    font-size: 12px;
    padding: 0;
    border-radius: 5px;
}

.wrapper-thumbnail .thumbnail .caption {
    padding: 15px 0;
}
	
.savings-container span.label.label-danger {
    width: 85px;
    font-size: 10px;
    background-size: contain;
}

.view_more_, a.view_more_products {
    font-size: 16px;
    line-height: 20px;
}
	
.home-banner-finder .carousel-caption p:has(.btn) {
    margin-bottom: 0;
}
}

.category-content-new-mob img {
    width: 100%;
    height: auto;
}

.category-content-new-mob .category-box-item {
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.category-content-new-mob .text {
    position: absolute;
    bottom: 0;
}

.category-content-new-mob .text h3 {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    margin: 20px 20px;
    gap: 12px;
}

.category-content-new-mob .text h3 svg {
    height: 17px;
}

@media (max-width: 768px) {
body.n_home .banner_on_page {
    display: none !important;
}
	
.featured-category:has(.category-content-new-mob) {
    margin-bottom: 0;
}
}

@media (min-width: 768px) {
.featured-category {
    padding-left: 25px;
    padding-right: 25px;
}
}

@media (max-width: 992px) {
.home_reviews_title {
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 20px;
}

.home_reviews_text {
    font-size: 14px;
    line-height: 20px;
}

span.home_reviews_middle_wrap {
    font-size: 12px;
    padding: 0 10px;
    gap: 5px;
}

span.home_reviews_middle_wrap svg {
    height: 12px;
    width: 80px;
}

.col-xs-12.home_reviews_middle {
    margin: 31px 0;
}
	
.home_reviews_item svg {
    width: 22px;
    height: 22px;
}

.reviews_item_text {
    font-size: 12px;
    line-height: 18px;
}

.reviews_item_name {
    font-size: 12px;
}

.reviews_item_place {
    font-size: 12px;
    line-height: 24px;
}

.col-xs-12.home_reviews_items>.row {margin: 0;}

.col-xs-12.home_reviews_items .col-xs-12.col-md-4 {
    padding: 5px;
}

.home_reviews_item {
    padding: 30px 10px;
}

.home_reviews_items .slick-track {
    display: flex !important;
}

.home_reviews_items .slick-slide {
    height: inherit !important;
}

.home_reviews_item {
    height: 100%;
}
}

@media (max-width: 768px) {
.home_reviews {
    padding: 40px 0 30px 0;
}

.brand-content .ul > div {
    width: calc(100% / 3);
    padding: 4.5px;
}

.home-brand {
    padding: 0 15.5px 40px;
}

.brand-content .ul {
    margin: 0;
}

body.n_home .home-brand .heading {
    margin: 0 !important;
}	
}

@media (max-width: 992px) {
body.n_home .home-blog-section .heading {
    padding: 37px 0 20px;
    line-height: 33px;
}

.home-blog-section {
    padding: 0 15px;
}

.blog_thumb .date_posted {
    font-size: 10px;
    opacity: 0.8;
}

.blog_thumb p.h4 {
    font-size: 14px;
    line-height: 16px;
}

a.view-all-blog-btn {
    font-size: 16px;
    margin: 30px 0 40px;
}
	
article.col-xs-12.col-sm-4.blog_thumb {
    padding: 0 5px;
}

.home-blog-section section.row.my-3 {
    margin: 0 !important;
}
}

.footer-logo img.logo {
    max-width: 374px;
}

@media (max-width: 768px) {
.footer-logo img.logo {
    max-width: 221px;
}
}

@media (max-width: 992px) {
.footer-newsletter .title {
    padding: 0 0 0 60px;
    background-size: 50px;
    margin: 0;
    background-position: 0 40px;
}

.footer-newsletter .title .heading {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 0;
}

.footer-newsletter .title p {
    font-size: 14px;
    line-height: 20px;
    margin-left: -60px;
    margin-bottom: 15px;
}

.footer-newsletter {
    flex-wrap: wrap;
}

.footer-newsletter .form .input-group .form-control {
    font-size: 12px;
    height: 72px;
}

.wrapper-newslet {
    padding: 35px 5px;
}

.footer-newsletter .form .input-group button svg {
    width: 20px;
}

.footer-newsletter .form .input-group button {
    right: 15px;
}	
}

/*Mobile menu*/
svg.close_ {
    width: 35px;
    height: 35px;
}

.mobile_menu_icon.active svg:not(.close_) {
    display: none;
}

.mobile_menu_icon:not(.active) svg.close_ {
    display: none;
}

.wrapper-mobile {
    top: unset !important;
    width: 100% !important;
    margin-top: -1px;
}

.wrapper-header:has(.mobile_menu_icon.active) {
    background: #000;
}
	
#mob-menu-1 li.mob_lvl_1>.collapse-menu.active {
    display: block;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
	padding: 0;
    background: #000;
}
	
.menu-mobile #mob-menu-1 li.mob_lvl_1 {
    position: static;
	background: none !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
	
#mob-menu-1 li.mob_lvl_1>span, #mob-menu-1 li.mob_lvl_1>a {
    color: rgb(255, 255, 255) !important;
    font-family: Montserrat;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    padding: 20px 30px !important;
    background: #000 !important;
}

.menu-mobile #mob-menu-1 li.mob_lvl_1 .mob-drop.collapsed::after {
    transform: rotate(-90deg);
    width: unset;
    font-size: 20px;
	color: #fff;
}

ul#mob-menu-1, #mob-menu-1 li {
    background: #000 !important;
}
	
li.back_btn span {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0;
    text-align: left;
    padding: 0px 20px !important;
    width: 100%;
    display: flex;
    align-items: center;
}

li.back_btn span:before {
    float: none;
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    transform: rotate(90deg);
    width: unset;
    font-size: 16px;
    color: #fff;
    vertical-align: text-bottom;
    display: inline-block;
    padding-top: 10px;
}
	
.menu-mobile #mob-menu-1 li.menu_lvl_title a {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    padding: 20px 20px 10px !important;
}

.menu-mobile #mob-menu-1 li.mob_lvl_2 > a, .menu-mobile #mob-menu-1 li.mob_lvl_2 > span {
    color: rgb(255, 255, 255) !important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    padding: 20px !important;
    text-transform: capitalize !important;
    display: block;
}
	
.menu-mobile #mob-menu-1 li.mob_lvl_2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	transition: 0.3s ease all;
}
	
.menu-mobile #mob-menu-1 li.mob_lvl_3 a, .menu-mobile #mob-menu-1 li.mob_lvl_3 span {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
    padding: 10px 0px 10px 25px;
    text-transform: capitalize !important;
}

.menu-mobile #mob-menu-1 li.mob_lvl_2.active {
    background: #1F1F1F !important;
	padding-bottom: 10px;
}

.menu-mobile #mob-menu-1 li.mob_lvl_2.active>span.collapsed.mob-drop {
    padding-bottom: 10px !important;
}
	
.menu-mobile #mob-menu-1 li.mob_lvl_3 {
    background: none !important;
}
	
.menu-mobile #mob-menu-1 li.mob_lvl_2.active .mob-drop.collapsed::after {
    transform: rotate(0deg);
}
	
.menu-mobile #mob-menu-1 li.mob_lvl_1.on_sale>span, .menu-mobile #mob-menu-1 li.mob_lvl_1.on_sale>a {
    color: #E31B23 !important;
}
	
.menu-mobile #mob-menu-1 li.mob_lvl_1.white_li>a, .menu-mobile #mob-menu-1 li.mob_lvl_1.white_li>span {
    background: #fff !important;
}

.menu-mobile #mob-menu-1 li.mob_lvl_1.white_li {
    border-bottom: 1px solid #ddd;
}
	
#mob-menu-1  li.mob_lvl_1.empty_li span {
    padding: 16.5px !important;
}
	
#mob-menu-1 img.mob_menu_img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    display: none;
}

.menu-mobile #mob-menu-1 li.mob_lvl_1:has(li.mob_lvl_2.active) img.mob_menu_img {
    display: block;
}
	
.wrapper-mobile.active:before {
    content: '';
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}

.above_header, .wrapper-header {
    z-index: 1000000;
    position: relative;
}

@media (min-width: 769px) and (max-width: 992px) {
.home-banner-finder .home-finder select {
    height: 40px;
    font-size: 10px;
}

.home-banner-finder .home-finder button {
    height: 40px;
    font-size: 15px;
    line-height: 25px;
    width: auto;
    padding: 0 10px;
}

.home-banner-finder div#compat_list {
    gap: 10px;
}
}

@media (min-width: 769px) {
.home-banner-finder div#compat_list > span {
    margin-left: 20px;
    right: 50px;
}
	
.wrapper-on-sale a.view_more_products {
    padding-bottom: 70px;
}
}

.home-banner-finder div#compat_list:has(> span) button {
    color: #000 !important;
}

.home-promotion .promotion-content .promotion-item {
    padding-top: 5px;
}

@media (min-width: 769px) and (max-width: 1399px) {
.n_home .wrapper-thumbnail .thumbnail .caption h3 {
    height: 5em;
}
	
.wrapper-thumbnail .thumbnail .caption .btn[title="Buying Options"]:after {
    content: 'See options';
    font-size: 17px;
}

.wrapper-thumbnail .thumbnail .caption .btn[title="Buying Options"] {
    font-size: 0;
}
	
.category-content-new .category-box-item .text {
    padding: 0;
    left: 20px;
}
}
	
@media (min-width: 769px) and (max-width: 1199px) {
.category-content-new .category-box-item .text h3 {
    font-size: 20px;
}

.category-content-new .category-box-item .text h3 svg {
    width: 8px;
    vertical-align: -3px;
    margin-left: 5px;
}
}

@media (min-width: 769px) and (max-width: 1299px) {
.footer-newsletter .title {
    padding: 0px 0 10px 85px;
    background-size: 75px;
    background-position: inherit;
    margin: 0;
    width: 100%;
}

.footer-newsletter {
    flex-wrap: wrap;
}

.form.subscribe_footer_box {
    width: 100%;
    margin: 20px 0 0;
}

.footer-newsletter .input-group {
    width: 100%;
}
}

@media (max-width: 411px) {
.home-banner-finder .carousel-caption h1 {
    font-size: 30px;
}
}

/*Category*/
.category_main_banner {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 331px;
	display: flex;
    justify-content: center;
}

.category_main_banner_content h1.category-title {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 60px;
    font-weight: 700;
    line-height: 73px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
}

.category_main_banner_content .wrapper-categdesc * {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 auto;
    max-width: 900px;
}

.category_main_banner_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.n_category .fastfinder .container {
    width: 1920px;
    padding: 0 40px;
}

.breadcrumb_wrap {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 34px;
}

.breadcrumb_wrap .breadcrumb {
	max-width: 1920px;
    padding: 20px 40px;
	margin: 0 auto;
}

.breadcrumb_wrap .breadcrumb > li > a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    color: rgb(0, 0, 0);
}

.breadcrumb_wrap .breadcrumb > li:last-child > a {
    color: rgb(227, 27, 35);
}

.breadcrumb > li + li:before {
    font-family: Montserrat;
    font-size: 16px;
    content: '/';
    color: rgb(0, 0, 0);
    padding-right: 2px;
}

.wrapper-sortcontainer {
    background: none !important;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 30px;
	float: none;
	margin-bottom: 23px;
}

.wrapper-sortcontainer .sort label {
    padding: 0;
    color: rgba(0, 0, 0, 0.4);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
}

.wrapper-sortcontainer .sort form.form-horizontal {
    border: 1px solid #AFAFAF;
    border-radius: 5px;
    padding: 5px 16px;
}

.wrapper-sortcontainer .sort select {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    border: none !important;
    background-image: url("data:image/svg+xml,%3Csvg width='13.008118' height='7.355469' viewBox='0 0 13.0081 7.35547' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Vector 3' d='M1 1L6.5 6L12 1' stroke='%23AFAFAF' stroke-opacity='1.000000' stroke-width='2.000000' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: 96% 50%;
    background-size: 13px;
	cursor: pointer;
}

.wrapper-sortdrop {
    margin: 0;
}

.category-product-count {
    color: rgba(51, 51, 51, 0.8);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
}

@media (min-width: 1350px) {
.wrapper-left-content .wrapper-thumbnail {
    width: 25%;
}
}

.wrapper-left-content .row {
    display: flex;
    flex-wrap: wrap;
}

.wrapper-left-content .row:before, .wrapper-left-content .row:after {
    display: none;
}

div#right-sidebar {
    float: none;
    position: static;
    padding: 0 40px 0 0;
}

.wrapper-left-content {
    float: none;
    position: static;
	padding: 0;
}

.category_wrap {
    display: flex;
    flex-wrap: wrap;
}

.category_content_wrap {
    max-width: 1920px;
    padding: 0 40px;
    margin: 0 auto;
}

div#right-sidebar li.list-group-item {
    background: none;
    padding: 0;
    border: none;
    padding-bottom: 20px !important;
    margin: 0 !important;
    cursor: pointer;
	display: flex;
    align-items: center;
}

div#right-sidebar li.list-group-item .h4 {
    background: none;
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

div#right-sidebar a.list-group-item {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
}

div#right-sidebar .panel .list-group li.filter {
    background: none;
    border: none;
    padding: 0;
    margin: 0 0 20px !important;
}

div#right-sidebar li.list-group-item:not(:first-child) {
    border-top: 1px solid #0000004d;
    padding-top: 20px !important;
}

.filters_section_box {
    border: 1px solid #CCCCCC;
    padding: 30px;
}

.filters_section_box:first-child {
    padding-bottom: 10px;
    margin-bottom: 17px;
}

div#right-sidebar li.list-group-item:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='13.008179' height='7.355469' viewBox='0 0 13.0082 7.35547' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs/%3E%3Cpath id='Vector 3' d='M1 1L6.5 6L12 1' stroke='%23000000' stroke-opacity='1.000000' stroke-width='2.000000' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    width: 14px;
    height: 8px;
    display: inline-block;
    margin-left: auto;
	transition: 0.3s ease all;
}

div#right-sidebar li.list-group-item.active:after {
    transform: rotate(-180deg);
}

.list-group li.filter a.list-group-item:hover, .list-group li.filter-remove a.list-group-item {
    background-image: url("data:image/svg+xml,%3Csvg width='20.000000' height='20.000000' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3CclipPath id='clip157_285'%3E%3Crect id='done_24dp_1F1F1F' width='16.000000' height='16.000000' transform='translate(2.000000 2.000000)' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3CclipPath id='clip157_286'%3E%3Crect id='Frame 619' width='20.000000' height='20.000000' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Crect id='Frame 619' width='20.000000' height='20.000000' fill='%23E31B23' fill-opacity='1.000000'/%3E%3Cg clip-path='url(%23clip157_286)'%3E%3Cg clip-path='url(%23clip157_285)'%3E%3Cpath id='path' d='M2 2L18 2L18 18L2 18L2 2Z' fill='%23000000' fill-opacity='0' fill-rule='nonzero'/%3E%3Cpath id='path' d='M7.99 12.79L5.19 10L4.26 10.93L7.99 14.66L15.99 6.66L15.06 5.73L7.99 12.79Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
}

div#right-sidebar a.list-group-item {
    padding-left: 40px;
}

div#right-sidebar li.list-group-item.price_filter_ {
    border: none;
    padding-top: 0 !important;
    pointer-events: none;
}

div#right-sidebar li.list-group-item.price_filter_:after {
    display: none;
}

.list-group .list-price #price-range .ui-slider-range {
    background: #E31B23;
}

.list-group .list-price #price-range .ui-slider-handle {
    background: #E31B23;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    top: -6.5px;
}

.list-group .list-price #price-range:after {
    content: '';
    height: 6px;
    background: #000;
    width: 104%;
    display: block;
    border-radius: 5px;
}

.list-group .list-price #price-range .ui-slider-handle:after {
    content: '';
    background: #fff;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.list-group .list-price {
    background: none;
    border: none;
    padding: 0;
}

.list-group .list-price .price_range {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 0 auto 10px;
}

.list-group .list-price #pricesearch input {
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
}

form#pricesearch {
    text-align: center;
    width: 100%;
    margin: 0 !important;
}

.category_banner_bottom .left {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    width: 40%;
}

.category_banner_bottom .caption {
    display: flex;
	max-width: 1540px;
    margin: 0 auto;
    padding: 100px 40px;
}

.category_banner_bottom .right {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: left;
    width: 60%;
    padding-left: 10%;
}

.category_banner_bottom .right * {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
}

.category_banner_bottom {
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
    margin-top: 90px;
}

.wrapper-pagination.text-center {
    background: none;
    margin-top: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.wrapper-pagination .pagination > li > a, .wrapper-pagination .pagination > li > span {
    background: #000;
    color: #fff;
    padding: 8px 11px;
    font-size: 14px;
	min-width: 30px;
}

.category_faq_title {
    margin: 100px 0 40px;
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
}

.category_faq_bottom {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
}
	
.category_faq_bottom p {
    letter-spacing: 0;
}
	
.category_faq_bottom .faq-page {
	padding: 0 50px;
}
	
.category_faq_bottom .faq_wrap {
	margin-top: 30px;
}
	
.category_faq_bottom .faq_left button {
    display: block;
    border: none;
    width: 200px;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
}
	
.category_faq_bottom .faq_section {
    margin-bottom: 100px;
	border: 1px solid #000;
}
	
.category_faq_bottom .faq_question {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 27px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: left;
    padding: 30px 24px;
	cursor: pointer;
}

.category_faq_bottom .faq_answer p {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: left;
}

.category_faq_bottom .faq {
	margin-bottom: 20px;
    overflow: hidden;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
	
.category_faq_bottom .faq:last-child {
    margin: 0;
    border-bottom: 0;
}

.category_faq_bottom .faq_answer {
    padding: 20px;
}

.category_faq_bottom .faq_section_title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
    font-style: italic;
}
	
.category_faq_bottom .faq_question:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    float: right;
    line-height: 24px;
}
	
.category_faq_bottom .faq_question.opened:after {
    content: "\f106";
}

.category_main_banner.no_cat_banner.has_banner_desc {
    min-height: 331px;
}

.category_main_banner.no_cat_banner.has_banner_desc h1.category-title {
    margin-top: 0;
}

@media (max-width: 767px) {
.category_faq_bottom .faq-page {
    padding: 0 10px;
}

.category_faq_bottom .faq_left button {
    width: auto;
    display: inline-block;
    font-size: 12px;
    flex-grow: 1;
}

.category_faq_bottom .faq_left {
    display: flex;
    column-gap: 5px;
    margin-bottom: 30px;
}

.category_faq_bottom .faq_question {
    font-size: 16px;
	line-height: 24px;
	padding: 17.5px 10px;
}
}

@media (max-width: 767px) { 
.category_main_banner_content h1.category-title {
	font-size: 32px;
	margin-bottom: 0;
	line-height: 50px;
}
	
.category_main_banner {
    min-height: 220px;
    padding: 20px 0;
}

.category_main_banner_content .wrapper-categdesc * {
    font-size: 14px;
	line-height: 18px;
}

.category_main_banner {
    background-position: center;
}

.wrapper-categdesc {
    max-width: 323px;
	margin: 0 auto;
}

.breadcrumb_wrap .breadcrumb {
    padding: 12px 20px;
}

.breadcrumb_wrap .breadcrumb > li > a {
    font-size: 12px;
}

.breadcrumb > li + li:before {
    font-size: 12px;
}
	
.category_content_wrap {
    padding: 0 20px;
}

.breadcrumb_wrap {
    margin-bottom: 20px;
}
	
div#right-sidebar {
    padding: 0;
}

div#right-sidebar li.list-group-item .h4 {
    font-size: 14px;
}
	
div#right-sidebar a.list-group-item {
    font-size: 16px;
}

.filters_section_box {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

div#right-sidebar li.list-group-item {
    padding-bottom: 12px !important;
}

div#right-sidebar li.list-group-item:not(:first-child) {
    padding-top: 12px !important;
}
	
div#right-sidebar .panel .list-group li.filter {
    margin-bottom: 15px !important;
}

.filters_section_box:first-child {
    padding-bottom: 0 !important;
}	

div#right-sidebar li.list-group-item.active {
    margin-right: 15px !important;
}
	
#right-sidebar ul#filters.list-group {
    margin-bottom: 20px;
}
	
.category-product-count {
    font-size: 12px;
}

.wrapper-sortcontainer {
    padding: 14px 10px;
}

.wrapper-sortcontainer .sort label {
    font-size: 12px;
}

.wrapper-sortcontainer .sort select {
    font-size: 12px;
    min-width: 107px;
    background-size: 9px;
}

.wrapper-sortcontainer .sort form.form-horizontal {
    padding: 3px 10px;
}
	
.wrapper-left-content .row {
    margin: 0 -9px;
}

.wrapper-left-content  .wrapper-thumbnail {
    margin-bottom: 0;
}

.wrapper-left-content .thumbnail {
    margin-bottom: 20px;
    padding-bottom: 17px;
}

.wrapper-thumbnail .thumbnail .caption {
    padding-bottom: 0;
	padding-left: 7.5px;
	padding-right: 7.5px;
	padding-top: 0;
	margin-top: 0px;
}

.wrapper-left-content .thumbnail .form-inline {
    margin: 0 -2.5px;
}

.wrapper-pagination.text-center {
    padding-top: 0;
    margin-top: 30px;
}

.category_banner_bottom {
    margin-top: 75px;
}
	
.category_banner_bottom .caption {
    flex-wrap: wrap;
    padding: 65px 25px;
}

.category_banner_bottom .left {
    width: 100%;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.category_banner_bottom .right {
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding: 0;
}

.category_banner_bottom {
    background-position: center;
}
	
.category_faq_title {
    font-size: 21px;
    margin: 50px auto 20px;
}

.category_faq_bottom {
    padding: 0 20px;
}

.category_faq_bottom .faq_answer p {
    font-size: 12px;
}
	
.category_faq_bottom .faq_section {
    margin-bottom: 50px;
}
	
.wrapper-pagination .pagination > li > a .fa {
    font-size: 10px;
}
}

.wrapper-pagination .pagination > li.active > a, .wrapper-pagination .pagination > li.active > span {
    background: #E31B23;
}


div#partsFinderModal {
    /*bottom: unset;
    top: 50%;
    transform: translateY(-50%);*/
	bottom: unset;
    top: 173px;
}

div#partsFinderModal .modal-body.home-finder {
    padding: 20px;
}

div#partsFinderModal .modal-header {
    padding: 40px 20px 0;
    text-align: center;
	border: none
}

div#partsFinderModal .modal-header .modal-title.h4 {
    color: #fff;
    text-transform: uppercase;
}
	
div#partsFinderModal {
    background-image: url("data:image/svg+xml,%3Csvg width='37.000000' height='325.000000' viewBox='0 0 37 325' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Vector 4' d='M0 0L37 0L12 325L0 325L0 0Z' fill='%23000000' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3Csvg width='37.000000' height='325.000000' viewBox='0 0 37 325' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Vector 18' d='M37 0L0 0L25 325L37 325L37 0Z' fill='%23000000' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
    margin-top: 1px;
    padding: 0 50px 20px;
    background-color: #E31B23;
    background-repeat: no-repeat no-repeat;
    background-size: auto 100%;
    background-position: left, right;
}

span.triggerPartsFinderModal {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    border-radius: 5px 0 0 5px;
    padding: 13px;
    color: #fff;
    display: none;
    align-items: center;
    gap: 10px;
}

@media(max-width: 768px) {
.wrapper-header .header-search .form-control {
    padding-left: 135px;
}
	
span.triggerPartsFinderModal {
	display: flex;
	gap: 3px;
	padding: 10px;
	font-family: Montserrat;
	font-size: 10px;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: 0px;
	text-align: center;
	height: 45px;
}
}

@media (max-width: 768px) {
    .footer-newsletter .title {
        background-position: 0 4px;
    }
	
	.wrapper-thumbnail .thumbnail .caption a.btn {
		line-height: 40px;
	}
	
	.panel.panel-default:has(>.toggle_filters_title) {
		margin: 0;
		padding: 0;
	}
	
	.filter-title.toggle_filters_title {
		display: block;
		padding: 0;
		background: none;
	}
}

.wrapper-header:has(.mobile_menu_icon.active) span.triggerPartsFinderModal {
    filter: invert(1);
    border: 0.5px solid;
}

.list-group .list-price #pricesearch input {
    color: rgb(250, 248, 244);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
    background: rgb(0, 0, 0);
}

.ais-Hits-item .was-price {
    opacity:0.3;
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.ais-Hits-item.wrapper-thumbnail .thumbnail .caption .price {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

body.n_home .footer-newsletter .heading {
    padding: 0;
}

.filter-title.toggle_filters_title.active .heading {
    font-size: 0;
}

.filter-title.toggle_filters_title.active .heading:after {
    content: 'Hide Filters';
    font-size: 18px;
}

.category_main_banner.no_cat_banner {
    min-height: auto;
    background-color: #000000;
	border-top: 2px solid;
}

@media (min-width: 769px) {
.category_main_banner.no_cat_banner h1.category-title {
    margin-top: 30px;
}
}



@media (max-width: 768px) {
.wrapper-pagination .pagination > li > a, .wrapper-pagination .pagination > li > span {
    padding: 0;
    line-height: 28px;
}
	
.wrapper-nav-cart_ > .header_icon_link:not(.cart_link) {
    display: none;
}
	
.mobile_menu_icon.visible-xs {
    margin-left: 0;
    order: -1;
}

.header-left.wrapper-logo {
    flex-grow: 1;
}

.wrapper-top-search {
    margin-top: 5px;
}
	
.wrapper-header:has(.mobile_menu_icon.active) a#cartcontentsheader svg {
    filter: invert(1);
}
	
}

a#cartcontentsheader span.item-count {
    font-family: Montserrat;
    background: #e31b23;
    color: #fff;
    font-size: 11px;
    border-radius: 15px;
    width: 16px;
    height: 16px;
    line-height: 17px;
    position: absolute;
    top: -7px;
    left: 12px;
    text-align: center;
}

body.n_home {
    overflow-x: hidden;
}

