.garage-parts-form {
    margin-top: 32px!important;
    padding-top: 24px;
    border-top: 1px solid #e5e5e5;
}

.garage-parts-form .message {
    margin-top: 12px;
}

.save-to-manage-parts {
    margin-top: 32px!important;
}

.garage-assign > button {
    width: 100%!important;
    margin-top: 12px;
}

.garage-parts-assigned-block {
    margin-top: 32px!important;
    padding-top: 24px;
    border-top: 1px solid #e5e5e5;
}

.garage-parts-assigned-block .block-title {
    margin-bottom: 16px;
}

.garage-parts-assigned .product-image-photo {
    max-width: 72px;
    height: auto;
    display: block;
}

.btn-part-assign-to-my-vehicle {
    display: inline-flex;
    margin-top: 12px;
    width: 100%;
    background: none;
    border: 2px solid #0C121C;
    border-radius: 0;
    color: #0C121C;
    font-family: "JLREmeric", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 3px;
    text-transform: uppercase;
    height: 45px;
    padding: 13px 25px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    transition: color .4s, background-color .4s, box-shadow .4s, border-color .4s, -webkit-box-shadow .4s;
    text-decoration: none;
}

@media (min-width: 768px) {
    .btn-part-assign-to-my-vehicle {
        height: 60px;
    }
}

.btn-part-assign-to-my-vehicle:hover,
.btn-part-assign-to-my-vehicle:active,
.btn-part-assign-to-my-vehicle:focus {
    background-color: #0C121C;
    border-color: #0C121C;
    color: #fff;
    text-decoration: none;
}

.modal-popup.garage-assign-modal .modal-inner-wrap {
    width: 50%;
    max-width: 640px;
}

@media (max-width: 768px) {
    .modal-popup.garage-assign-modal .modal-inner-wrap {
        width: 90%;
    }
}

.garage-assign-modal .col.select {
    width: 10px;
}

.garage-assign-modal .col.select input[type="checkbox"] {
    margin: 0;
}

.garage-parts-assigned-form .actions
{
    margin-top: 32px!important;
}
