/**
 * Copyright (C) 2017-2019 thirty bees
 * Copyright (C) 2007-2016 PrestaShop SA
 *
 * thirty bees is an extension to the PrestaShop software by PrestaShop SA.
 *
 * 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.md.
 * It is also available through the world-wide-web at this URL:
 * https://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@thirtybees.com so we can send you a copy immediately.
 *
 * @author    thirty bees <modules@thirtybees.com>
 * @author    PrestaShop SA <contact@prestashop.com>
 * @copyright 2017-2019 thirty bees
 * @copyright 2007-2016 PrestaShop SA
 * @license   Academic Free License (AFL 3.0)
 * PrestaShop is an internationally registered trademark of PrestaShop SA.
 */

/* Block Product Reviews Slider*/
.comment {
	float:left;
  }

  .product_details {
    display: flex;
  }

  .product_image {
	  display: block;
	  float: left;
	  margin-right: 10px ;
    min-width: 90px;
  }

  .testimonals .comment_details {
    border: none;
  }

  .comment_author {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  .star_content {
	  float: left;
  }

  .comment_author_infos {
	  float: right;
  }

  ul.testimonals li {
    padding-left: 20px;
  }

  ul.testimonals li:end {
    padding-left: 0px;
  }

  .testimonals .bx-controls-direction {
    text-align: center;
  }



.testimonals .bx-wrapper .bx-controls-direction a {
    position: relative;
}

 
  .testimonals .bx-controls-direction a:before {
    color: #253a51;
    font-size: 24px;
    line-height: 26px;
} 
 
.testimonals .bx-prev:before {
    content: "\f053";
}

.testimonals .bx-next:before {
    content: "\f054";
}

.testimonals .bx-prev {
    left: -5px;
}

.testimonals .bx-next {
    right: -5px;
}