﻿/* BESPOKE DESIGN UPDATE 5.2.5 */
@media (min-width: 992px) {
    .uc_header_v6 .header-v5 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu > li {
        padding-bottom: 0 !important;
    }

    div.uc_header_v6 .header-v5 .mega-menu-fullwidth .dropdown-menu .mega-menu-heading a {
        height: 35px !important;
        display: flex !important;
        align-items: center !important;
        padding-left: 10px !important;
        font-weight: normal !important;
    }

    .uc_header_v6 .nav.navbar-nav > li.mega-menu-fullwidth .dropdown-menu li a:hover {
        background-color: #F39000 !important;
        color: #fff !important;
    }

    .uc_header_v6 .mega-menu-content [class*="col-md-"] {
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 0 !important;
    }

    .uc_header_v6 .mega-menu-heading {
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .uc_header_v6 .mega-menu-heading a {
        height: 35px;
        display: flex;
        align-items: center;
        padding-left: 10px !important;
    }

    .uc_header_v6 .mega-menu-content {
        padding: 0 !important;
    }

    .uc_header_v6 .mega-menu-content .row .row, 
    .uc_header_v6 .mega-menu-content ul, 
    .uc_header_v6 .mega-menu-content img {
        display: none !important;
    }
}
/* END BESPOKE DESIGN UPDATE 5.2.5 */