@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Poppins",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol" /*{body-font-family}*/;
  font-size: 14px /*{body-font-size}*/;
  color: #43444a /*{body-font-colour}*/;
  background-image: none /*{body-background-image}*/;
  background-color: #fff /*{body-background-colour}*/;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Poppins",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol" /*{headers-font-family}*/;
  color: #000 /*{headers-colour}*/;
}

a,
.btn-link {
  color: #2e3192 /*{link-text-colour}*/;
}
a:hover,
a:active,
a:focus,
.btn-link:hover {
  color: #373cc2 /*{link-text-hover-colour}*/;
}
.carousel-caption h3,
.carousel-caption h2,
.carousel-caption .h3,
.carousel-caption p {
  color: #fff /*{carousel-text-colour}*/;
}

h1,
.h1 {
  font-size: 44px /*{header-1-font-size}*/;
}
h2,
.h2 {
  font-size: 22px /*{header-2-font-size}*/;
}
h3,
.h3 {
  font-size: 18px /*{header-3-font-size}*/;
}
h4,
.h4 {
  font-size: 16px /*{header-4-font-size}*/;
}
h5,
.h5 {
  font-size: 14px /*{header-5-font-size}*/;
}
/* Secondary button */
.btn-outline-secondary,
.btn-default {
  color: #2e3192 /*{buttons | btn-default-text-colour}*/;
  background-color: #fff /*{buttons | btn-default-background-colour}*/;
  border-color: #2e3192 /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover,
.btn-default:hover {
  color: #fff /*{buttons | btn-default-text-colour-hover}*/;
  background-color: #2e3192 /*{buttons | btn-default-background-colour-hover}*/;
  border-color: #2e3192 /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled,
.btn-default:disabled {
  color: #fff /*{buttons | btn-default-text-colour-hover}*/;
  background-color: #2e3192 /*{buttons | btn-default-background-colour-hover}*/;
  border-color: #2e3192 /*{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: #2e3192 /*{buttons | btn-default-background-colour-hover}*/;
  border-color: #2e3192 /*{buttons | btn-default-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
  color: #fff /*{buttons | btn-primary-text-colour}*/;
  background-color: #2e3192 /*{buttons | btn-primary-background-colour}*/;
  border-color: #2e3192 /*{buttons | btn-primary-border-colour}*/;
}
.btn-primary:hover {
  color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
  background-color: #373cc2 /*{buttons | btn-primary-background-colour-hover}*/;
  border-color: #373cc2 /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
  background-color: #373cc2 /*{buttons | btn-primary-background-colour-hover}*/;
  border-color: #373cc2 /*{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: #373cc2 /*{buttons | btn-primary-background-colour-hover}*/;
  border-color: #373cc2 /*{buttons | btn-primary-border-colour-hover}*/;
}
/* Black button */
.btn-black {
  color: #fff /*{buttons | btn-black-text-colour}*/;
  background-color: #000 /*{buttons | btn-black-background-colour}*/;
  border-color: #000 /*{buttons | btn-black-border-colour}*/;
}
.btn-black:hover {
  color: #fff /*{buttons | btn-black-text-colour-hover}*/;
  background-color: #373cc2 /*{buttons | btn-black-background-colour-hover}*/;
  border-color: #373cc2 /*{buttons | btn-black-border-colour-hover}*/;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fff /*{buttons | btn-black-text-colour-hover}*/;
  background-color: #373cc2 /*{buttons | btn-black-background-colour-hover}*/;
  border-color: #373cc2 /*{buttons | btn-black-border-colour-hover}*/;
}
.btn-black:not(:disabled):not(.disabled):active,
.btn-black:not(:disabled):not(.disabled).active,
.show > .btn-black.dropdown-toggle {
  color: #fff /*{buttons | btn-black-text-colour-hover}*/;
  background-color: #373cc2 /*{buttons | btn-black-background-colour-hover}*/;
  border-color: #373cc2 /*{buttons | btn-black-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: #2e3192 /*{buttons | btn-success-background-colour}*/;
  border-color: #2e3192 /*{buttons | btn-success-border-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  color: #fff /*{buttons | btn-success-text-colour-hover}*/;
  background-color: #373cc2 /*{buttons | btn-success-background-colour-hover}*/;
  border-color: #373cc2 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff /*{buttons | btn-success-text-colour-hover}*/;
  background-color: #373cc2 /*{buttons | btn-success-background-colour-hover}*/;
  border-color: #373cc2 /*{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: #373cc2 /*{buttons | btn-success-background-colour-hover}*/;
  border-color: #373cc2 /*{buttons | btn-success-border-colour-hover}*/;
}
/* Info button */
.btn-info {
  color: #fff /*{buttons | btn-info-text-colour}*/;
  background-color: #2e3192 /*{buttons | btn-info-background-colour}*/;
  border-color: #2e3192 /*{buttons | btn-info-border-colour}*/;
}
.btn-info:hover {
  color: #fff /*{buttons | btn-info-text-colour-hover}*/;
  background-color: #373cc2 /*{buttons | btn-info-background-colour-hover}*/;
  border-color: #373cc2 /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff /*{buttons | btn-info-text-colour-hover}*/;
  background-color: #373cc2 /*{buttons | btn-info-background-colour-hover}*/;
  border-color: #373cc2 /*{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: #373cc2 /*{buttons | btn-info-background-colour-hover}*/;
  border-color: #373cc2 /*{buttons | btn-info-border-colour-hover}*/;
}

.breadcrumb {
  background-color: #f8f9fa /*{breadcrumb-background-colour}*/;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #6c757d /*{breadcrumb-text-colour}*/;
}

.breadcrumb > .active,
.breadcrumb a {
  color: #696969 /*{breadcrumb-text-colour}*/;
}

.pagination .page-link {
  color: #2e3192 /*{pagination-text-colour}*/;
  background-color: #fff /*{pagination-bg-colour}*/;
  border-color: #2e3192 /*{pagination-border-colour}*/;
}
.pagination .page-link:hover,
.pagination .page-link:focus {
  color: #fff /*{pagination-text-colour-hover}*/;
  background-color: #2e3192 /*{pagination-bg-colour-hover}*/;
  border-color: #2e3192 /*{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: #2e3192 /*{pagination-bg-colour-active}*/;
  border-color: #2e3192 /*{pagination-border-colour-active}*/;
}

.badge-secondary {
  background-color: #ebebeb /*{label-default-bg}*/;
}
.badge-primary {
  background-color: #2e3192 /*{label-primary-bg}*/;
}
.badge-success {
  background-color: #28a745 /*{label-success-bg}*/;
}
.badge-info {
  background-color: #2e3192 /*{label-info-bg}*/;
}
.badge-warning {
  color: #212529 /*{label-warning-text-colour}*/;
  background-color: #ffc107 /*{label-warning-bg}*/;
}
.badge-danger {
  background-color: #ff0000 /*{label-danger-bg}*/;
}

.card {
  border-color: #f2f2f2 /*{panel-border-colour}*/;
  color: #000 /*{panel-colour}*/;
}
.card-header {
  background-color: #f2f2f2 /*{panel-header-bg-colour}*/;
  border-color: #f2f2f2 /*{panel-header-border-colour}*/;
  color: #000 /*{panel-header-colour}*/;
}

.productsave {
  color: #d9534f /*{sale-colour}*/;
}

.wrapper-header .navbar-toggler {
  color: #696969 /*{navbar-default-link-colour}*/;
}

.wrapper-header .navbar {
  background-color: #fff /*{navbar-default-bg-colour}*/ !important;
}

.wrapper-header .logosec-middel .nav-link {
  color: #43444a /*{navbar-default-link-colour}*/;
}

.wrapper-header .logosec-middel .nav-link:hover,
.wrapper-header .logosec-middel .nav-link:focus {
  color: #2e3192 /*{navbar-default-link-colour-hover}*/;
}
.wrapper-header .logosec-middel .show > .nav-link,
.wrapper-header .logosec-middel .active > .nav-link,
.wrapper-header .logosec-middel .nav-link.show,
.wrapper-header .logosec-middel .nav-link.active {
  color: #2e3192 /*{navbar-default-link-colour-active}*/;
}

.dropdown-menu {
  background-color: #fff /*{dropdown-menu-bg}*/;
  border-color: #fff /*{dropdown-menu-border-colour}*/;
}

.dropdown-item {
  color: #43444a /*{dropdown-menu-link-colour}*/;
}
.dropdown-menu li:hover > .dropdown-item,
.dropdown-menu li:focus > .dropdown-item,
.dropdown-menu li > .dropdown-item.active,
.dropdown-menu li:active > .dropdown-item {
  color: #fff /*{dropdown-menu-link-colour-hover}*/;
  background-color: #2e3192 /*{dropdown-menu-link-bg-hover}*/;
}

button#geo_search {
  margin-top: 0.5em;
  height: 48px;
  font-size: 17px;
}
select#geo_radius {
  height: 48px;
}
#store-finder input {
  height: 48px;
}
#store-finder-results .resultmsg {
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0 10px !important;
}
.mobile_vertical,
.mobile {
  display: none;
}
.home_banner > .carousel-inner > div {
  height: 100%;
}
i.fa.fa-phone-square {
  transform: rotate(90deg);
}
.nkg_img_embed img {
  max-height: 100%;
}
.nkg_img_embed a {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*body #_jstl__header_r hr {*/
/*    margin-top: 2rem;*/
/*    margin-bottom: 2rem;*/
/*}*/
body .cart-wrap .cart-pmethods {
  padding: 5px 15px 15px;
}
.cart-pmethods ul li {
  width: 70px;
  float: left;
  list-style: none;
  margin: 10px 0 0 !important;
  text-align: center;
}
.logosec-middel {
  flex: 0 0 63%;
  line-height: 2;
}
.logosec-middel ul {
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .nkg_mobmenu li.nav-item {
    width: 20%;
    font-size: 20.5px;
  }
  .wrapper-header .logo-section .logosec-middel .nav-link {
    padding: 0 6px;
  }
  .menu {
    background-color: #000;
    height: 50px;
  }

  body .wrapper-header .logo-section {
    padding: 20px 0;
  }
  .nkg_mobmenu li a {
    color: #fff;
    border-right: 1px solid #2a2a2a;
  }
  .nkg_mobmenu li:last-child a {
    border-right: 0;
  }
  .nkg_mobmenu li a:hover {
    color: var(--themecolor2);
  }
  .burger-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1000;
  }
  .burger-menu > div {
    width: 290px;
    float: right;
    height: 100%;
    background-color: #fff;
    color: #fff;
    overflow: auto;
  }
  .burger-menu.active {
    display: block;
  }
  .burger-menu > a {
    float: right;
    color: #fff;
    font-size: 22px;
    margin-right: 28px;
    margin-top: 48px;
  }
  .burger-menu ul li a {
    color: #43444a;
    padding: 15px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
    text-transform: uppercase;
  }
  .uspsadw-item {
    margin-bottom: 30px;
  }
  .cats_nkg_manu .collapsing {
    transition: none !important;
  }
  .cats_nkg_manu a.nuhover.dropdown-item {
    padding: 0;
    text-transform: none;
    padding-left: 30px;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    padding-right: 15px;
  }
  .cats_nkg_manu ul li ul li a {
    border: 0;
    text-transform: none;
    padding: 0;
    padding-left: 10px;
    font-weight: 400;
    padding-right: 15px;
  }
  .cats_nkg_manu ul li:last-child {
    margin-bottom: 15px;
  }
  .burger-menu ul li.cats_nkg_manu > a[aria-expanded="false"]:after {
    content: "\f067";
    float: right;
    font-family: "font awesome 5 free";
    font-weight: 600;
  }
  .burger-menu ul li.cats_nkg_manu > a[aria-expanded="true"]:after {
    content: "\f068";
    float: right;
    font-family: "font awesome 5 free";
    font-weight: 600;
  }
  .burger-menu ul li.cats_nkg_manu a {
    border: 0;
  }
  .burger-menu ul li.cats_nkg_manu {
    border-bottom: 1px solid #e3e3e3;
  }
  .cats_nkg_manu ul li ul li ul li a {
    padding: 0;
  }
  .burger-menu ul a:hover,
  .burger-menu ul a:focus {
    color: #2e3192;
    background-color: unset !important;
  }
  #n_product div#main-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper-footer .newsletter-section h1 {
    font-size: 36px;
  }
  .mobile_vertical {
    display: block;
  }
  .mobile {
    display: none;
  }
  .home_banner {
    display: none;
  }
  .mobile_vertical .h1 {
    font-size: 55px !important;
    font-weight: 600;
  }
  h1,
  .h1 {
    font-size: 36px /*{header-1-font-size}*/;
  }
  body .homemodel-section .catadw-itemmain h1 {
    left: 20px;
    bottom: 18px;
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  button#geo_search {
    margin-top: 0;
  }
  body#n_product div#ImagesCarousel .carousel-indicators .list-inline-item {
    width: calc((100% - 30px) / 3);
    flex: 0 0 calc((100% - 30px) / 3);
  }

  body#n_product div#ImagesCarousel .carousel-indicators {
    margin: 10px -10px 0 0;
  }
  .mobile {
    display: block;
  }
  .mobile_vertical {
    display: none;
  }
  .home_banner {
    display: none;
  }
  #store-finder input {
    margin-bottom: 10px;
  }
  .wrapper-header .topheader {
    min-height: 50px;
  }
  .header_announcement {
    width: 69%;
  }
}
@media only screen and (max-width: 425px) {
  #n_product .related-section .products-row > article {
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
    margin-bottom: 15px;
  }
  #n_category .thumb .products-row > article {
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
    margin-bottom: 15px;
  }
}

