.header_bar_top {
    background-color: var(--color_white);
    height: 48px;
}
.header_bar_top_content {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: end;
}

.header_bar_items {
    font-size: 12px;
}

.header_bar_top_content .header_bar_items {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 18px 0;
}

.header_bar_items > li {
    border-right: 1px solid rgba(128, 128, 128, 0.35);
    padding: 0 17px;
    height: 100%;
    display: flex;
    align-items: center;
}
.header_bar_items .li-weather_info,
.header_bar_items .li-work_hours,
.header_bar_items .li-contact_phone {
    display: none;
}

.header_bar_items .button_ticket {
    width: 75px;
    height: 29px;
    font-size: 12px;
}
.header_info {
    display: none;
}

/* ---- HEADER TOP BAR STYLES ------------ */

.li-weather_info {
    justify-content: space-between;
}
.weather_info_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}
.weather_degrees {
    font-size: 26px;
    font-weight: 800;
}

.li-work_hours {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.li-work_hours span {
    width: 100%;
    text-align: start;
}
.li-work_hours strong {
    font-size: 16px;
}

.li-contact_phone {
    font-weight: bold;
    font-size: 16px;
}

.phone_container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color_primary_opacity01);
    width: 170px;
    border-radius: 20px;
    gap: 9px;
    padding: 7px 6px;
}

.li-cart {
    display: flex;
    justify-content: center;
    align-items: center;
}
.shopping_cart {
    position: relative;
}

.cart_quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 22px;
    height: 22px;
    border: 2px solid #ffffff;
    font-family: "Roboto";
    font-weight: 800;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -5px;
    background-color: var(--color_primary);
}

.logo {
    position: absolute;
    bottom: -27px;
    width: 134px;
    height: 82px;
}

/*--------------- NAV ITEM STYLES ------------------------- */
.site_navigation {
    position: absolute;
    z-index: -1;
    bottom: -6px;
    height: 190px;
    width: 100%;
    background-color: var(--color_primary);
    transition: all 250ms ease-in-out;
}

.site_navigation .navigation_links_row {
    width: 100%;
    height: 100%;
    align-items: center;
    display: none;
    flex-direction: column;
    justify-content: end;
}

.navigation_links_row li {
    width: 70%;
    text-align: center;
    height: 100%;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.navigation_links_row li a {
    font-size: 16px;
    font-family: "Sora";
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    color: black;
}

.header_bar_items .li-user_profile {
    display: none;
}

.hamburger {
    height: 21px;
    width: 27px;
    background-color: transparent;
    padding: 0;
    border: none;
}

.site_navigation.is_shown {
    bottom: -190px;
    border-bottom: 2px solid var(--color_white);
}

/* --------- Mobile Navbar --------------- */
.mobile_navbar {
    width: 100svw;
    height: 0;
    background-color: var(--color_primary_mobile_menu);

    flex-direction: column;
    justify-content: start;
    align-items: center;
    visibility: hidden;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 0 40px;
    opacity: 0;
    transition: all 250ms ease-in;
}
.mobile_navbar .hamburger {
    padding-bottom: 10px;
    height: 45px;
    width: 45px;
    align-self: end;
    padding-right: 10px;
}
.mobile_navbar .info_tab {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-width: 330px;
}

.mobile_navbar li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 12px;
}

