/**
* 2007-2019 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-2019 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.
*/

.review-header {
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-flex-wrap: wrap;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}


.review-header .review-image {
    -ms-flex-negative: 0;
    -ms-flex-preferred-size: 60px;
    -webkit-flex-basis: 60px;
    -webkit-flex-shrink: 0;
    flex-basis: 60px;
    flex-shrink: 0;
    margin-right: 10px;
    overflow: hidden;
    width: 60px;
    height: 60px;
}


.review-header .review-details {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden;
}


.review-author-name,
.reviewStars,
.review-timestamp {
    margin-bottom: 0px;
}

.reviewStars span {
    color: #000000;
}

.reviewStars span.starChecked {
    color: #ffa500;
}

.review-author-name {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}

.review-timestamp {
    font-size: 12px;
    color: #777777;
}

.review-single {
    padding-right: 15px;
    padding-left: 15px;
}

.review-body {
    color: #333333;
}

#reviews_block {
    margin: 60px 0px;
    overflow: hidden;
    position: relative;
}

#reviews_block .block-left {
    background: #1D2527;
    width: 280px;
    padding: 35px;
    color: #fff;
}

@media (max-width:765px) {
    #reviews_block .block-left {
        width: 100%;
    }
}

#reviews_block .block-left>.block-left-title {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
}

#reviews_block .block-left>.block-left-number {
    font-size: 90px;
    line-height: 100px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

#reviews_block .block-left>.block-left-text {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
}

#reviews_block .block-left>.block-left-button {
    border: 1px solid #fff;
    padding: 16px 20px;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

#reviews_block .block-left>.block-left-button:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

#reviews_block .block-right>.block-right-title {
    color: #000000;
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 40px;
    margin-left: 15px;
}

#reviews_block .block-right>.block-right-text {
    display: block;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

#reviews_block .owl-carousel .owl-stage-outer {
    margin-bottom: 15px;
}