@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

/* @font-face {
    font-family: 'ToyotaDisplay';
    src: url('/assets/themes/toyota/fonts/ToyotaDisplay_Bd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ToyotaDisplay';
    src: url('/assets/themes/toyota/fonts/ToyotaDisplay_Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Toyota Type';
    src: url('/assets/themes/toyota/fonts/ToyotaText_Bd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Toyota Type';
    src: url('/assets/themes/toyota/fonts/ToyotaText_BdIt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Toyota Type';
    src: url('/assets/themestoyota/fonts/ToyotaText_It.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Toyota Type';
    src: url('/assets/themes/toyota/fonts/ToyotaText_Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'Toyota Type';
    src: url('/assets/files/ToyotaTypeFont/ToyotaType-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Toyota Type';
    src: url('/assets/files/ToyotaTypeFont/ToyotaType-BlackIt.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} 

@font-face {
    font-family: 'Toyota Type Bold';
    src: url('/assets/files/ToyotaTypeFont/ToyotaType-Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
} 
@font-face {
    font-family: 'Toyota Type';
    src: url('/assets/files/ToyotaTypeFont/ToyotaType-BoldIt.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family: 'Toyota Type';
    src: url('/assets/files/ToyotaTypeFont/ToyotaType-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family: 'Toyota Type';
    src: url('/assets/files/ToyotaTypeFont/ToyotaType-BookIt.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family: 'Toyota Type';
    src: url('/assets/files/ToyotaTypeFont/ToyotaType-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family: 'Toyota Type';
    src: url('/assets/files/ToyotaTypeFont/ToyotaType-LightIt.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family: 'Toyota Type Regular';
    src: url('/assets/files/ToyotaTypeFont/ToyotaType-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family: 'Toyota Type';
    src: url('/assets/files/ToyotaTypeFont/ToyotaType-RegularIt.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family: 'Toyota Type Semibold';
    src: url('/assets/files/ToyotaTypeFont/ToyotaType-Semibold.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
} 
@font-face {
    font-family: 'Toyota Type';
    src: url('/assets/files/ToyotaTypeFont/ToyotaType-SemiboldIt.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} 



body {
	font-family: "Toyota Type Regular", Arial, sans-serif /*{body-font-family}*/ ;
	font-size: 14px /*{body-font-size}*/;
	color: #212529 /*{body-font-colour}*/;
	background-image:none /*{body-background-image}*/;
	background-color: #fff /*{body-background-colour}*/;
}

a, .btn-link{
	color: #333333 /*{link-text-colour}*/;
}
a:hover, a:active, a:focus, .btn-link:hover{
	color: #EB0A1E /*{link-text-hover-colour}*/;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Toyota Type Regular", Arial, sans-serif; /*{headers-font-family}*/;
	color: #333 /*{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}*/;
}
/* .btn {
    border-radius: 50px !important;
    background-color: #ea1d24 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    padding: 0px 3px !important;
    height: 40px !important;
    line-height: 40px !important;
    border: none !important;
    font-size: 12px !important;
} */
/* Secondary button */ 
.btn-outline-secondary, .btn-default {
	color: #fff /*{buttons | btn-default-text-colour}*/;
	background-color: #EB0A1E /*{buttons | btn-default-background-colour}*/;
	border-color: #EB0A1E /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover{
	color: #fff /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #d8161d /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #d8161d /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled, .btn-default:disabled {
	color: #fff /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #EB0A1E /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #EB0A1E /*{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: #fff /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #EB0A1E /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #EB0A1E /*{buttons | btn-default-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
	color: #fff /*{buttons | btn-primary-text-colour}*/;
	background-color: #333333 /*{buttons | btn-primary-background-colour}*/;
	border-color: #333333 /*{buttons | btn-primary-border-colour}*/;
}
.btn-primary:hover {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #EB0A1E /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #EB0A1E /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color:  #333333 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #333333  /*{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: #333333 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #333333  /*{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: #EB0A1E /*{buttons | btn-success-background-colour}*/;
	border-color: #EB0A1E /*{buttons | btn-success-border-colour}*/;
}
.btn-success:hover {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #333333 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #333333 /*{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: transparent /*{breadcrumb-background-colour}*/;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #6c757d /*{breadcrumb-text-colour}*/;
}

