.comment-box {
    width: 100%;
    
	
	/*padding: 13px;*/
	padding-right: 0px;
	
}

.review-box {
    width: 100%;
    
	
	/*padding: 13px;*/
	padding-right: 0px;
	
}
.comment-container-block {
	border-bottom: 1px solid #eee;
}
.comment-container-block:last-child {
	border-bottom: 0px;
	margin-bottom: 13px;
}
.comment-reply-container {
	border-bottom: 1px solid #eee;
}
.comment-reply-container:first-child {
	border-top: 1px solid #eee;
}
.comment-reply-container:last-child {
	border-bottom: 0px solid #eee;
	marin-bottom: 13px;
}






.review-reply-container {
	border-bottom: 1px solid #eee;
}
.review-reply-container:first-child {
	border-top: 1px solid #eee;
}
.review-reply-container:last-child {
	border-bottom: 0px solid #eee;
	margin-bottom: 13px;
}


.review-container-block {
	border-bottom: 1px solid #eee;
}
.review-container-block:last-child {
	border-bottom: 0px solid #eee;
	margin-bottom: 13px;
}


.container-row {
    width: 100%;
    display: flex;
    overflow:visible;
}
.container-row > .profile {
    width: 70px;
    float: left;
    padding: 13px;
}
.container-row > .profile img{
    width: 50px;
	height: 50px;
    border-radius: 50%;
}
.container-row > .profile .name {
   padding: 13px;
    background: yellow;
}
.container-row > .rating-container {
    overflow: hidden;

}
.container-row > .rating-container .rating {
    width: 87px;
    float: left;
}
.container-row > .rating-container .bullet {
    color: #aaa;
}
.container-row > .rating-container .time {
   
    
}
.container-row > .content {
	padding: 13px;
	padding-bottom: 0px;
    width: 100%;
    float: right;
	padding-right: 0px;
}
.container-row > .content > .comment {
}
.container-row > .content > .feedback {
}
.container-row > .content1 .meta{
    width: 100%;
    
}
.comment-reply-editor {
	resize: none;
	overflow: hidden;
	overflow-y: scroll;
    min-height: 50px;
	max-height: 150px;
}


.comment-reply-container > .new-comment-container > .user-container {
	width: 100%;
    display: flex;
    overflow: hidden;
    padding: 13px;
	background: orange;
}
.comment-reply-container > .new-comment-container > .user-container > .profile {
	width: 70px;
    float: left;
}
.comment-reply-container > .new-comment-container > .user-container > .profile img{
    width: 50px;
	height: 50px;
    border-radius: 50%;
}
.comment-reply-container > .new-comment-container > .user-container > .content {
    float: left;
}



.new-review-container {
	width: 100%;
}
.hide {
	display: none!important
}