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

#lhcom_post_review { clear: both; max-width: 435px; }
#lhcom_post_review .clear_both { clear: both; }
#lhcom_post_review .row { margin-left: 0px!important; margin-right: 0px!important; }
#lhcom_post_review .review_form { padding: 0px 14px 14px 14px; }
#lhcom_post_review .review_form .header { margin-bottom: 15px; }
#lhcom_post_review .review_form .header .title { font-weight: bold; font-size: 1.5em; }
#lhcom_post_review .review_form .rating { margin: 0px; height: 18px;}

#lhcom_post_review .review_form .rating .rating-cancel, #lhcom_post_review .review_form .rating .star-rating { float: left; width: 18px; height: 18px; overflow: hidden; text-indent: -999em; cursor: pointer; }
#lhcom_post_review .review_form .rating .rating-cancel, #lhcom_post_review .review_form .rating .rating-cancel a { background: url(../img/rating/delete16.png) no-repeat 0 -20px !important;}
#lhcom_post_review .review_form .rating div.star-rating-on a,
#lhcom_post_review .review_form .rating .star-rating-on { background-position: 0 -40px!important; }
#lhcom_post_review .review_form .rating div.star-rating-hover a,
#lhcom_post_review .review_form .rating div.star-rating a:hover,
#lhcom_post_review .review_form .rating div.star-rating-hover { background-position: 0 -20px!important; }

#lhcom_post_review .review_form .lhcom_post_review_captcha img.lhcom_post_review_captcha_image {border: 1px solid silver; width: 120px; height: 80px; padding: 2px; margin-bottom: 4px; background-color: #f0f0f0; }
#lhcom_post_review_captcha_value {display: inline-block!important; margin-right: 18px; }
.lhcom_post_review_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 }
.lhcom_post_review_captcha_refresh { cursor: pointer; background: none!important; }
.lhcom_post_review_captcha_refresh i { font-size: 3em; }

/* With product displayed */
.lhcom_post_review_product { max-width: 645px!important; }
#lhcom_post_review .product_details { border-right: 1px solid silver; max-width: 220px; text-align: center; }
#lhcom_post_review .product_details .product_image { text-align:center;}
#lhcom_post_review .product_details .product_image img{ border: 1px solid silver; padding: 4px; max-height: 180px; max-width: 180px; }
#lhcom_post_review .product_details .product_infos {  margin-top: 10px; }
#lhcom_post_review .product_details .product_name { font-weight: bold; font-size: 0.9em; }
#lhcom_post_review .product_details .product_description {  font-size: 0.8em; margin-top: 10px; }

/* With order informations displayed */
.lhcom_post_review_order { max-width: 785px!important; }
.lhcom_post_review_order .allowed_new_review { margin-top: 18px; }
.lhcom_post_review_order .allowed_new_review .message { font-size: 18px; font-weight: 600; }
.lhcom_post_review_order .allowed_new_review .choice { margin-top: 18px; }
#lhcom_post_review .order_details { padding: 18px; border-right: 1px solid silver; max-width: 380px; }
#lhcom_post_review .order_details .informations { font-weight: bold; }
#lhcom_post_review .order_details .order_products_details { border-top: 1px solid silver; margin-top: 8px; text-align: center; }
#lhcom_post_review .order_details .order_products_details .order_product_details { margin-top: 10px; }
#lhcom_post_review .order_details .order_products_details .order_product_details .product_image img { padding: 4px; border : 1px solid silver; max-height: 120px; max-width: 120px; }
#lhcom_post_review .order_details .order_products_details .order_product_details .product_name { font-size: 0.8em; font-weight: bold; }


/* Consent */
#lhcom_post_review .lhcom_post_consent { margin-top: 12px; }

/* Confirmation */
#lhcom_post_review_confirm { text-align: center; margin-top: 20px; margin-bottom: 20px; }
#lhcom_post_review_confirm .lhcom_post_review_confirm_icon { font-size: 10em; color: #479d47; }

/* buttons */
#lhcom_post_review .lhcom_post_buttons { min-height: 40px; }

/* Templates */
.lhcom_post_review_bootstrap #lhcom_post_review { max-width: initial!important; }
.lhcom_post_review_bootstrap .title { width: auto!important; display: inline-block; }
.lhcom_post_review_custombox { background-color: #ffffff; display: none; position: relative;}
.lhcom_post_review_custombox .custombox-button-close {
	display: block;
	position: absolute;
	top: -35px;
	right: 0;
	z-index: 10000;
	outline: none;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	transition: transform .3s ease-in-out;
	color: #FFF;
}
.lhcom_post_review_custombox .custombox-button-close i{
	font-size: 30px;
}
.lhcom_post_review_custombox .custombox-button-close:hover {
	transform: rotate(360deg);
	color: #FFF;
}
.custombox-content #lhcom_post_review { padding: 12px; background-color: #ffffff; overflow: auto; }
.lhcom_post_review_included { display: none; border-radius: 5px; border: 1px solid #7d88a4; padding: 8px; margin-top: 9px; }
.lhcom_post_review_included #lhcom_post_review { max-width: initial!important; }

/** Responsive **/
@media only screen and (min-width: 319px) and (max-width: 641px) {
	.lhcom_post_review_product { max-width: 300px; }
	#lhcom_post_review .product_details { display: none!important; }
	.lhcom_post_review_order { max-width: 320px; }
	#lhcom_post_review .order_details { display: none!important;  }
	#lhcom_post_review .review_form { float: none!important; }
}
@media only screen and (min-width: 639px) and (max-width: 770px) {
	.lhcom_post_review_product { max-width: 620px; }
	#lhcom_post_review .product_details { max-width: 160px!important; }
	#lhcom_post_review .product_details .product_image { max-width: 104px; }
	#lhcom_post_review .product_details .product_image img {max-width: 100px; }
	.lhcom_post_review_order { max-width: 640px; }
	#lhcom_post_review .order_details {
		max-width: 600px!important;
		border-right: none!important; border-bottom: 1px solid silver;
		margin-bottom: 18px;
	}
}

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