@CHARSET "UTF-8";
.j2store_products {
	display: block;
	position: relative;
}
ul.j2store_products_container {
	margin: 0px;
	padding: 0px;
}

ul.j2store_products_container li {
    list-style-type: none;
    background: none;
}

.j2store_product_image_block {
    width: 100%;
    height: 302px;
}
.epuiser:before {
	content:'';
	width:90px;
	height:50px;
	float:left;
	position:absolute;
	z-index:999;
	top:0;
	left:0px;
	border-style: solid;
	border-width: 0px 0px 140px 140px;
	border-color: transparent transparent transparent  #649014;
}
.epuiser:after{
	content:'Épuisé';
	position:absolute;
	z-index:9999;
	color:#fff;
	font-weight:bold;
	font-size: 22px;
	float:left;
	top:0;
	transform: rotate(-44deg);
	-webkit-transform: rotate(-44deg);
	-moz-transform: rotate(-44deg);
	-ms-transform: rotate(-44deg);
	-o-transform: rotate(-44deg);
	margin-top: 30px;
	margin-left: 0px;
}
.j2store_product_image .img-responsive {
    width: 76% !important;
    margin: auto;
    height: 84% !important;
    box-shadow: -7px 6px 7px #888;
}
.j2store_product_content_block{}

h2.j2store_product_title {}

.j2store_product_sku_category {}

.j2store_product_sku_category span {
	display: inline;
	font-size: 95%;
	color: #cccccc;
	margin-right: 5px;
}

.j2store_product_introtext {}

.j2store_product_price{}

.j2store_product_sku{}

.j2store_product_sku{}

.j2store_product_cart{}