.breadcrumb > .active,
.breadcrumb a {
	color: #333333 /*{breadcrumb-text-colour}*/;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}

.pagination .page-link{
	color: #fff /*{pagination-text-colour}*/;
	background-color: #EB0A1E  /*{pagination-bg-colour}*/;
	border-color: #EB0A1E  /*{pagination-border-colour}*/;
	border-radius: 0 !important;
	margin-right: 3px;
}
.thumb_list .card {
	border-color: #EB0A1E;
}
.pagination .page-link:hover,
.pagination .page-link:focus{
	color: #fff /*{pagination-text-colour-hover}*/;
	background-color: #333333 /*{pagination-bg-colour-hover}*/;
	border-color: #333333 /*{pagination-border-colour-hover}*/;
}
.pagination .active .page-link,
.pagination .active .page-link:hover,
.pagination .active .page-link:focus {
	color: #fff /*{pagination-text-colour-active}*/;
	background-color: #333333 /*{pagination-bg-colour-active}*/;
	border-color: #333333 /*{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: #EB0A1E  /*{panel-header-bg-colour}*/;
	border-color: #EB0A1E  /*{panel-header-border-colour}*/;
}

.productsave {
	color: #D9534F /*{sale-colour}*/;
}

.wrapper-header .navbar-toggler {
	color: #D9534F /*{navbar-default-link-colour}*/;
}

.wrapper-header .navbar {
	background-color: #EB0A1E /*{navbar-default-bg-colour}*/ !important;
}

.wrapper-header .navbar .navbar-nav .nav-link {
	color: #fff /*{navbar-default-link-colour}*/;
}

.wrapper-header .navbar-nav .nav-link:hover, .wrapper-header .navbar-nav .nav-link:focus, .wrapper-header .navbar-nav .nav-link:active {
    background-color: #333333 /*{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: #333333 /*{navbar-default-link-colour-active}*/;
}

.dropdown-menu {
	background-color: #fff /*{dropdown-menu-bg}*/;
	border-color: #ccc /*{dropdown-menu-border-colour}*/;
}

.dropdown-item {
    color: #ffffff/*{dropdown-menu-link-colour}*/;
    background-color: #333333;
}

#navbarMainMenu ul>li>ul a:hover{
    color: #ffffff/*{dropdown-menu-link-colour}*/;
    background-color: #EB0A1E !important;
}


.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}*/;
}
/* Theme Colour */
body,
* {
	--theme-colour-primary: rgba(235, 10, 30,1)
	/*{theme-primary-colour}*/
	;
	--theme-colour-secondary: rgba(51, 51, 51,1)
	/*{theme-secondary-colour}*/
	;
}
/* Footer section */
.wrapper-footer {
	background-color: #262626
	/*{footer-background-colour}*/
	;
}

.wrapper-footer p {
	color: #fff
	/*{footer-font-colour}*/
	;
}

.wrapper-footer a {
	color: #fff
	/*{footer-link-colour}*/
	;
}

.btn-block {
     width: auto; 
}

.wrapper-footer a:hover,
.wrapper-footer a:focus {
	color: #EB0A1E
	/*{footer-link-colour-hover}*/
	;
}

.wrapper-footer nav h4.nav-link,
.wrapper-footer nav h4.nav-link:hover,
.wrapper-footer nav h4.nav-link:focus,
.wrapper-footer nav span.nav-link, /*Megantic, added span support*/
.wrapper-footer nav span.nav-link:hover,
.wrapper-footer nav span.nav-link:focus {
	color: #fff
	/*{footer-heading-colour}*/
	;
}
.newsletter {
	background-color: #333333/*{ Newsletter-background-colour}*/;
	padding: 50px 0;
}
.newsletter p {
	color: #fff /*{Newsletter-font-colour}*/;
}
.newsletter a {
	color: #fff
	/*{Newsletter-link-colour}*/
	;
}
.newsletter a:hover {
	color: #EB0A1E
	/*{Newsletter-link-colour-hover}*/
	;
}
.newsletter h2, .newsletter div { /*Megantic, added div support*/
	color: #fff
	/*{Newsletter-Heading-colour}*/
	;
}
.newsletter input.btn:hover {
	background-color: #fff /*{ Newsletter-button-background-colour}*/ ;
	color: #EB0A1E /*{ Newsletter-button-font-colour}*/;
}
.card-header * {
    color: #fff !important;
}
.viewby .btn-outline-secondary.active {
    background-color: #333333 !important;
    border-color: #333333 !important;
}
form#contact-form label {
    margin-bottom: 0;
}
form#contact-form p.small.text-danger{
	margin-bottom: 0;
}
h1.display-4,.page-header {
    font-weight: 600 !important;
}
.thumbnail.card-body .card-title {
    height: 56px;
    overflow: hidden;
}
  .thumbnail.card-body:hover, .thumb_list .card:hover {
    /* border-color: #f7f7f7; */
    box-shadow: 0 0 14px rgba(230,0,19,.07);
}
.mvp-pfview a {
    color: #EB0A1E;
}
.mvp-pfview a:hover {
    color: #EB0A1E;
	text-decoration: underline;
}
body#n_customer_account h3 {
    color: #fff;
}
.mygheding {
    height: 38px;
    overflow: hidden;
}
.maygarage .desc {
    border-right: 1px solid;
}
 h1.page-header {
    text-transform: capitalize;
}
.maygarage .desc a {
    text-decoration: none;
}
.maygarage .desc a:hover p{
    color: #EB0A1E !important;
}
li.nav-item.mygarage {
    background-color: #333333;
	border: 1px solid transparent;
}
li.nav-item.mygarage:hover a{
	color: #fff !important;
}
li.nav-item.mygarage:hover {
    background-color: #EB0A1E;
	border: 1px solid #fff;
}
.discount-apply .card {
    background: #f4f4f4;
}
.discount-apply h2 {
    font-size: 16px;
    font-weight: 600;
}
.discount-apply input {
    height: 38px;
}
body#n_checkout div#main-content .btn {
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px;
    padding-left: 24px;
    padding-right: 24px;
    align-content: center;
        width: 100%;
}

