/* =====================================Home Page CSS================================================== */
/* =====================================Home Page CSS================================================== */
/* =====================================Home Page CSS================================================== */
/* =====================================Home Page CSS================================================== */
.topheader .list-social {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.login {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 11px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none !IMPORTANT;
}

#header-cart {
    z-index: 999;
}

.py {
    padding: 50px 0;
}

.my {
    padding: 50px 0;
}

.img-content {
    width: 50%;
    padding-right: 15px;
}

.content {
    width: 50%;
    padding-left: 15px;
}

.img-content img.img-fluid {
    width: 100%;
}

h1.section-title {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 500;
}

section.popular_accessories {
    background-color: #f5f5f5
    /*{popular-accessories-background-colour}*/
    ;
}

.popular_accessories p.description {
    padding: 0 40px;
    text-align: center;
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.nkg_accessories {
    flex-wrap: wrap;
    margin: 0 -15px;
}

.nkg_accessories .caption h4 {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 20px;
}

.nkg_homecategories .caption {
    text-align: center;
    width: 100%;
    float: left;
    padding: 10px 0;
}

.nkg_homecategories .caption h5.headline {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
}

.nkg_homecategories .thumbnail {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.nkg_homecategories .thumbnail:hover a.dah_allcover {
    height: calc(100% - 20px);
    width: calc(100% - 30px);
    position: absolute;
    background-color: rgba(230, 0, 36, .65)
    /*{category-box-caption-hover-background-colour}*/
    ;
    left: 0;
    right: 0;
    opacity: .5;
    overflow: hidden;
    margin: 0 auto;
}

.nkg_homecategories .thumbnail:hover .caption h5.headline a {
    color: #fff
    /*{category-box-heading-colour}*/
    ;
    z-index: 1000;
    position: relative;
}

.nkg_homecategories .caption h5.headline a,
.nkg_accessories .caption a {
    text-decoration: none;
}

.mvp_thumbnill .card.thumbnail.card-body {
    /* padding: 0; */
    border: 0;
    margin-bottom: 30px;
}

.homepage-content a.btn {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
    border-radius: 50px;
    text-transform: uppercase;
    height: 40px;
    text-align: center;
    font-weight:500 ;
        line-height: 27px;
}

.form-inline {
    justify-content: center;
}

.newsletter {
    margin-top: 50px;
}

.nkg_accessories .slick-dots li,
.nkg_products .slick-dots li {
    width: 35px;
}

.nkg_accessories .slick-dots li button:before,
.nkg_products .slick-dots li button:before {
    font-size: 0;
    width: 35px;
    height: 7px;
    background-color: var(--theme-colour-primary);
        border-radius: 50px;
}

.nkg_accessories .slick-dots,
.nkg_products .slick-dots {
    bottom: -40px;
}

.nkg_accessories .slick-prev:before,
.nkg_accessories .slick-next:before,
.nkg_products .slick-prev:before,
.nkg_products .slick-next:before {
    color: var(--theme-colour-primary);
}

#navbarMainMenu ul>li>ul {
    border-radius: 0;
    top: 56px;
    border: 1px solid var(--theme-colour-secondary);
}

#navbarMainMenu ul>li>ul>li>a {
    padding-left: 15px;
}

#navbarMainMenu ul>li>ul a:hover {
    color: #ffff;
    background-color: var(--theme-colour-secondary);
}

.header-search .nsearchinput-pl {
    margin-top: 51px !important;
    border-radius: 20px;
}

