/*
 * csoft_testimonials front-end module version 1.0.0 for Prestashop 1.6, 1.7
 * Support contact : prestashop@comonsoft.com.
 *
 * NOTICE OF LICENSE
 *
 * This source file is the property of Com'onSoft
 * that is bundled with this package.
 * It is also available through the world-wide-web at this URL:
 * https://boutique.comonsoft.com/
 *
 * @category  front-end
 * @package   csoft_testimonials
 * @author    Com'onSoft (http://www.comonsoft.com/)
 * @copyright 2016-2018 Com'onSoft and contributors
 * @version   1.0.0
 */

#block_testimonials {width: 100%; position: relative;}
#block_testimonials h4 {margin-top: 0; font-size: 25px}
#testimonials .testimonial ul {padding-top: 15px;}
#testimonials .testimonial-body {margin-bottom: 30px; background:rgba(0,0,0,0.04); border:1px solid rgba(0,0,0,0.07);}
.testimonial {margin-bottom: 25px; padding-bottom: 20px;}
#testimonials-list {padding-top: 20px;}
#testimonials .item-wrapper {padding: 18px 10px 25px 44px; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAVCAYAAABYHP4bAAABOElEQVR42u2UsW2DQBSGGcEjMIJHYAAXKV1mBAr3GSEjMECKjMAALiy5MWAHgmNkAREYYe6as17eSUmEnh4+5NLyk77u+/nvHQjr2gSbzRRxfplYI0e7vdx0SLIRD6kR+COO49mIgmdk1c9FYbjkxBcEOPI8dw0b+FzuM0lqKrsI3FIUBsG679Iicl28uI0iyA4HaJpmTgtMt/Cx28F3WW7/ZXzYGydWVQUXpU4A8I7YA9tIZgsQXQc4CeL2i1oqt20LWkImV96Nw22hlFpjzqGyzZ0I58kyDHoezZ7qumQP97Xfz6lcFMXRGjFpmq5otjufF6ysvybmVN6YoiSOjzSLY5vXN3/KNFvT7KCcZZlP5CEcYxGPbyyiW95SpJ1H0aPo3oukEK/6l25CSjmjRUKIpTGLjnZ/AIzi/AI1wjeeAAAAAElFTkSuQmCC) no-repeat 10px 20px}
.testimonial-title { font-weight: bold; font-size: 23px; line-height: 30px; padding-bottom: 5px; color:#757978}
.testimonial-text {color:#555; font-size: 12px; line-height: 20px; padding-bottom: 10px;}
#testimonials .testimonial-author { font-weight:bold; font-style: italic; font-size:16px; text-align: left;float: left;}
#testimonials .testimonial-date { font-style: italic; color:#bdbdbd; font-size: 14px; font-family: Arial; float: left; line-height: 24px;}
#testimonials .testimonial-message {color:#8f9290; font: normal 15px/21px Arial;}
.add-testimonials-title {text-transform:none; font-size:14px; line-height: 30px;}
#block_testimonials_submit ol{ list-style:none; padding-top: 10px;}
#block_testimonials_submit ol li {margin-bottom: 20px; clear:both}
#block_testimonials_submit ol li textarea {border:1px solid #e4e2e2; border-top:none; font-size: 14px;}
#testimonial_main_message {width: 100%; border-top:0px}
#paginationTop {
	padding: 10px 0;
	clear: both;
}
.comment_author > span{
	float: left;
	font-weight: bold;
}
.star_testimonial{
	display: inline-block;
	line-height: 18px;
	vertical-align: middle;
}
.grade_sum{
	border: 1px solid #ccc;
	border-radius: 50%;
	background: rgba(0,0,0,0.04);
	width: 200px;
	height: 200px;
	padding: 56px 15px;
	text-align: center;
}
.star {
	position: relative;
	top: -1px;
	float: left;
	width: 14px;
	overflow: hidden;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal; }
.star_content {
	display: inline-block;
}
.star {
	display: block; }
.star a {
	display: block;
	position: absolute;
	text-indent: -5000px; }
div.star.star_on {
	display: block; }
div.star.star_on:after {
	content: "\f005";
	font-family: "FontAwesome";
	display: inline-block;
	color: #ef8743; }
div.star.star_hover:after {
	content: "\f005";
	font-family: "FontAwesome";
	display: inline-block;
	color: #ef8743; }
div.star.star_half {
	display: block; }
div.star.star_half:after {
	content: "\f123";
	font-family: "FontAwesome";
	display: inline-block;
	color: #ef8743; }
.testimonial-body{
	min-height: 154px;
}
.link_reviews .all-product-link{
	clear: both;
	color: #7a7a7a;
	font-weight: 700;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.cs_testimonial_block{
	display: flex;
}

@media (max-width: 767px) {
	.cs_testimonial_block{
		display: block;
	}

	.cs_testimonial_img{
		text-align: center;
	}
}