/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2023 | 07:30:34 */
#reply-title.comment-reply-title {
	font-size: 16px;
}
h3.woocommerce-Reviews-title.normal {
	font-size: 14px;
}
#reviews.woocommerce-Reviews #comments {
	padding-bottom: 0;
}
.single-product #commentform {
	margin-bottom: 0;
}
.single-product #commentform input#submit {
	margin-bottom: 0;
}
.woocommerce-product-attributes.shop_attributes {
	margin-bottom: 20px;
}
.commentlist {
	background: #fff;
	border: 1px solid #eee;
}
h3.woocommerce-Reviews-title.normal span {
	color: #fec2cb;
}
.product-section {
	border-bottom: 1px solid #e3e3e3 !important;
}
.product-section:last-child {
	border-bottom: none !important;
}





.containerReview {
	background-color: #f9f9f9;
	border-radius: 0px;
	padding: 8px !important;
	border: 1px solid #e8e8e8;
	margin-bottom: 20px;
	display: inline-block;
	width:100%;
}
.mainBlock {
	display: flex;
}
.ratingTxt {
	margin-left: -40px;
	font-weight: 700;
	margin-top: 9px;
	margin-right: 20px;
	font-size: 14px;
}
.reviewCount {
	margin-top: 7px;
	margin-left: 10px;
}
.reviewCount strong {
	margin-right: 5px;
}
.mainBlock .webImg {
	width: 35px;
	margin-right: 15px;
}
.mainBlock .ratingImg{
	width:100px;
}

@media (max-width:600px){
	.reviewCount {
	margin-top: 5px;
	margin-left: 5px;
}
	.mainBlock .webImg {
	width: 30px;
	margin-right: 12px;
}
.ratingTxt {
	margin-left: -33px;
	margin-right: 15px;
	font-size: 12px;
	margin-top: 7px;
}
	.mainBlock .ratingImg {
	width: 80px;
}
}