/* BASIC css start */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

#productClass .page-body {margin-bottom:150px;}
#productClass .page-body .banner {margin:0px 0px 60px 0px;font-size:0px;}


#productClass .list-wrap {
    font-size:0px;
}
#productClass .list-wrap ul li {
    position:relative;
    display:inline-block;
    width:275px;
    margin-right:33.3px;
    margin-bottom:60px;
    vertical-align:top;
}
#productClass .list-wrap ul li.big {
    width:360px;
    margin-right:60px;
}
#productClass .list-wrap ul li:nth-child(4n), #productClass .list-wrap ul li.clear {
    margin-right:0px;
}
#productClass .list-wrap ul li a.link {
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    z-index:10;
}

#productClass .list-wrap ul li .thumb {
    position:relative;
    height:383px;
    overflow:hidden;
}
#productClass .list-wrap ul li.big .thumb {
    height:501px;
}
#productClass .list-wrap ul li .thumb img {
    width:100%;
    height:100%;
}
#productClass .list-wrap ul li .thumb .num {
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
    width:50px;
    height:50px;
    background:#333333;
    color:white;
    font-size:14px;
    font-weight:bold;
    line-height:50px;
    text-align:center;
    letter-spacing:-0.5px;
}
#productClass .list-wrap ul li .thumb .num strong {
    font-size:20px;
}
#productClass .list-wrap ul li.big .thumb .num {
    width:60px;
    height:60px;
    font-size:15px;
    line-height:60px;
}
#productClass .list-wrap ul li.big .thumb .num strong {
    font-size:30px;
}
#productClass .list-wrap ul li .name {
    margin-top:10px;
    color:#333;
    font-size:15px;
    /*font-weight:bold;*/
    letter-spacing:-0.5px;
    clear: both;
}
#productClass .list-wrap ul li .desc {
    margin-top:12px;
    color:#aaa;
    font-size:12px;
    line-height:18px;
    letter-spacing:-0.5px;
}

#productClass .list-wrap ul li .dis_price_box {
    position: relative;
    /* height: 55px; */
    margin-top: 12px;
    padding-top: 10px;
    border-top: 0.5px solid #e9e9e9;
    font-size: 0px;
    box-sizing: border-box;
}
#productClass .list-wrap ul li .dis_price_box .dis_percent {
        display: inline-block;
    padding-right: 10px;
    padding-top: 5px;
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 300;
    /* line-height: 22px; */
    letter-spacing: -0.7px;
    vertical-align: top;
    float: right;
}
#productClass .list-wrap ul li .dis_price_box .dis_percent .percent{
    font-size:15px;
}
#productClass .list-wrap ul li .dis_price_box .price-box {
    display:inline-block;
    vertical-align:top;
}
#productClass .list-wrap ul li .dis_price_box .del-price {
    color: #b9b9b9;
    font-size: 12.5px;
    /* font-weight: bold; */
    line-height: 22px;
    text-decoration: line-through;
    letter-spacing: -0.5px;
    float: left;
    /* padding-top: 5px;*/
}
#productClass .list-wrap ul li .dis_price_box .normal-price {
    display: inline-block;
    color: #7a7a7a;
    font-size: 16px;
    /* font-weight: bold; */
    line-height: 22px;
    letter-spacing: -0.5px;
    float: left;
    /* padding-top: 5px; */
    margin-right: 10px;
}
#productClass .list-wrap ul li .dis_price_box .time {
    position:absolute;
    top:24px;
    right:0px;
    padding:0px 4px;
    background:white;
    border:1px solid #e71a1a;
    color:#e71a1a;
    font-size:12px;
    line-height:16px;
    letter-spacing:-0.5px;
    box-sizing:border-box;
}

#productClass .list-wrap ul li .normal_price_box {
    margin-top:10px;
    padding-bottom:16px;
    border-bottom:1px dotted #ddd;
    font-size:0px;
    box-sizing:border-box;
}
#productClass .list-wrap ul li .normal_price_box .normal-price {
    color:#7a7a7a;
    font-size:16px;
    /*font-weight:bold;*/
    line-height:22px;
    letter-spacing:-0.5px;
}

#productClass .list-wrap ul li .option_preview {
    margin-top:10px;
    margin-bottom: 10px;
    font-size:0px;
    width: 70%;
    float: left;
}
#productClass .list-wrap ul li .option_preview span {
    display:inline-block;
    width:12px;
    height:12px;
    margin-right:3px;
    border:1px solid #ddd;
    box-sizing:border-box;
}
#productClass .list-wrap ul li .size {
    float: left;
    color: #b9b9b9;
    font-size: 12px;
    padding-bottom: 3px;
    line-height: 12px;
    letter-spacing: -0.5px;
    margin-top:10px;
    width: 100%;
}

.style-code{
    margin-bottom: 10px;
    margin-left: 2px;
    /* float: left; */
    font-size: 12px;
    /* letter-spacing: -0.5px; */
    color: #999;
    font-family: 'Montserrat', sans-serif;
}
.icon{
    margin-top: 5px;
    margin-left: -3px;
    float: left;
}
/* BASIC css end */

