body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background-image: none;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
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;
}
a,
.btn-link {
	color: #ED1C24;
}
a:hover,
a:active,
a:focus,
.btn-link:hover {
	color: #BF1B21;
	text-decoration: none;
}
hr {
	border-top: 1px solid #ddd;
}
.b-lazy {
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
	max-width: 100%;
	opacity: 0;
}
.b-lazy.b-loaded {
	opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}
h1,
.h1 {
	font-size: 40px;
}
h2,
.h2 {
	font-size: 34px;
}
h3,
.h3 {
	font-size: 30px;
}
h4,
.h4 {
	font-size: 16px;
}
h5,
.h5 {
	font-size: 14px;
}
.upsell-head {
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
}
.upsell-head.upsell-head-sm {
	margin-top: 0;
}
.upsell-head h3 {
	position: relative;
	margin-bottom: 0;
	display: inline-block;
	padding: 10px 20px;
	font-size: 30px;
	color: #fff;
	line-height: 40px;
	background: #ED1C24;
}
.upsell-head h3:after {
	position: absolute;
	top: 0;
	right: -40px;
	display: block;
	content: '';
	border-left-color: #ED1C24;
	border-top: 60px solid transparent;
  border-left-width: 40px;
  border-left-style: solid;
}
.upsell-head .btn {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -17px;
	border-color: #bbb;
	background: #fafafa;
}
.upsell-head .btn i {
	margin-right: 5px;
}
.upsell-head:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #ED1C24;
}
.upsell-head.upsell-head-sm h3 {
	padding: 12px 15px;
	font-size: 15px;
	line-height: 21px;
}
.upsell-head.upsell-head-sm h3:after {
	right: -30px;
	border-top: 45px solid transparent;
	border-left-width: 30px;
}
@media (max-width: 767.98px) {
	.upsell-head {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.upsell-head h3 {
		padding: 12px 15px;
		font-size: 15px;
		line-height: 21px;
	}
	.upsell-head h3:after {
		right: -30px;
		border-top: 45px solid transparent;
	  border-left-width: 30px;
	}
	.upsell-head .btn {
		margin-top: -14px;
		padding: 4px 9px;
		font-size: 12px;
	}
	.upsell-head .btn i {
		margin-right: 3px;
	}
}
.page-head {
	padding-top: 70px;
	text-align: center;
}
.page-head h1 {
	margin-bottom: 0;
	color: #fff;
}
.page-head h1 span {
	padding: 12px 20px;
	display: inline-block;
	background: rgba(191, 27, 33, 0.8);
}
#n_product .page-head h1,
.page-head-blog h1 {
	font-size: 30px;
}
#n_product .page-head,
.page-head.page-head-blog {
	padding-top: 50px;
}
@media (max-width: 767.98px) {
	.page-head {
		padding-top: 40px;
		text-align: center;
	}
	.page-head h1 {
		font-size: 20px;
	}
	.page-head h1 span {
		padding: 4px 10px;
	}
	#n_product .page-head h1,
	.page-head-blog h1 {
		font-size: 18px;
	}
	#n_product .page-head,
	.page-head.page-head-blog {
		padding-top: 40px;
	}
}
.btn {
	font-weight: 700;
	font-size: 14px;
	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
}
.btn.btn-lg {
	font-weight: 700;
	font-size: 20px;
}
.btn-outline-secondary,
.btn-default {
	color: #231f20;
	background-color: #fff;
	border-color: #ddd;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open .dropdown-toggle.btn-outline-secondary,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle  {
	color: #231f20;
	background-color: #ddd;
	border-color: #ddd;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary[disabled],
fieldset[disabled] .btn-outline-secondary,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary[disabled]:hover,
fieldset[disabled] .btn-outline-secondary:hover,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary[disabled]:focus,
fieldset[disabled] .btn-outline-secondary:focus,
.btn-outline-secondary.disabled:active,
.btn-outline-secondary[disabled]:active,
fieldset[disabled] .btn-outline-secondary:active,
.btn-outline-secondary.disabled.active,
.btn-outline-secondary[disabled].active,
fieldset[disabled] .btn-outline-secondary.active,
.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: #fff;
	border-color: #ddd;
}
.btn:focus {
	box-shadow: none !important;
	outline: none !important;
}
.form-control {
	font-size: 14px;
	color: #231f20;
	border-color: #ddd;
	border-radius: 4px;
}
.form-control::-moz-placeholder {
	color: #666;
}
.form-control:-ms-input-placeholder {
	color: #666;
}
.form-control::-webkit-input-placeholder {
	color: #666;
}
.form-control:focus {
	box-shadow: none !important;
	outline: none !important;
}
input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}
input[type=search]::-ms-reveal {
	display: none; width : 0; height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
.dropdown-menu {
	border-color: #ddd;
}
/*Breadcrumbs*/
.breadcrumb {
	padding: 3px 13px;
	margin: 0;
	background: rgba(35, 31, 32, 0.7);
	border-radius: 0;
	font-size: 13px;
	display: inline-block;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb a {
	font-size: 13px;
	color: #fff;
}
.breadcrumb-item+.breadcrumb-item {
  padding-left: 6px;
}
.breadcrumb-item+.breadcrumb-item:before {
  padding-right: 3px;
  color: #fff;
	float: none;
}
.breadcrumb li:last-child a {
	color: #fff;
	font-weight: 700;
}
/*Sidebar*/
.list-group-item {
	margin-bottom: -1px;
	padding: 0;
	border: none;
	border-radius: 0;
}
.list-group-item h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
}
.list-group-item h4 a {
	position: relative;
	padding: 12px 37px 12px 15px;
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	cursor: pointer;
	background: #231F20;
	color: #fff;
	margin-top: -1px;
}
.list-group-item h4 a.collapsed {
	background: #231F20;
	color: #fff;
}
.list-group-item h4 a:before {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	content: "\f068";
	color: #ED1C24;
}
.list-group-item h4 a.collapsed:before {
	content: "\f067";
	color: #fff;
}
.list-group-item h4 a:hover,
.list-group-item h4 a:focus {
	color: #fff;
	background: #231F20;
}
a.list-group-item {
	margin: 0;
  padding: 4px 15px;
  background-color: #fff;
  border: none;
	border-radius: 0;
}
a.list-group-item i {
	margin-right: 9px;
}
a.list-group-item.filter-remove {
	color: #ED1C24;
}
a.list-group-item:hover,
a.list-group-item:focus {
	background: #fff;
	color: #ED1C24;
}
.filtervar-container {
	margin: 8px 0;
}
.filtervarprice-container {
	margin: 25px 0;
}
.filtervarprice-container .list-group-item {
	padding: 0 15px;
	margin: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 5px solid #BF1B21;
  background: none;
	background: #fff;
	border-radius: 10px;
}
.ui-widget-header {
  background: #ED1C24 !important;
	border-color: #ED1C24 !important;
}
.ui-widget-content {
  border-color: #ddd !important;
	background: #ddd;
	border-radius: 10px;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 5px solid #BF1B21 !important;
	background: #fff !important;
}
.ui-state-default:focus-visible {
	outline-color: #BF1B21;
}
#price-range-text {
	margin-bottom: 13px;
}
#pricesearch .btn {
	margin-bottom: 4px;
	margin-right: 8px;
	font-size: 12px;
	padding: 5px 8px;
}
.filter-count {
	color: #666;
}
.nav-history {
	padding: 6px 15px;
}
.thumbnail-box {
	padding: 10px 0 !important;
	margin-bottom: 0 !important;
}
.thumbnail-box-row {
	margin-left: -5px;
	margin-right: -5px;
}
.thumbnail-box-col {
	padding-left: 5px;
	padding-right: 5px;
}
.thumbnail-box-caption .title {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}
.thumbnail-box-caption .title a {
	color: #231F20;
}
.thumbnail-box-caption .title a:hover,
.thumbnail-box-caption .title a:focus {
	color: #ED1C24;
}
.thumbnail-box-caption .price {
	margin-bottom: 0;
	font-size: 12px;
}
.thumbnail-box-caption .price .box-price {
	font-weight: 700;
}
.thumbnail-box-caption .price .box-was-price {
	text-decoration: line-through;
	color: #666;
}
.sidebar-ban {
	margin-top: 20px;
}
.sidebar-ban img {
	max-width: 100%;
	border-radius: 4px;
}
.wrap-payment-ban {
	position: relative;
	margin-top: 20px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 4px;
	overflow: hidden;
}
#n_product .wrap-payment-ban {
	margin-top: 0;
}
.col-payment-ban {
	padding-bottom: 25px;
}
.payment-ban-cart .col-payment-ban {
	padding-bottom: 0;
	margin-bottom: 25px;
}
.col-payment-ban .wrap-payment-ban {
	height: 100%;
}
.payment-ban-cart .col-payment-ban .wrap-payment-ban {
	margin-top: 0;
}
.wrap-payment-ban:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(35, 31, 32, 0.7);
}
.wrap-payment-ban a {
	position: relative;
	padding: 20px 10px;
	min-height: 200px;
	height: 100%;
}
.payment-ban-conts {
	width: 100%;
}
.payment-ban-icon {
	margin-bottom: 15px;
}
.payment-ban-text {
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
}
.payment-afterpay .payment-ban-text span {
	color: #3AB7F2;
}
.payment-ban-conts .payment-learn {
	font-weight: 700;
	text-transform: uppercase;
}
.payment-ban-conts .payment-learn i {
	margin-left: 6px;
}
.payment-afterpay .payment-learn {
	color: #3AB7F2;
}
.payment-zip .payment-learn {
	color: #AA8FFF;
}
.payment-ban-conts p {
	margin-bottom: 0;
	color: #fff;
	line-height: 16px;
}
.payment-ban-conts p span {
	text-transform: uppercase;
	font-weight: 700;
	color: #3AB7F2;
}
.payment-ban-conts p strong {
	font-weight: 700;
}
@media (max-width: 991.98px) {
	#left-sidebar .payment-ban-text {
		font-size: 14px;
		line-height: 18px;
	}
}
@media (max-width: 767.98px) {
	#left-sidebar .wrap-payment-ban {
		display: none;
	}
	.col-payment-ban {
		padding-bottom: 15px;
	}
}
/*Card*/
.card {
	border: 1px solid #ddd;
}
.card.card-filters {
	overflow: hidden;
}
.card.card-browsing {
	margin-top: 20px;
}
.card-header {
	padding: 12px 15px;
	background: #fff;
}
.card-header.card-header-lg {
	padding: 14px 15px;
}
.card-header h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
}
.card-header.bg-dark {
	background: #231F20 !important;
}
.card.card-filters .card-header {
	padding: 0;
	border: none !important;
}
.card-header.bg-dark h3 {
	color: #fff;
}
.card-header.bg-dark h3 a {
	position: relative;
	padding: 13px 30px 13px 15px;
	color: #fff;
}
.card-header.bg-dark h3 a:after {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	content: "\f0b0";
}
.card-header.card-alg {
	margin-bottom: 15px;
	position: relative;
	padding-right: 30px !important;
}
.card-header.card-alg:after {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	content: "\f0b0";
	color: #fff;
}
.card-body {
	padding: 20px 15px;
}
@media (max-width: 767.98px) {
	.card.card-filters {
		margin-bottom: 15px;
	}
}
/*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;
}
/*Pagination*/
.wrap-pagination {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.pagination {
	margin-bottom: 0;
}
.page-link {
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: #504648;
  border: 1px solid #231F20;
	font-weight: 700;
}
.page-link:hover {
  color: #fff;
  background-color: #6F6164;
	border-color: #231F20;
}
.page-item.active .page-link {
  color: #ED1C24;
  background-color: #231F20;
	border-color: #231F20;
}
@media (max-width: 767.98px) {
	.wrap-pagination {
		margin-bottom: 0;
	}
}
/*Thumbnail*/
.thumbnail.card-body {
	padding: 0;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.thumbnail-image {
	position: relative;
}
.thumbnail-image img {
	border-radius: 4px 4px 0 0;
}
.thumbnail.card-body .caption {
	padding: 13px 15px 15px;
	text-align: left;
}
.thumbnail.card-body .caption h4 {
	margin-bottom: 9px;
	height: 54px;
	line-height: 18px;
	overflow: hidden;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
}
.thumbnail.card-body .caption h4 a {
	color: #231F20;
}
.thumbnail.card-body .caption h4 a:hover,
.thumbnail.card-body .caption h4 a:focus {
	color: #BF1B21;
}
.thumbnail.card-body .caption .price {
	margin-bottom: 15px;
	height: 23px;
	overflow: hidden;
	font-size: 17px;
}
.thumbnail.card-body .caption .price span {
	font-weight: 700;
}
.thumbnail.card-body .caption .price span.was-price {
	margin-left: 5px;
	font-weight: 400;
	text-decoration: line-through;
	color: #aaa;
}
.thumbnail.card-body .caption .price span.onsale-price {
	color: #ED1C24;
}
.savings-container {
	top: 0;
  left: auto;
	right: 0;
}
.card.card-list .savings-container {
	top: -25px;
  left: auto;
	right: -10px;
}
.universal-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.prod-badges {
	padding: 6px 11px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0 4px 0 4px;
	display: inline-block;
}
.onsale-badge {
	background: #ED1C24;
}
.top-badge {
	background: #4CB859;
}
.universal-badge {
	padding: 6px 11px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 4px 0 4px 0;
	display: inline-block;
	background: #00B1E7;
	text-align: center;
	vertical-align: top;
}
.pb-thumb {
	padding-bottom: 20px;
}
.card.card-list {
	padding: 25px;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.card-list .card-body {
	padding: 0;
}
.thumb-list-text {
	position: relative;
	padding-top: 20px;
}
.thumb-list-prodname {
	padding-right: 40px;
}
.thumb-list-text h3 {
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	text-transform: none;
}
.thumb-list-text h3 a {
	color: #231F20;
}
.thumb-list-text h3 a:hover,
.thumb-list-text h3 a:focus {
	color: #BF1B21;
}
.thumb-list-shortdesc {
	margin-top: 15px;
	margin-bottom: 0;
	color: #666;
}
.thumb-list-text .price {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 23px;
	text-align: right;
}
.thumb-list-text .price span {
	font-weight: 700;
}
.thumb-list-text .price span.was-price {
	font-weight: 400;
	text-decoration: line-through;
	color: #aaa;
}
.thumb-list-text .price span.onsale-price {
	color: #ED1C24;
}
.pb-thumblist {
	padding-bottom: 20px;
}
@media (max-width: 767.98px) {
	.card.card-list {
		padding: 15px 10px 30px;
	}
	.row-thumb-list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.col-thumb-list {
		padding-left: 5px;
		padding-right: 5px;
	}
	.thumb-list-prodname {
		padding-right: 5px;
	}
	.thumb-list-text {
		padding-top: 15px;
	}
	.thumb-list-text h3 {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 16px;
	}
	.thumb-list-shortdesc {
		margin-top: 0;
		margin-bottom: 15px;
		font-size: 12px;
		line-height: 14px;
	}
	.thumb-list-text .price {
		margin-bottom: 15px;
		text-align: left;
		font-size: 16px;
		line-height: 19px;
	}
	.card.card-list .savings-container {
		top: -16px;
		right: -5px;
	}
	.card.card-list .prod-badges {
		padding: 3px 9px;
		font-size: 10px;
		line-height: 14px;
	}
	.card.card-list .universal-badge {
		padding: 3px 9px;
		font-size: 10px;
		line-height: 14px;
	}
}
/*Header*/
.wrapper-header {
	background: #231F20;
}
/* Top Links */
.header-top-links {
	border-bottom: 1px solid #543F2F;
}
.header-top-announcement {
	width: auto;
	float: left;
	padding: 12px 0 11px;
}
.header-top-announcement p {
	margin-bottom: 0;
	line-height: 15px;
	font-size: 13px;
	color: #B2ADAA;
}
.header-top-announcement p a {
	display: block;
	color: #B2ADAA;
}
.header-top-announcement p i {
	margin-right: 4px;
	color: #ED1C24;
}
.top-links {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-links > li {
	float: left;
}
.top-links > li > a {
	display: block;
	padding: 12px 13px 11px;
	line-height: 15px;
	font-size: 13px;
	color: #B2ADAA;
}
.top-links > li:last-child > a {
	padding-right: 0;
}
.top-links > li > a:hover,
.top-links > li > a:focus {
	color: #ED1C24;
}
@media (max-width: 991.98px) {
	.top-links > li > a {
		padding: 12px 5px 11px;
	}
}
@media (max-width: 767.98px) {
	.header-top-announcement {
		width: 100%;
		height: 38px;
		padding: 0;
		text-align: center;
	}
	.header-top-announcement p {
		line-height: 14px;
		font-size: 12px;
	}
	.header-top-announcement p i {
		display: none;
	}
}
.header-center-content {
	padding: 24px 0 25px;
	border-bottom: 1px solid #543F2F;
}
@media (max-width: 767.98px) {
	.header-center-content {
		padding: 20px 0;
	}
}
.wrapper-logo {
	padding-right: 0;
}
@media (max-width: 767.98px) {
	.wrapper-logo {
		padding-left: 0;
	}
	.wrapper-logo img {
		width: 165px;
	}
}
.wrapper-search {
	padding: 0;
}
.header-search {
	width: 510px;
}
.header-search .form-control {
	border-radius: 4px 0 0 4px !important;
	height: 40px;
	padding: 4px 10px 4px 12px;
	border-width: 2px;
	border-color: #ED1C24;
	border-right: none;
	background: #2F292B;
	font-size: 13px;
	color: #fff;
}
.header-search .form-control:focus {
	box-shadow: none;
	outline: none;
	border-color: #ED1C24 !important;
	background: #2F292B !important;
}
.header-search .input-group-append {
	margin-left: 0;
}
.header-search .form-control::-moz-placeholder {
	color: #B2ADAA;
}
.header-search .form-control:-ms-input-placeholder {
	color: #B2ADAA;
}
.header-search .form-control::-webkit-input-placeholder {
	color: #B2ADAA;
}
.header-search .btn {
	padding: 9px 10px;
	border-radius: 0 4px 4px 0;
	opacity: 1 !important;
	border-width: 2px !important;
	border-color: #ED1C24 !important;
	color: #fff !important;
	font-size: 16px;
	line-height: 16px;
	border-left: none;
	background: #2F292B;
}
.header-search .btn:hover,
.header-search .btn:focus {
	background: #2F292B !important;
	border-color: #ED1C24 !important;
	color: #fff !important;
}
.header-search .search_loading_icon {
	display: none !important;
}
.nsearchinput-pl.well {
  position: absolute;
  z-index: 100001;
  padding: 0;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
	border-radius: 4px;
  margin-top: 40px !important;
	text-align: left;
}
.nsearchinput-pl.well li a {
	color: #231f20;
	font-size: 12px;
}
.nsearchinput-pl.well li a img,
.nsearchinput-pl.well li a .title {
	display: inline-block;
	vertical-align: top;
}
.nsearchinput-pl.well li a .title {
	width: calc(100% - 46px);
}
.nsearchinput-pl.well li a:hover,
.nsearchinput-pl.well li a:focus{
	color: #231f20;
}
@media (max-width: 1369.98px) {
	.header-search {
		width: 410px;
	}
}
@media (max-width: 1199.98px) {
	.header-search {
		width: 230px;
	}
}
@media (max-width: 991.98px) {
	.header-search {
		width: 270px;
	}
}
@media (max-width: 767.98px) {
	.wrapper-search {
		padding: 0 15px;
		padding-top: 20px;
	}
	.header-search {
		width: 100%;
	}
}
.wrapper-acct {
	padding-left: 0;
}
.wrapper-acct > ul {
	width: auto;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.wrapper-acct > ul > li {
	float: left;
	border-right: 1px solid #543F2F;
}
.wrapper-acct > ul > li > a {
	padding: 5px 20px;
	display: block;
	color: #fff;
}
.wrapper-acct > ul > li:last-child {
	border-right: none;
}
.wrapper-acct > ul > li:first-child > a {
	padding-left: 0;
}
.wrapper-acct > ul > li:last-child > a {
	padding-right: 0;
}
.wrapper-acct > ul > li .acct-icon,
.wrapper-acct > ul > li .acct-text {
	display: inline-block;
	vertical-align: middle;
}
.wrapper-acct > ul > li .acct-icon {
	margin-right: 12px;
}
.wrapper-acct > ul > li .itm-cnt {
	display: none;
}
.acct-subtext,
.acct-maintext {
	display: block;
}
.acct-subtext {
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 14.06px;
	color: #B2ADAA;
}
.acct-maintext {
	font-size: 13px;
	line-height: 15.23px;
	font-weight: 500;
}
.acct-uname {
	min-width: 70px;
}
.wrapper-acct > ul > li > a.dropdown-toggle:after {
	display: none;
}
.drop-acct .dropdown-menu {
	background: #231f20;
	border-radius: 0;
	border-color: #543F2F;
}
.drop-acct .dropdown-menu .dropdown-divider {
	border-color: #543F2F;
}
.drop-acct .dropdown-menu > li > a {
	padding: 4px 15px;
	font-size: 13px;
	color: #fff;
}
#header-cart > a {
	position: relative;
}
.wrapper-mob-cart > a {
	position: relative;
	padding: 5px 3px;
	padding-left: 0;
	display: block;
}
.itm-cnt {
	position: absolute;
	top: -5px;
	right: 0;
	width: 22px;
	height: 22px;
	display: block;
	line-height: 22px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: #543F2F;
	border-radius: 50%;
}
#header-cart .dropdown-menu {
	background: #231f20;
	border-radius: 0;
	border-color: #543F2F;
	color: #fff;
}
.thumb_cart li {
	border-color: #543F2F;
}
.thumb_cart .title a {
	color: #fff;
}
.thumb_cart .btn {
	font-size: 12px;
}
.thumb_cart .price {
	font-weight: 700;
}
@media (max-width: 991.98px) {
	.wrapper-acct > ul > li .acct-icon {
		margin-right: 0;
	}
	.wrapper-acct > ul > li .acct-text {
		display: none;
	}
	.wrapper-acct > ul > li .itm-cnt {
		display: block;
	}
	.wrapper-acct > ul > li:last-child > a {
		padding-right: 10px;
	}
}
@media (max-width: 767.98px) {
	.itm-cnt {
		top: -9px;
		right: -7px;
	}
}
.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: 0 20px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 16px;
}
.categ-nav > li > a > span {
	display: block;
	padding: 13px 5px 15px;
	border-top: 2px solid #231F20;
	-o-transition: border-color .3s;
	-ms-transition: border-color .3s;
	-moz-transition: border-color .3s;
	-webkit-transition: border-color .3s;
	  transition: border-color .3s;
}
.categ-nav > li:hover > a > span,
.categ-nav > li:focus > a > span,
.categ-nav > li > a:hover > span,
.categ-nav > li > a:focus > span {
	border-color: #ED1C24;
}
.categ-nav .dropdown-menu {
	border-radius: 0;
	margin-top: 0;
	background: #231F20;
	border-color: #543F2F;
}
.categ-nav .dropdown-menu > li > a {
	display: block;
	padding: 5px 15px;
	color: #fff;
	font-size: 13px;
}
.categ-nav .dropdown-menu > li:hover > a,
.categ-nav .dropdown-menu > li:focus > a,
.categ-nav .dropdown-menu > li > a:hover,
.categ-nav .dropdown-menu > li > a:focus {
	color: #ED1C24;
}
@media (max-width: 1199.98px) {
	.categ-nav > li > a {
		padding: 0 10px;
	}
}
@media (max-width: 991.98px) {
	.categ-nav > li > a {
		padding: 0 5px;
		font-size: 13px;
	}
}
@media (max-width: 767.98px) {
	body:before {
		content: '';
		background: rgba(35,31,32,0.6);
		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;
	}
	body.mobile-menu-active {
		overflow: hidden;
		position: fixed;
		width: 100%;
	}
	body.mobile-menu-active:before {
		opacity: 1;
		visibility: visible;
	}
	.sidebar-offcanvas {
		position: fixed;
		top: 0;
		z-index: 1034;
		width: 100%;
		padding: 0;
		height: 100%;
		-webkit-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
		left: -100%;
	}
	.sidebar-offcanvas.active {
		left: 0;
	}
	.sidebar-offcanvas .navbar-default {
		position: relative;
		width: 83.33333333333334%;
		height: 100%;
		background: #ED1C24;
		zoom: 1;
		overflow-x: hidden;
	}
  .mob-nav-head {
    width: 100%;
    float: left;
    padding: 12px 7px;
    background: #ED1C24;
  }
	.mob-nav-acct {
		width: auto;
    float: left;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.mob-nav-acct li {
		float: left;
	}
	.mob-nav-acct li a {
		padding: 0 8px;
		display: block;
		font-weight: 500;
		color: #fff;
	}
	.mob-nav-acct li a span {
		margin-left: 6px;
	}
  .mob-nav-close {
    width: auto;
    float: right;
  }
  .mob-nav-close a {
    display: block;
		padding: 2px 8px;
    font-size: 14px;
		font-weight: 600;
    color: #fff;
		line-height: 17.07px;
  }
	.sidebar-offcanvas .navbar-nav-mob {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
	}
  #mob-menu-cat {
		list-style: none;
	}
	#mob-menu-cat ul {
		list-style: none;
	}
	#mob-menu-cat li a {
		position: relative;
		color: #333;
		font-size: 14px;
    font-weight: 600;
		display: block;
	}
	#mob-menu-cat .collapse-menu {
		padding: 0;
	}
	#mob-menu-cat > li > a {
		border-bottom: 1px solid #543F2F;
		padding: 10px 28px 10px 15px;
    color: #fff;
		font-size: 14px;
    font-weight: 700;
    background: #231F20;
		text-transform: uppercase;
	}
	#mob-menu-cat > li > a.mob-drop {
		background: #231F20;
		color: #fff;
	}
	#mob-menu-cat > li > a.mob-drop.collapsed {
		background: #231F20;
		color: #fff;
	}
	#mob-menu-cat .collapse-menu.collapse-menu-one {
		background: #231F20;
	}
	#mob-menu-cat .collapse-menu.collapse-menu-one > li > a {
		padding: 10px 28px 10px 30px;
		font-size: 14px;
		font-weight: 400;
		color: #fff;
    text-transform: none;
		border-bottom: 1px solid #543F2F;
	}
	#mob-menu-cat .collapse-menu.collapse-menu-two {
		background: #231F20;
	}
	#mob-menu-cat .collapse-menu.collapse-menu-two > li > a {
		padding: 8px 28px;
		font-size: 13px;
		font-weight: 400;
		color: #fff;
    text-transform: none;
	}
  #mob-menu-cat .mob-drop:after {
		position: absolute;
		top: 50%;
		right: 15px;
    margin-top: -10px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    content: '\f068';
		color: #ED1C24;
	}
	#mob-menu-cat .mob-drop.collapsed:after {
		content: "\f067";
		color: #fff;
	}
	#mob-menu-cat > li.mob-stat-lnk > a {
		border-bottom: 1px solid #FF676D;
		padding: 10px 28px 10px 15px;
    color: #fff;
		font-size: 14px;
    font-weight: 400;
		text-transform: uppercase;
    background: #ED1C24;
	}
	#mob-menu-cat > li.mob-stat-lnk > a:after {
		display: none;
	}
  .closemenu {
    position: absolute;
    top: 0;
    right: -20%;
    width: 20%;
    height: 100%;
    cursor: default;
    font-size: 20px;
  }
}
.wrapper-finder {
	position: relative;
	z-index: 100;
	margin-bottom: -54px;
}
.finder-container {
	width: 100%;
	float: left;
	position: relative;
	background: #ED1C24;
}
.finder-container:before,
.finder-container:after {
	position: absolute;
	top: 0;
	display: block;
	background: 0 0;
	content: '';
	border-left-color: #ED1C24;
  border-right-color: #BF1B21;
}
.finder-container:before {
	left: -36px;
  border-bottom: 54px solid transparent;
  border-right-width: 36px;
  border-right-style: solid;
}
.finder-container:after {
	right: -36px;
  border-bottom: 54px solid transparent;
  border-left-width: 36px;
  border-left-style: solid;
}
@media (max-width: 1369.98px) {
	.finder-container:before {
		left: -15px;
	  border-right-width: 15px;
	}
	.finder-container:after {
		right: -15px;
	  border-left-width: 15px;
	}
}
@media (max-width: 767.98px) {
	.wrapper-finder {
		margin-bottom: 0;
	}
	.col-finder {
		padding: 0;
	}
	.finder-container:before,
	.finder-container:after {
		display: none;
	}
}
.finder-mob {
	width: 100%;
	float: left;
}
.product-finder-heading {
	width: 223px;
	float: left;
	padding: 13px 0;
	background: #BF1B21;
	text-align: center;
}
.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 {
	margin-left: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	line-height: 28px;
}
.product-finder-fields {
	width: calc(100% - 223px);
	float: left;
	padding: 8px 10px;
}
.part-finder-filter-active .product-finder-fields {
	width: calc(100% - 300px);
	padding: 8px 20px;
}
@media (min-width: 768px) {
	.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: 163px;
	}
	.part-finder-filter-active .product-finder-heading {
		width: 200px;
	}
	.product-finder-heading span {
		margin-left: 5px;
		font-size: 14px;
	}
	.product-finder-fields {
		width: calc(100% - 163px);
	}
	.part-finder-filter-active .product-finder-fields {
		width: calc(100% - 200px);
	}
}
@media (max-width: 767.98px) {
	.product-finder-heading {
		width: 100%;
		padding: 0;
	}
	.part-finder-filter-active .product-finder-heading {
		width: 100%;
		padding: 8px 0;
	}
	.product-finder-heading span {
		margin-left: 12px;
		font-size: 20px;
	}
	.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;
	}
}
.wrap-select-inline {
	width: 290px;
	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: calc((100% - 120px) / 3);
		padding: 0 5px;
	}
	.wrap-select-inline.wrap-select-btn {
		width: 120px;
	}
}
@media (max-width: 767.98px) {
	.wrap-select-inline {
		width: 100%;
		padding: 5px 0;
	}
	.wrap-select-inline.wrap-select-btn {
		width: 100%;
	}
}
.wrap-select-inline .wrap-select {
	height: 38px;
	border: none;
	border-radius: 4px;
}
.wrap-select-inline .wrap-select select {
	height: 38px !important;
	text-transform: uppercase;
}
.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: 7px 6px 8px;
}
@media (max-width: 991.98px) {
	.wrap-select-inline .wrap-select select {
		font-size: 13px;
	}
	.wrap-select-inline.wrap-select-btn .btn {
		padding: 9px 0;
		font-size: 12px;
	}
}
@media (max-width: 767.98px) {
	.wrap-select-inline .wrap-select select {
		font-size: 14px;
	}
	.wrap-select-inline.wrap-select-btn .btn {
		padding: 7px 6px 8px;
		font-size: 14px;
	}
}
.wrap-part-result {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 19px;
}
.wrap-part-result-btns .btn {
	padding: 8px 12px 7px;
	margin-left: 7px;
}
.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: 9px;
		font-size: 12px;
	}
	.wrap-part-result-btns .btn span {
		display: none;
	}
}
@media (max-width: 767.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;
	}
}
#homepageCarousel {
	margin-bottom: 20px;
}
.carousel .carousel-item-next .carousel-caption,
.carousel .carousel-item-prev .carousel-caption {
  opacity: 0;
}
.carousel-caption {
	transition: opacity 1.3s;
	-moz-transition: opacity 1.3s;
  -webkit-transition: opacity 1.3s;
}
.carousel-caption {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 50%;
	z-index: 10;
	width: 1290px;
	margin-left: -645px;
	padding: 0;
	background: none;
	color: #fff;
	text-align: left;
	text-shadow: none;
}
.carousel-caption-text {
	width: 50%;
}
@media (max-width: 1369.98px) {
	.carousel-caption {
		right: 15px;
		left: 15px;
		width: auto;
		margin-left: 0;
	}
	.carousel-caption-text {
		width: 80%;
	}
}
@media (max-width: 1199.98px) {
	.carousel-caption-text {
		width: 70%;
	}
}
@media (max-width: 767.98px) {
	#homepageCarousel {
		margin-bottom: 5px;
	}
	.carousel-caption {
		top: auto;
		bottom: 15px;
		text-align: center;
	}
	.carousel-caption-text {
		width: 100%;
	}
}
.carousel-caption h2 {
	padding: 16px 20px;
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	background: rgba(191, 27, 33, 0.8);
}
.carousel-caption p {
	padding: 15px 20px;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 22px;
	line-height: 25px;
	background: rgba(35, 31, 32, 0.8);
}
.carousel-caption .btn {
	padding: 7px 17px;
	font-size: 16px;
}
.carousel-caption .btn i {
	margin-right: 5px;
}
@media (max-width: 1199.98px) {
	.carousel-caption h2 {
		padding: 10px 15px;
		font-size: 30px;
		line-height: 30px;
	}
	.carousel-caption p {
		padding: 10px 15px;
		font-size: 18px;
		line-height: 20px;
	}
	.carousel-caption .btn {
		padding: 6px 12px;
		font-size: 14px;
	}
}
@media (max-width: 991.98px) {
	.carousel-caption h2 {
		padding: 6px 10px;
		font-size: 20px;
		line-height: 20px;
	}
	.carousel-caption p {
		padding: 6px 10px;
		font-size: 14px;
		line-height: 16px;
	}
	.carousel-caption .btn {
		padding: 6px 10px;
		font-size: 12px;
	}
}
@media (max-width: 767.98px) {
	.carousel-caption h2 {
		margin-bottom: 5px;
		padding: 3px 10px;
		font-size: 14px;
		line-height: 19px;
	}
	.carousel-caption p {
		margin-bottom: 5px;
		padding: 5px 10px;
		font-size: 12px;
		line-height: 14px;
	}
	.carousel-caption .btn {
		padding: 4px 10px;
		font-size: 12px;
	}
	.carousel-caption .btn i {
		margin-right: 3px;
	}
}
.carousel-control-prev,
.carousel-control-next {
	display: none;
}
.carousel-indicators {
  margin-bottom: 20px;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  margin-left: 6px;
  text-indent: -999px;
  cursor: pointer;
  background: #fff;
  background-clip: padding-box;
  border-top: none;
  border-bottom: none;
  opacity: 1;
	border-radius: 0;
	border: 1px solid #fff;
  transition: opacity .6s ease, background .6s ease;
}
.carousel-indicators .active {
  opacity: 1;
	background: #ED1C24;
}
.carousel-control-prev,
.carousel-control-next {
	top: 50%;
	bottom: auto;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: #BF1B21;
	font-size: 15px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	opacity: 1 !important;
	border-radius: 0;
}
.carousel-control-prev {
	left: 0;
}
@media (max-width: 767.98px) {
	.carousel-control-prev,
	.carousel-control-next {
		display: block;
	}
}
.wrapper-home-hotdeal {
	padding-bottom: 30px;
}
@media (max-width: 767.98px) {
	.wrapper-home-hotdeal {
		padding-bottom: 10px;
	}
}
.wrapper-home-fullban {
	position: relative;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wrapper-home-fullban:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(35, 31, 32, 0.7);
}
.row-full-ban {
	min-height: 350px;
	padding: 20px 0;
}
.col-ban-text {
	width: 50%;
}
.col-ban-text h1,
.col-ban-text h3 {
	padding: 16px 20px;
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	background: rgba(237, 28, 36, 0.4);
}
.col-ban-text p {
	padding: 15px 20px;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 22px;
	color: #fff;
	line-height: 25px;
	background: rgba(203, 166, 137, 0.4);
}
.col-ban-text .btn {
	padding: 7px 17px;
	font-size: 16px;
}
.col-ban-text .btn i {
	margin-right: 5px;
}
@media (max-width: 1369.98px) {
	.col-ban-text {
		width: 80%;
	}
}
@media (max-width: 1199.98px) {
	.col-ban-text {
		width: 70%;
	}
	.col-ban-text h1,
	.col-ban-text h3 {
		padding: 10px 15px;
		font-size: 30px;
		line-height: 30px;
	}
	.col-ban-text p {
		padding: 10px 15px;
		font-size: 18px;
		line-height: 20px;
	}
	.col-ban-text .btn {
		padding: 6px 12px;
		font-size: 14px;
	}
}
@media (max-width: 991.98px) {
	.col-ban-text h1,
	.col-ban-text h3 {
		padding: 6px 10px;
		font-size: 20px;
		line-height: 20px;
	}
	.col-ban-text p {
		padding: 6px 10px;
		font-size: 14px;
		line-height: 16px;
	}
	.col-ban-text .btn {
		padding: 6px 10px;
		font-size: 12px;
	}
}
@media (max-width: 767.98px) {
	.wrapper-home-fullban {
		margin-bottom: 10px;
	}
	.row-full-ban {
		min-height: 220px;
		padding: 10px 0;
	}
	.col-ban-text {
		width: 100%;
	}
	.col-ban-text h1,
	.col-ban-text h3 {
		margin-bottom: 8px;
		padding: 3px 10px;
		font-size: 14px;
		line-height: 19px;
	}
	.col-ban-text p {
		margin-bottom: 10px;
		padding: 5px 10px;
		font-size: 12px;
		line-height: 14px;
	}
	.col-ban-text .btn {
		padding: 4px 10px;
		font-size: 12px;
	}
	.col-ban-text .btn i {
		margin-right: 3px;
	}
}
.wrapper-home-featprod {
	margin-bottom: 20px;
}
@media (max-width: 767.98px) {
	.wrapper-home-featprod {
		margin-bottom: 10px;
	}
}
.wrapper-home-ban-grid {
	margin-bottom: 20px;
}
.grid-ban {
	margin-bottom: 20px;
}
.grid-ban a {
	position: relative;
	height: 300px;
	padding: 10px 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 4px;
	overflow: hidden;
}
.grid-ban.grid-ban-full a {
	padding: 10px 30px;
}
.grid-ban a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(35, 31, 32, 0.7);
}
.grid-ban-text {
	position: relative;
	z-index: 2;
	width: 47%;
}
.grid-ban-half .grid-ban-text {
	width: 75%;
}
.grid-ban-text h3 {
	padding: 8px 20px;
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	background: rgba(237, 28, 36, 0.4);
}
.grid-ban-text p {
	padding: 12px 20px;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	background: rgba(203, 166, 137, 0.4);
}
.grid-ban-text .btn {
	padding: 6px 15px;
	font-size: 14px;
}
.grid-ban-text .btn i {
	margin-right: 5px;
}
@media (max-width: 991.98px) {
	.grid-ban-text h3 {
		padding: 6px 10px;
		font-size: 20px;
		line-height: 20px;
	}
	.grid-ban-text p {
		padding: 6px 10px;
		font-size: 14px;
		line-height: 16px;
	}
	.grid-ban-text .btn {
		padding: 6px 10px;
		font-size: 12px;
	}
}
@media (max-width: 767.98px) {
	.wrapper-home-ban-grid {
		margin-bottom: 0;
	}
	.grid-ban a {
		height: 220px;
		padding: 10px 15px;
	}
	.grid-ban.grid-ban-full a {
		padding: 10px 15px;
	}
	.grid-ban-text {
		width: 80%;
	}
	.grid-ban-half .grid-ban-text {
		width: 100%;
	}
	.grid-ban-text h3 {
		margin-bottom: 8px;
		padding: 3px 10px;
		font-size: 14px;
		line-height: 19px;
	}
	.grid-ban-text p {
		margin-bottom: 10px;
		padding: 5px 10px;
		font-size: 12px;
		line-height: 14px;
	}
	.grid-ban-text .btn {
		padding: 4px 10px;
		font-size: 12px;
	}
	.grid-ban-text .btn i {
		margin-right: 3px;
	}
}
@media (max-width: 575.98px) {
	.col-grid-full {
		padding: 0;
	}
	.grid-ban.grid-ban-full a {
		border-radius: 0;
	}
	.grid-ban.grid-ban-half a {
		height: 180px;
	}
	.grid-ban-half .grid-ban-text p {
		display: none;
	}
}
.wrapper-home-testi {
	margin-bottom: 10px;
}
.testi-container {
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}
.testi-ban {
	position: relative;
	min-height: 300px;
	height: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.testi-ban:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(35, 31, 32, 0.7);
}
.testi-ban-text {
	position: relative;
	z-index: 2;
	width: 100%;
}
.testi-ban-text h3 {
	padding: 8px 20px;
	margin-bottom: 0;
	display: inline-block;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	background: rgba(237, 28, 36, 0.4);
}
.testi-list {
	padding-top: 40px;
	padding-bottom: 40px;
}
.testi-slide {
	padding: 0 30px;
}
.col-testi {
	padding: 0;
	text-align: center;
}
.testi-img {
	margin-bottom: 30px;
}
.testi-img img {
	width: 100px;
	height: 100px;
	display: inline-block !important;
	border-radius: 50%;
	border: 2px solid #ddd;
}
.col-testi h4 {
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	text-transform: none;
	color: #231F20;
}
.col-testi h5 {
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-transform: none;
	color: #BF1B21;
}
.slick-dots {
	margin: 0;
	padding: 0;
	margin-top: 30px;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	padding: 0 6px;
	display: inline-block;
}
.slick-dots li button {
	width: 14px;
	height: 14px;
	padding: 0;
	border-radius: 0;
	border: none;
	outline: none;
	box-shadow: none;
	background: #ddd;
	text-indent: -9999px;
}
.slick-dots li.slick-active button {
	background: #ED1C24;
}
@media (max-width: 575.98px) {
	.wrapper-home-testi {
		margin-bottom: -50px;
	}
	#n_home .wrapper-home-testi {
		margin-bottom: 10px;
	}
	.col-home-testi {
		padding: 0;
	}
	.testi-container {
		border: none;
		border-radius: 0;
	}
	.testi-ban {
		min-height: 140px;
	}
	.testi-ban-text h3 {
		padding: 4px 15px;
		font-size: 15px;
		line-height: 20px;
	}
	.testi-list {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.testi-slide {
		padding: 0 15px;
	}
	.testi-img {
		margin-bottom: 20px;
	}
	.col-testi h4 {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 16px;
	}
	.col-testi h5 {
		font-size: 14px;
		line-height: 16px;
	}
}
.row-home-brand {
	margin-left: -10px;
	margin-right: -10px;
}
.col-home-brand {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	flex: 0 0 16.66667%;
  max-width: 16.66667%;
	text-align: center;
}
.col-home-brand a {
	width: 100%;
	height: 100px;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
}
.col-home-brand a img {
	max-width: 100%;
	max-height: 100%;
}
@media (max-width: 991.98px) {
	.col-home-brand {
		flex: 0 0 33.33333%;
	  max-width: 33.33333%;
	}
}
@media (max-width: 767.98px) {
	.row-home-brand {
		margin-left: -5px;
		margin-right: -5px;
	}
	.col-home-brand {
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 10px;
	}
	.col-home-brand a {
		height: 72px;
	}
}
@media (max-width: 575.98px) {
	.col-home-brand {
		flex: 0 0 50%;
	  max-width: 50%;
	}
}
/*Content*/
.wrapper-content-head {
	margin-bottom: 30px;
	text-align: center;
}
#n_product .wrapper-content-head {
	margin-bottom: 40px;
}
.wrapper-content-head.content-head-blog {
	margin-bottom: 70px;
}
.main-bg {
	position: relative;
	min-height: 350px;
	padding-top: 84px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.main-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(35, 31, 32, 0.7);
}
@media (max-width: 767.98px) {
	.wrapper-content-head {
		margin-bottom: 20px;
	}
	.main-bg {
		padding-top: 15px;
		padding-bottom: 40px;
		min-height: 155px;
	}
	#n_product .wrapper-content-head {
		margin-bottom: 30px;
	}
	.wrapper-content-head.content-head-blog {
		margin-bottom: 40px;
	}
	.wrapper-content-head.content-head-blog-det {
		margin-bottom: 0 !important;
	}
}
/*Category*/
.categ-description-text {
	padding-top: 30px;
	color: #fff;
	text-align: center;
}
.main-categ-desc {
	height: auto;
}
.main-categ-desc.categ-desc-min {
	height: 90px;
	overflow: hidden;
}
.show-categ-desc {
	position: relative;
	padding-top: 10px;
}
.show-categ-desc span {
	color: #F3575D;
	font-weight: 700;
	cursor: pointer;
}
.main-categ-desc h2 {
	font-size: 16px;
}
.wrap-sort-container {
	margin-bottom: 20px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.wrap-sort-container .viewby .btn {
	background: #504648 !important;
	border-color: #504648 !important;
	border-radius: 4px;
}
.wrap-sort-container .viewby .btn.active {
	background: #231F20 !important;
	border-color: #231F20 !important;
	color: #ED1C24 !important;
}
.wrap-sort-container .viewby .btn:hover,
.wrap-sort-container .viewby .btn:focus {
	background: #645659 !important;
	border-color: #645659 !important;
}
.wrap-sort-container .viewby .btn.active:hover,
.wrap-sort-container .viewby .btn.active:focus {
	background: #231F20 !important;
	border-color: #231F20 !important;
	color: #ED1C24 !important;
}
.wrap-sort-container .btn-group>.btn-group:not(:first-child),
.wrap-sort-container .btn-group>.btn:not(:first-child) {
	margin-left: 0;
}
.wrap-sort-container .btn-group>.btn-group:not(:first-child)>.btn,
.wrap-sort-container .btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.wrap-sort-container .btn-group>.btn-group:not(:last-child)>.btn,
.wrap-sort-container .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.prod-count span {
	font-weight: 500;
}
.wrap-sort-container .col-form-label {
	text-align: right;
	font-weight: 500;
}
.btn-tot {
	padding-left: 14px;
	display: inline-flex;
  vertical-align: middle;
}
.btn-tot span {
	font-weight: 700;
	margin-right: 4px;
}
@media (max-width: 767.98px) {
	.wrap-sort-container {
		margin-bottom: 15px;
	}
	.btn-tot {
		display: none;
	}
}
.finder-filter {
	margin-bottom: 25px;
	padding: 12px 20px;
	background: #231F20;
	border-radius: 4px;
	color: #fff;
}
.finder-filter h3 {
	margin: 0;
	font-size: 20px;
	line-height: 27px;
}
.finder-filter h4 {
	margin: 0;
	font-size: 20px;
	line-height: 27px;
	font-weight: 400;
}
.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: #231F20;
  -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: #231F20;
}
.wrap-part-toggle .switch.checked .slider:before {
  background-color: #A92325;
}
.wrap-part-toggle a:focus .slider {
  box-shadow: 0 0 1px #A92325;
}
.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%;
}
@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: #231F20;
	border-radius: 4px;
	color: #fff;
}
.wrap-noresult-head {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
}
.wrap-noresult-head i {
	color: #A92325;
}
.no-result-filter {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
@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;
	z-index: 99;
}
body .filter-op-bg {
	content: '';
	background: rgba(35,31,32,0.6);
	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;
}
/*Product*/
.product-rev-share {
	padding: 0;
	margin: 0;
	margin-top: 40px;
	list-style: none;
	text-align: center;
}
.product-rev-share > li {
	padding: 0 15px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.prod-rev span {
	margin-right: 10px;
	font-weight: 700;
}
.prod-rev span.rev-count {
	margin-left: 10px;
	margin-right: 0;
	font-weight: 400;
}
.prod-rev i {
	color: #ED1C24;
}
.prod-share .btn {
	padding: 0;
	border: none !important;
	background: none !important;
	color: #fff !important;
	font-size: 16px;
}
.prod-share .btn span {
	margin-right: 10px;
}
.prod-share .btn:focus {
	outline: none;
	box-shadow: none;
}
.prod-share .dropdown-toggle:after {
	display: none;
}
.prod-share .dropdown-menu {
	left: 50% !important;
	margin-left: -80px;
}
@media (max-width: 767.98px) {
	.product-rev-share {
		margin-top: 18px;
	}
	.product-rev-share > li {
		padding: 7px 0;
		display: block;
	}
}
.main-image {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}
.main-image img {
	background: #fff;
}
.main-image .savings-container {
	top: -1px;
	right: 0;
}
.row-alt-img {
	margin-left: -10px;
	margin-right: -10px;
}
.col-alt-img {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: center;
}
.col-alt-img img {
	border: 1px solid #ddd;
	border-radius: 4px;
}
@media (max-width: 767.98px) {
	.main-image {
		margin-bottom: 15px;
	}
	.row-alt-img {
		margin-left: -5px;
		margin-right: -5px;
	}
	.col-alt-img {
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 10px;
	}
	.col-alt-img.col-brochure {
		padding-top: 5px;
	}
}
.prod-right-conts {
	margin-bottom: 25px;
	padding: 25px 25px 30px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}
@media (max-width: 767.98px) {
	.prod-right-conts {
		padding: 25px 15px 30px;
	}
}
.wrapper-pricing {
	padding-top: 5px;
}
.productprice {
	margin-bottom: 20px;
	line-height: 47px;
	font-size: 40px;
	font-weight: 700;
}
.productwasprice {
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 23px;
	color: #aaa;
}
.productwasprice span {
	text-decoration: line-through;
}
.productpromo {
	color: #ED1C24;
}
@media (max-width: 767.98px) {
	.wrapper-pricing {
		padding-bottom: 15px;
		text-align: center;
	}
}
.productsale-counter {
	margin-top: 30px;
	padding: 15px;
	background: #FFF1F2;
	border: 2px solid #BF1B21;
	border-radius: 4px;
	text-align: center;
}
.productsale-counter h4 {
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #ED1C24;
	text-transform: none;
}
.wrap-sale-counter {
	font-size: 20px;
	color: #AE3E43;
	font-weight: 500;
}
.wrap-sale-counter span {
	padding: 0 9px;
	display: inline-block;
}
.wrap-sale-counter span strong {
	font-weight: 700;
	color: #ED1C24;
}
@media (max-width: 767.98px) {
	.productsale-counter {
		margin-top: 15px;
		padding: 15px 5px 25px;
	}
	.productsale-counter h4 {
		margin-bottom: 19px;
		font-size: 15px;
	}
	.wrap-sale-counter {
		font-size: 14px;
	}
	.wrap-sale-counter span {
		padding: 0 3px;
	}
}
.wrap-prod-stock .badge {
	padding: 6px 11px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	border-radius: 4px;
	display: inline-block;
}
.wrap-prod-sku {
	margin-bottom: 10px;
	font-size: 12px;
	color: #888;
	text-transform: uppercase;
}
.wrap-prodbrand-img {
	margin-bottom: 0;
}
.wrap-prodbrand-img img {
	max-width: 140px;
}
.wrap-prodbrand-name {
	font-weight: 600;
}
.brand-name-box {
	display: inline-block;
	padding: 4px 10px;
	background: #eee;
	border-radius: 4px;
}
.wrap-prodbrand-name a {
	color: #b5121b;
}
@media (max-width: 767.98px) {
	.wrap-prodbrand-img,
	.wrap-prodbrand-name {
		margin-bottom: 25px;
	}
}
.prod-right-conts hr {
	margin-top: 30px;
	margin-bottom: 30px;
}
@media (max-width: 767.98px) {
	.prod-right-conts hr {
		margin-top: 25px;
		margin-bottom: 20px;
	}
}
.row-variation {
	margin-bottom: 15px;
}
.var-spec {
	padding-bottom: 20px;
}
.variation-name {
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: none;
}
@media (max-width: 767.98px) {
	.row-variation {
		margin-bottom: 5px;
	}
}
.col-buyopt-inp .btn {
	padding: 21px 8px;
	color: #888;
	line-height: 16px;
}
.col-buyopt-inp .form-control {
	height: 60px;
	font-size: 22px;
}
.col-buyopt-inp .input-group-append .btn {
	border-radius: 0;
}
.col-buyopt-cart .btn {
	padding: 16px 12px;
	font-size: 22px;
	line-height: 26px;
	border-radius: 0 4px 4px 0;
}
.col-buyopt-cart.col-buyopt-cart-full .btn {
	border-radius: 4px;
}
.col-wishlist {
	padding-top: 20px;
}
.col-wishlist a {
	color: #666;
}
@media (max-width: 767.98px) {
	.row-buyopt-btns.btn-stack .col-12+.col-12 {
		margin-top: 10px;
	}
	.col-buyopt-inp .input-group-append .btn {
		border-radius: 0 4px 4px 0;
	}
	.col-buyopt-cart .btn {
		border-radius: 4px;
	}
}
.buy-opts-head {
	margin-bottom: 15px;
	font-weight: 700;
}
.table-buy-opts.table {
	margin-bottom: 30px;
	border-bottom: 2px solid #BF1B21;
	background: #fff;
}
.table-buy-opts.table thead th {
	font-weight: 700;
	border-top: none;
	border-bottom: 2px solid #BF1B21;
	background: #FAF7F2;
	text-transform: uppercase;
	color: #BF1B21;
}
.table-buy-opts.table td {
	border-top: 1px solid #FAF7F2;
	vertical-align: middle;
}
.table-buy-opts.cartTable.table td {
	border-top: 2px solid #FAF7F2;
}
.table-buy-opts.table-shopcart.table td {
	border-top: 2px solid #FAF7F2;
}
.table-buy-opts.table td .form-control {
	height: 26px;
	padding: 2px 5px;
	text-align: center;
	font-size: 12px;
}
.table-buy-opts.cartTable.table td .form-control {
	height: 35px;
	padding: 6px 5px;
	text-align: center;
	font-size: 14px;
}
.buy-opts-prodname p {
	margin-bottom: 0;
}
.buy-opts-price .child-price {
	margin-bottom: 2px;
	font-weight: 700;
}
.buy-opts-price .badge {
	padding: 4px 9px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	border-radius: 4px;
	display: inline-block;
}
@media (max-width: 767.98px) {
	.buy-opts-desk {
		display: none;
	}
	.buy-opts-prodname p {
		margin-bottom: 8px;
	}
}
.productmultilevelprice span {
	font-weight: 700;
}
input[type=radio].chk-radio-custom,
input[type=checkbox].chk-radio-custom {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input[type=radio].chk-radio-custom ~ label:before,
input[type=checkbox].chk-radio-custom ~ label:before {
  font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f0c8";
  display: inline-block;
  letter-spacing: 10px;
  font-size: 13px;
  color: #231F20;
  width: 18px;
}
input[type=radio].chk-radio-custom:checked ~ label,
input[type=checkbox].chk-radio-custom:checked ~ label {
  color: #BF1B21;
}
input[type=radio].chk-radio-custom:checked ~ label:before,
input[type=checkbox].chk-radio-custom:checked ~ label:before  {
  font-size: 13px;
  color: #BF1B21;
  letter-spacing: 5px;
	content: "\f14a";
}
input[type=radio].chk-radio-custom ~ label:before {
  content: "\f1db";
}
input[type=radio].chk-radio-custom:checked ~ label:before {
  content: "\f14a";
}
input[type=radio].chk-radio-custom:focus ~ label,
input[type=checkbox].chk-radio-custom:focus ~ label {
  color: #BF1B21;
}
input[type=radio].chk-radio-custom:focus ~ label:before,
input[type=checkbox].chk-radio-custom:focus ~ label:before {
  color: #BF1B21;
}
.row-crosssell {
	margin-bottom: 5px;
	margin-left: -10px;
	margin-right: -10px;
}
.wrap-crosssell {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0 !important;
	font-weight: 400 !important;
}
.wrap-crosssell-block {
	margin-bottom: 25px;
	width: 100%;
	float: left;
	padding: 0 5px;
}
.row-crosssell-block {
	margin-left: -5px;
	margin-right: -5px;
}
.crosssell-block {
	padding-left: 5px;
	padding-right: 5px;
}
.crosssell-caption {
	overflow: hidden;
	padding-left: 15px !important;
}
.crosssell-caption .title {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
}
.crosssell-caption .price {
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 700;
}
.crosssell-caption p {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 400;
}
.crosssell-caption p label {
	margin: 0;
	font-weight: 400;
}
@media (max-width: 767.98px) {
	.wrap-crosssell-block {
		margin-bottom: 20px;
	}
}
#shipbox.card {
	margin-bottom: 25px;
	overflow: hidden;
}
#shipbox .card-header {
	padding: 0;
	border: none;
	border-radius: 4px 4px 0 0;
}
#shipbox .card-header h3 a {
	position: relative;
  padding: 12px 27px 12px 15px;
  display: block;
  cursor: pointer;
  background: #BF1B21;
	color: #fff;
}
#shipbox .card-header h3 a:before {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  content: "\f068";
  color: #fff;
}
#shipbox .card-header h3 a.collapsed:before {
  content: "\f067";
}
#shipbox .card-header h3 a i {
	margin-right: 5px;
}
#shipcalc {
	padding: 0 !important;
}
.wrap-shipcalc {
	padding: 20px;
}
.row-calc {
	margin-left: -10px;
	margin-right: -10px;
}
.col-calc {
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 767.98px) {
	#shipbox.card {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.wrap-shipcalc {
		padding: 20px;
	}
	.row-calc {
		margin-left: -10px;
		margin-right: -10px;
	}
	.col-calc {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.wrapper-product-information {
	margin-top: 50px;
	margin-bottom: 40px;
}
.col-product-info h3 {
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 41px;
}
.product-info-text {
	font-size: 16px;
	line-height: 19px;
}
.spec-text {
	padding-bottom: 25px;
}
.product-info-text h4 {
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: none;
}
.wrapper-product-description {
	padding: 30px 0 55px;
	color: #fff;
	background: #231F20;
}
.wrapper-product-kit-inc {
	padding: 30px 0 40px;
	background: #efefef;
}
.wrapper-product-features {
	padding: 30px 0 40px;
	background: #fff;
}
.wrapper-product-specification {
	padding: 30px 0 40px;
	background: #E8E8E8;
}
.wrapper-product-specification ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wrapper-product-specification ul li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
	line-height: 19px;
}
.wrapper-product-specification ul li:before {
	position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  content: "\f058";
  color: #00B1E7;
}
.wrapper-product-specification ul li span {
	margin-right: 4px;
	font-weight: 700;
	text-transform: uppercase;
}
.wrapper-product-faq {
	padding: 30px 0 40px;
	background: #fff;
}
#faqs .card {
	border: none;
	margin-bottom: 20px;
}
#faqs .card-header {
	margin: 0;
  padding: 0;
  background: none;
  border: none;
}
#faqs .card-header .btn {
	position: relative;
	padding: 15px 40px 15px 15px;
	line-height: 16px;
	background: #ED1C24;
	color: #fff;
}
#faqs .card-header .btn.collapsed {
	color: #fff;
	background: #333;
}
#faqs .card-header .btn:after {
	position: absolute;
	top: 15px;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	content: "\f068";
}
#faqs .card-header .btn.collapsed:after {
	content: "\f067";
}
#faqs .card-body {
	padding: 20px 15px 0;
}
.wrapper-product-review {
	padding: 30px 0 35px;
	background: #ddd;
}
.wrapper-product-review h3 {
	color: #00B1E7;
}
.wrapper-product-review h3 span {
	display: inline-block;
	vertical-align: middle;
}
.wrapper-product-review h3 i {
	font-size: 20px;
	color: #ED991C;
	vertical-align: middle;
}
.wrap-rev-conts {
	margin-bottom: 20px;
	padding: 25px 25px 10px;
	background: #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 16px;
}
.rev-author,
.rev-desc,
.rev-rate {
	margin-bottom: 15px;
}
.rev-rate i {
	color: #ED991C;
}
@media (max-width: 767.98px) {
	.wrapper-product-information {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.col-product-info h3 {
		font-size: 24px;
		line-height: 33px;
	}
	.product-info-text {
		font-size: 14px;
		line-height: 16px;
	}
	.wrapper-product-description {
		padding: 25px 0 35px;
	}
	.wrapper-product-specification {
		padding: 25px 0;
	}
	.wrapper-product-specification ul li {
		padding-left: 22px;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 16px;
	}
	.wrapper-product-specification ul li:before {
	  font-size: 14px;
	}
	.wrapper-product-specification ul li span {
		margin-right: 3px;
	}
	.wrapper-product-review {
		padding: 25px 0 20px;
	}
	.wrapper-product-review h3 i {
		font-size: 16px;
	}
}
.wrap-prod-compat-list {
	margin-top: 25px;
	padding: 30px;
	border: 3px solid #543F2F;
	border-radius: 4px;
}
.wrap-prod-selected-vehicle {
	position: relative;
	padding-left: 52px;
}
.wrap-prod-selected-vehicle:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-size: 40px;
	line-height: 46px;
}
.n-vehicle .wrap-prod-selected-vehicle:before {
	content: "\f165";
	color: #BF1B21;
}
.y-vehicle .wrap-prod-selected-vehicle:before {
	content: "\f164";
	color: #00B1E7;
}
.u-vehicle .wrap-prod-selected-vehicle {
	padding-left: 0;
	padding-top: 66px;
}
.u-vehicle .wrap-prod-selected-vehicle:before {
	content: "\f164";
	color: #00B1E7;
	top: 0;
	left: 50%;
	margin-left: -19px;
}
.d-vehicle .wrap-prod-selected-vehicle {
	padding-left: 0;
}
.d-vehicle .wrap-prod-selected-vehicle:before {
	display: none;
}
.wrap-prod-selected-vehicle h4 {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	color: #fff;
}
.wrap-prod-selected-vehicle p {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}
@media (max-width: 991.98px) {
	.wrap-prod-compat-list {
		padding: 30px 20px;
	}
	.wrap-prod-selected-vehicle {
		padding-left: 0;
		padding-top: 66px;
	}
	.wrap-prod-selected-vehicle:before {
		top: 0;
		left: 50%;
		margin-left: -19px;
	}
	.wrap-prod-selected-vehicle p {
		margin-bottom: 20px;
	}
	.d-vehicle .wrap-prod-selected-vehicle {
		padding-top: 0;
	}
	.d-vehicle .wrap-prod-selected-vehicle h4 {
		margin-bottom: 15px;
	}
}
/*Content*/
.wrapper-content-text {
	margin-bottom: 50px;
	padding: 25px 25px 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}
