.rate_progress_wrap .prg_row {
	display: flex;
	margin-bottom: 10px;
}

.rate_progress_wrap .prg_row .star_no {
	width: 50px;
	position: relative;
}

.rate_progress_wrap .prg_row .star_no .star {
	position: absolute;
	right: 12px;
	top: 3px;
}

.rate_progress_wrap .prg_row .rate_count {
	position: absolute;
	right: 65px;
}

.rate_progress_wrap .rateProgress {
	width: 100%;
	background: #e0e1e2;
	height: 7px;
	margin-top: 10px;
}

.rate_progress_wrap .rateBar {
	background: #48a548;
	height: 100%;
}

.container_rating_split .rate_box {
	padding-left: 60px;
}

.container_rating_split .rate_snap_box {
	padding-right: 100px;
	padding-bottom: 50px;
}

.container_rating_split .rate_snap_box h3,
.container_rating_split .rate_box h3 {
	font-size: 20px;
}

.rate_box h3 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 15px;
}

.container_rating_split .rating-col-left {
	border-right: 1px solid #ddd;
}

.rating-col-left h3,
.rating-col-right h3 {
	margin-bottom: 20px !important;
}

.rate_row .rate_st {
	display: flex;
}

.rate_row .rate_st .star {
	width: 15px;
	height: 15px;
	position: relative;
	top: -2px;
	margin-right: 4px;
	transition: opacity .2s ease;
}

.rate_box .rate_row {
	display: flex;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #efefef;
}

.rate_box.basic .rate_row {
	border-bottom: none;
}

.rate_box .rate_row:last-of-type {
	margin-bottom: 0;
}

.rate_box .rate_row .rate_txt {
	width: 100px;
}

.star {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-size: cover;
}

.star.star_full,
.rate_row:not(.viewonly) .rate_st a.norate .star:hover {
	background-image: url('../img/onrating.png');
}

.star.star_half {
	background-image: url('../img/halfrating.png');
}

.star.star_empty {
	background-image: url('../img/offrating.png');
}

.rate_row:not(.viewonly) .rate_st a.norate .star {
	opacity: .5;
}

.rate_row:not(.viewonly) .rate_st:hover a.norate .star {
	background-image: url('../img/offrating.png');
	opacity: 1;
}

/* Rate Popup */
.rate_popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.rate_popup .rate_popup_tbl {
	display: table;
	width: 100%;
	height: 100%;
}

.rate_popup .rate_popup_tbl .rate_popup_cel {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.rate_popup .rate_popup_tbl .rate_popup_cel .rate_popup_inner {
	background: #fff;
	max-width: 400px;
	margin: 0 auto;
	padding: 30px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .125);
	position: relative;
	border: 1px solid #48a548;
	font-weight: 700;
	color: #48a548;
}

.rate_popup .rate_popup_tbl .rate_popup_cel .rate_popup_inner .rate_close {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 30px;
	color: #48a548;
	border-bottom: 1px solid transparent;
}

.rate_popup .rate_popup_tbl .rate_popup_cel .rate_popup_inner .rate_close:hover {
	text-decoration: none;
	opacity: .6;
}

@media (min-width: 768px) and (max-width: 991px) {
	.rate_box.basic {
		margin-top: 0;
	}

	.single-recipe .fl-module-bbmodule-ratings-basic,
	.single-article .fl-module-bbmodule-ratings-basic,
	.single-product .fl-module-bbmodule-ratings-basic {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.container_rating_split .rating-col-left {
		border-right: none;
		margin-top: 40px;
	}

	.container_rating_split .rate_box {
		padding-left: 0;
	}

	.container_rating_split .row {
		flex-direction: column-reverse;
	}

	.container_rating_split .rate_snap_box {
		padding-right: 50px;
	}

	.rate_progress_wrap .prg_row .rate_count {
		right: 15px;
	}
}

@media (max-width: 374px) {
	.fl-module-bbmodule-ratings-basic {
		width: 100%;
	}

	.fl-module-bbmodule-ratings-basic {
		width: 100%;
	}
}

@media print {
	.rate_box {
		display: none;
	}
}