.related-product-box.post-comments {
	float: right;
	width: 100%;
	background: #fff;
	box-shadow: 1px 1px 7px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
	-webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
	-ms-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
	-o-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
	border-radius: 3px;
	margin-bottom: 15px;
	font-family: !isans !important;
	position: relative;
}
.related-product-box-title h4 {
	margin: 18px 5px;
	color: #B53471;
}

form#commentform input {
	padding: 0 5px;
	height: 30px;
	background: #ecf0f1;
	border: none;
	font-family: iransans, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	background: url() no-repeat scroll right 6px #f6f6f6;
	text-indent: 10px;
	color: #888;
	width: 100%;
	border-radius: 3px;
	margin: 3px 0 !important;
	font-family: isans;
}
form#commentform p {
	margin:0px
}
form#commentform textarea {
text-indent: 10px;
	padding: 5px;
	width: 100%;
	background: #f6f6f6;
	border: none;
	overflow: auto;
	font-family: iransans, Helvetica, sans-serif;
	font-size: 12px;
	font-family: isans;
	color: #888;
	line-height: 22px;
}
form#commentform input:focus {
border: 1px solid rgb(255, 117, 26);
}
form#commentform input#submit {
	width: 100px;
	color: #fff;
	font-family: isans;
	background: #B53471;
	display: block;
	text-indent: 0;
	transition: all .3s;
	opacity: 1;
	margin: 5px 0 20px 0 !important;
	float: right;
}
form#commentform input#submit:hover {
	opacity: 1;
	background: #833471;
}
form#commentform input[type="submit"] {
    background: #f1c40f;
    color: #fff;
}
form#commentform input[type="submit"]:hover {
  
    background: #f39c12;
    color: #fff;
}
#commentform #email {
    background-position: right -21px !important;
}
#commentform #url {
	background-position: right -47px;
}
.post-comments h4::before {
	content: "\f086";
	font-family: 'fontawesome';
	font-size: 15px;
	margin-left: 5px;
}
.before-comment span {
    list-style: none outside none;
    color: #999;
    font-size: 10px;
}
.before-comment span::before {
	content: "\f06a";
	font-family: 'fontawesome';
	font-size: 13px;
	margin-left: 5px;
}
.before-comment-s.s1 a {
	color: #833471;
}
.before-comment-s.s2 a {
	color: #12CBC4;
}
#comments-title {
	font-size: 12px !important;
	font-weight: 400 !important;
	letter-spacing: -.5px;
	float: left;
	font: 11px isans,tahoma;
	color: #fff;
	background: #A3A3A3;
	padding: 4px 7px;
	border-radius: 3px;
	font-family: !isans !important;
	width: 100px;
	text-align: center;
	position: absolute;
	left: 25px;
	top: 10px;
}
.before-comment span {
	font-size: 12px;
}
.before-comment {
	margin: 20px 25px 15px 0;
}
.commentlist em {
    font-size: 9px;
    font-style: normal;
    color: #999;
   position: absolute;
top: 15px;
left: 150px;
}
.commentlist.post-comments li {
	background: #fafafa;
	padding: 45px 75px 15px 20px;
	margin-bottom: 10px;
	position: relative;
	border-radius: 5px;
	font-size: 12px;
	width: 97%;
	float: left;
	min-height: 135px;
}
.commentlist.post-comments li img {
	position: absolute;
	left: auto;
	right: -30px;
	top: 25px;
	width: 80px !important;
	height: 80px !important;
	border: 2px solid #12CBC4 !important;
	padding: 3px !important;
	border-radius: 50% !important;
	margin-left: 10px !important;
}
.commentsays {
	position: absolute;
	top: 5%;
	right: 10%;
	background: #12CBC4;
	color: #fff;
	padding: 4px 10px;
	border-radius: 3px;
}
.commentsays a {
	color: #fff !important;
	font-style: normal;
	font-weight: 900;
}
.comment-meta.commentmetadata {
	position: absolute;
	left: 2%;
	top: 5%;
	background: #A19F9F;
	padding: 4px 10px;
	border-radius: 3px;
}
.comment-meta.commentmetadata a {
	color: #fff !important;
}
.post-comments-content {
	
	padding: 0px 25px 25px;
}