@media all and (max-width:800px) {
.bo_docklink, .go-to-top, #em_quickshop_handler {
display:none!important;
}
}
a.go-to-top {
    border-radius:5px;
    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;
    text-align: center;
}
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;
    font-size:20px;
    background-repeat:no-repeat;
    right:50%;
    bottom:20px;
}
a.go-to-top:before {
    content: "\e616";
}
a.go-to-top:hover {
    opacity:1;
    color: black;
    margin-bottom: -5px;
}
a.go-to-top.hidden {
    visibility:hidden;
}

