/* New CSS - https://media.inmac-wstore.com/ImagesPortal/Localisation/Inmac/Styles/cmcWPNavMegaMenu2.responsive.css */

.navMegaMenu {
    background-color: #E7E9EA;
    border: none;
    border-radius: 0;
    min-height: 0;
}

.navMegaMenu .navbar-collapse {
    position: relative;
    padding: 0;
}

.navMegaMenu #catalogueMenu {
    border: none;
    padding: 12px 20px;
    line-height: 16px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    background: #5563ED;
    /*border-radius: 8px 8px 0px 0px;*/
    text-transform: uppercase;
}

.navMegaMenu #catalogueMenu:hover, .navMegaMenu #catalogueMenu:active, .navMegaMenu #catalogueMenu:focus {
    background: #3C47B0;
}

.navMegaMenu #catalogueMenu svg.feather-bar-chart-2 {
    margin-right: 6px;
    height: 24px;
    width: 24px;
    margin-top: -6px;
    transform: rotate(90deg);
    position: relative;
    top: 6px;
}

.navMegaMenu #catalogueMenu svg.feather-chevron-down {
    margin-top: -6px;
    top: 6px;
    position: relative;
}

.navMegaMenu .nav-pills > li > a {
    color: #172C33;
    font-size: 16px;
    background: transparent;
    line-height: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    white-space: nowrap;
    text-transform: uppercase;
}

.navMegaMenu .nav-pills > li > a:hover, .navMegaMenu .nav-pills > li > a:active, .navMegaMenu .nav-pills > li > a:focus {
    color: #5563ED;
    background: transparent;
}

.navMegaMenu .nav-pills > li > a:hover span, .navMegaMenu .nav-pills > li > a:active span, .navMegaMenu .nav-pills > li > a:focus span {
    text-decoration: underline;
}

.navMegaMenu .nav-pills > li > a > svg {
    margin-right: 6px;
    height: 18px;
    width: 18px;
    position: relative;
    top: 3px;
}

.navMegaMenu .nav-pills > li > a > svg.feather-sliders {
    transform: rotate(90deg);
}

.navMegaMenu .nav-pills > li > a > img {
    margin-right: 6px;
    width: 22px;
    margin-top: -6px;
}

.navMegaMenu .nav-pills > li > a > i {
    margin-right: 6px;
    position: relative;
    top: 2px;
}

#catalogueMenuDropdown {
    margin: 0;
    padding: 0;
    border-radius: 0 8px 8px 8px;
    width: calc(100% - 8px);
    border: 1px solid #5563ED;
    background: #fff;
}

#catalogueMenuDropdown .nav-tabs {
    background: #e7e9ea;
    border-radius: 0 0 0 8px;
    border: 1px solid #b9bfc1;
    width: 27%;
    float: left;
    border-right: 1px solid #5563ED;
    margin: -1px;
}

#catalogueMenuDropdown .nav-tabs li {
    width: 100%;
}

#catalogueMenuDropdown .nav-tabs li:first-child {
    margin-top: -1px;
}

#catalogueMenuDropdown .nav-tabs li:last-child {
    border-radius: 0 0 0 8px;
    margin-bottom: -1px;
    overflow: hidden;
}

#catalogueMenuDropdown .nav-tabs li a {
    color: #172C33;
    font-size: 16px;
    padding: 14px;
    line-height: 20px;
    border-radius: 0;
    border: none;
    margin: 0;
    background: transparent;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    width: 100%;
    float: left;
}

#catalogueMenuDropdown .nav-tabs li a:hover, #catalogueMenuDropdown .nav-tabs li a:active, #catalogueMenuDropdown .nav-tabs li a:focus {
    background: #b9bfc1;
}

#catalogueMenuDropdown .nav-tabs li.active a {
    background: #b9bfc1;
    border-right: 4px solid #5563ED;
}

#catalogueMenuDropdown .tab-content {
    width: 73%;
    float: left;
    height: 100%;
    border-radius: 0 8px 8px 0;
    height: 515px;
}

#catalogueMenuDropdown .tab-pane {
    height: 515px;
}

#catalogueMenuDropdown .tab-content .menuLevel2 {
    column-count: 4;
    column-gap: 40px;
    padding: 32px 28px 0 28px;
    height: 100%;
    overflow: hidden;
    display: block;
    float: left;
    width: 100%;
}

#catalogueMenuDropdown .tab-content .menuLevel2 > div {
    display: inline-block;
    width: 100%;
}

#catalogueMenuDropdown .tab-content .menuLevel2 > div > a {
    font-size: 16px;
    color: #5563ED;
    text-transform: uppercase;
    display: block;
    margin-bottom: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    float: left;
}

#catalogueMenuDropdown .tab-content .menuLevel3 {
    margin-bottom: 25px;
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
}

#catalogueMenuDropdown .tab-content .menuLevel2 > div:last-child .menuLevel3 {
    margin-bottom: 0;
}

#catalogueMenuDropdown .tab-content .menuLevel3 > li {
    width: 100%;
    float: left;
}

#catalogueMenuDropdown .tab-content .menuLevel3 > li:nth-child(6n+6) {
    margin-bottom: 22px;
}

#catalogueMenuDropdown .tab-content .menuLevel3 > li:last-child {
    margin-bottom: 0;
}

#catalogueMenuDropdown .tab-content .menuLevel3 > li > a {
    font-size: 16px;
    line-height: 26px;
    color: #00171F;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    float: left;
}

body.tabletDevice .navMegaMenu #catalogueMenu {
    line-height: 18px;
    font-size: 14px;
    padding: 12px 15px;
}

body.tabletDevice .navMegaMenu #catalogueMenu svg.feather-bar-chart-2 {
    margin-right: 3px;
    height: 20px;
    width: 20px;
    margin-top: -5px;
    top: 5px;
}

body.tabletDevice .navMegaMenu #catalogueMenu svg.feather-chevron-down {
    margin-top: -5px;
    top: 5px;
    width: 20px;
    height: 20px;
}

body.tabletDevice .navMegaMenu .nav-pills > li > a {
    line-height: 18px;
    font-size: 14px;
}

body.tabletDevice .navMegaMenu .nav-pills > li > a > svg {
    margin-right: 3px;
    height: 16px;
    width: 16px;
}

body.tabletDevice .navMegaMenu .nav-pills > li > a > i {
    margin-right: 3px;
    font-size: 16px;
}
