/**
 * Compatibility for Prestashop 1.6
 */

/**
 * Post Review
 */
#lineven_homecomments_post_review { clear: both; }
.lineven_homecomments_post_review_for_shop { max-width: 435px; }
.lineven_homecomments_post_review_for_order { max-width: 785px; }
.lineven_homecomments_post_review_for_product { max-width: 645px; }
#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: 220px; }
#lineven_homecomments_post_review .product_details .product_image { 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: 380px; }
#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; border : 1px solid silver;}
#lineven_homecomments_post_review .review_form { float: left; padding: 0px 14px 14px 14px; max-width: 400px; }
.lineven_homecomments_post_review_for_shop .review_form { float: none!important; }
#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,
#lineven_homecomments_post_review .review_form .rating .star_on { background-position: 0 -40px!important; }
#lineven_homecomments_post_review .review_form .rating div.star_hover a,
#lineven_homecomments_post_review .review_form .rating div.star a:hover,
#lineven_homecomments_post_review .review_form .rating div.star_hover { background-position: 0 -20px!important; }

#lineven_homecomments_post_review .review_form .homecomments_captcha img.homecomments_captcha_image {border: 1px solid silver; width: 90px; height: 42px; padding: 2px; margin-bottom: 4px; background-color: #f0f0f0; }
#homecomments_captcha_value {display: inline-block!important; margin-right: 18px; }
.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 }
.ps17 .homecomments_captcha_refresh { cursor: pointer; background: none!important; }
.ps17 .homecomments_captcha_refresh i { font-size: 3em; }

/** Responsive **/
@media only screen and (min-width: 320px) and (max-width: 640px) {
    .lineven_homecomments_post_review_for_product { max-width: 300px; }
    #lineven_homecomments_post_review .product_details { display: none!important; }
    .lineven_homecomments_post_review_for_order { max-width: 320px; }
    #lineven_homecomments_post_review .order_details { display: none!important;  }
    #lineven_homecomments_post_review .review_form { float: none!important; }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
    .lineven_homecomments_post_review_for_product { max-width: 620px; }
    #lineven_homecomments_post_review .product_details { max-width: 160px!important; }
    #lineven_homecomments_post_review .product_details .product_image { max-width: 104px; }
    #lineven_homecomments_post_review .product_details .product_image img {max-width: 100px; }
    .lineven_homecomments_post_review_for_order { max-width: 640px; }
    #lineven_homecomments_post_review .order_details { 
       max-width: 600px!important;
       border-right: none!important; border-bottom: 1px solid silver;
       margin-bottom: 18px; 
    }
}

/** 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 */
