.burguer-menu-container {
    display: none;
}

#ringPoolMenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-right: 48px;
}

#ctaRingPoolMobile {
    margin-left: 18px;
}

.filete-soho {
    background-color: #fff;
    border-bottom: solid 1px #ddd;
    color: #333;
}

.filete-soho a {
    color: #333;
}

.menu-list {
    display: flex;
    justify-content: space-between;
    position: absolute;
    background-color: #333;
    top: 100%;
    z-index: 2;
    right: 0;
    width: 100%;
}

.menu-list__item {
    width: auto;
    border-bottom: none;
    margin: 0;
}

a.menu-list__link {
    color: white;
    position: relative;
    padding: 18px 5px;
    font-size: 16px;
    width: auto;
}

.menu-list__item.active .menu-list__link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    border-bottom: 4px solid #7e7e7e;
}

.flex-container {
    margin-top: 52px;
}


body:has(div.counter-container[style="display: block;"]) .flex-container {
    margin-top: 0;

}

div.counter-container[style*="display: block;"] {
    margin-top: 52px;
}


@media screen and (min-width:1024px) {
    .menu-list {
        display: flex;
        flex: 1;
        justify-content: space-around;
        background-color: white;
        position: relative;
        top: 0;

    }

    a.menu-list__link {
        color: #333;
        font-size: 20px;

    }

    .menu-list__item.active .menu-list__link:before {
        border-bottom: 2px solid #e60000;
    }

    #ringPoolMenu {
        display: none;
    }

    .flex-container {
        margin-top: 0;
    }

    .filete-soho {
        background-color: #333;
        font-size: 16px;
        color: white;
        padding: 10px 0;
        text-align: center;
        font-family: 'VodafoneRegular', arial, sans-serif;
    }

    .filete-soho a {
        color: white;
    }

    .filete-soho p.notice {
        text-align: left;
    }

    .menu__content {
        height: 70px;
    }

    div.counter-container[style*="display: block;"] {
        margin-top: 0;
    }


}