.product-wrap {
  position: relative;
  margin-bottom: 35px;
  margin-top: 5px;
}
.product-wrap .product {
  font-family: "Roboto Slab";
  margin-bottom: 5px;
  margin-right: 20px;
  font-size: 16px;
	color:#5f4f2d;
 
  
}
.product-wrap1 .product1 {
  font-family: "Roboto Slab";
  margin-bottom: 5px;
  margin-right: 20px;
  font-size: 18px;
  color: #cd2653; 
	text-align:center;
}
 .product-wrap .price {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 15px;
  color: #080706;
}
.product-wrap .description {
  font-size: 15px;
	color: #080706;
  
}
hr.new1 {
  border-top: 1px solid ;
	color: #786847;
	margin-bottom: 20px;
	
}

.product-wrap2 {
  position: relative;
  margin-bottom: 35px;
  margin-top: 5px;
}
.product-wrap2 .product2 {
  font-family: "Roboto Slab";
  margin-bottom: 5px;
  margin-right: 20px;
  font-size: 20px;
	color:#5f4f2d;
 
  
}
.product-wrap3 .product3 {
  font-family: "Roboto Slab";
  margin-bottom: 5px;
  margin-right: 20px;
  font-size: 18px;
  color: #cd2653; 
	text-align:center;
}
 .product-wrap2 .price2 {
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 18px;
  color: #5f4f2d;
}
.product-wrap2 .description2 {
  font-size: 15px;
	color: #937841;
  
}