body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #000000;
    font-size: 16px;
    line-height: normal;
    width: 100%;

}
*:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus,
a:focus,
btn.focus,
button:focus,
img:focus,
input:focus {
    outline-offset: 0;
    outline: 0;
}
li,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
h2.heading {
    margin: 0 0 40px;
    font-size: 42px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    color: #ef7200;
        
}
h2.heading span{
    color:#000000;
 }
h2.center-heading {
    text-align: center;
}

h2.heading::before {
    content: '';
    width: 200px;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    background-color: #000;
    bottom: 0;
}
h2.center-heading::before {
    margin: auto;
    right: 0;
}
h2.heading::after {
    content: '';
    width: 16px;
    height: 16px;
    bottom: -8px;
    left: 0;
    transform: rotate(45deg);
    background-image: linear-gradient(45deg,#F5741B,#C2601D);
    position: absolute;
    animation: move 5s linear infinite;
}

h2.center-heading::after {
    margin: auto;
    animation: center 5s linear infinite;
    right: 0;
}
@keyframes move {
    0% {
        left: 0;
    }
    50% {
        left: 185px;
    }
    100% {
        left: 0;
    }

}
@keyframes center {
    0% {
        left: -185px;
    }
    50% {
        left: 185px;
    }
    100% {
        left: -185px;
    }

}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #ef7200;
    text-decoration: none;

}
a:focus,
a:hover {
    color: #ef7200;
    text-decoration: none;
    outline: 0;
    outline-offset: 0;
}

#top {
    background-color: #F1F2F6;
    position: relative;
}
#top p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
#top .top-left p a {
    color: #F5741B;
    font-weight: 700;
}
#top .top-left a .fa-edit,
#top .top-left a .fa-user {
    display: none;
}
.top-left a .fa {
    width: 34px;
    height: 34px;
    margin-right: 5px;
    margin-top: 2px;
}

#top .top-content {
    display: flex;
    align-items: center;
}
/* search */

#search {
    margin: 10px 0;
    position: relative;
    float: right;
    width: 100%;
}
#search .input-lg {
    background: transparent;
    border: 0;
    border-radius: 0!important;
    border-bottom: 1px solid #797979;
    height: 40px;
    font-size: 14px;
    box-shadow: none;
}
#search .button {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    padding: 0 10px 0 0;
    bottom: 0;
    margin: auto;
    color: #9B9A9A;
}

/* logo  */
header .img-responsive {
    width: 75%;
    display: block;
    margin: auto;
    height: 100%;
}
header .row {
    padding: 40px 0;
}

/* call */
span.call {
    font-size: 18px;
    color: #F5741B;
    font-weight: 500;
    width: calc(100% - 50px);
    line-height: 20px;
    display: inline-block;
}
span.call span {
    font-size: 20px;
    display: block;
    color: #000000;
    font-weight: 900;
    margin-top: 5px;
}

.call img,
.cart img {
    width: 50px;
    margin-right: 15px;
}
a.call-us {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*  cart */
div.cart {
    font-size: 18px;
    color: #F5741B;
    font-weight: 500;
    width: calc(100% - 180px);
    line-height: 20px;
    display: inline-block;
    text-align: left;
}
#cart img {
    width: 50px;
    margin-right: 15px;
}
#cart-total {
    font-size: 20px;
    display: block;
    color: #000000;
    font-weight: 900;
    margin-top: 5px;

}

#cart > button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* top-header */

/* top-header */
#top-header {
    background-color: #F5741B;
    padding: 0;
    position: relative;
}

#top-header .btn-link strong {
    font-size: 14px;
    line-height: 14px;

}

/*top-left*/

#top-header .top-left ul {
    margin: 0;
    padding: 0;
}

#top-header .top-left ul li {
    min-width: 110px;
    text-align: center;
    padding: 12px 24px;
    display: inline-block;
}

#top-header .top-left ul li a {
    color: #ffffff;
    line-height: 30px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.6px;
}

