/**
 * 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    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.bontestimonials-page li {
  margin-bottom: 50px;
}
.bontestimonials-page li .description {
  padding: 0 35px;
}
#bontestimonials {
  text-align: center;
  position: relative;
}

#bontestimonials .owl-nav {
  position: absolute;
  right: 0;
  bottom: -4px;
}

#bontestimonials .owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#bontestimonials .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #333;
}

#bontestimonials .owl-theme .owl-dots .owl-dot.active span,
#bontestimonials .owl-theme .owl-dots .owl-dot:hover span {
  background: #333;
}

#bontestimonials h4 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: normal;
}
#bontestimonials h4 span {
  display: block;
  margin: 5px 0;
  font-size: 12px;
  color: #777;
}
#bontestimonials ul li {
  text-align: center;
}

#bontestimonials .bontestimonials-wrapper-image {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#bontestimonials ul li img {
  border-radius: 100%;
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#bontestimonials ul li .testimonials-inner {
  padding-bottom: 30px;
}

#bontestimonials ul li .testimonials-inner .description {
  margin-bottom: 10px;
}

#bontestimonials ul li .testimonials-inner h5 {
  font-weight: 700;
  margin-top: 12px;
}

#bontestimonials ul li .testimonials-inner em {
  font-style: italic;
  display: block;
}

#bontestimonials .star {
  position: relative;
  width: 14px;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  margin: 0 1px 0 0;
  height: 16px;
  display: inline-block;
}

#bontestimonials div.star:after {
  content: "\f006";
  font-family: "FontAwesome";
  display: inline-block;
  color: #777676;
}

#bontestimonials div.star.star_on:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ef8743;
}

#bontestimonials div.star.star_hover:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ef8743;
}

#bontestimonials .content-star {
  text-align: center;
}