
.product-details {
    padding: 20px 0px;
}
.product-details > h1 {
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    color: #1c1c1c;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.test{
    color: black;
    border: 5px solid;
    padding: 20px;
}
.rating-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 150px;
    width: 100%;
}
p.client-comment {
    max-width: 50%;
    width: 100%;
    padding: 10px 0px;
}
span.fa.fa-star.checked {
    color: green;
}
.product-details strong {
    transition: ease-in all 0.5s;
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    color: #090a0b;
    padding-top: 35px;
    line-height: 20px;
}
ul.description-list span {
    transition: ease-in all 0.5s;
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    color: #090a0b;
    padding-top: 20px;
    line-height: 20px;
}
.rating-number span {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans';
    color: black;
}