/* product list */
.product-list {
	overflow: hidden;
	margin-right: -10px;
	margin-left: -10px;
	padding-left: 10px;
	padding-bottom: 4px;
}
.product-list .items {
	display: block;
	float: left;
	width: 176px;
	box-shadow: 0 0 4px #CCC;
	margin: 10px 20px 10px 0;
	position:relative;
	color:rgba(53,28,59,0.8);
}
.product-list .items:nth-child(3n+0) {
	margin-right: 0;
}
.product-list .items:hover img {
	/* width: 150%;
	margin-left: -25%; */
	opacity:0.6;
	filter:alpha(opacity=0.6); /* For IE8 and earlier */
	transition: all 0.5s;
	-webkit-transition: all 0.5s; /* Safari */
    transform: scale(1.3);
}
.product-list .items .img {
	display: block;
	position: relative;
	width: auto;
	height: 188px;
	overflow: hidden;
	border:4px solid #FFF;
}
.product-list .items img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	bottom: 0;
	background-size: cover;
	background-position: center center;
}
.product-list .items .det {
	display: table-cell;
	background: #CABDC9;
	padding: 0;
	width: inherit;
	height: 80px;
	vertical-align: middle;
}
.product-list .items:hover .det {
	background: #351C3B;
	color:#FFF;
}
.product-list .items .tit {
	display:block;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding:4px;
}
.product-list .items .tit f {
    font-family: Arial!important;
    font-size: 12px;
}
.product-list .items .price {
	font-size: 15px;
	display: block;
	background: #AB5B89;
	position: absolute;
	right: -5px;
	bottom: -5px;
	border-radius: 10px 0 0 0;
	width: auto;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	color: #FFF;
	z-index: 400;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 0 4px 0 8px;
}
.product-list .indisponible {
    display: block;
    position: absolute;
    z-index: 1;
    background: #AB5B89;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 11px;
    font-style: italic;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    top: -4px;
    left: -4px;
}
/* category list */
.categories-list .items {
	display: block;
	float: left;
	width: 280px;
	box-shadow: 0 0 4px #CCC;
	margin:0 10px 10px 0;
	position:relative;
	color: rgba(53,28,59,0.8);
	overflow: hidden;
}
.categories-list .items:nth-child(even) {
	margin-right: 0;
}
.categories-list .items .det {
	display: inline-block;
	background: #CABDC9;
	padding: 0;
	width: inherit;
	min-height: 240px;
	background: url(/img/bg-confitures.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.categories-list .items .tit {
	display: block;
	font-family: 'BrushScriptStd';
	font-size: 27px;
	text-align: center;
	padding: 14px;
	background: rgba(255,255,255,0.8);
	font-weight: 100;
	position: absolute;
	bottom: 0px;
	right: 0;
	left: 0;
	line-height: 26px;
	color: #333;
	min-height: 67px;
}
.categories-list .items .tit span {
	display: block;
	text-align: center;
	font-size: 10px;
	font-family: "Arial";
	text-decoration: initial;
	text-transform: uppercase;
	color: rgba(0,0,0,0.8);
	margin-top: -10px;
}
.categories-list .items:hover .tit {
	background: rgba(53,28,57,0.9);
	color:#FFF;
}
.categories-list .items:hover .tit span {
	color:#AB5B89;
}
.categories-list .img {
	display: none;
	text-align: center;
	margin:10px 0 -20px 0;
}
.categories-list .items:nth-child(5) {
	width: 100%;
}
/* options list */
.options-list {
	clear: both;
	display:block;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	padding:2px;
	margin:0;
	margin-top: 8px;
	overflow: hidden;
	color:#999;
}
.options-list div {
	display:block;
	float:right;
}
.options-list div.infos {
	float:left;
	font-size: 12px;
	padding:10px 0;
}
.options-list div.paging .back,
.options-list div.paging .next
 {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #AB5B89;
	margin-bottom: -10px;
	line-height: 32px;
	font-size: 17px;
	line-height: 28px;
	text-align: center;
	vertical-align: top;
	margin-top: 1px;
	border-radius: 50px;
	cursor: pointer;
	color: #FFF;
}
.options-list div.paging .back.disabled,
.options-list div.paging .next.disabled,
.options-list div.paging .back.disabled:hover,
.options-list div.paging .next.disabled:hover {
	background: rgba(0,0,0,0.1);
	cursor: default;
}
.options-list div.paging .back:hover,
.options-list div.paging .next:hover {
	background:#351C3B;
}
.options-list div.paging select {
	width: auto;
}
/* group list */
.group-list {
	clear: both;
	display:block;
	background:#CABDC9;
	padding:0;
	margin:0;
	margin-top: 8px;
	overflow: hidden;
	color:#999;
	background-position: 4px center;
	background-repeat: no-repeat;
	background-size: 42px;
	padding-left: 34px;
}
.group-list .title {
	display:block;
	float:left;
	padding:8px 12px;
	font-size: 24px;
	color:rgba(53,28,59,0.8);
	font-family: 'BrushScriptStd';
}
.group-list .infos {
	display:block;
	float:right;
	padding:14px 8px;
	font-size: 12px;
	color:#603968;
}
/* pad */
@media only screen and (max-width: 940px) {
	.product-list {
		margin-right: -20px;
	}
	.categories-list .items {
		width:100%;
		margin-right: 0;
	}
	.product-list .items {
		margin-right: 10px;
	}
	.product-list .items:nth-child(3n+0) {
		margin-right: 10px;
	}
	.product-list .items:nth-child(2n+0) {
		margin-right: 0;
	}
}

/* phone */
@media only screen and (max-width: 600px) {
	.product-list a.items {
		width:300px;
		margin-bottom: 0px;
	}
	.product-list .items .img {
		background: #333;
		float: left;
		width: 80px;
		height: 90px;
	}
	.product-list .items img {
		width: 100%;
		height: auto;
		min-height: 90px;
	}
	.product-list .items .det {
		height: 98px;
	}
	.product-list .items:hover img {
		width: 120px;
		height: auto;
		margin-right:-50%;
		margin-top:-50%;
	}
}