.wpprex {
	line-height: 1.4;
	border: 10px solid #fff !important;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}

.wpprex_small {
	display: none;
}

.wpprex_large {
	display: table;
}

.wpprex_small .trData {
	padding-left: 15%;
	padding-right: 15%;
}

.wpprex_large .trData {
	padding: 10px;
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	.wpprex_small {
		display: table;
	}
	.wpprex_large {
		display: none;
	}
	.wpprex button {
		margin: 10px;
	}
	.wpprex .imageContainer {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
	.wp-prex-review-content-left {
		display: block !important;
		float: left;
		width: 100% !important;
	}
	.wp-prex-review-image {
		height: 130px;
	}
	.wp-prex-review-grade {
		width: 100px !important;
		height: 130px;
		border-right: none;
	}
	.wp-prex-review-content-right {
		border-top: 1px solid #e6e6e6;
		display: block !important;
		float: left;
		width: 100% !important;
		padding-left: 5% !important;
	}
	
	.wp-prex-circle .circle-wrap {
	width: 100px !important;
	height: 100px !important;
}

.wp-prex-circle .circle-wrap .circle .mask, .wp-prex-circle .circle-wrap .circle .fill
	{
	width: 100px !important;
	height: 100px !important;
}

.wp-prex-circle .circle-wrap .circle .mask {
	clip: rect(0px, 100px, 100px, 50px) !important;
}

.wp-prex-circle .circle-wrap .circle .mask .fill {
	clip: rect(0px, 50px, 100px, 0px) !important;
}

.wp-prex-circle .circle-wrap .inside-circle {
	width: 80px !important;
	height: 80px !important;
	line-height: 80px !important;
}
	
}

.wpprex_large th {
	padding-top: 10px;
	padding-bottom: 10px;
}

.wpprex_large tr {
	border-bottom: 3px solid #f5f5f5;
}

.wpprex .trHeader {
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
}

.wpprex tr.winner th.trHeader {
	border-top: none;
}

.winnerBadge {
	position: absolute;
	top: 10%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-weight: 600;
	-moz-transform: rotate(345deg);
	-webkit-transform: rotate(345deg);
	-o-transform: rotate(345deg);
	-ms-transform: rotate(345deg);
	transform: rotate(345deg);
}

.wpprex .productname {
	font-weight: 600;
}

.wpprex .imageContainer {
	position: relative;
}

.wpprex i.fullstar:before {
	content: "\f155";
}

.wpprex i.fullstar, i.halfstar, i.emptystar {
	font-family: dashicons;
	line-height: 1;
	font-style: normal;
	font-size: 20px;
	vertical-align: top;
	text-align: center;
}

.wpprex i.halfstar:before {
	content: "\f459";
}

.wpprex i.emptystar:before {
	content: "\f154";
}

.wpprex .option_group {
	text-align: center;
}

.wpprex .option_group .option {
	filter: opacity(60%);
	overflow: hidden;
	text-align: left;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
}

.wpprex .option_group .bar {
	
}

.wpprex .option_group .bar .grade {
	float: left;
	width: 90%;
}

.wpprex .option_group .bar .grade .color {
	float: left;
	height: 8px;
}

.wpprex .option_group .bar .grade .ratingGood {
	background: #4ab73e;
}

.wpprex .option_group .bar .grade .ratingMiddle {
	background: #f9ac40;
}

.wpprex .option_group .bar .grade .ratingBad {
	background: #ef6262;
}

.wpprex .option_group .bar .grade .noncolor {
	float: left;
	height: 8px;
	background: #ccc;
}

.wpprex .gradetext {
	filter: opacity(60%);
	line-height: 10px;
	float: right;
	font-size: 10px;
}

.wpprex button {
	text-align: left;
	border: none;
	padding: 10px 15px 10px 10px;
	font-size: 14px;
	cursor: pointer;
}

.wpprex button:hover {
	filter: brightness(110%);
}

.wpprex button:before {
	content: "\f522";
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	display: inline-block;
	height: 20px;
	margin-right: 8px;
	position: relative;
	top: -2px;
	vertical-align: middle;
	width: 20px;
}

.wpprex .spacer {
	height: 10px;
}

#wp-prex-review-statistics {
	width: 100%;
	margin: auto;
}

.wp-prex-review-wrap {
	margin-top: 20px;
}

.wp-prex-review-wrap .wp-prex-item {
	float: left;
	width: auto !important;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 15px;
}


.wp-prex-review-wrap .wp-prex-review-price {
	float: right;
	font-size: 1.75em;
}

.wp-prex-review-content {
	display: table;
	width: 100%;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

.wp-prex-review-content-left {
	display: table-cell;
	width: 50%;
	border-right: 1px solid #e6e6e6;
	vertical-align: top;
}

.wp-prex-review-content-right {
	display: table-cell;
	width: 50%;
	height: 100%;
	padding: 15px;
	border-right: 1px solid #e6e6e6;
	vertical-align: top;
}

.wp-prex-review-content-left-top {
	display: table;
	width: 100%;
}

.wp-prex-review-image {
	display: table-cell;
	overflow: hidden;
	width: auto;
	padding: 15px;
	border-right: 1px solid #e6e6e6;
	text-align: center;
	vertical-align: middle;
}

.wp-prex-review-image a {
	display: inline-block;
}

.wp-prex-review-image img {
	display: inline-block;
	width: 100%;
	height: auto;
	box-shadow: none;
}

.wp-prex-review-grade {
	display: table-cell;
	width: auto;
	min-width: 120px;
	max-width: 50%;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}

.wp-prex-review-content-left-bottom {
	float: left;
	width: 100%;
	padding: 15px;
	border-top: 1px solid #e6e6e6;
}

.wp-prex-review-option {
	margin-top: 10px;
}

.wp-prex-review-pros {
	margin-top: 10px;
}

.wp-prex-review-content-right .pros, .wp-prex-review-content-right .cons{
	text-align: left;
}

.wp-prex-review-content-right .pros ul, .wp-prex-review-content-right .cons ul{
	list-style-type:none;
	    padding-left: 5px;
}

.wp-prex-review-content-right .pros h4{
	color:#4ab73e;
	font-weight:600;
}

.wp-prex-review-content-right .pros li::before{
	content:'\2714';
	color:#4ab73e;
	padding-right: 10px;
}

.wp-prex-review-content-right .cons li::before{
	content:'\2716';
	color:#ef6262;
	padding-right: 10px;
}

.wp-prex-review-content-right .cons h4{
	color: #ef6262;
	font-weight:600;
}

.wp-prex-circle .circle-wrap {
	margin: 25px auto;
	width: 125px;
	height: 125px;
	background: #e6e2e7;
	border-radius: 50%;
}

.wp-prex-circle .circle-wrap .circle .mask, .wp-prex-circle .circle-wrap .circle .fill
	{
	width: 125px;
	height: 125px;
	position: absolute;
	border-radius: 50%;
}

.wp-prex-circle .circle-wrap .circle .mask {
	clip: rect(0px, 125px, 125px, 63px);
}

.wp-prex-circle .circle-wrap .circle .mask .fill {
	clip: rect(0px, 63px, 125px, 0px);
}

.wp-prex-circle .mask .ratingGood {
	background-color: #4ab73e;
}

.wp-prex-circle .mask .ratingMiddle {
	background-color: #f9ac40;
}

.wp-prex-circle .mask .ratingBad {
	background-color: #ef6262;
}

.wp-prex-circle .circle-wrap .inside-circle {
	width: 105px;
	height: 105px;
	border-radius: 50%;
	background: #fff;
	line-height: 105px;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	position: absolute;
	z-index: 100;
	font-weight: 700;
	font-size: 1.5em;
}

.wp-prex-circle .inside-circle.ratingGood {
	color: #4ab73e;
}

.wp-prex-circle .inside-circle.ratingMiddle {
	color: #f9ac40;
}

.wp-prex-circle .inside-circle.ratingBad {
	color: #ef6262;
}