
#new_comment_form .title {
	padding:10px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	background: #333
}
#new_comment_form ul.grade_content {list-style-type:none}
#new_comment_form .grade_content li {width:50%}
#new_comment_form .product {
	margin-bottom: 15px;
}
#new_comment_form .product img {
   border: 1px solid #ccc;
}
#new_comment_form .product .product_desc {
	line-height:18px;
	color:#666
}
#new_comment_form .product .product_desc .product_name {
	padding-bottom:5px;
	padding-top: 15px;
	font-size:18px;
	font-weight: 700;
}

#new_comment_form .grade_content {margin:0 0 20px 0}
#new_comment_form .grade_content span,
#new_comment_form .grade_content span {
	display:inline-block;
	padding:0 10px;
	width:150px;/* 160 */
	font-weight:bold
}
#new_comment_form .grade_content .cancel {margin-right:5px}

.new_comment_form_content .intro_form {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 12px
}

#new_comment_form label {
	display: block;
	margin:12px 0 4px 0;
	font-weight: bold;
	font-size: 12px;
	float: left;
}
#new_comment_form .submit {
	margin-top:20px;
	padding:0;
	font-size:13px;
	text-align:right;
	padding: 5px 15px;
	border-radius: 3px 3px 3px 3px;
}

#new_comment_form #criterions_list {
	padding: 0;
	list-style-type: none;
}

#new_comment_form #criterions_list li {
	margin-bottom: 10px;
}

#new_comment_form #criterions_list label {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	margin-top: 5px;
}

#new_comment_form #criterions_list .star_content {
	display: inline-block;
	vertical-align: top;
}

#new_comment_form #new_comment_form_footer {
	margin-top: 20px;
	font-size: 12px;
}

/* TAB COMMENTS ******************************************************************************** */
#product_comments_block_tab {margin:0 0 20px 0}

#product_comments_block_tab div.comment {
	margin:0 0 0 0;
	padding: 10px 0;
	border-bottom: 1px solid #f7f7f7;
}
#product_comments_block_tab div.comment:first-child {
	padding-top: 0;
}

#product_comments_block_tab div.comment div.comment_author {
	float: left;
	padding-right:25px;
	width: 140px;
	line-height:18px
}
#product_comments_block_tab div.comment div.comment_author span,
#product_comments_block_tab div.comment .star_content {
	float:left;
}
#product_comments_block_tab div.comment .star_content {margin: 0 0 0 5px}

#product_comments_block_tab .comment_author_infos {
	clear:both;
    padding-top: 8px;
}
#product_comments_block_tab .comment_author_infos i {
	font-size: 1.4rem;
}
#product_comments_block_tab .comment_author_infos .date-comment{
    margin-top: 10px;
    font-style: italic;
}

#product_comments_block_tab div.comment div.comment_details {
	float: left;
	overflow:hidden;
	width: calc(100% - 140px);
}
#product_comments_block_tab div.comment div.comment_details p {
	margin-bottom: 5px;
}
#product_comments_block_tab div.comment_details .title_block,

#product_comments_block_tab div.comment_details ul {
	list-style-type:none;
	margin:0;
	padding: 0;
	font-size:14px;
}

#product_comments_block_tab button.usefulness_btn {
	cursor: pointer;
	margin:0 0 0 5px;
	display: inline-block;
	padding: 0 3px;
	border: 1px solid #a7a7a7;
	border-radius: 2px;
	color: #222;
	background: #fff;
}
#product_comments_block_tab button.usefulness_btn.yes {
	background: #35a26b;
	color: #fff;
	border-color: #35a26b;
}

#product_comments_block_tab button.usefulness_btn:hover {background: #94cdd5;color: #fff; border-color: #94cdd5;}
#product_comments_block_tab button.usefulness_btn:active {background: #94cdd5;color: #fff;}

#product_comments_block_tab span.report_btn {cursor: pointer;margin-top:10px;color:#10b0f5;float:left;}
#product_comments_block_tab span.report_btn:hover {text-decoration:underline}
#new_comment_form_error {padding: 10px 15px;display: none;font-size: 1.3rem;}
#new_comment_form_error ul {list-style: none;margin-bottom: 0;}

.fl { float: left; }
.fr { float: right; }


#new_comment_form input {
    padding: 0 5px;
    height: 28px;
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
}
.cancel {
    overflow: hidden;
    float: left;
    margin: 0 1px 0 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.star {
    position: relative;
    display: block;
    float: left;
    width: 13px;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
}
.star a {
    display: block;
    position: absolute;
    text-indent: -5000px;
    width: 100%;
    height: 100%;
    background-position: 0 0;
}
sup.required {
    color: #cb3737;
}

sup {
    top: -.5em;
}
.star.star_on:after {
    content: url(../img/star-on.png);
}
.star:after {
    content: url(../img/star.png);
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0;
}
#WishlistModal .modal-header{padding:0;border-bottom:none;}
#WishlistModal button.close{
	position:absolute;
    width: 22px;
    height: 22px;
    background: #10b0f5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: -11px;
    top: -11px;
}
#WishlistModal button.close i {
    color: #fff;
    font-size: 14px;
    width: 22px;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: .3rem;
    outline: 0;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}
#product #content {
    position: relative;
}

#new_comment_form textarea:hover, #new_comment_form textarea:focus {
    outline: none;
    border-color: #10b0f5;
}
#new_comment_form .modal-header{position:relative;}
#new_comment_form .modal-header .close{position:absolute;top:11px; right:6px;} 
#new_comment_form textarea {
    padding: 0 5px;
    height: 80px;
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
}
#product_comments_block_extra {
    margin-bottom:7px;
}
#product_comments_block_extra .comments_note {
    display: inline-block;
    vertical-align: top;
    margin-right: 22px;
}
#product_comments_block_extra .comments_advices {
    display: inline-block;
    vertical-align: top;
}
#product_comments_block_extra .comments_advices i{margin-right:6px;}
#product_comments_block_extra .comments_advices .comments_advices_tab{margin-right:15px;}
#product_comments_block_extra .comments_note span, #product_comments_block_extra .comments_note .star_content {
    display: inline-block;
    vertical-align: top;
}