#top-header .top-left ul li:hover {
    color: #000;
    background-color: #FFFFFF;
}

#top-header .top-left ul li:hover a {
    color: #F5741B;
}

/* subscribe */
.subscribe {
    background-image: linear-gradient(0deg ,#000 50% ,#fff 50%);
}
.subscribe h2.heading::after,
.subscribe h2.heading::before {
    display: none;
}
.subscribe h2.heading {
    margin: 0;
    padding: 0;color:#000;
}
.subscribe .row {
    background-color: #F1F2F6;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.btn-default {
    background: #F5741B;
    color: #fff;
    padding: 15px 35px;
    border-radius: 0;
    border: 0;
    
    font-size: 14px;
}
.btn-primary{
    background: #F5741B;
    color: #fff;
    padding: 15px 35px;
    border-radius: 0;
    border: 0;
} 

.btn-default.disabled,
.btn-default[disabled] ,.btn-primary.disabled,
.btn-primary[disabled]{

    background: #F5741B!important;
    color: #fff;
}
.input-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.input-lg {

    height: 48px;
    border-radius: 0;
    border-color: #797979;
    font-size: 14px;
}
.subscribe .input-lg {
    width: calc(100% - 250px);
}

/* footer  */

footer {
    background: #000000;
    color: #ffffff;
    padding-top: 50px;
}
footer a {
    color: #ffffff;
    font-size: 14px;
}
.copyright p {
    text-align: center;
    margin: 35px 0;
}
footer h3 {
    font-size: 24px;
    color: #ffffff;
    margin: 0 0 30px;
    font-weight: 700;
}
.contact-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.contact-info img {
    width: 40px;
}
span.contact {
    font-size: 18px;
    color: #F5741B;
    font-weight: 500;
    width: calc(100% - 60px);
    line-height: 20px;
    display: inline-block;
}
span.contact span {
    font-size: 14px;
    display: block;
    font-weight: 400;
    color: #ffffff;
    margin-top: 6px;
}
.list-unstyled li {
    width: 50%;
    margin-bottom: 20px;
    font-size: 14px;
    padding-right: 10px;
}
.list-unstyled {
    display: flex;
    flex-wrap: wrap;
}
footer #logo img {
    width: 75%;
}
footer #social_links {
    display: flex;
    padding: 0;
}
footer #social_links li {
    margin-right: 8px;
}
footer #social_links a {
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #474747;
}
footer #logo p {
    width: 80%;
    font-size: 14px;
    margin: 30px 0;
}
/* homepage_banner */
.homepage_banner {
    width: 100%;
    position: relative;
    background-image: url("../image/new-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10rem 0 8rem;
    background-position:center;
}
.homepage_banner h1 {
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 2px;
    display: inline-block;
}

.homepage_banner .banner-content {
    position: relative;
    padding: 20px;
}
.breadcrumb h1 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 30px;
}
.homepage_banner h1 {
    text-transform: uppercase;
}
.homepage_banner .vin-filter h3 {
        margin: 20px 0;
    }
h1 span {
    display: block;
    -webkit-text-fill-color: #f5741b;
    /*-webkit-text-stroke-width: 1px;*/
    /*-webkit-text-stroke-color: #fff;*/
}
.homepage_banner .form-control {
    background-color: #000000;
    padding: 14px;
    height: 45px;
    border: 0;
    border-radius: 0;
    color: #fff;
    margin-bottom: 20px;
}
.homepage_banner button {
    background: #F5741B;
    color: #fff;
    padding: 12px 40px;
    border-radius: 0;
    border: 0;
    opacity: 1!important;
    width: 100%;
}
.homepage_banner .vin-filter h3 {
    color: #fff;
    font-size: 22px;
    margin:20px 0 36px;
}

/* about-us */

.about-us {
    padding: 6rem 0;
    background-image: url("../image/about-bg.png");
    background-size: cover;
    background-position: center;
    background-color: #F1F2F6;
}
.about-us img {
    width: 100%;
}
.about-us .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about-us p {
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.4;
}
#menu{
    display: none;
}
/* featured */
.featured{
    padding: 6rem 0;
    background-color: #F1F2F6;
}

