body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px /*{body-font-size}*/;
	color: #1c1c1c /*{body-font-colour}*/;
	background-image:none /*{body-background-image}*/;
	background-color: #fff /*{body-background-colour}*/;
}

a, .btn-link{
	color: #fbcb0a /*{link-text-colour}*/;
}
a:hover, a:active, a:focus, .btn-link:hover{
	color: #fbcb0a !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #1c1c1c /*{headers-colour}*/;
}

.carousel-caption h3, .carousel-caption h2,.carousel-caption .h3,.carousel-caption p {
	color: #fff /*{carousel-text-colour}*/;
}

h1, .h1 {
	font-size: 26.249px /*{header-1-font-size}*/;
}
h2, .h2 {
	font-size: 21px /*{header-2-font-size}*/;
}
h3, .h3 {
	font-size: 18.375px /*{header-3-font-size}*/;
}
h4, .h4 {
	font-size: 15.75px /*{header-4-font-size}*/;
}
h5, .h5 {
	font-size: 13.124px /*{header-5-font-size}*/;
}
/* Secondary button */
.btn-outline-secondary, .btn-default {
	color: #333 /*{buttons | btn-default-text-colour}*/;
	background-color: #fff /*{buttons | btn-default-background-colour}*/;
	border-color: #ccc /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover{
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled, .btn-default:disabled {
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle,
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
	color: #fff /*{buttons | btn-primary-text-colour}*/;
	background-color: #1c1c1c /*{buttons | btn-primary-background-colour}*/;
	border-color: #1c1c1c /*{buttons | btn-primary-border-colour}*/;
	border-radius: 0 !important;
}
.btn-primary:hover {
	color: #1c1c1c /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #fbcb0a /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #fbcb0a /*{buttons | btn-primary-border-colour-hover}*/;

}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color:  #005ecf /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #0058c2  /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #005ecf /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #0058c2  /*{buttons | btn-primary-border-colour-hover}*/;
}
/* Warning button */
.btn-warning {
	color: #fff /*{buttons | btn-warning-text-colour}*/;
	background-color: #ffc107 /*{buttons | btn-warning-background-colour}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour}*/;
}
.btn-warning:hover {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color:  #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
/* Danger button */
.btn-danger {
	color: #fff /*{buttons | btn-danger-text-colour}*/;
	background-color: #dc3545 /*{buttons | btn-danger-background-colour}*/;
	border-color: #dc3545 /*{buttons | btn-danger-border-colour}*/;
}
.btn-danger:hover {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color:  #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
/* Success button */
.btn-success {
	color: #1c1c1c /*{buttons | btn-success-text-colour}*/;
	background-color: #fbcb0a /*{buttons | btn-success-background-colour}*/;
	border-color: #fbcb0a /*{buttons | btn-success-border-colour}*/;
	border-radius: 0px;
}
.btn-success:hover {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #1c1c1c /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #1c1c1c /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success.disabled, .btn-success:disabled {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color:  #218838 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #1e7e34 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #218838 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #1e7e34 /*{buttons | btn-success-border-colour-hover}*/;
}
/* Info button */
.btn-info {
	color: #fff /*{buttons | btn-info-text-colour}*/;
	background-color: #17a2b8 /*{buttons | btn-info-background-colour}*/;
	border-color: #17a2b8 /*{buttons | btn-info-border-colour}*/;
}
.btn-info:hover {
	color: #fff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info.disabled, .btn-info:disabled {
	color: #fff /*{buttons | btn-info-text-colour-hover}*/;
	background-color:  #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #fff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}

.breadcrumb {
	background-color: #f8f9fa /*{breadcrumb-background-colour}*/;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #6c757d /*{breadcrumb-text-colour}*/;
}

.breadcrumb > .active,
.breadcrumb a {
	color: #696969 /*{breadcrumb-text-colour}*/;
}

.pagination .page-link {
	color: #1c1c1c !important;
	background-color: #fff;
	border-color: #dee2e6;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	padding: 0;
	/* text-align: center; */
	justify-content: center;
	border-radius: 0 !important;
	margin-left: 5px;
}
.pagination .page-link:hover,
.pagination .page-link:focus{
	color: #1c1c1c /*{pagination-text-colour-hover}*/;
	background-color: #fbcb0a /*{pagination-bg-colour-hover}*/;
	border-color: #fbcb0a /*{pagination-border-colour-hover}*/;
}
.pagination .active .page-link,
.pagination .active .page-link:hover,
.pagination .active .page-link:focus {
	color: #1c1c1c /*{pagination-text-colour-active}*/;
	background-color: #fbcb0a /*{pagination-bg-colour-active}*/;
	border-color: #fbcb0a /*{pagination-border-colour-active}*/;
}

.badge-secondary {
	background-color: #ebebeb /*{label-default-bg}*/;
}
.badge-primary {
	background-color: #006FF5 /*{label-primary-bg}*/;
}
.badge-success {
	background-color: #28a745 /*{label-success-bg}*/;
}
.badge-info {
	background-color: #17a2b8 /*{label-info-bg}*/;
}
.badge-warning {
	background-color: #212529 /*{label-warning-text-colour}*/;
	background-color: #ffc107 /*{label-warning-bg}*/;
}
.badge-danger {
	background-color: #dc3545 /*{label-danger-bg}*/;
}

.card {
	border-color: #ddd /*{panel-border-colour}*/;
}
.card-header {
	background-color: #f5f5f5 /*{panel-header-bg-colour}*/;
	border-color: #ddd /*{panel-header-border-colour}*/;
}

.productsave {
	color: #D9534F /*{sale-colour}*/;
}

.wrapper-header .navbar-toggler {
	color: #696969 /*{navbar-default-link-colour}*/;
}



.wrapper-header .navbar .navbar-nav .nav-link {
	color: #696969 /*{navbar-default-link-colour}*/;
}

.wrapper-header .navbar-nav .nav-link:hover,
.wrapper-header .navbar-nav .nav-link:focus {
	color: #333 /*{navbar-default-link-colour-hover}*/;
}
.wrapper-header .navbar-nav .show > .nav-link,
.wrapper-header .navbar-nav .active > .nav-link,
.wrapper-header .navbar-nav .nav-link.show, .wrapper-header .navbar-nav .nav-link.active{
	color: #555 /*{navbar-default-link-colour-active}*/;
}

.dropdown-menu {
	background-color: #1c1c1c;
border-color: #1c1c1c;
border: none;
color: #fff;
z-index: 5000;
border-radius: 0;
}

.dropdown-item{
	color: #fff;
padding: .25rem 15px;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active{
	color: #fbcb0a /*{dropdown-menu-link-colour-hover}*/;
	
}
button{
	border-radius: 0 !important;
}
.btn{
	border-radius: 0 !important;
}
#npopupDesc .right {
	display: none;
}
.successaddmessage .footer .left {
	float: left;
	width: 100%;
}
#npopupDesc .npopup-view {
	float: right;
}
/*==================Add-by-Devepoper========================*/
.top-menu {
	background-color: #1c1c1c;
	color: #fff;
	min-height: 41px;
	align-items: center;
	display: flex;
}
.top-menu nav.navbar {
	background-color: transparent !important;
	padding: 0;
	border: none;
}
.wrapper-header .top-menu nav.navbar a.nav-link {
	padding: 0 20px;
	color: #fff;
	font-size: 15px;
	border-left: 1px solid #fff;
	border-color: #6a6a6a !important;
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
}
.wrapper-header .top-menu nav.navbar li:first-child a.nav-link {
	border-left: none;
}
.wrapper-header .top-menu nav.navbar a img {
	position: relative;
	top: -2px;
	margin-right: 5px;
}
.wrapper-header .top-menu nav.navbar li:last-child a.nav-link {
	padding-right: 0;
}
.topheader-left{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
}
.header-search {
	width: 770px;
	border: 1px solid #d4d4d4;
	margin-left: 17px;
}
.header-search input {
	height: 48px;
	color: #868686 !important;
	font-size: 15px;
	text-shadow: none;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
}
.header-search .btn {
	padding: 9px 13px;
	margin: 1px;
	background: #fbcb0a;
	border-radius: 0 !important;
}
.header-call img {
	margin-right: 10px;
}
.header-call {
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
	border-right: 1px solid #d4d4d4;
}
.header-call p {
	color: #666666;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
}
.header-call h3, .header-call h3 > a {
	font-size: 20px;
	color: #1c1c1c;
	text-decoration: none;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}
.text-left.mvp-text {
	line-height: 1;
}
.my-ctext {
	font-size: 13px;
	color: #666666;
	font-family: 'Roboto Condensed', sans-serif;
}
#header-subtotal {
	font-size: 20px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	color: #1c1c1c;
}
.mycart {
	line-height: 1;
	text-align: left;
}
.mvp-cart-img{
	margin-right: 10px;
}
.logo-section {
	padding: 20px 0px;
}
.mvp-navbar {
	background-color: #c9c9c9 !important;
	border-radius: 0;
	width: 100%;
	padding: 0;
}
.nsearchinput-pl.well {
	margin-top: 49px !important;
	border: 1px solid #ccc;
}
.nsearchinput-pl.well li a {
	padding: 5px 15px;
	color: #666666;
}
.form-control:focus, button:focus{
	box-shadow: none !important;
}
.compatibility_list {
	height: 44px;
	color: #868686;
	background-color: #FFFFFF;
	border: 1px solid #dedede !important;
	border-right: 0;
	width: 330px;
	padding: 0 15px;
	margin-right: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
}
.parts-finder-content {
	padding: 20px 0 !important;
}
div#compat_list > h4 {
	font-size: 18px;
	color: #1c1c1c;
	margin-right: 30px;
}
.dah_compat-btn {
	width: 60px;
	height: 44px;
	border-radius: 0;
	border: none;
	background-color: #fbcb0a;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	transition: 0.6s all;
	color: #1c1c1c;
}
#header-cart #neto-dropdown {
	width: 315px;
}
#header-cart .thumb_cart .right {
	width: 236px;
	float: left;
}
.checkout.btn.btn-success {
	display: none;
}
.btn.btn-default.viewcart {
	float: right;
	border-radius: 0;
	background: #;
}
.btn.btn-default.viewcart {
	float: right;
	border-radius: 0;
}

