#lb{
	height: 40px;
	position: relative;
	outline: 0px none;
	border: 0px none;
	z-index: 2019999999;
}
#lbWrapper{
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8);
	position: relative;
	height: 40px;
	box-shadow: 0px 0px 1px #999;
	color: #848484;
}
.show_lbUser #lbWrapper {
	background-color: white;
}

#lbMember{
	float: right;
	padding: 0px 10px 0px 0px;
    height: 100%;
    font-size: 12px;
	cursor: pointer;
}
#lbMember .lblogin,
#lbMember .lbregister{
	line-height: 30px;
	display: inline-block;
	float: left;
	height: 100%;
    height: 30px;
    padding: 5px 0px;
	cursor: pointer;
    margin: 0px;
    text-decoration: none;
}
#lbMember .lblogin .txt, #lbMember .lbregister .txt{
	color: #848484;
}
#lbMember .lblogin {
    margin-right: 15px;
}
#lbMember .lblogin:hover,
#lbMember .lbregister:hover{ text-decoration: none;}

#lbMember .lblogin:hover .txt,
#lbMember .lbregister:hover .txt {
	color: #38bdeb;
}



#lbMember .lblogin .ico, #lbMember .lbregister .ico{
	background: transparent url(https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/signin_gray.png) no-repeat;
    display: block;
    float: left;
    background-size: contain;
	width: 18px;
	height: 18px;
    margin: 3px 3px 0px 0px;
}
#lbMember .lbregister .ico{
    background: transparent url(https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/signup_gray.png) no-repeat;
    background-size: contain;
}
#lbMember .lblogin:hover .ico {
    background: transparent url(https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/signin_blue.png) no-repeat;
    background-size: contain;
}
#lbMember .lbregister:hover .ico {
    background: transparent url(https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/signup_blue.png) no-repeat;
    background-size: contain;
}

#lbLoginPopup {
    position: absolute;
    top: 40px;
    right: 5px;
    background: white;
    border: 1px solid #444444;
    display: none;
}
#lb.show_LoginPopup #lbLoginPopup{
	display: block;
}


#lbMember .lbuser{
	padding: 8px 20px 8px 8px;
	background-image: url(https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/menu1_gray.png);
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	width: 24px;
	height: 24px;
}
#lbMember .lbuser:hover, #lbMember .lbuser:active{
    background-image: url(https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/menu1_blue.png);
}
#lbMember .lbuser img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 24px;
	height: 24px;
}
.body-skin{
	position: relative;
	-webkit-transition: -webkit-transform 500ms ease 0s;
	-moz-transition: -moz-transform 500ms ease 0s;
	-o-transition: -o-transform 500ms ease 0s;
	transition: -webkit-transform 500ms ease 0s;
	transition: -moz-transform 500ms ease 0s;
	transition: -o-transform 500ms ease 0s;
	transition: transform 500ms ease 0s;
	width: 100%;
}
.show_lbUser .body-skin{
	-webkit-transform: translate3d(-560px, 0, 0);
	-moz-transform: translate3d(-560px, 0, 0);
	-o-transform: translate3d(-560px, 0, 0);
	transform: translate3d(-560px, 0, 0);
	z-index: 2000000000;
	/*position: fixed;*/
	/*left: -280px;*/
}
#lbUserPanel{
	/*display: none;*/
	min-height: 100px;
	background: white none;
	border-bottom: 5px solid #ccc;
	width: 560px;
	position: fixed;
	top: 40px;
	right: 0px;
	/*position: relative;*/
	z-index: 2010000009;
	-webkit-transition: -webkit-transform 500ms ease 0s;
	-moz-transition: -moz-transform 500ms ease 0s;
	-o-transition: -o-transform 500ms ease 0s;
	transition: -webkit-transform 500ms ease 0s;
	transition: -moz-transform 500ms ease 0s;
	transition: -o-transform 500ms ease 0s;
	transition: transform 500ms ease 0s;
}
.show_lbUser #lbUserPanel{
	-webkit-transform: translate3d(-560px, 0, 0);
	-moz-transform: translate3d(-560px, 0, 0);
	-o-transform: translate3d(-560px, 0, 0);
	transform: translate3d(-560px, 0, 0);
	/*position: relative;*/
}
body.show_lbUser .lnwwall{
	position: fixed;
	z-index: 2010000001;
	top: -50px;
	left: 0;
	bottom: -50px;
	right: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.5);
}
#lbUserPanel .accountZone a {
    display: block;
    color: #333;
    line-height: 20px;
    padding: 10px 15px;
    background: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/right_arrow.png') right no-repeat;
    border-bottom: 1px solid #eee;
}

