.item-box .image-squares-holder {
    height: 42px;
    margin: 0 0 10px;
}

.item-box .attribute-squares {
    text-align: left;
}

.item-box .attribute-squares li {
    margin: 0 3px 5px 0;
    vertical-align: top;
}

.item-box .attribute-squares li.hidden {
    display: none;
}

.item-box .attribute-square {
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #e8e8e8;
    border-radius: 2px;
    overflow: hidden;
    background-size: cover;
}

.item-box .attribute-squares li.overflowing-counter {
    margin: 0;
    padding-top: 1px;
}

.overflowing-counter span {
    display: block;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #e8e8e8;
    border-radius: 2px;
    font-size: 14px;
    background: #eee;
    line-height: 30px;
    color: #999;
}