.mvp_acticle {
  padding: 0 5px;
}
#upsellmultiitemadd {
  margin: 0 -5px;
}
.m-addMultipleCartItems {
  font-size: 16px;
  width: 251px;
  margin-left: auto;
  line-height: 30px;
  background-color: #fa7600;
  border-color: #fa7600;
}
.m-addMultipleCartItems:hover {
  background-color: #373cc2;
  border-color: #373cc2;
}

@media only screen and (max-width: 767px) {
  div#upsellmultiitemadd .mvp_acticle {
    margin-bottom: 20px;
  }
  body#n_product .tab-content {
    padding: 0 !important;
    border: none;
  }
  body#n_product .tab-content .card {
    margin-bottom: 10px;
  }
  body#n_product .tab-content .card-header {
    background-color: #000;
    border-bottom: none;
    padding: 0 !important;
  }
  body#n_product .tab-content .card-header h5 .btn {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  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;
  }
  body#n_product .tab-content .card-header h5 .btn[aria-expanded="true"] {
    background-color: #2e3192;
    color: #fff;
  }
}

/* ======================devloper================ */
.cats-menu .dropdown-item {
  border: none;
  padding: 5px 8px;
}
.homevideosec {
  position: relative;
}
body .video_on_partfinder {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.logosec-middel .dropdown-menu {
  column-count: 3;
  column-gap: 20px;
  transform: none !important;
  margin-top: 30px;
  padding: 10px 15px;
  width: 700px;
}
.cats-menu .dropdown-item:hover {
  background-color: unset !important;
  color: #2e3192 !important;
}
.logosec-middel .dropdown-menu.show::before {
  left: 10%;
}

div#parts_finder .wrap-select-inline {
  /* width: 219.1px; */
  width: 212.1px;
  height: 42px;
  padding: 0 6px;
  display: inline-block;
  vertical-align: top;
  /* line-height: 42px; */
}
body .homevideosec .wrap-select-inline {
  max-width: 199.1px !important;
  flex: 0 0 199.1px !important;
}
div#parts_finder .part-select {
  width: 100%;
  height: 42px;
  overflow: hidden;
  display: inline-block;
  background: #fff;
  border-radius: 4px;
}
div#parts_finder select {
  display: block;
  width: 100%;
  height: 42px;
  padding: 3px 8px;
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 35px;
  color: #626262;
  background-color: #fff;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  border-radius: 0;
}
.mvp_part-finder {
  background-color: #f2f2f2;
}
div#parts_finder .wrap-select-inline.wrap-select-btn {
  width: 79px;
}
div#compat_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
div#parts_finder .part-select select:disabled {
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
.find-vehicle {
  /* font-size: 16px; */
  font-size: 20px;
  font-weight: 600;
  color: #43444a;
}
.parts-finder-content {
  padding: 14px 0 !important;
  float: left;
  width: 100%;
}
.upsell-product .thumbnail.card-body .thumbnail-caption .price > del {
  margin-left: 0 !important;
  flex: 0 0 100%;
}
.upsell-product .thumbnail.card-body .thumbnail-caption .price {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 45px;
}
section#shipbox hr {
  display: none;
}
@media only screen and (min-width: 1024px) {
  div#parts_finder .part-select {
    display: inline-block !important;
  }
  .wrap-select-inline {
    display: inline-block !important;
  }
  body#n_home .homevideosec .wrap-select-inline {
    line-height: 42px;
  }
  body#n_home .video_on_partfinder .wrap-select-inline {
    margin-top: 8px !important;
  }
  body#n_home
    .video_on_partfinder
    .wrap-select-inline.wrap-select-btn.pr-0.d-none {
    padding: 0 6px !important;
  }
  div#parts_finder .wrap-select-inline {
    line-height: 42px;
  }
}