#lbUserPanel .accountZone a:hover, #lbUserPanel .accountZone a:active {
	text-decoration: none;
    background-image: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/right_arrow_blue.png');
}
#lbUserPanel .accountZone a:after {
    content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear:both;
}
#lbUserPanel .accountZone img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 54px;
	height: 54px;
    margin-right: 10px;
    float: left;
}
#lbUserPanel .accountZone .name {
    padding-top: 5px;
    font-weight: bold;
	height: 20px;
	overflow: hidden;
}
#lbUserPanel .myShopZone .title, #lbUserPanel .favShopZone .title {
    color: #38bdeb;
    line-height: 50px;
    font-size: 14px;
    margin-left: 15px;
    display: inline;
}

#lbUserPanel .myShopZone .all, #lbUserPanel .favShopZone .all {
	float: right;
	text-align: right;
	display: inline-block;
	color: #888;
	padding-right: 25px;
	line-height: 50px;
	background: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/right_arrow.png') right no-repeat;
}

#lbUserPanel .myShopZone .all:hover, #lbUserPanel .favShopZone .all:hover {
	text-decoration: none;
	color: #38bdeb;
	padding-right: 25px;
	line-height: 50px;
	background: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/right_arrow_blue.png') right no-repeat;
}

#lbUserPanel .myShopZone , #lbUserPanel .navShopZone {
    border-bottom: 1px solid #eee;
}
#lbUserPanel .myShopZone .number, #lbUserPanel .favShopZone .number  {
    color: #38bdeb;
    font-size: 9px;
    min-width: 9px;
    line-height: 9px;
    text-align: center;
    display: inline-block;
    padding: 2px 2px 1px 2px;
    margin-left: 5px;
    border: 1px solid #38bdeb;
    position: relative;
    top: -1px;
}
#lbUserPanel .listShop {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#lbUserPanel .favShopZone .listShop {
    margin-bottom: 10px;
}
#lbUserPanel .listShop:after {
    content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear:both;
}
#lbUserPanel .list_bg {
	width: 100%;
	position: absolute;
	height: 100px;
	background: #f8f8f8;
	z-index: 0;
}
#lbUserPanel .listShop li[plate] {
    display: none;
}
#lbUserPanel .listShop li[plate="0"] {
    display: block;
}

#lbUserPanel .listShop li {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    float: left;
    width: 140px;
	position: relative;
	z-index: 1;
}
#lbUserPanel .myShopZone .listShop li {
    margin-bottom: 10px;
}

#lbUserPanel .favShopZone .listShop li {
    width: 100%;
	float: none;
	margin: 0px;
}


#lbUserPanel .favShopZone .listShop li:after {
    content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear:both;
}
#lbUserPanel .listShop li a {
    display: block;
    color: #555;
}
#lbUserPanel .listShop li .shopAvatar {
    height: 100px;
    overflow: hidden;
    margin-bottom: 5px;
}

#lbUserPanel .favShopZone .listShop li .shopAvatar  {
    height: 50px;
	width: 50px;
	float: left;
	margin: 0px 10px 0px 10px;
}
#lbUserPanel .listShop li .shopAvatar img {
    width: 140px;
    margin-top: -20px;
    height: auto;
}