/*================instagrams=================*/
.instagram_gallery {
  display: flex;
  margin: 0 -1px;
}
.instagram_gallery > a img {
  max-width: 100%;
  transition: all 0.6s;
  transform: scale(1);
}
.instagram_gallery > a {
  width: calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-decoration: none;
  background-color: #050a0f;
  margin: 0 1px;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  overflow: hidden;
}
.instagram_gallery > a i {
  font-size: 70px;
  font-weight: 400;
  margin-top: 5px;
}
.instagram_gallery > a:hover img {
  transform: scale(1.2);
}
.instagram-section {
	padding: 46px 0 60px;
}


/*====================footer===============*/
.con-text {
	max-width: 360px;
	color: #fff;
	margin-top: 30px;
}

.instagram_gallery > a img {
    max-width: 100%;
    transition: all 0.6s;
    transform: scale(1);
}
.instagram_gallery > a:hover img {
    transform: scale(1.2);
}
.news-letter {
	background: #f3f3f3;
}
.news-letter {
	background: #f3f3f3;
	padding: 60px 0px;
}
.wrapper-footer {
	background: #1c1c1c;
	padding-top: 60px;
}
 /*> a{
	color: #fff !important;
}*/
.wrapper-footer a.nav-link {
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}
.wrapper-footer h4.nav-link {
    color: #fbcb0a;
    text-transform: uppercase;
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Roboto Condensed', sans-serif;
}
.f-img .fas, .f-img .fa-phone, .f-img .fa {
	color: #fbcb0a;
	font-size: 16px;
}
.f-main .f-img {
	width: 25px;
}
.decs {
	width: calc(100% - 25px);
}
.f-main p, .f-main .decs a {
	color: #fff !important;
}
.f-mvp-fedding {
	margin-bottom: 12px;
}
.con-text h1{
	color: #fff !important;
}
.list-social a {
	font-size: 20px;
	color: #fff;
}
.list-social a .fab.fa-facebook-f
 {
	padding-right: 15px;
}
.mvp_copyright p {
	color: #fff;
}
.mvp_copyright{
background-color: #0e0e0e;
padding: 18px 0px;
margin-top: 58px;
}
.news-letter .hedding {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1c1c1c;
}
.news-letter .sub-hedding {
	font-size: 18px;
	color: #000000;
	margin-bottom: 30px;
display: inline-block;
}
.news-letter .btn {
	width: 156px;
	background-color: #1c1c1c;
	border-radius: 0;
	height: 46px;
	padding: 0;
	line-height: 46px;
	color: #fbcb0a;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 30px;
}
.news-letter .btn:hover{
	background-color:#fbcb0a;
	color: #1c1c1c !important; 
}
.news-letter .checkbox {
	margin-top: 30px;
}
.col-5{
	max-width: 20%;
	flex:0 0 20%;
	padding:0 15px;
	float: left;
}
.usps-item p {
    font-size: 18px;
    color: #1c1c1c;
    padding-left: 20px;
    line-height: 1.1;
    font-family: 'Roboto Condensed', sans-serif;
}
.usps-item > a {
	padding: 14px 0;
	border: 1px solid #d4d4d4;
	padding-left: 26px;
	text-decoration: none;	
}
.shop-item {
	max-width: 20%;
	flex: 0 0 20%;
}
.mvp_homecategories .thumbnail .caption {
	position: absolute;
	bottom: 0;
	width: calc(100% - 34px);
	left: 15px;
	height: auto;
	text-align: center;
	min-height: 52px;
	transition: all .6s;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.8);
	bottom: calc(50% - 26px);
}
.section-title {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	color: #1c1c1c;
	margin: 30px auto;
	text-align: center;
}
.mvp_homecategories .thumbnail {
	margin-top: 4px;
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}
.mvp_homecategories .thumbnail .caption > div {
	display: flex;
	width: auto;
	z-index: 10;
	flex-direction: column;
	align-items: center;
}
.mvp_homecategories .thumbnail .caption a.btn {
	display: none;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	width: 83px;
	height: 30px;
	padding: 0;
	line-height: 29px;
	transition: all .6s;
	margin-top: 5px;
	color: #fff;
	background-color: #1c1c1c;
	border-radius: 0;
	font-family: 'Roboto Condensed', sans-serif;
}
.mvp_homecategories .thumbnail .caption h5 {
	width: auto;
	display: inline;
	margin: 0 auto;
}
.mvp_homecategories .thumbnail .caption h5 > a {
	font-weight: 700;
	font-size: 24px;
	margin: 0 auto;
	text-transform: uppercase;
	transition: all .6s;
	text-decoration: none;
	color: #1c1c1c !important;
}
.mvp_homecategories .thumbnail:hover .caption {
	background-color: rgba(251, 203, 10, 0.8);
	bottom: calc(35% - 26px);
min-height: calc(57% - 18px);
}
.mvp_homecategories .thumbnail:hover .caption a.btn {
	display: inline-block;
}
.mvp_article{
	flex: 0 0 14.2857%;
	max-width: 14.2857%;
	padding-left:5px;
	padding-right:5px;
}
.product-caption .card-title > a {
	color: #1c1c1c !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.thumbnail.card-body .card-title {
	height: 75.6px;
	margin-top: 15px;
	overflow: hidden;
	margin-bottom: 15px
}
.thumbnail .price{
	font-size: 21px;
	color: #fbcb0a;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}
.product-caption .form-inline .btn {
	min-width: 126px;
	height: 40px;
	padding: 0 5px;
	line-height: 40px;
	background: #1c1c1c;
	border-color: #1c1c1c;
	border-radius: 0;
	font-size: 14px;
	color: #fbcb0a;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom:23px;
	text-transform: uppercase;
	max-width: 100%;
}
.form-inline {
	justify-content: center;
}
.product-caption .form-inline .btn:hover {
	background-color: #fbcb0a;
	color: #1c1c1c !important;
	border-color: #fbcb0a;

}
/*.Trending_Products .mvp_article .thumbnail:hover, .New_Arrivals .mvp_article .thumbnail:hover{*/
/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);*/
/*}*/
 .mvp_article .thumbnail:hover{
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
 }
.carousel-inner::after {
	content: '';
}
.header-usps-main {
	margin: 30px 0px;
}
.mvp_homecategories {
	margin-bottom: 30px;
}
.thumbnail.card-body {
	position: relative;
}
.new-arr {
	background-color: #f3f3f3;
	padding: 30px 0;
}
.Trending_Products {
	padding-bottom: 60px;
}
.New_Arrivals .mvp_article {
	margin-bottom: 30px;
}
 .Trending_Products .mvp_article .thumbnail:hover, .New_Arrivals .mvp_article .thumbnail:hover {
	background-color: #fff;
	/*padding: 0;*/
}