.header-search .nsearchinput-pl ul {
    border: 1px solid #d0d0d0 !important;
    border-radius: 20px;
}
.header-search .nsearchinput-pl.well li:first-child a:hover {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.header-search .nsearchinput-pl.well li:last-child a:hover {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.header-search  .nsearchinput-pl.well li a {
    display: flex;
    align-items: center;
}
.header-search .input-group input#name_search:focus {
    box-shadow: unset;
}
.footer_info>a {
    font-weight: 700;
    text-decoration: none;
}

.footer_info .nav>li div a,
.footer_info .nav>li div p {
    text-decoration: none;
}

.nkg_copy p.small {
    font-size: 13px;
    margin-bottom: 0;
}

.nkg_pay_icon ul {
    align-items: center;
    justify-content: end;
    margin-bottom: 0;
}

.nkg_copy {
    display: flex;
    align-items: center;
}

.nkg_pay_icon {
    padding-top: 17px;
    padding-bottom: 10px;
}

.nkg_pay_icon .payment-icon-container {
    padding: 5px;
    height: 40px;
}

.message_btn a:hover {
    background-color: #fff;
    border-color: transparent;
}

.footer_info .row,
.wrapper-logo .row {
    align-items: center;
}

#n_home .newsletter {
    margin-top: -5px;
}

.list-social i {
    color: #000;
}

.list-social i:hover {
    color: var(--theme-colour-primary);
}

.nkg_products article {
    margin-top: 8px;
}
/* .featured_products .nkg_products .slick-list .slick-track {
    display: inline-flex;
    justify-content: center;
} */
.header-search button.btn {
    padding: 0px 9px;
}

.header-search button.btn:hover {
    background-color: var(--theme-colour-primary);
    color: #fff;
}

.nkg_accessories .caption:hover h4 a {
    color: var(--theme-colour-primary);
}

.nkg_footer_ban {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
}

.nkg_footer_ban h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
}

.nkg_footer_ban p {
    color: #fff;
    font-size: 15px;
    margin: 30px 0;
    max-width: 300px;
}

.nkg_footer_ban span.btn.btn-outline-secondary:hover {
    background-color: #fff;
    color: var(--theme-colour-primary);
}

#navbarMainMenu ul li:nth-child(n + 11) {
    display: none;
}

.mygarage a {
    white-space: nowrap;
}

#navbarMainMenu a.nav-link {
    text-align: center;
}

#navbarMainMenu ul {
    align-items: center;
}

#navbarMainMenu ul>li>ul>li>ul {
    top: 0;
}

.wrapper-logo h3 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0;
}

i.fa.fa-map-marker-alt {
    font-size: 18px;
    color: var(--theme-colour-primary);
}

i.fa.fa-map-marker-alt:hover {
    font-size: 18px;
    color: var(--theme-colour-secondary);
}

.resultActive {
    display: flex;
}
.newsletter input.form-control {
    border-radius: 50px !important;
    border: 0;
}
.newsletter input.btn.btn-outline-secondary {
    border-radius: 50px;
    padding-left: 24px !important;
    padding-right: 24px !important;
    text-transform: uppercase;
    font-weight: 400;
    border: 0;
    height: 40px;
}
.nkg_mgr.text-center {
    padding: 15px;
    float: left;
    width: 100%;
}
input.btn.btn-outline-secondary:hover {
    background-color: #d8161d;
    color: #fff;
}
.nkg_mgr svg.tct-owaf__svg {
    width: 245px;
    height: 17px;
    fill: #EB0A1E;
}
.bargar_menu a i.fa {
    font-size: 21px;
}
.card.thumbnail.card-body {
    border: 1px solid #ddd !important;
}
.newsletter .form input.form-control {
    height: 40px;
}
.breadcrumb li:last-child a {
    color: #EB0A1E;
}
.breadcrumb>.active:hover, .breadcrumb a:hover {
    color: #EB0A1E;
}
#nkg_nav ul > li.nav-item.dropdown.dropdown-hover:hover {
    background-color: #333;
}
@media only screen and (min-width: 1200px) {
    .resultActive .mvp_jus {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 1549px) and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) and (min-width: 992px) {}

@media only screen and (max-width: 991px) and (min-width: 768px) {}

@media only screen and (max-width: 1600px) {
    .popular_accessories p.description {
        max-width: 100%;
    }
    
}

