/* ------------------------------------------------------------ *\
	Reviews
\* ------------------------------------------------------------ */

.reviews li:before {
	display: none
}

.reviews .review {
	padding: 30px 0;
	border-radius: 5px;
	margin-bottom: 20px
}

.reviews .review:nth-child(2n) {
	background-color: #f7f7f7
}

.reviews .review .review-head {
	padding-bottom: 0;
	border-bottom: none;
	justify-content: flex-start
}

.reviews .review+.review {
	border-top: 1px solid #ddd;
	margin-top: 0
}

.reviews .reviews-actions .button {
	border-radius: 0;
	margin: 0 -15px;
	width: calc(100% + 30px)
}

/*.reviews .stars {*/
/*background-image: url(../images/ico-star-white-background.svg); */
/*}*/

.reviews-default {
	padding-bottom: 50px
}

.reviews-default .review {
	padding: 30px 10px 15px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 15px
}

.reviews-default .review .review-head {
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 1px solid #e9eaed
}

.reviews-default .review .review-head .stars,
.reviews-default .review .review-head .stars span {
	width: 113px;
	height: 23px;
	background-size: auto 100%
}

.reviews-default .reviews-actions .button {
	background-color: #52576a;
	color: #fff;
	border-color: #52576a;
	border-radius: 5px;
	width: 100%;
	margin: 0
}

/*Likes/Dislikes*/
.like.is-liked {
	animation-name: like;
	animation-duration: .8s;
	animation-timing-function: steps(28);
	animation-fill-mode: forwards
}

.review p {
	font-family: "Open Sans", sans-serif !important
}

/*#be-anonymous+label:before {*/
/*content: "";*/
/*width: 18px;*/
/*height: 18px;*/
/*!*margin-right: 10px;*!*/
/*background: #2196F3;*/
/*border: none;*/
/*top: 1px;*/
/*right: 0;*/
/*left: auto;*/
/*border-radius: 2px;*/
/*position: absolute;*/
/*}*/
/*#be-anonymous:checked+label:before {*/
/*content: "";*/
/*position: absolute;*/
/*!*left: 4px;*!*/
/*top: 0px;*/
/*width: 9px;*/
/*height: 15px;*/
/*border: solid#1b2f59;*/
/*border-width: 0 3px 3px 0;*/
/*-webkit-transform: rotate(45deg);*/
/*-ms-transform: rotate(45deg);*/
/*transform: rotate(45deg);*/
/*border-color: #fff;*/
/*right: 0px;*/
/*width: 8px;*/
/*height: 14px;*/
/*}*/


@keyframes like {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: right
	}
}

@media (min-width: 768px) {
	.reviews {
		margin: 0 -15px
	}

	.reviews .review {
		padding: 30px 15px 15px
	}

	.reviews .review:nth-child(2n) {
		background-color: #f7f7f7
	}

	.reviews .review+.review {
		border-top: none
	}

	.reviews .reviews-actions .button {
		width: 100%;
		margin: 0
	}

	.reviews .reviews-foot {
		padding: 0 15px
	}

	.reviews-default {
		margin: 0
	}

	.reviews-default .review:nth-child(2n) {
		background-color: #fff
	}
}

/* ------------------------------------------------------------ *\
	Review
\* ------------------------------------------------------------ */


.review .review-head {
	display: flex;
	/* align-items: center; */
	align-items: flex-start;
	margin-bottom: 10px
}

.review .review-head h3 {
	margin: 0 0 3px;
	font-size: 21px;
	text-transform: none;
	color: #181f38
}

.review .review-head .stars {
	margin-left: 0
}

.review .review-body h5 {
	float: left;
	width: 65px;
	margin-top: 3px;
	text-transform: uppercase;
	color: #21c24a;
	font-size: 16px;
	font-weight: 400
}

.review .avatar {
	width: 56px;
	background: none
}

.review .review-entry {
	overflow: hidden;
	color: #181f38
}

