.wpcr3_container {
    display: flex;
    position: relative;
    flex-direction: column;
	box-sizing: border-box;
	font-family: 'Proxima Nova','Roboto',sans-serif;
	font-weight: normal;
	font-size: 14px;
	width: 100%;
}
.wpcr3_review {

	width: 220px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left:10px;
	margin-right:10px;
}
.wpcr3_content {
	margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
  	overflow: hidden;
}

.wpcr3_content_wrap {
	margin-bottom: 0px;
	width: 170px;
	height: 150px;
	position: relative;
	background-color: #fff;
	padding: 24px 25px;
	border-radius: 4px;
	box-shadow: 0px 1px 5px rgba(99,114,130,0.15),0px 0px 0px #c1c1c1,0px 1px 1px rgba(0,0,0,0.08);
	overflow: hidden;
}
.wpcr3_review_ratingValue {
	margin-top: 10px;
}
.product-reviews-info {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 20px;
	max-width: 300px;
	text-overflow: ellipsis;
}
.product-reviews-avatar-wrap {
	border-radius: 50%;
	max-width: 40px;
	width: 100%;
	height: 40px;
	background: #FFCF96;
	margin-right: 16px;	
	color: #FFCF96;
	overflow:hidden;
}
.product-reviews-name {
	font-weight: 600;
	line-height: 26px;
	color: #364962;
	opacity: 0.6;
	margin: 0;
	font-size: 18px;
}
.product-reviews-date {
	font-weight: 600;
	font-size: 13px;
	line-height: 14px;
	color: #aaa;
	letter-spacing: 0.5px;
	margin: 0;
}
.wpcr3_review_pointer {
    content: '';
    position: relative;
	bottom: 73px;
    left: 13px;
    width: 0;
    height: 0;
	-webkit-box-shadow: -2px 1px 1px 0px rgba(50, 50, 50, 0.11);
	-moz-box-shadow:    -2px 1px 1px 0px rgba(50, 50, 50, 0.11);
	box-shadow:         -2px 1px 1px 0px rgba(50, 50, 50, 0.11);
    transform: rotate(-45deg);
    border-style: solid;
    border-width: 0 18px 18px 0;
    border-color: #fff transparent #fff transparent;
    z-index: 2;
}
.product-reviews-avatar {
	overflow:hidden;
	text-align: center;
	color: #FFCF96;
	font-size: 0;
}
.product-reviews-avatar:first-letter {
	visibility: visible !important;
	font-weight: 600;
	line-height: 38px;
	color: #000;
	opacity: 0.6;
	margin: 0;
	font-size: 18px;
	color: #000;
}
#ReviewsShowMore {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: transparent;
	margin: 10px 0;
	border-radius: 50vh;
	border: none;
	font-size: 20px;
	line-height: 24px;
	pointer-events: all;
	text-align: center;
	color: #818E9E;
}
#ReviewsShowMore.wpcr3_disabled {
	display: none !important;
}