﻿

.mm-toggle-wrap {
    color: #fff;
    line-height: 1;
    overflow: hidden;
}

.mm-toggle {
    cursor: pointer;
    font-size: 20px;
    display: none;
    padding: Categories;
    width: auto;
    float: left;
    padding: 5px 0px 0px;
    font-weight: normal;
    border: 0px #eee solid;
    border-radius: 3px;
}

    .mm-toggle i {
        color: #fff;
        font-size: 28px;
    }

.mm-toggle-wrap {
    display: none;
}

.page-title h1, .page-title h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.menu {
    list-style: none;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    border-left: 0;
    margin: 0;
    margin-left: -30px;
}

    .menu > li {
        float: left;
    }

        .menu > li > a {
            display: block;
            line-height: 20px;
            font-size: 12px;
            font-weight: 700;
            color: #222;
            text-transform: uppercase;
            padding: 8px 24px;
            border-left: 1px solid #d9d9d9;
        }

        .menu > li:first-child > a {
            border-left: 0;
        }

        .menu > li > a:hover, .menu > li > a:focus, .menu > li.active > a {
            text-decoration: none;
            color: #55b640;
        }
/* Mega Menu */
.mega-container {
    position: relative;
    z-index: 100;
    padding-right: 0px;
}

.mega-menu-title {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    background: #0b0a1c;
    width: 100%;
    margin-top: -5px;
}

    .mega-menu-title::after {
        position: absolute;
        content: '';
        border-style: solid;
        border-width: 6px 0 0 5px;
        border-color: transparent transparent transparent #333333;
        right: -5px;
        top: -5px;
    }

.navleft-container {
    position: absolute;
    width: 88%;
}

.mega-menu-title h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 1px 15px 8px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}

    .mega-menu-title h3:after {
        content: "\f038";
        display: inline-block;
        background: #0b0a1c;
        width: 50px;
        position: absolute;
        top: 0;
        right: 0;
        font-family: 'FontAwesome';
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
    }

.mega-menu-category {
    display: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,.2);
}

.cms-home-page .mega-menu-category {
    width: 100%;
    display: inline-block !important;
}

.mega-menu-category ul {
    padding: 0px;
    margin: 0px;
}

    .mega-menu-category ul li i {
        width: 28px;
        text-align: center;
    }

.mega-menu-category > .nav > li > a {
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 15px;
    color: #333;
    background-color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    width: 265px;
}

.mega-menu-category > .nav > li:last-child > a {
    border-bottom: 0px solid #e5e5e5;
}

.mega-menu-category > .nav > li > a:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.mega-menu-category > .nav > li.nosub > a:after {
    display: none;
}

.mega-menu-category > .nav > li.more-menu {
    display: none;
}

.mega-menu-category > .nav > li.view-more > a {
    border-bottom: 0;
}

    .mega-menu-category > .nav > li.view-more > a:after {
        content: "\f0fe";
    }

.mega-menu-category > .nav > li > a:hover, .mega-menu-category > .nav > li > a:focus, .mega-menu-category > .nav > li.active > a {
    background-color: #f8f8f8;
    color: #55b640;
}
/*.mega-menu-category > .nav > li {
    display: flex;
    width: 100%;
}*/
.wrap-popup {
    position: absolute;
    left: 110%;
    top: 0;
    width: 700px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    z-index: 100;
}

    .wrap-popup.column2 {
        width: 400px;
    }

    .wrap-popup.column1 {
        width: 200px;
    }

.mega-menu-category > .nav > li.active .wrap-popup {
    left: 100%;
}

.popup {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    display: none;
    text-align: left;
    z-index: 3000;
    padding: 10px 20px;
    font-size: 13px;
}

    .popup .col-md-4 {
        padding: 0px 12px;
    }

    .popup h3 {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 5px;
        letter-spacing: 0.5px;
    }

a.ads1 {
    margin-top: 10px;
    display: inline-block;
}

    a.ads1 img {
        max-width: 100%;
    }

.popup .nav > li > a {
    padding: 7px 0;
    background-color: #fff;
}

.popup .nav li:before, .popup .nav li li:before {
    content: "\f105";
    position: absolute;
    left: 0px;
    top: 7px;
    margin-top: 0px;
    font-family: FontAwesome;
    font-size: 14px;
    color: #55b640;
}

.popup .nav li:hover {
    padding-left: 12px;
    transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -webkit-transition: all 500ms ease 0ms;
    -o-transition: all 500ms ease 0ms;
}

.popup .nav li {
    transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -webkit-transition: all 500ms ease 0ms;
    -o-transition: all 500ms ease 0ms;
}

.popup .nav > li > a:hover, .popup .nav > li > a:focus {
    color: #55b640;
    background-color: transparent;
    transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -webkit-transition: all 500ms ease 0ms;
    -o-transition: all 500ms ease 0ms;
}

.nav > li {
    position: relative;
    display: block;
    width: 100%;
}

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }
.dllemp {
    width: 235px !important;
}

.dllledg {
    width: 300px !important;
}