/* NAVIGATION */

header .main-links {
    position: relative;
    top: 0;
    width: auto;
    min-height: 60px;
    height: auto;
    opacity: 1;
    left: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: right;
}
header #main-menu {
    display: block;
    height: 100%;
}
header #main-menu ul {
    display: flex;
    height: 100%;
    text-align: center;
}
header #main-menu ul li {
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    position: relative;
    height: 60px;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
header.collapse #main-menu ul li {
    height: 40px;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
header #main-menu ul li.cart-link {

}
header #main-menu li a {
    font-size: 14px;
    color: #1e1e1e;
    text-decoration: none;
}
header #main-menu li a.main-menu {
    padding: 0;
    text-transform: uppercase;
    position: relative;
    height: 100%;
    align-items: center;
    display: flex;
    background-color: transparent;
    border-bottom: 5px solid transparent;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: opacity;
    animation-delay: 0.2s;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
}
header #main-menu li:hover a.main-menu {
    color: #38b6ff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header #main-menu li.active a.main-menu {
    color: #38b6ff;
    pointer-events: none;
}

header #main-menu .dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    font-size: 1.6rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 8px -4px rgba(66, 68, 90, 1);
    -moz-box-shadow: 5px 5px 8px -4px rgba(66, 68, 90, 1);
    box-shadow: 5px 5px 8px -4px rgba(66, 68, 90, 1);
}

header #main-menu .dropdown:hover .dropdown-menu.lprojekt-dropdown-menu-1 {
    display: block;
}
body.touch-device header #main-menu .dropdown:hover .dropdown-menu.lprojekt-dropdown-menu-1 {
    display: none;
}
header #main-menu .dropdown:hover .dropdown-menu.lprojekt-dropdown-menu-1 li {
    display: grid;
    height: 46px;
}
header .bottom-header .nav-menu .dropdown-menu li {
    padding: 10px 0;
    margin: 0;
    display: block;
}
header .bottom-header .nav-menu .dropdown-menu li:last-child {
    border-bottom: none;
}
header .bottom-header .nav-menu .dropdown-menu li a {
    padding: 0;
}

header.primary-header .main-bar .main-bar-content .main-links nav#main-menu .lprojekt-dropdown-menu-1,
header.primary-header .main-bar .main-bar-content .main-links nav#main-menu .lprojekt-dropdown-menu-2 {
    top: 100%;
    min-width: 240px;
    border-radius: 0;
    border: none;
    border-top: 1px solid #ececec;
    border-bottom: 5px solid #38b6ff;
    height: auto;
}
header.primary-header .main-bar .main-bar-content .main-links nav#main-menu .lprojekt-dropdown-menu-2 {
    top: -1px;
}
header.primary-header .main-bar .main-bar-content .main-links nav#main-menu .lprojekt-dropdown-menu-2.right {
    right: 100%;
    left: auto;
}
header.primary-header .main-bar .main-bar-content .main-links nav#main-menu .lp-menu-icon {
    opacity: 1;
    float: right;
    line-height: 100px;
    text-align: center;
    margin-left: 5px;
    height: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body.touch-device header.primary-header .main-bar .main-bar-content .main-links nav#main-menu .lp-menu-icon {
    display: none;
}
header.primary-header .main-bar .main-bar-content .main-links nav#main-menu .lprojekt-dropdown-menu-1 li a.link-page,
header.primary-header .main-bar .main-bar-content .main-links nav#main-menu .lprojekt-dropdown-menu-2 li a.link-page {
    line-height: 40px;
    text-transform: capitalize;
    color: #242c42;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: normal;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header.primary-header .main-bar .main-bar-content .main-links nav#main-menu .lprojekt-dropdown-menu-1 li:hover a.menu-depth-1,
header.primary-header .main-bar .main-bar-content .main-links nav#main-menu .lprojekt-dropdown-menu-2 li:hover a.menu-depth-2 {
    color: #38b6ff;
}

header.primary-header .main-bar .main-bar-content .main-links nav#main-menu .lprojekt-dropdown-menu-1 li.active a.menu-depth-1,
header.primary-header .main-bar .main-bar-content .main-links nav#main-menu .lprojekt-dropdown-menu-2 li.active a.menu-depth-2 {
    color: #38b6ff;
    pointer-events: none;
}

header #main-menu .dropdown:hover .dropdown-menu.lprojekt-dropdown-menu-1 li:hover .lprojekt-dropdown-menu-2 {
    display: block;
}
body.touch-device header #main-menu .dropdown:hover .dropdown-menu.lprojekt-dropdown-menu-1 li:hover .lprojekt-dropdown-menu-2 {
    display: none;
}