/* body .video_on_partfinder div#compat_list{
	display: unset;
} */

body .video_on_partfinder div#parts_finder {
  margin: 0 auto;
  width: 100%;
}
body .video_on_partfinder .parts-finder-content {
  padding: 30px !important;
  background-color: rgba(46, 49, 146, 0.4);
  border-radius: 10px;
}
@media only screen and (max-width: 1549px) and (min-width: 1200px) {
  div#parts_finder .wrap-select-inline {
    width: 172px;
  }
  .mvp_home_other .notactive .find-vehicle {
    flex: 0 0 100%;
    margin-right: 0 !important;
    text-align: center;
    margin-bottom: 10px !important;
  }

  .video_on_partfinder .wrap-select-inline {
    width: 207px !important;
    flex: 0 0 207px;
    /* margin-top: 8px !important; */
  }
  .video_on_partfinder .savetogarage {
    text-align: left !important;
  }
  /* div#parts_finder .wrap-select-inline {
		width: auto; 
	} */
  .logosec-middel ul {
    justify-content: center;
    align-items: center;
  }
  .logosec-middel {
    flex: 0 0 63%;
    line-height: 2;
  }
  .wrapper-header .logo-section .logosec-right > .nav > li:not(:last-child) {
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
  }
  .logosec-right ul {
    flex-direction: column-reverse;
  }
  .logosec-right {
    text-align: right;
  }
  body .wrapper-header .logo-section .logosec-middel .nav-link {
    padding: 0 7px;
  }
  body .homevideosec .wrap-select-inline {
    max-width: 179.1px !important;
    flex: 0 0 179.1px !important;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 1024px) {
  div#parts_finder .wrap-select-inline {
    width: 197px;
  }
  .mvp_home_other .wrap-select-inline {
    margin-bottom: 10px !important;
  }
  div#compat_list {
    justify-content: center;
  }

  body .homevideosec .wrap-select-inline {
    max-width: 184.1px !important;
    flex: 0 0 184.1px !important;
  }
  .logosec-middel ul {
    justify-content: center;
    align-items: center;
  }
  .wrapper-header .logo-section .logosec-right > .nav > li:not(:last-child) {
    padding-right: 20px;
    border-right: 1px solid var(--themegrey);
    margin-right: 0px;
  }
  .logosec-middel {
    flex: 0 0 100%;
    order: 1;
    margin-top: 20px;
  }
  .logosec-right li {
    margin-left: 15px;
  }
  .mvp_home_other .notactive .find-vehicle {
    flex: 0 0 100%;
    margin-right: 0 !important;
    text-align: center;
    margin-bottom: 10px !important;
  }
  .homevideosec .mvpnotactive .find-vehicle {
    flex: 0 0 100% !important;
    max-width: 100%;
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  body .video_on_partfinder .mvp_part-finder {
    background-color: unset;
  }
  body .video_on_partfinder .find-vehicle {
    text-align: center;
    /* margin-right: 0 !important;
    margin-bottom: 12px !important; */
    color: #fff;
  }
}
@media only screen and (max-width: 1023px) {
  div#parts_finder .wrap-select-inline {
    width: 100%;
  }
  div#compat_list {
    display: unset !important;
  }
  div#parts_finder {
    width: 100%;
  }
  .find-vehicle {
    margin-right: 0 !important;
    text-align: center;
    margin-bottom: 10px !important;
  }
  div#parts_finder .wrap-select-inline {
    margin-bottom: 5px;
  }
  div#parts_finder .wrap-select-inline {
    padding: 0px;
  }
  div#parts_finder .savetogarage,
  div#parts_finder .wrap-select-btn {
    width: 50% !important;
    float: left;
    margin: 0 auto !important;
  }
  body .video_on_partfinder .parts-finder-content {
    padding: 15px 0px !important;
  }
  body .video_on_partfinder {
    position: unset !important;
    width: 100%;
    top: 50%;
    transform: none !important;
    z-index: 1;
    margin-bottom: 20px;
  }
  body .video_on_partfinder .parts-finder-content {
    background-color: unset !important;
  }
  body .homevideosec .wrap-select-inline {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
@media only screen and (max-width: 425px) {
  div#upsellmultiitemadd article {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1024px) {
  .wrapper-header .topheader {
    min-height: 60px;
  }
}

.kit_product {
  position: absolute;
  top: -12px;
  left: 0;
}
.kit_product span {
  padding: 5px 10px;
  border-radius: 0;
  line-height: 11px;
}
.mvp_up tr td {
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  border: none;
}
.mvp_btnchanges {
  font-size: 12px;
}
.mvp_uptable {
  font-size: 12px;
}
.mvp_uptable p {
  margin-bottom: 0;
}

.mvp_model .Material.Type ._itmspec_listitm {
  padding: 3px 10px;
  display: inline-block;
  border: 1px solid #bdbdbd;
  margin-right: 5px;
  float: left;
}
.mvp_model ._itmspec_listitm {
  float: left;
  margin-right: 5px !important;
  float: left;
  margin-right: 5px !important;
  padding: 3px;
  border: 1px solid #ccc;
}

.mvp_model .specific a.thumbnail.active ._itmspec_listitm {
  border-color: red !important;
}

/* ===================================================== */
div#mvp_specific_sel1 a {
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
}
.change-type {
  font-size: 12px;
  text-decoration: underline !important;
  color: #000;
}
.dah_msitem a:not(:hover) {
  color: #000;
}
div#partfinder span#partfindersearched {
  margin-right: 20px !important;
}