@media (max-width: 767.98px) {
	.wrapper-content-text {
		margin-bottom: 25px;
		padding: 20px 15px 10px;
	}
}
/*Blog*/
.wrap-blog {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
}
.wrap-blog-img {
	height: 180px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	text-indent: -9999px;
	border-radius: 3px 3px 0 0;
}
.wrap-blog-text {
	padding: 15px 15px 20px;
}
.wrap-blog-text h5 {
	margin-bottom: 10px;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	line-height: 16px;
	text-transform: none;
}
.wrap-blog-text h5 a {
	color: #231F20;
}
.wrap-blog-text h5 a:hover,
.wrap-blog-text h5 a:focus {
	color: #BF1B21;
}
.wrap-blog-text p {
	margin-bottom: 10px;
	height: 60px;
	overflow: hidden;
	font-size: 13px;
	text-align: left;
	line-height: 15px;
}
.wrap-blog-text a {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	line-height: 15px;
	color: #BF1B21;
}
@media (max-width: 767.98px) {
	.wrap-blog {
		margin-bottom: 15px;
	}
}
/*Blog Dteail*/
.page-aut-share {
	padding: 0;
	margin: 0;
	margin-top: 40px;
	list-style: none;
	text-align: center;
}
.page-aut-share > li {
	padding: 0 15px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.page-aut span {
	font-weight: 700;
}
.page-date {
	font-weight: 700;
}
.page-share .btn {
	padding: 0;
	border: none !important;
	background: none !important;
	color: #fff !important;
	font-size: 16px;
}
.page-share .btn span {
	margin-right: 10px;
}
.page-share .btn:focus {
	outline: none;
	box-shadow: none;
}
.page-share .dropdown-toggle:after {
	display: none;
}
.page-share .dropdown-menu {
	left: 50% !important;
	margin-left: -80px;
}
@media (max-width: 767.98px) {
	.page-aut-share {
		margin-top: 10px;
	}
	.page-aut-share > li {
		padding: 10px;
	}
	.page-aut,
	.page-date {
		font-size: 14px !important;
	}
}
.blog-main-img {
	margin-bottom: 30px;
	text-align: center;
}
.blog-main-img img {
	max-width: 100%;
	border-radius: 4px;
}
.wrap-blog-description {
	margin-bottom: 20px;
	padding: 25px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fff;
	column-count: 2;
  column-gap: 30px;
	font-size: 14px;
	line-height: 18px;
}
.wrap-blog-description img {
	max-width: 100%;
	border-radius: 4px;
}
@media (max-width: 767.98px) {
	.blog-main-img {
		padding: 0;
		margin-bottom: 20px;
	}
	.blog-main-img img {
		border-radius: 0;
		height: 225px;
		object-fit: cover;
	}
	.wrap-blog-description {
		margin-bottom: 10px;
		padding: 20px 15px;
		column-count: 1;
	  column-gap: 0;
	}
}
/*FAQ*/
.wrapper-faq-content {
	margin-bottom: 10px;
	padding: 30px 25px 10px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fff;
}
.wrapper-faq-content h4 {
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	text-transform: none;
}
.wrapper-faq-content .faq-answer {
	padding-bottom: 15px;
}
.faq-ban-col {
	margin-bottom: 40px;
	margin-top: 70px;
}
.faq-ban {
	position: relative;
	min-height: 300px;
	height: 100%;
	padding: 15px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 4px;
	overflow: hidden;
}
.faq-ban:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(35, 31, 32, 0.8);
}
.faq-ban-text {
	position: relative;
	z-index: 2;
	width: 100%;
}
.faq-ban-text h3 {
	padding: 8px 20px;
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	background: rgba(237, 28, 36, 0.4);
}
.faq-ban-text p {
	padding: 12px 20px;
	margin-bottom: 30px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	background: rgba(203, 166, 137, 0.4);
}
.faq-ban-text .btn {
	padding: 6px 15px;
	font-size: 14px;
}
.faq-ban-text .btn i {
	margin-right: 5px;
}
@media (max-width: 767.98px) {
	.wrapper-faq-content {
		margin-bottom: 5px;
	}
	.faq-ban-col {
		margin-bottom: 35px;
		margin-top: 30px;
	}
	.faq-ban {
		min-height: 250px;
	}
	.faq-ban-text h3 {
		margin-bottom: 8px;
		padding: 4px 15px;
		font-size: 15px;
		line-height: 20px;
	}
	.faq-ban-text p {
		margin-bottom: 15px;
	}
}
/*Contact*/
.contact-about {
	padding: 10px 30px 20px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fff;
}
.wrapper-contact-form {
	padding: 30px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fff;
}
.wrapper-contact-form .form-group {
	margin-bottom: 30px;
}
.wrapper-contact-form label {
	margin-bottom: 15px;
	font-weight: 700;
	text-transform: none;
	line-height: 17px;
}
.wrapper-contact-form .form-control {
	height: 40px;
}
.wrapper-contact-form textarea {
	height: 150px !important;
	border-radius: 4px !important;
}
.wrapper-contact-form p {
	margin-bottom: 40px;
	text-align: center;
	font-size: 16px;
}
@media (max-width: 991.98px) {
	.contact-about {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.wrapper-contact-form {
		padding: 25px 15px;
	}
	.wrapper-contact-form .form-group {
		margin-bottom: 25px;
	}
	.wrapper-contact-form p {
		margin-bottom: 20px;
	}
}
@media (max-width: 575.98px) {
	.wrapper-contact-form .btn {
		width: 100%;
		display: block;
	}
	.wrapper-contact-form p {
		font-size: 14px;
	}
}
/* cart */
.row-top-cart-btns {
	margin-bottom: 30px;
}
.col-quote-btn .btn {
	min-width: 255px;
	text-transform: none;
}
.col-checkout-btn .btn {
	font-size: 20px;
}
.wrap-cart-table {
	margin-bottom: 50px;
	padding: 20px 15px 30px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
}
.cart-model {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 500;
	color: #231f20;
}
.cart-model-sub {
	margin-top: 10px;
	margin-bottom: 0;
}
.table-buy-opts.cartTable.table td {
	padding: 8px;
}
.cart-price-sub {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 14px;
}
.cart-price-sub-sm {
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: 500;
}
.btn-cart-del {
	font-size: 15px;
	color: #B30212;
	border: none !important;
}
.btn-cart-del:hover,
.btn-cart-del:focus {
	color: #B30212;
}
.wrap-cart-pricing-list {
	margin-bottom: 30px;
	padding: 20px 15px;
	border: 2px solid #BF1B21;
	border-radius: 4px;
	background: #fff;
}
.table-cart-total {
	margin-bottom: 0 !important;
}
.table-cart-total.table th {
	font-weight: 500;
	border-top: 2px solid #FAF7F2;
	border-bottom: none;
	color: #231F20;
	font-size: 16px;
}
.table-cart-total.table td {
	border-top: 2px solid #FAF7F2;
	font-weight: 500;
	font-size: 16px;
}
.table-cart-total.table .cart-total-sub th {
	border-top: none;
	border-bottom: 2px solid #BF1B21;
	text-transform: uppercase;
}
.table-cart-total.table .cart-total-sub td {
	border-top: none;
	border-bottom: 2px solid #BF1B21;
}
.text-cart-total-head {
	text-transform: uppercase;
	font-weight: 700 !important;
}
.text-cart-total {
	font-size: 20px !important;
	font-weight: 700 !important;
}
.cart-ppal img {
	max-width: 216px;
}
.card-cart-calc {
	margin-bottom: 25px;
}
.card-cart-calc .card-header {
	color: #fff;
	background: #231F20;
}
.card-disc-code {
	margin-bottom: 25px;
}
.card-disc-code .card-header {
	color: #fff;
	background: #BF1B21;
}
@media (min-width: 768px) {
	.cartTable--heading-quantity {
		width: 122px;
	}
	.cartTable--heading-price {
		width: 160px;
	}
}
@media (max-width: 991.98px) {
	.card-disc-code {
		margin-bottom: 20px;
	}
}
@media (max-width: 767.98px) {
	.btn-stack.row-top-cart-btns .col-12+.col-12,
	.btn-stack.row-btm-cart-btns .col-12+.col-12 {
		margin-top: 15px;
	}
	.row-top-cart-btns {
		margin-bottom: 25px;
	}
	.cartTable--heading span {
		display: none;
	}
	.col-quote-btn .btn {
		min-width: 0;
		width: 100%;
		display: block;
	}
	.col-checkout-btn .btn {
		font-size: 16px;
	}
	.wrap-cart-table {
    margin-bottom: 40px;
    padding: 0;
    border: none;
    border-radius: 0;
		background: none;
	}
	.table-buy-opts.cartTable.table td {
		padding: 8px 5px;
	}
	.cartTable--heading-quantity {
		width: 80px;
	}
	.cartTable--heading-price {
		width: 80px;
	}
	.cartTable--column-image {
		width: 35px;
	}
	.cart-price-sub {
		font-size: 12px;
	}
	.cart-price-sub-sm {
		font-size: 11px;
	}
	.cart-model,
	.cart-model-sub {
		font-size: 12px;
	}
	.table-buy-opts.cartTable.table {
		margin-bottom: 25px;
	}
	.table-buy-opts.cartTable.table td {
		vertical-align: top !important;
	}
	.table-buy-opts.cartTable.table thead th {
		font-size: 13px;
	}
	.btn-stack.row-btns-cart-update .col-12+.col-12  {
		margin-top: 15px;
	}
	.wrap-cart-pricing-list {
    margin-bottom: 25px;
    padding: 0;
    border: none;
    border-radius: 0;
	}
	.table-cart-total {
		border-bottom: 2px solid #BF1B21;
	}
	.table-cart-total.table th {
		font-size: 14px;
	}
	.table-cart-total.table td {
		font-size: 14px;
	}
	.table-cart-total.table td h4 {
		font-size: 14px;
	}
	.text-cart-total {
		font-size: 16px !important;
	}
}
/*Account*/
.card.card-acct-log {
	padding: 20px 15px;
}
.card.card-acct-log .card-header {
	padding: 15px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	color: #BF1B21;
	text-transform: uppercase;
	background: #FAF7F2;
	border-bottom: 2px solid #BF1B21;
}
.card-acct-log .card-body {
	padding: 30px 0 0;
}
.card-acct-log .form-group {
	margin-bottom: 20px;
}
.card-acct-log label {
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 17px;
	text-transform: none;
}
.card-acct-log .form-control {
	height: 40px;
}
.card-acct-log .form-text {
	margin-top: 10px;
	font-weight: 500;
	font-size: 12px;
}
.card-acct-log hr {
	margin-top: 0;
	margin-bottom: 20px;
	border-top: 2px solid #BF1B21;
}
.card-acct-log .checkbox label {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 13px;
	text-transform: none;
}
.card-acct-log .checkbox label a {
	font-weight: 500;
}
.card-acct-log .btn {
	font-size: 20px;
}
@media (max-width: 991.98px) {
	.card-acct-log .btn {
		font-size: 16px;
	}
}
@media (max-width: 767.98px) {
	.card.card-acct-log {
		padding: 0;
	}
	.card.card-acct-log .card-header {
		font-size: 16px;
		line-height: 20px;
	}
	.card-acct-log .card-body {
		padding: 30px 10px 20px;
	}
}
.page-head-acct p {
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
	color: #fff;
}
.page-head-acct p.acct-welcome {
	margin-top: 25px;
	font-size: 16px;
	font-weight: 500;
}
.page-head-acct p.acct-welcome span {
	font-weight: 700;
	text-transform: uppercase;
}
.page-head-acct p.acct-welcome a {
	color: #ED1C24;
	font-weight: 700;
}
.col-acct-opts {
	padding-bottom: 20px;
}
.col-acct-opts .btn {
	padding: 20px 0.75rem;
	border-radius: 4px;
}
.col-acct-opts h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: none;
}
.col-acct-opts h3 i {
	color: #BF1B21;
}
.col-acct-opts p {
	font-size: 13px !important;
	text-transform: none;
}
.card-body-myorder {
	padding-top: 28px;
	position: relative;
}
.badge-my-order {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 64px;
	padding: 2px 6px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0 4px 0 4px;
	display: inline-block;
}
.my-orderid a {
	color: #231F20;
	font-weight: 500;
	display: block;
}
.my-order-div {
	margin-top: 8px;
	margin-bottom: 20px;
	border-top: 2px solid #BF1B21;
}
.account-order-card p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 17px;
}
.account-order-card p .badge {
	min-width: 64px;
	padding: 2px 6px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
}
.row-myorder-btns {
	margin-top: 10px;
	margin-left: -5px;
	margin-right:-5px;
}
.col-myorder-btns {
	padding-left: 5px;
	padding-right: 5px;
}
.col-myorder-btns .btn {
	padding: 0.375rem 2px;
  font-size: 12px;
}
.row-wishlist-form .form-row-wish {
	padding: 20px 20px 30px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
}
.wish-head label {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 500;
}
.form-row-wish .form-control {
	height: 40px;
}
.form-row-wish .btn {
	font-size: 16px;
	height: 40px;
	font-weight: 700;
}
.wrapper-acct-text {
	margin-bottom: 20px;
	padding: 25px 20px 20px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fff;
}
@media (max-width: 767.98px) {
	.wish-head label {
		margin-bottom: 15px;
	}
	.btn-stack.row-wishform .col-12+.col-12 {
		margin-top: 15px;
	}
}
.edit-det {
	padding-top: 30px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.edit-det-form {
	padding: 20px 15px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fff;
}
.edit-sub-head {
	margin-bottom: 30px;
	padding: 15px;
	background: #FAF7F2;
	border-bottom: 2px solid #BF1B21;
}
.edit-sub-head h2 {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	color: #BF1B21;
	text-transform: uppercase;
}
.edit-det-form .form-group {
	margin-bottom: 20px;
}
.edit-det-form .form-group label {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	text-transform: none;
}
.edit-det-form .form-control {
	height: 40px;
}
.edit-det-form textarea {
	height: 150px !important;
	border-radius: 4px;
}
.edit-det-form .wrap-select {
	height: 40px;
}
.edit-det-form .wrap-select select {
	height: 38px !important;
}
.edit-det-form .form-group.form-group-subscribe label {
	margin-bottom: 0;
	font-weight: 400;
	text-transform: none;
}
.edit-det-btn .btn {
	min-width: 350px;
	font-size: 20px;
	font-weight: 700;
}
@media (max-width: 767.98px) {
	.edit-det-form {
		padding: 0;
		border-radius: 0;
		border: none;
		background: none;
	}
	.edit-form-container {
		margin-bottom: 25px;
		border: 1px solid #ddd;
		border-radius: 4px;
		overflow: hidden;
		background: #fff;
	}
	.edit-form-body {
		padding: 30px 10px 20px;
	}
	.edit-sub-head {
		margin-bottom: 0;
	}
	.edit-sub-head h2 {
		font-size: 16px;
		line-height: 20px;
	}
	.edit-det-btn .btn {
		min-width: 0;
		width: 100%;
		display: block;
		font-size: 16px;
	}
}
/*Pager*/
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline-block;
}
.pager li > a,
.pager li > span {
  display: block;
	width: 34px;
	height: 34px;
	margin: 3px 1px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
	color: #231F20;
	border-radius: 4px;
	line-height: 32px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #fff;
	color: #BF1B21;
}
.pager li:first-child > a,
.pager li:first-child > span {
	padding: 0 11px;
	width: auto;
	height: 34px;
	border-radius: 4px;
}
.pager li.active > a {
	color: #BF1B21;
  background-color: #fff;
  border-color: #e8e8e8;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
/*Brands*/
.brandlist-img {
	width: 100%;
	float: left;
	border: 1px solid #e8e8e8;
	background: #fff;
	margin-bottom: 5px;
	border-radius: 4px;
}
.brandlist-img img {
	height: 80px;
	max-width: 100%;
	object-fit: contain;
}
.brandlist-name {
	width: 100%;
	height: 36px;
	overflow: hidden;
	float: left;
}
.brandlist-name a {
	color: #333;
}
.brandlist-name a:hover {
	color: #25AAE1;
}
@media (max-width: 520px) {
	.brandlistwrap {
		width: 50%;
	}
}
/*Search Result */
.search-results-search {
	margin-top: 20px;
	text-align: center;
}
.search-results-search form {
	width: 70%;
	display: inline-block;
}
.search-results-search .form-control {
	border-radius: 4px 0 0 4px !important;
	height: 40px;
	padding: 4px 10px 4px 12px;
	border-width: 2px;
	border-color: #ED1C24;
	border-right: none;
	background: #2F292B;
	font-size: 13px;
	color: #fff;
}
.search-results-search .form-control:focus {
	box-shadow: none;
	outline: none;
	border-color: #ED1C24 !important;
	background: #2F292B !important;
}
.search-results-search .input-group-append {
	margin-left: 0;
}
.search-results-search .btn {
	padding: 9px 10px;
	border-radius: 0 4px 4px 0;
	opacity: 1 !important;
	border-width: 2px !important;
	border-color: #ED1C24 !important;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 16px !important;
	border-left: none;
	background: #2F292B !important;
}
.search-results-search .btn:hover,
.search-results-search .btn:focus {
	background: #2F292B !important;
	border-color: #ED1C24 !important;
	color: #fff !important;
}
.search-results-search .search_loading_icon {
	display: none !important;
}
@media (max-width: 575.98px) {
	.search-results-search form {
		width: 98%;
	}
}
/*Footer*/
.wrapper-footer {
	margin-top: 60px;
	background: #231F20;
	border-top: 5px solid #ED1C24;
	color: #B2ADAA;
}
@media (max-width: 767.98px) {
	.wrapper-footer {
		margin-top: 50px;
	}
}
.wraper-footer-links {
	padding: 60px 0 70px;
}
.footer-logo {
	margin-bottom: 20px;
}
@media (max-width: 767.98px) {
	.wraper-footer-links {
		padding: 50px 0 28px;
	}
	.footer-logo {
		margin-bottom: 5px;
	}
	.footer-logo img {
		width: 165px;
	}
}
.footer-about h5 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	color: #fff;
}
.contact-about.footer-about h5 {
	color: #231F20;
}
.footer-comp-info .comp-text {
	margin-bottom: 10px;
	line-height: 16px;
}
.footer-comp-info .comp-text.comp-addr,
.footer-comp-info .comp-text.comp-whours,
.footer-comp-info .comp-text a {
	position: relative;
	padding-left: 21px;
}
.footer-comp-info .comp-text a {
	display: block;
	color: #B2ADAA;
}
.contact-about.footer-about .footer-comp-info .comp-text a {
	color: #231F20;
}
.footer-comp-info .comp-text.comp-addr:before,
.footer-comp-info .comp-text.comp-whours:before,
.footer-comp-info .comp-text a:before {
	position: absolute;
	top: 1px;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	color: #ED1C24;
}
.footer-comp-info .comp-addr:before {
	content: "\f3c5";
}
.footer-comp-info .comp-whours:before {
	content: "\f017";
}
.footer-comp-info .comp-phone a:before {
	content: "\f095";
}
.footer-comp-info .comp-eadd a:before {
	content: "\f1d8";
}
.footer-comp-info .comp-text a:hover,
.footer-comp-info .comp-text a:focus {
	color: #ED1C24;
}
@media (max-width: 767.98px) {
	.footer-comp-info .comp-text.comp-addr,
	.footer-comp-info .comp-text.comp-whours,
	.footer-comp-info .comp-text a {
		padding-left: 0;
	}
	.footer-comp-info .comp-text.comp-addr:before,
	.footer-comp-info .comp-text.comp-whours:before,
	.footer-comp-info .comp-text a:before {
		position: static;
		top: 0;
		left: 0;
		margin-right: 6px;
	}
}
.footer-social {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	margin-bottom: 10px;
	list-style: none;
}
.footer-social li {
	margin-right: 5px;
	margin-bottom: 8px;
	display: inline-block
}
.footer-social li a {
	width: 34px;
	height: 34px;
	display: block;
	line-height: 34px;
	font-size: 16px;
	text-align: center;
	background: #543F2F;
	border-radius: 50%;
	color: #fff;
}
.footer-social li a:hover,
.footer-social li a:focus {
	background: #785A43;
}
@media (max-width: 767.98px) {
	.footer-social {
		margin-bottom: 24px;
	}
	.footer-social li {
		margin-right: 2px;
		margin-left: 2px;
	}
}
.footer-links .navlinks {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
}
.footer-links h4 {
	margin-top: 6px;
	margin-bottom: 12px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	color: #fff;
	padding: 0 !important;
}
.footer-links a.nav-link {
	padding: 8px 0;
	font-size: 14px;
	font-weight: 400;
	color: #B2ADAA;
	line-height: 16px;
}
.footer-links a.nav-link:hover,
.footer-links a.nav-link:focus {
	color: #ED1C24;
}
@media (min-width: 768px) {
	.footer-links .navlinks {
		display: block !important;
	}
}
@media (max-width: 767.98px) {
	.footer-links {
		margin-bottom: 36px;
	}
	.footer-links .navlinks {
		margin-bottom: 0;
		text-align: left;
	}
	.footer-links h4 {
		margin-top: 8px;
		margin-bottom: 8px;
		text-align: left;
	}
	.footer-links h4 a {
		position: relative;
		padding: 7px 27px 7px 15px;
		display: block;
		color: #fff;
		border: 1px solid #ED1C24;
		border-radius: 4px;
	}
	.footer-links h4 a:after {
		position: absolute;
		top: 50%;
		margin-top: -9px;
		right: 15px;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 14px;
		content: "\f068";
	}
	.footer-links h4 a.collapsed:after {
		content: "\f067";
	}
	.footer-links a.nav-link {
		padding: 8px 16px;
	}
}
.footer-newslet {
	padding-left: 30px;
	height: 100%;
	border-left: 1px solid #543F2F;
}
.footer-newslet h4 {
	margin-top: 6px;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	color: #fff;
	padding: 0 !important;
}
.footer-newslet p {
	margin-bottom: 15px;
	color: #B2ADAA;
	line-height: 16px;
}
.footer-newslet form {
	margin-bottom: 45px;
}
.footer-newslet .form-control {
	border-radius: 4px 0 0 4px !important;
	height: 40px;
	padding: 4px 10px 4px 12px;
	border-width: 2px;
	border-color: #ED1C24;
	border-right: none;
	background: #2F292B;
	font-size: 13px;
	color: #fff;
}
.footer-newslet .form-control:focus {
	box-shadow: none;
	outline: none;
	border-color: #ED1C24 !important;
	background: #2F292B !important;
}
.footer-newslet .input-group-append {
	margin-left: 0;
}
.footer-newslet .form-control::-moz-placeholder {
	color: #B2ADAA;
}
.footer-newslet .form-control:-ms-input-placeholder {
	color: #B2ADAA;
}
.footer-newslet .form-control::-webkit-input-placeholder {
	color: #B2ADAA;
}
.footer-newslet .btn {
	padding: 9px 10px;
	border-radius: 0 4px 4px 0;
	opacity: 1 !important;
	border-width: 2px !important;
	border-color: #ED1C24 !important;
	color: #fff !important;
	font-size: 16px;
	line-height: 16px;
	border-left: none;
	background: #2F292B;
}
.footer-newslet .btn:hover,
.footer-newslet .btn:focus {
	background: #2F292B !important;
	border-color: #ED1C24 !important;
	color: #fff !important;
}
@media (max-width: 767.98px) {
	.footer-newslet {
		padding-left: 0;
		border-left: none;
	}
	.footer-newslet form {
		margin-bottom: 30px;
	}
}
.footer-payment {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-payment li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 12px;
}
.footer-payment .payment-icon-container {
	padding: 5px;
	height: 40px;
	background: #fff;
	border-radius: 4px;
}
.footer-payment .payment-icon {
	background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
	.footer-payment li {
		margin-bottom: 6px;
		margin-right: 5px;
		margin-left: 5px;
	}
}
.wrapper-footer-copyr {
	padding: 20px 0;
	border-top: 1px solid #543F2F;
}
.wrapper-footer-copyr p {
	margin: 0;
	font-size: 13px;
	line-height: 15px;
	color: #B2ADAA;
	text-align: center;
}
@media (max-width: 767.98px) {
	.wrapper-footer-copyr {
		padding: 15px 0;
	}
}
