/* BASIC css start */
 
 
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.displaynone {
    display:none !important;
}
.trans {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
 
#t_header {
    background: #a48f78;
    height: 41px;
    line-height: 41px;
}
#t_header:hover {
    background-color: #9a8268;
}
#t_header .t_header_inner {
    width: 1400px;
    margin: 0 auto;
    font-size: 0;
}

#t_header .t_header_inner .left {
    display: inline-block;
    font-size: 12px;
    width: 50%;
}
#t_header .t_header_inner .right {
    display: inline-block;
    font-size: 12px;
    text-align: right;
    width: 50%;
}

#t_header .t_header_inner a {
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 0.8px;
    font-family: 'Lato', sans-serif;
}
#t_header .t_header_inner a:hover {
    opacity: 0.85;
}

#t_header .t_header_inner a + a {
    margin-left: 19px;
}
header {position: sticky;
    top: 0;
    z-index: 100;
    background-color: #fff;}

#header {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    padding-bottom: 39px;
}

#header .logo {
    display: block;
    padding: 44px 0 29px;
}

#header .cate {
    display: inline-block;
    vertical-align: middle;
}

#header .made_epilogue {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 45px;
}

#header  .h_menu {
    /* display: inline-block; */
    /* vertical-align: middle; */
    float: right;
    margin-top: -5px;
}

#header .cate ul {
    font-size: 0;
    white-space: nowrap;
    margin-left: -29px;
}

#header .cate ul li.lnb_depth1 {
    font-size: 12px;
    display: inline-block;
    padding: 0 29px;
    position: relative;
}

#header .cate ul li.lnb_depth1:first-child {
    /* padding-left: 0; */
}

#header .cate ul li.lnb_depth1 .lnb_menu {
    color: #4c4c4c;
    font-size: 13px;
    letter-spacing: 0.8px;
}

#header .cate ul li.lnb_depth1 .lnb_depth2 {
    display: none;
    position: absolute;
    width: auto;
    z-index: 10;
    width: 122px;
    left: 50%;
    transform: translateX(-50%); 
}




#header .cate ul li.lnb_depth1 .lnb_depth2 .cate_top {
    background: url(/design/ibook0430/13606/codlab02/epilogue/images/cate_t.png) no-repeat;
    height:45px;
}
#header .cate ul li.lnb_depth1 .lnb_depth2 .cate_bottom {
    background: url(/design/ibook0430/13606/codlab02/epilogue/images/cate_b.png) no-repeat;
    height: 22px;
}
#header .cate ul li.lnb_depth1 .lnb_depth2 .cate_middle {
    background: url(/design/ibook0430/13606/codlab02/epilogue/images/cate_m.png);
    margin-left: 0;
}
#header .cate ul li.lnb_depth1 .lnb_depth2 ul li {
    text-align: center;
    color: #4c4c4c;
    padding: 0;
    display: block;
}
#header .cate ul li.lnb_depth1 .lnb_depth2 ul li a {
    display: block;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    color: #4c4c4c;
    letter-spacing: 0.8px;
}
#header .cate ul li.lnb_depth1 .lnb_depth2 ul li a:hover {
    color: #a48f78;
} 




#header .h_menu ul {
    font-size: 0;
}

#header .h_menu ul li {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 47px;
}

#header .h_menu ul li.search {
    position: relative;
    padding-left: 0;
}
#header .h_menu ul li.search a.searchlayer img {
    padding-left: 5px;
}

#header .h_menu ul li.search a {
    cursor: pointer;
    display: inline-block;
}
#header .h_menu ul li.search .searcharea {
    position: absolute;
    width: 180px;
    height: 25px;
    top: -10px;
    right: -14px;
    padding: 10px 10px 0 0;
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
    border-bottom: chocolate;
}
#header .h_menu ul li.search .searcharea input.MS_search_word {
    height: 20px;
    padding: 0 10px 1px 3px;
    width: 135px;
    color: #656565;
    font-size: 12px;
    border: 0;
    background: none;
    display: inline-block;
    border-bottom: 1px solid #e1e1e1;
    letter-spacing: 0.8px;
    font-family: 'Lato', sans-serif;
}
#header .h_menu ul li.search .searcharea a img {
    margin-bottom: 10px;
    background: #fff;
}
#header .h_menu ul li.search.open .searcharea {
    opacity: 1;
    z-index: 11;
    visibility: visible;
}

#header .made_epilogue a {
    color: #a48f78;
    font-size: 13px;
    letter-spacing: 0.8px;
}

#header .made_epilogue:before {
    content: "";
    display: block;
    background: #bfbfbf;
    width: 1px;
    height: 12px;
    position: absolute;
    top: 2px;
    left: 0;
}

#header .h_menu ul li a {
    position: relative;
    display: block;
}

#header .h_menu ul li a #user_basket_quantity {
    background: #a48f78;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    position: absolute;
    top: -11px;
    right: -10px;
    color: #ffffff;
    letter-spacing: .8px;
    font-size: 10px;
    font-family: 'Lato', sans-serif;
} 
  


/* BASIC css end */

