/*******************************************/
/* LISTES PRODUITS */
/******************************************/

/* résultats de recherche */

#search h3.nbresult {
	max-width: 940px;
	margin: auto;
	text-align: center;
}

/* pagination */
.content_sortPagiBar
{
margin:0;
}

#pagination_previous, 
.pagination_previous span, 
#pagination_next, 
.pagination_next span {
border:0;}

div.pagination{
border:1px solid #000;
border-right:0;
border-left:0;
height:50px;
margin:20px 0;
}
div#pagination_bottom{
margin: 0 0 40px 0;
}

#productsSortForm,
#productsSortForm_bottom {
font: normal 11px Arial, Verdana, sans-serif;
color: #666;
float:right;
margin-top:15px;
}

ul.pagination{
width:50%;
float:left;
font-family:MavenProRegular;
font-size:12px;
color:#000;
}
ul.pagination span
{
margin-top:12px;
height:35px;
width:24px;
}
ul.pagination li span{
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
border:0px #000 solid;
}
ul.pagination li.current span{
border:0;
border-bottom:3px #000 solid;
}
ul.pagination a{
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
border:0;
margin-top:12px;
height:35px;
width:24px;
color:#000;
}
ul.pagination a:hover{
border:0;
text-decoration:none;
border-bottom:3px #000 solid;
transition:none;
-webkit-transition:none;
-moz-transition:none;
-ms-transition:none;
-o-transition:none;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;}

.resumecat{
background-color:transparent;
padding:0;
margin:0;
}
.category-product-count{
margin-bottom:10px;
}

#productsSortForm_bottom{
float:right;
}
.sortPagiBar .nbrItemPage {
margin-left: 0;
}

#center_column .sortPagiBar{
background:transparent;
padding:0;
}

/* Aspect du listing produits
------------------------------------------*/

#product_list {
list-style: none;
}
#product_list .discount {
    position: absolute;
    left:0;
    top:0;
    background: #fff;
    color: #000;
    display: inline-block;
    font-size: 10px;
    padding: 2px 4px;
    text-transform: uppercase;
    display:none;
}
#product_list li{
height: 218px;
width:218px;
position: relative;
border: 1px solid #3c3c3c;
float:left;
margin: 10px;
padding:0;
}
#product_list a.product_img_link{
position: absolute;
left: -1px;
top: -1px;
}
#product_list .productdes {
height: 218px;
width:218px;
position: absolute;
left: -1px;
top: -1px;
background: /* url(../img/triangle_blanc.png) center bottom no-repeat */ rgba(0,0,0,0.8);
border: 1px solid #fff;
color:#fff;
cursor: default !important;
display: block;
text-align: center;
}
#product_list .new {
position: absolute;
left: 10px;
top: 10px;
background: #000;
color: #fff;
display: inline-block;
font-size: 10px;
padding: 2px 4px;
text-transform: uppercase;
}
#product_list .content_price {
    border-bottom: 1px solid #fff;
    height: 53px;
    padding: 10px 0 0;
}
#product_list #old_price_display {
    font-family: "MavenProBold";
    font-size: 16px;
    text-decoration: line-through;
}

#product_list .btn_acheter_sans_js,
#product_list .btn_details,
#product_list .btn_acheter,
#product_list .add2cart,
#product_list .selectWrapper {
display: block;
font-family: 'MavenProBold';
font-size: 16px;
text-decoration: none;
text-transform: uppercase;
}
#product_list .btn_details,
#product_list .selectWrapper {
height: 48px;
width: 108px;
border-right: 1px solid #fff;
float: left;
line-height: 48px;
}

#product_list .btn_acheter_sans_js,
#product_list .btn_acheter,
#product_list .add2cart{
height: 44px;
width: 105px;
background: url(../img/triangle_noir.png) center bottom no-repeat #fff;
color: #000 !important;
float: right;
line-height: 46px;
margin: 2px;
}
#product_list .add2cart{
width: 46px;
}
#product_list .selectWrapper {
width: 167px;
background: url(../img/ico_select_size.png) no-repeat 90% center transparent; /* default, Android, Sf < 6 */
background-position: -webkit-calc(100% - 20px) center; /* Sf 6 */
background-position: right 20px center; /* Cr 25+, FF 13+, IE 9+, Op 10.5+ */
overflow: hidden;
}
#product_list .selectWrapper select {
	width: 120%;
	height: 48px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 0 none !important;
	box-sizing: border-box;
	color: #fff;
	float: left;
	line-height: 1;
	margin: 0;
	padding: 15px 20px;
}
#product_list .selectWrapper select option {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:1px solid #000;
  background:#000;
}
#product_list h3 {
	padding:0;
}
#product_list h3 a {
	height: 64px;
	display: inline-block;
	font-family:MavenProBold;
	font-size:14px;
	line-height: 16px;
	padding: 30px 30px 0;
	text-transform: uppercase;
}
 #product_list .productdes .price {
	font-family:Fugu;
	font-size:32px;
	line-height: 29px;
}
#product_list a.button.ajax_add_to_cart_button.exclusive,
#product_list a.button.ajax_add_to_cart_button.exclusive:hover {
	width: 158px;
	background: none;
	border: 1px solid #fff;
	border-left: 0;
	border-right: 0;
	color: #fff;
	font-family:MavenProBold;
	font-size:16px;
	padding: 8px;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
} 
#product_list a {
	text-decoration: none;
}
.content_scene_cat{
padding:0;
border:0;
-moz-border-radius: none;
-webkit-border-radius: none;
border-radius: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
background-color:transparent;
}