.only-hover {
    visibility: hidden;
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 2px;
    padding: 65px 0px 42px 0px;
    text-align: center;
    opacity: 0;
}
 .price {
    font-size: 16px;
    font-weight: 600;
    color: #ef7200;
    margin-top: 2rem;
    transition: .5s all;
}

 .product-layout {
    padding: 30px;
    background: #fff;
    border: 1px solid #D9D9D9;
    text-align: center;
    position: relative;
}
 .product-layout:hover {
    border: 1px solid#F5741B;
    box-shadow: inset 0px 0px 1px 1px #f5741b;
}
 .product-layout:hover .only-hover {
    visibility: visible;
    opacity: 1;
}
.product-layout:hover .only-hover .button-group {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

 .product-layout:hover .price{
    visibility: hidden;
    opacity: 0;
}
 .only-hover .button-group {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    width: 100%;
    top: 10px;
    left: 0;
}

 .only-hover button {
    display: inline-block;
    padding: 5px 1px 5px 0px;
    vertical-align: top;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    background: #fff;
    border: 1px solid #F5741B;
    color: #F5741B;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    font-size: 16px;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
}
 .only-hover button:hover {
background: #F5741B;
    color: #fff;
}
 .name h4{
    font-weight: 500;
    margin: 17px 0px 0px;
    font-size: 14px;
    min-height: 92px;
    max-height: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
}
td.compatibility-body-column {
    font-weight: 400;
}
 .owl-prev,  .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #ccc;
}
 .owl-nav {
    position: absolute;
    bottom: -20px;
    display: flex;
    left: 0;
    width: 120px;
    justify-content: space-between;
    right: 0;
    margin: auto;
}
 .owl-prev.btn-active, #product_carousel .owl-next.btn-active {
    background: #f5741b;
    border-color: #f5741b;
    color: #ffffff;
}
.featured.vehicle{
    padding: 6rem 0;
    background-image: url("../image/brand-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
.featured.vehicle .item.text-center {
display: flex;
padding: 40px;
border: 1px solid #D9D9D9;
height: 150px;
background-color: #ffffff;
justify-content: center;
}
.featured.vehicle .owl-carousel .owl-item img{
width: auto;
}
.featured.vehicle .owl-prev, .featured.vehicle .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #ccc;
}
.featured.vehicle .owl-nav {
    position: absolute;
    bottom: -20px;
    display: flex;
    left: 0;
    width: 120px;
    justify-content: space-between;
    right: 0;
    margin: auto;
}
.featured.vehicle .owl-prev.btn-active, .featured.vehicle .owl-next.btn-active {
    background: #f5741b;
    border-color: #f5741b;
    color: #ffffff;
}
/* breadcrumb */
.banner-breadcrumb {
    padding: 6rem 0;
    background-color: #000000;
    background-image: url("../image/breadcrumbs.png");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
ul.breadcrumb h1{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 30px;
    width: 100%;
    padding: 0 40px;
    text-align: center;
}
ul.breadcrumb li a{
    color: #fff;


}
.breadcrumb>li {
    text-align: center;
}
.breadcrumb {
    background-color: transparent;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.thumbnails .image-additional {
    float: left;
    margin-right: 10px;
}
.image-additional a {
    padding: 5px;
    display: block;
    border: 1px solid #D9D9D9;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border: 1px solid #ef7200;
}
a.thumbnail{
    margin-bottom: 10px;
    border-radius: 0;
}
.product-detail{
    padding: 6rem 0;
}
.fa-stack{
    width: 1em;
    height: 1em;
    line-height: 0.8em;
}
.product-shop h1{
    font-size: 32px;
    margin-bottom: 2rem;
}
#part-sku,#part-avail{
    font-weight: 400;
    margin-bottom: 1rem;
}
div#price {
    color: #F5741B;
    font-size: 40px;
    font-weight: 600;
    margin: 10px 0 20px;
}
.product-shop .quality-form{
    width: 70%;
    border: 1px solid #ccc;
}
.product-shop .form-group{
    display: flex;
    padding: 30px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 0;
}

#input-quantity{
    padding: 14px 25px;
    height: auto;
    border-radius: 0;
    background: #F1F2F6;
    border: 0;
    box-shadow:none;
    text-align: center;
}
.product-shop .button-group button{
background-color: transparent;
    border: none;
    text-align: center;
    width: 100%;
    padding: 15px 20px;
    border-top: 1px solid #ccc;
    color:#000000;
}
.product-info{
    font-weight: 600;
}
.product-warranty, .product-shipping{
    margin: 10px 0;
}
.product-warranty .fa-thumbs-o-up ,.product-shipping .fa-thumbs-o-up{
    color: #ef7200;
    font-size: 20px;
    margin-right: 10px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ffffff;
    background-color: #ef7200;
    border:none;
    border-bottom: 2px solid #ef7200;
}
.nav-tabs>li>a{
    margin-right: 0;
    border-radius: 0;
    border:none;
    border-bottom: 2px solid #ef7200;
    padding: 12px 30px;
}

