div.tab-content{
  padding-top: 20px;
}

a.thumb {
    height: unset;
    padding-top: 0px;
    display: block;
    position: relative;
    margin-bottom: 30px;
}

div.item-square{
  height: 0px;
  padding-top: 100% ;
  display: block;
  position: relative;
}




img.thumb-image {
  max-height: 100%;
max-width: 100%;
width: auto;
height: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
div.item-title {
    position: relative;
    top: 0px;
    padding: 0px 30px 0px 20px;
    min-height: 80px;
    font-weight: 800;
    width: calc(100% - 40px);
    display: flex;
    align-items: flex-end;
}

div.item-price{
    padding: 10px 30px 30px 20px;
    min-height: 60px;
}

a.thumb i{
  position: absolute;
bottom: 20px;
right: 20px;
padding: 10px;
font-weight: 800;
color: #fff;
background: #EAEAEA;
border-radius: 20px;
height: 40px;
width: 40px;
line-height: 20px;
text-align: center;
font-size: 25px;
}


a.thumb:hover i{
background: #222;
}

div.item-square::after {
    content: '';
    border-right: 1px solid #eaeaea;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 70%;
    transform: translateY(-50%);
}


a.thumb:hover  {
    box-shadow: 0 0 6px 0 rgba(1,1,1,.3);
}
