.content{
    background-color: rgba(128, 128, 128, 0.142);
}
section{
    border-radius: 10px;
}

.star-rating {
    direction: rtl;
    display: inline-flex;
    justify-content: center;
}
.star-rating input {
    display: none;
}
.star-rating label {
    font-size: 2rem;
    color: rgb(5, 179, 153);
    cursor: pointer;
    padding: 0 0.1rem;
}
.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #A48403;
}

.product-image{
    border: 0.5px solid rgba(12, 1, 1, 0.63);
    border-radius: 10px;
}



.product-detail button{
    width: 15%;
    max-width: 15%;
}

.img1{
    min-width: 50px;
}