#lbUserPanel .favShopZone .listShop li .shopAvatar img {
	width: 50px;
	height: 50px;
	margin-top: 0px;
}

#lbUserPanel .listShop li.single {
    width: 100%;
}

#lbUserPanel .listShop li.single .shopAvatar {
    height: 200px;
    overflow: hidden;
    margin-bottom: 5px;
}
#lbUserPanel .listShop li.single .shopAvatar img {
    width: 100%;
    margin-top: -40px;
    height: auto;
}

#lbUserPanel .listShop li.zero {
    width: 100%;
}

#lbUserPanel .listShop li.zero .shopAvatar {
    background: #ccc;
    height: 200px;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 100px;
    text-align: center;
    line-height: 200px;
    color: #999;
}

#lbUserPanel .listShop li .shopName {
    margin-left: 10px;
    height: 25px;
    overflow: hidden;
    line-height: 30px;
    color: #555;
    font-weight: bold;
}
#lbUserPanel .listShop li .shopDesc {
    margin-left: 10px;
    font-size: 10px;
    color: #999;
}
#lbUserPanel .listShop li .shopManage {
    border: 1px solid #eee;
    padding: 10px;
    margin: 10px;
    font-size: 12px;
    color: #777;
    background: #f9f9f9 url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/right_arrow.png') no-repeat;
    background-position: right;
    background-size: 14px 14px;
}
#lbUserPanel .listShop li .shopManage:hover {
	background-image: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/right_arrow_blue.png');
	color: #38bdeb;
	border-color: #38bdeb;
}
#lbUserPanel .listShop li .shopStatus:before {
    content: '(เปิดใช้งาน)';
	display: inline-block;
    color: #45bb2e;
}
#lbUserPanel .favShopZone .listShop li .shopStatus:before {
    content: '(ร้านเปิดปกติ)';
}
#lbUserPanel .listShop li .shopStatus[status='inactive']:before {
    content: '(ไม่ active)';
    color: #f3ce01;
}
#lbUserPanel .listShop li .shopStatus[status='temporary']:before {
    content: '(ปิดชั่วคราว)';
    color: red ;
}
#lbUserPanel .listShop li.more {
    width: 100%;
	cursor: pointer;
}
#lbUserPanel .favShopZone .listShop li.more {
	margin: 10px 0px 0px 0px;
}
#lbUserPanel .listShop li.more span{
    display: block;
    font-size: 14px;
    cursor: pointer;
    color: #38bdeb;
    border: 1px solid #38bdeb;
    padding: 7px 10px;
    text-align: center;
    margin: 5px 10px;
}
#lbUserPanel .listShop li.more:hover span {
	background-color: #38bdeb;
	color: white;
}
#lbUserPanel .listShop .shopRemove{
	float: right;
	padding: 15px 15px 15px 5px;
	line-height: 20px;
	position: relative;
	z-index: 10;
	cursor: pointer;
	color: #aaaaaa;
}
#lbUserPanel .listShop .shopRemove:hover{
	text-decoration: underline;
	color: #888888;
}
#lbUserPanel .otherZone {
    font-size: 13px;
    color: #666;
}
#lbUserPanel  .list-item {
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: block;
	cursor: pointer;
    text-align: left;
    text-indent: 20px;
    border-top: 1px solid #eee;
    background: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/right_arrow.png') right no-repeat;
}
#lbUserPanel  .list-item:hover {
	background-image: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/right_arrow_blue.png');
}
#lbUserPanel a {
    color: #666;
}

#lbUserPanel .logout-item {
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: left;
    text-indent: 20px;
    border-top: 1px solid #f5f5f5;
}
#lbUserPanel .logout-item:hover {
	cursor: pointer;
}
#lbUserPanel .logout-item span {
    float: right;
    margin-right: 10px;
    font-size: 11px;
    color: #ccc;
}