@media only screen and (min-width: 1024px) {
  .video_on_partfinder label.mb-0.text-nowrap {
    color: #fff;
  }
  body#n_home .homevideosec .align-items-center.w-100 {
    background-color: rgba(46, 49, 146, 0.4) !important;
    border-radius: 10px;
    padding: 0 10px;
  }
  body#n_home .homevideosec .mvp-pfview a {
    color: #fff !important;
  }
  .homevideosec div#compat_list {
    justify-content: center;
  }
  .homevideosec div#parts_finder .wrap-select-inline.wrap-select-btn {
    width: 79px !important;
    flex: 0 0 79px !important;
  }
}
.video_on_partfinder span#partfindersearched {
  white-space: unset !important;
}
/* .video_on_partfinder .find-vehicle {
    margin-bottom: 10px !important;
} */

span#partfindersearched {
  white-space: unset !important;
}
.dah_currancy a {
  color: #fff;
  border: 1px solid;
  padding: 2px 10px;
}

.dah_currancy a.active {
  background-color: #fff;
  color: #2e3192;
  border-color: #fff;
}

a.dropdown-toggle.currencymenu:after {
  content: unset;
}

a.dropdown-toggle.currencymenu {
  border: 1px solid #fff;
  background-color: #fff;
  color: #2e3192;
  padding: 2px 5px;
}

