/* ---------------------استایل منو -------------------- */


li {
    list-style: none;
}

a {
    text-decoration: none;
}

.menu-main-m {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 60px;
    background-color: #f4f4f4;
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.menu-main-m li  {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 20px 0px;
    border-left: 1px solid rgba(0, 0, 0, .05);
    height: 60px;
    font-size: 15px;
    font-weight: 700;
}

.menu-main-m li a {
    display: flex;
    color: #666666;
    height: 60px;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.menu-main-m li a:hover {
    color: #ffbf00;
}

.menu-main-m li:hover {
    background-color: #f0f0f0;
    border-bottom: 4px solid #ffbf00;
}

.menu-main-m li a::selection {
    color: #ffbf00;
}


#menu-item-m-14865:hover {
    border: none;
    border-bottom: 4px solid #ffbf00;
}

#menu-item-m-14865 {
    border-bottom: 4px solid #ffbf00;
}

#menu-item-m-14865 a {
    /*color: #ffbf00;*/
}
