<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Compatibility for Prestashop 1.6
 */

#lineven_homecomments .list_reviews { font-size: 13px; clear:both; }
#lineven_homecomments .list_reviews .review { clear:both; padding: 6px; }
#lineven_homecomments .list_reviews .review .header { float: left; font-size: 15px; width: 240px; padding: 8px; }
#lineven_homecomments .column .list_reviews .review .header { float: none; width: auto;}

#lineven_homecomments .list_reviews .review .header .rate_star {float: left; margin-bottom: 20px; }
#lineven_homecomments .list_reviews .review .header .date { float: right;}
#lineven_homecomments .list_reviews .review .header .customer_name { clear:both; float:left; }
#lineven_homecomments .list_reviews .review .header .customer_age { float:left; margin-left: 10px;font-size: 12px; }
#lineven_homecomments .list_reviews .review .header .customer_nb_products { clear:both; font-size: 11px; font-style: italic; }
#lineven_homecomments .list_reviews .review .content { padding: 8px; margin-left: 240px; border-left: 1px solid silver; min-height: 0px;}
#lineven_homecomments .column .list_reviews .review .content { clear:both; border-left: none; border-bottom: 1px solid silver; margin-left: 0; min-height: 0;}

#lineven_homecomments .list_reviews .review .content .usefulness-like { clear: both; float: left; }
#lineven_homecomments .list_reviews .review .content .usefulness-like .vote-like { float: left; }
#lineven_homecomments .list_reviews .review .content .usefulness-like .vote-like a:hover { cursor: pointer; }
#lineven_homecomments .list_reviews .review .content .usefulness-like .vote-like .icon-like { display: inline-block; background: transparent url('../../img/rating/like.png') no-repeat center top; width: 16px; height: 22px; }
#lineven_homecomments .list_reviews .review .content .usefulness-like .current-like { float: left;  }
#lineven_homecomments .list_reviews .review .content .usefulness-dislike { margin-top: 10px;}
#lineven_homecomments .list_reviews .review .content .usefulness-dislike .vote-dislike a:hover { cursor: pointer; }
#lineven_homecomments .list_reviews .review .content .usefulness-dislike .vote-dislike { padding-left: 15px; float: left; }
#lineven_homecomments .list_reviews .review .content .usefulness-dislike .vote-dislike .icon-dislike { display: inline-block; background: transparent url('../../img/rating/dislike.png') no-repeat center 6px; width: 16px; height: 22px; }
#lineven_homecomments .list_reviews .review .content .usefulness-dislike .current-dislike { float: left;  }

#lineven_homecomments .list_reviews .review .content .usefulness-icon .iconDislike { background: transparent url('../../img/rating/dislike.png') no-repeat center center; width: 16px; height: 16px; }
#lineven_homecomments .list_reviews .review .content .usefulness-icon-dislike { margin-left: 45px;}

#lineven_homecomments .list_reviews .review .content .product_review_left { float:left; }
#lineven_homecomments .list_reviews .review .content .product_review img,
#lineven_homecomments .list_reviews .review .content .product_review_left img { margin-right: 6px; margin-bottom: 6px; border:1px solid #D0D1D5; float: left; }

#lineven_homecomments .list_reviews .review .content .review_moderation_message { border-top: 1px dashed #bdc2c9; margin-top: 10px; }
#lineven_homecomments .list_reviews .review .content .review_moderation_message .title { margin-top: 2px; text-decoration: underline; }
#lineven_homecomments .list_reviews .review .content .review_moderation_message .message { margin:0 6px; }
</pre></body></html>