body {
	font-family: 'Rajdhani', sans-serif /*{body-font-family}*/;
	font-size: 16px /*{body-font-size}*/;
	color: #1a1a1a /*{body-font-colour}*/;
	background-image:none /*{body-background-image}*/;
	background-color: #fff /*{body-background-colour}*/;

}

a, .btn-link{
	color: #ff1f1f /*{link-text-colour}*/;
    text-decoration: none !important;
}
a:hover, a:active, a:focus, .btn-link:hover{
	color: #1a1a1a /*{link-text-hover-colour}*/;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family:'Rajdhani', sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" /*{headers-font-family}*/;
	
}

.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: #1c1c1c /*{buttons | btn-default-text-colour}*/;
	background-color: #fff /*{buttons | btn-default-background-colour}*/;
	border-color: #1c1c1c /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover{
	color: #fff /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ff1f1f /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #ff1f1f /*{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: #1a1a1a /*{buttons | btn-primary-background-colour}*/;
	border-color: #1a1a1a /*{buttons | btn-primary-border-colour}*/;
}
.btn-primary:hover {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #ff1f1f /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #ff1f1f /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color:  #1c1c1c /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #1c1c1c  /*{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: #ff1f1f /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #ff1f1f  /*{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: #fff /*{buttons | btn-success-text-colour}*/;
	background-color: #ff1f1f /*{buttons | btn-success-background-colour}*/;
	border-color: #ff1f1f /*{buttons | btn-success-border-colour}*/;
}
.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}*/;
}

/* 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: transparent /*{breadcrumb-background-colour}*/;
    padding-left:0 ;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #1c1c1c /*{breadcrumb-text-colour}*/;
}

.breadcrumb a {
	color: #1c1c1c /*{breadcrumb-text-colour}*/;
    font-size: 14px;
    font-weight: 500;
}
.breadcrumb li:last-child a{
    color: #ff1f1f;
}

.pagination .page-link{
	color: #006FF5 /*{pagination-text-colour}*/;
	background-color: #fff /*{pagination-bg-colour}*/;
	border-color: #dee2e6 /*{pagination-border-colour}*/;
}
.pagination .page-link:hover,
.pagination .page-link:focus{
	color: #004ca9 /*{pagination-text-colour-hover}*/;
	background-color: #e9ecef /*{pagination-bg-colour-hover}*/;
	border-color: #dee2e6 /*{pagination-border-colour-hover}*/;
}
.pagination .active .page-link,
.pagination .active .page-link:hover
 {
	color: unset /*{pagination-text-colour-active}*/;
	background-color: unset /*{pagination-bg-colour-active}*/;
	border-color: unset /*{pagination-border-colour-active}*/;
}
.pagination .active .page-link:focus{
    border: none;
    box-sizing: none;
    outline: none;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.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: #ff1f1f /*{panel-header-bg-colour}*/;
	border-color: #ff1f1f /*{panel-header-border-colour}*/;
    color: #fff;
}
.card{
    border-color: #ff1f1f;
}

.productsave {
	color: #D9534F /*{sale-colour}*/;
}

.wrapper-header .navbar-toggler {
	color: #696969 /*{navbar-default-link-colour}*/;
}

.wrapper-header .navbar {
	background-color: #f8f9fa /*{navbar-default-bg-colour}*/ !important;
}

.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: #fff /*{dropdown-menu-bg}*/;
	border-color: #ccc /*{dropdown-menu-border-colour}*/;
	z-index: 50000;
	margin-top: 0;
}

.dropdown-item{
	color: #1c1c1c /*{dropdown-menu-link-colour}*/;
	font-weight: 600;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active{
	color: #262626 /*{dropdown-menu-link-colour-hover}*/;
	background-color: #f5f5f5 /*{dropdown-menu-link-bg-hover}*/;
}
.logo-section {
    background-color: #1a1a1a /*{logo-section-bg-color}*/;
}
.theme-p{
	color: #ff1f1f;
}
.theme--bg-p{
	background-color:#ff1f1f;
}
.header-search i.fa.fa-search {
    font-size: 20px;
    color: #ff1f1f;
}
.carousel-inner:after {
    content: '';
}
.embed-responsive:before {
    content: '';
}
.breadcrumb-item+.breadcrumb-item:before {
   
    content: '/';
}

/* ============================style======================== */

/* ===================header================= */
div#header-acc a:hover {
    color: #ff1f1f;
    font-size: 18px;
    font-weight: 600;
}
/*div#header-cart span:hover{*/
/*     color: #ff1f1f;*/
/*}*/
.header-search input#name_search {
    width: 580px;
    height: 56px;
	padding-left: 30px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.divider {
    width: 1px;
    height: 55px;
    float: left;
    background-color: #484848;
    margin: 0 30px;
}
div#header-acc a{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
 div#header-cart span {
      font-size: 15px;
      color:#fff;
 }
.header-topbar .nav-item a.nav-link {
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
	color: #1a1a1a;
	font-size: 14px;
}
.wrapper-header .header-topbar .nav-item:not(:first-child) a.nav-link:before {
    content: "|";
    color: #c2c2c2;
    padding: 0 20px;
}


.wrapper-header .navbar-nav .nav-link:hover, .wrapper-header .navbar-nav .nav-link:focus, .wrapper-header .header-topbar .nav-link:hover, .wrapper-header .header-topbar .nav-link:focus, .wrapper-header .header-topbar .nav-item i:hover, .wrapper-header .header-topbar .nav-item i:focus {
    color: rgba(255, 31, 31, 1) /*{navbar-default-link-colour-hover}*/;
}
.header-topbar .header_announcement {
    font-weight: 600;
	font-size: 14px;
    padding: 0.5rem 0;
}
.wrapper-logo > a {
    float: left;
    padding: 20px 0;
}
.header-search input::placeholder, .header-search input{
	color: #6c6c6c;
	font-size: 18px;
	font-weight: 500;
}
.header-search input:focus{
    z-index: 0;
}
.header-search .input-group-append {
    height: 56px;
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.header-search button::after {
    border: 1px solid #ccc;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 0;
}
.header-search form {
    /* background: #fff; */
    border-radius: 5px;
    display: inline-block;
    border-radius: 10px;
    /* overflow: hidden; */
}
.header-search button.btn {
    padding-right: 28px;
    padding-left: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nsearchinput-pl.well {
    top: 0;
	margin-top: 56px !important;
	border: 1px solid #ccc;
    border-radius: 7px;
}

#stloc_selector_cysel:focus, #stloc_state_sel:focus, #suburb_sl:focus, ._itmspec_opt:focus, .form-control:focus, .n-wrapper-form-control select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #76b4ff;
    outline: 0;
    box-shadow: none !important;
}
.newsletter-section .form-control {
    width: 410px;
    height: 56px;
    margin-right: 20px;
	padding-left: 30px;
}
.newsletter-section .btn {
    width: 205px;
    height: 56px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.newsletter-section .form-control::placeholder, .newsletter-section .form-control{ 
	color:#797979;
	font-weight: 500;
	font-size: 18px;
}
.newsletter-section .mt-sec {
    padding: 45px 48px;
    border-radius: 20px;
}
#stloc_selector_cysel, #stloc_state_sel, #suburb_sl, ._itmspec_opt, .form-control, .n-wrapper-form-control select {
    border-radius: 10px;
}
.btn{
	border-radius: 10px;
}
.wrapper-header .navbar {
    background-color: transparent !important;
}
.partfinder-section {
    background-color: #ff1f1f;
    padding: 3px 0;
}
.mainmenu-section {
    background-color: #1c1c1c;
}
/* ===================Footer============== */
footer.wrapper-footer {
    background-color: #1a1a1a;
	padding: 68px 0 0;
}
.wrapper-footer nav h4.nav-link, .wrapper-footer nav h4.nav-link:hover, .wrapper-footer nav h4.nav-link:focus {
    color: #ff1f1f /*{footer-heading-colour}*/;
}
.wrapper-footer nav .nav-link {
    padding: 5px 0;
	font-size: 16px;
    font-weight: 500;
}
.wrapper-footer a {
    color: #fff /*{footer-link-colour}*/;
}
.copy-right {
    padding: 15px 0px;
    background: #131313;
    margin-top: 68px;
}
.copy-right p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.usps {
    flex: 0 0 20%;
    max-width: 20%;
	border-right: 2px solid #e6e6e6;
}
.usps:last-child {
    border-right: 0;
}
.thumbnail_usps .caption h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
	margin-top: 10px;
}

