/*item_produto inicio*/
.box-product > div {

	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 20px;
}

#item-box{width:200px;height:300px;}

#item-box .item{width:200px;height:200px;background-color:#fff;}



#item-box  .item .image img{width:198px;height:198px;background-color:#fff;float:left;margin: 1px 1px;
box-shadow: 0px 0px 4px #ccc;}

/*Nome do artigo*/
#item-box  .name {background-color: #141718;
white-space:nowrap; 
width:200px;
padding:10px 0px;
	
overflow:hidden;
text-overflow:ellipsis;
color:#fff;
text-align:center
}

#item-box  .name a{text-decoration:none;
	color:#ccc;font-size:12px;margin:5px ;
	 }

/*caixa do Preço*/
#item-box .price-box{width:200px;height:69px;background-color:#555555;}
#item-box .price-box .cesto{width:35%;margin:0px 10px;margin-top:24px;float:left;color:#fff;font-size:17px;}
#item-box .price-new{width:38%;margin:0px 10px;margin-top:0px;float:left;font-size:17px;color:#fff;}



#item-box .price-old .product_sale { 
    background: url('../image/preço_especial.png') no-repeat scroll 0px 0px transparent;
  
    position:relative;
    
    padding:23px 34px;
    left:107px;
    bottom:252px;
    
}

#item-box .price-old {width:35%;margin:0px 10px;float:left;font-size:17px;text-decoration: line-through;color:#ccc;}

/*BOTAO*/
#item-box .cart{float:right;margin-top:20px;margin-right:7px;;}
#item-box .btn-carrinho {border-radius:0px;border:none;background-color:#;width:90px;height:28px;
	background-color:#ccc;background-repeat:no-repeat;
}
#item-box .btn-carrinho:hover {border-radius:0px;border:none;background-color:#;width:90px;height:28px;background-image:url(../image/btn-carrinho.png);background-repeat:no-repeat;
}
#item-box .btn-carrinho:active {border-radius:0px;border:none;background-color:#;width:90px;height:28px;background-image:url(../image/btn-carrinho-active.png);background-repeat:no-repeat;}

/*=========*/	


/*Paginação produtos em Categorias*/

.pagination{font-size:12px;padding:10px;margin-bottom:10px;}
.links{margin-bottom:10px;}
.links a{background-color:#1CC3ED;padding:5px;margin:2px;text-decoration:none;color:#fff;}
.links a:hover{background-color:#F4AF0C;color:#1CC3ED}
.results{color:#5D6366;}