.thumbnail.card-body {
	padding: 10;
}
.product-caption{
padding: .55rem;
}
.view-all {
	border-radius: 0;
	height: 46px;
	width: 230px;
	padding: 0;
	line-height: 46px;
	font-size: 16px;
	color: #1c1c1c;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 30px;
}

/* .Trending_Products .savings-container, .New_Arrivals .savings-container {
	position: absolute;
	top: 5px;
	right: 9px;
	text-align: right;
} */

 .savings-container {
	position: absolute;
	top: auto;
	right: 58px;
	text-align: right;
	bottom: 125px;
}
/*.mvp_article .thumbnail:hover .savings-container{
	top: 0px;
	right: 0px;

}*/
.captionn h4 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.captionn h4 > a{
	font-size: 20px;
	color: #1c1c1c;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}
.captionn .text-muted {
	color: #1c1c1c !important;
}
.captionn .text-muted i{
color: #fbcb0a;
margin-right: 10px;
}
.captionn .con-2 {
	margin-top: 30px;
	margin-bottom: 10px;
}
.mvp-trading {
	margin: 0px;
}
/*.content-blog{
	padding: 0 5px;
}*/
/*.mvp-catalog {
	padding: 10px;
}*/
/*.newsimgblog > img {
	width: 100% !important;
}*/

.mvp-catalog {
	margin-bottom: 3px;
	padding: 10px;
	margin-top: 3px;
}
.content-blog:hover .mvp-catalog{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
body .revwid-is-horizontal-widget.revwid-container .revwid-pagination {
	display: none !important;
}
.news-section {
	padding-bottom: 40px;
}
.reviews_hedding .section-title {
	margin-top: 39px;
	margin-bottom: 0;
}
.revwid-is-horizontal-widget.revwid-container .revwid-box {
	height: 100%;
}
.menu-products {
	position: unset !important;
}
.wrap-rec-item .mvp_article {
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 15px
}
.wrap-rec-item .thumbnail.card-body {
	border: 1px solid #fbcb0a;
	padding: 15px;
}
.wrap-sub-categ {
	column-count: 4;
}
.column.first-col{
width: 100%;
padding: 0;
margin: 0;
list-style: none;
float: left;
}
.dropdown-menu.drop-menu-rec {
	margin-top: 0;
	padding: 40px 15px;
	background-color: #ffffff;
	/* border-bottom: 1px solid #cccccc; */
	box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}
.dropdown-menu.dropdown-col-3.dropdown-menu-right {
	/* border: 1px solid #ccc; */
	box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}
.wrap-sub-categ .column .lv2-li > a {
	font-size: 18px;
	font-weight: 600;
	color: #1c1c1c;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.3;
}
.wrap-sub-categ .column .lv2-li ul li > a{
	color: #1c1c1c !important;
}
.wrap-sub-categ .column .lv2-li > a:hover{
	color: #1c1c1c !important;
}
.wrap-sub-categ .column .lv2-li ul{
	list-style: none;
	padding: 0;
}
.mvp-navbar .navbar-nav li #mvp {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	color: #1c1c1c !important;
	padding: 10.5px 30px;
	text-transform: uppercase;
	margin-top: 3px;
}
.mvp-navbar .navbar-nav .home #mvp{
	padding-left: 0px !important;
	padding-right: 18px !important;
}
/*.mvp-navbar .navbar-nav li:hover #mvp{
	color: #fbcb0a !important;
}*/
.wrap-rec-item .product-caption .form-inline .btn {
	margin-bottom: 0;
}
.dropdown-col-3 {
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	margin-top: 0;
	background-color: #fff;
}
.dropdown-col-3 li > a {
	color: #1c1c1c;
}
.mega-menu {
	
	-moz-column-gap: 15px;
	column-gap: 15px;
	padding: 15px 15px 0;
	-moz-column-count: 8;
	column-count: 8;
}
.our-brands {
	position: unset !important;
}
.mvp-br{
	background-color: #ffffff;
	margin: 0;
	right: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.mvp-br .mega-menu > li.nav-item {
	border: 1px solid #e6e6e6;
	margin-bottom: 15px;
	padding: 5px;
	transition: all .6s;
}
.dropdown-menu.mvp-br {
	padding: 28px 0;
}
.mvp-navbar .navbar-nav li:last-child #mvp{
	padding-right: 0 !important;
}
.view-all:hover {
	background-color: #fbcb0a;
	border-color: #fbcb0a;
	color: #1c1c1c !important;
}

/*======================Product-page========================*/
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: '/';
}
.breadcrumb {
	padding: .75rem 0;
	background-color: transparent;
	border-radius: 0;
}
.breadcrumb li a{
	color: #1c1c1c;
	border-bottom: 1px solid transparent;
}
.breadcrumb li:last-child a{
	color: #fbcb0a;
}
/*.breadcrumb li a:hover{
	border-bottom: 1px solid #1c1c1c;
}*/
body#n_product div#main-content {
    margin-top: 18px;
}
.embed-responsive::before {
	display: block;
	content: '';
}
#main-image {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	width: auto;
}
.main-image .zoom {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#n_product div#_jstl__images_r > .row > div > a {
	border: 1px solid transparent;	
	float: left;
	margin-bottom: 10px;
}
#n_product div#_jstl__images_r > .row {
	margin: 10px -5px 0;
}
#n_product div#_jstl__images_r > .row > div {
	padding: 0 5px;
}
#n_product div#_jstl__images_r > .row > div > a:hover {
	border: 1px solid #fbcb0a;	
}
.wrapper-product-title h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 13px;
    font-family: 'Roboto Condensed', sans-serif;
}
.wrapper-product-title .text-muted {
	color: #5a5a5a !important;
	font-size: 14px;
}
.p-sku {
	color: #5a5a5a;
	margin-bottom: 10px;
}
.wrapper-pricing .h1 {
	font-size: 24px;
	color: #fbcb0a;
	font-weight: 700;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.wrapper-pricing .mvp-success {
	font-size: 15px;
	color: #39b801;

}
.wrapper-pricing span{
	margin-left: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
.m_wrapper_price {
	width: auto;
}
.m_border {
	border-right: 1px solid #d4d4d4;
	padding-right: 10px;
}
.mbrandlogo {
	padding-left: 10px;
}
.wrapper-pricing {
	padding: 15px;
}
/*#n_product*/ .mvp_pqty {
	position: relative;
}
/*#n_product .extra-options form.buying-options */.mvp_pqty .btn {
	background-color: #cccccc;
	height: 18px;
	width: 18px;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 16px;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	border-radius: 0;
	line-height: 16px;
}
 #n_product .qty {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	border-radius: 0;
width: 152px;
border-color: #d4d4d4;
height: 50px;
}
 #n_category .mvp_pqty .qty {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	border-radius: 0;
	width: 130px;
	text-align: center;
	height: 40px;
}
/*#n_product .extra-options*/ form.buying-options .btn:last-child {
	left: unset;
	right: 20px;
}
/*#n_product .extra-options*/ form.buying-options .mvp_pqty .btn:hover{
	background-color: #fbcb0a;
	color: #fff !important;
}
.p-addtocart button {
	width: 181px;
	height: 50px;
	border-radius: 0;
	background-color: #fbcb0a;
	color: #1c1c1c;
	font-size: 18px;
	font-weight: 700;
	text-transform: ;
	text-transform: uppercase;
	border-color: #fbcb0a;
	margin-left: 10px;
	margin-right: 20px;
}
.p-addtocart .notify-me{
	width: 181px;
	height: 50px;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: ;
	text-transform: uppercase;
	border-color: #bd2130;
	margin-left: 10px;
	margin-right: 20px;
	padding: 0; 
	line-height: 50px;
}
.p-addtocart .notify-me:hover{
	background-color: #fbcb0a !important;
	color: #1c1c1c !important;
	border-color: #fbcb0a;
}
.mvp-wishlist a {
	height: 50px;
	width: 50px;
	border-radius: 0;
	font-size: 22px;
	padding: 0;
	line-height: 50px;
}
.mvp-wishlist .btn-warning {
	background: #fff;
	color: #fbcb0a;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
.mvp_psectitle p {
	font-size: 16px;
	color: #1c1c1c;
	margin-bottom: 10px;
	font-weight: 500;
}
.p-addtocart button:hover{
	background-color: #1c1c1c;
	color: #fff;
	border-color: #1c1c1c;
}
.p-country select, .ship-zip input{
	width: 152px;
	height: 50px;
	border-radius: 0;
}
.ship-zip input{
	margin: 0 10px;
}
.p-calculate > button {
	width: 181px;
	height: 50px;
	border-radius: 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #fbcb0a;
	background-color: #1c1c1c;
	border-color: #1c1c1c;
	font-family: 'Roboto Condensed', sans-serif;
}
.m-card-header .mb-0 {
	font-size: 16px;
	font-weight: 500;
	color: #1c1c1c;
	margin-bottom: 5px !important;
}
#shipbox {
	padding: 30px 0;
}
#n_product .mt-2.mb-0 {
	display: none;
}
.zip-widget.zip-widget__tagline > :not(img) {
	display: none !important;
}
.zip-widget__tagline a.learn-more{
	display: none;
}
.zip-widget__tagline {
	cursor: pointer;
	margin-bottom: 3px !important;
	display: inline-block;
}
#n_product .afterpay {
	margin-right: 15px;
}
#n_product .zippay {
	margin-right: 20px;
}
.sectionafter {
	padding: 25px 0;
}
#main-content .tabbable .nav-tabs .nav-link {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 17px 25px;
    border-radius: 0;
    color: #1c1c1c;
    font-family: 'Roboto Condensed', sans-serif;
    border: none;
}
.nav-tabs {
	 border-bottom: none;
}
 .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active{
 	background-color: #f1f1f1 !important;
 	border: none;
 	color: #1c1c1c !important;
 }
 .tab-content{
 	background-color: #f1f1f1;
 }
 .tab-content .card {
	background-color: #f1f1f1;
}
.tabbable {
	margin-top: 52px;
}
.mvp-card {
	background-color: #f1f1f1;
	margin-top: 17px;
}
.p-calculate > button:hover {
	background-color: #fbcb0a;
	color: #1c1c1c !important;
	border-color: #fbcb0a;
}
#n_product .mvp_article .thumbnail:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.mvp-might tr td {
	border: none;
	vertical-align: middle;
	/*display: inline-block;*/
}
.mvp-might tr td a .product-image {
	width: 92px;
}
.mvp-might tr td .thumbnail-image{
float: left;
border: 1px solid #d4d4d4;
}
.mvp-might .td-2 {
	display: inline-block;
}
.mvp-might .td-1{
	padding-left: 0;
}
.mvp-might .td-3 .title > a {
	color: #5a5a5a;
}
.mvp-might .td-3 .price {
	font-weight: 700;
	color: #1c1c1c;
	margin-bottom: 0;
	font-family: 'Roboto Condensed', sans-serif;
}
.mvp-might .td-3 {
	max-width: 360px;
}
.mvp-you-help {
	margin-bottom: 23px;
}
.section-heading p {
	color: #5a5a5a;
}
.mvp_allproducts h2 {
	font-size: 15px;
	font-weight: 500;
}
.table.mvp-might {
	margin: 0;
}