.mobile_navbar .info_tab_subgroup {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.mobile_navbar .site_navigation {
    background-color: transparent;
    z-index: 1;
    position: static;
    flex-basis: 50%;
}

.mobile_navbar .site_navigation .navigation_links_row {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.mobile_navbar .site_navigation .navigation_links_row li {
    width: 100%;
    align-items: start;
    color: var(--color_secondary);
}
.mobile_navbar .site_navigation .navigation_links_row li a:hover,
.mobile_navbar .site_navigation .navigation_links_row li a.active {
    color: var(--color_primary);
}

.mobile_navbar .site_navigation .navigation_links_row li a {
    font-size: 22px;
}

.mobile_navbar .li-weather_info {
    justify-content: start;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mobile_navbar .li-weather_info img {
    height: 52px;
    width: 52px;
}
.mobile_navbar .li-weather_info .weather_info_text {
    flex-direction: column-reverse;
}

.mobile_navbar .li-work_hours {
    height: unset;
    justify-content: center;
}

.mobile_navbar .numbers {
    font-size: 16px;
}

.mobile_navbar .li-user_profile {
    gap: 10px;
    text-transform: uppercase;
    font-size: 12px;
}
.mobile_navbar .li-user_profile img {
    width: 48px;
    height: 48px;
}

.mobile_navbar .li-contact_phone {
    justify-content: center;
    width: 100%;
}

.mobile_navbar .li-contact_phone .phone_container {
    width: 100%;
    box-shadow: 1px 1px 20px rgb(0 0 0 / 10%);
    background-color: var(--color_white);
}
.nav_list_border {
    border-top: 1px solid #0000001c;
    border-bottom: 1px solid #0000001c;
}

.mobile_navbar.is_shown {
    display: flex;
    visibility: visible;
    opacity: 1;
    height: 100svh;;
}
@media screen and (min-width: 769px) {
    .site_navigation {
        height: 60px;
    }

    .header_bar_items .button_ticket {
        width: 105px;
        height: 39px;
    }

    .navigation_links_row li {
        width: 20%;
    }

    .navigation_links_row li a {
        font-size: 20px;
    }
    .logo {
        bottom: -27px;
        width: 190px;
        height: 117px;
    }
    .header_bar_top {
        background-color: var(--color_white);
        height: 86px;
    }

    .site_navigation.is_shown {
        bottom: -60px;
        border: none;
    }

    /* ---- Mobile Nav ----------- */
    .mobile_navbar .info_tab {
        min-width: 450px;
    }

    .mobile_navbar .site_navigation .navigation_links_row {
        width: 100%;
        align-items: start;
        color: var(--color_secondary);
    }
}
@media screen and (min-width: 1025px) {
    .logo {
        bottom: -100%;
        position: relative;
        width: 236px;
        height: 144px;
    }

    .header_bar_items .button_ticket {
        /* width: 87px; */
        /* height: 32px; */

        /* clamp value for 1025px - 1399px screen */
        width: clamp(87px, -184.3235px + 26.4706vi, 186px);
        height: clamp(32px, -50.2193px + 8.0214vi, 62px);
    }

    .header_bar_items .li-weather_info,
    .header_bar_items .li-work_hours,
    .header_bar_items .li-contact_phone,
    .header_bar_items .li-user_profile {
        display: flex;
    }
    .header_bar_items .li-hamburger {
        display: none;
    }

    .weather_info_text {
        padding-left: 10px;
    }

    @media screen and (min-width: 1200px) {
        .header_bar_items > li {
            padding: 0 30px;
        }
    }

    /*--------------- NAV STYLES --------------------*/

    .site_navigation {
        position: static;
        height: 60px;
        width: 100%;
        background-color: var(--color_primary);
    }

    .site_navigation .navigation_links_row {
        display: flex;
        flex-direction: row;
    }
    .navigation_links_row li a:hover::after,
    .navigation_links_row li a.active::after {
        content: "";
        position: absolute;
        bottom: -18px;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 4px;
        background-color: black;
    }

    .mobile_navbar {
        display: none;
    }
}

@media screen and (min-width: 1400px) {
    .logo {
        width: 269px;
        height: 165px;
    }
    .weather_degrees {
        font-size: 32px;
    }

    .phone_container {
        padding-left: 20px;
        padding-right: 20px;
        width: unset;
    }

    .header_bar_items .li-weather_info,
    .header_bar_items .li-work_hours,
    .header_bar_items .li-contact_phone {
        display: flex;
    }

    .header_bar_items .button_ticket {
        width: 186px;
        height: 62px;
        font-size: 16px;
    }

    .navigation_links_row {
        gap: 90px;
    }
    .navigation_links_row li {
        width: 14%;
        max-width: 210px;
    }
}
ul,
li {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.logo {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
.logo img {
    width: 100%;
}
.header_bar_top_content {
    position: relative;
}
.minicart-wrapper .shopping_cart::before {
    content: "" !important;
    background-image: url(../../images/header/cart.png) !important;
    width: 38px;
    height: 30px;
}
