/* desktop */

body {
    color: #212529;
    line-height: 1.5;
    font-weight: 500;
}

a {
    text-decoration: none !important;
    transition: all 0.50s;
}

.all_functional_page {
    padding-top: 50px;
    padding-bottom: 50px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* menu */

.navbar_ecommerceDropdown {
    padding: 0;
    background-color: #212529;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    padding: 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 5vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: center;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu {
    gap: 1vw;
    flex-wrap: nowrap;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1vw;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

.hp_search {
    font-size: 1vw;
}

.hp_search form {
    display: flex;
    align-items: center;
    gap: 5px;
}

.hp_search form input {
    border: 0;
    padding: 5px 15px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}

.hp_search form button {
    background-color: transparent;
    padding: 0;
    border: 0;
    color: #ffffff;
    transition: all 0.50s;
    display: flex;
}

.hp_search form button:hover {
    color: #c80002;
}

/* banner */

.slider_banner_bullet {
    margin-bottom: 0 !important;
}

.slider_banner_bullet .slick-dots {
    max-width: 1240px;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%);
    text-align: left;
    padding: 15px 0;
}

.slider_banner_bullet .slick-dots li {
    margin: 0 15px;
}

.slider_banner_bullet .slick-dots li button::after {
    left: 175%;
    width: 15px;
}

.slider_banner_bullet .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_table {
    gap: 15px;
}

.hp_banner_content {
    gap: 25px;
}

.hp_banner_content div.d-flex.align-items-center.justify-content-between {
    gap: 100px;
}

.hp_banner_button {
    flex: none;
}

.hp_banner_button a button {
    transition: all 0.50s;
    background-color: #c80002;
    color: #ffffff;
    padding: 5px 25px;
    border: 0;
    position: relative;
    z-index: 1;
}

.hp_banner_button a:hover button {
    color: #091884;
    -webkit-text-fill-color: #091884;
    -webkit-text-stroke: 1px #091884;
}

.hp_banner_button a button:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: all 0.50s;
    z-index: -1;
    opacity: 0;
}

.hp_banner_button a:hover button:before {
    opacity: 1;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
}

.hp_banner_image img {
    transform: scale(0.85);
}

/* category */

.index_wrapper_3 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_category_content {
    gap: 25px;
}

.hp_category_content img {
    max-width: calc(100% - 50%);
}

.hp_line {
    background-color: #c80002;
    width: 2.5px;
    height: 75px;
}

.hp_category_slide {
    margin: auto -15px;
}

.hp_category_slide .slick-arrow {
    z-index: 1;
    width: auto;
    height: auto;
}

.hp_category_slide .slick-arrow:before {
    text-shadow: none;
    font-size: 16px;
    line-height: normal;
    opacity: 1;
    border: 1px solid #ffffff;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.hp_category_slide .slick-arrow:hover:before {
    border-color: #c80002;
    color: #c80002;
}

.hp_category_slide .slick-prev {
    left: 25px;
}

.hp_category_slide .slick-next {
    right: 25px;
}

.hp_category_slide .slick-list {
    overflow: visible !important;
}

.hp_category_slide_item {
    padding: 15px;
}

.hp_category_slide_item_box {
    cursor: pointer;
}

.hp_category_slide_item_box_content {
    top: 15px;
    right: 25px;
    gap: 50px;
    transition: all 0.50s;
}

.hp_category_slide_item_box:hover .hp_category_slide_item_box_content {
    top: 30px;
}

.hp_category_slide_item_box_content h3 {
    font-size: 25px;
    line-height: normal;
    font-style: italic;
    transition: all 0.50s;
}

.hp_category_slide_item_box:hover .hp_category_slide_item_box_content h3 {
    color: #c80002;
}

.hp_category_slide_item_box_content img {
    max-width: 75%;
    margin-left: auto;
}

.hp_scale {
    transform: scale(1.25) translateX(-15px);
}

/* product */

.index_wrapper_4 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content {
    gap: 25px;
}

.hp_product_content img {
    max-width: calc(100% - 50%);
}

.productSlider-1 .product_img .slick-arrow {
    width: auto;
    height: auto;
}

.productSlider-1 .product_img .slick-arrow::before {
    padding: 15px;
    text-shadow: none;
    font-size: 16px;
    line-height: normal;
    opacity: 1;
    color: #212529;
    transition: all 0.50s;
}

.productSlider-1 .product_img .slick-arrow:hover:before {
    color: #c80002;
}

.productSlider-1 .product_img .slick-prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.productSlider-1 .product_img .slick-next {
    right: 0;
    transform: translate(50%, -50%);
}

.productSlider-1 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(33, 37, 41, 0.15);
    min-height: auto;
    padding: 15px;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: none;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
    object-fit: contain !important;
}

.productSlider-1 .product_img .product_box .content {
    text-align: center !important;
}

.productSlider-1 .product_img .product_box .content a h6 {
    font-weight: normal !important;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: normal;
    transition: all 0.50s;
    color: #212529;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #c80002;
}

.productSlider-1 .product_img .product_box .content .align-top {
    font-weight: normal !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
}

