/**
* 2016-2017 PrestaAdvanced All Rights Reserved.
*
* NOTICE:  All information contained herein is, and remains
* the property of PrestaAdvanced and its suppliers,
* if any.  The intellectual and technical concepts contained
* herein are proprietary to PrestaAdvanced
* and its suppliers and are protected by trade secret or copyright law.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from PrestaAdvanced
*
*  @author    PrestaAdvanced
*  @copyright 2016-2017 PrestaAdvanced
*  @license  PrestaAdvanced All Rights Reserved
*  International Registered Trademark & Property of PrestaAdvanced
*/

#comparisonform {
	text-align: right;
	/*margin-top:-30px;*/
	margin-bottom: 10px;
}
.comparebox {
	opacity: 0;
	position: absolute;
	bottom: 1.25rem;
	z-index: 0;
	background: #fff;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 0 -5px 10px -5px rgba(0,0,0,.2);
	transition: bottom .3s, opacity .3s;
}
#products .thumbnail-container:hover .comparebox, .featured-products .thumbnail-container:hover .comparebox, .product-accessories .thumbnail-container:hover .comparebox, .product-miniature .thumbnail-container:hover .comparebox {
	bottom: 8.7rem;
	opacity: 1;
}
.comparebox .add_to_compare
{
	color: #878787;
}
.comparebox .add_to_compare:hover
{
	color: #2fb5d2;
}

.comparison_infos
{
	position: relative;
}

.bt_compare
{
	font-size: 17px;
	line-height: 21px;
	color: #fff;
	padding: 0;
	font-weight: bold;
	background: #43b754;
	border: 1px solid;
}

.bt_compare span
{
	display: block;
	padding: 10px 10px 10px 14px;
	border: 1px solid;
	border-color: #74d578;
}

.bt_compare span i.right
{
	margin-right: 0;
	margin-left: 9px;
	display: inline-block;
}

#pacompareproduct_comparison span i.left
{
	margin-right: 9px;
	margin-left: 0px;
	display: inline-block;
}

.compare_extra_information
{
	position: relative;
}
.compare_extra_information span.titlef
{
	position: absolute;
	bottom: 0px;
}
.comparison_availability_statut
{
	text-align: center;
}
#pacompareproduct_comparison .remove
{
	text-align: right;
}

.addcompare i
{
	color:#0C0 ;
}
.delcompare i
{
	color:#F00 ;
}
.notcompare i
{
	color:#009 ;
}
.comparecenter
{
	text-align: center !important;
}

.comparecenter .compareboxproduct
{
	margin-bottom:15px;
}

#product_comparison td.columnfixed
{
	z-index: 10;
	display: inline-block;
	width: 150px;
}

.tagscolum
{
height: 100%;
}
#product_comparison td.columnfixedfirst
{
	display: inline-table !important;
	height: 100%;
}

#product_comparison .product-flags {
	top: 25px;
	left: 5px;
}

.coltitle
{
	cursor: pointer;
}

.tagsection ul {
	float: left;
	width: 100%;
}
.tagsection ul li {
	float: left;
	margin-right: 4px;
	width: 75px;
	height: 75px;
}
.tagsection ul li img {
	max-height: 75px;
	max-width: 75px;
}
/* Tooltip text */
.tooltip {
	position: absolute;
	border: 2px solid #C0C0C0;
	color: #FFFFFF;
	Background: #333;
	background: rgba(0,0,0,.8);
	text-align: center;
	padding: 5px 10px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 12px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 12px 5px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 12px 5px rgba(0,0,0,0.75);
}
.tooltip:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-top: 8px solid #c0c0c0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.buttoncompareclean
{
	font-size: 200%;
margin-top: 5px;
float: right;
margin-left: 10px;

}