/*************************Product**************************************************/
#lbProduct{
	float: left;
	position: relative;
}
#lbProduct .main{
	cursor: pointer;
	margin-left: 0px;
    padding-left: 20px;
    background: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/menu_gray.png') no-repeat;
    background-position: -10px 8px;
	height: 40px
}
#lbProduct .main:hover {
	background-image: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/menu_blue.png');
}
#lbProduct .main a{
	display: inline-block;
	height: 40px;
}
#lbProduct .main img {
    height: 13px;
    margin-top: 13px;
}

#lbProductPopup{
	display: none;
	position: absolute;
	top:40px;
	left: 0px;
	right: 0px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.95);
	border: 1px #e4e4e4 solid;
	border-bottom: 5px solid #ccc;
	z-index: 2020000001;
	width: 100%;
	max-width: 300px;
	transition: display 2s linear 1s;
}
body.show_lbProductPopup #lbProductPopup{
	display: block;
}
#lbProductPopup .lblist{
	border-bottom: 1px solid #efefef;
	height: 75px;
	background-image: url(../_images/y2013/products.png);
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	text-align: left;
	overflow: hidden;
}
#lbProductPopup .lblists .lnwshop{	background-position: 80px 0px;}
#lbProductPopup .lblists .lnwmall{	background-position: 80px -80px;}
#lbProductPopup .lblists .lnwmarket{	background-position: 80px -160px;}
#lbProductPopup .lblists .lnwform{	background-position: 80px -240px;}
#lbProductPopup .lblists .lnwpic{	background-position: 80px -320px;}
#lbProductPopup .lblists .bloglnw{	background-position: 80px -400px;}
#lbProductPopup .lblists .lnwpay {	background-position: 80px -480px;}

#lbProductPopup .lblists i {
	display: inline-block;
	position: relative;
	left: -30px;
	height: 100px;
	width: 100px;
	margin-top: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#lbProductPopup .lblists .lnwshop i{
	background-image: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/island/lnwshop_island.png');
}
#lbProductPopup .lblists .lnwmall i{
	background-image: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/island/lnwmall_island.png');
}
#lbProductPopup .lblists .lnwmarket i{
	background-image: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/island/lnwmarket_island.png');
}
#lbProductPopup .lblists .lnwform i{
	background-image: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/island/lnwform_island.png');
}
#lbProductPopup .lblists .lnwpic i{
	background-image: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/island/lnwpic_island.png');
}
#lbProductPopup .lblists .bloglnw i{
	background-image: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/island/lnwblog_island.png');
}
#lbProductPopup .lblists .lnwpay i{
	background-image: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/lnwpay_shield.png');
}


/**************************Notification*******************************************/

#lbNoti {
    float: right;
    position: relative;
	cursor: pointer;
}

#lbNoti:after, #lbNotiPopup ul li:after {
    content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear:both;
}
#lbNoti .noti_name, #lbNoti .noti_general, #lbNoti .noti_order, #lbNoti .noti_chat {
    cursor: pointer;
    float: left;
    padding: 11px;
    width: 18px;
    height: 18px;
    box-sizing: content-box;
}
#lbNoti .noti_name {
	width: auto;
	padding-right: 0px;
	margin-right: 11px;
	line-height: 20px;
	white-space: nowrap;
	max-width: 120px;
	overflow: hidden;
	color: #848484;
	cursor: default;
	text-align: right;
	text-overflow: ellipsis;
}
#lbNoti .noti_general {
    background: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/noti_gray.png') no-repeat center;
    background-size: 18px 18px;
}
#lbNoti .noti_general:hover, #lbNoti .noti_general:active {
    background: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/noti_blue.png') no-repeat center;
    background-size: 18px 18px;
}
#lbNoti .noti_order {
    background: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/order_gray.png') no-repeat center;
    background-size: 18px 18px;
}
#lbNoti .noti_order:hover, #lbNoti .noti_order:active {
    background: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/order_blue.png') no-repeat center;
    background-size: 18px 18px;
}
#lbNoti .noti_chat {
    display: none;
    background: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/chat_with_owner_gray.png') no-repeat center;
    background-size: 18px 18px;
}
#lbNoti .noti_chat:hover, #lbNoti .noti_chat:active {
    background: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/chat_with_owner_blue.png') no-repeat center;
    background-size: 18px 18px;
}
#lbNoti .noti_number {
    color: white;
    text-align: center;
    position: relative;
    left: 10px;
    top: -3px;
    width: 14px;
    height: 14px;
    line-height: 16px;
    background: red;
    font-size: 9px;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
