@media screen and (min-width: 768px) {
    .adseSticky .overall-wrapper {
        padding-top: 120px;
    }
    .adseSticky #header {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 93px;
        z-index: 53;
        -webkit-animation-name: moveDown;
        -webkit-animation-duration: 650ms;
        animation-name: moveDown;
        animation-duration: 650ms;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    }
    .adseSticky #header #navigation, .adseSticky #header #navigation .navigation-in, .adseSticky #header .navigation-in .menu-level-1 {
        height: 35px;
    }
    @-webkit-keyframes moveDown {from {top: -101px;}to {top: 0px;}}
    @keyframes moveDown {from {top: -101px;}to {top: 0px;}}
    .adseSticky #header .site-name a img {
        position: relative;
        top: 1px;
        max-height: 38px;
    }
    .adseSticky #header .header-top {
        position: relative;
        top: -23px;
        padding-bottom: 0px;
        height: 58px;
    }

    .adseSticky .popup-widget.cart-widget {
        position: fixed;
        top: 35px !important;
    }
    .adseSticky #header #formSearchForm, .adseSticky #header .navigation-buttons {
        top: -2px;
    }
    .adseSticky #formSearchForm fieldset::after {
        display: none;
    }
    #navigation {
        margin-left: 0px;
        margin-right: 0px;
    }
    body:not(.adseSticky) #navigation {
        height: 50px;
    }
    body:not(.adseSticky) .navigation-in>ul>li>a {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .adseSticky .navigation-in > ul > li:nth-last-child(2):before {
        top: 10px;
        font-size: 25px;
    }
}

#adseTop:before {
    font-family: 'shoptet';
    content: '\e911';
}
#adseTop {
    z-index: 99999999;
    position: fixed;
    display: none;
    bottom: 45px;
    right: 20px;
    width: 35px;
    height: 35px;
    background: #FFBE00;
    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: 35px;
    font-size: 15px;
}
#adseTop:hover {
    background: #FF3F20;
}
.ordering-process #adseTop {
    display: none !important;
}