.list{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list .litem {
    position: relative;
    /*float: left;*/
    width: 270px;
    margin: 15px 15px;
}
.list .litem .tile_item-badges{
    top: 0;
    right: 0;
}
/*.list .litem:nth-child(4n + 1) {
    clear: left;
}
@media (max-width: 1230px) {
    .list .litem:nth-child(4n + 1) {
        clear: none;
    }
    .list .litem:nth-child(3n + 1) {
        clear: left;
    }
}*/

.list .litem table {
    border-collapse: collapse;
}

.list .litem table tr td {
    height: 270px;
    width: 270px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.list .litem table tr td a {
    display: block;
    width: 100%;
}

.list .litem .lbrand {
    /*height: 44px;*/
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}

.list .litem .lname-inner{
    min-height: 65px;
}
.list .litem .lname {
    /*min-height: 105px;*/ /*126px;*//*82px;*/
    /*padding-bottom: 5px;*/
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 45px;
}

.list .litem .lbutton {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 8px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.list .litem .lbutton a {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