#navbarMainMenu a.nav-link {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
    /* border: 0px; */
}

.wrapper-header  #nkg_nav {
    padding: 0px !important; 
}
.cart-shipping .col-12 .form-control {
    /* width: 196px; */
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #6c6c6c;
    border-radius: 0px;
}
.row.cart-shipping {
    margin: 0 -5px;
}
.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; */
}
.npopup .right button {
    display: none;
}
li#neto-dropdown button.checkout {
    display: none;
}
li#neto-dropdown .viewcart{
	width: 100%;
}

.content-right {
    bottom: 25px;
    right: 20px;
}
.content-left {
    bottom: 25px;
    left: 20px;
}
.myimagesmain .gcontent {
    position: absolute;
	max-width: 450px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 10px;
}
.myimagesmain .gcontent h2{
	color: #fff !important;
}
.payment-icon {
    filter: grayscale(1)invert(1);
}
.payment-icon-container {
  background-color: transparent !important;
}
 /* ==================new css partfinder=============== */
 .main-finder {
    background-color: #f5f5f5;
	padding: 10px 0px;
}
div#parts_finder .part-select {
    margin-right: 10px;
    width: 234px;
}
.dah_compatibility_list {
    font-size: 15px;
    color: #828282;
}

.heading {
    margin-right: 15px;
	line-height: 1;
}
.heading * {
    color: #333333 !important;
}
.maygarage .desc p {
    color: #333333;
	font-weight: 600;
}
.dah_compat-btn {
    background-color: #EB0A1E !important;
    border: #EB0A1E;
    width: 90px;
    padding: 7px 10px;
    font-size: 16px;
}
.heading p {
    font-size: 12px;
}
.dah_checkbox_mygarage {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-right: 10px;
}
.savetogarage label {
    font-size: 12px;
}
.call-del h3, .call-del .h3 {  /*Megantic, added .h3 support */
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0;
}

#n_checkout .row.btn-stack button.btn-primary {
    float: right;
}
 
@media only screen and (min-width: 992px){
.wrap-select-inline {
    display: inline-block;
}
div#parts_finder .part-select {
    display: inline-block !important;
}
div#compat_list {
    display: flex;
    align-items: center;
}

.wrapper-footer .nkg_copy p.small {
    display: flex;
}
}


@media only screen and (max-width: 1599px) and (min-width: 1200px){
	div#parts_finder .part-select {
    margin-right: 10px;
    width: 134px;
}
.myimagesmain .gcontent{
    max-width: 330px;
}
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
	.dah_compat-btn {
    	width: 55px;
	}
	div#parts_finder .part-select {
    margin-right: 10px;
    width: 98px;
}

/* .maygarage .desc {
    border:none !important;
} */
.myimagesmain .gcontent {
    max-width: 295px;
	border-radius: 0 !important;
}
.content-left {
    bottom: 0px;
    left: 0px;
}
.content-right {
    bottom: 0px;
    right: 0px;
}
body#n_checkout div#main-content .btn {
    font-size: 14px;
}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
	.cart-shipping>.col-12 {
    flex: 0 0 100%;
    margin-bottom: 5px;
}

.wrapper-footer .nkg_copy p.small {
    display: flex;
}
}
@media only screen and (max-width: 991px){
	.dah_compat-btn {
    	width: 100%;
	}
	div#parts_finder .part-select {
    	margin-right: 0px;
    	width: 100%;
	}
	.maingvg.d-flex {
    justify-content: center;
}
	
	/* div#compat_list .heading {
		display: none;
	} */
	.maygarage {
    margin-right: 0 !important;
    justify-content: flex-start;
    margin-bottom: 8px;
}
div#parts_finder .wrap-select-inline {
    margin-bottom: 0px;
}
div#parts_finder .savetogarage, div#parts_finder .wrap-select-btn {
    width: 84px !important;
    float: left;
    margin: 0 auto !important;
}
div#parts_finder .wrap-select-inline {
    margin-bottom: 0px;
           /* width: 143px; */
}
.main-finder {
    display: inline-block;
    width: 100%;
}
/* .maygarage .desc {
    border:none !important;
	
} */
.myimagesmain .gcontent {
    max-width: 100% !important;
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    border-radius: 0px;
	position: unset !important;
	margin-top: 20px !important;
}
a.mvpcopy {
    white-space: nowrap;
    display: inherit;
    margin-left: 0px !important;
}



