/* Custom testimonial slider styles */
.testimonial-slider {
    text-align: center;
    margin: 30px auto;
}

/* .testimonial-slide {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 10px;
} */

.testimonial-detail {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    min-height: 42px;
}

.review-container {
    margin: 30px auto 60px;
}

.testimonial-slide {
    padding: 13px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.testimonial-slide a img {
    height: 60px;
    width: auto !important;
    margin: auto;
}

.review-container .slider-content {
    padding: 0;
    border: none;
}


.read-more {
    display: inline-block;
    margin: 10px auto;
    font-weight: 600;
    color: #202E75 !important;
    text-decoration: none;

    &:hover {
        color: #FFCC00 !important;
    }
}

.review-product {
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
}

.review-rating .star {
    font-size: 20px;
    color: #ddd;
}

.review-rating .star.filled {
    color: #FFCC00;
}

.review-container .owl-dots .owl-dot {
    margin-bottom: 0;
    margin-top: 20px;
}

.review-container .owl-carousel {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .testimonial-slider {
        margin: 0px;
    }
}