#column-left .form-control {
    background-color: #000000;
    padding: 14px;
    height: 45px;
    border: 0;
    border-radius: 0;
    color: #fff;
}
#column-left .buttons-set{
    display: flex;
    justify-content: center;
    padding: 10px;
    border: 1px solid #cccccc;
}
#column-left .list-group a{
    padding-left: 40px;
}
#column-left .list-group a:last-child{
    border-radius: 0;
}
#column-left .list-group a:hover{
    background-color: #F5741B;
    color: #ffffff;
    border-color: #f5741b;
}
#column-left .list-group a:hover::before{
    background-image: url("../image/arrow-white.png");

}
#column-left .list-group a::before{
content: '';
width: 20px;
height: 20px;
position: absolute;
left: 10px;
top: 10px;
background-image: url("../image/arrow-orange.png");
}
#column-left .well{
    background-color: #ffffff;
    border-radius: 0;
}
.tab-content {
    border: 1px solid #ccc;
    padding: 1.5rem;
}
.table-striped{
    border: 1px solid #ccc;

}
.table-striped td{
border: 1px solid #ccc;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
    background-color: #F5741B;
    border-color: #f5741b;
}
.list-group-item.active::before,.list-group-item.active:focus::before ,.list-group-item.active:hover::before{
    background-image: url("../image/arrow-white.png")!important;

}
.table{
    margin: 0;
}
.note{
    margin-top: 20px;
}
table thead{
    background:#efefef;
}
.buttons-set button{
    margin: 0 5px;
}
 .form-control{
    padding: 14px;
    height: auto;
    border-radius: 0;
}
label{
    margin-bottom: 15px!important;
}

.form-control:focus {
    border-color: #ef7200;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(245 116 27 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(245 116 27 / 60%);
}
#tab-review .form-control::placeholder{
    font-weight: 400;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #f5741b;
    border-color: #f5741b;
}
.fa-stack-2x {
    font-size: 1em;
}
.open>.dropdown-menu.pull-right {
    display: block;
    padding: 20px;
}

