.menuontop #header .row #header_logo a.logo-im{
    min-width: 0;
}
/** End#Fashion: Footer **/
@media (min-width: 768px) {
    .header-container #header{
        height: 120px;
        -webkit-transition: height 0.5s ease-in-out;
        -moz-transition: height 0.5s ease-in-out;
        -ms-transition: height 0.5s ease-in-out;
        -o-transition: height 0.5s ease-in-out;
        transition: height 0.5s ease-in-out;
    }
    .header-container.menuontop #header{
    height: 50px;
    }
}

.header-container.menuontop{
  position: fixed;
}

.header-container.menuontop .row .header_logo a.logo-im{
    background: none!important;
    margin: -25px 0;
}
.header-container.menuontop .row .header_logo a.logo-im .logo{
    max-width: 95px;
}
.header-container.menuontop .top-container .row.top-nav-container .shopping_cart_container,
.header-container.menuontop .top-container .row.top-nav-container #currencies-block-top,
.header-container.menuontop .top-container .row.top-nav-container #languages-block-top,
.header-container.menuontop .top-container .row.top-nav-container .header_user_info{
    display: none!important;
}

.header-container.menuontop .top-container .row.top-menu-container{
    margin-top: 5px;
}
@media (max-width: 599px) {
   .header-container .top-container .row.top-nav-container .shopping_cart,
    .header-container .top-container .row.top-nav-container #currencies-block-top,
    .header-container .top-container .row.top-nav-container #languages-block-top{
        margin-top: 0;
        margin-bottom: 10px;
    }
    .header-container.menuontop .top-container .row.top-nav-container .shopping_cart_container,
    .header-container.menuontop .top-container .row.top-nav-container #currencies-block-top,
    .header-container.menuontop .top-container .row.top-nav-container #languages-block-top{
        display: block!important;
    }
 }

 .header-container.menuontop #search_block_top{
    top: 5px;
}
#top_column.container{
    max-width: 100%;
    padding: 0;
}
#topcolumn.columns-container{
    min-height: 0;
}
.tab-content .new-box{
    display: none;
}