section#home_usps {
    padding: 15px 0;
    border-bottom: 2px solid #e6e6e6;
}
.sec_top{
padding-top:70px ;
}

.sec_bottom{
	padding-bottom:70px ;
}
.newsletter-section h3 {
    font-size: 30px;
}
.newsletter-section h5{
	font-size: 30px;
	font-weight: 500;
}
.newsletter-section .mt-sec {
    background-color: #f4f4f4;
}
.newsletter-section {
    padding: 50px 15px;
}
.wrapper-footer nav h4.nav-link {
    color: #ff1f1f;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 13px;
}
footer.wrapper-footer .nav>li div.d-flex>div:first-child {
    width: 20px;
    justify-content: center;
    display: flex;
    margin-right: 10px;
}
footer.wrapper-footer .f-dic {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.col-footer-about > p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
	max-width: 485px;
}
.col-footer-about a {
    color: #ff1f1f !important;
}
.wrapper-footer a:hover, .wrapper-footer a:focus {
    color: #ff1f1f;
}
/* ====================home============= */
.thumbnail_browse {
    flex: 0 0 12.5%;
    max-width: 12.5%;
	padding: 0 10px 10px;
}
section#browse_by_sec .thumbnail-make {
    padding: 10px;
    background: #f4f4f4;
    border-radius: 20px;
    margin-top: 15px;
}
section#browse_by_sec .caption h5 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 13px 0 0;
    color: #1c1c1c;
}
h2.section-title {
    font-size: 36px;
    font-weight: 700;
    margin: 62px 0 39px;
}
.browse-by-make.make-by h2.section-title {
    margin-bottom: 24px;
}
.mvp_homecategories .mvp-cat {
    padding: 0 10px;
}
.mvp_homecategories .thumbnail {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.mvp_homecategories .thumbnail .caption {
    position: absolute;
    bottom: 10px;
	width: calc(100% - 20px);
    left: 10px;
    height: auto;
    text-align: center;
    min-height: 42px;
    transition: all .6s;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.8);
}
.mvp_homecategories .thumbnail .caption>div {
    display: flex;
    width: auto;
    z-index: 10;
    flex-direction: column;
    align-items: center;
}
.mvp_homecategories .thumbnail .caption h5 {
    width: auto;
    display: inline;
    margin: 0 auto;
}
.mvp_homecategories .thumbnail .caption h5>a {
    font-weight: 700;
    font-size: 22px;
    margin: 0 auto;
    text-transform: uppercase;
    transition: all .6s;
    text-decoration: none;
	color: #1c1c1c;
}
.mvp_homecategories .thumbnail:hover .caption{
	background-color: rgba(255, 31, 31, 0.8);
}
.mvp_homecategories .thumbnail:hover .caption h5>a{
	color: #fff;
} 
.browse-by-brands .thumbnail_browse {
    flex: 0 0 10%;
    max-width: 10%;
}
.mvp_article {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px;
}
.mvp_article .thumbnail.card-body{
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 13px;
	border: 2px solid #f4f4f4;
    overflow: hidden;
}
.mvp_article .thumbnail.card-body:hover{
	box-shadow: 0 0 11px rgba(212, 212, 212, 0.7);
}
.row.products-row {
    margin: 0 -5px;
}
body#n_home .mvp_article {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
}
.view-all > a {
    width: 313px;
    border: 2px solid;
    font-size: 20px;
    font-weight: 700;
}
.thumb_list .card-footer .btn, .thumbnail.card-body .buying-options .btn {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 31px;
	height: 44px;
}
.thumbnail.card-body .buying-options .btn {
	transform: scale(0);
	transition: .6s transform;
}
.thumbnail.card-body .buying-options{
	height: 44px;
}
.thumbnail.card-body:hover .buying-options .btn  {
    transform: scale(1);
	transition: .6s transform;
}
.thumb_list .card-body .card-title, .thumbnail.card-body .card-title {
    height: 4.5em;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
	text-decoration: none;
}
.thumbnail.card-body p.price {
    color: #1c1c1c;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.thumb_list .card-body .price{
    color: #1c1c1c;
    font-size: 20px;
    font-weight: 700;
}
.view-all {
    padding-top: 40px;
    margin-bottom: 23px;
}
a.thumbnail-image {
    border-bottom: 1px solid #f4f4f4;
}
.thumb_list .card-body .card-title a , .thumbnail.card-body .card-title a{
    color: #1c1c1c;
    text-decoration: none;
}
.mvp_article .thumbnail.card-body:hover .card-title a, .mvp_article .thumbnail.card-body:hover .card-title a {
    color: #ff1f1f;
}
div#compat_list .form-control:focus {
    border-color: #000;
    border-width: 2px;
}

/* ====================megamenu================ */
.sitebar {
    background-color: #f4f4f4;
}
.sitebar ul li>a {
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: 600;
    color: #0d0d0d !important;
    padding: 11px 27px !important;
}
.sitebar ul li.active a {
	background-color: #ff1f1f !important;
} 
.sitebar ul li.active a, .sitebar ul li:hover a{
	color: #fff !important;
}
.wrapper-header .mainmenu-section ul>li>a.nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 11px 26px;
}
.catmainmenu {
    border: 1px solid  #ff1f1f;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1030;
    width: 100%;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}
 body .thumbnail_browse:hover a {
    text-decoration: none;
   
    text-decoration: none !important;
    outline: none;
}
body .thumbnail_browse:hover .caption h5.headline {
    color: #ff1f1f;
}
.mvp_mega {
    width: 100%;
    float: left;
    padding: 18px 0;
    margin: 0;
    list-style: none;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}
