/*--------- Summary ----------*/

.page-testimonial-summary-review,
.page-testimonial-summary-stars {
    border-radius: 10px;
    background-color: var(--bg-item-primary);
    padding: 5px;
    border: 1px solid #e2e2e2;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.08);
    height: 220px;
}

/*--------- Summary Text ----------*/

.page-testimonial-summary-text {
    padding: 15px;
    font-size: 1.6rem;
}

    .page-testimonial-summary-text a:hover {
        color: var(--color-primary);
    }

/*--------- Summary Review ----------*/

.page-testimonial-summary-review .average-note-box {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 15px 0 0 0;
}

.page-testimonial-summary-review .rating-box {
    line-height: 1;
    color: #ffe200;
    margin: 15px 0 0 0;
    text-align: center;
}

.page-testimonial-summary-review .total-ratings-box {
    text-align: center;
    margin: 5px 0 0 0;
}

    .page-testimonial-summary-review .total-ratings-box a:hover {
        color: var(--color-primary);
    }

.page-testimonial-summary-review .logo-box {
    text-align: center;
    margin: 15px 0 0 0;
}

/*--------- Summary Stars ----------*/

.page-testimonial-summary-stars table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px auto;
    width: 100%;
}

    .page-testimonial-summary-stars table td {
        padding: 6px 5px 6px 5px;
    }

.page-testimonial-summary-stars .star-box {
    width: 70px;
    color: #ffe200;
}

.page-testimonial-summary-stars .percentage-box {
    font-size: 1.2rem;
    width: 40px;
}


    .page-testimonial-summary-stars .star-box .raiting-star {
        font-size: 8px;
        display: inline-block;
        font-style: normal;
        padding-right: 3px;
    }


/*--------- Review List ----------*/

.page-testimonial-review-liste {
    font-size: 14px;
}

    .page-testimonial-review-liste .testimonial-row {
        padding: 0 15px;
    }

        .page-testimonial-review-liste .testimonial-row .testimonial-item {
            background-color: var(--bg-item-primary);
            padding: 30px 26px;
            margin-bottom: 30px;
            border: 1px solid #e6e6e6;
            border-radius: 10px;
            -ms-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
            -o-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
        }

            .page-testimonial-review-liste .testimonial-row .testimonial-item .testimonial-icon {
                text-align: center;
                font-size: 30px;
                margin-bottom: 12px;
            }

            .page-testimonial-review-liste .testimonial-row .testimonial-item .testimonial-rating-box {
                line-height: 1;
                color: #ffe200;
                margin-bottom: 12px;
            }

            .page-testimonial-review-liste .testimonial-row .testimonial-item .testimonial-quote-box {
                margin-bottom: 12px;
                min-height: 150px;
            }

            .page-testimonial-review-liste .testimonial-row .testimonial-item .testimonial-author-box {
                color: #666666;
                font-size: 1.2rem;
                text-transform: capitalize;
            }

                .page-testimonial-review-liste .testimonial-row .testimonial-item .testimonial-author-box span {
                    font-weight: 700;
                }


/*--------- Media ----------*/

@media(max-width: 992px) {

    .page-testimonial-summary-text {
        margin-bottom: 10px;
    }

    .page-testimonial-summary-review,
    .page-testimonial-summary-stars {
        margin-bottom: 10px;
    }
    .page-testimonial-summary-text .text-box {
        padding: 5px;
    }
}

@media (max-width: 768px) {
    .page-testimonial-review-liste .testimonial-row {
        padding: 0;
    }

        .page-testimonial-review-liste .testimonial-row .testimonial-item .testimonial-quote-box {
            margin-bottom: 12px;
            min-height: 0;
        }
}
