.btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
}

.bg-color{
    background-color: white!important;
}

.part-text {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 50px 0 30px;
    line-height: 22px;
}

.section_title {
    color: #333;
    font-family: 'ProximaNova', serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.parts_search {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}

.parts__head__custom {
    justify-content: flex-start !important;
}

.section_padd {
    padding-bottom: 50px !important;
}

.parts_search .form-control {
    height: 50px;
}

.parts_head-section {
    display: none;
}

.parts_wrap {
    display: grid;
    grid-template-columns: 66% 34%;
    column-gap: 20px;
    row-gap: 20px;
    align-items: center;
}

.button_order-parts-cust {
    height: 50px;
    background: #2ca3e1;
    color: white;
}
.sides-margin{
    margin: 0 10px 0 10px;
}

#searchSpare .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}

.parts_wrap_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(231, 231, 231, 0.32);
    padding: 10px 25px;
    border-radius: 3px;
}

.parts__head-box {
    display: flex;
    flex-direction: column;
}

.parts__head-name {
    color: #D1D1D1;
    font-family: 'ProximaNova', serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
}

.parts_name, .parts_price {
    color: #333;
    font-family: 'ProximaNova', serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.quantity-add-btn {
    background-color: transparent;
    border: none;
}

.parts__head__custom .parts-title {
    display: none;
}

.parts_info-section-old {
    display: none !important;
}

.parts_info-section-new {
    display: block !important;
}

.parts__not__found {
    padding: 0 !important;
}

.parts__not__found-cust {
    padding-bottom: 30px !important;
}
.custom__left{
    justify-content: start!important;
}

.custom__marg{
    margin: 20px 0;
}

.custom__btn{
    margin-bottom: 25px;
}

.btn-dealer-color {
    height: 50px;
}


@media (max-width: 768px) {
    .parts_search {
        grid-template-columns: 1fr;
    }


    .part-text {
        margin: 30px 0 30px;
    }

    .parts_wrap {
        grid-template-columns: 1fr;
    }
}