#lbNotiPopup{
	display: none;
	position: absolute;
	top:40px;
	right: 0px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.95);
	border-top: 1px #e4e4e4 solid;
	border-bottom: 5px solid #ccc;
	z-index: 2020000002;
    width: 400px;
    height: auto;
	max-width: 100%;
}
body.show_lbNotiPopup #lbNotiPopup{
	display: block;
}
#lbNotiPopup ul {
    padding: 0px;
    margin: 0px;
}

#lbNotiPopup ul li{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
	border-left: 1px #e4e4e4 solid;
	border-right: 1px #e4e4e4 solid;
    box-sizing: border-box;
    list-style: none;
	margin-bottom: 0px;
}

#lbNotiPopup .new_noti{
	background-color: #ebfaff ;
}
#lbNotiPopup .new_noti .noti_info .time:before {
	content: '\0020';
	display: inline-block;
	overflow: hidden;
	background: red;
	margin-right: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	clear:both;
}
#lbNotiPopup ul li:active {
    background: #f0f0f0;
}
#lbNotiPopup ul li.see_all{
	font-size: 13px;
	text-align: center;
	line-height: 13px;
	background-color: #f5f5f5;
}
#lbNotiPopup ul li.see_all a {
	color: #666 !important;
}
#lbNotiPopup ul li a{
	display: block;
	padding: 12px 10px 12px 15px;
	font-size: 12px;
}
#lbNotiPopup ul li a b{
	font-weight: bold;
	color: #444;
}
#lbNotiPopup ul li a:hover{
	text-decoration: none;;
}
#lbNotiPopup ul li .avatar{
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}
#lbNotiPopup ul li .avatar img {
	width: 50px;
	height: 50px;
}
#lbNotiPopup ul li .avatar .user_format {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
#lbNotiPopup ul li .info {
    display: inline;
    position: relative;
    top: 4px;
    line-height: 16px;
	color: #666;
	padding: inherit;
}
#lbNotiPopup ul li .time {
	line-height: 24px;
	font-size: 11px;
	color: #999;
}
#lbNotiPopup ul li .time i {
	color: #ccc;
	font-size: 10px;
	font-style: normal;
}
#lbNotiPopup ul li .icon_info {
    background-image: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/icon-common.png');
    background-repeat: no-repeat;
    float: right;
    width: 50px;
    height: 50px;
    background-position: 50px 50px;
}

#lbNotiPopup ul li.nRating .icon_info {
   background-position: 0px 0px;
}
#lbNotiPopup ul li.nDiscus .icon_info {
    background-position: 0px -50px;
}
#lbNotiPopup ul li.nTopic .icon_info {
    background-position: 0px -100px;
}
#lbNotiPopup ul li.nPost .icon_info {
    background-position: 0px -150px;
}
#lbNotiPopup ul li.nMessage .icon_info {
    background-position: 0px -200px;
}
#lbNotiPopup ul li.nNotice .icon_info {
    background-position: 0px -250px;
}

#lbNotiPopup ul li.nOrder .icon_info, #lbNotiPopup ul li.nPayment .icon_info{
    background-image: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/icon-status.png');
    background-repeat: no-repeat;
    float: right;
    width: 50px;
    height: 50px;
    background-position: 50px 50px;
}
#lbNotiPopup ul li.nOrder .icon_info {
    background-position: 0px -0px;
}
#lbNotiPopup ul li.nPayment .icon_info {
    background-position: 0px -50px;
}
#lbNotiPopup ul li.npsCreated .icon_info, #lbNotiPopup ul li.npbCreated .icon_info, #lbNotiPopup ul li.npbInformed .icon_info, #lbNotiPopup ul li.npbRejected .icon_info, #lbNotiPopup ul li.npConfirmed .icon_info, #lbNotiPopup ul li.npbShipped .icon_info, #lbNotiPopup ul li.npbReceived .icon_info, #lbNotiPopup ul li.npsCompleted .icon_info {
	background-image: url('https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/icon-status.png');
    background-repeat: no-repeat;
	float: right;
    width: 50px;
    height: 50px;
}

