.wpr-mainclass {
	font-family: "Raleway", sans-serif;
}
.wpr-star.average-star {
	margin:0 auto;
	width: 87px;
}
.average-star span:before {
	font-size:16px;
}
.wpr-mainclass h3 {
	text-align:center;
}
.wpr-container {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}
.wpr-review-section {
	width:50%;
	padding:10px;
}
.wprd-review-section {
	display:none;
}
.wpr-review {
	display:flex;
	flex-direction:row;
	padding:20px;
	border: 1px solid #D1D1D1;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
    list-style: none;
    background: #FBFBFB;
    font-weight: 400;
    line-height: 1.9;
    color: #565150;
    -webkit-font-smoothing: antialiased;
}
.wpr-review-img {
	width:100px;
}
.wpr-review-img .wpr-img {
	border-radius:50%;
}
.wpr-review-img:first-child:after {
    font-family: "FontAwesome";
    content: "\f058";
    font-size: 18px;
    color: #1CC286;
    margin-left: -4px;
	position: absolute;
	margin-top: 10px;
}
.wpr-meta {
	width:83%;
}
.wpr-star {
	text-align: left;
    font-size: 16px;
    display: block;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    letter-spacing: 0;
    margin: 10px 0;
    width: 83px;
    font-family: "fl-icons";
    -webkit-font-smoothing: antialiased;
}
.wpr-star:before {
	font-family: "FontAwesome";
    content: "\f006\f006\f006\f006\f006";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
	letter-spacing: 4px;
    font-size: 14px;
}
.wpr-star span {
	overflow: hidden;
    float: left;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    font-family: "fl-icons";
    position: absolute;
    padding-top: 1.5em;
    font-weight: normal;
}
.wpr-star span:before {
	font-family: "FontAwesome";
	content: '\f005\f005\f005\f005\f005';
	color: #FFD200;
    letter-spacing: 4px;
    font-size: 14px;
    top: 0;
    position: absolute;
    left: 0;
}
.wpr-customer {
	display:flex;
	flex-direction:row;
	align-items:baseline;
	flex-wrap:wrap;
	margin:15px 0;
}
.wpr-customer-name {
	font-size: 16px;
    color: #565150;
    text-transform: uppercase;
	font-weight: 700;
}
.wpr-verified {
	font-size: 10px;
    color: #1CC286;
	padding: 0 10px;
	font-weight:600;
}
.wpr-date {
	font-size: 14px;
    color: #6B6D76;
    list-style: none;
	font-weight: 400;
    line-height: 1.9;
    color: #565150;
    -webkit-font-smoothing: antialiased;
}
.wpr-description {
	margin:10px 0;
}
.wpr-pagination-main {
	text-align: center;
	margin:20px 0;
}
.wpr-pagination {
	display: inline-block;
}
.wpr-pagination .page-numbers {
	color: black;
	float: left;
	padding: 4px 12px;
	/*padding: 8px 16px;*/
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 0 4px;
	cursor: pointer;
}
.wpr-pagination .current {
	background-color: #30AEC9;
	color: white;
	border: 1px solid #30AEC9;
}
.wpr-pagination a:hover:not(.current) {
	background-color: #ddd;
}
.page-numbers.disabled{
	cursor: no-drop;
}
.wpr-loader{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
	bottom: 0;
	right: 0;
}
.wprd-view-more {
	text-align: center;	
}
.wprd-view-more button {
	border:1px solid #0cc6de;
	color: #0cc6de;
	background-color: #fff;
	text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
	font-weight: bolder;
	line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
}
.wprd-view-more button:hover {
	background-color: #0D9EB1;
	color: #fff;
	border:0px;
}
@media screen and (max-width: 640px) {
	.wpr-container {
		display:block;
	}
	.wpr-review-section {
		width:100%;
	}
	.wpr-tooltip .wpr-tooltiptext {
		right: -25px;
		top: 20px;
	}	
}

/*single product page*/
ol.commentlist {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}

/*tooltip*/
.wpr-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.wpr-tooltip .wpr-tooltiptext {
  visibility: hidden;
  width: 280px;
  height: auto;
  background-color: #fff;
  color: #565150;
  text-align: left;
  border-radius: 3px;
  padding: 20px;
  border: solid 1px #e3e3e3;
  font-size: 10px;
  position: absolute;
  z-index: 20;
}
.wpr-tooltip:hover .wpr-tooltiptext {
  visibility: visible;
}
.wpr-tooltip-header {
	font-size: 14px;
    line-height: 17px;
	color: #6A6C77;
	padding-bottom: 8px;
}
.wpr-header-green {
	color: #1cc286;
}
.wpr-tooltip-content {
	font-size: 11px;
    color: #737373;
}
@media (min-width: 769px) {
	.woocommerce #reviews #comments {
		width: 100% !important;
	}
	.woocommerce #reviews #review_form_wrapper {
		width: 100% !important;
		padding: 0 0.8em !important;
	}
}