div.uc_header_v1 .navbar-header
{
    z-index: 1;
    position: relative;
}

/* BESPOKE: 'Changed the min-width from 992px to 991px' */
@media (min-width: 991px)
/* BESPOKE END */
{
    div.uc_header_v1.set_fixed
    {
        position: fixed;
        width: 100%;
        z-index: 10000;
    }

    #pnl_wrapper.set_fixed
    {
        margin-top: 140px!important;
    }

    div.uc_header_v1 .uc_menu_flyout_horizontal
    {
        /* BESPOKE */
        width: 100%;
        /* BESPOKE END */
        position: absolute;
        bottom: 0px;
        padding-left: 210px;
        bottom: 0px;
    }

    .header-v5 .badge-lists.shop-badge
    {
        position: absolute;
        right: 0px;
    }
    .header-v5 .shop-badge.badge-lists > li
    {
        padding-right: 32px;
    }
}

/* This applies a quickfix to solve js bug */
.uc_header_v1 .header-menu {
    height: 0 !important;
}
/* Mobile header fixes */
@media (max-width: 767px) {
    .uc_header_v1 .uc_menu_flyout_horizontal {
        padding-left: 0 !important;
        background: #fff;
        box-shadow: 5px 0 25px rgba(0,0,0, .4);
    }

    .uc_header_v1 .uc_category_menu_collapse {
        background: #fff;
        box-shadow: 5px 0 25px rgba(0,0,0, .4);
        padding: 15px 15px 0!important;
    }

    .uc_header_v1 .right-logo {
        display: none !important;
    }

    .uc_header_v1 .navbar-header {
        margin-bottom: 0;
    }

    .uc_header_v1 .mobile-buttons {
        display: flex;
        flex-flow: row nowrap;
        margin-left: auto;
    }

    .uc_header_v1 > .mega-menu > .container {
        display: flex;
        flex-flow: row wrap;
    }

    .uc_header_v1 #floating-header {
        width: 100%;
    }

    #uc_header_uc_header_v1.uc_header_v1.header-v5 .navbar-default .navbar-nav > .active > a,
    #uc_header_uc_header_v1.uc_header_v1.header-v5 .navbar-default .navbar-nav > .active > a:hover {
        color: #000 !important;
        background: #eee !important;
    }

    .uc_header_v1 .category_menu_icon {
        margin-right: 0 !important;
    }

    .uc_header_v1 .navbar-brand img {
        max-width: 190px !important;
    }
    /* Shoppingcart */
    .uc_header_v1 .shopping_cart_link {
        float: none !important;
    }

    .uc_header_v1 .budget {
        text-align: center;
    }

    .uc_header_v1 .mobile-nav-wrapper {
        display: flex;
        flex-flow: column;
    }

    .uc_header_v1 .mobile-nav-wrapper .budget {
        border-bottom: 1px solid rgba(255,255,255,.20);
        border-right: 0;
        border-left: 0;
        width: 100%;
        padding: 3px 0 5px;
    }

    .uc_header_v1 .mobile-nav-wrapper .col-sm-3 {
        order: 2;
        padding: 0;
    }
}

/* END BESPOKE VDI-55 */