.product {
	border:1px solid #ccc; 
	border-radius:5px; 
	margin-bottom:15px;
}
.brandSection{
	height: auto; 
	overflow-y: auto; 
	overflow-x: hidden;
}

.list-group-item {
    font-size: 15px;
}
.ir-arriba {
	display:none;
	padding:20px;
	background:#024959;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}



