@media screen and (min-width: 768px) {
   
    .dklabFixHead .overall-wrapper {
        padding-top: 120px;
    }
    .dklabFixHead #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);
    }
    @-webkit-keyframes moveDown {
      from {top: -101px;}
      to {top: 0px;}
    }
    @keyframes moveDown {
      from {top: -101px;}
      to {top: 0px;}
    }

    @-webkit-keyframes moveDown2 {
      from {top: -134px;}
      to {top: -33px;}
    }
    @keyframes moveDown2 {
      from {top: -134px;}
      to {top: -33px;}
    }
    .dklabFixHead .top-navigation-bar .container>div:first-child {
        top: 90px;
    }
        
    .dklabFixHead .navigation-in>ul>li.ext.exp:hover>ul {
      border-top: 3px solid white;
    }
    .dklabFixHead .menu-helper {
        right: 20px;
        top: 57px;
    }
    .dklabFixHead #header .site-name a img {
        position: relative;
        top: 1px;
        max-height: 38px;
    }
    .dklabFixHead #header .header-top {
        position: relative;
        top: -8px;
        padding-bottom: 0px;
        height: 58px;
        padding-top: 19px;
    }
    .dklabFixHead #header:after {
        bottom: 32px;
    }
    .dklabFixHead .navigation-in>ul>li>a {
        padding-top: 12px;
    }

    .dklabFixHead .popup-widget.cart-widget {
        position: fixed;
        top: 35px !important;
    }
    .dklabFixHead #header #formSearchForm, .dklabFixHead #header .navigation-buttons {
        top: -2px;
    }
}    

@media screen and (max-width: 767px) {
    .overall-wrapper {
        padding-top: 64px;
    }
    .top-navigation-bar {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 100;
    }
    #header {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 101;
    }
    #header .site-name a img {
        top: -2px;
        height: 28px;
        max-width: none;
    }
    #header .site-name, body.in-index #header .site-name {
        top: 20px;
    }
    #header .cart-count {
        right: 61px;
        top: 22px;
        position: fixed;
    }
    .popup-widget.login-widget {
        margin-top: 7px;
    }
    body.search-window-visible .search {
        position: fixed;
        width: 100%;
        left: 0px;
        top: 60px;
        background: white;
        padding: 0px 20px;
    }
}