#comments,
.comment-form,
.ajax-comments-form-add {
	position: relative;
}
.comment-form {
	margin-bottom: 10px;
}

#comments .alert-block {
	position: absolute;
	left: 10%;
	width: 80%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
	z-index: 10;
	margin: 0;
}
#comments .alert-block.alert-danger {
	bottom: 40px;
}
#comments .alert-block.alert-warning {
	top: 250px;
}

.indented {
	margin: 5px 0 0 40px;
	background: #fafafa;
	padding: 10px 20px;
}


/* ----------------------- comment --------------------------- */
.block-reviews-wrapper {
	margin-top: 40px;
}
.indented .block-reviews-wrapper {
	margin-top: 0;
}
.block-reviews-date {
	color: #90a4ae;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
	text-align: right;
}
.block-reviews-autor {
	color: #546e7a;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
}
.block-reviews-comment-producer {
	color: #b0bec5;
    font-size: 13px;
}

.block-reviews-body {
	padding-top: 10px;
}

.block-reviews-body p {
	color: #263238;
    font-family: Verdana,Arial,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
	margin: 0;
}
.block-reviews-body a {
	color: #546e7a;
	text-decoration: underline;
}
.block-reviews-body ul, 
.block-reviews-body ol {
	padding: 0 0 0 30px;
	margin: 10px 0;
}
.block-reviews-body ul li,
.block-reviews-body ol li {
	color: #263238;
    font-family: Verdana,Arial,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
}
.block-reviews-body ul {
	list-style: disc outside;
}

@media (max-width: 600px) {
	.block-reviews-comment-producer {
		display: block;
		padding: 0 0 5px;
	}
	.block-reviews-body {
		word-wrap: break-word;
	}
}
/* END comment */


/* ----------------------------------- comment FORM ----------------------------------------- */
.fivestar-basic div.fivestar-widget .star, 
.fivestar-basic div.fivestar-widget .star a,
.fivestar-basic div.fivestar-widget div.hover a {
	background: none;
} 
div.fivestar-widget .star {
	text-indent: 0px;
	height: 17px;
}

div.fivestar-widget .star a:before {
	content: '\f006';
	font-family: FontAwesome;
	color: #c0ca33;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 0 1px;
	
}
div.fivestar-widget div.hover a:before {
	content: '\f005';
	font-family: FontAwesome;
	color: #c0ca33;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 0 1px;
}

div.fivestar-widget div.on a:before {
	content: '\f005';
	font-family: FontAwesome;
	color: #9e9d24;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 0 1px;
}
div.fivestar-widget div.on.hover a:before{
	color: #c0ca33;
}
.form-item-captcha-response {
	display: none;
}
.comment-form input,
.comment-form input:focus {
	border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    color: #263238;
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding: 6px 12px;
}
.comment-form input:focus {
	box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.2)
}

.field-type-fivestar label {
	float: left;
	margin: 0 10px 0 0;
	color: #90a4ae;
	font-size: 15px;
    line-height: 20px;
	font-weight: normal;
}
.form-item-field-rating-und-0-rating {
	/*
	float: left;
	*/
}


/* -- submit --  */
.comment-form .form-submit {
	display: inline-block;
	float: none;
	background: #009746;
	color: #f0f4c3;
	border-width: 1px;
	border-style: solid;
	border-color: #00a84e #00632e #00632e #00a84e;
	border-radius: 0;
	padding: 6px 12px;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
.comment-form .form-submit:hover {
	background: #00632e;
	color: #f9fbe7;
	border-color: #009646 #004a23 #004a23 #009646;
}
.comment-form .form-submit.progress-disabled {
	background: #9e9e9e;
	color: #fff;
	border-color: #bdbdbd #757575 #757575 #bdbdbd;
}
.ajax-progress-throbber {
	display: none;
}

/* -- ckeditor -- */
div.cke {
    border: none;
    box-shadow: none;
}
div.cke_contents,
span.cke_chrome {
	border: none;
}


span.cke_top {
    background: #eceff1;
    border-bottom: none;
    box-shadow: none;
    padding: 0 10px 5px 0;
}
.open-form span.cke_top {
    background: #e5e8ea;
}
span.cke_toolgroup {
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 0;
}
span.cke_toolgroup a.cke_button,
span.cke_toolgroup a.cke_button:last-child,
span.cke_toolgroup a.cke_button:first-child {
	border-radius: 50%;
	border: 1px solid #cfd8dc;
	background: transparent;
	margin: 0 2px;
	box-shadow: none;
	padding: 5px 0 0;
    text-align: center;
    width: 30px;
	height: 25px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
span.cke_toolgroup a.cke_button:hover {
	border: 1px solid #90a4ae;
}
span.cke_button_icon {
	display: none;
}
a.cke_button:before {
	display: block;
	font-family: FontAwesome;
	font-size: 17px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
	color: #cfd8dc;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
a.cke_button:hover:before {
	color: #90a4ae;
}
a.cke_button.cke_button__numberedlist:before {
	content: '\f0cb';
}
a.cke_button.cke_button__bulletedlist:before {
	content: '\f0ca';
}
a.cke_button.cke_button__link:before {
	content: '\f127';
}
a.cke_button.cke_button__bold:before {
	content: '\f032';
	font-weight: bold;
}
a.cke_button.cke_button__italic:before {
	content: '\f033';
}
a.cke_button.cke_button__underline:before {
	content: '\f0cd';
}

span.cke_bottom {
    display: none;
}
/*  -- END comment FORM --  */

/* --------------------------------- button & description ADD REVIEWs ------------------------------ */
.btn-add-review {
	margin: 0;
	padding: 0;
	font-size: 17px;
    font-style: normal;
    font-weight: normal;
	line-height: 20px;
}
.span-btn-add-review {
	display: inline-block;
	cursor: pointer;
	padding: 8px 14px 10px 14px;
	background: #e5e8ea;
	color: #90a4ae;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
.ico-add-review {
	font-size: 18px;
	display: inline-block;
	margin: 0 5px 0 0;
}
.span-btn-add-review:hover {
	background: #cfd8dc;
	color: #607d8b;
}

.description-review-form {
	color: #b0bec5;
	font-size: 12px;
    font-style: normal;
    font-weight: normal;
	line-height: 15px;
	margin-bottom: 20px;
}
.description-review-form p {
	margin: 0;
}
.description-review-form .description {
	margin: 0 0 5px 0;
}
.container-form-review.open-form {
	padding: 10px;
	background: #e5e8ea;
}

/* -- END button & description ADD REVIEWs -- */



/* ---- comment ADMIN ---- */
.comment-form fieldset[id*="edit-author--"]  {
	display: none;
}
/* ---- END comment ADMIN ---- */


