.box_no_reviews_product_page {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}


.title_no_reviews_product_page{
    font-family: var(--font-family-minor);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.14;
    text-align: center;
    color: rgba(18, 17, 17, 1);
    opacity: 0.6;
}


.text_leave_a_review_product_page{
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.36;
    text-align: center;
    color: rgba(238, 113, 3, 1);
}

.container_reviews_product_page{
    padding: 40px 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.under_line_reviews_product_page{
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(18, 17, 17, 1);
    opacity: 0.2;
}


.box_item_review_product_page{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.box_item_review_author_date_added{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item_review_author{
    font-family: var(--font-family-minor);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.36;
    color: rgba(18, 17, 17, 1);
}


.item_review_date_added{
    font-family: var(--font-family-minor);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.36;
    color: rgba(18, 17, 17, 1);
    opacity: 0.4;

}


.item_review_review_text{
    font-family: var(--font-family-minor);
    font-size: 16px;
    font-weight: 400;
    font-weight: 400;
    line-height: 1.36;
    color: rgba(18, 17, 17, 1);
    opacity: 0.8;
}


.text_advantages_disadvantages {
    font-family: var(--font-family-minor);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.36;
    color: rgba(18, 17, 17, 1);
    opacity: 0.8;
}

.title_advantages_disadvantages{
    font-family: var(--font-family-minor);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.14;
    color: rgba(18, 17, 17, 1);
    opacity: 1;
    margin-right: 10px;
}








@media screen and (min-width: 768px) {
    .text_leave_a_review_product_page{
        text-align: right;
    }
}