/*=====================================category-page===================================*/
#filters {
	padding: 0px 30px;
}
#left-sidebar .list-group-item {
	padding: .75rem 0px;
}
#left-sidebar .card-header.p-0 {
	padding: 28px 0px 8px !important;
	margin: 0 30px;
	border: none;
	background: #fff;
	text-align: left;
	/*border-bottom: 1px solid rgba(0, 0, 0, .125);*/
}
.thumb_list .card-body .thumbnail-image {

	/* border: 1px solid #d4d4d4; */
	float: left;
}
.thumb_list .card {
	border-radius: 0px !important;
}
.mvp-list {
	padding-bottom: 20px;
}
.thumb_list .mvp-list h3 a {
	font-size: 16px;
	color: #1c1c1c;
	font-family: 'Roboto', sans-serif;
}
.list-sku {
	font-weight: 500;
	color: #5a5a5a;
}
.thumb_list .mvp-list .sub-title {
	color: #5a5a5a !important;
}
.thumb_list .card .price.lead .store-price {
	font-size: 22px;
	font-weight: 700;
	color: #fbcb0a;
	font-family: 'Roboto Condensed', sans-serif;
	display: flex;
align-items: center;
justify-content: right;
justify-content: flex-end;
}
.thumb_list .mvp-badge {
	padding: 3px 5px;
	font-size: 13px;
	font-weight: 500;
	color: #1c1c1c;
}
.off-price {
	margin-bottom: 30px;
	margin-right: 25px;
}
.m-card-footer .form-inline .mvp-bt {
	padding: 0;
	height: 40px;
	width: 126px;
	font-size: 16px;
	color: #fbcb0a;
	text-transform: uppercase;
	background-color: #1c1c1c;
	border-color: #1c1c1c;
	border-radius: 0;
	line-height: 39px;
	margin-left: 10px;
}
.thumb_list .card .price.lead .store-price s {
	font-size: 15px;
	color: #5a5a5a;
	font-size: ;
	font-weight: 400;
	margin-left: 5px;
}
.m-card-footer .form-inline .mvp-bt:hover{
	background-color: #fbcb0a;
	border-color: #fbcb0a;
	color: #1c1c1c !important;
}
.thumb_list .card:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.thumb_list .form-inline {
	display: flex;
	flex-flow: row;
	align-items: center;
}
#n_category .mvp_pqty .btn{
	top: 11px;
	display: none;
}
#n_category .mvp_pqty:hover .btn{
	display: block;
}
#n_category .mvp-wishlist a, body#n_content .mvp-wishlist a, body#n_home .mvp-wishlist a{
	height: 40px;
	width: 40px;
	border-radius: 0;
	font-size: 22px;
	padding: 0;
	line-height: 42px;
	margin-left: 10px;
	
}
#n_category .mvp-wishlist, body#n_content .mvp-wishlist, body#n_home .mvp-wishlist{
	display: none;
}
.thumb_list .card:hover .mvp-wishlist {
	display: block !important;
}
.page-header, .display-4, .page-header h1 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
}
#sortby, #sortby option, .mvp-muted, .mvp-select, .mvp-select option {
	color: #868686;
}
aside#left-sidebar .card .card-header a {
	font-size: 18px;
	font-weight: 700;
	color: #1c1c1c;
	font-family: 'Roboto Condensed', sans-serif;
}
#filters .list-group-item .h4 {
	font-weight: 700;
}
#left-sidebar .filter {
	color: #868686 !important;
	padding: 2px 0;
}
#left-sidebar .filter span i {
	margin-right: 5px;
}
.card {
	border-radius: 0 !important;
}
#n_checkout .card {
	border-color: #fbcb0a;
}
#n_checkout .card .card-header{
	background-color: #fbcb0a;
}
.shop-all {
	padding-left: 60px;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #fbcb0a !important;
	margin-top: 5px !important;
	/* float: left; */
	display: inline-block;
}
span.loading_span {
 display:none
}
.mvp-navbar .navbar-nav .menu-products .mvp-level:after, .mvp-navbar .navbar-nav .m-menu-products .mvp-level:after{
  content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #1c1c1c;
    transition: width .3s;
    position: relative;
	top: 10px;
}

	.mvp-navbar .navbar-nav li:hover .mvp-level::after {
    width: auto;
    //transition: width .3s;
}
/*==========================sticky-header========================*/
.sticky-header {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	-webkit-animation-name: fadeInDown;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: fadeInDown;
	-moz-animation-duration: 5s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: normal;
	-moz-animation-play-state: running;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
    /* animation: slide-down 0.7s;*/
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-70px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.sticky-header .top-menu{
	display: none;
}
.sticky-header .logo-section{
	background-color: #fff;
	padding: 0px;
}
/*
.sticky-header .n-part{
	display: none;
}
.sticky-header .mvp-part-sticky{
	display: inline-block !important;
}*/
/*.sticky-header .mvp-9{
	flex: 0 0 66.66667% !important;
    max-width: 66.66667% !important;
}*/
 .sticky-header .part-finder-section.n-part .col-12.mx-auto {
flex: 0 0 75% !important;
max-width: 75% !important;
width: 75% !important;
margin-right: 0 !important;
}
.sticky-header .n-part { 
order: 0;
background-color: #fff;
}
.sticky-header .wrapper-logo a img{
height: unset;
transform: translateY(28px);
}
.sticky-header> * {
width: 100%;
}
.sticky-header {
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: center;
}
 .logo-section{
	order: 0;
}
.sticky-header .navbar.navbar-expand-md.mvp-navbar{
	order: 1;
}
.sticky-header .mvp-vhicle{
	display: none !important;
}
.sticky-header .parts-finder-content {
	padding: 5px 0 !important;
	justify-content: flex-end !important;
}
.sticky-header #compat_list {
	margin-left: -5px;
}
.sticky-header .header-call{
	margin: 0px !important;
}
.sticky-header .s-user-icon{
	display: inline-block !important;
	border-right: 1px solid #d4d4d4;
	margin-right: 15px;
}
.sticky-header .s-user-icon .th-login {
	padding: 5px 0px !important;
}
.sticky-header .header-search{
	width: 720px !important;
}
.s-user-icon .fa-user:hover{
	color: #1c1c1c !important;
}
.sticky-header .compatibility_list {
	width: 337px;
	
}
.col-3.wrap-rec-item{
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0px !important;
}
.col-9.wrap-sub-categ{
	flex: 0 0 80%;
	max-width: 80%;
}
.sub-category a > p {
	color: #1c1c1c;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}
.sub-category a > p:hover{
	color: #fbcb0a !important;
}
.table.c-ckeck_out .img-var {
	width: 75px;
}
.card-header.c-disform form {
	display: inline-flex;
	width: 100%;
	max-width: 100%;
}
#n_checkout .Discount {
	font-weight: 700;
}
#n_checkout .btn-block {
	font-weight: 600;
	border: none;
}
.dis-apply {
	width: 71px !important;
	border-radius: 0;
	background: #1c1c1c;
	color: #fff;
	margin-left: 10px;
}
.card-header .card-title {
	text-transform: uppercase;
	font-weight: 600;
}
 .thumb .mvp_article {
	flex: 0 0 16.6666667% !important;
	max-width: 16.666667% !important;
	padding: 0 15px !important;
	margin-bottom: 20px;
}
@media only screen and (min-width: 1599px){
	.sub-category{
		flex: 0 0 12.5% !important; 
		max-width: 12.5% !important;
	}
}
/*===================================================================================*/


