.col-md-6.ReviewHeding {
    display: flex;
    width: 227px;
    height: 17px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.ReviewWriteBtn {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.42px;
	border-radius: 6px;
	background: #046461;
}

 .progress-bar {
	width: 172px;
	height: 5px;
	background-color: #F0F0F0;
	border-radius: 5px;
	margin-bottom: 15px;
	overflow: hidden;
}

.progress {
	width: 0;
	height: 100%;
	background-color: #F47322;
	border-radius: 5px;
	transition: width 0.3s ease-in-out;
}
.CustomProgressBar {
    align-items: baseline;
}
.ratingCount{
    color: #666;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.24px;
	padding-right: 10px;
	width: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}
.review-block-name {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.review-block-rate {
    display: flex;
    align-items: center;
}
.ratingDate {
    color: #666;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.24px;
	    padding-left: 5px;
}

.ratingStar {
    padding: 2px;
}
.rating-block
{
	    padding-top: 20px;
}
div#AddProductReviewModal {
    height: fit-content;
} 
#loadMoreReviewBtn
{
	color: #046461;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 171.429% */
	letter-spacing: 0.28px;
	text-decoration-line: underline;
	margin-top: 20px;
    margin-bottom: 20px;
}
.userReviewRow {
    margin-top: 30px;
}
button#OpenProductReviewLoginForm {
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .HorizontalLine {
    display:none;
  }
}
