/**
* 2007-2025 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-2025 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.
*/
.googlereview .content-info{
    text-align: center;
}
.googlereview .text{
    padding: 10px;
}
.googlereview .testimonial-avarta {
    margin-bottom: 10px;
}
.googlereview_from{
    font-size: smaller;
}

.googlereview .testimonial-avarta img{
    margin: 0 auto;
}


.googlereview .tooltipR {
    display:inline-block;
    position:relative;
}
.googlereview .slick-list{
    padding-top: 8rem !important;
}
.googlereview .tooltipR .right {

    min-width: 350px;
    top: 15%;
    left: 00%;
    margin-left: 20px;
    transform: translate(0, -50%);
    padding: 10px 20px;
    color: #444444;
    background-color: #EEEEEE;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 9;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    display: none;
    height: 225px;
    overflow-x: auto;

}

.googlereview .tooltipR:hover .right {
    display:block;
}

.googlereview .tooltipR .right i {
    position: absolute;
    top: 108%;
    left: 24%;
    margin-left: -15px;
    width: 30px;
    height: 15px;
    overflow: hidden;
    z-index: 999;
    display: none;
}

.googlereview .tooltipR .right i::after {


    content:'';
    position:absolute;
    width:15px;
    height:15px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    box-shadow:0 1px 8px rgba(0,0,0,0.5);

}

@media (max-width: 600px) {
    .googlereview .slick-slide {
         width: 304px !important;
    }
}
