<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
 */

/**
 * Post Review
 */
#lineven_homecomments_post_review { clear: both; }
.lineven_homecomments_post_review_for_order { width: 805px; }
.lineven_homecomments_post_review_for_product { width: 695px;}
#lineven_homecomments_post_review .clear_both { clear: both; } 
#lineven_homecomments_post_review .product_details { float: left; padding: 18px; border-right: 1px solid silver; max-width: 240px; }
#lineven_homecomments_post_review .product_details .product_image { padding:4px; border: 1px solid silver; text-align:center;}
#lineven_homecomments_post_review .product_details .product_image img{ max-height: 180px; max-width: 180px; }
#lineven_homecomments_post_review .product_details .product_description { margin-top:13px; }
#lineven_homecomments_post_review .product_details .product_name { font-weight: bold; }
#lineven_homecomments_post_review .order_details { float: left; padding: 18px; border-right: 1px solid silver; max-width: 340px; }
#lineven_homecomments_post_review .order_details .informations { font-weight: bold; }
#lineven_homecomments_post_review .order_details .order_products_details { border-top: 1px solid silver; margin-top: 8px; padding-top: 12px;}
#lineven_homecomments_post_review .order_details .order_products_details .order_product_details { clear: both; margin: 4px; }
#lineven_homecomments_post_review .order_details .order_products_details .order_product_details .product_image {float:left; margin-right: 8px; margin-bottom: 10px; padding: 2px; border : 1px solid silver;}
#lineven_homecomments_post_review .review_form { float: left; padding: 0px 14px 14px 14px; }
#lineven_homecomments_post_review .review_form .header { margin-bottom: 15px; }
#lineven_homecomments_post_review .review_form .header .title { font-weight: bold; font-size: 1.5em; }
#lineven_homecomments_post_review .review_form .rating { margin: 0px; height: 18px;}
#lineven_homecomments_post_review .review_form .rating .cancel, #lineven_homecomments_post_review .review_form .rating .star { float: left; width: 18px; height: 18px; overflow: hidden; text-indent: -999em; cursor: pointer; }
#lineven_homecomments_post_review .review_form .rating .cancel, #lineven_homecomments_post_review .review_form .rating .cancel a { background: url(../img/rating/delete16.png) no-repeat 0 -18px !important;}
/*#lineven_homecomments_post_review .review_form .rating .star, #lineven_homecomments_post_review .review_form .rating .star a { background: url(../img/rating/stars16.png) no-repeat 0 0 }*/
#lineven_homecomments_post_review .review_form .rating  div.star_on a { background-position: 0 -40px }
#lineven_homecomments_post_review .review_form .rating  div.star_hover a, #lineven_homecomments_post_review .review_form .rating div.star a:hover { background-position: 0 -20px }
#lineven_homecomments_post_review .review_form .homecomments_captcha img.homecomments_captcha_image {border: 1px solid silver; padding: 2px; margin-bottom: 4px;}
.homecomments_captcha_refresh { display: inline-block; border: none; width: 45px; height: 45px; margin-bottom: 0px; cursor: pointer; background: url(../img/captcha/refresh.png) no-repeat 0 0 }

/** Responsive **/
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
    .lineven_homecomments_post_review_for_product { width: 210px!important; max-width: 240px; }
    #lineven_homecomments_post_review .product_details { display: none!important; }
    .lineven_homecomments_post_review_for_order { width: 240px!important; max-width: 280px; }
    #lineven_homecomments_post_review .order_details { display: none!important;  }
}
@media only screen and (min-device-width: 640px) and (max-device-width: 768px) {
    .lineven_homecomments_post_review_for_product { width: 610px!important; max-width: 640px; }
    #lineven_homecomments_post_review .product_details { max-width: 200px!important; }
    .lineven_homecomments_post_review_for_order { width: 640px!important; max-width: 680px; }
    #lineven_homecomments_post_review .order_details { 
       max-width: 600px!important; 
       border-right: none!important; border-bottom: 1px solid silver;
       margin-bottom: 18px; 
    }
    #lineven_homecomments_post_review .review_form { float: none!important; }
}

/** ALTERNATIVE RATING */
#lineven_homecomments_post_review .review_form .alternative_rating { margin: 0px; display: inline-block; position: relative; height: 20px; vertical-align : bottom; }
#lineven_homecomments_post_review .review_form .alternative_rating div { float: left; position: relative; height: 20px; margin: 0; padding: 0; }
#lineven_homecomments_post_review .review_form .alternative_rating  input { position: relative; z-index: 1; width: 20px; height: 20px; margin: 0; padding: 0; opacity: 0; }
#lineven_homecomments_post_review .review_form .alternative_rating  label { position: absolute; top: 0; left: 0; width: 100%; height: 20px; margin: 0; padding: 0; }
#lineven_homecomments_post_review .review_form .alternative_rating span { display : none; margin: 0; padding: 0; }
#lineven_homecomments_post_review .review_form .alternative_rating:hover input:checked + label {
	background : transparent;
}
/** END ALTERNATIVE RATING */
</pre></body></html>