/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 25 2024 | 02:24:16 */
.wpas-star-rating-wrap, 
.frhd--user-rating, 
.wpas--product-link{
	display: none;
}

.wpas--rating-meta{
	display: flex;
	align-items: Center;
	justify-content: space-between;
	flex-basis: 100%;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	gap: 10px;
	padding: 10px;
}

.wpas--rating-meta a {
	flex-shrink: 0;
}

.wpas--rating-meta .wpas--product-link:hover{
	box-shadow: none !important;
	background-color: #5981B2 !important;
}

.wpas--rating-title{
	padding-bottom: 0 !important;
	font-family: 'poppins', sans-serif;
}

.wpas--rating-title > a{
	font-size: 36px !important;
	display: inline-block;
	line-height: 1.2;
}

.wpas--rating-bar{
	background-color: #2F783F !important;
	padding: 2px 7px !important;
	height: 1px;
	margin-top: 6.5px;
	margin-bottom: 21.5px;
}

span.wpas--rating-rate > strong{
	color: black !important;
}

.wpas--rating-text{
	color: black !important;
	background-color: white !important;
}

.wpas--rating-score{
	align-items: center;
}

span.wpas--overall-score{
	background-color: #2F783F;
	color: white;
	font-size: 32px;
	padding: 0;
	width: 64px;
	height: 64px;
	line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpas--product-img{
	box-shadow: none !important;
}

.wpas--rating-header{
	align-items: start !important;
	box-shadow: none !important;
	background-color: #fff !important;
	padding-left:0 !important;
	padding-right: 0 !important;
}

.wpas--rating-wrap.wpas-theme-1{
	box-shadow: none;
}

.wpas--product-link{
	background-color: #4773AA !important;
}

div > span.wpas--pros-title{
	color: black !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	
}

div.wpas--pros-wrap > ul.wpas--pros-list li{
	font-size: 14px !important;
}

div > span.wpas--cons-title{
	color: black !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	
}

div.wpas--cons-wrap > ul.wpas--cons-list li{
	font-size: 14px !important;
	display: flex;
    align-items: center;
}