.bt-review-overlay {
	position: absolute;
	display: none;
	background: rgba(255, 255, 255, .6);
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
}

.bt-ajax-bubbling {
	text-align: center;
	width: 100%;
	height: 49px;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.bt-ajax-bubbling span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 24px auto;
	background: #000;
	border-radius: 49px;
	-o-border-radius: 49px;
	-ms-border-radius: 49px;
	-webkit-border-radius: 49px;
	-moz-border-radius: 49px;
	animation: ktajaxbubbling 1.5s infinite alternate;
	-o-animation: ktajaxbubbling 1.5s infinite alternate;
	-ms-animation: ktajaxbubbling 1.5s infinite alternate;
	-webkit-animation: ktajaxbubbling 1.5s infinite alternate;
	-moz-animation: ktajaxbubbling 1.5s infinite alternate;
}

#bt-ajax-bubbling_1 {
	animation-delay: 0s;
	-o-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
}

#bt-ajax-bubbling_2 {
	animation-delay: .45s;
	-o-animation-delay: .45s;
	-ms-animation-delay: .45s;
	-webkit-animation-delay: .45s;
	-moz-animation-delay: .45s;
}

#bt-ajax-bubbling_3 {
	animation-delay: .9s;
	-o-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
}

.bt-reviews-icon-star-empty:before {
	content: "";
}

.bt-reviews-icon-star-full:before {
	content: "";
}

.bt-reviews-icon-thumbs-up:before {
	content: "";
}

.bt-reviews-icon-thumbs-down:before {
	content: "";
}

a.bt-review-vote {
	display: inline-block;
	padding: 0;
	border: 1px solid var(--global-gray-400, #edf2f7);
	margin: 0 3px;
	line-height: 24px;
	width: 24px;
	text-align: center;
	font-size: 12px;
	color: var(--global-palette5, #4a5568);
	text-decoration: none;
}

a.bt-review-vote.bt-vote-review-selected, a.bt-review-vote:focus, a.bt-review-vote:hover {
	border-color: var(--global-palette4, #2d3748);
	color: var(--global-palette4, #2d3748);
}

.bt-review-helpful {
	margin-bottom: 10px;
	margin-right: 5px;
}

.bt-review-vote-container {
	margin-bottom: 5px;
}

a.bt-review-vote i {
	line-height: 24px;
}

.bt-review-vote-area {
	text-align: right;
	order: 10;
}

.rtl .bt-review-vote-area {
	text-align: left;
}

.bt-review-helpful, .bt-review-vote-container {
	display: inline-block;
}

#bt-modal-review-login.bt-modal-open {
	display: block;
}

#bt-modal-review-login.bt-modal-open .modal-dialog {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
}

#bt-modal-review-login.bt-modal-open .modal-content {
	position: relative;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	border-radius: .25rem;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
	background-clip: padding-box;
	outline: 0;
	padding: 2em;
	width: 100%;
	max-width: 380px;
	background: var(--global-palette9, #fff);
}

#bt-modal-review-login.bt-modal-open .modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.43px;
}

#bt-modal-review-login.bt-modal-open .modal-body {
	position: relative;
	padding: 20px;
}

#bt-modal-review-login.bt-modal-open .modal-header .close {
	margin-top: -2px;
	float: right;
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	color: var(--global-palette4);
	opacity: .8;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
}

#bt-modal-review-login #loginform .input {
	width: 100%;
	line-height: 30px;
}

#bt-modal-review-login .bt-review-vote-signup {
	font-weight: 700;
}

#bt-modal-review-login #loginform #wp-submit {
	background: #999;
	color: #fff;
	border: 0;
	padding: 6px;
	width: 100%;
	line-height: 30px;
}

#bt-modal-review-login #loginform #wp-submit:hover {
	background: #555;
}

#bt-reviews-overview {
	padding: 0 0 25px 0;
}

#bt-reviews-overview .bt_rating_bar_row {
	position: relative;
	margin-bottom: 5px;
	font-weight: 600;
	line-height: 20px;
}

#bt-reviews-overview .bt_rating_bar_row:last-child {
	margin-bottom: 0;
}

#bt-reviews-overview .bt_stars_value {
	width: 40px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

#bt-reviews-overview .bt_rating_bar {
	width: 100%;
	float: none;
	display: block;
	padding: 0 40px;
}

#bt-reviews-overview .bt_review_single_count {
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}

#bt-reviews-overview .bt_review_stats_bars:after, #bt-reviews-overview:after {
	clear: both;
	display: table;
	content: "";
}

#bt-reviews-overview .bt_review_stats_bars {
	width: 50%;
	position: relative;
	float: left;
	height: 120px;
	padding-left: 10px;
}

#bt-reviews-overview .bt_rating_bar_bg {
	background: var(--global-palette8, #f2f2f2);
	width: 100%;
	min-height: 20px;
	display: block;
}

#bt-reviews-overview .bt_perc_rating {
	min-height: 20px;
	background: var(--global-palette5, rgba(0, 0, 0, .5));
	display: block;
}

#bt-reviews-overview .bt_reviews_stats_total {
	width: 50%;
	height: 120px;
	float: left;
	padding-right: 10px;
	text-align: center;
	position: relative;
	background-color: var(--global-palette8);
	border-radius: 4px;
}

#bt-reviews-overview .bt_reviews_stats_total h3 {
	margin: 0;
	border: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translate(0, -50%);
}

#reviews .bt-featured-comment .star-rating {
	margin-right: 40px;
}

#reviews input#review-consent-input {
	display: inline-block;
	margin-right: 5px;
}

.comment_container {
	position: relative;
}

.bt-ajax-load-more-reviews-container {
	text-align: center;
	position: relative;
}

.bt-featured-review {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 1;
	text-align: center;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	width: 28px;
	line-height: 10px;
}

.bt-featured-review:after, .bt-featured-review:before {
	content: "";
	font-size: 10px;
	position: absolute;
	top: -10px;
	z-index: -1;
}

.bt-featured-review:after {
	height: 45px;
	border: 14px solid #f44336;
	box-sizing: border-box;
	border-top-width: 14px;
	border-bottom-color: transparent;
	right: 0;
}

.bt-featured-review:before {
	border-style: solid;
	border-color: transparent transparent #b71c1c;
	right: 28px;
	border-width: 0 0 10px 8px;
}

h5.bt_review_title {
	margin-bottom: 10px;
}

@media (max-width:767px) {
	#bt-reviews-overview .bt_review_stats_bars, #bt-reviews-overview .bt_reviews_stats_total {
		padding: 0;
		width: 100%;
		float: none;
	}
	
	#bt-reviews-overview .bt_reviews_stats_total {
		margin: 0 0 20px 0;
	}
}