.heading {
  width:100%;
  margin: auto;
}
.related-products {
	width: 100%;
    display: block;
    margin: 2% auto;
}
.product-container {
  display: inline-block;
  width: 90%; 
  height: 350px;
  vertical-align: middle;
  border: 1px solid rgba(0,0,0,0.1); 
}
.image-container {
 	display: block; 
    height: 65%;
  	width: 80%;
    margin: 0 auto;
   text-align: center;
   position: relative;
}
.image-container img {
  max-width: 100%;
  width: auto !important;
  height: auto;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
h4 {
  	margin: 3%;
    text-align: left;
    position: relative;
}
.money {
  margin: 3%;
}
.owl-controls{
    position: absolute;
    width: 98% !important; /* adjust if necessary */
    top: 50% !important; /* adjust if necessary */
} 	
.owl-prev{ /* left arrow */
    float: left;
  color: rgba(0,0,0,0.6);
    font-size: 30px;
} 
 .owl-next{ /* right arrow */
    float: right;
   color: rgba(0,0,0,0.6);
    font-size: 30px;
}
.fire-cart-button {
 	display: block;
  	margin: 0 auto;
}
  

