#dklabTop:before {
    font-family: 'shoptet';
    content: '\e911';
}
#dklabTop {
    z-index: 99999999;
    position: fixed;
    display: none;
    bottom: 85px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.60);
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: white;
    -webkit-transition: background 350ms;
    -moz-transition: background 350ms;
    -ms-transition: background 350ms;
    -o-transition: background 350ms;
    transition: background 350ms;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
}
#dklabTop:hover {
    background: rgba(0,0,0,0.90);
}
.ordering-process #dklabTop {
    display: none !important;
}