.mvp_mega .mvp_child {
    width: 100%;
    margin-bottom: 20px;
    -webkit-column-break-inside: avoid;
}
.mainmenu-section div.catmainmenu div.desksubcats span.lvl-2 {
    font-size: 18px;
    font-weight: 600;
    color: #1c1c1c;
}
.mvp_mega .mvp_child ul li>a{
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.mvp_mega .mvp_child ul li> ul li>a{
    font-size: 14px;
}
.mvp_mega a:hover, .mainmenu-section div.catmainmenu div.desksubcats .lvl-2:hover{
    text-decoration: none;
    color: #ff1f1f !important;
}

/* ================Side-bar================= */

.filtre_t a {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1c1c1c;
}
.filtre_t i.fa.fa-filter {
    color: #ff1f1f;
    margin-right: 10px;
}
.filter_main {
    border: 1px solid #d3d3d3;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}
.filter_main .filter-title h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: 700;
    padding: 15px 17px;
	cursor: pointer;
}

.filter_Cat a {
    margin-bottom: 10px;
    text-decoration: none;
}
.filter i.far.fa-square {
    margin-right: 10px;
}
.filter i.fa.fa-check-square{
	margin-right: 10px
}
.filter_Cat {
    padding: 0 15px;
}
#filter_PriceRange2 .filter-title {
    margin-bottom: 10px;
}
body .filter_Cat a:hover {
    background-color: unset;
}
.filter .fa-check-square:before {
    content: "\f14a";
    color: #ff1f1f;
}
.filter_main .filter-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}
.filtre_t {
    margin-bottom: 15px;
}
body .viewby a.active {
    border-radius: 5px !IMPORTANT;
    margin-right: 10px;
    border-color: #ff1f1f !IMPORTANT;
    color: #ff1f1f !IMPORTANT;
    background-color: unset !IMPORTANT;
    font-size: 17px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}
body .viewby a {
    background-color: unset !IMPORTANT;
	border-radius: 5px !IMPORTANT;
    font-size: 17px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
	margin-right: 10px;
}

.pagination li {
    margin-right: 10px;
    border-radius: 5px !important;
}
.pagination li a{
    color: #1c1c1c !important;
    border-radius: 5px !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 18px;
    font-weight: 600;
    overflow: hidden;
}
.pagination li a:hover {
    background-color: red !IMPORTANT;
    color: #fff !important;
}
body li.active a {
    background-color: #ff1f1f !IMPORTANT;
    color: #fff !IMPORTANT;
    font-size: 18px;
    font-weight: 600;
}
.filter-title[aria-expanded=false]::after {
    content: "\f067";
    float: right;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-right: 15px;
}
.filter-title[aria-expanded=true]::after {
    content: "\f068";
    float: right;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-right: 15px;
}
.filter_main .card-header {
    border-bottom: 0;
    background-color: unset;
}
.filter_info {
    margin-bottom: 5px;
    cursor: pointer;
}
.form-row select.form-control {
    width: 158px;
}

.form-row>.col, .form-row>[class*=col-] {
    padding-right: 0px;
}
.filter_Cat a:hover span {
    color: #ff1f1f;
}
.filter_info:hover a {
    color: #ff1f1f;
}
body .payment-icon {
    width: 55px;
    background-size: 53px;
    background-repeat: no-repeat;
}
div#dah_mygaragewrap .dah_compat-btn:hover {
    border-color: #fff;
}

div#compat_list select, .parts-finder-content .selected-item {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.parts-finder-content .selected-item {
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: space-between;
    cursor: pointer;
}
.dah_partfinder_opt_1_main {
    z-index: 10;
}
.dah_partfinder_opt_2_main {
    z-index: 9;
}
.dah_partfinder_opt_3_main {
    z-index: 8;
}
div#dah_mygaragewrap .btn-primary:hover {
    border-color: #fff;
}
.pagination {
    margin-top: 34px;
}
@media screen and (max-width:767.98px) {
	#filter_PriceRange a {
		width: 100%;
		margin-bottom: 6px;
		float: left;
	}
	.filter_main_dec{
		display: none;
	}
}
div#navbarMainMenu .collapsing {
    -webkit-transition: none;
    transition: none;
}
.brand-wrap{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px 10px;
}
.brand-wrap .brand-items {
    flex: 0 0 11.11%;
    max-width: 11.11%;
    margin-bottom: 10px;
}
.brand-wrap .brand-items .mvp-mid {
    margin: 0 5px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
}
.brand-wrap .brand-items .mvp-mid:hover{
    border-color: #ff1f1f;
}
a.items-a span {
    font-size: 20px;
    font-weight: 600;
}
.mvp_cat-row{
    margin-top: 70px;
}
.sort_container .col-form-label {
    font-size: 14px;
    font-weight: 500;
}
.sort_container .btn-text {
    font-weight: 600;
}
.sort_container {
    margin-bottom: 30px;
}
.mvp_contact li p {
    color: #ff1f1f;
}
div#navbarMainMenu .navbar-nav li:hover .main-link {
    color: #ff1f1f;
}
.sitebar ul .lvl-1:hover a{
    background-color: #ff1f1f;
}
/* =================part-finder================ */
.parts-finder-content select, .parts-finder-content .selected-item {
    height: 44px;
}
.parts-finder-content .mvp_sect {
    margin-right: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.dah_checkbox_mygarage label, div#dah_mygaragewrap h2, div#dah_mygaragewrap p {
    /* line-height: 1; */
    white-space: nowrap;
    color: #fff;
    font-weight: 400;
}
div#dah_mygaragewrap .dah_compat-btn {
    width: 140px !important;
    flex: 0 0 140px;
    height: 44px;
    font-size: 16px;
    box-shadow: none;
}
/* =====================Product-page================== */
body#n_product #wrapper-header {
    margin-bottom: 0px !important;
}
.breadcrumb-product {
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 50px;
}
.p-brand-logo {
    max-width: 130px;
    margin-bottom: 18px;
}
.wrapper-product-title h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px;
}
.wrapper-product-title .p-subtitle{
    color: #1c1c1c;
    font-weight: 500;
} 
p.p-sku {
    font-weight: 600;
    color: #1c1c1c;
}
.wrapper-pricing .h1 {
    font-size: 34px;
    font-weight: 700;
    color: #1c1c1c;
}
.mvp-success{
    color: #74ce0a;
}
.wrapper-pricing>div.align-items-baseline>*, .wrapper-pricing>div.products-row>* {
    margin-right: 10px;
    margin-bottom: 0;
}
.mvp_pqty {
    position: relative;
}
.mvp_pqty .btn {
    background-color: #c4c4c4;
    height: 18px;
    width: 18px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 16px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    border-radius: 0;
    line-height: 16px;
    border-radius: 3px;
}
form.buying-options .btn:last-child {
    left: unset;
    right: 15px;
}
.cartTable p.h4:hover {
    text-decoration: underline;
}
.p-addtocart button, .p-addtocart .btn {
    width: 256px;
    height: 48px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 10px;
    font-weight: 600;
    border-radius: 4px;
    line-height: 34px;
    background-color: #ff1f1f;
    color: #fff;
}
.p-addtocart button:hover, .p-addtocart .btn:hover{
    background-color: #000;
}
.mvp-wishlist a {
    height: 48px;
    width: 48px;
    font-size: 22px;
    padding: 0;
    line-height: 48px;
    border-radius: 4px;
    border: 2px solid #f4f4f4;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#n_product .qty {
    width: 196px;
    height: 48px;  
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 700;
    border-radius: 4px;  
    border: 2px solid #f4f4f4;
}
.mvp_psectitle p {
    font-weight: 600;
    margin-bottom: 5px;
}
.extra-options form.buying-options {
    margin-top: 20px;
}
#shipbox .row {
    margin: 0 -5px;
}
#shipbox .row>.col-12 {
    padding: 0 5px;
    max-width: unset;
    flex: 0 0 auto;
    width: auto;
}
#shipbox .row>.col-12 input, #shipbox .row>.col-12 .btn,  #shipbox .row>.col-12 select#ship_country {
    height: 48px;
    line-height: 45px;
    padding: 0 15px;
    border-radius: 4px;
    border: 2px solid #f4f4f4;
    width: 196px;
    color: #6c6c6c;
}
#shipbox .row>.col-12 .btn {
    border: none;
    color: #fff;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