.nkg_tab {
    align-items: center;
    flex-direction: row !important;
}

.header-search {
    margin-bottom: 0px !important;
}

.header-search .input-group input#name_search {
    height: 40px !important; 
}



}

.wrapper-logo .mobile_call-del {
    display: none;
}


.poweredby {
    display: flex;
    flex-direction: column;
    text-align: end;
    margin-right: auto;
    text-decoration: none !important;
}
.poweredby .red {
    display: flex;
    align-items: end;
    justify-content: start;
    margin-bottom: 5px;
}
.red p {
    margin: 0;
    color: #b3babf;
    margin-right: 5px;
    margin-bottom: -5px;
    font-size: 11px;
}
.zellis {
    margin-bottom: 10px;
    margin-right: auto;
}
div#_jstl__fit_cat {
    width: 100%;
}
@media only screen and (max-width: 767px){
 .zellis {
    margin: 0 auto;
}
#n_product .extra-options form.buying-options input.qty {
    max-width: 100px;
}
.poweredby .red {
    justify-content: center;
}
.counter-5 .wrap-select-inline, .counter-6 .wrap-select-inline, .counter-4 .wrap-select-inline, .counter-3 .wrap-select-inline {
    width: 100% !IMPORTANT;
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
}
#parts_finder > button {
    width: 100%;
    background-color: #333 !important;
    border-color: #333 !important;
    margin-bottom: 0 !IMPORTANT;
}
.wrap-select.counter-5, .wrap-select.counter-6, .wrap-select.counter-4, .wrap-select.counter-3 {
    width: 100%;
}
div#parts_finder .savetogarage, div#parts_finder .wrap-select-btn {
    width: 150px !important;
    margin-top: 5px !important;
}
.wrapper-footer .nkg_copy p.small {
    display: inline-block;
}


.wrapper-logo .mobile_call-del {
    padding-left: 15px;
    display: block !important;
}

ul.nevbar_info_help {
    display: none !important;
}

.wrapper-header #nkg_nav {
    background-color: #333333 !important;
}

.wrapper-header #navbarMainMenu .navbar-nav .nav-link:hover,
.wrapper-header #navbarMainMenu .navbar-nav .nav-link:focus {
	color: #fff ;
}

#navbarMainMenu ul>li>ul a:hover {
   
    background-color: transparent !important;
}

#navbarMainMenu>ul>li>ul {
    margin-left: 15px;
}

#navbarMainMenu ul>li>ul>li>a {
    border-top: none !important;
}

#navbarMainMenu a.nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
}

#navbarMainMenu ul>li>ul>li>a {
    padding-top: 9px;
}

#left-sidebar .card-header {
    border-radius: 50px;
    text-transform: uppercase;
    padding-left: 24px;
    padding-right: 24px;
    height: 48px;
    align-content: center;
}

#left-sidebar .card {
    border: 0px;
}

.tabbable .tab-pane .card-header {
    border-radius: 50px !important;
    height: 40px;
}

.tabbable .tab-pane  .card {
    border: 0px !important;
}

body#n_checkout div#main-content .btn {
 width: 100%;
}
} 
/* ========================Product-page====================== */
.mvp_map{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
a.mvpcopy {
    color: #bfbfbf;
    margin-left: 10px;
}
.wrapper-product-title>h1 {
    color: #333333;
    /*text-transform: uppercase;*/
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
#n_product .extra-options form.buying-options input.qty {
    max-width: 231px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 50px;
    height: 40px;
}
#n_product .extra-options form.buying-options .btn {
    width: 210px;
    height: 39px;
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 37px;
    font-size: 16px;
}
#n_product .extra-options form.buying-options .btn.wishlist_toggle {
    background-color: #333333;
    border-color: #f6f6f6;
    width: 39px;
    padding: 0;
    line-height: 37px;
    border-radius: 50px;
    align-content: center;
    border: 1px solid #e3e3e3;
    padding-top: 2px;
}
.fa-heart {
    color: #fff;
}

