ul.products-grid .item-more {
  float: left;
  height: 60px;
  width: 100%;
}

ul.products-grid .item-more .item-inner {
  background: none repeat scroll 0 0 #FC615D;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family: 'NovecentowideNormalRegular';
  font-size: 120%;
  font-style: normal;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  width: 610px;
}

div.item-more h3{
	display: block;
    float: left;
    width: 100%;
}
/*div#infscr-loading{
   display: inline-block;
   height: 60px;
   margin: 0 auto;
   position: relative;
   width: 100px;

}
div#infscr-loading div{
	margin: 0 auto;
    position: absolute;
    top: 0;
	text-align:center;
	width:100%;
	float:left
}*/