.category .container{
    width: 100%;
    }
    .category{
    background-color: #F1F2F6;
    }
    .category .product{
    padding: 4rem 4rem 16rem;
    background: #000;
    color: #ffffff!important;
    background-image: url("../image/power-steering.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 250px;
    }
    .category .product:nth-child(2){
    background-image: url("../image/brake-caliper.png");
    background-color: #F5741B;
    }
    .category .product:nth-child(2) h3 span{
    color:#000000;
    }
    .category .product:nth-child(3) h3,.category .product:nth-child(3) a{
    color:#000000;
    }
    .category .product:nth-child(3){
    background-image: url("../image/control-arm.png");
    background-color: #ffffff;
    }
    .category h3{
    font-size: 40px;
      font-weight: 700;
      margin: 0 0 30px;
    }
    .category h3 span{
    font-weight: 300;
    display:block;
    color: #f5741b;
    }
    .category a{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    }
    .category a i{
    font-weight: 100;
      margin-left: 10px;
    }
    
   
    .account-login .well , .account-register .well{
        background-color: transparent;
        border: none;
        box-shadow: none;
    }
    
    .account-login .container.product-detail .row, .account-register .container.product-detail .row {
        position: relative;
        margin: 0;
    }

    .account-register .register-content{
        margin-bottom: 15px;
    font-weight: 400;
    }
    .account-register .register-content span{
        color: #F5741B;
        font-weight: 600;
    }
    .account-login .product-detail .col-sm-12,.account-login .product-detail .col-sm-6,
        .account-register .product-detail .col-sm-12,.account-register .product-detail .col-sm-6{
        padding: 0;
    }
    .forgot-pwd{
        position: absolute;
    right: 0;
    color: #ef7200;
    font-weight: 400;
    }
    .buttons-set{
        position: relative;
    }
   .account-newsletter .control-label{
    text-align: left!important;
   }
   .btn-subscribe{
    display: flex;
    justify-content: flex-end;
   }
   .checkout-cart .quantity .form-control{
    width: 50%;
   }
   .checkout-cart .quantity{
    display: flex;
   }
.checkout-cart .quantity .btn-primary{
    padding: 15px;
}
.checkout-cart .quantity .btn-danger{
    padding: 15px;
    border: none;
    border-radius: 0;
    background-color: #000000;

}
.checkout-cart .panel-default>.panel-heading {
    color: #ffffff;
    background-color: #000000;
    border-color: #ddd;
    padding: 15px;
}
.checkout-cart .control-label{
    text-align: left!important;
   }
.total-sec .checkout-types{
    margin-top: 20px;
}
.checkout-cart .totals h2 {
    color: #ffffff;
    background-color: #000000;
    border-color: #ddd;
    padding: 15px;
    font-size: 16px;
    margin: 0;
}
.btn-check{
    display: flex;
    justify-content: flex-end;
}
.btn-check .btn-default{
margin-top: 15px;
}
.btn-check .btn-default{
    width: auto;
}
.checkout-checkout .panel-default>.panel-heading{
    background-color: transparent;
}
#payment-new .form-group, #shipping-new .form-group,.account-return-add .form-group ,.information-contact .form-group  ,.account-guestorder .form-group{
    margin-left: 0;
    margin-right: 0;
}
legend{
    padding: 0 0 10px;
}
.checkout-checkout .quantity .btn-primary{
    padding: 10px;
}
.checkout-checkout .quantity .btn-primary .fa,.checkout-checkout .quantity .btn-danger .fa{
font-size: 14px;
}
.checkout-checkout .quantity .btn-danger{
    padding: 10px;
    border: none;
    border-radius: 0;
    background-color: #000000;

}
.account-return-add form{
    padding: 15px;
    border:1px solid #ccc;
}
.imformation_class ul, .imformation_class li {
    list-style: disc;
    list-style-position: inside;
}
 .imformation_class li {
   margin-bottom: 10px;
 }
 .imformation_class a span{
color: #ef7200!important;
text-decoration-line:none!important;
font-weight: 400!important;
 }
 .information-contact .panel-default{
border: none;
 }
 .information-contact .panel-default span.contact span {
    color: #000000;
    font-weight: 500;
}
.faq-list{
    position: relative;
    }
    
    .faq-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    }
    
    .faq-icon {
    width: 70px;
    height: 70px;
    }
    .faq-item ul li {
    list-style: disc;
    margin-bottom: 10px;
    }
    .faq-item h3{
    font-size:20px;
    }
    .faq-info {
    width: calc(100% - 80px);
    }
    
    .faq-icon img {
    width: 100%;
    }