/**
 * Compatibility for Prestashop 1.6
 */

#lineven_homecomments_extra_links {padding: 8px 8px 4px 8px; font-weight: bold; line-height: 18px; border: 1px solid #d6d4d4; background: #fbfbfb; margin: 12px 0 12px; }
.lineven_homecomments_links_reviews li { padding-top:2px; display: inline-block; line-height: 30px; }
@media (min-width: 768px) and (max-width: 991px) {
	.lineven_homecomments_links_reviews li { display: block; line-height: 20px; }
}
.lineven_homecomments_links_reviews a { text-decoration: none; color: #777777; position: relative; margin-right: 8px; line-height: 30px; padding: 0; display: inline-block; }
@media (min-width: 768px) and (max-width: 1199px) {
	.lineven_homecomments_links_reviews a {float: none; line-height: 20px; }
}
.lineven_homecomments_links_reviews a:before {
      background: #929292;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      color: white;
      display: inline-block;
      font-family: "FontAwesome";
      font-size: 15px;
      font-weight: normal;
      height: 30px;
      line-height: 30px;
      margin-right: 6px;
      text-align: center;
      width: 30px;
      /*max 1199px*/
}
@media (max-width: 1199px) {
	.lineven_homecomments_links_reviews a:before { display: none; }
}
.lineven_homecomments_links_reviews a.reviews_read:before { content: "\f0e5"; }
.lineven_homecomments_links_reviews a.reviews_write:before { content: "\f040"; }
.lineven_homecomments_links_reviews a:hover { color: #333333; }
@media (min-width: 768px) and (max-width: 991px) {
	.lineven_homecomments_links_reviews a.reviews_read { margin-right: 0; padding: 0; border: none; }
	.lineven_homecomments_links_reviews a.reviews_write { margin-right: 0; padding: 0; border: none; }
}