/*******************************************************
Product list Styles
********************************************************/
ul.listproducts{
	margin-bottom:0;
}
ul.listproducts li{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
ul.grid   li.posCart-i,
ul.grid  .product-flags,
ul.grid  .color-list-container,
ul.grid  .availability,
ul.grid  .product-desc{
	display:none;
}
ul.grid.listproducts .item{
	margin-bottom:30px;
}
.listproducts  .bottom{
	min-height: 110px;
}

.color-list-container ul{
	overflow:hidden;
	margin-bottom:15px;
}
.color-list-container li{
	float:left;
	display:inline;
	margin-right:5px;
}
.color-list-container li a{
	border: 1px solid #ccc;
    display: block;
    height: 20px;
    width: 20px;
}
.availability{
	display: block;
    margin-bottom: 10px;
}
.availability span{
	background: #e13d3c;
    border-color: #e13d3c;
    color: #fff;
    padding: 2px 10px;
}
.listproducts.list  .center-block{
	padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.listproducts.list .product-container{
	background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    margin-bottom: 30px;
    padding: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.listproducts.list .product-container:hover{
	border: 2px solid #ec4445;
}
.listproducts.grid .bottom  .button-container,
ul.list .left-block  .button-container,
ul.list .posbuttonCart{
	display:none;
}
ul.list .comments_note div.star:after{
	color: #757575;
}
ul.list.listproducts  .button-container{
	clear: both;
    opacity: 1;
    position: static;
    text-align: left;
}
ul.list.listproducts .button-container-i{
	background:none;
	border-top: 1px solid #e1e1e1;
    padding-top: 15px;
   
}
ul.list.listproducts .button-container-i li{
	display: inline;
    float: left;
    margin: 0 2px 10px;
    width: 50px;
}
ul.list.listproducts .button-container-i li.posCart-i{
	margin:0 10px 10px 0;
}
ul.list.listproducts .button-container-i li.posCart-i{
	width:auto;
}
ul.list.listproducts .button-container-i li.posCart-i a{
	padding:0 15px;
	background:#ec4445;
	width: auto;
}
ul.list.listproducts .button-container-i li.posCart-i span{
	background: none;
    border: medium none;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    padding: 0;
    text-transform: uppercase;
	position: relative;
}

ul.list.listproducts .center-block h5{
	clear: both;
    margin: 0 0 15px;
    padding-bottom: 10px;
	position:relative;
}
ul.list.listproducts .center-block h5:before{
	border-bottom: 2px solid #3f3f3f;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100px;
}
ul.list.listproducts .center-block h5 a{
	font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
ul.list.listproducts .star_content{
	overflow:hidden;
	margin-bottom:15px;
}
ul.list.listproducts  .content_price{
	border-top:1px solid #d9d9da;
	border-bottom:1px solid #d9d9da;
	padding: 10px 0;
}
@media (min-width:991px) and (max-width:1024px){
}
@media (min-width:768px) and (max-width:980px){
	.content_sortPagiBar .sortPagiBar #productsSortForm,
	.content_sortPagiBar .sortPagiBar .nbrItemPage{
		display:none;
	}
}
/*# sourceMappingURL=product_list.css.map */
