.catalog.item-views.table .item .inner-wrap {
    height: 100%;
    background: #fff;
    /* padding: 34px 34px 0; */
    overflow: hidden;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -ms-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease;
  }

  .catalog.item-views.table .item .images {
    width: 100%;
    padding: 0;
    margin-bottom: 21px;
    height: 330px;
  }

  .catalog.item-views.table .item .images img {
    max-height: 150px;
    margin-bottom: 12px;
  }