.row {
  width: 100%;
}

.row:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.prd-box .content {
  padding-right: 0 !important;
}