.dropdown-menu {
    width: 13rem;
}

.mega-submenu {
    left: 100%;
    top: 0;
    min-width: 20rem;
}

.ktm-mega-menu {
    position: static;
}

.mega-menu {
    left: 0;
    right: 0;
    width: 100%;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .submenu {
    transition: 0.4s !important;
    display: none;
    left: 100%;
    top: 0;
}

.dropdown-toggle::after {
    /* margin-top: 14px; */
}

.dropdown-menu>li:hover>.submenu,
.dropdown:hover>.dropdown-menu {
    display: block;
}

.nav-item {
    padding: 1rem 0.5rem;
}

.dropdown-menu {
    margin-top: 1rem;
}

.country-flag {
    max-width: 30px;
}

.search-button,
.language-button {
    cursor: pointer;
}

.mega-menu-title-area {
    border-bottom: 1px solid #0000004a;
}

.mega-menu-element {
    transition: all 0.3s;
    text-align: center;
}

.mega-menu-element a {
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.mega-menu-element:hover {
    transition: all 0.3s;
    background-color: #00000010;
}

.list-group-item {
    padding: 0.5rem
}