  .masonry-item{
        margin-bottom: 20px;
        border: 1px solid #aaa;
        border-radius: 5px;
        padding-top: 5px;
      }
      .short_titel{
        width: 180px;
        text-overflow: ellipsis;
        overflow:hidden;
        display:inline-block;
        white-space: nowrap;
      }
  
  .masonry-item img{
    max-width: 100%;
  }   
    

      .wish-item img{
        max-height:200px;

      }

      .list-item img{
        max-width:100%;
        max-height:100%;
      }

      .masonry-item .price{
        position: absolute;
        right: 0;
        font-size: 15px;
        background-color: #DFF0D8;
        color: 000;
        line-height: 12px;
        padding: 10px 20px;
        vertical-align: middle;
        font-weight: bold;
        top: 00px;
        border-bottom-left-radius: 5px;
      }

      .list-item .wish-img{
        display: inline-block;
      

      }

      .masonry-item .productImg{
        text-align: center;
      }

      span.desc{
        display:inline-block;
        vertical-align: top;
      }

      .btn.gmail{
        background-color: #c40407;
       }

      .btn.outlook{
        background-color: #0072C6;
      }

      .btn.yahoo{
        background-color: #2D1152;
      }

      .mail_import{
        color: #fff;
        font-weight: bold;
      }

      .mail_import:hover{
        text-decoration: underline;
        color:#fff;
      }