/* BASIC css start */
    /* prd-class-hd */
#productClass .prd-class-hd { zoom: 1; overflow: hidden; padding: 8px 15px 5px; background-color: #c9c9c9; }
#productClass .prd-class-hd h2 { float: left; font-size: 14px; text-transform: uppercase; font-weight: bold; color: #fff; }
#productClass .prd-class-hd .loc-navi { float: right; color: #fff;  }
#productClass .prd-class-hd .loc-navi a { color: #fff; }
    /* class-list */
#productClass .class-list { zoom: 1; overflow: hidden; padding: 15px }
#productClass .class-list li,
#productClass .class-list li a { float: left; width: auto; white-space: nowrap; }
#productClass .class-list li { padding-left: 12px; margin-right: 12px; background: url(/images/d3/modern_simple/common/bull_h2_sqr_gray.gif) no-repeat 0 50%; }
    /* best-item */
#productClass .best-item { padding-top: 20px; padding-bottom: 10px; border-top: 2px solid #5c5c5c; border-bottom: 2px solid #5c5c5c; background-color: #f8f8f8; }
#productClass .best-item h3 { margin-left: 20px; font-size: 0; line-height: 0;}
    /* total-sort */
#productClass .total-sort { padding-top: 30px; }
    /* 하위 분류 */
#productClass .item-cate { display: flex; justify-content: space-between; align-items: end; padding: 30px 0; }
#productClass .item-cate a { font-weight: bold; color: #1c1c1c; letter-spacing: -1px; }
#productClass .item-cate .scate a { font-size: 18px; }
#productClass .thumb .main_icons { position:relative; }



/* 분류 좋아요 기능 추가하기 */
.category-side { float: left; margin-top: -4px; margin-bottom: -1px; display: flex; align-items: center; column-gap: 10px; }
.category-count { display: flex; align-items: center; justify-content: center; column-gap: 5px; height: 24px; padding: 0 9px; background: #fff; border-radius: 12px; font-size: 13px; box-sizing: border-box; cursor: pointer; }
.category-count .heart { width: 16px; height: 16px; stroke-width: 2px; stroke: #999; fill: none; }
.category-count.active .heart { stroke: #e84d66; fill: #e84d66; }
.category-side .fa-heart { color: #f41f3a; font-size: 16px !important; }
.category-side .fa-heart-o { color: #999; font-size: 16px !important; }
/* BASIC css end */

