/*PARTS*/
.parts-heading .btn{
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 17%;
}
.parts-heading img{
    width: 100%;
    max-width: 770px;
}
.search-parts-wrap{
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
}
.search-parts-input {
    margin-bottom: 15px;
}
.search-parts-input input {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    padding: 11px 0 12px 15px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    color: #444444;
    max-width: 370px;
    margin-right: 24px;
}
.btn-search-parts {
    max-width: 270px;
    width: 100%;
    background: #fff;
}
.search-parts-input input:focus {
    outline: none;
    box-shadow: none;
}
.search-parts-result{
    padding: 21px 18px 24px;
    background: #F4F4F4;
    margin-bottom: 28px;
}
.parts-article{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #B3B3B3;
    margin-bottom: 11px;
}
.parts-article span{
    color: #D52B1E;
}
.parts-form-title a {
    color: #D52B1E;
    font-weight: bold;
}
.search-parts-result .form-group {
    margin-bottom: 15px;
}
.parts-form-title a:hover{
    text-decoration: none;
}
.parts-name{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #796F6E;
    margin-bottom: 15px;
}
span.parts-in-stocks {
    margin-bottom: 10px;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #D52B1E;
}
.parts-price{
    margin-bottom: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #796F6E;
}
.order-parts{
    float: right;
    max-width: 220px;
    min-width: 220px;
    width: 100%;
}
.search-parts_info-desc span {

}
.search-parts_info-desc span b {
    color: #D52B1E;
}

@media (max-width: 767.98px) {
    .parts-heading .btn {
        bottom: 0;
    }
}