.shoppingMall{

}

.shopping-item>div.shopping-item-box{
    height: 182px;
}

.shopping-body>.shopping-item{
    width: 222px;
}

.shopping-body>.shopping-item .num{
    margin-bottom: 8px;
    font-size: 12px;
    color: #BFBFBF;
    line-height: 17px;
}

.shopping-body>:not(:nth-child(4n)){
    margin-right: 16px;
}

.shopping-body>:nth-child(4n){
    margin-right: 0;
}

.shopping-body{
    width: 100%;
}

@media screen and (max-width: 767px){
    .witkey-shop-body .witkey-shop-list {
        width: 100%;
        margin-right: 0;
    }
    .shopping-body>:not(:nth-child(4n)){
        margin-right: 0;
    }
}

.witkey-subshop-body>.title{
    display: flex;
    align-items: center;
}

.witkey-subshop-body>.title>img{
    margin-right: 6px;
}

.clearfix>.clearfix-item{
    padding: 16px;
    display: flex;
    position: relative;
}

.clearfix>:not(:nth-child(3n))::after{
    content: '';
    position: absolute;
    display: block;
    left: 16px;
    bottom: 0;
    width: 208px;
    height: 1px;
    background: #F0F0F0;
}

.clearfix>.clearfix-item>img{
    display: block;
    width: 82px;
    height: 48px;
    margin-right: 12px;
}

.clearfix>.clearfix-item>div>:nth-child(1){
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    margin-top: 2px;
    margin-bottom: 8px;
}

.clearfix>.clearfix-item>div>:nth-child(2){
    font-size: 12px;
    font-weight: bold;
    color: #FF9934;
    line-height: 17px;
}
