/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License version 3.0
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * @author    NetReviews SAS <contact@avis-verifies.com>
 * @copyright 2012-2025 NetReviews SAS
 * @license   NetReviews

 * @version   Release: $Revision: 10.0.0
 *
 * @date      16/01/2025
 * International Registered Trademark & Property of NetReviews SAS
 */

.NETREVIEWS_PRODUCT_STARS {
    display: flex;
    justify-content: center;
    text-align: left !important;
    width: 180px;
}

.NETREVIEWS_PRODUCT_STARS, .skeepers_product__stars {
    margin: 10px auto;
}

.product-miniature .skeepers_product__stars {
    text-align: left !important;
    width: 100%;
    margin: 0;
    height: auto;
}

.product-miniature .skeepers_product__stars .skeepers_product__stars {
    height: 20px;
}

.skeepers_product__stars,
.skeepers_product__reviews .review__rating span,
.skeepers_product__reviews .upvotes-block,
.skeepers_product__reviews .voting-block,
.skeepers_product__reviews .thumbs-text,
.skeepers_product__reviews .report-review,
.skeepers_product__reviews .review__data,
#skeepers_product_widget .rating__value *,
#skeepers_product_widget .rating__filters *,
#skeepers_product_widget .review_verified > span,
#skeepers_product_widget {
    font-family: "Hind Siliguri", sans-serif !important;
    color: #114375 !important;
}



.product-miniature   .skeepers_product__stars .stars__rating :not(.rate-total) {
    display: none !important;
}
.product-miniature   .skeepers_product__stars .stars__rating .rate-total {
    text-align: center;
    line-height: 1rem;
}
.product-miniature   .skeepers_product__stars .stars__rating .rate-total:before{
    content:'(';
}
.product-miniature   .skeepers_product__stars .stars__rating .rate-total:after{
    content:')';
    position: relative;
    right: 3px;
}
.product-miniature   .skeepers_product__stars .review__header .stars {
    margin-right: 4px;
}
@media (min-width: 767px) {

    #skeepers_product_widget .reviews {
        display: grid !important;
        grid-template-columns: repeat(2, 50% [col-start]) !important;
        box-sizing: border-box;
    }

    #skeepers_product_widget .reviews .review:nth-child(odd) {
        padding-right: 1rem;
    }
    #skeepers_product_widget .reviews .review:nth-child(odd) {
        border-right: 1px solid #cfcece;
    }
    #skeepers_product_widget .reviews .review:nth-child(even) {
        padding-left: 1rem;
    }
    #skeepers_product_widget .reviews .review:last-child,
    #skeepers_product_widget .reviews .review:nth-last-child(2):nth-child(odd) {
    border-bottom: none !important;
    }
}
@media (max-width: 767px) {

    .skeepers_product__reviews {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #skeepers_product_widget .reviews {
        display: flex !important;
        grid-template-columns: repeat(1, 100% [col-start]) !important;
        box-sizing: border-box;
    }
}
