/* body:has(.sticky-container[style*="display: block;"]) .sticky-container {
    position: sticky;
    width: 100%;
    background-color: #333;
    font-size: 14px;
}

 */

.sticky-container-no-sticky .subnav__nav {
    display: flex;
    padding: 0 0;
    justify-content: space-between;
    background-color: #333;
}

.subnav__nav>a {
    color: white;
    position: relative;
    padding: 18px 5px;
    font-size: 16px;
}

.subnav__nav>a.subnav__nav__item.active:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    border-bottom: 4px solid #7e7e7e;

}

.subnav__nav>a.subnav__nav__item.active {
    font-family: 'VodafoneBold', Arial, sans-serif;
}


body:has(.sticky-container-no-sticky.show-list-mobile-burguer) .filete-soho {
    background-color: #fff;
    border-bottom: solid 1px #ddd;
}

body:has(.sticky-container-no-sticky.show-list-mobile-burguer) :is(.filete-soho, .filete-soho a) {
    color: #333;
}

/* body:has(.sticky-container-no-sticky.show-list-mobile-burguer) .burguer-menu-container {
    display: none;
} */

body:has(.sticky-container-no-sticky.show-list-mobile-burguer) #ringPoolMenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-right: 48px;
}

body:has(.sticky-container-no-sticky.show-list-mobile-burguer) #ctaRingPoolMobile {
    margin-left: 18px;
}