ul.dropdown-menu.currencydrop {
  left: auto;
  right: 0;
}

ul.dropdown-menu.currencydrop:before {
  content: unset;
}

ul.dropdown-menu.currencydrop {
  left: auto !important;
  right: 0 !important;
  transform: translate3d(0px, -13px, 0px) !important;
  top: 35px !important;
  border-radius: 0;
  padding: 5px;
  border: 1px solid #2e3192;
}

ul.dropdown-menu.currencydrop.show {
  top: 22px !important;
}

.currencydrop a {
  font-size: 12px;
}

li.nkg_crs {
  width: 80px;
}
.contents-more {
  display: none;
}

.logosec-middel .dropdown-menu li a.level_1_name {
  color: #43444a;
}

.logosec-middel .dropdown-menu li {
  padding: 5px 0;
  list-style: none;
}

.logosec-middel .dropdown-menu li a.level_1_name:hover {
  color: #2e3192;
}

.logosec-middel .dropdown-menu ul.level_2_manu li:hover a.dropdown-item {
  background-color: transparent;
  color: #2e3192;
}

.logosec-middel .dropdown-menu ul.level_2_manu {
  padding-left: 0 !important;
  line-height: 1.2;
}

.logosec-middel .dropdown-menu ul.level_2_manu .level_2_text {
  padding: 0px 8px 0px 15px;
  color: #43444a;
}

