/*
Theme Name: WPWP Carcas
Version: 2023.02.12
Description:  Blank WordPress Theme.
Author: Petro Senyo
Author URI: None

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.link-wrapper .main_nav_mob{
    margin: 0;
}

.link-wrapper .main_nav_mob .level_a>li{
    border-bottom: 1px solid #E0E0E0;
}

.link-wrapper .main_nav_mob .level_a>li:first-child a{
    font-weight: 700;
}

.link-wrapper .main_nav_mob li a{
    padding: 15px 10px 20px 10px;
    display: flex;
    align-items: center;
    font-family: 'CraftworkGrotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    height: fit-content;
}

.link-wrapper .main_nav_mob li a:hover{
    background: #fff;
}



.link-wrapper .main_nav_mob li.menu-item-has-children{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;

}


.link-wrapper .main_nav_mob li.menu-item-has-children em{
    position: relative;
    height: 40px;
    background: none;
    border: 1px solid #E0E0E0;


}


.link-wrapper .main_nav_mob li.menu-item-has-children em:before{
   color: rgba(0, 0, 0, 0.5);


}