@media only screen and (max-width: 1600px) {
    #navbarMainMenu a.nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1600px) {

    .nkg_accessories .slick-next,
    .nkg_products .slick-next {
        right: -10px;
    }

    .nkg_accessories .slick-prev,
    .nkg_products .slick-prev {
        left: -10px;
    }
}

@media only screen and (max-width: 1199.98px) {
    #navbarMainMenu ul>li>ul {
        top: 56px;
    }

    .resultActive .heading h4 {
        justify-content: center;
    }

    .resultActive {
        display: flex;
        flex-direction: column;
    }

    .mvp_part-finder .resultActive .desc {
        border-right: 0px;
    }
}

@media only screen and (max-width: 991.98px) {
    .img-content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    #navbarMainMenu ul>li>ul {
        top: 55px;
    }

    .content {
        width: 100%;
        padding-left: 0;
    }

    #navbarMainMenu a.nav-link {
        font-size: 14px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .nkg_tab {
        align-items: center;
        flex-direction: column;
    }

    .header-search {
        margin-bottom: 16px;
    }

    .nkg_tab>div {
        padding-right: 0;
    }
    .header-search .nsearchinput-pl {
        margin-top: 44px !important;
    }
}

@media only screen and (min-width: 767.98px) {
    div#mobile_search {
        display: none !IMPORTANT;
    }
}

@media only screen and (max-width: 767.98px) {
    /* .footer_banner img {
        height: 250px;
        width: auto !important;
        max-width: unset;
    } */
    a.navbar-toggler.pr-0.mvp_user {
    display: none;
}
.wrapper-logo h3 {
    font-size: 17px;
}

    #navbarMainMenu ul li:nth-child(n + 12) {
        display: unset;
    }

    .nkg_footer_ban p {
        color: #fff;
        font-size: 15px;
        margin: 15px 0;
        max-width: 300px;
    }

    .popular_accessories p.description {
        padding: 0px 15px;
    }

    .py {
        padding: 35px 0;
    }

    .nkg_accessories .slick-next,
    .nkg_products .slick-next {
        right: 15px;
    }

    .nkg_accessories .slick-prev,
    .nkg_products .slick-prev {
        left: 15px;
        z-index: 1;
    }

    .nkg_pay_icon ul {
        justify-content: center;
    }

    .nkg_copy {
        justify-content: center;
                padding-top: 15px;
    }

    div#mobile_search {
        padding: 15px;
    }

    #mobile_search input#name_search-xs {
        border: 0;
        border-radius: 50px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .input-group button.btn-outline-secondary {
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50% !important;
    }

    #mobile_search .input-group {
        border: 1px solid #fff;
        border-radius: 50px;
    }

    li.nav-item.bargar_menu {
        display: none;
    }

    .nkg_mobile i.fa.fa-car {
        font-size: 22px;
    }

    .nkg_mobile {
        display: flex !important;
        align-items: center;
        justify-content: end;
    }

    .nkg_mobile a {
        color: var(--theme-colour-primary);
    }

    #navbarMainMenu>ul>li {
        border-bottom: 2px solid #eb0a1e;
        width: 100%;
    }

    #navbarMainMenu>ul>li>a {
        font-size: 15px !IMPORTANT;
        text-transform: uppercase;
        font-weight: 400;
    }

    div#navbarMainMenu {
        padding: 0 15px;
    }

    #navbarMainMenu>ul>li:last-child {
        border-bottom: 0;
    }

    #navbarMainMenu>ul>li>ul {
        background-color: transparent;
        border: 0;
        margin-bottom: 10px;
    }

    #navbarMainMenu ul>li>ul>li>a {
        color: #fff;
    }

    #navbarMainMenu>ul>li>ul>li>a:hover,
    #navbarMainMenu>ul>li>ul>li>a:focus,
    #navbarMainMenu>ul>li>ul>li>ul>li>a:hover {
        background-color: transparent;
        color: var(--theme-colour-secondary);
    }

    #navbarMainMenu>ul>li>ul>li>ul {
        background-color: transparent;
        border: 0;
        list-style: none;
        padding-left: 0;
    }

    #navbarMainMenu a.nav-link {
        text-align: left;
    }

    #navbarMainMenu a.nav-link[aria-expanded=true]::after {
        content: '\f107';
        font-family: "Font Awesome 5 Free";
        text-align: right;
        float: right;
        font-size: 22px;
        margin-top: -5px;
        font-weight: 900;
    }

    #navbarMainMenu a.nav-link[aria-expanded=false]::after {
        content: '\f105';
        font-family: "Font Awesome 5 Free";
        text-align: right;
        float: right;
        font-size: 22px;
        margin-top: -5px;
        font-weight: 900;
    }

    #navbarMainMenu ul>li>ul>li>a {
        padding-left: 7px;
    }

    .mobile_nkg_nev>li>ul a {
        padding: 4px 0;
    }


    #mobile_search .nsearchinput-pl.well {
        margin-top: 40px !important;
        border-radius: 20px;
    }
    #mobile_search .nsearchinput-pl.well ul {
        border: 1px solid #d0d0d0 !important;
        border-radius: 20px;
    }
    #mobile_search .nsearchinput-pl.well ul li:first-child a:hover {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    #mobile_search .nsearchinput-pl.well ul li:last-child a:hover {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    #mobile_search .nsearchinput-pl.well li a {
        padding: 10px 15px;
        display: flex;
        align-items: center;
    }
    .header-search .input-group input#name_search:focus {
        box-shadow: unset;
    }
}