#n_product .extra-options form.buying-options .btn.wishlist_toggle:hover {
    background-color: #EB0A1E;
}
.btn.focus, .btn:focus {
    outline: 0;
   box-shadow: none !important;
}
#shipbox #n_qty, #shipbox #ship_country, #shipbox #ship_zip, #shipbox #stloc_selector_cysel, #shipbox #stloc_state_sel, #shipbox #suburb_sl, #shipbox ._itmspec_opt, #shipbox .form-control, #shipbox .n-wrapper-form-control select, .n-wrapper-form-control #shipbox select {
    height: 39px;
    border-color: #e5e5e5;
    font-size: 16px;
	font-size: 16px;
	text-transform: capitalize;
}
.variation-name label, p.dah_psectitle {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.mvp-stack{
	margin: 0 -0.5rem !important; 
}
.wrapper-pricing>div.align-items-center>*, .wrapper-pricing>div.products-row>* {
    margin-right: 10px;
    margin-bottom: 0;
}
.wrapper-pricing .h1 {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}
#shipbox button.btn {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    padding-top: 1px;
}
.products_alt_images {
    margin-right: -5px;
    margin-left: -5px;
    margin-top: 10px;
}
.products_alt_images>div {
    padding-right: 5px;
    padding-left: 5px;
    justify-content: center;
}
.products_alt_images>div>a {
    float: left;
    width: 100%;
    height: auto;
    border: 1px solid #e5e5e5;
    margin: 0 auto 10px;
}
.products_alt_images>div>a.dahactive, .products_alt_images>div>a:hover {
    border: 1px solid #EB0A1E;
}
.tabbable {
    margin-top: 50px;
}
.wrapper-product-title p.product-sku {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #EB0A1E;
    border-color: #EB0A1E;
}
body#n_product .nav-tabs .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.tab-content {
    border: 1px solid #EB0A1E;
    padding: 30px;
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
	#n_product .extra-options form.buying-options .btn {
    width: 189px;
}
#n_product .extra-options form.buying-options input.qty {
    max-width: 190px;
}
a.mvpcopy {
    white-space: nowrap;
    display: inherit;
    margin-left: 0px;
}
}
@media only screen and (max-width: 767px){
.tab-content {
    border: 0;
    padding: 0;
}
body#n_product .card-header:first-child {
   border-radius: 0;
}
body#n_product .tabbable .tab-content .card {
    border: 1px solid #EB0A1E;
}
.tabbable {
    margin-top: 0px;
}
.cart-shipping .col-12 .form-control {
    width: 100%;
}
.cart-shipping > .col-12 {
    flex: 0 0 100%;
	margin-bottom: 5px;
}
li p a * {
    color: #fff !important;
}
div#navbarMainMenu {
    max-height: 60vh;
    overflow: auto;
    box-shadow: 0px 10px 10px -10px #333333;
}
}
@media only screen and (max-width: 576px){
#n_product .extra-options form.buying-options input.qty {
    max-width: 70px;
}
#n_product .extra-options form.buying-options .btn {
    width: 200px;
}


.nkg_accessories button.scrool_button.slick-arrow i.fa-chevron-left, .nkg_products button.scrool_button.slick-arrow i.fa-chevron-left {
    left: 15px !important;
}


.nkg_accessories button.scrool_button.slick-arrow i.fa-chevron-right, .nkg_products button.scrool_button.slick-arrow i.fa-chevron-right {
    right: 15px !important; 
}
}
.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; */
    background-color: #fff;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-70px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.successaddmessage .footer .left {
    float: left;
    width: 100%;
}
.successaddmessage .npopup-view {
    float: right;
}
body .mvp_view{
    position: absolute;
    display: block;
    width: 85px;
    text-align: center;
    top: 0;
    right: 20px;
    height: auto;
    padding: 5px 0 0;
    text-decoration: underline;
    text-transform: capitalize !important;
    text-align: left;
}
.sticky-header .topheader {
    display: none;
}
.sticky-header  {
    box-shadow: 0px 10px 10px -10px #333333;
}


.footer_info .footer_contect_text {
    font-size: 16px !important;
    color: #000;
}

.footer_info .contect_sec i.fa.fa-phone {
    color: #EB0A1E;
}

.footer_info .contect_sec i.fa.fa-envelope{
    color: #EB0A1E;
}

.footer_info .contect_sec i {
    font-size: 15px;
}

.wrapper-footer {
    padding: 75px 0 0px;
    border-top: 8px solid #EB0A1E;
    float: left;
    width: 100%;
    background-color: #f2f2f2;
}

.wrapper-footer .footer_menu h4, .wrapper-footer .footer_menu span { /*Megantic, Added span support*/
    color: #EB0A1E !important;
    font-size: 18px;
    font-weight: 700;
}

.wrapper-footer .footer_menu .nav li > a {
    padding: 1px 15px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}


.wrapper-footer hr.footer_border {
    border-color: #868686;
    margin-top: 50px;
    margin-bottom: 0px;
}

.wrapper-footer .nkg_copy p.small {
    font-size: 13px;
    margin-bottom: 0;
    color: #868686;
}

.wrapper-footer .nkg_copy a.mvpcopy {
    color: #868686 !important;
    margin-left: 10px;
}

.header-search .input-group {
    border-radius: 50px;
    border: 1px solid #d0d0d0 !important;
}

.header-search .input-group input#name_search {
    border-radius: 50px;
    border: 0px;
}

.wrapper-footer .nav li > a:hover, .wrapper-footer .nav li > a:active, .wrapper-footer .nav li > a:focus {
    color: #EB0A1E;
    background-color: transparent;
}

