.buttons {
	text-align: right;
	padding-bottom: 0px;
}
.buttons a {
	display: inline-block;
	text-decoration: none;
	margin-left: 5px;
	padding: 12px 15px;
	border: 0;
	background: #b62525;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-radius: 0px;
}
.buttons a:hover {
	background: #3a3c3d;
}


.recentlyadded .products, main .products .products-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0 0 0;
}
.recentlyadded .products .product, main .products .products-wrapper .product {
	display: block;
	overflow: hidden;
	text-decoration: none;
	width: 25%;
	padding-bottom: 60px;
}
.recentlyadded .products .product img, main .products .products-wrapper .product img {
	transform: scale(1);
	transition: transform 1s;
}
.recentlyadded .products .product .name, main .products .products-wrapper .product .name {
	display: block;
	color: #555555;
	padding: 20px 0 2px 0;
}
.recentlyadded .products .product .price, main .products .products-wrapper .product .price {
	display: block;
	color: #999999;
}
.recentlyadded .products .product .rrp, main .products .products-wrapper .product .rrp {
	color: #BBBBBB;
	text-decoration: line-through;
}
.recentlyadded .products .product:hover img, main .products .products-wrapper .product:hover img {
	transform: scale(1.05);
	transition: transform 1s;
}
.recentlyadded .products .product:hover .name, main .products .products-wrapper .product:hover .name {
	text-decoration: underline;
}
m.product {
	display: flex;
	padding: 40px 0;
}
.product > div {
	padding-left: 15px;
}
.product h1 {
	font-size: 34px;
	font-weight: normal;
	margin: 0;
	padding: 20px 0 10px 0;
}
m.product .price {
	display: block;
	font-size: 22px;
	color: #999999;
}
.product .rrp {
	color: #BBBBBB;
	text-decoration: line-through;
	font-size: 22px;
	padding-left: 5px;
}
.product form {
	display: flex;
	flex-flow: column;
	margin: 40px 0;
}
.product form input[type="number"] {
	width: 400px;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	color: #555555;
	border-radius: 5px;
}
.product form input[type="submit"] {
	background: #4e5c70;
	border: 0;
	color: #FFFFFF;
	width: 400px;
	padding: 12px 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
}
.product form input[type="submit"]:hover {
	background: #434f61;
}
.products h1 {
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 10px 0;
	font-size: 26px;
	text-align: left;
	width: 100%;
}
.products .buttons {
	text-align: right;
	padding-bottom: 40px;
}
.products .buttons a {
	display: inline-block;
	text-decoration: none;
	margin-left: 5px;
	padding: 12px 20px;
	border: 0;
	background: #4e5c70;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
}
.products .buttons a:hover {
	background: #434f61;
}

.caracteristicas {
	font-size: 14px;
  margin-top: 0px;
	height: 135px;

}
