/* BASIC css start */
#product-list .list_shopping2x {margin-top:20px;}
#product-list .list_shopping2x li {position: relative;}


.ranking {
    position: absolute;
    top: 0px;
    left: 1px;
    z-index: 10;
    width: 35px;
    height: 35px;
    background-color: #000;
    border-radius: 0 0 10px 0;
    text-align: center;
}
span.box1 {
    color: #b98851;
    font-size: 20px;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    line-height: 28px;
    text-align: center;
    font-family: sans-serif;
    margin-top: 2px;
    display: inline-block;
    margin-left: -1px;
    letter-spacing: 0px;
}

#product-list .MK-discount-icon { width: auto !important; height: 18px !important; }
/* BASIC css end */

