.product-item {
  padding: 15px;
}
.product-item .product-item-content {
  background: #F1F1F1;
  padding: 15px;
  min-height: 300px;
  border-radius: 15px;
}
.product-item .product-item-content .product-name {
  font-size: 16px;
  height: 50px;
}
.product-item .product-item-content .product-name a {
  font-family: RheemSans-Bold, Sans-Serif;
  color: #63666A;
}
.product-item .product-item-content .product-features {
  height: 125px;
  overflow: hidden;
  margin-top: 10px;
  padding-left: 10px;
}
.product-item .product-item-content .product-image-container {
  height: 180px;
  width: 180px;
  margin: 0 auto;
}
.product-item .product-item-content .product-image-container .product-image {
  max-width: 180px;
  max-height: 180px;
  height: auto;
}
.product-item .product-item-content .btn-rheem {
  background-color: #E4002B;
  border-color: #E4002B;
  margin: 10px 0 15px 0;
}

#mainimagegallery {
  list-style: none;
  padding: 0;
  display: inline-block;
}
#mainimagegallery img {
  height: 50px;
  width: auto;
  float: left;
  margin-right: 5px;
}

.features-list {
  padding: 0;
}
.features-list ul{
  margin: 0;
  
  padding: 0 0 0 1rem;
  list-style-type: square;
}
.features-list ul ul{
  margin: 0;
  padding: 0 0 0 3rem;
  list-style-type: square;
}

.product-doc ul {
  padding: 0;
  list-style: none;
  line-height: 40px;
}