.wrapper-footer .message_btn a {
    /* width: 250px; */
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 50px;
    height: 40px;
    text-transform: uppercase;
    font-size: 12px;
    align-content: center;
    color: #fff !important;
}

.wrapper-footer .message_btn .btn-outline-secondary:hover {
    background-color: #d1091b;
    color: #ffffff;
}

.header-search .input-group input#name_search {
    height: 48px;
    padding-left: 20px;
}

.header-search button.btn {
    padding: 0 20px !important;
    color: #EB0A1E ;
}

.header-search button.btn i.fa.fa-search {
    transform: rotate(280deg);
}

.header-search button.btn:hover {
    background-color: transparent !important;
    color: #EB0A1E !important;
}

.btn-primary {
    color: #fff;
    background-color: #ea1d24 !important;
    border-color: #ea1d24 !important;
    border-radius: 50px;
    font-size: 14px;
    text-transform:uppercase;
    width: auto;
    height: 40px !important;
    align-content: center;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 500;
}


.btn-primary:hover {
background-color: #d8161d !important;
}


#homepageCarousel .carousel-inner .carousel-caption .btn-primary{

        color: #ffffff;
        background-color: #333333 !important;
        border-color: #333333 !important;
    }

    #homepageCarousel .carousel-inner .carousel-caption .btn-primary:hover{
        background-color: #000000 !important;
    }

div#compat_list .dah_compatibility_list {
    font-size: 14px;
    border-radius: 50px;
    padding-left: 20px !important;
    height: 40px;
}

#navbarMainMenu a.nav-link {
    text-transform: uppercase;
    color: #fff;
}
.__NETO__header {
    display: none;
}

#navbarMainMenu ul.dropdown-menu.show li {
    border-top: 0px;
    text-transform: uppercase;
}


#navbarMainMenu ul>li>ul {
border: 0px !important;
margin-top: 0px;
}

#navbarMainMenu ul>li>ul>li>a {
    text-transform: uppercase;
}

.mobile_nkg_nev li.m-topicon {
    display: none !important;
}

.topheader {
    height: auto;
}

.topheader .navbar-nav > li > a {
    border-radius: 0px;
    padding: 0px 25px;
    background-color: #333333 !important;
}

.topheader .navbar-nav>li>a:hover {
    background-color: #000000 !important;
}

#parts_finder #compat_list .dah_compat-btn {
    background-color: #333333 !important;
    border-radius: 50px;
    height: 40px !important;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
}

button.scrool_button.slick-arrow {
    border: 0px;
    font-size: 22px;
    background-color: transparent;
}


.nkg_accessories button.scrool_button.slick-arrow i.fa-chevron-left , .nkg_products button.scrool_button.slick-arrow i.fa-chevron-left {
    position: absolute;
    z-index: 111;
    bottom: 50%;
    left: -10px;
    color: #EB0A1E;
}

.nkg_accessories button.scrool_button.slick-arrow i.fa-chevron-right, .nkg_products button.scrool_button.slick-arrow i.fa-chevron-right {
    position: absolute;
    right: 0;
    z-index: 111;
    bottom: 50%;
    right: -10px;
    color: #EB0A1E;
}


.nkg_accessories button.scrool_button.slick-arrow i.fa-chevron-left:hover , .nkg_products button.scrool_button.slick-arrow i.fa-chevron-left:hover {
    color: #d1091b;
}

.nkg_accessories button.scrool_button.slick-arrow i.fa-chevron-right:hover, .nkg_products button.scrool_button.slick-arrow i.fa-chevron-right:hover {
    color: #d1091b;
}

#parts_finder #compat_list .dah_compat-btn:hover {
    background-color: #000000 !important;
}

ul.nevbar_info_help {
    display: flex;
    list-style: none;
    margin:0px;
    align-items: center;
}

li.nav-item_test {
    padding-right: 10px;
    font-size: 14px;
}

.nkg_accessories .caption h4, .nkg_accessories .caption div { /*Megantic, added support for div*/
    text-align: center;
}

.content.aos-init.aos-animate p {
    font-size: 15px;
}

.homepage-content .content a.btn-outline-secondary:hover {
    background-color: #d1091b !important;
    border-color: #d1091b !important;
}

#navbarMainMenu ul>li>ul {
    padding: 0px !important;
}

#homepageCarousel .carousel-caption {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    left: 3%;
    top: 5%;
    right: auto;
}

ul.nevbar_info_help li.nav-item_test:not(:last-child) > a {
    border-right: 1px solid #000; 
    padding: 0px;
    padding-right: 10px !important;
}

#navbarMainMenu ul>li>ul>li>a {
    border-top: 1px solid #fff;
}

.nkg_homecategories .caption h5.headline a, .nkg_accessories .caption a {
    text-transform: capitalize;
}

.specific ._itmspec_opt {
    border-radius: 50px;
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
}

#neto-dropdown button.viewcart {
    border-radius: 50px;
    height: 40px;
}

