.shopping{
    padding: 20px 0;
    min-height: 77px;
    overflow: hidden;
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
}

.shopping-item{
    margin: 0 10px;
    display: block;
    float: left;
    vertical-align: top;
}

.shopping-link{
    display: block;
    text-decoration: none;
}

.shopping-thumb{
    display: block;
    width: 75px;
    height: 75px;
    background: #fff;
    border: 1px solid #eee;
    float: left;
}

.shopping-label{
    margin-left: 10px;
    display: inline-block;
    width: 57%;
    height: 50px;

    font-size: 13px;
    color: #666;
}

.shopping-price{
    margin: 10px 0 0 10px;
    display: inline-block;

    color: #036ab2;
    font-size: 14px;
    font-weight: bold;
}