/*==================================Responsive==============================*/
@media only screen and (max-width: 1549px) and (min-width: 1200px){
.header-search {
	width: 487px;
	margin-left: 15px;
}
.mvp-navbar .navbar-nav li:first-child #mvp {
	padding: 8px !important;
	padding-right: 10px !important;
	padding-left: 0 !important;
}
.mvp-navbar .navbar-nav li #mvp {
	font-size: 15px;
	padding: 10.5px 16px;
	/*display: flex;*/
	align-items: center;
	text-align: center;
	line-height: 1.2;
	
}
.compatibility_list {
	width: 257px;
}
.usps-item.col-5{
	padding: 0 5px;
}
.usps-item > a {
	padding: 14px 5px !important;
}
.usps-item p {
	font-size: 15px;
	padding-left: 5px;
}
.mvp_homecategories .thumbnail > a {
	margin: 0 2px;
}
.mvp-usps-row{
	margin: 0 -5px;
}
.mvp_homecategories .thumbnail .caption {
	position: absolute;
	bottom: 0;
	width: calc(100% - 20px);
	left: 10px;
	height: auto;
	text-align: center;
	min-height: 42.78px;
bottom: calc(50% - 21.5px);
}
.mvp_homecategories .thumbnail .caption h5 > a {
	font-size: 20px;
}
.mvp_homecategories .thumbnail:hover .caption {
	background-color: rgba(251, 203, 10, 0.8);
	bottom: calc(35% - 23px);
	min-height: 110.25px;
}
.mvp_article {
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 5px;
	padding-right: 5px;
}
/*#n_home .mvp_article:last-child{
	display: none;
}*/
.sticky-header .compatibility_list {
	width: 240px;
}
.sticky-header .header-search {
	width: 440px !important;
}
.wrap-sub-categ {
	column-count: 3;
}
.wrap-rec-item .thumbnail.card-body {
	background: #f3f3f3;
	padding: 15px;
}
.p-calculate > button {
	width: 155px;
}
#main-content .tabbable .nav-tabs .nav-link {
		padding: 17px 15px;
}
.mvp_homecategories .section-title{
	margin: 20px auto;
}
.section-title {
	margin: 25px auto;
}
.shop-item {
	max-width: 25%;
	flex: 0 0 25%;
}
.New_Arrivals .mvp_article:nth-last-child(n+11){
	display: none;
}
.con-text {
	max-width: 100%;
	color: #fff;
	margin-top: 30px;
}
.wrapper-footer .list-social{
	padding: 30px 0px !important;
}
.wrapper-footer h4.nav-link{
	padding: 0;
}
.wrapper-footer a.nav-link {
	padding: 2px 0px !important;
}
#main-content .tabbable .nav-tabs .nav-link {
	padding: 17px 10px;
	font-size: 15px;
}
 .thumb .mvp_article {
 	flex: 0 0 20% !important;
 	max-width: 20% !important;
 }
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
	.sticky-header .header-search {
		width: 305px !important;
	}
	.sticky-header .compatibility_list {
		width: 194px;
	}
	#left-sidebar .card-header.p-0 {
	padding: 0 !important;
	margin: 0px;
	border: none;
	background: #c9c9c9;
	text-align: left;
}
#left-sidebar .card-header.p-0 .h4 > a {
	padding: 10px 15px;
	background: #c9c9c9;
	justify-content: center !important;
	text-decoration: none;
}
.compatibility_list {
	width: 226px;
}
.mvp-navbar .navbar-nav li #mvp {
	font-size: 15px;
	padding: 10.5px 16px;
	/*display: flex;*/
	align-items: center;
	text-align: center;
	line-height: 1.2;

}
.header-search {
	width: 351px;
}
.usps-item.col-5 {
	padding: 0 5px;
	max-width: 33.333%;
	flex: 0 0 33.333%;
	max-height: 69px;
	margin-bottom: 10px;
}
.row.align-items-center.mvp-usps-row {
	justify-content: center;
}
.shop-item {
	max-width: 25%;
	flex: 0 0 25%;
}
.mvp_homecategories .thumbnail .caption h5>a {
	font-weight: 700;
	font-size: 24px;
	margin: 0 auto;
	text-transform: uppercase;
	transition: all .6s;
	text-decoration: none;
	color: #1c1c1c !important;
}
.mvp_homecategories .thumbnail .caption {
	position: absolute;
	bottom: 0;
	width: calc(100% - 20px);
	left: 10px;
	height: auto;
	text-align: center;
	min-height: 42.78px;
	bottom: calc(50% - 21.5px);
}
.mvp_homecategories .thumbnail .caption h5>a {
	font-size: 20px;
}
.mvp_homecategories .thumbnail>a {
	margin: 0 2px;
}
.mvp_homecategories .thumbnail {
	margin-top: 4px;
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}
.mvp_article {
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 5px;
	padding-right: 5px;
}
.New_Arrivals .mvp_article:nth-last-child(n+11) {
	display: none;
}
.p-calculate>button {
	width: 145px;
	height: 50px;
	border-radius: 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #fbcb0a;
	background-color: #1c1c1c;
	border-color: #1c1c1c;
	font-family: 'Roboto Condensed', sans-serif;
}
.p-country select,
.ship-zip input {
	width: 142px;
	height: 50px;
	border-radius: 0;
}
.ship-zip input {
	margin: 0 10px;
}
 .thumb .mvp_article {
 	flex: 0 0 25% !important;
 	max-width: 25% !important;
 }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
 .thumb .mvp_article {
 	flex: 0 0 33.3333% !important;
 	max-width: 33.3333% !important;
 }
