main{
	margin-top: 60px;	
}
.info {
	color: #003775;
}
a.info:hover{
    opacity: 0.8;
    color: #003775;
}
.info .price{
	font-family: 'Neutra2Text-Light';
	font-size: 60px;
	float: left;
}
.add-favorite{
	float: right;
	width: 30px;
}
.add-favorite img{
    max-width: 100%;
}
.info .brand{
	font-family: 'Neutra2Text-Book';
	font-size: 24px;
	margin-bottom: 0;
}
.info .model{
	font-family: 'Neutra2Text-Bold';
	font-size: 24px;
}
.info .description{
	font-size: 18px;
	font-family: 'Neutra2Text-Book';
	margin-bottom: 0;
}
.info .description span{
	font-family: 'Neutra2Text-Bold';
}
.info .spancer{
	margin-bottom: 20px;
}
.info .description:last-of-type{
	margin-bottom: 40px;
}
.select-color{
    border: 2px solid #003775;
    border-radius: 4px;
    height: 54px;
    width: 96px;
    font-family: 'Neutra2Text-Light';
    font-size: 40px;
    color: #003775;
    margin-bottom: 10px;
    padding: 2px 6px;
}
.quantity{
	border: 2px solid #003775;
	color: #003775;
	border-radius: 4px;
	max-width: 96px;
	font-family: 'Neutra2Text-Light';
	height: 54px;
    margin-top: 1px;
	margin-right: 10px;
}
.quantity button{
	border: none;
    color: #003775;
	outline: none;
	width: 30px;
    border-radius: 0.1rem;
    font-family: 'Neutra2Text-Light';
    font-size: 24px;
}
.quantity button:hover{
    background: #003775;
}
.quantity button:focus{
	border: none;
	box-shadow: none;
}
.quantity input{
	border: transparent;
	text-align: center;
	font-family: 'Neutra2Text-Light';
	font-size: 40px;
    color: #003775;
    padding: 0;
    line-height: 20px;
	height: 50px;
}
.add-to-cart{
	background: url('../images/bot_comprar.svg') no-repeat;
	width: 136px;
	height: 57px;
	color: transparent;
	border: none;
    cursor: pointer;
}
.add-to-cart:hover{
	opacity: 0.7;
}
.thumb-holder{
	text-align: center;
}
.product-img-thumb{
	display: inline-block;
}
.product-img-thumb img{
    cursor: pointer;
}
.product-img-thumb, .product-img-thumb img{
	max-width: 80px;
}

/***************************/
.products{
	margin-top: 80px;
	margin-bottom: 80px;
}
.products h4{
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	font-family: 'Neutra2Text-Light';
	font-size: 50px;
	color: #003775;
}