body {
  font-optical-sizing: auto;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden
}
.container-xxl {
	width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1400px){
	.container-xxl {
	  max-width: 1340px;
	}
}
a,
.btn {
	-o-transition: color .3s, background .3s, border-color .3s;
	-ms-transition: color .3s, background .3s, border-color .3s;
	-moz-transition: color .3s, background .3s, border-color .3s;
	-webkit-transition: color .3s, background .3s, border-color .3s;
	  transition: color .3s, background .3s, border-color .3s;
}
.page-header {
  text-transform: none;
}
.breadcrumb {
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
}
.text-muted {
  color: #888 !important;
}
.in-stock {
  color: #888;
}
.topbar{
	background-color: #1F2A30;
  position: static;
}
.topbar .dropdown-menu {
  z-index: 1051;
}
.wrapper-header .navbar{
	background-color: #1F2A30;
	border-color: #424242;
}
.navbar-nav .nav-item{
	display:none;
}
.navbar-nav .nav-item.dropdown{
	display:block;
}
.wrapper-footer{
	background-color: #1F2A30;
}
/*Header Announcement*/
.header-top-announcement {
	padding: 13px 0 12px;
	background-color: #333;
	border-bottom: 1px solid #424242;
}
.header-top-announcement p {
	margin-bottom: 0;
	line-height: 15px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.header-top-announcement p a {
	color: #fff;
}
.header-top-announcement .ann-text i {
	margin-right: 5px;
	color: #e41736;
}
.header-top-announcement p .btn-link {
	margin-left: 10px;
	font-weight: 700;
	color: #e41736;
}
.header-top-announcement p .btn-link i {
	margin-left: 4px;
}
@media (max-width: 767.98px) {
	.header-top-announcement {
		padding: 0;
	}
	.announcement-col {
		height: 40px;
	}
	.header-top-announcement p {
		line-height: 14px;
		font-size: 12px;
	}
}
/*Header Social and Top Links*/
.header-top-links {
	background-color: #1F2A30;
	border-bottom: 1px solid #424242;
}
.top-social,
.top-links {
	width: auto;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-social > li,
.top-links > li {
	float: left;
}
.top-social > li > a {
	padding: 10px 12px 9px;
	color: #fff;
	font-size: 14px;
	display: block;
}
.top-social > li:first-child > a {
	padding-left: 0;
}
.top-social > li > a:hover,
.top-social > li > a:focus {
	color: #e41736;
}
.top-links {
	float: right;
}
.top-links > li > a {
	padding: 13px 0 12px;
	display: block;
	line-height: 15px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}
.top-links > li > a span {
	position: relative;
	padding-right: 19px;
	padding-left: 15px;
	display: block;
}
.top-links > li > a span:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '\f111';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 4px;
	color: #666;
}
.top-links > li:last-child > a span {
	padding-right: 0;
}
.top-links > li:last-child > a span:after {
	display: none;
}
.top-links > li > a:hover,
.top-links > li > a:focus {
	color: #e41736;
	text-decoration: none;
}
@media (max-width: 991.98px) {
	.top-links > li > a {
		font-size: 11px;
	}
	.top-links > li > a span {
		padding-right: 14px;
		padding-left: 10px;
	}
}
/*Main Header*/
.nsearchinput-pl.well {
	margin-top: 44px !important;
}
.nsearchinput-pl.well ul {
	margin: 0;
}
#header-cart span[rel=a2c_item_count],
.topbar-cart span[rel=a2c_item_count],
.wrapper-mob-cart > ul > li > a span[rel=a2c_item_count] {
	position: absolute;
	background-color: #e41736;
	color: #fff;
	width: 22px;
  height: 22px;
  border: none;
  line-height: 22px;
  top: 1px;
  left: 26px;
	display: block;
	border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.wrapper-mob-cart > ul > li > a span[rel=a2c_item_count] {
	left: auto;
	right: 8px;
	top: 8px;
}
.topbar-cart > a > i {
	margin-right: 14px;
}
.shop-toggle,
.search-toggle {
  padding: 17px 20px 18px;
	display: block;
	float: left;
	font-size: 22px;
}
.wrapper-mob-cart > ul {
	width: auto;
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}
.wrapper-mob-cart > ul > li {
	float: left;
}
.wrapper-mob-cart > ul > li > a {
	position: relative;
	padding: 17px 20px 18px;
	display: block;
	font-size: 22px;
	color: #fff;
}
@media (max-width: 991.98px) {
	.topbar {
		padding: 0;
	}
	.topbar > .container-xxl {
		padding: 0;
	}
	.topbar > .container-xxl > .row {
		margin: 0;
		justify-content: space-between!important;
	}
	.wrapper-mob-menu,
	.wrapper-mob-cart {
		padding: 0;
	}
	.topbar-logo img {
		height: 40px;
	}
	.nsearchinput-pl.well {
	 width: calc(100% - 40px);
	}
}
@media (max-width: 440.98px) {
	.shop-toggle,
	.search-toggle {
	  padding: 17px 8px 18px;
		font-size: 18px;
	}
	.wrapper-mob-cart > ul > li > a {
		padding: 17px 8px 18px;
		font-size: 18px;
	}
	.shop-toggle {
		padding-left: 15px !important;
	}
	#header-cart-mob > a {
		padding-right: 15px;
	}
	.wrapper-mob-cart > ul > li > a span[rel=a2c_item_count] {
		right: 3px;
	}
}
/*Nav*/
.header-nav {
	background: #1F2A30;
	border-top: 1px solid #424242;
}
.categ-nav {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.categ-nav > li {
	display: inline-block;
}
.categ-nav > li > a {
	display: block;
	padding: 15px 25px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	color: #fff;
	text-transform: uppercase;
}
.categ-nav > li > a:after {
  display: none;
}
.categ-nav > li:hover > a,
.categ-nav > li:focus > a {
	color: #fff;
}
@media (max-width: 1350.98px) {
	.categ-nav > li > a {
		padding: 15px 18px;
		font-size: 13px;
	}
}
@media (max-width: 1199.98px) {
	.categ-nav > li > a {
		padding: 15px 8px;
		font-size: 12px;
	}
}
.categ-nav .menu-products {
	position: static;
}
.categ-nav .menu-products .dropdown-menu {
	width: 100%;
	max-height: 900px;
	overflow: auto;
	padding: 25px 15px;
	margin: 0;
  top: auto !important;
  transform: none !important;
	border-radius: 0;
	border: 1px solid #e41736;
	border-top: none;
	border-bottom-width: 3px;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  z-index: 1053;
}
.wrap-sub-categ-head {
	padding: 0 10px 15px;
	border-bottom: 1px solid #ddd;
}
.wrap-sub-categ-head h4 {
	margin-bottom: 0;
	font-size: 20px;
}
.wrap-sub-categ-head h4 a {
	color: #333;
}
.wrap-sub-categ-head h4 span {
	display: inline-block;
	vertical-align: middle;
}
.wrap-sub-categ-head h4 .sub-categ-shop {
	margin-left: 10px;
	font-size: 13px;
	color: #e41736;
}
.wrap-sub-categ {
	padding: 15px 0 0;
}
.wrap-sub-categ.accordion {
	border: none !important;
}
.categ-nav .column {
	width: 33.33%;
  padding: 0 15px;
  margin: 0;
  list-style: none;
  float: left;
}
.categ-nav .column a {
	padding: 8px 10px;
	display: block;
	font-size: 13px;
	line-height: 15px;
	color: #333;
}
.categ-nav .column .lv2-li {
	margin-bottom: 8px;
}
.categ-nav .column .lv2-li > a {
	position: relative;
	padding: 8px 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	background: #f0f0f0;
	text-transform: uppercase;
}
.categ-nav .column .lv2-li > a.menu-prod-drop {
	padding-right: 22px;
	color: #333;
}
.categ-nav .column .lv2-li > a.menu-prod-drop.collapsed {
	color: #333;
}
.categ-nav .column .lv2-li > a.menu-prod-drop:after {
	position: absolute;
	right: 10px;
	top: 9px;
	content: '\f068';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	line-height: 14px;
	color: #e41736;
}
.categ-nav .column .lv2-li > a.menu-prod-drop.collapsed:after {
	content: '\f067';
	color: #333;
}
.categ-nav .column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.categ-nav .column a:hover,
.categ-nav .column a:focus {
	color: #e41736;
	text-decoration: none;
}
@media (max-width: 1199.98px) {
	.wrap-sub-categ {
		padding: 15px 8px 0;
	}
	.categ-nav .column {
	  padding: 0 7px;
	}
	.categ-nav .column .lv2-li > a {
		font-size: 13px;
	}
}
@media (max-width: 991.98px) {
	.categ-nav .column a {
		font-size: 11px;
	}
	.categ-nav .column .lv2-li > a {
		font-size: 11px;
	}
	.categ-nav .column .lv2-li > a.menu-prod-drop:after {
		font-size: 10px;
	}
}
@media (max-width: 891.98px) {
	.wrap-sub-categ {
		padding: 15px 12px 0;
	}
	.categ-nav .column {
	  padding: 0 3px;
	}
	.categ-nav .column .lv2-li > a {
		padding: 8px 5px;
	}
	.categ-nav .column .lv2-li > a.menu-prod-drop:after {
		right: 4px;
		font-size: 7px;
	}
}
.upsell-menu-head {
	margin-bottom: 15px;
	padding-bottom: 17px;
	border-bottom: 1px solid #ddd;
}
.upsell-menu-head h4 {
	margin-bottom: 0;
	font-size: 20px;
	text-align: center;
}
/*Search*/
.wrapper-search {
	position: fixed;
	top: -60px;
	z-index: 1051;
	width: 100%;
	padding: 8px 0;
	background: #f1f1f1;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	left: 0;
}
body.search-active .wrapper-search {
	top: 0;
}
.header-search {
	position: relative;
	padding-right: 40px;
}
.close-search-top {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 26px;
	line-height: 44px;
}
/*Menu*/
.close-menu-top {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 40px;
	background: #1F2A30;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}
.mob-menu-cat-head,
.mob-menu-link-head {
	width: 100%;
	float: left;
	padding: 0 15px 10px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.mob-menu-link-head {
	padding: 20px 15px 10px;
}
.mob-links-panel {
	width: 100%;
	float: left;
	padding: 0 15px;
}
.mob-links {
	padding: 0;
	margin: 0;
	list-style: none;
}
.mob-links > li {
	padding-bottom: 10px;
}
.mob-links > li > a {
	display: block;
	padding: 8px 9px;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	border: 1px solid #f0f0f0;
	text-transform: uppercase;
}
.off-canvas-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(51, 51, 51, 0.8);
	opacity: 0;
	pointer-events: none !important;
	z-index: 10002;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}
body.menu-active .off-canvas-overlay {
	opacity: 1;
	height: 100%;
	pointer-events: auto !important;
}
body.menu-active {
	overflow: hidden;
	position: fixed;
	width: 100%;
}
.sidebar-off-canvas {
	position: fixed;
	top: 0;
	z-index: 9999999999;
	width: 90%;
	max-width: 336px;
	padding: 0;
	height: 100%;
	background: #fff;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	left: -336px;
}
body.menu-active .sidebar-off-canvas {
	left: 0;
}
.sidebar-off-canvas .navbar-default {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	background: #fff;
	zoom: 1;
	overflow-x: hidden;
}
.sidebar-off-canvas .navbar-nav-mob {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 15px;
}
.wrap-slide-nav {
	width: 100%;
	float: left;
	transition: transform .3s ease-in-out;
	will-change: transform;
	transform: translateX(0);
}
.wrap-slide-nav.active {
	transform: translateX(-100%);
}
#mob-menu-cat {
	position: relative;
	list-style: none;
}
#mob-menu-cat ul {
	list-style: none;
}
#mob-menu-cat > li {
	padding-bottom: 10px;
}
#mob-menu-cat > li > a,
#mob-menu-cat > li > span {
	position: relative;
	display: block;
	padding: 8px 9px;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	border: 1px solid #f0f0f0;
	text-transform: uppercase;
	font-weight: 500;
}
#mob-menu-cat > li > .mob-drop {
	padding-right: 20px;
}
#mob-menu-cat > li > .mob-drop:after {
	position: absolute;
	top: 8px;
	right: 16px;
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #e41736;
	font-size: 14px;
}
.collapse-slide-menu {
	width: 100%;
	margin: 0;
	padding: 0 20px;
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	background: #fff;
	z-index: 10006;
	list-style: none;
	display: none;
	border: none;
}
.collapse-slide-menu.active {
	display: block;
}
.collapse-slide-menu > li {
	padding-bottom: 8px;
}
.collapse-slide-menu > li > a,
.collapse-slide-menu > li > span {
	padding: 8px 10px;
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	background: #f0f0f0;
	font-weight: 400;
	text-transform: uppercase;
}
.collapse-slide-menu > li.back-to-menu > span {
	position: relative;
	padding: 10px;
	padding-left: 22px;
	font-size: 14px;
	background: none;
	text-transform: uppercase;
	font-weight: 700;
}
.collapse-slide-menu > li.back-to-menu > span:before {
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -8px;
	content: '\f104';
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 900;
}
.collapse-slide-menu > li > a.menumob-prod-drop {
	position: relative;
	padding-right: 30px;
}
.collapse-slide-menu > li > a.menumob-prod-drop:after {
	position: absolute;
	top: 8px;
	right: 15px;
	content: '\f068';
	font-family: "Font Awesome 5 Free";
	color: #e41736;
	font-size: 14px;
	font-weight: 900;
}
.collapse-slide-menu > li > a.menumob-prod-drop.collapsed:after {
	content: '\f067';
}
.collapse-slide-menu ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.collapse-slide-menu ul > li {
	padding-bottom: 5px;
}
.collapse-slide-menu ul > li > a {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	display: block;
}
#mob-menu-cat a:hover,
#mob-menu-cat a:focus {
	text-decoration: none;
}
/*Home Subbanner*/
.wrapper-subban {
	margin-top: 40px;
}
.col-subban {
	margin-bottom: 20px;
}
.col-subban img {
	max-width: 100%;
}
/*Featured Products*/
.wrapper-home-featprod {
	margin-top: 20px;
	padding: 40px 0;
	background: #f5f5f5;
}
.wrapper-home-featprod .card.thumbnail {
	background: #f5f5f5;
}
.products-slider {
	max-width: none;
	margin-left: -15px;
	margin-right: -15px;
  padding: 0 55px;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
/*Home Desc*/
.wrapper-home-desc {
	padding: 40px 0;
	text-align: center;
}
.wrapper-home-desc h1 {
	margin-bottom: 40px;
}
.wrapper-home-desc img {
	height: 100px;
}
/*Home Brands*/
.our-brands {
  padding: 40px 0 !important;
}
.our-brands h3 {
  margin-bottom: 40px;
}
.brands-slider {
  max-width: none;
	margin-left: -15px;
	margin-right: -15px;
  padding: 0 55px;
}
.brands-slider .slick-prev {
  left: 0;
}
.brands-slider .slick-next {
  right: 0;
}
.brands-slider .brand-item {
  display: block;
  text-align: center;
}
.brands-slider .brand-item img {
  display: inline-block !important;
  max-height: 100px;
}
/*Home Revs*/
.wrapper-home-revs {
	padding: 40px 0;
}
.wrapper-home-revs h3 {
  margin-bottom: 40px;
}
/*USP*/
.wrapper-usp {
  border-top: 1px solid #ddd;
  padding: 40px 0 20px;
}
.usp-col {
  margin-bottom: 20px;
}
.usp-col img {
  max-width: 100%;
  margin-bottom: 15px;
  max-height: 80px;
}
.usp-col h4 {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.usp-col h4 a {
  color: #333;
}
@media (max-width: 440.98px) {
  .usp-col img {
    max-height: 50px;
  }
  .usp-col h4 {
    font-size: 12px;
  }
}
/*Product Page - Variation */
.variation-name {
  margin-top: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 16px;
}
.variation-name label {
	margin-bottom: 0;
}
.variation-wrapper .var-drop-select {
	padding-bottom: 12px;
}
.variation-wrapper ._itmspec_listitm {
	display: inline-block;
	padding-right: 15px;
	padding-bottom: 15px;
}
.variation-wrapper ._itmspec_listitm a {
	min-width: 40px;
	height: 32px;
	padding: 0 10px;
	display: block;
	line-height: 30px;
	border: 1px solid #333;
  border-radius: 5px;
	text-align: center;
	color: #333;
	font-size: 14px;
  font-weight: 700;
  box-shadow: 0px 1px 2px #ccc;
}
.variation-wrapper ._itmspec_listitm a:hover,
.variation-wrapper ._itmspec_listitm a:focus {
	border-color: #e41736;
  text-decoration: none;
}
.variation-wrapper ._itmspec_listitm a._itmspec_selected {
	line-height: 28px;
	border: 2px solid #e41736;
}
@media (max-width: 767.98px) {
	.variation-wrapper ._itmspec_listitm {
		padding-left: 6px;
		padding-right: 6px;
	}
}
.product-detail .buying-options .qty {
  line-height: 1.5;
  height: calc(1.5em + 1rem + 2px);
  font-size: 1.25rem;
}
#about-options h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #e41736;
}
#about-options h4 {
  font-size: 18px;
}
.about-options {
  font-size: 20px;
  font-weight: 700;
}
#shipbox {
  margin-top: 20px;
}
#shipbox h3 {
  font-size: 14px;
  text-transform: uppercase;
}
.tabbable .nav-tabs .nav-link {
  font-size: 15px;
  padding: 12px 10px;
}
#tabReviews .trustspot-inline-product {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  vertical-align: text-top;
}
#tabReviews .trustspot-inline-rating .ts-star {
  font-size: 14px;
}
#tabReviews .ts-reviews-rating-options {
  display: none;
}
.tabbable iframe {
  max-width: 100% !important;
}
@media (max-width: 991.98px) {
  .tabbable .nav-tabs .nav-link {
    font-size: 12px;
    padding: 12px 5px;
  }
  .tabbable .nav-tabs .nav-item+.nav-item {
    margin-left: 5px;
  }
}
@media (max-width: 767.98px) {
  .tabbable iframe {
    width: 100% !important;
  }
}
.wrapper-feat-blog {
  margin-top: 20px;
  padding: 40px 0 20px;
  background: #f5f5f5;
}
.wrapper-feat-blog h3 {
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
}
.wrapper-feat-blog h4 {
  margin-bottom: 15px;
  height: 41px;
  overflow: hidden;
  font-size: 17px;
}
.wrapper-feat-blog p {
  font-size: 15px;
}
.col-blogprod {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .wrapper-feat-blog h4 {
    height: auto;
  }
}
.warranty-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 100px;
  height: 63px;
  background: url(../../../images/10-Years-warranty-stainless-steel-304x193.png) no-repeat left top;
  background-size: cover;
  display: block;
  text-indent: -9999px;
}
/*Select*/
.wrap-select {
  position:relative;
	width: 100%;
	height: 35px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.wrap-select.wrap-select-md {
	height: 40px;
}
.wrap-select select {
	line-height:normal !important;
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
	-ms-appearance:none !important;
	appearance:none !important;
	border: none !important;
	padding: 3px 25px 3px 12px !important;
	margin:0 !important;
	background-color: transparent !important;
}
.wrap-select select {
	height: 33px !important;
}
.wrap-select.wrap-select-md select {
	height: 38px !important;
}
.ie8 .wrap-select select {
	padding-right: 3px
}
.wrap-select select:focus {
  outline:none !important;
  box-shadow: none !important;
}
.wrap-select ::-ms-expand {
	display:none !important;
}
.wrap-select:after {
	content: "\f0dc";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	z-index: 2;
	right: 9px;
	top: 50%;
	margin-top: -10px;
	pointer-events: none;
	color: #231F20;
	font-size: 14px;
}
/*Part Finder*/
.wrapper-finder {
  position: relative;
  z-index: 1050;
  background: #e41736;
  overflow-x: hidden;
}
.finder-mob {
	width: 100%;
	float: left;
}
.product-finder-heading {
  position: relative;
	width: 270px;
	float: left;
	padding: 12px 0 11px;
	text-align: center;
  background: #BF1B21;
}
.product-finder-heading:before {
  position: absolute;
  top: 0;
  left: -500px;
  width: 500px;
  height: 100%;
  background: #BF1B21;
  content: '';
}
.part-finder-filter-active .product-finder-heading {
	width: 300px;
}
.product-finder-heading svg,
.product-finder-heading span {
	display: inline-block;
	vertical-align: middle;
}
.product-finder-heading span {
	text-transform: uppercase;
	font-size: 18px;
  font-weight: 700;
	color: #fff;
	line-height: 28px;
}
.product-finder-fields {
	width: calc(100% - 270px);
	float: left;
	padding: 8px 10px;
}
.part-finder-filter-active .product-finder-fields {
	width: calc(100% - 300px);
	padding: 8px 20px;
}
@media (min-width: 992px) {
	.product-finder-fields.collapse {
		display: inline-block;
	}
}
@media (max-width: 1199.98px) {
	.part-finder-filter-active .product-finder-fields {
		padding: 8px 10px;
	}
}
@media (max-width: 991.98px) {
	.product-finder-heading {
		width: 100%;
		padding: 0;
	}
	.part-finder-filter-active .product-finder-heading {
		width: 100%;
		padding: 8px 0;
	}
	.product-finder-heading > a {
		display: block;
		padding: 6px 0;
	}
	.product-finder-fields {
		width: 100%;
		padding: 0;
	}
	.part-finder-filter-active .product-finder-fields {
		width: 100%;
		padding: 25px 15px;
		text-align: center;
	}
	.compcat-listwrap {
		width: 100%;
    float: left;
		padding: 20px 15px;
	}
  .product-finder-heading:after {
    position: absolute;
    top: 0;
    right: -500px;
    width: 500px;
    height: 100%;
    background: #BF1B21;
    content: '';
  }
}
.wrap-select-inline {
  width: calc((100% - 177px) / 3);
	padding: 0 10px;
	float: left;
}
.wrap-select-inline.wrap-select-btn {
	width: 177px;
}
@media (max-width: 1369.98px) {
	.wrap-select-inline {
		width: calc((100% - 155px) / 3);
	}
	.wrap-select-inline.wrap-select-btn {
		width: 155px;
	}
}
@media (max-width: 991.98px) {
	.wrap-select-inline {
		width: 100%;
		padding: 5px 0;
	}
	.wrap-select-inline.wrap-select-btn {
		width: 100%;
	}
}
.wrap-select-inline .wrap-select {
	height: 35px;
	border: none;
	border-radius: 4px;
}
.wrap-select-inline .wrap-select select {
	height: 35px !important;
	text-transform: uppercase;
  font-size: 14px;
}
.wrap-select-inline .wrap-select select:disabled {
	background: #E0E0E0 !important;
	color: #888 !important;
}
.wrap-select.wrap-select-disabled:after {
	color: #888;
}
.wrap-select-inline.wrap-select-btn .btn {
	padding: 6px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
}
.wrap-part-result {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 19px;
}
.wrap-part-result-btns .btn {
	padding: 6px 12px;
	margin-left: 7px;
  font-size: 14px;
  text-transform: uppercase;
}
.wrap-part-result-btns .btn i {
	margin-right: 5px;
}
.wrap-part-result-btns .btn span {
	margin-left: 4px;
}
.wrap-part-result-btns .btn.btn-viewparts {
	background: #4D3626 !important;
	border-color: #4D3626 !important;
}
@media (max-width: 1199.98px) {
	.wrap-part-result {
		font-size: 14px;
		line-height: 16px;
	}
	.wrap-part-result-btns .btn {
		padding: 7px 9px 8px;
		font-size: 12px;
	}
	.wrap-part-result-btns .btn span {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.wrap-part-result {
		margin-bottom: 25px;
		font-size: 17px;
		line-height: 20px;
	}
	.wrap-part-result-btns .btn {
		margin: 0;
		width: calc((100% - 10px) / 2);
		padding: 8px 6px 7px;
		font-size: 14px;
	}
}
.finder-filter {
	margin-bottom: 25px;
	padding: 12px 20px;
	background: #1F2A30;
	border-radius: 4px;
	color: #fff;
}
.finder-filter h3 {
	margin: 0;
	font-size: 20px;
	line-height: 27px;
  color: #fff;
  text-transform: uppercase;
}
.finder-filter h4 {
	margin: 0;
	font-size: 20px;
	line-height: 27px;
	font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.wrap-part-toggle a {
	color: #fff;
}
.wrap-part-toggle .pf-filter {
	margin-bottom: 7px;
	text-transform: uppercase;
	font-weight: 700;
}
.wrap-part-toggle a i {
	display: inline-block;
}
.wrap-part-toggle .switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 24px;
	margin: 0;
}
.wrap-part-toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1F2A30;
  -webkit-transition: .4s;
  transition: .4s;
	border: 1px solid #fff;
}
.wrap-part-toggle .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}
.wrap-part-toggle .switch.checked .slider {
	background-color: #1F2A30;
}
.wrap-part-toggle .switch.checked .slider:before {
  background-color: #e41736;
}
.wrap-part-toggle a:focus .slider {
  box-shadow: 0 0 1px #e41736;
}
.wrap-part-toggle .switch.checked .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}
.wrap-part-toggle .slider.round {
  border-radius: 24px;
}
.wrap-part-toggle .slider.round:before {
  border-radius: 50%;
}
.wrap-part-show-button .btn {
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
	.finder-filter {
		margin-bottom: 20px;
	}
	.finder-filter h4 {
		margin-bottom: 15px;
	}
}
.wrap-categ-nothumbs {
	margin-bottom: 25px;
	padding: 15px 20px;
	background: #1F2A30;
	border-radius: 4px;
	color: #fff;
}
.wrap-noresult-head {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
  color: #fff;
}
.wrap-noresult-head i {
	color: #e41736;
}
.no-result-filter {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
  color: #fff;
}
@media (max-width: 991.98px) {
	.no-result-filter {
		margin-bottom: 15px;
	}
}
body.filter-categ-mustang {
	overflow: hidden;
	position: fixed;
	width: 100%;
}
body.filter-categ-mustang .filter-op-bg {
	display: block;
	opacity: 1;
  visibility: visible;
}
body .filter-op-bg {
	content: '';
	background: rgba(51, 51, 51, 0.8);
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	opacity: 0;
	visibility: hidden;
	z-index: 1033;
	display: none;
}
#n_product ._itmspec_listopt[ref="185"],
#n_product ._itmspec_listopt[ref="330"],
#n_product ._itmspec_listopt[ref="153"],
#n_product ._itmspec_listopt[ref="329"],
#n_product ._itmspec_listopt[ref="380"],
#n_product ._itmspec_listopt[ref="384"],
#n_product ._itmspec_listopt[ref="385"],
#n_product ._itmspec_listopt[ref="14"],
#n_product ._itmspec_listopt[ref="187"] {
  display:none!important;
}
#left-sidebar {
  top: 0 !important;
  z-index: 1052;
}
@media (max-width: 767.98px) {
  .sidebar-overlay {
    z-index: 1051;
  }
}
/*Thumbnail*/
.thumbnail .card-title {
  text-transform: none;
}
.thumbnail .base-price {
  color: #e41736;
  font-weight: 700;
}
.thumbnail-price {
  margin-bottom: 10px;
}
.thumbnail .trustspot-inline-category {
  height: 26px;
  margin-bottom: 10px;
}
.thumbnail .trustspot-inline-category .trustspot-inline-cat .ts-star {
  font-size: 14px !important;
}
.footer-payment {
  padding: 0;
  margin: 0;
	margin-bottom: 4px;
  list-style: none
}
.footer-payment li {
  display: inline-block;
  margin: 0 5px 10px;
}
.footer-payment .payment-icon-container {
  padding: 5px;
  height: 40px;
  background: none;
  border-radius: 0
}
.footer-payment .payment-icon {
  background-repeat: no-repeat;
	filter: grayscale(1) invert(1);
}
.footer-payment .payment-icon-container.payment-icon-afterpay .payment-icon {
  filter: grayscale(1) invert(0);
}
.col-footer-divider hr {
  border-color: #424242;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-logo img {
  width: 180px;
}
.footer-text {
  font-size: 13px;
  margin-bottom: 30px;
}
.wrapper-product-title h1 {
  line-height: 1.2;
}
h3.prodsub {
  font-size: 20px;
}
.prod-main-price .actual-price {
  display: inline-flex;
}
.prod-tracking.tracking-code p {
  font-size: 14px;
}
.prod-tracking.tracking-code .zip-widget__wrapper {
  padding: 0 !important;
}
.prod-tracking.tracking-code .zip-container span {
  font-size: 12px;
}
.prod-warranty-badge {
  position: absolute;
  top: 5px;
  right: 5px;
}
.prod-warranty-badge img {
  max-width: 150px;
}
.prod-main-sku {
  margin-top: 20px;
}
.productprice .base-price {
  font-weight: 700;
  color: #e41736;
}
.product-image-main,
.product-information,
.product-detail-inner {
  max-width: 100%;
}
.product-image-thumbnail {
  margin-left: -6px;
  margin-right: -6px;
}
.main-image-nav-item {
  padding-left: 6px;
  padding-right: 6px;
}
.main-image .zoom:before {
	content: "";
  display: block;
  padding-bottom: 100%;
}
.main-image #main-image {
	position: absolute;
	top: 0 !important;
	left: 0 !important;
  width: 100% !important;
  height: 100% !important;
	object-fit: contain;
	max-width: 100% !important;;
	display: inline-block !important;
}
@media (min-width: 1200px){
  .product-image-thumbnail {
    max-width: none;
    min-width: none;
    width: auto;
  }
}
.contact-conts p {
  margin-bottom: 5px;
}
.contact-conts iframe {
  width: 100% !important;
  margin-top: 20px;
}
.contact-conts textarea {
  width: 100% !important;
  max-width: 100% !important;
}
.cartTable h5 {
  font-size: 13px;
  font-weight: 400;
}
.cartTable .h4 {
  font-size: 14px;
}
.cartTable--prodname .h4 {
  font-weight: 400;
}
@media (max-width: 767px){
  .cartTable tbody tr td {
    padding: 8px;
  }
  .cartTable thead tr th {
    padding: 8px;
    font-size: 13px;
  }
  .cartTable--heading-quantity {
    width: 80px;
  }
  .cartTable--heading-price {
    width: 80px;
  }
  .cartTable--qtyfield .form-control {
    padding: 6px;
  }
  .cartTable h5 {
    font-size: 11px;
  }
  .cartTable--prodname .h4 {
    font-size: 16px;
  }
  .cart-del-mob {
    margin-top: 8px;
  }
  .cartTable--column-image {
    width: 80px;
  }
}
#n_checkout .wrapper-finder {
  display: none;
}
.row-categ-blocks {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row-categ-blocks .col-md-6 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
@media (max-width: 767px){
  .row-categ-blocks .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.fiiting-table-div table {
  width: 100% !important;
}
@media (max-width: 767px){
  .product-detail {
    padding-top: 20px;
  }
  .product-detail-inner.mb-4 {
    margin-bottom: 20px !important;
  }
}
.wrapper-newslet {
  padding: 15px 0;
  background: #e41736;
}
.wrapper-newslet h4 {
  margin-bottom: 0;
  color: #fff;
}
.wrapper-newslet h4 .btn {
  border: 2px solid #000;
  border-radius: 5px !important;
  width: 240px;
  font-size: 20px;
  margin-left: 15px;
}
.wrapper-newslet form {
  margin-top: 25px;
  width: 574px;
	display: inline-block;
}
.wrapper-newslet .form-control {
	height: 50px;
	padding: 9px 14px;
	border-color: #fff;
	font-size: 16px;
	color: #222;
	background: #fff;
}
.wrapper-newslet .form-control:focus {
	box-shadow: none;
	outline: none;
	border-color: #fff !important;
	z-index: 1;
}
.wrapper-newslet .input-group-append {
	margin-left: 0;
}
.wrapper-newslet .form-control::-moz-placeholder {
	color: #aaa;
}
.wrapper-newslet .form-control:-ms-input-placeholder {
	color: #aaa;
}
.wrapper-newslet .form-control::-webkit-input-placeholder {
	color: #aaa;
}
.wrapper-newslet form .btn {
	padding: 6px 15px;
	opacity: 1 !important;
	border-color: #fff !important;
	background: #fff !important;
	font-size: 16px;
	color: #222;
  border-radius: 0 4px 4px 0 !important;
}
.wrapper-newslet form .btn:hover,
.wrapper-newslet form .btn:focus,
.wrapper-newslet form .btn:active {
	color: #222 !important;
  border-color: #fff !important;
	background: #fff !important;
}
@media (max-width: 991px){
  .wrapper-newslet h4 span {
    display: block;
  }
  .wrapper-newslet h4 .btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .wrapper-newslet form {
    width: 100%;
  	display: block;
  }
}
