 .top-bar-area .topbar-info,
 .top-bar-area .row,
 .top-bar-area .top-address {
    width: 100%;
}

.top-bar-area .top-address ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 1.6vw, 20px);
    margin: 0;
    padding-left: 0;
    overflow: hidden;
}

.top-bar-area .top-address li {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    margin-right: 0;
    font-size: clamp(0.85rem, 1.15vw, 1.25rem);
    white-space: nowrap;
}

.top-bar-area .top-address li a {
    font-size: inherit;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .top-bar-area .top-address li:last-child {
        display: none;
    }
}

@media (min-width: 1024px) {
    nav.navbar.validnavs > .container {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 24px;
    }

    nav.navbar.validnavs .navbar-header {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        min-width: 0;
    }

    nav.navbar.validnavs .navbar-brand {
        display: inline-flex;
        align-items: center;
        margin-right: 0;
    }

    nav.navbar.validnavs .navbar-brand img.logo,
    nav.navbar.validnavs .collapse-header img {
        max-width: 180px;
        width: auto;
        height: auto;
    }

    nav.navbar.validnavs .navbar-collapse.collapse {
        float: none;
        display: flex !important;
        flex: 1 1 auto;
        min-width: 0;
        align-items: center;
        justify-content: flex-end;
    }

    nav.navbar.validnavs .navbar-collapse > .d-flex {
        display: flex !important;
        flex: 1 1 auto;
        min-width: 0;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row;
    }

    nav.navbar.validnavs ul.nav.navbar-nav {
        display: flex;
        flex-direction: row !important;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        min-width: 0;
        gap: 2px;
    }

    nav.navbar.validnavs ul.nav.navbar-nav > li {
        float: none;
        flex: 0 0 auto;
    }

    nav.navbar.validnavs ul.nav.navbar-nav > li > a {
        white-space: nowrap;
    }

    .btn-prev {
        margin-top: 0 !important;
        margin-left: auto;
        text-align: right;
    }

    .btn-prev .attr-nav {
        margin: 0;
    }

    .btn-prev .btn {
        width: auto;
        max-width: none;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .top-bar-area {
        display: block !important;
    }

    .top-bar-area .top-address ul {
        justify-content: flex-start;
        gap: 12px;
        padding-bottom: 2px;
    }

    .top-bar-area .top-address li {
        font-size: clamp(0.75rem, 2.7vw, 0.95rem);
    }

    .btn-prev {
        margin-top: 20px !important;
        width: 100%;
        text-align: center;
    }
    .btn-prev .btn {
        width: 90%;
        max-width: 300px;
    }
}