.review .review-pros h5 {
	color: #21c24a
}

.review .review-cons h5 {
	color: #ff001e
}

.review .review-foot ul {
	list-style: none;
	color: #181f38;
	opacity: .7;
	/*padding-left: 50px; */
	padding-left: 0px;
	margin-bottom: 0
}

.review .review-foot ul:after {
	content: '';
	display: table;
	clear: both;
	line-height: 0
}

.review .review-foot li {
	float: left
}

.review .review-foot li+li {
	position: relative;
	padding-left: 25px
}

.review .review-foot li+li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 10px;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	transform: translateY(-50%);
	background-color: #8b8b95
}

.review .review-foot i {
	font-size: 16px;
	vertical-align: middle;
	color: #181f38;
	opacity: .7
}

.review .review-foot li.active-pros i,
.review .review-foot li.active-pros {
	color: #21c24a;
	opacity: 1
}

.review .review-foot li.active-cons i,
.review .review-foot li.active-cons {
	color: #ff001e;
	opacity: 1
}

.review .button {
	padding: 10px 20px
}

.review-likes-text,
.review-dislikes-text {
	padding-left: 5px
}

.reviews-popup-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5
}

.reviews-popup-body::-webkit-scrollbar {
	width: 10px;
	background-color: #606175
}

.reviews-popup-body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #606175
}

.review .js-readonly-stars {
	margin-top: 4px;
	margin-left: 10px
}

/* ------------------------------------------------------------ *\
	Reply review
\* ------------------------------------------------------------ */
.reply-review a,
.review .reply-review i {
	color: #2A7DFB;
	opacity: 1;
	text-decoration: none;
	text-transform: inherit
}

.reply-review-wrapper {
	margin: 20px 0 20px 20px;
	padding-left: 25px;
	display: none
}

.reply-review-wrapper>.review-head-inner>h3 {
	font-size: 21px;
	margin: 0;
	margin-bottom: 10px;
	text-transform: inherit
}

.reply-review-button {
	margin: 15px 0
}

.reply-review-wrapper:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 195px;
	top: 0;
	left: 10px;
	background: #B0B5BE
}

.reply-wrapper {
	min-height: 100px;
	margin: 20px 0
}

.reply-wrapper:before {
	content: "";
	position: absolute;
	width: 2px;
	min-height: 100px;
	top: 0;
	left: 3px;
	background: #B0B5BE
}

.reply-text {
	padding: 5px 15px
}

.reply-text a {
	color: #337ab7
}

/*Reply success form*/
.form-review-success,
.form-review-error {
	text-align: center;
	/*padding-bottom: 80px;*/
	min-height: 450px;
	background-color: #fff
}

.form-review-success>div,
.form-review-error>div {
	color: #1B193C;
	font-size: 27px
}

.form-review-success>div>i {
	color: #21C24A
}

.form-review-error>div>i {
	color: #E83F3B
}

.see-all-replies-button {
	color: #2A7DFB;
	font-size: 16px;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 15px
}

.all-replies-wrapper {
	display: none
}

.all {
	display: block
}

@media (min-width: 768px) {
	.review .review-head-inner h3 {
		float: left
	}

	.review .review-head-inner .stars {
		float: left;
		margin-left: 10px
	}

	.review .review-body h5 {
		float: none
	}

	.review .review-foot ul {
		padding-left: 0
	}
}

/* ------------------------------------------------------------ *\
	Reviews Popup
\* ------------------------------------------------------------ */

#reviews-popup {
	padding-right: 0 !important
}

.reviews-popup .modal-content {
	/* padding: 15px;   */
	overflow: hidden
}


.reviews-popup .operator-logo {
	display: none;
	width: 90px;
	float: left
}

.reviews-popup .reviews-popup-title {
	color: #181f38;
	margin-top: 15px;
	margin-bottom: 0;
	float: left
}

.reviews-popup .reviews-popup-title span {
	color: #a2a2a2
}

