/* BASIC css start */
.header_wrap { width:100%; height:130px; background:#1f1c1c; overflow:hidden; position:relative; }
.header_wrap.fixed { background:#1f1c1c; height:65px; position:fixed; top:0; left:0; z-index:999; }
.header_wrap.fixed .shop_logo { margin:21px 60px 21px 5%; display:inline-block; }
.header_wrap.fixed .header_cate { position:relative; height:65px; line-height:65px; display:inline-table; bottom:0; left:0; transform:none; }
.header_wrap.fixed .header_cate .cate_item a { color:#fff; padding:0 15px; line-height:65px; font-size:14px; }
.header_wrap .shop_logo { width:240px; margin:30px auto; }
.header_wrap .shop_logo img { width:100%; }
.user_gnb { position:absolute; top:50%; right:5%; transform: translate(0, -50%); display:table; }
.user_gnb div { float:left; margin:0 10px; text-align:center; }
.user_gnb input { background:none; border:0; color:#fff; }
.user_gnb .search_wrap { padding:5px 0; border-bottom:1px solid #fff; }
.header_wrap .icons { width:20px; display:inline-block; }
.header_wrap .icons img { width:100%; }
.header_cate { display:table; position:absolute; bottom:15px; left:50%; transform: translate(-50%, 0); }
.header_cate .cate_item { display:inline-block; }
.header_cate .cate_item a { color:#fff; padding:7px 15px; font-size:14px; }


.product_items .info_wrap { position:relative; }
.info_wrap .con { text-decoration:line-through; display:inline-block; }
.info_wrap .prices { display:inline-block; }

.product_items .thumb { margin:0 0 15px; overflow:hidden; }
.product_items .thumb img { width:100%; }

.product_items .colorbox { display:table; margin:0 0 7px; }
.product_items .colorbox li { width:12px; height:12px; display:inline-block; margin:0 4px 0 0; box-sizing:border-box; border:1px solid #bbb; }
.product_items .colorbox li:last-child { margin:0; }

.product_items .names { margin:0 0 7px; color:#555; }
.product_items .names a { color:#555; }
.product_items .subnames { margin:0 0 10px; }
.product_items .subnames a { color:#a8a8a8; }

.product_items .prices { color:#555; font-weight:bold; }
.product_items .item_de { color:#555; margin:10px 0 0; }

.product_items .snap_review_count { position:absolute; top:0; right:0; color:#555; font-weight:400; font-size: 12px; padding-bottom:0px; }
.product_items .r_count { position:absolute; top:0; right:0; color:#555; font-weight:400; font-size: 12px; padding-bottom:0px; }

.thumb_sw { position:relative; }
.jh_preview_cart { position:absolute; left:50%; bottom:-20px; width:50px; height:50px; z-index:40; transform: translate(-50%, 0); opacity:0; transition:all 0.2s; }
.jh_preview_cart.hhover { opacity:1; bottom:20px; }
.jh_preview_cart img { width:100%; }

.sticky_bn { position:fixed; right:20px; bottom:50px; display:none; z-index:999; }
.sticky_bn div { display:flex; text-align:center; }
.sticky_bn div img { width:80%; }
.sticky_bn div a { display:flex; color:#3e3e3e; width:50px; height:50px; box-sizing:border-box; text-align:center; justify-content:center; align-items:center; font-size:13px; line-height:16px; }
#small_icon img { width:60%; }
/* BASIC css end */

