.custom-menu {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
    font-size: 100%;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
}

.custom-menu li {
    content: "-";
    display: list-item;
    text-align: -webkit-match-parent;
    padding: 8px;
    position: relative;
    padding: 12px 32px 12px 40px;
    margin: 0;
    border: 0;
    font-weight: 400;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #fff 0%, #fff 0%);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    transition: background-size 0.5s ease;
}

.custom-menu li:hover {
    background-image: linear-gradient(to right, #000 0%, #000 0%);
    background-size: 100% 100%;
}
.custom-menu li:hover a {
    color: #fff;
}
.custom-menu .menu-item a {
    height: 40px;
    line-height: 40px;
    display: block;
    min-width: 480px;
    text-decoration: none;
    color: #000;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    font-size: 20px;
    font-family: Heebo;
    font-weight: lighter;
    letter-spacing: 3px;
    margin-right: 24px;
    margin-bottom: 4px;
}

.custom-menu li a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: #000; 
    margin-right: 10px;
    vertical-align: middle;
}

.custom-menu li:hover a::before {
    background-color: #fff;
}
@media screen and (max-width:608px) { 
    .menu-footer a[data-v-668a2226] {
        width: 100%;
    }
}

@media screen and (max-width:535px) {
    .modal-wrapper .content {
        width: 375px;
    }
    .custom-menu li a {
        font-size: 16px !important;
    }
}

#menu-menu-2 {
    list-style: none;
    list-style-type: none;
    display: -webkit-box;
    display: flex;
    justify-content: center;
}
#menu-menu-2 li {
    padding: 0 16px;
}
#menu-menu-2 li:hover a{
    border-bottom: 2px solid hsla(0, 0%, 100%, 0.589);
    color: hsla(0, 0%, 100%, 0.589);
}
#menu-menu-2 li a {
    text-decoration: none;
    color: hsla(0, 0%, 100%, .75);
    font-size: 12px;
    letter-spacing: 2px;
    font-family: Heebo;
    font-weight: lighter;
}