.reviews-popup .reviews-popup-head {
	/* margin-bottom: 15px;  */
	padding: 15px
}

.reviews-popup .reviews-popup-head:after {
	content: '';
	display: table;
	clear: both;
	line-height: 0
}

.reviews-popup .reviews-popup-head-left {
	float: left
}

.reviews-popup-head-left img {
	width: 120px;
	float: left
}

.reviews-popup .reviews-popup-head-right {
	float: right
}

.reviews-popup .button-close {
	display: none
}

.reviews-popup .reviews-popup-head .button {
	display: none;
	padding: 10px
}

.reviews-popup .section-reviews .section-head {
	display: none
}

.reviews-popup .section-reviews {
	padding-top: 0
}

.reviews-popup .reviews {
	padding: 0 15px
}

.reviews-popup .button-close {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	color: #181f38
}

.reviews-popup-default .modal-content {
	padding-top: 0
}

.reviews-popup-default .reviews-popup-head {
	background-color: #F2F2F2
}

.reviews-popup .reviews-popup-footer {
	/* position: fixed; 
		left: 0; 
		right: 0; 
		bottom: 0; 
		padding: 15px; 
		text-align: center; 
		background: #fff;  */
}

@media (min-width: 768px) {
	.reviews-popup .modal-content {
		padding-bottom: 0
	}

	.reviews-popup .modal-dialog {
		width: auto;
		max-width: 846px
	}

	.reviews-popup .operator-logo {
		display: inline-block
	}

	.reviews-popup .reviews-popup-body {
		max-height: 70vh;
		/* margin: 0 -15px; 
		padding: 0 15px;  */
		overflow-y: auto
	}

	.reviews-popup .button-close {
		display: none
	}

	.reviews-popup .reviews-popup-head .button {
		display: inline-block;
		vertical-align: middle;
		padding: 10px 20px
	}

	.reviews-popup .reviews-popup-footer {
		display: none
	}

	.reviews-popup .reviews {
		padding: 0
	}
}

/* ------------------------------------------------------------ *\
	Reviews Popup loader css
\* ------------------------------------------------------------ */
.review-popup-loader {
	background: #fff;
	min-height: 300px;
	padding: 12em 0
}

.lds-roller {
	display: block;
	position: relative;
	width: 64px;
	height: 64px;
	margin: 0 auto
}

.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 32px 32px
}

.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #181f38;
	margin: -3px 0 0 -3px
}

.lds-roller div:nth-child(1) {
	animation-delay: -0.036s
}

.lds-roller div:nth-child(1):after {
	top: 50px;
	left: 50px
}

.lds-roller div:nth-child(2) {
	animation-delay: -0.072s
}

.lds-roller div:nth-child(2):after {
	top: 54px;
	left: 45px
}

.lds-roller div:nth-child(3) {
	animation-delay: -0.108s
}

.lds-roller div:nth-child(3):after {
	top: 57px;
	left: 39px
}

.lds-roller div:nth-child(4) {
	animation-delay: -0.144s
}

.lds-roller div:nth-child(4):after {
	top: 58px;
	left: 32px
}

.lds-roller div:nth-child(5) {
	animation-delay: -0.18s
}

.lds-roller div:nth-child(5):after {
	top: 57px;
	left: 25px
}

.lds-roller div:nth-child(6) {
	animation-delay: -0.216s
}

.lds-roller div:nth-child(6):after {
	top: 54px;
	left: 19px
}

.lds-roller div:nth-child(7) {
	animation-delay: -0.252s
}

.lds-roller div:nth-child(7):after {
	top: 50px;
	left: 14px
}

.lds-roller div:nth-child(8) {
	animation-delay: -0.288s
}

.lds-roller div:nth-child(8):after {
	top: 45px;
	left: 10px
}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

@media (max-width: 767px) {
	.review .review-body h5 {
		font-size: 14px;
	}
}	