#shipbox .m-card-header h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1c1c1c;
    margin-bottom: 5px;
}
section#shipbox {
    margin: 28px 0;
}
.tabbable .nav-tabs li {
    margin-right: 5px;
}

.tabbable .nav-tabs .nav-link {
    padding: 10.5px 20px 6.5px;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1c1c1c;
    border: 2px solid #f4f4f4;
    border-bottom: none;
}
.nav-tabs .nav-link.active {
    background-color: #f4f4f4;
    color: #1c1c1c;
}
.tab-content {
    padding: 30px;
    border: 2px solid #f4f4f4;
    margin-top: 1px;
}
.cprocut article{
    flex: 0 0 16.666666%;
    max-width: 0 0 16.6666%;
}
.browsing-history article{
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
}
.upsell-product .hedding {
    font-size: 26px;
}
.upsell-product .had-sec {
    line-height: 1;
}
div#upsellmultiitemadd .thumbnail {
    border: 2px solid #f4f4f4;
    border-radius: 10px;
}
div#upsellmultiitemadd .w-25 {
    padding: 0 5px;
}
.border-section {
    padding: 15px 10px;
    border: 2px solid #f4f4f4;
    border-radius: 15px;
}
.m-addMultipleCartItems {
    width: 256px;
    margin-left: auto;
    font-weight: 600;
}
.thumb_cart .right a{
    color: #1c1c1c;
    font-weight: 600;
}
div#upsellmultiitemadd .thumbnail.card-body .card-title a:hover{
    color: #ff1f1f;
}
.browsing-history p.price, .browsing-history .thumbnail.card-body .buying-options {
    display: none !important;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}
.page-header h1 {
    font-size: 28px;
    font-weight: 700;
}
.styled-select select {
    padding-right:20px;
}
#n_checkout .dah_pqty .btn {
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 30px;
    width: 30px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
}
 #n_checkout .dah_pqty {
    position: relative;
    margin-right: 10px;
}
 #n_checkout .dah_pqty .btn:last-child {
    left: unset;
    right: 0;
}
body#n_checkout div#main-content .mvp_pqty .btn:hover{
    background-color: #ff1f1f;
}
#n_checkout .dah_pqty {
    margin-right: 0;
}
#n_checkout .dah_pqty .form-control {
    height: 30px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-align: center;
    border-left: none;
    border-right: none;
    padding: 0;
}
.cart-shipping>.col-12 {
    padding: 0 5px;
    max-width: unset;
    flex: 0 0 auto;
    width: auto;
}
.cart-shipping .col-12 .form-control {
    width: 196px;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #6c6c6c;
    border-radius: 5px;
}
.cart-shipping .col-12 .btn{
    width: 196px;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
}
.cartTable--heading-price, .cartTable--heading-quantity, .cartTable--heading-remove {
    width: 150px;
}
td.cartTable--column.cartTable--column-image a {
    float: left;
    border: 2px solid #f4f4f4;
    border-radius: 5px;
    padding: 5px;
    width: 96px;
}
body#n_checkout div#main-content .btn {
    height: 48px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.mvp_pqty {
    position: relative;
}
.mvp_pqty input{
    height: 48px;
    text-align: center;
    color: #1c1c1c;
    font-weight: 700;
    border-radius: 5px;
    font-size: 16px;
}
body#n_checkout div#main-content .mvp_pqty .btn {
    height: 15px !important;
    width: 15px;
    display: flex;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border-radius: 0;
    font-size: 10px !important;
    margin: 0;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: #c4c4c4;
    border-color: transparent;
    border-radius: 2px !important;
}
body#n_checkout .mvp_pqty .btn:last-child {
    left: unset !important;
    right: 15px !important;
}

