 .mdc-card {
  height: 350px;
  //width: 350px;
  margin-bottom: 20px;

}

.demo-card{

 -webkit-box-shadow: 0 0 15px 5px rgba(111,111,111,0.3);
    -moz-box-shadow: 0 0 15px 5px rgba(111,111,111,0.3);
    box-shadow: 0 0 15px 5px rgba(111,111,111,0.3);

}
 .mdc-card2 {
  margin-bottom: 20px;

}

.card-header {
  margin: 1.25rem 0;
  padding: 16px;
  display: flex;
  align-items: center;
}

  .card-header h2,
  .card-header h3 {
    margin: 0;
  }

.card-icon {
  padding-right: 8px;
}

.mdc-card__media {
  background-image: url(https://cdn-images-1.medium.com/max/1600/1*xwxi1pN7GMiZ_Uu5KbWLlA.jpeg);
  height:150px;
}

.card-body {
  padding: 16px;
}

.emptyImg{
	 max-height: 80%;
  max-width: 80%;
  height: auto;
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  margin: auto;
}

 #catalog-image-list 
        {
            max-width: 900px;
//            padding-top: 128px;
         //   padding-bottom: 100px;
        }

       #catalog-image-list .mdc-image-list__image-aspect-container 
       {
                padding-bottom: calc(100% / 1);
       }

	 #catalog-image-list .mdc-image-list__item-productdetail
       {
                width: calc(100% / 1 - 8.25px);
                margin: 4px;
       }

	
       #catalog-image-list .mdc-image-list__item 
       {
                width: calc(100% / 4 - 8.25px);
                margin: 4px;
       }

        @media only screen and (max-width: 599px) 
        {
            #catalog-image-list .mdc-image-list__item {
                width: calc(100% / 2 - 8.33333px);
                margin: 4px;
		    padding-bottom: 30px;
            }
        }

        @media only screen and (max-width: 320px) 
        {
            #catalog-image-list .mdc-image-list__item 
            {
            //    width: calc(100% / 4 - 8.5px);
                margin: 4px;
            }
        }

        .catalog-image-list-item-container {
            background-color: #f5f5f5;
        }

        .catalog-image-list-label {
            font-weight: 500;
            color: #212121;
        }

        a.catalog-image-link {
            text-decoration: none;
        }

        .mdc-image-list {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 0 auto;
            padding: 0;
        }

        .mdc-image-list__item,
        .mdc-image-list__image-aspect-container {
            position: relative;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .mdc-image-list__item {
            list-style-type: none;
        }

        .mdc-image-list__image {
            width: 100%;
        }

        .mdc-image-list__image-aspect-container .mdc-image-list__image {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

	

        .mdc-image-list__image-aspect-container {
            padding-bottom: calc(100% / 1);
        }
	.wrapword {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
   // word-break: break-all;
    white-space: normal;
    font-size: 14px;
    font-weight:bold;
    line-height: 1.2rem;
}
