/*fontrs*/
@font-face {
    font-family: roboto;
    src: url(../fonts/roboto.ttf);
}

@font-face {
    font-family: menu;
    src: url(../fonts/gothic.ttf);
}



@font-face {
    font-family: myraid;
    src: url(../fonts/myraid.otf);
}


@font-face {
    font-family: myraidpro;
    src: url(../fonts/Myriad2.ttf);
}



@font-face {
    font-family: sans;
    src: url(../fonts/sans.ttf);
}


/*end fonts*/
body {
    background: url(../images/bg.png);
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #b13322 !important;
    border-color: #b13322 !important;
}

.header_top {
    width: 100%;
    height: 30px;
    background: linear-gradient(#000, #232323, #000);
}

.top_dropdown {
    display: inline;
    margin: 0;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    border-left: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
}

.form_search {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    -webkit-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.btn_search:hover .form_search {
    display: block !important;
    width: 500px;
    -webkit-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.btn_search_remove {
    position: absolute;
    right: 62px;
    top: 18px;
    z-index: 1111;
    color: #969393;
    font-size: 11px;
}


.header_top .open {
    background: #75757547;
}

.top_dropdown a {
    color: #fff;
    text-decoration: none;
}

.top_dropdown a:hover {
    color: #fff;
    text-decoration: none;
}


.header {
    height: 130px;
    background: url('../images/carbon.png') left top repeat;
    width: 100%;
}

.logo {}

.logo img {
    margin: 0px 0 0 0;
    width: 124%;
}


.header_bg_img {
    background: url("../images/motor.png") center no-repeat;
    height: 130px;
    background-size: 62%;
}

.items_header {
    margin-top: 10px;
}

.items_header a:hover {
    color: #fff;
    text-decoration: none;
}

.phone_a {
    color: #fff;
    font-size: 22px;
    font-family: roboto;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 2px 2px 3px #000000cf;
}

.ih_text {
    margin-left: 3px;
}

.email_a {
    color: #fff;
    font-size: 21px;
    font-family: roboto;
    text-decoration: none;
}

.navbar-jdm {
    border-radius: 0 !important;
    background-color: #000;
    margin-bottom: 0 !important;

}


.navbar-inverse .navbar-nav>li>a {
    color: #ffffff !important;
    font-size: 20px !important;
    font-family: menu !important;
    text-transform: uppercase;
    transition: all 0.5s;
}


.navbar-inverse .navbar-brand {
    color: #ffffff !important;
    font-size: 20px !important;
    font-family: menu !important;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 16.5px !important;
    border-right: 1px solid #2f2f2f;
}


.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 15px 15px;
    text-align: center;
    width: 100%;
}

.mega-sub-dropdown-menu {
    text-align: center;
    padding: 0 !important;
}

.mega-sub-dropdown-menu ul li {
    float: left;

}

.mega-sub-dropdown-menu ul li a {
    padding: 11px 21px;
    float: left;
    color: #fff;
    font-family: menu;
    transition: all 0.3s;
    font-size: 20px;
    text-decoration: none;
}

.mega-sub-dropdown-menu ul li a:hover {
    background: #3B3B3B !important;
    text-decoration: none;
    transition: all 0.3s;

}

.mega-sub-dropdown-menu ul a {
    float: left;
}

.part_b {
    float: left;
    width: 100%;
}



.part_bb {
    background-color: #b1b0b0;
    color: #fff;
    font-size: 12px;
    padding: 2px 0;
    font-family: myraidpro;
    text-align: center;
    clear: both;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    line-height: 20px;
}

.part_bb:before {
    content: url(//www.gt-rr.com/skin/frontend/default/gtrr/images/grid-list-product_shadow-left.png);
    position: absolute;
    left: 4px;
    bottom: -16px;
    height: 16px;
}

.part_bb:after {
    content: url(//www.gt-rr.com/skin/frontend/default/gtrr/images/grid-list-product_shadow-right.png);
    position: absolute;
    right: 4px;
    bottom: -16px;
    height: 16px;
}

.mega-sub-dropdown-menu ul li {
    padding: 11px 21px;
    float: left;
    color: #fff;
    font-family: menu;
    transition: all 0.3s;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
}

.mega-sub-dropdown-menu ul li:hover {
    background: #3B3B3B !important;
    text-decoration: none;
    transition: all 0.3s;

}

.breadcrumb li a {
    color: #BE0404;
}

.navbar_bg {
    background-color: #000;
    margin-bottom: 20px;
}

.navbar {
    border: 0px solid transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #BE0404 !important;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #BE0404 !important;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #000;
}

.menu_cars_title {
    font-family: menu;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
    text-decoration: none;
    color: #FFFFFF;
}

.mega-dropdown-menu ul li a {
    text-decoration: none;
}

.mega-dropdown-menu ul li {
    transition: all 0.3s;
    padding: 15px;
}

.mega-dropdown-menu ul li:hover {
    text-decoration: none;
    transition: all 0.3s;
    padding: 0;
    border: 15px inset rgba(130, 130, 130, 0.4);
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #BE0404 !important;
    transition: all 0.3s;
}

.swiper-wrapper {
    height: auto !important;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

}

.swiper-container .swiper-slide {
    height: auto;
}

.slidee {
    /*height: 396px !important;*/
}

.slider_text {
    position: absolute;
    z-index: 2;
    top: 153px;
    left: 66px;
    text-align: left;
}

.text_bg {
    background-color: rgba(51, 51, 51, 0.7);
    padding: 18px;
    color: #fff;
    text-align: left;
    font-family: sans;
    font-size: 18px;
}

.text_bg h2 {
    margin: 0;
    font-size: 48px;
    font-family: sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);

}

.text_bg h3 {
    margin: 0;
    font-size: 38px;
    font-family: sans;

}

.btn-slide {
    background-color: #BE0404;
    border-radius: 0;
    font-size: 18px;
    padding: 9px 38px;
    margin-top: 20px;
    font-family: sans;
}


.menu_block_in {
    background: url('../images/carbon.png');
    margin-bottom: 20px;
    text-align: center;
}

.items_in {
    /*background: url('../images/carbon.png');*/
    background-color: #272727;
    padding: 5px;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}


.item_img {
    text-align: center;
    float: left;
    width: 100%;
    overflow: hidden;
    min-height: 232px;
    position: relative;
}

.item_img img {
    width: 100%;
    max-height: 232px;
    float: left;
}

.item_title_block {
    float: left;
    padding: 10px 0px 5px 12px;
    width: 100%;
    min-height: 57px;
}

.menu_block_in img {
    max-width: 100%;
}

.item_title_block span {
    color: #BDBDBD;
    font-size: 13px;
}

.sold_type {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/icons/sold.png");
    width: 144px;
    height: 35px;
}

.aviable_type {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/icons/aviable.png");
    width: 245px;
    height: 42px;
}

.title_span {
    width: 100%;

    float: left;
    color: #fff !important;
    font-size: 15px !important;
    font-family: myraidpro;
}

.menu_block_in_title {
    color: #fff;
    font-family: myraidpro;
    font-size: 18px;
    text-transform: uppercase;
}

.block_items {
    background: linear-gradient(180deg, #E0E0E0 0%, rgb(253, 253, 253) 100%);
    -o-background: linear-gradient(180deg, #E0E0E0 0%, rgb(253, 253, 253) 100%);
    -moz-background: linear-gradient(180deg, #E0E0E0 0%, rgb(253, 253, 253) 100%);
    -webkit-background: linear-gradient(180deg, #E0E0E0 0%, rgb(253, 253, 253) 100%);
    box-shadow: 0px 0px 33px 1px #00000024;
    -webkit-box-shadow: 0px 0px 33px 1px #00000024;
    -moz-box-shadow: 0px 0px 33px 1px #00000024;
    -o-box-shadow: 0px 0px 33px 1px #00000024;
    padding: 10px 0px;
    height: auto;
    margin: 30px 0;
    float: left;
    width: 100%;
}

.block_title {
    font-family: myraid;
    line-height: normal;
    font-size: 30px;
    background: url(../images/icons/panel.png) no-repeat right;
    width: 34%;
    color: #000000;
}

.details_title_w {
    width: 33% !important;
}

.details_title_w_order {
    width: 50% !important;
}

.details_p {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    font-family: myraidpro;
}

.hr_details {
    border-bottom: 3px solid #828282;
    width: 100%;
    float: left;

}


.car_block {}

.car_block_img {
    margin-bottom: 3px;
}

.car_block_img img {
    min-height: 181px;
    max-height: 181px;
}


.car_block_title {
    font-family: sans;
    font-style: normal;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    font-size: 15px;
    height: 40px;
    overflow: hidden;
    color: #333333;
}

.car_block_more {
    color: #fff;
    background-color: #BE0404;
    line-height: 14px;
    font-size: 14px;
    text-align: center;
    padding: 5px 0 4px 20px;
    margin: 0 0px 0 0px;
}


.car_block_more:after {
    content: '';

    position: absolute;
    left: 0;
    top: 0;

    border-top: 36px solid #fbfbfb;
    border-right: 30px solid #BE0404;
}



.w30 {
    width: 23%;
}

.part-block {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.part_title {
    border-bottom: 3px solid #828282;
    height: 3px;
}

.part_item {
    padding: 5px;
    /*background: url("../images/carbon.png");*/
    background-color: #272727;
    color: #fff;
    float: left;
    width: 100%;
}


.part_item_img {
    background-color: #fff;
}

.part_item_img img {
    width: 100%;
    max-height: 148px;
    text-align: center;
}

.part_item_title {
    font-family: sans;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    margin-top: 10px;
    height: 38px;
    overflow: hidden;
    text-align: left;
}


.part_item_more {
    margin-top: 10px;

    font-family: sans;
    line-height: normal;
    font-style: italic;
    font-size: 18px;
    background-color: #BE0404;
    padding: 5px 0;

    color: #FFFFFF;
}

.part_item_more:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-top: 33px solid #272727;
    border-right: 30px solid transparent;
}

.blog_title {
    font-family: myraid;
    line-height: normal;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    text-align: left;
    color: #4F4F4F;
    margin: 10px 0;
}

.blog_item p {
    font-family: myraidpro;
    line-height: normal;
    font-size: 14px;
    text-align: justify;
    margin-top: 10px;
    color: #4F4F4F;
}

.blog_hr {
    border: 1px solid #4F4F4F;
    height: 1;
    width: 100%;
}

.blog_img img {
    width: 100%;
    height: 100%;
}

.blog_img {
    background-color: #ffffff;
    height: 219px;
    overflow: hidden;
}

.blog_a a {
    font-family: myraidpro;
    line-height: normal;
    font-size: 18px;
    text-align: justify;
    text-decoration-line: underline;
    color: #BE0404;
}


.comments_block {
    /*background: #E0E0E0;*/

}

.com_title {
    color: #4F4F4F;
    font-size: 22px;
    font-family: myraidpro;
    text-align: center;
    padding: 3px 12px;
    border-bottom: 3px solid #828282;
}

.mrow {}


.comment_slide {
    padding: 74px 24px;
    background-color: #E0E0E0;
}

.coms_item {}

.coms_img {
    text-align: center;
}

.coms_img img {
    border-radius: 50%;
}

.com_text {
    text-align: center;
    font-family: myraidpro;
    font-size: 14px;
    text-decoration-line: underline;
    color: #EB5757;
    margin-top: 19px;
}

.com_adres {
    font-family: myraidpro;
    line-height: normal;
    font-size: 14px;
    margin-top: 22px;
    text-align: center;
    color: #4F4F4F;
}

.coms_item p {
    font-family: myraidpro;
    line-height: normal;
    font-size: 14px;
    text-align: justify;
    margin-top: 31px;
    color: #4F4F4F;
}

.com_left {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 100;
}

.com_right {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 100;
}

.japan {
    height: 207px;
}

.footer {
    background: url('../images/carbon.png');
    color: #fff;
    padding: 18px 0 0 0;
}

.footer ul {
    margin: 0;
    padding: 0;
    display: inline;
}

.footer li {
    display: inline;
    float: left;
    width: 100%;
}

.footer li a {
    color: #fff;
    font-family: myraidpro;
    line-height: 25px;
    font-size: 14px;
}


.f_footer {
    margin-top: 20px;
    border-top: 2px solid #828282;
    float: left;
}

.icons_social {
    line-height: 86px;
    text-align: center;
}

.icons_social a {
    margin-left: 5px;
}




.border-footer-right {
    border-right: 2px solid #828282;
    padding: 25px 0;

}

.finput_text {
    font-size: 16px;
    font-family: myraidpro;
    color: #fff;
    width: 13%;
    float: left;
}

.input_ff {
    float: left;
    width: 40%;
}

.input_f {
    color: #828282;
    font-family: myraidpro;
    font-size: 16px;
    background: #333333;
    height: 26px;
    width: 240px;
    float: left;
    padding: 5px;
    border: 1px solid #9a9a9a;
    box-sizing: border-box;
}

.btn_f {
    float: left;
    width: 32px;
    height: 26px;
    background: #BE0404;
    color: #fff;
    border: 1px solid #BE0404;
}

.footer_p {
    padding: 0 0 0 10px;
    float: left;
    width: 47%;
}

.footer_b {
    background-color: #000;
    height: 60px;
    line-height: 60px;
    font-family: myraidpro;
    color: #828282;
}


.item_in_more {
    color: #fff;
    background-color: #BE0404;
    line-height: 14px;
    font-size: 14px;
    text-align: center;
    padding: 5px 0 5px 15px;
}


.item_in_more:after {
    content: '';

    position: absolute;
    left: 0;
    top: 0;

    border-top: 38px solid #272727;
    border-right: 30px solid #BE0404;
}

.cat_full_img img {
    max-width: 100%;
}

.cat_full_img {
    margin-bottom: 10px;
    text-align: center;
}

.details {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 40px;
}

.slick-slide {
    height: auto !important;
}


.slider_in_slick {
    margin-bottom: 40px;
}


.slider-img {}

.slider-nav {
    margin-top: 10px;
    max-height: 100%;
}

.slider-single img {
    width: 100%;
}

.slider-nav img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: #040404 !important;
    z-index: 101;
}

.details_title {
    font-family: myraidpro;
    line-height: normal;
    font-size: 26px;
    text-align: center;
    color: #BE0404;
    font-weight: 600;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}


.details_more {
    margin-top: 20px;
}

.d_more {
    margin-left: 10px;
    font-family: myraidpro;
    line-height: normal;
    font-size: 20px;
    float: left;
    color: #020202;
    border-bottom: 1px solid #ddd;
    width: 90%;
}

.d_img {
    width: 5%;
    float: left;
}

.d_img img {
    width: 24px;
}

.d_table {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.d_price img {
    width: 35px;
    float: left;
}

.d_price {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.d_price_more {
    float: left;
    font-family: myraidpro;
    line-height: normal;
    font-size: 20px;
    margin: 7px 0 0 13px;
    color: #000000;
}

.ddetails {
    padding: 0 0 0 30px;
}

.btn-order {
    background: #BE0404;
    border: 1px solid #BE0404;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 20px;
    font-family: myraidpro;
}

.order_details {
    background: #fff;
    padding: 40px;
    margin-bottom: 40px;
}

.carbon_order {
    background: url('../images/carbon.png');
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    padding: 10px 26px 20px 26px;
    color: #fff;
    width: 100%;
    float: left;
    text-align: center
}

.carbon_order h2 {
    font-family: myraidpro;
    line-height: normal;
    font-size: 28px;
    text-align: center;
}

.carbon_order p {
    font-family: myraidpro;
    line-height: normal;
    font-size: 18px;
    text-align: center;
}

.padding_order_left {
    padding: 40px 0px 40px 80px;
}


.carbon_order img {
    max-width: 255px;
}

.breadcrumb {
    background-color: transparent;
}


.breadcrumb li a {
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    font-family: myraidpro;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #333;
    font-size: 16px;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #BE0404;
    font-size: 16px;
}

.feedback {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 40px;
}

.feedback h1 {
    font-family: myraidpro;
    line-height: normal;
    font-size: 22px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    margin: 0 0 25px 0;
    padding: 0;
}

.feedback h3 {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 26px;
    font-family: myraidpro;
}

.f_block {
    width: 100%;
    margin-top: 10px;
    float: left;
}

.f_img {
    float: left;
}

.f_img img {
    width: 24px;
}

.f_text {
    font-family: myraidpro;
    line-height: normal;
    font-size: 16px;
    float: left;
    margin-left: 15px;
}

.feedback p {
    font-family: myraidpro;
    line-height: normal;
    font-size: 16px;
}

.page {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 40px;
}

.h2 {
    font-family: myraidpro;
    line-height: normal;
    font-size: 36px;
    margin: 0;
    text-align: center;
    color: #000000;
}

.how_p {
    font-family: myraidpro;
    line-height: normal;
    font-size: 24px;
    margin-top: 12px;
    float: left;
    width: 100%;
    text-align: center;
    color: #000000;
}

.number {
    border-radius: 50%;
    border: 4px solid #fff;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    float: left;
    font-size: 30px;
    font-family: myraidpro;
}

.number_title {
    font-family: myraidpro;
    font-size: 30px;
    float: left;
    text-align: center;
    width: 80%;
    height: 44px;
    color: #FFFFFF;
    line-height: 47px;
}

.number_p {
    text-align: center;
    font-family: myraidpro;
    font-size: 18px !important;
    color: #fff;
    margin-top: 30px;
    float: left;
    z-index: 22;
    position: relative;
    width: 100%;
}

.padding-how {
    padding: 20px 50px;
    float: left;
}


.how_carbon {
    position: relative;
    padding: 10px 26px 65px 26px;
    min-height: 251px;
}

/*.how_carbon:after{*/
/*content: '';*/
/*position: absolute;*/
/*right: 11px;*/
/*bottom: 0px;*/
/*background: url(../images/search-other.png);*/
/*background-size: 65%;*/
/*background-position: right;*/
/*background-repeat: no-repeat;*/
/*width: 186px;*/
/*height: 89px;*/
/*z-index: 1;*/
/*}*/

.hc1:after {
    content: '';
    position: absolute;
    right: 11px;
    bottom: 0px;
    background: url(../images/buy/02.png);
    background-size: 36%;
    background-position: right;
    background-repeat: no-repeat;
    width: 186px;
    height: 89px;
    z-index: 1;
}

.hc2:after {
    content: '';
    position: absolute;
    right: 11px;
    bottom: 0px;
    background: url(../images/buy/03.png);
    background-size: 36%;
    background-position: right;
    background-repeat: no-repeat;
    width: 186px;
    height: 89px;
    z-index: 1;
}

.hc3:after {
    content: '';
    position: absolute;
    right: 11px;
    bottom: 0px;
    background: url(../images/buy/04.png);
    background-size: 36%;
    background-position: right;
    background-repeat: no-repeat;
    width: 186px;
    height: 89px;
    z-index: 1;
}

.hc4:after {
    content: '';
    position: absolute;
    right: 11px;
    bottom: 0px;
    background: url(../images/buy/05.png);
    background-size: 36%;
    background-position: right;
    background-repeat: no-repeat;
    width: 186px;
    height: 89px;
    z-index: 1;
}


.hc5:after {
    content: '';
    position: absolute;
    right: 11px;
    bottom: 0px;
    background: url(../images/buy/06.png);
    background-size: 36%;
    background-position: right;
    background-repeat: no-repeat;
    width: 186px;
    height: 89px;
    z-index: 1;
}

.hc6:after {
    content: '';
    position: absolute;
    right: 11px;
    bottom: 0px;
    background: url(../images/buy/07.png);
    background-size: 36%;
    background-position: right;
    background-repeat: no-repeat;
    width: 186px;
    height: 89px;
    z-index: 1;
}

.how_p_default {
    font-family: myraidpro;
    line-height: normal;
    font-size: 20px;
    text-align: center;

    color: #000000;
}

.h3 {
    margin: 0;
    font-family: myraidpro;
}


.c_fff {
    color: #fff;
}

.max-width {
    max-width: 100%;
}


.carbon_how {
    padding: 10px 26px 10px 26px !important;
}

.block_item {
    margin-bottom: 20px;
    float: left;
}

.block_title_in {
    font-family: myraidpro;
    line-height: normal;
    font-size: 24px;
    text-align: left;
    margin-bottom: 5px;
    color: #000000;
}


.block_title_in a {
    color: #000;
}

.blog_r_title a {
    color: #000;
}

.block_icons {
    font-family: myraidpro;
    line-height: normal;
    font-size: 13px;
    color: #828282;
    margin-bottom: 5px;
}

.i_margin_left {
    margin-left: 10px;
}

.block_img {
    margin-bottom: 10px;
}

.block_text {
    font-family: myraid;
    line-height: normal;
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
}

.block_text img {
    max-width: 100%;
    height: auto;
}

.btn-blog {
    background: #FFFFFF;
    border: 1px solid #4F4F4F !important;
    border-radius: 3px;
    padding: 10px 50px !important;

    font-family: menu;
    font-size: 18px;
    text-align: center;
    color: #4F4F4F !important;
}

.blog_in_menu {
    border: 2px solid #4F4F4F;
}

.blog_in_title {
    font-family: menu;
    background: #4F4F4F;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
}

.blog_releated_item {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.blog_r_title {
    font-family: myraid;
    line-height: normal;
    font-size: 14px;
    margin: 3px 0;
    color: #000000;
}

.blog_r_icons {
    font-family: myraidpro;
    line-height: normal;
    font-size: 12px;
    margin-bottom: 3px;
    color: #828282;
}

.blog_r_text {
    font-family: myraidpro;
    line-height: normal;
    font-size: 12px;
    color: #000000;
    margin-bottom: 5px;
}

.blog_in_menu_content {
    padding: 5px;
}

.blog_r_a {
    margin-bottom: 5px;
    font-family: myraidpro;
    line-height: normal;
    font-size: 13px;
    font-weight: 600;

    color: #000000;
}

.part_shop_title {
    font-family: myraidpro;
    line-height: normal;
    font-size: 26px;
    color: #000000;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.car_name_parts {
    font-family: myraidpro;
    line-height: normal;
    font-size: 20px;

    color: #000000;
}

.car_name_parts_short_text {
    font-family: myraidpro;
    line-height: normal;
    font-size: 20px;

    color: #000000;
}

.item_part_in {
    text-align: center;
    padding: 0 5px;
    margin-bottom: 20px;
    float: left;
}


.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;

    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 11111;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #BE0404;
}




/* components */
.margin-10 {
    margin: 10px 0 !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}


.margin-bottom-10 {
    margin-bottom: 10px !important;
}



.margin-20 {
    margin: 20px 0 !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}


.margin-top-23 {
    margin-top: 23px !important;
}


.margin-bottom-20 {
    margin-bottom: 20px !important;
}


.fleft {
    float: left !important;
}

.w100 {
    width: 100% !important;
}

.fright {
    float: right !important;
}

.padding0 {
    padding: 0;
}

.padding-right-28 {
    padding-right: 28px !important;
}

.screens_details {
    float: left;
}

.ddetails {
    float: right;
}

.youtube_iframe {}

.youtube_max {
    display: block;
}

.youtube_min {
    display: none;
}

/*mobile*/

/* Contact Row Flexbox Fix */
.contact-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.contact-icon {
    margin-right: 5px;
    flex-shrink: 0;
}

.contact-icon img {
    display: block;
    /* Removed floats */
}

.contact-text {
    text-align: right;
    white-space: nowrap;
    /* Prevent text wrapping */
}

@media(max-width: 767px) {

    .navbar-inverse .navbar-nav>li>a {
        padding: 15px 20px !important;
    }

    .btn-order {
        margin-bottom: 20px;
    }

    .car_block_title {
        font-family: arial !important;
    }

    .youtube_max {
        display: none !important;
    }

    .youtube_min {
        display: block !important;
    }

    .youtube_iframe {
        height: auto !important;
        margin-bottom: 20px;
    }

    .d_more {
        width: 89% !important;
    }

    .breadcrumb {
        margin-bottom: 0;
    }

    .breadcrumb>li+li:before {
        font-size: 10px;
    }

    .screen-small {
        width: 31% !important;
        height: auto !important;
        margin: 0 4px 5px 0px !important;
    }

    .details_more {
        float: left;
    }

    .d_more {
        font-size: 16px;
    }

    .ddetails {
        float: left;
    }

    .screens_details {
        float: left;
    }

    .myclass1 img {
        height: auto !important;
    }

    .breadcrumb li a {
        font-size: 10px;
    }

    .breadcrumb>.active {
        font-size: 11px;
    }

    .block_text {
        font-size: 14px;
    }

    .feedback h1 {
        font-size: 20px;
    }

    .details_p {
        font-size: 16px;
    }

    .details_title {
        font-size: 21px;
    }

    .d_more {
        margin-left: 13px;
        font-size: 18px;
    }

    .japan {
        height: auto;
        width: 100%;
    }

    .car_block_img img {
        min-height: auto;
    }

    .car_block_more:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        border-top: 0px solid #fbfbfb;
        border-right: 0px solid #BE0404;
    }

    .item_img {
        min-height: auto;
    }

    .h2 {
        font-size: 24px;
    }

    .block_title_in {
        font-size: 18px;
    }

    .btn-blog {
        padding: 5px 30px !important;
    }


    .carbon_how {
        padding: 10px 5px 10px 5px !important;
    }

    .how_p {
        font-size: 15px;
    }

    .padding-how {
        padding: 10px 0px;
    }

    .number_title {
        font-size: 22px;
        line-height: 40px;
    }

    .number {
        width: 34px;
        height: 34px;
        line-height: 31px;
        font-size: 19px;
    }

    .blog_img {
        background-color: #ffffff;
        height: 139px;
        overflow: hidden;
    }

    .padding_order_left {
        padding: 0px;
    }

    .carbon_order h2 {
        font-size: 18px;
    }

    .carbon_order p {
        font-size: 14px;
    }


    .carbon_order img {
        max-width: 160px;
    }

    .btn-order-left {
        font-size: 15px !important;
    }

    .ddetails {
        padding: 0;
    }

    .header {
        height: auto !important;
        padding: 15px 0 !important;
    }

    .logo {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
        float: none !important;
    }

    .logo img {
        width: auto !important;
        max-width: 90% !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .header_bg_img,
    .contact-row {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-inverse .navbar-nav>li>a {
        padding: 15px 7px !important;
        font-size: 11px !important;
    }

    .navbar-inverse .navbar-brand {
        font-size: 15px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .btn_search {
        padding: 15px 12px !important;
    }
}

@media (min-width: 992px) {
    .setting_youtube_1 {
        padding-right: 5px !important;
    }

    .setting_youtube_2 {
        padding-left: 5px !important;
    }
}



@media (min-width: 769px) and (max-width: 1024px) {
    .japan {
        height: 174px;
    }

    .padding-how {
        padding: 10px 30px;
    }

    .blog_img {
        background-color: #ffffff;
        height: 159px;
        overflow: hidden;
    }

    .carbon_order img {
        max-width: 200px;
    }

    .btn-order-left {
        font-size: 17px !important;
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #ffffff !important;
        font-size: 12px !important;
        /* Slightly smaller nav */
        font-family: menu !important;
        transition: all 0.5s;
    }

    .btn_search {
        padding: 15px 10px !important;
    }

    /* Fix header contact on tablet landscape */
    .phone_a {
        color: #fff;
        font-size: 14px;
        /* Reduced from 19px */
        font-family: roboto;
        font-weight: 600;
        text-decoration: none;
        text-shadow: 2px 2px 3px #000000cf;
    }

    .block_title {
        width: 30%;
    }

    .details_title_w {
        width: 33% !important;
    }

    .details_title_w_order {
        width: 60% !important;
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 15px 8px !important;
    }

    .ih_text {
        margin: 0;
    }

    .email_a {
        color: #fff;
        font-size: 13px;
        /* Reduced from 18px */
        font-family: roboto;
        text-decoration: none;
    }

    .mega-sub-dropdown-menu {
        left: 130px;
    }

    .contact-item img {
        width: 20px;
        /* Resize icons if needed */
    }
}

/* New query for small desktop where it was also breaking */
@media(min-width: 1025px) and (max-width: 1200px) {
    .header .email_a {
        font-size: 14px;
    }

    .header .phone_a {
        font-size: 16px;
    }

    .mega-sub-dropdown-menu {
        left: 0px;
    }
}

@media(min-width: 1201px) and (max-width: 2560px) {
    .mega-sub-dropdown-menu {
        left: 0px;
    }
}







.myblock img {
    max-width: 100%;
}

.myclass1 {
    float: left;
}

.myclass1 img {
    width: 100%;
    height: 100%;
    float: right;

    cursor: pointer;


}


.screen-small {
    float: left;
    width: 23.5%;
    height: 92px;
    margin: 0 8px 5px 0px;
    overflow: hidden;
}



.index_image_cover {
    width: 100%;
    height: 181px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.item_image_cover {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 232px;
}

.item_part_shop {
    background-size: cover;
    width: 100%;
    height: 148px;
    background-position: center;
    background-repeat: no-repeat;
}

/* Comprehensive Navbar Fix for All Major Devices */
@media (min-width: 768px) {
    .navbar-jdm .container>.row {
        display: flex !important;
        align-items: stretch;
        flex-wrap: nowrap;
        width: 100%;
    }

    .navbar-header {
        float: none !important;
        display: flex !important;
        align-items: center;
        flex-shrink: 0;
    }

    .navbar-brand {
        float: none !important;
        display: flex !important;
        align-items: center;
        height: 50px;
    }

    .navbar-collapse {
        float: none !important;
        display: flex !important;
        flex-grow: 1;
        width: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: visible !important;
    }

    .navbar-collapse.collapse {
        display: flex !important;
    }

    .navbar-nav {
        float: none !important;
        display: flex !important;
        align-items: center;
        margin: 0 !important;
        flex-grow: 1;
    }

    .navbar-nav>li {
        float: none !important;
        display: block;
    }

    .navbar-right {
        float: none !important;
        margin-right: 0 !important;
        display: flex !important;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .navbar-nav {
        margin: 0 !important;
    }
}