.d_reviewsBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.d_reviews_levelTitle {
	text-align: center;
}
.d_reviews_form {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	flex-direction: column;
}
.d_reviews_unclickable {
	color: #000000!important;
	cursor: default!important;
}
.d_reviews_reviewsContainer {
	width: 100%;
	display: flex;
	transition: 0.4s;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	opacity: 1;
}

.d_reviews_opacity {
	opacity: 0;
}

.d_reviews_sendReviewBox {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.d_reviews_emptyText {
	color: #999;
	font-style: italic;
}

.d_reviews_sendReviewBox h3 {
	color: #0ab10a;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.5px;
}

.d_reviews_sendReviewBox p {
	font-size: 16px;
	display: block;
	width: 100%;
	text-align: center;
	color: #0ab10a;

}

.d_reviews {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
	width: 100%;
}

.d_reviews h2 {
	width: 100%;
	font-weight: 400;
	font-size: 23px;
}

.d_reviews_starsBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.d_reviews_topBox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.d_reviews_bottomBox {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-top: 30px;
	flex-direction: column;
	align-items: end;
}

.d_reviews_bestSuitedBox {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	margin-right: 0;
}
.d_reviews_bestSuitedBox p {
	font-size: 12px;
}

.d_reviews_commentStatisticBox {
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.d_reviews_leftBox {
	width: 45%;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.d_reviews_courseRating {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.d_reviews_courseRating span {
	font-size: 46px;
}

.d_reviews_courseRating p {
	margin-top: 0;
}

.d_reviews_button {
	border: none;
	font-size: 14px;
	line-height: 1;
	padding: 14px 20px;
	font-weight: 600;
	outline: 0;
	letter-spacing: 0.5px;
	cursor: pointer;
	max-width: 240px;
}

.d_reviews_bestSuited {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	width: 100%;
	text-align: start;
	display: block;
}

.d_reviews_emptyLocal {
	margin: 20px 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.d_reviews_emptyLocal span {
	background: #EEEEEE;
	padding: 20px;
	width: 100%;
	margin: 20px 0 20px 0;
	border-radius: 3px;
}

.d_reviews_popularLevel {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background: #EEEEEE;
	padding: 10px;
	cursor: pointer;
	min-width: 180px;
}

.d_reviews_popularLevel:hover section {
	visibility: visible;
	opacity: 1;
}

.d_reviews_popularLevel section {
	visibility: hidden;
	opacity: 0;
	text-decoration: none;
	background: #fff;
	color: #000000;
	font-size: 12px;
	padding: 12px 18px;
	left: 0	;
	line-height: 1.8;
	right: 0;
	top: calc(100% + 10px);
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%);
	position: absolute;
	border-radius: 4px;
	transition: all .3s ease-in-out;
	z-index: 9;
	font-weight: normal;
	display: block;
	min-width: 240px;
}

.d_reviews_levelIcon {
	flex-shrink: 0;
}

.d_reviews_levelIcon svg {
	width: 25px;
	height: 25px;
}

.d_reviews_levelInfoIcon svg {
	width: 15px;
	height: 15px;
	margin-left: 10px;
}

.d_reviews_rightBox {
	width: 55%;
	display: flex;
	flex-direction: column;
}

.d_reviews_commentStatistic {
	display: flex;
	width: 100%;
	align-items: center;
	font-size: 13px;
	justify-content: space-between;
}

.d_reviews_commentStatistic span {
	width: 20%;
	text-align: center;
}

.d_reviews_commentStatistic div {
	width: 60%;
}

.d_reviews_usefulButtons {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.d_reviews_commentStatistic:not(:last-child) {
	padding-bottom: 10px;
}

.d_reviews_progressBar {
	width: 70%;
	background: #eee;
	height: 22px;
	border-radius: 5px;
	position: relative;
}

.d_reviews_progress {
	position: absolute;
	z-index: 9;
	background: #f5b80e;
	height: 22px;
	border-radius: 5px;
}

.d_reviews_createForm form {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

.d_reviews_createForm label {
	display: flex;
	flex-direction: column;
}

.d_reviews_oneReview {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-top: 20px;
	border-top: 2px solid #ebebeb;
}

.d_reviews_sortingBlock {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	border-top: 2px solid #ebebeb;
	padding-top: 20px;

}

.d_reviews_sortingBlock select {
	background: #ddd;
	border-radius: 4px;
	border-color: #c7c7c7;
	height: 35px;
	padding: 2px 6px;
	font-size: 15px;
	min-width: 140px;
}

.d_reviews_sortingBlock select:focus {
	outline: none;
}

.d_reviews_authorBlock {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
}

.d_reviews_initials {
	display: flex;
	color: white;
	text-transform: uppercase;
	border-radius: 50%;
	background: #686f7a;
	width: 45px;
	height: 45px;
	margin-right: 15px;
	font-size: 17px;
	align-items: center;
	font-weight: 600;
	justify-content: center;
}

.d_reviews_authorInfo span {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 15px;
}

.d_reviews_authorInfo p {
	margin-top: 10px;
}

.d_reviews_box {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	padding-bottom: 20px;
}

.d_reviews_contentBlock {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: flex-start;
}


.d_reviews_recommendedLevel {
	display: flex;
	align-items: center;
	margin-top: 20px;
	white-space: nowrap;
}

html[lang="fr-FR"] .d_reviews_recommendedLevel, html[lang="pt-BR"] .d_reviews_recommendedLevel {
	font-size: 14px;
}

html[lang="es-ES"] .d_reviews_recommendedLevel {
	font-size: 13px;
}

.d_reviews_recommendedLevelIcon {
	flex-shrink: 0;
}

.d_reviews_recommendedLevelIcon svg {
	width: 25px;
	height: 25px;
}

.d_reviews_Advanced svg path {
	fill: #b43c2b !important;
}

.d_reviews_Beginner svg path, .d_reviews_allLevels svg path {
	fill: #628a4f !important;
}

.d_reviews_Intermediate svg path {
	fill: #2d7cba !important;
}

.d_reviews_usefulBox {
	display: flex;
	font-size: 15px;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.d_reviews_usefulBox span {
	color: #686868;
	display: block;
	margin-right: 0;
}

.d_reviews_usefulBox a {
	display: block;
	padding: 5px 12px;
	border: 1px solid;
	border-color: #b6b5b5;
	cursor: pointer;
	color: #686868;
	transition: border-color 0.3s;
}

.d_reviews_usefulBoxLikedButton {
	margin:0 10px;
}

.d_reviews_usefulBox a:hover {
	border-color: #000000;
}

.d_reviews_countHelpfulBox {
	color: #8a8a8a;
	font-size: 14px;
	margin: 20px 0;
}

.d_reviews_showMoreContentBox {
	white-space: nowrap;
	display: inline !important;
}

.d_reviews_showMoreContent {
	cursor: pointer;
	color: #797979;
	border-bottom: 1.5px solid #888;
	display: inline-block;
	line-height: 1.4;
	font-size: 16px;
}

.d_reviews_showMoreContent:hover {
	color: #ee7105;
	border-bottom: 1.5px solid #ee7105;
}

.d_reviews_hiddenContent {
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: 0.3s;
}

.d_reviews_ShowContent {
	display: inline !important;
	height: 100% !important;
	max-height: 100% !important;
}

.d_reviews_textContent {
	font-size: 16px;
	line-height: 1.5;
	position: relative;
}

.d_reviews_feedback {
	color: #05bf49 !important;
	background-image: url(/wp-content/themes/draw/shared/reviews/check.png);
	background-repeat: no-repeat;
	background-position-y: 4px;
	background-size: 20px;
	margin-right: 0 !important;
	padding-left: 23px;
}

.d_reviews_hidden {
	display: none !important;
}

.d_reviews_verify {
	font-size: 14px;
	margin-bottom: 10px;
	letter-spacing: 0.3px;
	font-weight: bold;
	color: #B12704;
}

.d_reviews_authorInfo {
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.d_reviews_firstElement {
	border-top: none !important;
}

.d_reviews_filterByStars {
	color: #5271c5;
	cursor: pointer;
}

.d_reviews_advantages {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

.d_reviews_advantages section {
	display: flex;
	align-items: center;
	justify-content: left;
	padding-bottom: 10px;
}

.d_reviews_advantages section svg {
	width: 15px;
	height: 15px;
}

.d_reviews_advantagesCheckIcon svg {
	fill: #7fd74d;
	margin-right: 15px;
}

.d_reviews_advantagesThumbIcon svg path {
	fill: #f5b80e;

}

.d_reviews_advantagesThumbIcon svg {
	margin-right: 10px;
}

.d_reviews_mostLikedTitle {
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 10px;
}

.d_reviews_commentBoxTitle {
	margin-top: 30px;
	display: block;
	width: 100%;
	text-align: left;
	padding-bottom: 25px;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-size: 18px;
}

.d_reviews_commentBoxTitle section {
	display: inline-block;
}

.d_reviews_loadMoreBtn {
	border-width: 0.502px;
	border-color: #BDBCBC;
	border-style: solid;
	border-radius: 2px;
	background-color: #EBEBEB;
	font-size: 16px;
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 60px auto 20px auto;
	max-width: 300px;
	width: 100%;
	padding: 12px 10px;
	letter-spacing: 0.5px;
	font-weight: 600;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.d_reviews_loadMoreBtn:hover {
	background-color: #e4e4e4;
}

.d_reviews_usefulBox a:first-child {
	margin-right: 15px;
	margin-left: 25px;
}

.d_reviews_header {
	width: 100%;
}

.d_reviews_advantagesText {
	width: 100%;
	padding-right: 15px;
}

.d_reviews_replyBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 1em;
	background: #e6e6e6;
	margin: 25px 0 5px 0;
	align-items: self-start;
}

.d_reviews_replyBox p {
	margin: 0;
}

.d_reviews_replyBox span {
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	text-align: start;
	margin-bottom: 8px;
}

.d_reviews_disabledButton {
	background: #dddddd;
	cursor: default;
}

.d_reviews_disabledButtonBox {
	display: flex;
	flex-direction: column;
	position: relative;
}

.d_reviews_disabledButtonBox:hover section {
	visibility: visible;
	opacity: 1;
}

.d_reviews_disabledButtonBox section {
	visibility: hidden;
	opacity: 0;
	text-decoration: none;
	background: #fff;
	color: #000000;
	font-size: 12px;
	padding: 12px 18px;
	left: 0	;
	line-height: 1.8;
	right: 0;
	top: calc(100% + 10px);
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%);
	position: absolute;
	border-radius: 4px;
	transition: all .3s ease-in-out;
	font-weight: normal;
	display: block;
	width: 235px;
	z-index: 10;
}
.d_reviews_emptyBox {
	margin: 10px 0 !important;
}
.d_reviews_avatarBox {
	display: flex;
	width: 45px;
	height: 45px;
	margin-right: 15px;
	align-items: flex-start;
}

.d_reviews_avatarBox span{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	border: 1px solid #dedede;
}

.d_reviews_translateAllComments, .d_reviews_originalAllComments {
	cursor: pointer;
	margin-bottom: 20px;
	color: #e87005;
	transition: 0.3s;
	font-size: 16px;
	display: inline-block;
}

.d_reviews_translateComment {
	cursor: pointer;
	margin-top: 10px;
	color: #e87005;
	transition: 0.3s;
	font-size: 16px;
	display: inline-block;
}
.d_reviews_originalReviewLang {
	cursor: pointer;
	margin-top: 10px;
	color: #e87005;
	transition: 0.3s;
	font-size: 16px;
	display: inline-block;
}

.d_reviews_translateAllComments:hover,
.d_reviews_translateComment:hover,
.d_reviews_originalReviewLang:hover,
.d_reviews_originalAllComments:hover {
	color: #000000;
}
.d_reviews_markOfTranslate {
	font-size: 14px;
	margin: 10px 0 0 0;
}
.d_reviews_languageSeparator {
	display: inline-block;
	background: #d9d9d9;
	height: 30px;
	position: relative;
	z-index: 10;
	width: calc(100% + 54px);
	left: -27px;
}

.d_reviews_loaderBox {
	background: #ffffffcf;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	align-items: center;
	display: none;
	justify-content: center;
}

.d_reviews_loaderActiveBox {
	display: flex !important;
}

.d_reviews_loader {
	border: 2px solid transparent;
	border-top: 2px solid #e87005;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	animation: d_spin .5s linear infinite;
}

@keyframes d_spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@media (min-width: 992px) {
	.d_reviews_topBox {
		flex-direction: row;
		align-items: flex-end;
	}

	.d_reviews_commentStatisticBox {
		width: 60%;
		margin-top: 0;
	}

	.d_reviews_courseRating {
		width: 40%;
	}

	.d_reviews_authorInfo {
		flex-direction: column;
		width: auto;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.d_reviews_box {
		flex-direction: row;
	}

	.d_reviews_contentBlock {
		width: 55%;
	}

	.d_reviews_authorBlock {
		width: 45%;
		margin-bottom: 0;
	}

	.d_reviews_initials {
		width: 40px;
		height: 40px;
	}
}


@media (min-width: 768px) {

	html[lang="fr-FR"] .d_reviews_recommendedLevel, html[lang="pt-BR"] .d_reviews_recommendedLevel, html[lang="es-ES"] .d_reviews_recommendedLevel {
		font-size: initial;
	}

	.d_reviews_emptyLocal span {
		padding: 20px 30px;
	}

	.d_reviews_languageSeparator {
		width: calc(100% + 90px);
		left: -45px;
	 }

	.d_reviews_avatarBox {
		width: 40px;
		height: 40px;
	}

	.d_reviews_popularLevel section {
		left: -35%;
	}
	.d_reviews_usefulBoxLikedButton {
		margin-right: 15px;
		margin-left: 25px;
	}

	.d_reviews_bestSuited {
		text-align: center;
	}

	.d_reviews_bestSuitedBox {
		width: 40%;
		margin-right: 10%;
		align-items: center;
	}

	.d_reviews_bottomBox {
		flex-direction: row;
	}
}