.wishlist-header{ position:relative; display:none; cursor:pointer; margin:6px 0 0 30px; }
.wishlist-header-btn{ display:block; width:30px; height:30px; overflow:hidden; background-position:center; background-size:cover; background-repeat:no-repeat; background-image:url(../../image/icon/heart.png); }
.wishlist-header-exit{ display:none; }
.wishlist-header-num{ position:absolute; top:-5px; left:18px; border:6px; width:20px; height:20px; border-radius:10px; font-size:10px; line-height:20px; background-color:var(--primaryColor); color:#FFFFFF; text-align:center; }
@media all and (min-width:920px){
    .wishlist-header{ margin:17px 0 0 23px; display:inline-block; }
}