@media all and (max-width:800px) {
.bo_docklink, .go-to-top, #em_quickshop_handler {
display:none!important;
}
}
a.go-to-top {
	border-radius:2px;
	visibility:visible;
	position:fixed;
	display:block;
	z-index:9999;
transition:all .3s linear;
	opacity:.7;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	width:38px;
	height:28px;
	padding-top:10px;
}
a.go-to-top:link, a.go-to-top:visited {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	background-color:#999;
	font-size:20px;
	background-repeat:no-repeat;
	right:50%;
	bottom:10px;
	color: #fff;
}
a.go-to-top:before {
	content: "\e616";
}
a.go-to-top:hover {
	opacity:1;
	background-color:orange;
	color: black;
}
a.go-to-top.hidden {
	visibility:hidden;
}