@media only screen and (max-width: 576px) {
    .py {
        padding: 25px 0;
    }

    .nkg_homecategories .caption h5.headline {
        font-size: 18px;
    }

    .message_btn a {
        width: 100%;
        margin-bottom: 15px;
    }

    .message_btn {
        flex-direction: column;
    }
}



.featured_products .nkg_products .slick-list.draggable {
    width: 100%;
}

/* .featured_products .nkg_products article {
    width: 100% !important;
} */

.mobile_nkg_nev li a:hover {
    color: #fff !important;
    text-decoration: unset;
}


body#n_product div#mvp_note_con {
    background: #d9f2d0 !important;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.mvp_disable {
    pointer-events: none;
    color: #aaa;
    cursor: not-allowed;
}

.icon {
    margin-right: 5px;
}

.con_not .icon i {
    color: #2f8610;
    font-size: 20px;
}

body#n_product div#mvpnote span {
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #2f8610 !important;
}
.PDPCompatibleNote_wrap {
    display: flex;
    align-items: flex-start;
}
.cartTable .PDPCompatibleNote_wrap>div {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 10px;
}
.PDPCompatibleNote_wrap i {
    /* font-size: 22px; */
    margin-top: 5px;
}
@media only screen and (min-width: 768px) {
.visible-xs{
    display: none;
}
}
@media only screen and (max-width: 767px) {
.hidden-xs{
    display: none;
}

.footer_banner .carousel-indicators {
    display: block;
    display: flex;
}
.footer_banner .carousel-indicators li {
    background-color: #555;
}
.footer_banner a.carousel-control-prev, .footer_banner a.carousel-control-next{
    display: none;
}
}


.footer_banner a.carousel-control-prev , .footer_banner a.carousel-control-next {
    opacity: .9;
}
.footer_banner:hover span.carousel-control-prev-icon , .footer_banner:hover span.carousel-control-next-icon{
    display: block;
}

.footer_banner span.carousel-control-prev-icon , .footer_banner span.carousel-control-next-icon {
    display: none;
    width: 30px;
    height: 30px;
    /* background: 50%/100% 100% no-repeat; */
    background-color: #555;
    /* padding: 10px; */
    font-size: 10px;
    border: 5px solid #555;
    border-radius: 50%;
}