
.reviewer-initial {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.2rem;
}

.flag-icon {
	border: 1px solid #eee;
}

.helpful-btn:hover {
	color: #0d6efd !important;
}

.review-body .review-title {
	color: #333;
}

.supplier-reply {
	border-left: 3px solid #0d6efd;
	font-size: 0.9em;
}

.reviewed-product-box .product-link {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.reviewed-product-box .product-link:hover {
	text-decoration: underline !important;
}

.helpful-btn.voted, .helpful-btn.voted i {
	color: #0d6efd !important;
	font-weight: bold;
}



.btn-custom-primary {
	background-color: #1e4356;
	border-color: #1e4356;
	color: #fff;
}
.btn-custom-primary:hover {
	background-color: #15303d;
	border-color: #15303d;
	color: #fff;
}

.btn-outline-custom-primary {
	color: #1e4356;
	border-color: #1e4356;
}
.btn-outline-custom-primary:hover {
	color: #fff;
	background-color: #1e4356;
	border-color: #1e4356;
}

.review-item-hidden {
	display: none;
}

