/* BASIC css start */
/* class-list */
#productClass .cate-wrap { overflow:hidden }
#productClass .cate-wrap .bcate { padding-bottom:10px; font-size:18px; color:#202020; font-weight:bold; /*border-bottom:1px solid #e3e3e3*/; text-align:center; }
#productClass .cate-wrap .class-list ul { /*border-bottom:1px solid #e3e3e3*/;  *zoom:1 }
#productClass .cate-wrap .class-list ul:after { display:block; clear:both; content:'' }
#productClass .cate-wrap .class-list ul li { padding:30px 60px 15px 0; float:left }
#productClass .cate-wrap .class-list ul li a { display:block; font-size:15px; color:#919191 }
.class-list{
    display: flex;
    justify-content: center;
}

/* best-item */
.item-wrap.best-item .item-cont .item-list {float:left;width: 18.5%;margin: 0 0 3% 0;}

/* total-sort */
#productClass .total-sort { padding-top: 30px; }



.discountPer {
    font-size: 12px;
    color: red;
    margin-left : 3px;
}

.discountText {
    font-size: 12px;
    color:#919191;
    margin-top : 2px;
    display:block;
}

.product-display-options { display: flex; justify-content: end; margin-bottom: 20px; margin-top:-10px;}
.product-display-options > div { cursor: pointer; margin-right: 3px;}
.product-display-options > div:last-child { /*margin-right: 20px;*/ }



.one-box-icon{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%233b3b3b'%3E%3Cpath d='M224.62-160q-27.62 0-46.12-18.5Q160-197 160-224.62v-510.76q0-27.62 18.5-46.12Q197-800 224.62-800h510.76q27.62 0 46.12 18.5Q800-763 800-735.38v510.76q0 27.62-18.5 46.12Q763-160 735.38-160H224.62Zm0-40h510.76q9.24 0 16.93-7.69 7.69-7.69 7.69-16.93v-510.76q0-9.24-7.69-16.93-7.69-7.69-16.93-7.69H224.62q-9.24 0-16.93 7.69-7.69 7.69-7.69 16.93v510.76q0 9.24 7.69 16.93 7.69 7.69 16.93 7.69Z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.window-box-icon{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%233b3b3b'%3E%3Cpath d='M224.62-160q-26.85 0-45.74-18.88Q160-197.77 160-224.62v-510.76q0-26.85 18.88-45.74Q197.77-800 224.62-800h510.76q26.85 0 45.74 18.88Q800-762.23 800-735.38v510.76q0 26.85-18.88 45.74Q762.23-160 735.38-160H224.62ZM500-460v260h235.38q10.77 0 17.7-6.92 6.92-6.93 6.92-17.7V-460H500Zm0-40h260v-235.38q0-10.77-6.92-17.7-6.93-6.92-17.7-6.92H500v260Zm-40 0v-260H224.62q-10.77 0-17.7 6.92-6.92 6.93-6.92 17.7V-500h260Zm0 40H200v235.38q0 10.77 6.92 17.7 6.93 6.92 17.7 6.92H460v-260Z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}
/* BASIC css end */