body#n_checkout div#main-content .table td, body#n_checkout div#main-content .table th {
    border-top: 2px solid #f4f4f4;
}
.cart-hr {
    border-top: 2px solid #f4f4f4;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.cartTable .thead-bg {
    background-color: #f4f4f4;
}
.cartTable {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}
.my-cart .card-header .card-title {
    font-size: 18px;
}
.my-cart .card-header {
    height: 49px;
    line-height: 54px;
    display: flex;
    align-items: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: none;
    background-color: #f4f4f4;
    color: #1c1c1c;
}
.discount-apply .card {
    background: #f4f4f4;
    border-radius: 10px !important;
}
.discount-apply input{
    border-radius: 5px !important;
    height: 38px;
}
.discount-apply h2 {
    font-size: 18px;
    font-weight: 600;
}
.tab-3 {
    border: 2px solid #f4f4f4;
}
.table.tab-3 * {
    font-size: 18px;
}
.oder-total {
    font-size: 21px !important;
    margin: 0;
}
h1.display-4 {
    font-size: 36px;
    font-weight: 700;
}
.cartTable tr td a {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 500;
}
.contion-shopping {
    max-width: 197px;
}
.update_cart {
    max-width: 148px;
    margin-left: auto;
}
.gallery-thumbnail .caption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 31, 31, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
}
.gallery-thumbnail>div>a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.gallery-thumbnail .caption h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.gallery-thumbnail .caption p {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    color: #fff;
}
.gallery-thumbnail> div:hover .caption {
    display: flex;
}
.brands-wrap {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(10,1fr);
}
.brands-wrap .brand-item:hover {
    border-color: #ff1f1f!important;
}
.brands-wrap a {
    font-size: 18px;
}
.thumbnail.card-body .price span.text-muted{
    font-size: 18px !important;
    font-weight: 500 !important;
}
.save_mp {
    height: 37px;
    width: 73px;
    background-image: url(../img/bg-red.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.savings-container {
    position: absolute;
    top: -16px;
    right: -6px;
    text-align: right;
}
span.innner {
    margin-bottom: 6px;
    color: #fff;
    font-weight: 700;
    margin-left: 9px;
}
/* button.btn:after {
    content: '';
    border: 1px solid;
    position: absolute;
    left: -8px;
} */
.header-search button.btn:after {
    content: '';
    border: 1px solid #e6e6e6;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    z-index: 111;
}
.header-search .input-group>.form-control:focus{
    z-index: 0;
}
section#browse_by_sec .thumbnail-make:hover {
    box-shadow: 0 0 11px rgba(255, 31, 31, 0.7);
}
body .viewby a:hover {  
    color: #1c1c1c;
}

form#pricesearch input, form#pricesearch .btn {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
form#pricesearch .btn-primary:hover{
    color: #1c1c1c;
}
aside#left-sidebar p#price-range {
    max-width: calc(100% - (0.6em * 2));
    margin-left: 0.6em;
    margin-top: 4px;
}
.highlight {
    background-color:#ff1f1f;
    cursor:pointer;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #ff1f1f;
    background: #ff1f1f;
    color: #ff1f1f;
}
.thumb_list .thumbnail-image img {
    max-width: 100px;
}
ul.com-vihicle {
    padding-left: 15px;
    column-count: 3;
}
.tab-3 td, .tab-3 th {
    padding: 15px 20px;
}
.row.cart-shipping {
    margin: 0 -5px;
}
.m-cart-hedding h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 13px 0 15px;
}
.dah_Catpfr_txt {
    padding: 0;
}
.dah_Catpfr_txt hr {
    border-color: #fff;
}
.thumb_list .card {
    border: 2px solid #f4f4f4;
}
.thumb_list .card:hover {
    box-shadow: 0 0 11px rgba(212,212,212,.5);
}
.dah_compatible {
    min-height: 24px;
}
div#cartcontents .small{
    font-size: 100%;
}
.mvp-0 .mvp-myacc {
    display: none;
}
div#dah_thumbmgpopup div#compat_list {
    flex-direction: column!important;
}
div#dah_thumbmgpopup .position-relative {
    margin-right: 0!important;
    margin-bottom: 5px!important;
}
div#dah_thumbmgpopup .modal-header {
    border: none;
    position: absolute;
    right: 0;
    z-index: 111111;
}
div#dah_thumbmgpopup .mvp-ckeck {
    margin-top: 15px;
    align-items: center;
    justify-content: center!important;
}
div#dah_thumbmgpopup .dah_checkbox_mygarage {
    width: auto!important;
    flex: 0 0 auto!important;
}
div#dah_thumbmgpopup .dah_checkbox_mygarage label, div#dah_thumbmgpopup div#dah_mygaragewrap h2, div#dah_thumbmgpopup div#dah_mygaragewrap p{
    color: #1c1c1c;
}
ul#mvp-part-sub {
    column-count: 3;
    column-gap: 15px;
}
.mvp_partfinderheading span {
    font-size: 22px;
    font-weight: 700;
}
ul#mvp-part-sub li a {
    font-weight: 600;
}
div#dah_thumbmgpopup div#compat_list .d-none {
    margin-right: 0 !important;
}
div#dah_thumbmgpopup div#compat_list .pimg{
    margin-bottom: 10px;
}
div#_jstl__mgproducts {
    width: 100%;
}
div#_jstl__mgproducts_r {
    width: 100%;
}
.mg-products button {
    font-size: 16px;
    font-weight: 600;
}
.wrapper-product-title .brands_name {
    font-size: 26px;
    font-weight: 700;
}
div#_jstl__images_r .main-image{
    width: calc(100% - 145px);
    max-width: calc(100% - 145px);
    flex: 0 0 calc(100% - 145px);
}
div#_jstl__images_r .dah_altimages {
    width: 145px;
    max-width: 145px;
    flex: 0 0 145px;
}
.wrapper-logo .logo {
    height: 90px;
}
.tabbable .nav-tabs li:last-child {
    margin: 0;
}
.search-results-search .form-control  {
    border-color: #f4f4f4;
}
.search-results-search .btn {
    border-color: #f4f4f4;
}
.mvp_list_model{
    max-width: 550px;
}
.mvp_pqty .btn:hover {
    background-color: #ff1f1f;
}
.thumb_cart .title a:hover {
    color: #ff1f1f;
}
form#myformid p {
    margin-bottom: 0;
}
form#myformid label {
    font-weight: 600;
}
.dah_removebtn {
    position: absolute;
    right: 0;
    padding: 4px 6px;
}
.dah_mysheditem h4>a {
    text-align: center !important;
    justify-content: center;
    display: flex;
}
.dah_mysheditem .img-thabm:hover {
    box-shadow: 0 0 7px rgba(255, 31, 31, 1);
}
div#filterModel, .filter_Cat {
    max-height: 50vh;
    overflow-y: auto;
    /* overflow: hidden; */
}
select option:checked,
select option:hover {
    box-shadow: 0 0 10px 100px #ff1f1f inset;
}
/* select:focus > option:checked { 
    background: #ff1f1f !important;
} */
/* div#thumbnail-slider .inner ul.nav, #thumbnail-slider2 div.inner ul {
    transform: none !important;
} */
select::-moz-selection { 
    color: white;
    background: red;
  }
  
select::selection {
    color: white;
    background: red;
  }
  
