.block-reviews {
	box-shadow: 0px 0px 0px 1px #F7F8FB;
	border-radius: 10px;
	background: #fff;
}
@media (min-width: 992px) {
	.rating-info-box {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
}
.review-store-box {
	margin-bottom: 10px;
}
.rating-info-box .col-xs-12 {
	margin-bottom: 10px;
	margin-top: 10px;
}
#column-right .rating-info-box,
#column-left .rating-info-box {display: block;}

#column-right .block-reviews.f-box,
#column-right .block-reviews.s-box,
#column-left .block-reviews.s-box,
#column-left .block-reviews.f-box {padding: 20px;}

#column-right .rating-info-box .col-xs-12,
#column-left .rating-info-box .col-xs-12 {width:100%;}

#column-right .review-store-box .no-slider,
#column-left .review-store-box .no-slider {width:100%;}

.block-reviews.f-box {
	align-items: center;
	padding: 30px 40px;
	height: 100%;
}

.block-reviews.s-box {
	padding: 30px 40px;
	height: 100%;
}
.average-reviews {
	width: 40%;
	text-align: center;
}
@media (max-width: 768px) {
	.block-reviews.f-box {
		padding: 20px 15px;
	}
	.average-reviews {
		width: 45%;
	}
	.block-reviews.s-box {
		padding: 20px 15px;
	}
}

.average-reviews .average-rating-number {
	color: #000;
	font-weight: 600;
	font-size: 38px;
	height: 128px;
	width: 128px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.average-reviews .average-rating-number:before {
	background: url("../../image/r-store/r-store.svg") no-repeat;
	content: "";
	width: 128px;
	height: 128px;
	display: block;
	position: absolute;
}


.star-rating-desc {
	width: 60%;
	padding:0px 10px;
}
.star-rating-desc .line-info {
	margin-bottom: 10px;
}
.star-rating-desc .line-info:last-child {
	margin-bottom: 0px;
}
.percent_rating_line {
	height: 10px;
	border-radius: 8px;
	background: #f8f9fa;
}

.star-rating-desc .line-info {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.star-before-line {
	line-height: 17px;
	height: 20px;
}

.percent_rating_line {
	height: 8px;
	border-radius: 12px;
	background: #f8f9fa;
	width: 100%;
	margin-left: 15px;
	margin-right: 15px;
	max-width: 200px;
}
.percent_rating {
	border-radius: 12px;
	height: 8px;
}
.percent_rating.star5 {
	background: #6AB956;
}
.percent_rating.star4 {
	background: #B4E681;
}
.percent_rating.star3 {
	background: #F2D456;
}
.percent_rating.star2 {
	background: #F6B44F;
}
.percent_rating.star1 {
	background: #EC7852;
}
.percent_rating_text {
	font-size: 13px;
}

.rsinfo-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 15px;
}
.rsinfo-item .rs-theme-text {
	z-index: 2;
	background: #fff;
	padding-right: 20px;
}
.avg-rating-stars {
	width: 103px;
	background: url("../../image/r-store/stars-g-icon.svg") no-repeat;
	height: 20px;
}
.avg-rating-stars .avg-realrating {
	width: 103px;
	background: url("../../image/r-store/stars-y-icon.svg") no-repeat;
	height: 20px;
}
.rs-theme-stars {
	padding-left: 20px;
	background: #fff;
}
.rsinfo-item:before {
	position: absolute;
	left: 55px;
	right: 120px;
	top: 10px;
	content: '';
	border-bottom: 1.5px dashed #d9d9d9;
}
.btn-block-rs {
	text-align: right;
}
.review-store-box .no-slider .item-rs {
	box-shadow: 0px 0px 0px 1px #F7F8FB;
	border-radius: 10px;
	background: #fff;
	padding: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	flex:1;
}

.item-rs .d-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.item-rs .rs-top {
	margin-bottom: 22px;
}
.item-rs .rs-author-rating {
	width: 40px;
	height: 44px;
	justify-content: center;
	position: relative;
	margin-right: 15px;
	color:#000;
	font-size: 14px;
	font-weight: 500;
}
.item-rs .rs-author-rating:before {
	background: url("../../image/sprite.svg#icon-rating") no-repeat;
	width: 40px;
	height: 40px;
	content: "";
	position: absolute;
}
.item-rs .rs-author-info {
	flex:1;
	line-height: 22px;
}
.item-rs .rs-author {
	color:#000;
	font-weight: 500;
}
.item-rs .rs-date-added {
	color:#8F9AA2;
}
.item-rs .rs-description {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	line-height: 22px;
	word-break: break-word;
}

.all-review-box .item-rs {
	border: 1px solid #e9ecef;
	padding: 25px;
	margin-bottom: 20px;
	border-radius: 12px;
	background:#fff;
}
.admin-response {
	padding: 25px;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	margin-bottom: 20px;
	margin-left: 60px;
	position: relative;
	background:#fff;
}
.admin-response:before{
	position: absolute;
	content:"";
	left:100px;
	top:-21px;
	height: 21px;
	border-left:1px solid #e9ecef;
}
.all-review-box .rs-desc-reviews{
	height: 100%;
	font-size: 14px;
	margin-right: auto;
}
@media (min-width: 768px) {
}
.like-dislike-box {
	min-width: 180px;
	text-align: left;
	margin-top: 15px;
}
.btn-dislike {
	margin-left: 20px;
}
.btn-dislike,
.btn-like {
	border:0px;
	background: transparent;
	display: inline-block;
}

.btn-dislike span,
.btn-like span {
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.btn-dislike svg,
.btn-like svg {
	display: inline-block;
	vertical-align: middle;
}


#popup-reviews-store .popup-block-reviews {
	border: 1px solid #f4f4f4;
	border-radius: 12px;
	padding: 20px;
}
#popup-reviews-store .help-block {
	padding-top: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
}

#popup-reviews-store textarea.form-control {
	height: 66px;
}
#popup-reviews-store .rating-store {
	font-size: 0px;
	height: 21px;
}
#popup-reviews-store .rating-store .star-rating {
	position: relative;
	width: 21px;
	height: 21px;
}
#popup-reviews-store .rating-store .star-rating:before {
	position: absolute;
	content: url("../../image/star-icon/b-star-g-icon.svg");
	width: 21px;
	height: 21px;
}
#popup-reviews-store .rating-store .star-rating.checked:before,
#popup-reviews-store .rating-store .star-rating.active:before {
	position: absolute;
	content: url("../../image/star-icon/b-star-y-icon.svg");
	width: 21px;
	height: 21px;
}