.logosec-middel .dropdown-menu ul.level_2_manu li:hover .level_2_text {
  color: #2e3192;
}
section.nkg_sub_cat {
  margin-bottom: 45px;
}
button.slider__arrow.pull-left.slick-arrow {
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 100;
  transform: translate(0, -50%);
}
button.pull-right.slider__arrow.slick-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 100;
  transform: translate(0, -50%);
}
button.slider__arrow {
  background-color: #2e3192;
  color: #fff;
  border: 0;
}
.nkg_cat p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.nkg_cat p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}
.nkg_cat:hover > a > p {
  color: #2e3192 !important;
}
.nkg_cat img.img-fluid {
  margin: 0 auto;
}
.nkg_slik .slick-list.draggable {
  width: 100%;
}

.aboutus-description {
  max-height: 100px;
  overflow: hidden;
}
.aboutus-description.expanded {
  max-height: 100%;
}
.read-more-toggle {
  margin-top: 20px;
}
@media (max-width: 1549px) {
  .aboutus-description {
    max-height: 150px;
  }
}
@media (max-width: 1023px) {
  .aboutus-description {
    max-height: 203px;
  }
}
@media (max-width: 767px) {
  .aboutus-description {
    max-height: 185px;
  }
  #partfinder h3.find-vehicle {
    font-size: 20px !important;
  }
}
@media (max-width: 576px) {
  .aboutus-description {
    max-height: 163px;
  }
}

