.header-size-sm .mega-menu-content.mega-menu-style-catalog .tab-header,
.header-size-sm .mega-menu-content.mega-menu-style-catalog .tap-container
{
    height: calc(100vh - 200px) !important;
}

.mega-menu-content.mega-menu-style-catalog .tab-header {
    position: relative;
    display: block !important;
    visibility: visible !important;
    top: 0 !important;
    left: 0;
    min-width: inherit;
    height: auto !important;
    list-style: none;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    opacity: 1 !important;
    z-index: auto;
    padding: 5px 10px;
    overflow-y: auto;
}
.mega-menu-style-catalog .tab-header > .menu-item {
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
}
.mega-menu-style-catalog .tab-header > .menu-item > .menu-link-header {
    font-size: calc(var(--bs-body-font-size));
    padding: 5px;
    display: flex!important;
    line-height: calc(var(--bs-body-font-size) * 2.3);
    min-height: calc(var(--bs-body-font-size) * 3);
    border-radius: 6px;
    color: var(--bs-card-color);
    align-items: center;
    text-transform: lowercase;
}
.mega-menu-style-catalog .tab-header > .menu-item > .menu-link-header:hover,
.mega-menu-style-catalog .tab-header > .menu-item > .menu-link-header.active{
    background-color: #F2F2F2;
    color: var(--themecolor);
    font-weight: 600;
}
.mega-menu-style-catalog .tab-header > .menu-item > .menu-link-header > div {
    line-height: var(--bs-body-font-size);
    margin-left: 5px;
}
.mega-menu-style-catalog .tab-header > .menu-item > .menu-link-header > div:first-letter {
    text-transform: uppercase;
}
.mega-menu-content.mega-menu-style-catalog .tap-container {
    padding: 5px 10px;
    overflow-y: auto;
    overflow-x: hidden;
}
.mega-menu-content.mega-menu-style-catalog .tab-content {
    display: none;
}
.mega-menu-style-catalog .tab-content .mega-menu-column {
    border-left: 0;
}
.mega-menu-style-catalog .tab-content .mega-menu-column {
    padding: 5px 15px;
}
.mega-menu-style-catalog .tab-content .menu-item > .menu-link-content {
    font-size: calc(var(--bs-body-font-size) * 0.95);
    padding: 0 0 calc(var(--bs-body-font-size) * 0.5);;
    display: flex!important;
    line-height: calc(var(--bs-body-font-size) * 2.3);
    border-radius: 6px;
    color: var(--bs-card-color);
    text-transform: lowercase;
}
.mega-menu-style-catalog .tab-content .menu-item > .menu-link-content > div {
    line-height: var(--bs-body-font-size);
}
.mega-menu-style-catalog .tab-content .menu-item > .menu-link-content > div:first-letter {
    text-transform: uppercase;
}
.mega-menu-style-catalog .tab-content .mega-menu-column > .menu-item > .menu-link-content {
    font-weight: 600;
    font-size: var(--bs-body-font-size);
}
.mega-menu-style-catalog .tab-content .mega-menu-column > .menu-item {
    padding-bottom: calc(var(--bs-body-font-size) * 1.5);
}
.mega-menu-style-catalog .tab-content .menu-link-content:hover {
    color: var(--themecolor);
    font-weight: bold;
}