@import "root-1.6.css";

.exo-menu {
    list-style: none;
    position: relative;
    /*background: var(--white)*/
}

.exo-menu-wrap {
    width: 99%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

ul.exo-menu {
    /* margin-top: 10px; */
    padding: 0px;
    margin-bottom: 0;
    position: relative;
    /* background-color: var(--white);*/
    width: 85%;
}

ul.exo-menu li {
    list-style: none
}

.exo-menu>li {
    display: inline-block;
    float: left;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-top: 10px
}

.exo-menu>li>a {
    color: var(--black_500);
    text-decoration: none;
    -webkit-transition: color .2s linear, background .2s linear;
    -moz-transition: color .2s linear, background .2s linear;
    -o-transition: color .2s linear, background .2s linear;
    transition: color .2s linear, background .2s linear;
    font-size: var(--ft16);
    font-family: var(--ftReglr);
    /* letter-spacing: 1px; */
    /* font-weight: 700; */
}

.exo-menu>li>a:hover, li.drop-down ul>li>a:hover {
    color: var(--black_500)
}

.exo-menu>li.active {
    border-bottom: 3px solid var(--black_500)
}

.exo-menu>li>a.active {
    border-bottom: 3px solid var(--black_500);
    padding-bottom: 10px
}

.exo-menu i {
    float: left;
    font-size: 18px;
    margin-right: 6px;
    line-height: 20px !important
}

.mega-menu {
    left: 0;
    right: 0;
    display: none;
    padding-top: 0;
    min-height: 100%;
    z-index: 100
}

h4.row.mega-title {
    color: #eee;
    margin-top: 0;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #547787;
    padding-top: 15px;
    background-color: #365670
}

.mega-menu ul li a {
    line-height: 25px;
    font-size: var(--ft16);
    display: block;
    color: var(--black_500);
    text-decoration: none;
    white-space: nowrap
}

ul.stander li a {
    padding: 3px 0
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px
}

ul.description li span {
    color: var(--black_500);
    font-size: 85%
}

a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: var(--black_500);
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important
}

a.view-more:hover {
    color: var(--white);
    background: var(--black_500)
}

ul.icon-des li a i {
    color: var(--white);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--black_500);
    line-height: 35px !important
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px
}

.mega-menu {}

.mega-menu:hover, .mega-drop-down a:hover+.mega-menu {
    display: block
}

.exo-menu li:hover {}

.exo-menu .stander li:hover {
    background: 0 0;
    color: var(--black_500)
}

.exo-menu .stander li:hover a {
    color: var(--black_500)
}

.mega-menu-wrap {
    box-shadow: 5px 5px 10px var(--black_500);
    padding-bottom: 20px;
    background-color: var(--white)
}

ul.stander li a {
    padding: 3px 10px
}

.exo-menu .stander a.catHead {
    color: var(--black_500);
    font-weight: 700;
    font-size: var(--ft18);
    background-color: var(--white)
}

.mega-menu.cateHdr {
    width: 250px;
    background-color: var(--white)
}

.catg_hdr {
    margin-right: 50px
}

.brand-row .owl-carousel.owl-loaded {
    display: block;
    direction: ltr;
}

@media(min-width:767px) {
    .exo-menu>li>a {
        display: block
    }

    .mega-menu, .Images, .Blog, li.drop-down>ul {
        position: absolute
    }
}

@media(max-width:767px) {
    .exo-menu {
        min-height: 58px;
        background-color: #23364b;
        width: 100%
    }

    .exo-menu>li>a {
        width: 100%;
        display: none
    }

    .exo-menu>li {
        width: 100%
    }

    .display.exo-menu>li>a {
        display: block;
        padding: 20px 22px
    }

    .mega-menu, .Images, li.drop-down>ul {
        position: relative
    }
}

a.toggle-menu {
    position: absolute;
    right: 0;
    padding: 20px;
    font-size: 27px;
    background-color: var(--black_500);
    color: #23364b;
    top: 0
}