.productSlider-1 .product_img .product_box .content .align-top a {
    color: #c80002;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover {
    color: #091884;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

/* about */

.index_wrapper_5 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative;
}

.index_wrapper_5:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/28291/image/about_us_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
}

.index_wrapper_5:after {
    content: 'MOTORCYCLE PERFORMANCE AND RACING SPARE PARTS BRAND';
    font-size: 20px;
    letter-spacing: 5px;
    color: #ffffff;
    opacity: 0.75;
    position: absolute;
    bottom: 15px;
    left: 100px;
    width: 100%;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about {
    gap: 100px;
    z-index: 0;
    padding: 100px 75px 50px 0;
}

.hp_about:before {
    content: '';
    background-color: #091884;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(15% 10%, 100% 0, 100% 100%, 0 100%);
}

.hp_about_logo {
    margin-bottom: 75px;
}

.hp_about_logo img {
    transform: scale(1.5);
}

.hp_about_content {
    gap: 25px;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
    font-style: italic;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #c80002;
    color: #ffffff;
    padding: 5px 25px;
    border: 0;
    position: relative;
    z-index: 1;
}

.hp_button a:hover button {
    color: #091884;
    -webkit-text-fill-color: #091884;
    -webkit-text-stroke: 1px #091884;
}

.hp_button a button:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: all 0.50s;
    z-index: -1;
    opacity: 0;
}

.hp_button a:hover button:before {
    opacity: 1;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
}

/* why */

.index_wrapper_6 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content {
    gap: 25px;
}

.hp_why_content .hp_title {
    font-size: 30px;
}

.hp_why_content .hp_title:before {
    content: '';
    background-color: #c80002;
    position: absolute;
    top: 0;
    left: -25px;
    width: 2.5px;
    height: 80px;
}

