@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: 0 -1px #e3e3e3 inset;
    }
    @-webkit-keyframes moveDown {
      from {top: -101px;}
      to {top: 0px;}
    }
    @keyframes moveDown {
      from {top: -101px;}
      to {top: 0px;}
    }

    .dklabFixHead .top-navigation-bar {
        position: fixed;
        top: -33px;
        left: 0px;
        width: 100%;
        z-index: 54;
        -webkit-animation-name: moveDown2;
        -webkit-animation-duration: 650ms;
        animation-name: moveDown2;
        animation-duration: 650ms;
    }
    @-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 .navigation-in>ul>li.ext.exp>ul {
        top: 33px;
    }
    .dklabFixHead .menu-helper {
        right: 20px;
        top: 57px;
    }
    .dklabFixHead #header .site-name a img {
        position: relative;
        top: 1px;
        max-height: 21px;
    }
    .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;
    }
}    
