/**
* 2007-2020 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* 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.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.body-stars .review-rating {
    position: relative;
    display: inline-flex;
    white-space: nowrap;
}

.weeby-review-check  .body-stars .review-rating {
    margin-bottom: 1rem;
}

.body-stars .review-rating svg{
    width: 12px; 
    fill: #d2d2d2;
}

.body-stars .cover {
    background: gold; 
    height: 100%; 
    overflow: hidden; 
    mix-blend-mode: color; 
    position: absolute; 
    top: 0; 
    left: 0;  
}

.product-view .body-stars .review-rating svg{
    width: 17px;
}

.product-view .avis-verifies-review-rating {
    margin-right: .8rem;
    margin-left: .5rem;
    color: #979797;
    font-weight: 600;
    font-size: 1.2rem;
}

.product-view .avis-verifies-review-rating:empty ~ * {
    display: none;
}

.product-view .avis-verifies-review-rating small{
    font-weight: 600;
}


.review-content {
    background-color: #FAFAFA;
    margin-bottom: 1.8rem;
    padding: 1.8rem;
}


.review-content p{
    margin-bottom: 0;
}

.review-author {
    margin-bottom: 1.2rem;
    line-height: 1.48;
}

.review-date {
    color:#979797;
    font-size: 1.2rem;
}

.weeby-review-check__infos {
    margin-bottom: 1.8rem;
}

.weeby-review-check .avis-verifies-review-rating{
    margin-top: 1.5rem;
    display: inline-block;
}
.weeby-review-check  .avis-verifies-review-rating,
.weeby-review-check  .avis-verifies-review-rating small {
    font-size: 1.8rem;
    font-weight: 600;
}

.show-review {
    text-transform: none;
}

.show-review {
    color: #979797;
    letter-spacing: 0.8px;
    font-weight: 600;
}

.show-review:before {
    background-color: #979797;
    bottom: 3px;
}


@media (max-width: 767.98px) {
    .product-view .avis-verifies-review-rating {
        font-size: 1rem;
        margin-right: 0.5rem;
    }

    .show-review {
        font-size: 1rem;
        letter-spacing: 0.3px;
    }

    .product-view .body-stars .review-rating svg{
        width: 10px;
    }

    .review-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 1rem;
        padding: 1.6rem 1.3rem;
    }

    .review-content:last-child {
        margin-bottom: 1rem;
    }

    .weeby-review-check .body-stars {
        order: -1;
    }
    .review-content > div:last-of-type {
        flex: 100%;
        width: 100%;
    }

    .body-stars .review-rating svg {
        width: 12px;
    }
    .review-author,
    .review-content p {
        font-size: 1.2rem;
    }

    .section.weeby-review-check h2.section-title {
        font-size: 1.7rem;
    }

    .weeby-review-check__infos img {
        max-width: 105px;
    }
}