.prestashop-comment-section .title-text{
	padding-bottom:30px;
}

.prestashop-comment-section .title-wrapper{
	padding-bottom: 15px;
    font-weight: 600;
    padding-top: 7px;
    padding-left: 50px;
    padding-right: 50px;
}

.prestashop-comment-section .title-wrapper div {
	height:120px;
	overflow: hidden;
	font-size: 18px;
	line-height: 22px;
}

.prestashop-comment-section .name-wrapper{
	font-weight: 600;
	padding-top: 10px;
	color: #67A22E;
	font-size: 15px;
}

.prestashop-comment-section h4{
	text-transform: uppercase;
	font-size: 1.25rem;
}

.prestashop-comment-section li {
	padding:15px;
	border: 3px solid #ddd;
	background-color: #fff;
	border-radius: 15px;
	display: block;
	position:relative;
	background: #ffffff linear-gradient(to bottom, #ffffff 0%, #eee 100%) repeat-x scroll 0 0;
	
}

.prestashop-comment-section .content-quote{
	color: #fcba04;
	font-size:104px;
	font-family: "Arial";
	font-weight: 800;
	position:absolute;
	top: -20px;
	left: 10px;
	opacity: 0.5;
}

.prestashop-comment-section .bx-wrapper{
	box-shadow: none;
}

.prestashop-comment-section .content-wrapper div{
	height: 120px;
	overflow: hidden;
	font-size: 16px;
}

/*slider pagination*/
.prestashop-comment-section .bx-pager {
	padding-top:40px;
}

.prestashop-comment-section .bx-controls-direction a.bx-prev::before, 
.prestashop-comment-section .bx-controls-direction a.bx-next::before, 
.prestashop-comment-section .bx-pager a {
  color: #ffffff;
}

.prestashop-comment-section .bx-wrapper .bx-pager .bx-pager-item a {
  margin-left: 2px;
  margin-right: 2px;
}

.prestashop-comment-section .bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  border-radius: 15px;
  background: none;
  text-indent: -9999px;
  border: 2px solid #fcba04;
}

.prestashop-comment-section .bx-wrapper .bx-pager.bx-default-pager a.active {
  border: 2px solid #fcba04;
  background: #fcba04;
}


/**slider pagination*/

@media (max-width: 1000px) {
	.prestashop-comment-section .content-wrapper div {
		height:160px;
	}
}


@media (max-width: 768px) {
	.prestashop-comment-section .content-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 500px) {
	.prestashop-comment-section .content-wrapper div {
		height:180px;
	}
}

