/* BASIC css start */
#header { position: relative; width: 100%; z-index: 100; min-height: 90px; }
.fpmenu { position: fixed; top: 0; left: 0; z-index: 500; width:100% }
.main-menu { width: 100%; }
#fp_top { width:100%; height: 45px; position: relative; background: #fff; }
#fp_top ul { width:100%; height: 100%; overflow: hidden; text-align: center; position: relative; }
#fp_top ul li { min-height: 30px; display: inline-block; position: absolute; }

#fp_top ul .back_btn { top: 15px; left: 10px; }
#fp_top ul .back_btn i { font-size: 26px; }

#fp_top ul .heart { top: 13px; right: 50px; }
#fp_top ul .heart img { width: 34px; }

#fp_top ul .cart { top: 10px; right: 9px; }
#fp_top ul .cart img { width: 36px; }
#fp_top ul .cart a { display: inline-block; position: relative; }
#fp_top ul .cart .basket .cart_box { position: absolute; display: inline-block; width: 16px; height: 16px; background-color: #000; color: #fff; border-radius: 100%; font-size: 8px; top: 6px; right: 1px;
    line-height: 16px; text-align: center; }


/* BASIC css end */

