ul#product_list{
	list-style:none;
	margin-top: 31px;
}


ul#product_list li .price{
	font-size:18px;
	font-family:'Raleway';
	color: #000;
	font-weight: 600;
}
ul#product_list li .old-price{
	font-size:18px;
	font-family:'Raleway';
	color: #000;
	font-weight: 600;
	text-decoration:line-through;
}
ul#product_list li .price.promo{
	color:#136a97;
	font-size:18px;
	font-family:'Raleway';
	font-weight: 600;
	line-height: 49px;
}
ul#product_list li .soldes{
	font-family:'Raleway';
	font-weight: 600;
	text-decoration: line-through;
	font-size:18px;
	color:#000;
	float: left;
	width: 100%;
}
ul#product_list li .reduction_display{
	position:absolute;
	right:20px;
	top:20px;
	font-size:16px;
	z-index:2;
	font-family: 'Raleway';
    font-weight: 600;
    font-size: 18px;
    color:#FB4051;
}
.content { width: 80%; margin: 20px auto; }
.span2 { width: 32%; padding: 0; margin: 0; float: left; margin-right:1%; }
p { margin: 0.5em 0; }
.reveal p { margin: 0; }
body { font-family: Lato, sans-serif; }
.span2 p { text-align: center; }

/* ===============================================
// Reveal module
// =============================================== */

.reveal .hidden { display: block !important; visibility: visible !important; }
.product:hover .reveal img { opacity: 1;}
.reveal { text-align: center;  }
.reveal .hidden {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.reveal:hover .hidden {
  z-index: 100000;
  opacity: 1;
}
.reveal .caption {
	border: 1px solid transparent;
  position: absolute;
  top: 0;
  display: table;
  width: 100%;
  height: 100%;
  background-color: white; /* fallback for IE8 */
  background-color: rgba(255, 255, 255, 0.9);
  font: 14px/1.6 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #777;
  letter-spacing: 1px;
  text-align: center;
  text-rendering: optimizeLegibility;
}
.reveal .hidden .caption .centered {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#see_me{
	border: 1px solid #000;
	padding:3px 15px 3px 15px;
	margin-top:20px;
	width: 60px;
	height: 15px;
	line-height: 17px;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color:#fb4051;
}


#search .reveal {
	position: absolute;
    text-align: center;
    display: block;
    vertical-align: middle;
    left: 0;
    margin: auto;
    width: 400px;
}

span.new  {
	position: absolute;
	display: inline-block;
	height: 50px;
	width: 50px;
	background: url('../img/new.png') no-repeat center;
	text-indent: 9999px;
    z-index: 50;
    color: #fff;
    left: 0;
}
#category .ajax_block_product {
	cursor: pointer;
}

#product_list li > a {
	display: block;
	border: 1px solid transparent;
}