.mvp_homecategories .thumbnail > a {
	margin: 0 2px;
}
.mvp_homecategories .thumbnail .caption {
	position: absolute;
	bottom: 0;
	width: calc(100% - 20px);
	left: 10px;
	height: auto;
	text-align: center;
	min-height: 38px;
	bottom: calc(50% - 19px);
}
.mvp_homecategories .thumbnail .caption h5 > a {
	font-size: 16px;
}
.mvp_homecategories .thumbnail:hover .caption {
	bottom: calc(35% - 13px);
	min-height: calc(57% - 18px);
}
.mvp_article {
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding-left: 5px;
	padding-right: 5px;
}
.sticky-header .compatibility_list {
	width: 200px;
}
.sticky-header .header-search {
	width: 313px !important;
}
.header-search {
	width: 370px;
	margin-left: 0px;
}
.mvp-navbar .navbar-nav li:first-child #mvp {
	padding-right: 5px !important;
}
.mvp-navbar .navbar-nav li #mvp {
	font-size: 15px;
	padding: 10.5px 6px;
	display: flex;
	align-items: center;
	text-align: center;
	line-height: 1.2;
	min-height: 57px;
}
.compatibility_list {
	width: 155px;
}
.sticky-header .compatibility_list {
	width: 140px;
}
.sticky-header .header-search {
	width: 330px !important;
}
.usps-item.col-5{
	padding: 0 5px;
	max-width: 33.333%;
	flex: 0 0 33.333%;
	max-height: 69px;
margin-bottom: 10px;
}
.usps-item > a {
	padding: 14px 5px !important;
}
.usps-item p {
	font-size: 16px;
	padding-left: 15px;
}
.row.align-items-center.mvp-usps-row {
	justify-content: center;
}
.mvp_homecategories .section-title {
	margin-top: 20px !important;
}
.mvp_homecategories .thumbnail:hover .caption {
	bottom: calc(25% - 15px);
	min-height: calc(74% - 18px);
}
/*.Trending_Products .mvp_article:last-child {
	display: none;
}*/
.con-text {
	max-width: 100%;
	text-align: left;
}
.wrapper-footer a.nav-link{
	padding: 2px 0px !important; 
}
.wrapper-footer h4.nav-link{
	padding: 0;
}
.wrapper-footer .list-social {
	padding-bottom: 30px !important;
}
/*.mvp_homecategories .thumbnail .caption {
	 transition: none !important; 
}*/
.wrap-sub-categ {
	column-count: 2;
}
.wrap-rec-item .thumbnail.card-body {
	background: #f3f3f3;
	padding: 15px;
}
.col-3.wrap-rec-item {
	flex: 0 0 30%;
	max-width: 30%;
	padding: 0px !important;
}
.col-9.wrap-sub-categ {
	flex: 0 0 70%;
	max-width: 70%;
}
.wrapper-product-title {
	margin-top: 30px;
}
.mvp-might tr td {
	display: inline-block;
}
.New_Arrivals .mvp_article:nth-last-child(n+7){
	display: none;
}
.shop-item {
	max-width: 33.33%;
	flex: 0 0 33.33%;
}
.compatibility_list {
	padding: 0 5px;	
}
#left-sidebar .card-header.p-0 {
	padding: 0 !important;
	margin: 0px;
	border: none;
	background: #c9c9c9;
	text-align: left;
}
#left-sidebar .card-header.p-0 .h4 > a {
	padding: 10px 15px;
	background: #c9c9c9;
	justify-content: center !important;
	text-decoration: none;
}
.tabbable {
	margin-top: 0px;
}
#shipbox {
	padding: 30px 0px 0px;
}

}

@media only screen and (max-width: 767px){
	 .thumb .mvp_article {
	 	flex: 0 0 50% !important;
	 	max-width: 50% !important;

	 }
	#n_checkout .m-update-cart {
		padding-left: 0 !important;
	}
	#shipbox {
	padding: 30px 0px 0px;
}
	.tabbable {
	margin-top: 0px;
}
	.logo-section {
	padding: 13px 0px;
}
.wrapper-footer a.nav-link{
	padding: 2px 0px !important; 
}
.wrapper-footer h4.nav-link{
	padding: 0;
}
.topheader-right{
	display: none;
}
.topheader-left {
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.shop-item {
	max-width: 50%;
	flex: 0 0 50%;
	padding: 0 5px;
}
header .parts-finder-content div#compat_list .compatibility_list, header .parts-finder-content div#compat_list .btn {
	width: calc(50% - 5px);
	flex: 0 0 calc(50% - 5px);
	margin-right: 0;
	margin-bottom: 10px;
}
header .parts-finder-content, header .parts-finder-content div#compat_list {
	flex-wrap: wrap;
}
.parts-finder-content {
	padding: 10px 0px 10px !important;
}
.find-vhicle {
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
}
.h-m-view > li {
	border-right: 1px solid #b1b1b1;
	width: 25%;
	text-align: center;
}
.h-m-view > li > a {
	padding: 3px 0;
	text-align: center;
	display: inline-block;
	position: relative !important;
}
.h-m-view > li > a .fa.fa-bars {
	font-size: 20px;
	color: #1c1c1c;
}
.h-m-view > li:last-child {
	border: none;
}
.m-cout {
	padding: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	background-color: #fbcb0a;
	color: #181818;
	font-size: 9px;
	line-height: 11px;
	right: 9px;
	position: absolute;
	top: 15px;
	border: 1px solid;

}
.sticky-header .n-part {
	order: 1;
	background-color: #fff;
	display: none;
}
.sticky-header .part-finder-section.n-part .col-12.mx-auto {
	flex: 0 0 100% !important;
	max-width: 100% !important;
	width: 100% !important;
	margin-right: 0 !important;
}
.mvp-navbar {
	padding: 6px 0px !important;
}
.find-vhicle {
	margin-top: 15px;
}
.sticky-header .wrapper-logo a img {
	height: unset;
	transform: none;
	padding: 5px 0;
}
.sticky-header .s-inline{
	display: inline-block !important;
	width: 60px;
}
.sticky-header .h-m-view > li {
	border-right: none;
	width: 100%;
	text-align: center;
}
.sticky-header .wrapper-logo {
	display: flex;
	align-items: center;
}
  .sticky-header .wrapper-logo .mvp-logo{
  	margin: 0 auto !important;
  }
  .sticky-header .mvp-navbar {
  	display: none;
}
.sticky-header .m-cout {
	top: 17px;
}
.sticky-header .m-serch-mob {
	position: relative;
	top: -3px;
}
.sticky-header .m-serch-mob {
	position: relative;
	top: -3px;
}
#m-search {
	position: absolute;
	top: 100%;
	z-index: 100001;
	width: 100%;
	padding: 15px;
	background-color: #c9c9c9;
}
#m-search form {
	width: 100%;
}
#m-search form #name_search-xs {
	border-radius: 0;
}
/*#m-menu {
	padding: 0 15px;
	position: absolute;
	top: 100%;
	z-index: 1000;
	background-color: #c9c9c9;
	width: 100%;
	max-height: calc(75vh - 150px);
	overflow: scroll;
}
.burger-menu {
	margin-bottom: 10px;
}
.burger-menu > div > .nav > li {
	border-bottom: 2px solid #1c1c1c;
	float: left;
	width: 100%;
}
.burger-menu .nav li > a, .burger-menu .nav li > ul {
	float: left !important;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0 !important;
	min-height: unset !important;
	text-transform: capitalize !important;
	color: #1c1c1c !important;
}
.burger-menu .nav li > a > span {
	position: absolute;
	right: 15px;
}*/
.mvp_homecategories .thumbnail {
	margin-top: 10px;
}
.mvp-trading .mvp_article {
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
.mvp_article {
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 5px;
	padding-right: 5px;
}
.mvp-trading .owl-controls {
	display: block !important;
}
.news-section .owl-theme .owl-controls {
	display: none !important;
}

.owl-theme .owl-controls .owl-page span{
	opacity: none !important;
}
.con-text {
	max-width: 100%; 
	/*text-align: left;*/
}
.wrapper-footer {
 text-align: left;
}
.mvp-contact {
	margin-top: 30px !important;
}
.mvp_copyright {
	margin-top: 25px;
	padding: 25px 0px;
}
.wrapper-footer {
	background: #1c1c1c;
	padding-top: 30px;
}
.news-letter {
	background: #f3f3f3;
	padding: 30px 0px;
}
.dah_paltimgarrow {
	float: left;
	position: absolute;
	width: 40px;
	top: calc(50% + 20px);
	height: 40px;
	border-radius: 50%;
	background-color: #fbcb0a;
	color: #fff;
}
.dah_paltimgarrow > .btn {
	padding: 0;
	text-align: center;
	width: 100%;
	line-height: 40px;
}
.dah_paltimgarrow.left {
	left: 15px;
}
.dah_paltimgarrow.right {
	right: 15px;
}
.dah_paltimgarrow .fa {
	font-size: 29px;
	line-height: 40px;
}
.section-title {
	font-size: 22px;
}
.mvp_homecategories .thumbnail .caption h5 > a {
	font-size: 18px;
}
.mvp_homecategories .thumbnail .caption {
	min-height: 40px;
	bottom: calc(50% - 20px);
}
.mvp_homecategories .thumbnail:hover .caption {
	background-color: rgba(251, 203, 10, 0.8);
	bottom: calc(40% - 26px);
	min-height: calc(57% - 18px);
}
.mvp_homecategories section {
	margin: 0 -5px !important;
}
.New_Arrivals .mvp_article {
	margin-bottom: 10px;
}
.Trending_Products {
	padding-bottom: 30px;
}
.new-arr {
	padding: 10px;
}
.New_Arrivals .mvp_article:nth-child(n+5) {
	display: none;
}
.news-letter .hedding {
	font-size: 22px;
}
.tab-content.p-4 {
	padding: 0 !important;
}
.tab-content .card .card-header {
 background-color: #fff; 
}
.tab-content .card{
	border: none !important;
}
.tab-content .card .btn {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1c1c1c;
	padding: ;
	padding-left: 5px;
}
.wrapper-product-title{
	margin-top: 30px;
}
.wrapper-product-title h1 {
	font-size: 22px;
}
.p-calculate {
	max-width: 100%;
	flex: 0 0 100%;
	margin-top: 10px;
}
.p-calculate > button {
	width: 100%;	
}
.p-country, .ship-zip{
	flex:0 0 50%;
}
.ship-zip input {
	margin: 0 ;
}
 .ship-zip input {
	width: calc(100% - 5px);
margin-left: auto;
}
.p-country select{
width: calc(100% - 5px);
}
.p-addtocart button {
	width: 136px;
	margin-right: 10px;
	font-size: 16px;
}
.mvp-might .td-1 {
padding-left: 15px; 
}
.mvp-might tr td a .product-image {
	width: 60px;
}
.table.mvp-might .title {
	margin-bottom: 0;
}
.mvp-card {
	background-color: #f1f1f1;
	/* margin-top: 0px; */
	margin-top: 30px;
}
#shipbox {
	padding: 30px 0 0px;
}
#left-sidebar .card-header.p-0 {
	padding: 0 !important;
	margin: 0px;
	border: none;
	background: #c9c9c9;
	text-align: left;
}
#left-sidebar .card-header.p-0 .h4 > a {
	padding: 10px 15px;
	background: #c9c9c9;
	justify-content: center !important;
	text-decoration: none;
}
.l-right{
	display: flex;
}
.m-card-footer{
	margin-left: auto;
}
.off-price {
	
	text-align:right; 
	margin: 5px 0 10px;
}
#n_category .mvp-wishlist {
	display: block !important;
}
#n_category .l-right .price.lead {
	line-height: 1;
	margin-bottom: 5px;
}
.pagination {
	justify-content: center !important;
}
.m-card-footer .form-inline .mvp-bt {
	width: 110px;
}
.mvp-c-body {
	padding: 10px !important;
	padding-bottom: 0px !important;
}
.dah_paltimgarrow a:hover .fa {
	color: #1c1c1c !important;
}
.section-title {
	margin: 15px auto;
}
.mvp_homecategories .section-title {
	margin-bottom: 5px;
}
.mvp_homecategories {
	margin-bottom: 8px;
}
.view-all {
	margin-top: 13px;
}
}