.row.cart-shipping select.form-control {
    border-radius: 50px;
    padding-left: 24px;
    padding-right: 24px;
    height: 40px;
}

.row.cart-shipping #ship_zip.form-control {
    border-radius: 50px;
    padding-left: 24px;
    padding-right: 24px;
    height: 40px;
}

.discount-apply #addcpn {
    border-radius: 50px;
    height: 40px;
}

.mvp_cartpage .form-control.cart-qty {
    border-radius: 50px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}



/* div#compat_list {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
} */

.part-finder {
    padding: 10px 0;
    background-color: #f5f5f5;
}
.nkg_tot {
    text-align: center;
}
.row.sort_container {
    display: flex;
    align-items: center;
}
.topheader ul.dropdown-menu.dropdown-menu-right.show {
    padding: 0;
}
.topheader ul.dropdown-menu.dropdown-menu-right.show li.divider .dropdown-divider {
    margin: 0;
}
.topheader ul.dropdown-menu.dropdown-menu-right.show a.dropdown-item:hover {
    background-color: #EB0A1E;
    color:#fff;
}

.footer_info .pvd_message_button i.fa.mr-3.fa-envelope {
    color: #fff;
}

.footer_info .contect_sec .message_btn .pvd_message_button {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_info .contect_sec .message_btn {
    margin: 0px;
}

#main-content input.btn-default.submit_button {
    border-radius: 50px;
    padding-left: 24px;
    padding-right: 24px;
}

.mygarage_contan button.login_button {
    font-size: 20px;
    border: 0px;
    background-color: #000;
    color: #fff;
    padding: 6px 24px;
    border-radius: 50px;
    align-content: center;
}

.mygarage_contan button.login_button:hover {
    color: #fff;
    text-decoration: none;
}

.mygarage_contan{
    background-color: transparent;
    margin: 30px 0;
}

h5.mygarage_or {
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0 10px 0;
    margin-bottom: 0px !important;
}

button.mygarage_free_acc {
    border: none;
    background-color: transparent;
    font-size: 19PX;
    text-decoration: underline;
    font-weight: 500;
}

.mygarage_contan .mygarage_login {
    text-align: center;
}

.mygarage_contan button.mygarage_free_acc:hover {
    color: #000;
}


.mygarage_modal .mygarage_header button.close , .mygarage_modal_free_account .mygarage_header button.close {
    position: absolute;
    right: 20px;
    font-size: 35px;
    line-height: 0.7;
}

.mygarage_modal .mygarage_header , .mygarage_modal_free_account .mygarage_header {
    display: flex;
    padding: 10px 20px;
    width: 100%;
}

.mygarage_modal .mygarage_header h3 , .mygarage_modal_free_account .mygarage_header h3 {
    margin-bottom: 0px;
}

.mygarage_modal button.btn-lg.btn-primary , .mygarage_modal_free_account button.btn-lg.btn-primary {
    line-height: 0.6;
}

.mygarage_login_link button {
    border: none;
    background-color: transparent;
    font-size: 16px;
}

.mygarage_modal_free_account .mygarage_login_link {
   padding: 0px;
}

.mygarage_modal_free_account .modal-footer {
    padding: 5px 20px !important;
}

.mygarage_modal_free_account .modal-footer {
    padding: 0px;
}

.mygarage_modal_free_account .form-group .checkbox {
    display: flex;
    align-items: baseline;
}

.mygarage_modal_free_account .form-group .checkbox p{
    padding-left: 5px;
    margin-bottom: 0px;
}

.mygarage_modal_free_account .register_button .form-group {
    margin-bottom: 0px;
}
.nkg_login_flex button {
    display: flex;
    align-items: center;
}
@media (max-width:1199px){
    .header-search .input-group input#name_search {
        padding-right: 0px;
    }

    #parts_finder .mvp_part-finder .resultActive .desc {
        border-right: none;
    }

    #parts_finder .mvp_part-finder #partfindersearched {
        padding: 5px 0;
        margin-bottom: 0px;
    }
}

@media (max-width:992px){

.nkg_pay_icon ul {
    justify-content: center !important;
}

.nkg_pay_icon {
    margin: 0 auto;
}

.nkg_copy {
    margin-top: 15px;
}

.wrapper-footer .nkg_copy p.small {
    margin: 0 auto;
}


li.nav-item_test {
    padding-right: 7px;
}

.nkg_pay_icon {
    padding-top: 0px !important;
}
ul.nevbar_info_help li.nav-item_test:not(:last-child) > a {
    padding-right: 5px !important;
}


#compat_list .maingvg {
    flex-direction: column;
    border-right: 1px solid;
            margin-right: 10px;
}

#compat_list .heading {
    padding-left: 0px !important;
}

div#parts_finder .wrap-select-inline {
    margin-bottom: 8px !important;
    width: 177px;
    margin-left: 5px;
}

.maygarage .desc {
    border-right: none;
}

