div.item-contenedor-externo {
    flex-shrink: 0;
    width: 200px;
    position: relative;
}

div#item-grid.wide div.item-contenedor-externo {
    width: 320px;
}

div.item-contenedor-main {
    box-shadow: 0 4px 5px 0 rgba(55, 55, 55, .14), 0 1px 10px 0 rgba(55, 55, 55, .12), 0 2px 4px -1px rgba(55, 55, 55, .2);
    text-align: center;
    margin: 10px;
    background-color: #fff;
    border-radius: 20px 20px 10px 10px;
    width: 90%;
}

div.highlight {
    box-sizing: content-box;
    height: 100%;
    overflow: hidden;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    z-index:-1;
    border-radius: 20px 20px 10px 10px;
}

div.item-contenedor-externo:hover div.highlight:not(:hover) {
    background-color: #DCD0c0;
    opacity:0.6;
}

div.main-image {
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.item-image {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

.item-descripcion-text {

    font-weight: bold;
    margin-top: 6px;
    line-height: 1.5em;
    height: 4.5em;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 15px;
}

.descripcion {
    margin-bottom: 10px;
}

.item-descripcion {
    padding-bottom: 5px;
  }
  
  .item-weight {
    min-height: 1.5em;
    margin-bottom: 5px;
  }
  
  .item-price {
    min-height: 1.5em;
    margin-bottom: 5px;
  }
  
  .item-SKU {
    min-height: 1.5em;
    padding-bottom: 5px;
  }