body 
{
    padding-top: 90px;
}
input[type="text"],
input[type="password"]
{
	height:30px;
	line-height: 30px;
}
#wish #menus_bg
{	
    height: 90px;
}
#menus_inbox
{
/* 
    padding-right: 0px;
    height: 90px;
    max-width: none;
 */
}
#wish #logo
{
    width: auto;
    height: 45px;
    background-size: auto 32px;
    margin: 0;
}
#wish #minilogo
{
	opacity: 1;
    position: relative;
    width: auto;
    height: 45px;
    background-size: auto 40px;
    background-image:url(../../../img/mobilelogo.svg);
    display: none;
}
#wish #menu_left_toggles
{
	display:block;
	height: 44px;
	border-top: 1px solid #c5c5c5;
	position:relative;
	display: none;
}
#wish #menu_left_toggle
{
	position:absolute;
	left: 0;
	top: 0;
	width: 44px;
	height: 44px;
	cursor:pointer;
}
#wish #menu_left_toggle::before
{
	position: absolute;
    top: 22px;
    left: 13px;
    content:"";
    width: 18px;
    height: 1px;
    background-color: #ffc5d7;
    box-shadow: 0 6px #ffc5d7, 0 -6px #ffc5d7;
}
#wish #menu_left_toggle.open
{

}
#wish #mobile_search_toggle
{
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	cursor: pointer;
	background-image: url(../../../img/search.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 17px;
}
#wish #mobile_search_box
{
	display: none;
	font-family: initial;
	position: absolute;
	right: 44px;
	left: 44px;
	height: 30px;
	padding: 7px 5px;
	background-color: #fff;
}
#wish #mobile_search_box input
{
	border-color: transparent;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 1px 3px;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 300;
	margin: 0;
	background-color: rgb(255, 255, 255);
	border-bottom: 1px solid #454545;
}
#wish #mobile_navs
{
	position: absolute;
	right: 44px;
	left: 44px;
	height: 44px;
}
#wish .mobile_nav
{
	font-weight: 300;
	color: #313131;
	font-size: 13px;
	line-height: 44px;
	font-family: 'Noto Sans TC', sans-serif;
	letter-spacing: 0.65px;
	display: inline-block;
	margin: 0px 8px;
}
#wish #links
{
	display:none;
}
#wish #menus
{
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 10px 7px;
	background-color: #000;
}
#wish .menu
{
	display: block;
    margin-left: 0px;
    width: 25%;
    float: right;
    height: 40px;
    color: #fff;
    font-size: 12px;
    line-height: 66px;
    letter-spacing: 0.65px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 21px;
}
#wish .menu::after
{
	display:none;
}
#wish .menu[eng='CART']
{
	background-position: 60% top;
}
#wish .menu[eng='CART']::before
{
	content: attr(qty);
    margin-right: initial;
    position: absolute;
    width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 100%;
    background-color: #ffc6d7;
    color: #000;
    font-weight: bold;
    margin-left: -1px;
    margin-top: -4px;
	font-size:14px;
}
#wishmenucartbox
{

}
#wish #main_left
{
	display:none;
    z-index: 9;
    width: 100%;
    position: fixed;
    left: 0px;
    background-color: #ffffff;
    overflow-y: auto;
}
#wish #main_right
{
	display:none;
}
.main_lefttops
{
	padding-bottom:0px;
}
.main_lefttop_title
{
  	cursor:pointer;
  	display:none;
}
.main_lefttop_title.catalogs
{
	display: block;
    height: 42px;
    text-align: left;
    font-size: 14px;
    line-height: 42px;
    letter-spacing: 3px;
    color: #313131;
    border-bottom: none;
    border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
    padding: 0px 20px;
	position: relative;
}
.main_lefttop_title.catalogs.open
{
	border-bottom: none;
}
.main_lefttop_title.catalogs::before
{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 45%;
    left: 7px;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #454545 transparent transparent transparent;
	display:none;
}
.main_lefttop_title.catalogs.open::before
{
	display: block;
}
#wish .main_lefttop_menu
{
	text-align: left;
    font-weight: 400;
    color: #313131;
    padding: 0px 20px;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    border-top: 1px solid #e2e2e2;
}
#wish .main_lefttop_menu.open label::before
{
	left: -14px;
}
#wish .main_leftbots.catalogs
{
    padding-bottom:0px;
    display:none;
}

#wish .main_lefttop_submenus
{
	padding-bottom: 0px;
}
#wish .main_lefttop_submenu
{
	padding: 0px 20px;
    text-align: left;
    cursor: pointer;
    border-top: 1px solid #e2e2e2;
    height: 42px;
    line-height: 42px;
    background-color: #f3f3f3;
}
#wish .main_leftbot_menu
{
    text-align: left;
    cursor: pointer;
    color: #454545;
    padding: 0px 20px;
    letter-spacing: initial;
    border-top: 1px solid #e2e2e2;
    height: 42px;
    line-height: 42px;
    background-color: #f3f3f3;
}
#wish .main_leftbot_menu:last-child
{
	border-bottom: 1px solid #e2e2e2;
}
#wish .main_leftbot_menu::after
{
	display: initial;
	font-size: 12px;
	letter-spacing: 0.65px;
	color: #a3a2a2;
	padding-left: 7px;
}
#wish #main 
{
    min-height: calc(100vh - 212px);
}
.service_inbox
{
    margin-top: 35px;
    padding-bottom: 35px;
}
.main_lefttop_title.services
{
	display:block;
	cursor: initial;
	width: 185px;
	margin: 0px auto;
}
#wish #mobile_links
{
	display: block;
	padding-top: 15px;
	text-align: center;
}
#wish .mobile_link
{
	width: 37px;
	height: 37px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 0px 10px;
}
