.wrap-select {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
}
ul.nevbar_info_help {
    display: none;
}


.footer_info .contect_sec .message_btn {
    margin-bottom: 30px;
}
}
@media (max-width:767.98px){
    #compat_list .maingvg {
        flex-direction: row;
        border-right: none;
        margin-top: 10px;
    }

    #parts_finder .wrap-select-inline {
        margin-bottom: 8px !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    #parts_finder .wrap-select {
        flex-direction: column;
    }

    #parts_finder .mvp_part-finder .mygarage_button_select {
        display: flex;
    }
    .maygarage {
    border-right: 1px solid;
    margin-right: 13px !important;
}
.resultActive .maygarage {
    border-right: 0;
    margin-right: 0 !IMPORTANT;
}
}



@media (max-width:576px){
.viewby a.btn {
    padding: 7px 20px;
}
.partfinder-status span {
    font-size: 12px;
}
}
ul.nevbar_info_help {
    padding-left: 0px;
}
.mpower svg#Layer_1 {
    margin-bottom: -2px;
}
.mvp_cart_bb,
.mvp_monod {
    background: #d9f2d0;
    padding: 10px;
}
.mvp_cart_bb span {
    font-weight: 700;
    color: #2f8610;
    letter-spacing: 0.5px;
}
.con_not .icon i {
    color: #2f8610;
    font-size: 20px;
}
.icon {
    margin-right: 5px;
}
.mvp_cart_not {
    background: #d9f2d0;
    padding: 5px;
}
.mvp_cart_bb i,
.mvp_cart_bb span {
    color: #2f8610;
}
.mvp_cart_not span b {
    letter-spacing: 0.5px;
}
/* .mvp_cart_not i {
    color: #2f8610;
    font-size: 20px;
} */
@media (max-width:767px) {
.mvp_class_name{
    display: none !important;
}
.mvp_mob i,
.mvp_mob span {
     color: #2f8610 !important;
}
}
@media (min-width:768px) {
.mvp_mob{
     display: none !important;
}
}

body#n_product div#mvpnote span {
    font-weight: 700;
    letter-spacing: 0.5px;
      color: #2f8610 !important;
}
body#n_product div#mvp_note_con {
 background: #d9f2d0 !important;
 padding: 5px;
}
body#n_product .con_not {
    margin-bottom: 0 !important;
}
body#n_product #mvp_note_con {
    margin-bottom: 10px !important;
}
.nkg_rag p {
    color: #28a745 !important;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0 !IMPORTANT;
}
.nkg_rag h3 {
    color: #28a745 !important;
    font-weight: 700;
    font-size: 22px;
}
.nkg_rag {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    height: 100%;
    padding: 15px 15px;
}
.mygarage_login_link a.login_page_link {
    font-size: 18px;
}
.nkg_pay_icon ul li:nth-child(2) .payment-icon {
    filter: grayscale(1) invert(.5);
}
.nkg_pay_icon ul li:nth-child(5) .payment-icon {
filter: brightness(84%) contrast(160%) grayscale(99%) opacity(74%) saturate(96%);
}
.nkg_accessories .slick-list.draggable {
    width: 100%;
}
.payment_icon {
    margin-top: 15px;
}
#main-image {
    max-height: 100% !important;
}
/* .images-slider .slick-initialized.slick-slider {
    width: 100%;
}
.images-slider .slider-for {
    max-height: 500px;
    min-height: 500px;
}
.images-slider .slick-list.draggable {
    margin: 0 auto;
        width: 100%;
}
.images-slider .slider-for .slick-track {
    height: 100%;
}
#main-image {
    max-width: 100%;
    max-height: 100%;
}
#main-image {
    max-width: 100%;
    height: auto;
}
.images-slider .slick-track {
    display: flex;
    align-items: center;
}
.images-slider .slick-track {
    margin: 0 !important;
} */
/* .slider-nav .slick-slide {
    width: 100% !important;
} */

.view_img {
    position: absolute;
    right: 22px;
    max-width: 30px;
    margin-top: -38px;
}
.lb-nav a.lb-next, .lb-nav a.lb-prev {
    opacity: 1 !important;
}
div#catPagePFNotice {
    margin-bottom: 30px;
}
.catPagePFNotice_wrap {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.catPagePFNotice_wrap>img {
    width: 50px;
    position: absolute;
    top: -32px;
}
.catPagePFNotice_wrap>span {
    max-width: 600px;
    margin-left: 70px;
}
.catPagePFNotice_wrap a{
    color: #EB0A1E;
}

.card.thumbnail.card-body p.card-title.h4 a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0px;
    width: 100%;
    display: -webkit-box;
    max-width: 256px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nkg_fit_thubL .card.thumbnail.card-body p.card-title.h4 a {
    max-width: 336px;
}
@media (max-width:992px) {
div#catPagePFNotice {
    display: none;
}
}

input#checkbox-id {
    position: relative;
    top: 2px;
}