.product-view-table .first-column{
    /*display: inline-flex;*/
    margin-bottom: 15px;
    text-align: left;
    /*float:left;*/
}

.button-container{
    min-width:100px;
}

.product-img img{
    width: 50px;
    height: 50px;
}

.product-img{
    width:50px;
    height: 50px;
}

.product-name,
.product-img{
    display: inline-block;
}

.product-name{
    padding-left:20px;
    width: 80%;
    vertical-align: middle;
}

.product-name a{
  font-family: Montserrat-Regular, sans-serif;
}

.product-name a:hover{
  color: #33acb0;
}