/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ===== [ SINGLE PRODUCT ] ===== */
.woocommerce .product-reviews-slider .star-rating {
    float: none;
    margin: 0 auto 10px;
}

.product-reviews-slider .comment_container {
    text-align: center;
}

.product-reviews-slider .comment_container > img.avatar {
    margin: 0 auto 20px;
    border-radius: 50px;
}

.product-reviews-slider .meta {
    margin-bottom: 10px;
}

.product-reviews-slider .slick-dots li button {
    padding: 0;
    margin: 0;
    height: 10px;
    width: 10px;
    background-color: #eb4101;
    border-radius: 50px;
}

.product-reviews-slider .slick-dots li button:before {
    display: none;
}

.product-reviews-slider .slick-dots li {
    width: auto;
    height: auto;
}

.product-reviews-slider .slick-dots li.slick-active button {
    opacity: .7;
}