/*================================*/
@media only screen and (max-width:1023px){
#m-menu {
	padding: 0 15px;
	position: absolute;
	top: 100%;
	z-index: 1000;
	background-color: #c9c9c9;
	width: 100%;
	max-height: calc(75vh - 150px);
	overflow: scroll;
}
.burger-menu {
	margin-bottom: 10px;
}
.burger-menu > div > .nav > li {
	border-bottom: 2px solid #1c1c1c;
	float: left;
	width: 100%;
}
.burger-menu .nav li > a, .burger-menu .nav li > ul {
	float: left !important;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0 !important;
	min-height: unset !important;
	text-transform: capitalize !important;
	color: #1c1c1c !important;
}
.burger-menu .nav li > a > span {
	position: absolute;
	right: 15px;
}
}

/*=====================================*/



.owl-theme .owl-controls .owl-page span {
	background: #1c1c1c !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: #fbcb0a !important;
}

@media only screen and (max-width:500px){
/*.sticky-header .wrapper-logo .mvp-logo {
	margin: 0 10px !important;
}*/
/*.mvp_homecategories .thumbnail .caption {
	position: absolute;
	bottom: 0;
	width: calc(100% - 20px);
	left: 10px;
	bottom: 10px;
}*/
/*.mvp_homecategories .thumbnail:hover .caption {
	min-height: calc(100% - 20px);
	bottom: 10px;
}*/
.product-caption .form-inline .btn {
	margin-bottom: 0px;
}
header .parts-finder-content div#compat_list .compatibility_list, header .parts-finder-content div#compat_list .btn {
	padding-left: 5px;
}
#n_product .qty {
	width: 110px;
	
}
.table.mvp-might .title {
	margin-bottom: 0;
	line-height: 1;
}
.mvp-logo img {
	max-width: 222px;
}
.wrapper-footer .img-fluid.insta-logo {
	max-width: 222px;
}
}

.Trending_Products .mvp_article {
	flex: 0 0 100%;
	max-width: 100%;
}
@media only screen and (max-width:1599px){
	.wrapper-header.sticky.sticky-header {
	padding-top: 5px;
	background-color: #fff;
}
}
@media only screen and (min-width:1599px){
.mvp-might tr td {
	display: inline-block;
}
}
@media only screen and (max-width:576px){
	.mvp-card.p-4 .card-body {
	padding: 0 !important;
}
.releted-product .products-row {
	margin: 0 -5px;
}

}

@media only screen and (min-width:1200px){
#filters {
	height: auto !important;
	display: block;
}
}

.Trending_Products .thumbnail.card-body {
	margin: 3px 0;
	
}

/*-------- Part finder code ---------*/
#partfinder-searched {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    color: #fff;
    width: auto;
    flex: 0 0 auto;
    background: #1c1c1c;
}
#partfinder-searched p span#partfindersearched {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
    color: #fff;
    line-height: 1;
}
.mvp-pfview {
    float: right;
}
#partfinder-searched p a {
    color: #fff;
    text-decoration: underline;
}
#partfinder-searched p {
    margin: 0;
    font-size: 16px;
    width: calc(100% - 270px);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;

}

@media (max-width: 1499.98px){
    #partfinder-searched p span#partfindersearched {
        font-size: 16px;
    }
}
.sticky-header #partfinder-searched p {
	margin: 0;
	font-size: 16px;
	width: calc(100%);
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0 15px;
}
.sticky-header #parts_finder {
	margin-left: 15px;
}
@media only screen and (max-width: 1599px){
#partfinder-searched p span#partfindersearched {
	font-size: 18px;
}
#partfinder-searched p{
	width: 100% !important;
}
#partfinder-searched p{
padding: 0 15px;
}
.sticky-header #partfinder-searched{
	margin-top: 5px;
}
}
@media only screen and (max-width: 1023px) and (min-width: 768px){
	.sticky-header #parts_finder {
	margin-left: 0px;
}
.sticky-header .wrapper-logo a img {
	height: unset;
	transform: translateY(36px);
}
}
/*=================================================================*/



@media only screen and (min-width:768px) {
 .dah_paltimgarrow {
  display:none
 }
}
#partfinder-searched.hidden, #partfinder-fields.hidden {
    display: none !important;
}

body#n_product input[type=number]::-webkit-inner-spin-button, 
body#n_product input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    appearance: none;
    margin: 0; 
}
#left-sidebar .list-group-item {
	border-top: 1px solid rgba(0, 0, 0, .125) !important;
	border-bottom: none !important;
}
#n_customer_account .page-header > p {
	font-size: 16px;
}
.burger-menu .dropdown-toggle::after {
	display: none;
}
.burger-menu .nav li > ul {
	padding: 0 15px !important;
}
@media only screen and (max-width:400px){
.sticky-header .wrapper-logo .mvp-logo {
	 margin: 0 10px !important; 
}
.mvp_homecategories .thumbnail:hover .caption {
	background-color: rgba(251, 203, 10, 0.8);
	bottom: calc(40% - 18px);
	min-height: calc(65% - 18px);
}
}

.mvp_browsing .mvp_article, .mvp_releted .mvp_article{
	max-width: 100% !important;
	flex:0 0 100 !important;
}
/* #main-content .tabbable .nav-tabs .nav-link:first-child{
	padding-left: 0 !important;
} */
.column.first-col .menu-li.lv2-li {
	display: inline-block;
	width: 100%;
}

