.products-related .product-description {
  position: absolute;
  top: 100px;
  font-size: 12px;
  height: 70px;
  overflow: hidden;
}
.products-related .bottom-section{
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
}
.products-related a.tile-btn {
  padding: 10px;
  text-align: center;
  display: block;
  background-color: #0c5d8f;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  clear: both;
}
.products-related .rating-summary {
  float: right;
}
.products-related .item {
  padding-right: 5px !important;
  padding-left: 0 !important;
}
.products-related .product-container{
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.19), 0 2px 4px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.19), 0 2px 4px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.19), 0 2px 4px 0 rgba(0,0,0,0.2);
  position: relative;
  border-left: 9px solid #2c6788;
  padding: 10px;
  height: 225px;
}
.products-related .product-image-photo {
  background-size: cover;
  height: 71px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 71px;
  border-radius: 50%;
  margin: 10px 0;
}
.products-related .product-item-name {
  position: absolute;
  top: 0;
  height: 73px;
  left: 90px;
  right: 8px;
  overflow: hidden;
}
.products-related .product-item-link {
  color:#2c6788 !important;
  font-size:13px;
}