#lbNotiPopup ul li.npsCreated .icon_info {
    background-position: 0px 0px;
}
#lbNotiPopup ul li.npbCreated .icon_info {
    background-position: 0px 0px;
}
#lbNotiPopup ul li.npbInformed .icon_info {
    background-position: 0px -50px;
}
#lbNotiPopup ul li.npbRejected .icon_info {
    background-position: 0px -350px;
}
#lbNotiPopup ul li.npConfirmed .icon_info {
    background-position: 0px -100px;
}
#lbNotiPopup ul li.npbShipped .icon_info {
    background-position: 0px -200px;
}
#lbNotiPopup ul li.npbReceived .icon_info {
    background-position: 0px -250px;
}
#lbNotiPopup ul li.npsCompleted .icon_info {
    background-position: 0px -300px;
}

#lbNotiPopup ul li .shopAvatar {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}

#lbNotiPopup ul li .desc, #lbNotiPopup ul li .descTime {
    font-size: 11px;
    color: #aaa;
    line-height: 16px;
}
#lbNotiPopup ul li .descTime {
    font-size: 10px;
}
#lbNotiPopup ul li .noti_info {
    display: block;
    margin: 0 60px 0 50px;
    word-wrap: break-word;
	line-height: 16px;
	font-size: 12px;
}

#lbNotiPopup ul li.more {
    width: 100%;
    display: block;
}
#lbNotiPopup ul li.more span{
    display: block;
    font-size: 14px;
    cursor: pointer;
    color: #38bdeb;
    border: 1px solid #38bdeb;
    padding: 7px 10px;
    text-align: center;
    margin: 5px 10px;
}
.hoverCircle {
	position: relative;
	z-index: 9;
}
.hoverCircle {
	background-image: url("https://www.likevitamin.net/system/application/modules/lnwbar/_images/white/circle_white.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0 0;
    transition: .2s ease-in;
	width: 100%;
	height: 100%;
	position: relative;
}
.hoverCircle:hover {
	background-size: 30em 30em ;
}
.hoverCircleX2:hover {
	background-size: 40em 40em ;
}
.hoverCircleX3:hover {
	background-size: 50em 50em ;
}
.lnw-mobile #lbUserPanel {
	top: 0px;
}


@media screen and (max-width: 767px) {

	#lbAdmin2 {
		display: none;
	}
	#lbUserPanel{
		width: 280px;
	}
	.show_lbUser #lbUserPanel{
		-webkit-transform: translate3d(-280px, 0, 0);
		-moz-transform: translate3d(-280px, 0, 0);
		-o-transform: translate3d(-280px, 0, 0);
		transform: translate3d(-280px, 0, 0);
		/*position: relative;*/
	}

	.show_lbUser .body-skin{
		-webkit-transform: translate3d(-280px, 0, 0);
		-moz-transform: translate3d(-280px, 0, 0);
		-o-transform: translate3d(-280px, 0, 0);
		transform: translate3d(-280px, 0, 0);
		z-index: 2000000000;
		/*position: fixed;*/
		/*left: -280px;*/
	}
}
@media screen and (max-width: 480px) {
	#lbNotiPopup {
		width: 100%;
		min-width: 318px;
	}
	#lbNoti .noti_name, #lbNoti .noti_general, #lbNoti .noti_order, #lbNoti .noti_chat {
		padding-left: 5px;
		padding-right: 5px;
	}
	#lbNoti .noti_name {
		display: none;
	}
}