@media only screen and (max-width: 1023px) and (min-width: 768px){
.col-12.p-0.menu-products {
	display: flex;
}
.sticky-header #m-menu {
	top: 95px !important;
}
.clicktome {
	padding-left: 15px;
	color: #1c1c1c;
	font-weight: 500;
}
.m-mobileviw .fa-bars {
	position: relative;
	top: 2px;
}
}
 .burger-menu .nav > li > a + a {
	position: absolute;
	display: block;
	/* background-color: var(--hovercolor); */
	width: 65px;
	text-align: center;
	top: 0;
	right: 30px;
	height: auto;
	padding: 5px 0 0;
	font-size: 12px;
	text-decoration: underline;
}

@media only screen and (max-width: 1023px){

.mvp-br .mega-menu > li.nav-item {
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
	padding: 5px;
	transition: all .6s;
}
.mega-menu {
	column-count: 4;
}
.dropdown-menu.mvp-br {
	padding: 0;
}
   body .revwid-is-horizontal-widget.revwid-container .revwid-review {
    margin-right: 0px !important;
   
}
}
@media only screen and (max-width: 500px){
.mega-menu {
	column-count: 2;
}
}
#filters {
	padding-bottom: 20px;
}
 @media only screen and (min-width: 1023px){
 #n_home .revwid-container .revwid-horizontal-content {
	display: flex !important;
	align-items: center;
}
}
/* ============================chages-css===================== */
#recent_sales_ticker {
	z-index: 150000;
}
.mvp-list-me {
	width: 173px;
	font-size: 14px;
	border: none;
	    color: #1c1c1c;
    text-decoration: underline;
}

.mvp-br .mega-menu>li.nav-item:last-child {
	height: auto;
	padding: calc(100% - 2px) 0 0;
	position: relative;
}
.mvp-br .mega-menu>li.nav-item:last-child a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background-color: #1c1c1c;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px;
	text-align: center;
}
.dah_checkoutbtn{
	background-color: #1c1c1c;
	color: #fff;
}
.mvp-br .mega-menu>li.nav-item:last-child a:hover,
.dah_checkoutbtn:hover {
	background-color: #fbcb0a;
	color: #1c1c1c !important;
}
.wrapper-pricing .h1 p {
	margin-left: 10px;
}
.sm-pop-up-dismiss.sm-dismiss-button.sm-pop-up-dismiss--medium {
	padding: 0px !important;
}
.m-text-warning{
color: #fbcb0a !important;
	
}
.col-3.wrap-rec-item .savings-container {
	padding: 5px !important;
}
.brand-item {
	margin-bottom: 30px
}

.brand-item>a {
	float: left;
	width: 100%;
	height: 100%;
	border: 1px solid #dedede;
	padding: 5px;
	transition: all .6s
}

.brand-item>a:active,
.brand-item>a:focus,
.brand-item>a:hover {
	border-color: #fbcb0a;
}
@media (max-width: 575px) {
	.cartTable--column.cartTable--column-image {
		width: 0;
		padding: 0;
		display: inline-block;
		overflow: hidden;
	}
}
.mvp-cart-table select#ship_selector_cysel {
	box-sizing: border-box;
	margin: 0;
	font-family: inherit;
	overflow: visible;
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border-radius: 0 !important;
}
.mvp-cart-table .btn-primary {
	height: calc(1.5em + .75rem + 2px);
}
.sm-pop-up__image {
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
.sm-pop-up__dismiss-block {
	transform: translate(15px, -15px);
}
.sm-pop-up-container .sm-pop-up-container__wrapper {
	overflow: unset !important;
}
.sm-pop-up__dismiss-block i.fal.fa-times-circle {
	color: #000;
	font-weight: 700;
}
/* @media (min-width: 1200px) and (max-width: 1599px) {
.mvp-list .mvp-c-body a.notify-me {
	float: right;
}
} */
.m-card-footer {
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.mvp-webside>a {
	color: #1c1c1c;
	text-decoration: underline;
}
.lb-nav a.lb-prev {
	margin-left: -58px !important;
}
.lb-nav a.lb-next {
	margin-right: -58px !important;
}
.lb-nav a.lb-prev {
	filter: alpha(Opacity=100);
	opacity: 1 !important;
}
.lb-nav a.lb-next {
	filter: alpha(Opacity=100);
	opacity: 1  !important;
}
@media only screen and (max-width: 991px) {
.lb-outerContainer {
	width: 80% !important;
	height: 80% !important;
}
.lb-image{
	width: 100% !important;
	height: auto !important;
}
}



/*------------ New Header code ------------*/
.logo-section {
	padding: 0;
	background-color: #000;
	color: #fff;
	background-image: url('../images/header-background.jpg');
	background-position: center;
}
.logo-section a.mvp-logo {
	position: absolute;
	z-index: 1000;
	top: -10px;
	left: 0;
	bottom: -10px;
}
.logo-section a.mvp-logo>img {
	max-height: 100%;
}
.mvp-navbar {
	background-color: transparent !important;
	margin-bottom: 15px;
}
.py-30 {
	padding: 30px 0 20px !important;
}
.top-menu {
	background-color: #fff;
	color: #000;
}
.wrapper-header .top-menu nav.navbar a.nav-link {
	color: #000;
}
.mvp-navbar .navbar-nav li #mvp {
	color: #fff !important;
	padding: 5px 15px;
	margin-top: 0;
}
.mvp-navbar .navbar-nav li #mvp:hover,
.mvp-navbar .navbar-nav li #mvp:focus,
.mvp-navbar .navbar-nav li #mvp:active {
	color: #fbcb0a !important;
}
.mvp-navbar .navbar-nav .menu-products .mvp-level:after,
.mvp-navbar .navbar-nav .m-menu-products .mvp-level:after {
	display: none;
}
.header-call p,
.header-call h3,
.header-call h3>a,
.my-ctext,
#header-subtotal {
	color: #fff;
}
#header-cart .dropdown-menu {
	border: 1px solid #fff;
}
.wrapper-header .top-menu nav.navbar a:not(:hover) img {
	filter: brightness(0);
}
.header-search {
	margin-right: 17px;
}
.dropdown-menu.drop-menu-rec {
	top: calc(100% + 15px);
}
.logo-section a.mvp-logo {
    float: left;
    width: 100%;
}
.sticky-header .wrapper-logo a img {
	transform: unset;
}
.sticky-header .logo-section a.mvp-logo {
	top: 0;
}
.wrapper-header.sticky.sticky-header {
	padding-top: 0;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
	.clicktome,
	.m-mobileviw .fa-bars {
		color: #fff;
	}
}
@media only screen and (max-width:1023px) {
	.sticky-header #m-menu,
	#m-menu {
		top: calc(100% + 15px) !important;
		background-color: #000;
	}
	.burger-menu>div>.nav>li {
		border-bottom: 2px solid #ccc;
	}
	.burger-menu .nav li>a,
	.burger-menu .nav li>ul {
		color: #fff !important;
	}
	.wrapper-header .top-menu nav.navbar a.nav-link.th-login {
		border-left: none;
	}

}
@media (max-width: 767.98px){
	.sticky-header #m-menu,
	#m-menu {
		top: 100% !important;
	}
	 .wrapper-header .navbar {
		margin-bottom: 0;
	}
	.logo-section a.mvp-logo {
		top: -42px;
		bottom: -20px;
	}
	.h-m-view>li>a .fa.fa-bars {
		color: #fff;
	}
	.h-m-view>li>a img {
		filter: brightness(0) invert(1);
	}
	.topheader-left {
		text-align: left;
		padding-left: 15px;
	}
	.sticky-header .top-menu {
		display: flex;
	}
	.sticky-header .mvp-navbar {
		display: flex;
	}
	.sticky-header .logo-section a.mvp-logo {
		top: -42px;
		bottom: -20px;
		margin: 0 auto !important;
	}
	.sticky-header .wrapper-logo a img {
		padding: 0;
	}
	#m-search {
		background-color: #000;
	}
}
/*------------ /New Header code ------------*/

.output-grid .image:hover img, .output-carousel .image:hover img {
    opacity: 0.5 !important;
    filter: grayscale(0) !important;
}
.revwid-is-horizontal-widget.revwid-container .revwid-review {
    margin-bottom: 2px !important;
}
div#reviewsio-carousel-widget {
    width: 100%;
}