﻿.features_items{
	overflow:hidden;
		width:222px;
		height:440px;
}

.product-image-wrapper{
	
	overflow: hidden;
	margin-bottom:30px;
	width:222px;
}

.single-products {
  position: relative;

}

.productinfo img{
  width: 200px;
  align:center;
}

.productinfo{
 position:relative;
   width:222px;
}

.product-overlay {
  background:#BC0921;
  top: 0;
  display: none;
  height: 0;
  position: absolute;
  transition: height 500ms ease 0s;
  width: 100%;
  display: block;
  opacity:0.9;
}

.single-products:hover .product-overlay {
  display:block;
  height:440px;
}


.product-overlay .overlay-content {
 
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