.Estimated-dispatch-content p {
  font-size: 18px;
}
.product-variation-wrapper .col-12:nth-last-child(2) {
  margin-bottom: 24px;
}
.Estimated-dispatch-content-title span {
  font-size: 18px;
}
.cart-estimated-dispatch-content .cart-body-estimated p,
.table.cartTable .cart-body-estimated p {
  font-size: 18px;
}
.cart-estimated-dispatch-content .cart-body-estimated {
  display: none;
}
.cart-estimated-dispatch-content .cart-body-estimated:first-child {
  display: block;
}
.wrapper-pricing .product-details-content {
  row-gap: 10px;
}

.sticky-partfinder {
  position: fixed;
  top: 0;
  z-index: 125;
  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: 0.7s;
  -moz-animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
li.breadcrumb-item a span {
  color: #808080;
}
li.breadcrumb-item:last-child a span {
  color: #2e3192;
}
.breadcrumb {
  background-color: transparent;
}

/*
	Dev: gallant-20251121 
*/

.product-policy {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

.product-policy a {
  color: #2e3192 !important;
  font-weight: 400;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.product-policy a:hover {
  color: #373cc2;
}

/*
	Line 
*/

.line {
  background-color: #282f84;
  position: fixed;
  bottom: -100%;
  padding: 15px 0;
  left: 0;
  transition: bottom 0.5s ease-out;
  width: 100%;
  z-index: 99;
}

.line.activeClass {
  bottom: 0;
}

.line__wrap-inner {
  display: flex;
  gap: 15px;
  justify-content: start;
  align-items: start;
  flex-wrap: nowrap;
}

.line__img img {
  max-height: 100%;
  max-width: 65px;
  height: auto;
  width: auto;
}

.line__title {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.line__btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  margin-top: 15px;
}

.line__btn-wrap button,
.line__btn-wrap input {
  padding: 0 !important;
  height: 40px !important;
}

.line__qty {
  width: 100%;
}

.line__qty input {
  background-color: #3a408f;
  border: none;
  color: #fff;
  text-align: center;
}

.line__btn {
  width: 100%;
}

.line__btn .btn {
  background-color: #eeeeee;
  color: #000;
}

@media (min-width: 1024px) {
  .line {
    display: none;
  }
}

@media (max-width: 1024px) {
  #n_product #launcher {
    bottom: 250px !important;
  }
}

/*
	Custom Widget Open / Close 
*/

.custom-widget__trigger {
  background-color: #373cc2;
  border-color: #373cc2;
  cursor: pointer;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  height: 48px;
  width: fit-content;
}

.custom-widget__trigger:hover {
  background-color: #2e3192;
  border-color: #2e3192;
}
