@media screen and (min-width: 768px) {
   
    .dklabFixHead .overall-wrapper {
        padding-top: 120px;
    }
    .dklabFixHead #header {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 9.5rem;
        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);
        border-bottom: 34px solid white;
    }
    .dklabFixHead #header .navigation-in>ul>li>a {
        padding-top: 12px;
        padding-bottom: 7px;
    }
    @-webkit-keyframes moveDown {
      from {top: -101px;}
      to {top: 0px;}
    }
    @keyframes moveDown {
      from {top: -101px;}
      to {top: 0px;}
    }

    .dklabFixHead #header .site-name a img {
        position: relative;
        top: 1px;
        max-height: 38px;
        height:100px
    }
    .dklabFixHead #header .header-top {
        position: relative;
        top: -8px;
        padding-bottom: 0px;
        height: 58px;
    }

    .dklabFixHead .popup-widget.cart-widget {
        position: fixed;
        top: 35px !important;
    }
    .dklabFixHead #header #formSearchForm, .dklabFixHead #header .navigation-buttons {
        top: -2px;
    }
}    