/* ================Responsive=============== */
@media only screen and (max-width: 1899px) and (min-width: 1500px){
    .newsletter-section .form-control {
        width: 271px;
    }
    .newsletter-section .btn {
        width: 145px;
    }
    .brand-wrap .brand-items .mvp-mid a{
        line-height: 1;
        text-align: center;
    }
    .tabbable .nav-tabs .nav-link {
        padding: 10.5px 10px 6.5px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1499px) and (min-width: 1200px){
    .header-search input#name_search {
        width: 500px;
    }
    .thumbnail_usps .caption {
        padding: 0 10px;
    }
    .thumbnail_usps .caption h5 {
        line-height: 1;
    }
    .usps {
        min-height: 87px;
    }
    .newsletter-section .hedding {
        margin-bottom: 15px;
        text-align: center;
    }
    .newsletter-section .mt-sec {
        padding: 45px 30px;
        border-radius: 20px;
    }
    .newsletter-section .form-control {
        width: 401px;
    }
    #shipbox .row>.col-12 input, #shipbox .row>.col-12 .btn, #shipbox .row>.col-12 select#ship_country {
        width: 170px;
    }
    .brand-wrap .brand-items .mvp-mid a{
        line-height: 1;
        text-align: center;
    }
    .dah_compatible {
        min-height: 34px;
        line-height: 1;
    }
    .tabbable .nav-tabs .nav-link {
        padding: 10.5px 4px 6.5px;
        font-size: 14px;
    }
    /* :not(body#n_home) .mvp_article {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 5px;
    } */
    .thumb_list .card-body .card-title, .thumbnail.card-body .card-title {
        font-size: 14px;
    }
    body .mvp_up article {
        max-width: 16.666% !important;
        flex: 0 0 16.666% !important;
    }
    .brands-wrap {
        grid-template-columns: repeat(8,1fr);
    }
    .mvp_list_model {
        max-width: 400px;
    }
    .cartTable .cartTable--heading.cartTable--heading-price {
        width: auto;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
    .header-search input#name_search {
        width: 333px;
    }
    .thumbnail_usps .caption {
        padding: 0 10px;
    }
    .thumbnail_usps .caption h5 {
        line-height: 1;
    }
    .usps {
        min-height: 87px;
    }
    .newsletter-section .hedding {
        margin-bottom: 15px;
        text-align: center;
    }
    .newsletter-section .mt-sec {
        padding: 30px 30px 40px;
    }
    .newsletter-section .form-control {
        width: 312px;
    }
    /* .dah_checkbox_mygarage {
        margin: 0 10px !important;
    } */
    div#dah_mygaragewrap .dah_compat-btn {
        width: 80px !important;
        flex: 0 0 80px;
    }
    .mvp_homecategories .mvp-cat {
        padding: 0 12.5px;
    }
    .mvp_homecategories .mvp-cat {
        padding: 0 12.5px;
        margin-bottom: 25px;
    }
    /* .mvp_homecategories .row {
        margin: 0 -12px;
    } */
    .browse-by-brands .thumbnail_browse {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .thumbnail_browse {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        padding: 0 5px 10px;
    }
    #browse_by_sec .mvp-row {
        margin: 0 -9px;
    }
    body#n_home .mvp_article {
        flex: 0 0 25%;
        max-width: 25%;
    }
    body#n_home .mvp_article:nth-child(5), body#n_home .mvp_article:nth-child(6) {
        display: none;
    }
    .dah_compatible {
        min-height: 34px;
        line-height: 1;
    }
    body:not(#n_home) .mvp_article {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding: 0 5px;
    }
    body#n_product .mvp_article {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        padding: 0 5px;
    }
    .form-row select.form-control {
        width: 146px;
    }
    .p-addtocart button, .p-addtocart .btn {
        width: 230px;
    }
    #n_product .qty {
        width: 150px;
    }
    #shipbox .row>.col-12 input, #shipbox .row>.col-12 .btn, #shipbox .row>.col-12 select#ship_country {
        width: 143px;
    }
    #thumbnail-slider div.inner {
        width: 100px !important;
    }
    div#_jstl__images_r .dah_altimages {
        width: 115px;
        max-width: 115px;
        flex: 0 0 115px;
    }
    div#_jstl__images_r .main-image {
        width: calc(100% - 115px);
        max-width: calc(100% - 115px);
        flex: 0 0 calc(100% - 115px);
    }
    body .mvp_up article:nth-child(5), body .mvp_up article:nth-child(6) {
        display: none;
    }
    .breadcrumb-product {
        margin-bottom: 40px;
    }
    #n_product h2.section-title {
        font-size: 36px;
        font-weight: 700;
        margin: 45px 0 20px;
    }
    .sort_container {
        margin-bottom: 15px;
    }
    .mvp_cat-row {
        margin-top: 50px;
    }
    .pagination {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .brands-wrap {
        grid-template-columns: repeat(8,1fr);
    }
    /* :not(#n_product .breadcrumb)  {
        padding: 0;
    } */
    body#n_product .mvp_article .thumbnail.card-body {
        margin: 0;
     }
     .thumbnail.card-body .buying-options .btn {
        transform: scale(1);
    }
    .copy-right p {
        margin-bottom: 10px !important;
    }
    .mvp_mega {
        -webkit-column-count: 2;
        column-count: 2;
    }
    .brand-wrap .brand-items {
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
    }
    .cartTable .cartTable--heading.cartTable--heading-price {
        width: auto;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
    .thumbnail_browse {
        flex: 0 0 20%;
        max-width: 20%;
       
    }
    div#dah_mygaragewrap .dah_compat-btn {
        width: 80px !important;
        flex: 0 0 80px;
    }
    .divider {
        margin: 0 15px;
    }
    .wrapper-logo a img {
        max-width: 150px;
    }
    .header-search input#name_search {
        width: 219px;
    }
    .thumbnail_usps .caption h5 {
        font-size: 16px;
    }
    .usps {
        min-height: 87px;
    }
    .thumbnail_usps .caption h5 {
        line-height: 1;
    }
    .thumbnail_usps .caption {
        padding: 0 10px;
    }
    .brand-wrap .brand-items .mvp-mid a{
        line-height: 1;
        text-align: center;
    }
    .newsletter-section .btn {
        width: 155px;
    }
    .newsletter-section .form-control {
        width: 200px;
    }
    .browse-by-brands .thumbnail_browse {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .thumbnail_browse {
        padding: 0 10px 10px;
    }
    #browse_by_sec .mvp-row {
        margin: 0 -9px;
    }
    body#n_home .mvp_article {
        flex: 0 0 25%;
        max-width: 25%;
    }
    body#n_home .mvp_article:nth-child(5), body#n_home .mvp_article:nth-child(6) {
        display: none;
    }
    .brand-wrap .brand-items {
        flex: 0 0 20%;
        max-width: 20%;
        margin-bottom: 10px;
    }
    body:not(#n_home) .mvp_article {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding: 0 5px;
    }
    .mvp_homecategories .mvp-cat {
        margin-bottom: 25px;
    }
    .mvp_homecategories .row {
        margin: 0 -12px;
    }
    .wrapper-product-title.col-12 {
        margin-top: 30px;
    }
    .tabbable .nav-tabs .nav-link {
        padding: 10.5px 12px 6.5px;
    }
    .tabbable .nav-tabs .nav-link {
        font-size: 15px;
    }
    .breadcrumb-product {
        margin-bottom: 40px;
    }
    #n_product h2.section-title {
        font-size: 36px;
        font-weight: 700;
        margin: 45px 0 20px;
    }
    .sort_container {
        margin-bottom: 15px;
    }
    .mvp_cat-row {
        margin-top: 50px;
    }
    .pagination {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .filtre_t {
        margin-bottom: 15px;
        padding: 10px;
        border: 2px solid #f4f4f4;
        text-align: center;
        border-radius: 10px;
    }
    .brands-wrap {
        grid-template-columns: repeat(5,1fr);
    }
    /* :not(#n_product .breadcrumb)  {
        padding: 0;
    } */
    .wrapper-logo .logo {
        height: 70px;
    }
    body .mvp_up article:nth-child(5), body .mvp_up article:nth-child(6),body .mvp_up article:nth-child(4) {
        display: none;
    }
    body#n_product .mvp_article .thumbnail.card-body {
       margin: 0;
    }
    div#dah_thumbmgpopup .parts-finder-content {
        padding-bottom: 0 !important;
    }
    /* div#dah_thumbmgpopup .modal-header .close {
        display: none;
    } */
    .thumbnail.card-body .buying-options .btn {
        transform: scale(1);
    }
    .copy-right p {
        margin-bottom: 10px !important;
    }
    .mvp_mega {
        -webkit-column-count: 1;
        column-count: 1;
    }
    .make-by .thumbnail_browse {
        margin-bottom: 20px;
    }
    div#dah_thumbmgpopup div#compat_list .mvp_ptfinder {
        display: block !important;
    }
    .cartTable .cartTable--heading.cartTable--heading-price {
        width: auto;
    }
  
}
@media only screen and (max-width: 767px){
    #parts_finder div:not(.dah_partfinder_opt_1_main) > .selectric-wrapper {
        margin-top: 5px;
    }
    .thumbnail_usps .caption h5 {
        font-size: 16px;
    }
    .wrapper-footer {
        text-align: left;
    }
    .newsletter-section .mt-sec {
        padding: 20px 15px;
    }
    .newsletter-section .btn {
        width: 143px;
    }
    .newsletter-section .form-control {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .wrapper-logo>a {
        padding: 15px 0;
    }
    .parts-finder-content .mvp_sect {
        margin-right: 0px;
    }
    .dah_checkbox_mygarage {
        width: 125px;
        flex: 0 0 125px;
        margin-right: 10px;
    }
    .mvp-ckeck {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 11px;
    }
    div#dah_mygaragewrap .dah_compat-btn {
        flex: 0 0 calc(100% - 173px);
    }
    .usps {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 15px 0;
    }
        .thumbnail_browse {
        flex: 0 0 33.3333%;
        max-width: 33.333%;
        
    }
    .make-by .thumbnail_browse{
        margin-bottom: 20px;
    }
    section#home_usps .usps:nth-child(2), section#home_usps .usps:nth-child(4) {
        border-right: 0 !important;
    }
    section#home_usps .usps{
        position: relative;
        padding: 0 10px;
    }
    section#home_usps .usps::after{
    content: '';
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    bottom: -15px;
    }
    section#home_usps .usps:last-child:after{
        border: none;
    }
    .usps {
        border-right: 1px solid #e6e6e6;
    }
    section#home_usps {
        padding-top: 5px;
        padding-bottom: 0;
        border-bottom: 1px solid #e6e6e6;
    } 
    h2.section-title {
        font-size: 30px;
        margin: 32px 0 22px;
    }
    section#browse_by_sec .caption h5 {
        font-size: 16px;
    }
    section#browse_by_sec .thumbnail_browse:nth-child(7), section#browse_by_sec .thumbnail_browse:nth-child(8) {
        margin-bottom: 0;
    } 
    .mvp_homecategories .thumbnail {
        margin-bottom: 10px;
    } 
    :not(body#n_home) .mvp_article {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #browse_by_sec .mvp-row {
        margin: 0 -9px;
    }
    .browse-by-brands .thumbnail_browse {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .mvp_new{
        width: 100%;
    }
    .newsletter-section h3 {
        text-align: center;
        font-size: 26px;
    }
    .newsletter-section h5 {
        font-size: 26px;
        text-align: center;
    }
    .copy-right p {
        text-align: center;
    }
    .copy-right .list-inline {
        justify-content: center;
    }
    footer.wrapper-footer {
        padding: 17px 0 0;
    }
    /* .mvp_contact .mt-4 {
        margin-top: 36px !important;
    } */
    .copy-right {
        margin-top: 40px;
    }
    .newsletter-section {
        padding: 40px 15px;
    }
    body#n_home .mvp_article:nth-child(5), body#n_home .mvp_article:nth-child(6) {
        display: none;
    }
    .view-all {
        padding-top: 20px;
        margin-bottom: 0px;
    }
    .mvp_article .thumbnail.card-body {
        margin-bottom: 10px;
    }
    .mvp_homecategories .row {
        margin: 0 -7px;
    }
    .mvp_homecategories .mvp-cat {
        padding: 0 5px;
    }
    .thumbnail_browse {
        padding: 0 5px 10px;
    }
    div#_jstl__images_r .main-image {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .dah_altdimages-mob #thumbnail-slider2 ul li {
        width: 80px;
        height: 80px;
    }
    .wrapper-product-title h1 {
        font-size: 26px;
    }
    .p-addtocart button, .p-addtocart .btn {
        width: 205px;
    }
    section#shipbox .btn-stack .col-12+.col-12 {
        margin-top: 0px;
    }
    #shipbox .row>.col-12 input, #shipbox .row>.col-12 .btn, #shipbox .row>.col-12 select#ship_country {
        width: 150px;
    }
    #n_product .qty {
        width: 105px;
    }
    /* body#n_product .tab-content .card {
        margin-bottom: 10px;
    } */
    body#n_product .tab-content .card-header {
        background-color: #fff;
        border-bottom: none;
        padding: 0!important;
    }
    body#n_product .tab-content .card-header h5 .btn {
        color: #1a1a1a;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
        padding: 10px;
        font-size: 18px;
        border-radius: 0;
    }
    .tab-content {
        padding: 0px; 
        border: none;
        background-color: #fff; 
    }
    body#n_product .tab-content .card {
        margin-bottom: 10px;
        border: 2px solid #f4f4f4;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    body#n_product .tab-content .card-header h5 .btn[aria-expanded=true] {
        background-color: #f4f4f4;
    }
    body#n_product .tab-content .card-header h5 .btn[aria-expanded=false]:after {
        content: '\f067';
        float: right;
        font-size: 16px;
        font-weight: 900;
        font-family: "font awesome 5 free";
        position: relative;
    }
    body#n_product .tab-content .card-header h5 .btn[aria-expanded=true]:after {
        content: '\f068';
        float: right;
        font-size: 16px;
        font-weight: 900;
        font-family: "font awesome 5 free";
       position: relative;
    }
    div#upsellmultiitemadd {
        flex-wrap: wrap;
    }
    div#upsellmultiitemadd .w-25 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    div#upsellmultiitemadd .w-25:nth-child(3), div#upsellmultiitemadd .w-25:nth-child(4){
        display: none;
    }
    .wrapper-product-title .p-subtitle {
        margin-bottom: 4px;
    }
    #shipbox .row > .col-12 {
        flex: 0 0 50%;
    }
    #shipbox .row > .col-12 input, #shipbox .row > .col-12 .btn, #shipbox .row > .col-12 select#ship_country {
        width: 100%;
    }
    #shipbox .row > .col-12:last-child {
        width: 100%;
        flex: 0 0 100%;
        margin-top: 10px !important;
    }
    section#shipbox {
        margin: 28px 0 0;
    }
    .breadcrumb-product {
        margin-bottom: 40px;
    }
    .contion-shopping {
        max-width: 100%;
    }
    .update_cart {
        max-width: 100%;
    }
    .cart-shipping > .col-12 {
        flex: 0 0 100%;
    }
    .cart-shipping .col-12 .form-control {
        width: 100%;
    }
    .cart-shipping .col-12 .btn {
        width: 100%;
    }
    .table.cartTable .cartTable--column-image {
        width: 0;
        padding: 0;
        overflow: hidden;
    }
    td.cartTable--column.cartTable--column-image a {
        border: none;
        border-radius: 0px;
        padding: 0px;
        width: 0px;
        overflow: hidden;
    }
    .mobile-menu {
        background-color: #ff1f1f;
    }
    #Searchbarmob {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background-color: #1a1a1a;
        z-index: 1000;
        padding: 10px!important;
    }
    .header-search input#name_search {
        width: auto;
    }
    .mobile-menu .w-20 {
        max-width: 20%;
        flex: 0 0 20%;
        border-right: 2px solid #ea1414;
    }
    .mobile-menu .w-20:last-child{
        border: none;
    }
    .parts-finder-content {
        padding-top: 0px !important;
    }
    .Bike-Finder {
        font-weight: 600 !important;
        font-size: 20px;
    }
    .sort_container {
        margin-bottom: 15px;
    }
    .mvp_cat-row {
        margin-top: 50px;
    }
    .filtre_t {
        margin-bottom: 15px;
        padding: 10px;
        border: 2px solid #f4f4f4;
        text-align: center;
        border-radius: 10px;
    }
    .pagination {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .brands-wrap {
        grid-template-columns: repeat(3,1fr);
    }
     /* :not(#n_product .breadcrumb)  {
        padding: 0;
    } */
    .mvp_announ{
        margin: 0 auto !important;
    }
    .wrapper-logo .logo {
        height: 70px;
    }
    div#dah_thumbmgpopup .parts-finder-content {
        padding-bottom: 0 !important;
    }
    /* div#dah_thumbmgpopup .modal-header .close {
        display: none;
    } */
    div#dah_thumbmgpopup div#compat_list .mvp_ptfinder {
        margin-right: 0 !important;
        display: block !important;
    }
    div#mob-menu ul li ul{
        padding: 0 15px;
    }
    div#mob-menu {
        position: absolute;
        width: 100%;
        top: 100%;
        z-index: 11111;
        padding: 0 15px;
        max-height: calc(75vh - 150px);
        overflow: scroll;
    }
    div#mob-menu a{
        padding-left: 0;
    }
    div#mob-menu > ul > li, div#mob-menu > ul > li > ul > li {
        border-bottom: 1px solid #f4f4f4;
    }
    div#mob-menu ul li a {
        font-size: 16px;
        font-weight: 600;
        color: #1c1c1c;
        position: relative;
    }
    div#mob-menu ul li > ul > li > a {
        font-size: 14px;
        font-weight: 600;
        color: #1c1c1c;
    }
    div#mob-menu > ul > li > ul > li:last-child {
        border: none;
    }
    div#mob-menu a.subcat::after {
        position: absolute;
        right: 15px;
        content: '\f067';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    div#mob-menu li.mvp_active > a.subcat::after {
        content: '\f068';
    }
    div#compat_list select {
        margin-top: 5px;
    }
    .header-search input#name_search {
        padding-left: 15px;
    }
    .header-search button.btn::after {
        display: none;
    }
    .header-search button.btn {
        padding-right: 15px;
    }
    .thumbnail.card-body .buying-options .btn {
        transform: scale(1);
    }
    .copy-right p {
        margin-bottom: 10px !important;
    }
    .cartTable--heading-price, .cartTable--heading-quantity, .cartTable--heading-remove {
        width: auto;
    }
    div#mob-menu li .main_lvl-1[aria-expanded=false]:after {
        content: '\f067';
        float: right;
        font-size: 16px;
        font-weight: 900;
        font-family: "font awesome 5 free";
        position: relative;
    }
    div#mob-menu .main_lvl-1[aria-expanded=true]:after {
        content: '\f068';
        float: right;
        font-size: 16px;
        font-weight: 900;
        font-family: "font awesome 5 free";
        position: relative;
    } 
    .cartTable .cartTable--heading.cartTable--heading-price {
        width: auto;
    }
    .browse-by-make.make-by h2.section-title {
        margin-bottom: 7px;
    }

}
@media only screen and (max-width: 500px){
    .thumbnail_usps .caption h5 {
        line-height: 1;
        min-height: 32px;
    }
    .form-row select.form-control {
        width: 126px;
    }
    .browse-by-brands .thumbnail_browse {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .p-addtocart .fa-shopping-cart {
        display: none;
    }
    .p-addtocart button, .p-addtocart .btn {
        width: 128px;
    }
    .brands-wrap {
        grid-template-columns: repeat(2,1fr);
    }
    .view-all>a {
        width: 268px;
    }
    .pagination li a {
        border-radius: 5px!important;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .pagination li {
        margin-right: 3px;
    }
    body li.active a {
        font-size: 14px;
    }
    .mvp_list-price {
        flex: 0 0 80px !important;
    }
}
@media (min-width: 992px){
#filters {
    height: auto!important;
    display: block;
}
}

div#bymakemenu .desksubcats, div#bymakemenu .col-3, div#byproductmenu .col-3{
    overflow: hidden;
    max-height: 51vh;
    overflow-y: auto;
}

