.SlideImg {
    height: 80px; width: 80px;
}
.SlideImg img {
    height: 100%; width: 100%; object-fit:cover; border-radius:10px;
}
.CustomerImg {
    height: 35px; width: 35px;
}
    .CustomerImg img {
        height: 100%; width: 100%; object-fit: cover;border-radius: 50px;
    }
.partImg {
    height: 100px;
    width: 100px;
}
    .partImg img {
        height: 100%;
        width: 100%;
        object-fit:contain;

       
    }
p.description {
    font-size: 14px;color: #666; margin-top: 5px; width: 150px;
    white-space: nowrap;overflow: hidden; text-overflow: ellipsis;
}
.star-rating {
    direction: rtl;  display: inline-flex;
}

    .star-rating input[type="radio"] {
        display: none;
    }

    .star-rating label {
        font-size: 1rem;    color: #ddd;     cursor: pointer; transition: color 0.2s;
    }

        .star-rating input[type="radio"]:checked ~ label,
        .star-rating label:hover,
        .star-rating label:hover ~ label {
            color: #ffc107;
        }

.breadcrumb ul {
    list-style: none; padding: 0; margin: 0; display: flex; align-items: center; column-gap:5px;
}