/* BASIC css start */
/* prd-class-hd */
#productClass .page-body { padding-top:40px }

#productClass .page-hd { border:0; }
#productClass .page-hd h2 { padding-bottom:60px; font-size:30px; color:#007f53; font-weight:600; text-align:center; line-height:18px; }

#productClass .item-wrap .item-cont { margin-bottom:50px; }
#productClass .item-wrap .item-cont .item-list { width:33.33%; padding:0 5px; position:relative; }
#productClass .item-wrap .item-cont .item-list .thumb { width:100%; }

#productClass .item-wrap .item-cont .item-list .thumb .previewBtn { position:absolute; width:35px; height:35px; bottom:-10px; right:20px; opacity:0;-webkit-opacity:0; transition:all 0.5s; background:url(/design/rtx22/re_2022/cart_icon.svg) no-repeat center/contain; }
#productClass .item-wrap .item-cont .item-list .thumb .previewBtn:hover { background:url(/design/rtx22/re_2022/cart_icon_c.svg) no-repeat center/contain; }
#productClass .item-wrap .item-cont .item-list .thumb:hover .previewBtn { bottom:20px; opacity:1;-webkit-opacity:1; }

.item-wrap .item-cont .item-list .prd-name span.my-wish-list { display:inline-block; width:13px; margin-left:5px; }
.item-wrap .item-cont .item-list .prd-name span.my-wish-list img { width:100%; }

#productClass .item-wrap .item-cont .item-list .ranking { position:absolute; top:0; left:5px; width:35px; height:35px; background:#e94a57; text-align:center; line-height:35px; color:#fff; font-size:16px; font-weight:bold; }

.item-wrap .item-cont .item-list .prd-price .price.highlight:after { background:#fff6bc; height:40%; top:auto; bottom:0; }
.item-wrap .item-cont .item-list:hover .prd-price .price.highlight:after { width:100%; }

.item-wrap .item-cont .item-list .thumb img { transition:all 0.5s; }
.item-wrap .item-cont .item-list .thumb:hover img { transform:scale(1.03); }
/* BASIC css end */

