
.newproducts{
	width: 22%;
	border: 1px;
	text-align: center;
	padding: 1px;
	margin: 1%;
	display: inline-block;
	height: 400px;
	position: relative;
	vertical-align: middle;

	
}

.newproducts:hover {
	box-shadow: 0 0 3px 3px silver;
}

.newproducts img {
	max-height: 200px;
	max-width:100%;
}

.newproducts .btn-info{
	padding: 3%;
	margin: 3%;
	background-color: darkred;
	color: white;
	border: none;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 15px;
	vertical-align: bottom;

	bottom: 0px;
}

.newproducts .btn-info:hover{
	background-color: orange;
}

.newimages {
	width: 97%;
	height: 200px;
	border: 1px;
	text-align: center;
	padding: 1px;
	display: block;
	position: relative;
	backface-visibility: hidden;
	
}

.newimages img {
	max-width: 100%;
	max-height: 200px;
}

.product-category{
	max-width: 97%;
	font-weight: bold;
	color: orange;
	padding: 1%;
	height: 20px;
	
}

.productinfo{
	font-weight: lighter;
	font-size: 90%;
	padding: 1%;
	width: 100%;
	height: 120px;
}


.products{
	width: 22%;
	border: 1px;
	text-align: center;
	padding: 1px;
	margin: 1%;
	display: inline-block;
	height: 275px;
	position: relative;
	
}

.products:hover {
	box-shadow: 0 0 3px 3px silver;
}