.hp_why {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.hp_why div.d-flex.flex-column {
    gap: 25px;
}

.hp_why_box_content {
    top: 15px;
    left: 15px;
}

.hp_why_box_content h3 {
    font-size: 25px;
    line-height: normal;
}

/* partner */

.index_wrapper_7 {
    padding-bottom: 50px;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_partner_content {
    gap: 25px;
}

.hp_partner_content img {
    max-width: calc(100% - 85%);
}

.hp_partner_content .hp_line {
    background-color: #212529;
}

.hp_partner_item {
    padding: 15px;
}

/* image */

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_image_content {
    top: 50%;
    right: 50%;
    transform: translate(90%, -50%);
    width: calc(100% - 65%);
    gap: 50px;
}

.hp_image_content .hp_line {
    width: 75px;
    height: 2.5px;
}

.hp_image_content h3 {
    font-size: 25px;
    line-height: normal;
}

/* footer */

.footer_type10 {
    background-color: #212529;
    padding-top: 50px !important;
    font-weight: normal;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
    padding: 15px !important;
}

.footer_type10 .sub_title {
    border-color: #ffffff;
}

.footer_type10 .sub_title p {
    font-weight: bold !important;
}

.footer_type10 .logo {
    padding-top: 0;
    height: 50px;
}

.footer_type10 .title {
    min-height: auto;
}

.footer_type10 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
}

.footer_type10 .d-inline-flex {
    align-items: center;
}

.footer_type10 .icon {
    padding: 0;
}

.footer_type10 .social_media {
    padding: 0 !important;
    align-items: center;
    gap: 15px;
}

.footer_type10 .social_media a {
    display: flex;
    margin-right: 0;
}

.footer_type10 .social_media a .icon_s {
    padding: 0;
    width: auto;
    height: auto;
}

.footer_type10 .social_media a .icon_s i {
    transition: all 0.50s;
}

.footer_type10 .social_media a:hover .icon_s i {
    color: #c80002;
}

/*
.footer_type10 .social_media a .icon_s img {
    height: 25px;
    transition: all 0.50s;
}
*/

.footer_type10 .list-unstyled {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer_type10 .list-unstyled li a:hover {
    color: #c80002;
}

.footer_type10 .list-unstyled li a p {
    margin-bottom: 0 !important;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .d-inline-flex {
    margin-top: 15px;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .text_contact p {
    margin-left: -5px;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .text_contact p a i {
    display: none;
}

.footer_type10 .footer_map_class {
    display: flex;
    height: 300px;
}

.footer_type10 .text-light {
    color: #ffffff !important;
}

.footer_type10 .text-light .line_top {
    border-color: #ffffff;
}

.footer_type10 .text-light .line_top .col-12.d-flex p {
    margin-bottom: 0 !important;
}

.footer_type10 .text-light .line_top .col-12.d-flex p small {
    font-weight: normal;
}

.footer_type10 .text-light .line_top .text-left {
    margin-bottom: 0 !important;
}

.footer_type10 .privacy_policy, .footer_type10 .footer_terms, .footer_type10 .footer_returns {
    padding: 0 !important;
}

.footer_type10 .col-12.col-md-12 .mb-1 {
    margin-bottom: 0 !important;
}

.footer_type10 .col-12 .mb-1 {
    margin-bottom: 0 !important;
}

/* float */

.toggle_btn {
    right: 15px;
}

.toggle_btn .whatsapp {
    left: auto;
}

.toggle_btn .whatsapp_float_title {
    left: -125px;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #232323;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
}

.wspages {
    padding: 50px 0;
    min-height: auto !important;
    font-size: 1rem;
}

.ws_gallery-2 .img_frame img {
    object-fit: contain;
}

#main_contactus {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1rem;
}

#main_contactus #contactus_1_1 .ws_contact {
    display: flex;
    flex-direction: column-reverse;
}

#main_contactus #contactus_1_1 .col-12.col-md-4.ws_contact {
    margin-bottom: 15px !important;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 {
    display: flex;
    margin-bottom: 0;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 iframe {
    height: 500px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 15px;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

.container, .container-md, .container-sm {
    max-width: calc(100% - 50px);
}

/* menu */

.navbar_ecommerceDropdown, .nav_bottom, .mega_menu {
    display: block;
}

.nav_bottom .menu {
    flex-wrap: nowrap;
}

.navbar_mobile {
    display: none;
}

#top_spacing {
    height: auto !important;
}

/* banner */

.slider_banner_bullet .slick-dots {
    bottom: 15px;
}

.hp_banner_image img {
    transform: scale(0.75);
}

/* catgeory */

.hp_category_slide_item_box_content {
    gap: 25px;
}

.hp_category_slide_item_box_content h3 {
    font-size: 16px;
}

/* about */

.index_wrapper_5:after {
    bottom: 0;
    left: 50px;
}

.hp_about_logo img {
    transform: scale(2.5);
}

/* why */

.hp_why_content .hp_title {
    font-size: 20px;
}

.hp_why_content .hp_title strong br {
    display: none;
}

.hp_why_box_content {
    width: 60% !important;
}

.hp_why_box_content h3 {
    font-size: 16px;
}

/* footer */

.footer_type10 .text-light .line_top {
    padding: 0;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #091884;
    border-bottom: 0;
    height: auto;
}

.navbar_mobile .row_1 {
    flex-direction: row-reverse;
    margin-bottom: 0;
    padding-top: 0 !important;
}

.navbar_mobile .row_1 .col.pl-4 {
    padding: 15px !important;
    justify-content: flex-end;
}

.navbar_mobile .btn-outline-light {
    border-radius: 0 !important;
    border: 0;
    font-size: 16px !important;
    padding: 0;
    line-height: normal;
    display: flex;
}

.navbar_mobile .btn-outline-light:hover {
    color: #ffffff;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px;
}

/*
.navbar_mobile .logo_img {
    max-height: 35px;
}
*/

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #212529;
}

.side_menu input {
    border-radius: 0;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #212529;
}

.side_menu input::placeholder {
    color: #212529 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #c80002 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #091884 !important;
}

.side_menu .list-group .list-group-item {
    border-color: rgba(255, 255, 255, 0.25);
}

.side_menu .list-group .list-group-item a {
    color: #ffffff;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover {
    color: #c80002;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #c80002;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #c80002;
}

/* banner */

.slider_banner_bullet .slick-dots {
    max-width: 100%;
    bottom: 0;
    text-align: center;
}

.slider_banner_bullet .item img {
    height: 550px !important;
    object-fit: cover;
}

.hp_table {
    justify-content: flex-start !important;
    flex-direction: column;
}

.hp_banner_content {
    width: 100% !important;
}

.hp_banner_content div.d-flex.align-items-center.justify-content-between {
    gap: 15px;
}

.hp_banner_image {
    width: 75% !important;
}

/* category */

.hp_category_content {
    flex-direction: column;
}

.hp_category_content img {
    max-width: calc(100% - 0%);
}

.hp_line {
    width: 75px;
    height: 2.5px;
}

.hp_category_content p {
    text-align: center;
}

/* product */

.hp_product_content {
    flex-direction: column;
}

.hp_product_content img {
    max-width: calc(100% - 0%);
}

.productSlider-1 {
    margin: auto 20px;
}

/* about */

.index_wrapper_5:after {
    font-size: 15px;
    bottom: -15px;
    left: 15px;
}

.hp_about {
    padding-right: 15px;
    padding-left: 15px;
    flex-direction: column;
    gap: 15px;
}

.hp_about:before {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}

.hp_about_logo {
    margin-bottom: 0;
}

.hp_about_logo img {
    transform: scale(1);
}

/* why */

.hp_why_content .hp_title:before {
    top: -25px;
    left: 0;
    width: 80px;
    height: 2.5px;
}

.hp_why {
    grid-template-columns: auto;
}

.hp_why_box_content h3 {
    font-size: 20px;
}

/* partner */

.hp_partner_content {
    flex-direction: column;
}

.hp_partner_content img {
    max-width: calc(100% - 50%);
}

/* image */

.hp_image_main img {
    height: 400px !important;
    object-fit: cover;
    object-position: 5%;
}

.hp_image_content {
    position: static !important;
    transform: none;
    width: 100%;
    padding: 15px;
}

/* footer */

.footer_type10 {
    padding-bottom: 50px !important;
}

}

/* */