div#byproductmenu .mvp_scroll{
    overflow: hidden;
    max-height: 51vh;
    overflow-y: auto;

}
div#bymakemenu .col-3,div#byproductmenu .col-3{
    padding-right: 0;
}
section#browse_by_sec .thumbnail-make .embed-responsive-item {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sitebar ul.nav{
    background-color: #f4f4f4;
}

.btn.mvp_outof {
    border-radius: 5px !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
}
/* select {
    -webkit-border-radius:25px; -moz-border-radius:25px; border-radius:25px;
}

select:hover {    
    background-color:gren;
}

option:hover {
    background-color:yellow !important;
}

option {
    -webkit-border-radius:25px; -moz-border-radius:25px; border-radius:25px;
    color:blue;
     background-color:yellow; 
} */
.col-12.wrap-rec-item article.mvp_article {
    flex: 0 0 100% !important;
    max-width: 250px !important;
    padding: 15px !important;
    padding-right: 0 !important;
}
#parts_finder .selectric-items li {
    font-weight: 600;
    font-size: 16px;
    padding: 2px 1rem;
}
.dah_partfinder_opt_3_main {
    margin-right: 0 !important;
}
.parts-finder-content select, .parts-finder-content .selectric {
    height: 44px;
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: space-between;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
    width: 100%;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
form#myformid label {
  
    margin-bottom: 0 !important;
}
.thumbnail .savings-container1 span.badge.badge-danger.text-uppercase {
    width: 60px;
    height: 60px;
    padding: 0;
    background-color: transparent;
    position: relative;
    margin-left: auto;
}
.thumbnail .savings-container1 {
    left: 0;
    width: 100%;
    position: absolute;
    top: -1px;
    right: 0;
    text-align: right;
    right: unset;
}
.thumbnail .savings-container1 span.badge.badge-danger:before {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-top: 60px solid #ff1f1f;
    background-color: transparent;
    padding: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}
.thumbnail .savings-container1 strong {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    flex-direction: column;
    text-align: right;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
}
.thumbnail .savings-container1 strong small {
    font-weight: 500;
    font-size: 12px;
}
.parts-finder-content div[class^=dah_partfinder_opt_].d-none .selectric-wrapper {
    cursor: not-allowed;
}
.parts-finder-content div[class^=dah_partfinder_opt_].d-none .selectric-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    content: '';
    border-radius: 10px;

}
span#header-subtotal {
    font-size: 18px !important;
}