.stafflogin .tb-css-login-top{
    background: #000;
    color: #fff;
    height: 26px;
    font-size: 12px;
    text-align: right;
    position: absolute;
    width: 100%;
    top: 0px;
}

#item-mobile-sharelist{
    font-size: 22px;
}


.stafflogin .tb-css-navBar{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #bf9a6e;
    z-index: 100;
    text-align: center;

}

.stafflogin .tb-css-navBar #tb-css-btnNavIcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 60px;
    background: url(/en/img/common/navIcon.png) no-repeat center center;
    background-size: 24px 18px;
    z-index: 2;
}

.stafflogin .tb-css-navBar #tb-css-btnSearch {
    position: absolute;
    left: 50px;
    top: 0;
    width: auto;
    height: 60px;
    line-height: 56px;
    font-size: 20px;
    z-index: 2;
    color: black;
}

.stafflogin .tb-css-navBar .tb-css-logo {
    margin-top: 5px;
    width: 136px;
    height: 50px;
    background: url(/en/img/common/logo-nav.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
}

.stafflogin .tb-css-navBar .tb-css-navSub-right {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 20px;
    color: black;
}

.stafflogin .tb-css-navBar .tb-css-navSub-right .item {
    position: relative;
    text-align: right;
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;

}
.stafflogin .tb-css-navBar .tb-css-navSub-right .fa{
    color:#fff;
}
.stafflogin .tb-css-navBar .tb-css-navSub-right .item .btnIcon .tb-css-item-num{
    position: absolute;
    top: -8px;
    right: -8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    font-size: 9px;
    color: black;
    background: #333333;
    text-align: center;
    color:#bf9a6e;
}


.stafflogin .tb-css-navBar .tb-css-navSub-right .fa-list-alt:before{
    position: absolute;
    top: 5px;
    left: -21px;
}


.stafflogin .icon-share{
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 240;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.5));
    z-index:10;
}


.stafflogin .icon-share .shareMain{
    width: 55px;
    height: 55px;
    font-size: 37px;
    text-align: center;
    background: #bf9a6e;
    color: #fff;
    border-radius: 30px;
    padding-top: 9px;
    padding-right: 3px;
    z-index: 10;
    position: relative;
    cursor: pointer;

}

.stafflogin .icon-share.active .shareMain{
    font-size: 50px;
    padding-top: 3px;
    padding-right: 0px;
}


.stafflogin .icon-share .share-copy,
.stafflogin .icon-share .share-mail,
.stafflogin .icon-share .share-whatsapp,
.stafflogin .icon-share .share-qrcode{
    width: 45px;
    height: 45px;
    position: absolute;
    border-radius: 30px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    padding: 8px;
    top: 5px;
    left: 5px;
    transition: all 0.3s;
    cursor: pointer;
}

.stafflogin .icon-share .share-copy{
    background:#656565;
}

.stafflogin .icon-share .share-mail{
    background:#00a6da;
}

.stafflogin .icon-share .share-whatsapp{
    background:#23cd63;
}

.stafflogin .icon-share .share-qrcode{
    background: #364c96 url(//cdn.chowsangsang.com/eshop/hk/newweb/icon_qrcode.png) 50% 50% no-repeat;
    background-size: 57%;
}

.stafflogin .tb-css-login-top .btn{
    padding: 3px 12px;
}


.stafflogin .icon-share.active .share-copy{
    left: 0px;
    top: -65px;
    -webkit-transition-delay: 0.05s; /* Safari */
    transition-delay: 0.05s;
}

.stafflogin .icon-share.active .share-mail{
    top: -35px;
    left: -55px;
    /*top: -55px;
    left: -20px;*/
    -webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;
}

.stafflogin .icon-share.active .share-whatsapp{
    top:0px;
    left:0px;
    -webkit-transition-delay: 0.15s; /* Safari */
    transition-delay: 0.15s;
}

.stafflogin .icon-share.active .share-qrcode{
    top: 30px;
    left: -60px;
    /*top: 0px;
    left: -60px;*/
    -webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}

.lightbox-content{
    padding: 8%;
}
.lightbox-content img{
    width:100%;
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



@media (max-width:  767px ) {
    .stafflogin .tb-css-login-top{
        position: fixed;
        height:40px;
    }
    .stafflogin .tb-css-login-top .btn{
        padding: 10px 12px;
    }
    .stafflogin .icon-share{
        bottom: 30px;
    }

    .stafflogin .icon-share.active .share-copy{
        top:-60px;
        left:0px;
    }

    .stafflogin .icon-share.active .share-mail{
        top: -60px;
        left: -55px;
        /* left:0px; */
    }

    .stafflogin .icon-share.active .share-whatsapp{
        top: -60px;
        left: -115px;
        /* left: -55px; */
    }

    .stafflogin .icon-share.active .share-qrcode{
        top: -60px;
        left: -175px;
        /* left: -115px; */
    }

}