@font-face {
    font-family: Assistant;
    src: url("/_media/css/fonts_new/Assistant/Assistant-Medium.ttf");
}

@font-face {
    font-family: Assistant-Regular;
    src: url("/_media/css/fonts_new/Assistant/Assistant-Regular.ttf");
}

@font-face {
    font-family: Assistant-Bold;
    src: url("/_media/css/fonts_new/Assistant/Assistant-Bold.ttf");
}

body {
    height: auto;
}

.inherit {
    height: 90%;
    width: 20%;
}

#nav_cat_wrapper {
    display: none;
}

#header_nav #search_nav {
    margin-top: 0 !important;
}

.animate_search {
    position: relative;
    top: 10px;
    width: 180px;
    direction: rtl;
    animation: typing 2s steps(29) 2, blink 0.5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-left: 3px solid;
    font-family: Assistant;
    font-size: 16px;
    padding-top: 4px;
}

@keyframes typing {
    from {
        width: 0;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

/* make grid items able to shrink */
header#header_nav .header_wrapper > * {
    min-width: 0;
}

/* allow your nav_links container (and its children) to shrink and hide overflow */
header#header_nav .categories_wrapper .nav_links {
    min-width: 0;
    overflow: hidden;
    scrollbar-color: #a8ff78 black;
}

header#header_nav .categories_wrapper .nav_links > * {
    min-width: 0;
    height: 100%;
    display: table;
}
header {
    z-index: unset !important;
    position: unset !important;
}

header#header_nav {
    position: relative !important;
    font-family: Assistant, Heebo, arial;
    padding: 0;
    z-index: 10000 !important;
    background-color: unset;
}

header#header_nav.sticky {
    position: fixed !important;
}

header#header_nav .header_wrapper {
    display: grid;
    height: 70px;
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr) minmax(0, 1fr);
    padding: 0 5%;
    border-bottom: 2px solid #a8ff78;
    box-sizing: border-box;
    background-color: white;
    align-items: normal
}

header#header_nav .header_wrapper .favorites {
    position: relative;
    cursor: pointer;
}

.no-favorites-message-wrapper {
    position: absolute;
    font-family: Heebo;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    padding: 8px;
    z-index: 99999;
    width: 108px;
    background-color: white;
    box-shadow: 1px 1px 4px grey;
    display: none;
}

header#header_nav .header_right {
    flex-direction: row-reverse;
}

header#header_nav #search_nav {
    height: auto;
    max-height: 45px;
}

header#header_nav .header_right .nav_butt.mobile {
    display: none;
}

header#header_nav .header_right,
header#header_nav .header_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header#header_nav .header_right .login_wrapper {
    display: flex;
    order: 1;
}

header#header_nav .header_left {
    flex-direction: row-reverse;
}

header#header_nav .header_right .company_img_container {
    display: flex;
    align-items: center;
    padding-left: 12px;
    width: 75px;
}

header#header_nav .header_right .company_img_container img {
    width: 100%;
}

header#header_nav .header_right .loginPopup.login {
    color: black;
    text-decoration: underline;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    font-family: Assistant-Regular;
}

header#header_nav .header_right .user_menu_container {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

header#header_nav .header_right .pro_header_div a {
    display: flex;
    align-items: center;
    width: auto;
    gap: 6px;
}

header#header_nav .header_right .pro_header_div a .pro_header_text {
    display: flex;
    flex-direction: column;
    width: max-content;
    font-size: 14px;
}

header#header_nav .header_right .pro_header_div .pro_header_text> * {
    display: flex;
    white-space: nowrap;
}

header#header_nav .header_right .user_menu_container #hello_user {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: unset;
    line-height: 1.1;
    gap: 5px;
    padding-left: 20px;
    font-size: 14px;
}

header#header_nav .header_right .pro2, header#header_nav .header_right .pro_header_div a {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-left: 20px;
}

header#header_nav .header_right .pro2 .pro2_image {
    margin-left: 6px;
}

header#header_nav .header_right .pro2 .pro2_text {
    display: flex;
    flex-direction: column;
    width: 95px;
    text-align: right;
}

header#header_nav .header_right .pro2 .pro2_text a {
    display: flex;
    flex-direction: column;
    color: black !important;
}

header#header_nav .header_right .pro2 .pro2_text > * {
    color: black;
    font-size: 14px;
}

header#header_nav .header_right .pro2 .pro2_text .bold {
    font-weight: bold;
}

header#header_nav .header_right .obligo {
    display: flex;
    gap: 6px;
}

header#header_nav .header_right .obligo a>* {
    white-space: nowrap;
}

header#header_nav .header_right .obligo .money,
#search_nav .content_wrapper .header_menu_mobile .wallet_wrapper .current_money .money {
    display: flex;
    flex-direction: column;
    color: black !important;
    font-size: 14px;
}

#search_nav .content_wrapper .header_menu_mobile .wallet_wrapper {
    display: block;
    width: max-content;
}

#search_nav .content_wrapper .header_menu_mobile .wallet_wrapper .current_money {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-right: 18px;
}

header#header_nav .header_right .obligo .number {
    position: relative;
    font-weight: bold;
    width: max-content;
}

header#header_nav .header_right .obligo .img_wrapper {
    position: absolute;
    left: -15px;
    top: 50%;
    transform: rotate(90deg) translateX(-50%);
    display: flex;
}

/* Left side of header */

header#header_nav .header_left .cart_wrapper {
    position: relative;
}

header#header_nav .header_left .cart_wrapper {
    order: -1;
}

header#header_nav .header_left .htz_logo_wrapper {
    order: -2;
}

header#header_nav .header_left .cart_wrapper .number_wrapper {
    height: 20px;
    width: 20px;
    border: 3px solid white;
    background-image: linear-gradient(to left, #a7ff79 107%, #79ffd3 0%);
    border-radius: 50px;
    position: absolute;
    bottom: 13px;
    left: 20px;
    font-family: Heebo;
    font-size: 10px;
    margin-top: 3px;
    font-weight: bold;
}

header#header_nav .header_left .cart_wrapper .number_wrapper .number {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

ul.cart_opts {
    position: absolute;
    background: #fff;
    width: 150px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    z-index: 99;
    display: none;
    left: 50%;
    transform: translateX(-50%);
}

ul.cart_opts li {
    padding: 10px;
}

ul.cart_opts li:has(.carts_divider) {
    padding: 0;
}

span.carts_divider {
    display: block;
    width: 90%;
    margin: auto;
    background: linear-gradient(90.29deg, #A8FF78 0.32%, #78FFD6 99.82%);
    height: 2px;
}

ul.cart_opts li span.cart_count {
    float: left;
    font-weight: bold;
}

.cart_wrapper.double_cart_wrapper:hover ul.cart_opts {
    display: block;
}

/* Categories wrapper */

header#header_nav .categories_wrapper {
    display: flex;
    align-items: stretch;
    gap: 5%;
    background: black;
    border-bottom: 2px solid #a8ff78;
    padding: 0 70px 0 0;
}

header#header_nav .categories_wrapper .all_categories_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 35px;
    margin: 6.5px 0;
    border-radius: 300px;
    background: green;
    font-size: 16px;
    border: 0px solid #a8ff78;
    background: linear-gradient(90deg, #a8ff78 0.32%, #78ffd6 99.82%);
    cursor: pointer;
}
header#header_nav .categories_wrapper .all_categories_wrapper .bold {
    font-weight: bold;
}

header#header_nav .categories_wrapper .all_categories_wrapper a {
    display: flex;
    gap: 10px;
}

header#header_nav .categories_wrapper .nav_links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    width: calc(76vw - 135px);
    gap: 5px;
}

header#header_nav .categories_wrapper .nav_links>* a {
    color: white;
    white-space: nowrap;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

header#header_nav .categories_wrapper .nav_links .highlight {
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

header#header_nav .categories_wrapper .nav_links .highlight a {
    color: #a8ff78;
}

header#header_nav #search_nav .content_wrapper .body_menu_desktop {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    width: 505px;
    height: 100vh;
    z-index: 100000;
}

header#header_nav #search_nav .content_wrapper .body_menu_mobile {
    display: none;
}





/* Nav  */

#search_nav .content_wrapper .body_menu_desktop {
    position: fixed;
    /* display: none; */
    top: 0;
    right: 0;
    width: 505px;
    height: 100vh;
    z-index: 10000;
}

#search_nav .content_wrapper .body_menu_desktop_top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 10%;
    background-color: #f6f6f6;
}

.desktop_black_screen {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    opacity: 0.66;
    background-color: #000;
    z-index: -1;
}

#search_nav .content_wrapper .body_menu_desktop_bottom {
    height: 90%;
    background-color: #f6f6f6;
    overflow: auto;
}

#search_nav .content_wrapper .body_menu_desktop_bottom .category_title_level_2 {
    padding: 8px;
    display: none;
    font-size: 18px;
    font-weight: bold;
    font-family: Assistant-Regular;
}

#search_nav .content_wrapper .body_menu_desktop_bottom .desktop_categories_1 {
    display: flex;
    font-size: 18px;
    padding-top: 2px;
    padding-bottom: 22px;
    font-family: Assistant-Regular;
    align-items: center;
    position: relative;
    cursor: pointer;
    overflow: auto;
}

#search_nav .content_wrapper .body_menu_desktop_bottom .desktop_categories_1 .category_title {
    max-width: 55%;
}

#search_nav .content_wrapper .body_menu_desktop_bottom .desktop_categories_2 {
    display: none;
    font-size: 18px;
    position: unset;
    padding-top: 2px;
    padding-bottom: 9px;
    margin-top: 10px;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
}

.cat-icon {
    margin-right: 65px;
    width: 45px !important;
    height: 43px;
    margin-left: 12px !important;
    object-fit: contain;
}

.cat-icon-selected {
    display: none;
    margin-right: 65px;
    margin-left: 12px !important;
    width: 45px !important;
    height: 43px;
    object-fit: contain;
}

#search_nav .content_wrapper .body_menu_desktop_bottom .left_arrow {
    transform: rotate(90deg);
    width: 14px;
    margin: 12px;
    position: absolute;
    float: left;
    left: 5%;
    display: inline-block !important;
}

#search_nav .content_wrapper .body_menu_desktop_top .top_title {
    display: none;
    width: 100%;
}

#search_nav .content_wrapper .body_menu_desktop_top .top_title .back_wrapper {
    display: inline-block;
    cursor: pointer;
    margin-right: 37px;
}

#search_nav .content_wrapper .body_menu_desktop_top .top_title .close_menu_desktop {
    width: 16px;
    float: left;
    margin-left: 27px;
    cursor: pointer;
}

#search_nav .content_wrapper .body_menu_desktop_bottom .desktop_categories_2 .category_title {
    color: black !important;
    display: inline-block;
    max-width: 60%;
}

#search_nav .content_wrapper .body_menu_desktop_top .top_level_1 img {
    position: relative;
    left: 2vw;
    top: 0;
    width: 15px;
    cursor: pointer;
    padding: 20px;
}



/* Search */
div#search_nav {
    background-color: unset;
}

#search_nav .nav_search {
    display: flex;
    padding: 0px 29px 0px 0;
    max-width: unset;
    border: 1px solid #c6c6c6;
    height: 48px;
}

#search_nav .nav_search.focus {
    display: none;
}

#search_nav .content_wrapper .nav_search input {
    width: 100%;
}

#search_nav .content_wrapper .nav_search .search-image-wrapper {
    position: relative;
}

#search_nav .content_wrapper .nav_search .search-img {
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
}

#search_nav .content_wrapper .nav_search:after {
    content: '';
}

#search_nav .content_wrapper .nav_search .search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    background: linear-gradient(90deg, #a8ff78 0.32%, #78ffd6 99.82%);
    cursor: pointer;
    border-radius: 100px 0 0 100px;
    font-weight: bold;
    font-size: 16px;
    font-family: Assistant, Heebo, arial;
}

#search_nav .content_wrapper .nav_search .search-btn .magnifying-green-img {
    display: none;
}

#hello_user ul {
    top: 25px;
    right: 50%;
    transform: translateX(50%);
}

#search_nav .content_wrapper .body_menu_desktop_bottom .desktop_categories_3 {
    display: none;
    overflow: auto;
    position: absolute;
    right: 500px;
    background: #f6f6f6;
    padding: 25px;
    width: 330px;
    box-shadow: 1px 1px 3px 2px grey;
    margin-top: -45px;
    max-height: 85dvh;
}

#search_nav .content_wrapper .body_menu_desktop_bottom .desktop_categories_2 .category_title {
    color: black !important;
    display: inline-block;
}

#search_nav .content_wrapper .body_menu_desktop_bottom .desktop_categories_3 a {
    display: block;
    margin-bottom: 20px;
    font-family: Assistant-Regular;
    font-size: 18px;
    width: 300px;
}

#header_nav .nav_search_algolia.search-panel__results {
    width: 100% !important;
    position: unset !important;
}

.aa-Panel {
    left: 20% !important;
    right: 20% !important;
    top: 60px !important;
}

#search_nav .content_wrapper .header_menu_mobile {
    display: none !important;
    width: 100%;
    height: 150px;
    background-color: #f6f6f6;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}

@media only screen and (max-width: 1200px) {
    #search_nav .content_wrapper .header_menu_mobile .wallet_wrapper .current_money {
        flex-direction: row;
    }

    header#header_nav #search_nav .content_wrapper .body_menu_mobile {
        display: flex;
        flex-direction: column;
        background-color: #f6f6f6;
        width: 100%;
        height: calc(100vh - 250px);
        overflow: auto;
    }

    header#header_nav .header_right {
        flex-direction: row-reverse !important;
    }

    #search_nav .content_wrapper .header_menu_mobile .menu_company_wrapper .close_menu_desktop {
        height: 16px;
        width: 16px;
        margin-bottom: 2px;
        filter: invert(1);
        background: white;
        padding: 4px;
        border-radius: 80px;
        align-self: center;
        justify-self: end;
        margin-left: 18px;
        cursor: pointer;
        grid-column: -1;
    }

    #search_nav .content_wrapper .header_menu_mobile .menu_company_wrapper_left {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-evenly;
    }

    #search_nav .content_wrapper .header_menu_mobile .menu_company_wrapper {
        display: grid !important;
        width: auto;
        grid-template-columns: 25% 1fr 70px;
        align-items: center;
        position: relative;
        top: 0;
        height: 50px;
        margin-top: 30px;
        margin-right: 18px;
    }

    #search_nav .content_wrapper .header_menu_mobile .menu_company_wrapper > * {
        color: black;
    }

    #search_nav .content_wrapper .header_menu_mobile .menu_company_wrapper .logout {
        text-decoration: underline;
        font-weight: bold;
    }

    #search_nav .content_wrapper .header_menu_mobile .menu_company_wrapper .user_wrapper {
        color: #000 !important;
    }

    #search_nav .content_wrapper .body_menu_desktop_bottom {
        height: calc(100% - 150px);
        background-color: #f6f6f6;
        overflow: auto;
        display: none;
    }

    .header_menu_2_wrapper, .header_menu_3_wrapper {
        display: none;
        background-color: #f6f6f6;
        width: 100%;
        /* box-shadow: 0 2px 3px 0 rgb(0 0 0 / 7%); */
    }

    .header_menu_2_wrapper .header_menu_2,
    .header_menu_3_wrapper .header_menu_3 {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .level_2_cat_wrapper,
    .level_3_cat_wrapper {
        display: none;
        position: relative;
    }

    .level_2_cat_wrapper .title,
    .level_3_cat_wrapper .title {
        font-family: Assistant-Regular;
        color: #000;
        font-size: 17px;
        font-weight: bold;
        display: block;
        text-align: center;
        padding: 15px 15px 10px;
    }

    .level_2_cat_wrapper .border,
    .level_3_cat_wrapper .border {
        width: 90%;
        height: 1.7px;
        opacity: 0.38;
        border-bottom: solid 0.6px #979797;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }

    .level_3_cat_wrapper img.left_arrow {
        position: absolute;
        margin: 0;
        padding: 18px;
        top: 5px;
        left: 7px;
        margin: 0;
    }

    .header_menu_2_wrapper .header_menu_2 > *,
    .header_menu_3_wrapper .header_menu_3 > * {
        padding: 20px;
        cursor: pointer;
    }

    .header_menu_2_wrapper .header_menu_2 .go_back_right,
    .header_menu_3_wrapper .header_menu_3 .go_back_right{
        display: flex;
        align-items: center;
        margin-right: 10px;
    }

    .header_menu_2_wrapper .header_menu_2 .back_icon,
    .header_menu_3_wrapper .header_menu_3 .back_icon {
        transform: rotate(-90deg);
        width: 12px;
        /* height: 11px; */
        margin-left: 4px;
        margin-bottom: 2px;
    }

    #search_nav .content_wrapper .body_menu_mobile_bottom {
        display: flex;
        flex-direction: column;
        height: calc(100% - 150px);
        background-color: #f6f6f6;
        overflow: auto;
    }

    .mobile_categories_1 {
        display: grid;
        grid-template-columns: 65px 8fr 0px 1fr;
        grid-template-rows: 1fr;
        align-items: center;
        padding: 22px;
        font-size: 18px;
    }

    .mobile_categories_1 .cat-icon {
        width: 32px;
        height: 32px;
        object-fit: contain;
        margin-right: unset;
    }

    .mobile_categories_1 .left_arrow {
        width: 16px;
        position: unset;
        margin-right: auto;
    }

    .body_menu_mobile_bottom .left_arrow {
        transform: rotate(90deg);
        width: 14px;
        margin: 12px;
        /* position: absolute; */
        float: left;
        left: 5%;
    }

    .mobile_categories_2 {
        font-family: Assistant-Regular;
        display: none;
        padding: 18px;
        font-size: 18px;
        align-items: center;
        grid-template-rows: 1fr;
        grid-template-columns: 65px 8fr 1fr;
    }

    .mobile_categories_2 a {
        color: #000 !important;
    }

    .mobile_categories_2 .cat-icon {
        margin-right: unset;
    }

    .mobile_categories_3 {
        display: none;
        padding: 18px;
        font-size: 18px;
        flex-direction: column;
        max-height: calc(100% - 144px);
        overflow: auto;
    }

    .mobile_categories_3 .category_title {
        font-family: Assistant-Regular;
        display: block;
        color: black !important;
        margin-bottom: 24px;
        text-align: center;
    }


    #search_nav .content_wrapper .body_menu_desktop_top {
        display: none;
    }

    #search_nav .content_wrapper .header_menu_mobile {
        display: grid !important;
        background-color: #f6f6f6;
    }

    #search_nav .content_wrapper .header_menu_mobile .menu_company_wrapper .company_img {
        height: 30px;
    }

    #search_nav .content_wrapper .header_menu_mobile .user_data {
        display: flex;
        align-items: center;
        gap: 25px;
        margin: 0 20px;
    }

    #search_nav .content_wrapper .header_menu_mobile .user_data .pro2 a {
        color: black;
    }

    #search_nav .content_wrapper .header_menu_mobile .user_data .pro_header_div .pro_wrapper {
        display: flex;
        width: auto;
        gap: 5px;
        align-items: center;
    }

    #search_nav .content_wrapper .header_menu_mobile .user_data .pro_wrapper .pro_header_text {
        display: flex;
        flex-direction: column;
    }

    #search_nav .content_wrapper .header_menu_mobile .user_data .pro_wrapper .pro_header_text span {
        display: flex;
    }

    #search_nav .content_wrapper .header_menu_mobile .wallet_wrapper .current_money {
        margin: 0;
    }

    header#header_nav .header_right .login_wrapper {
        display: none;
    }

    header#header_nav .header_right {
        display: flex;
        justify-content: flex-end;
    }

    .aa-PanelSection--right {
        width: 100% !important;
    }

    .aa-PanelSection--left {
        width: 100% !important;
    }

    .aa-Panel {
        top: 55px !important;
        left: 5% !important;
        right: 5% !important;
    }

    header#header_nav .categories_wrapper .nav_links {
        overflow-x: auto;
        gap: 60px;
    }

    .aa-PanelSections {
        flex-direction: column-reverse !important;
    }

    header#header_nav .header_right .nav_butt.mobile {
        display: block;
    }

    header#header_nav .header_wrapper {
        grid-template-columns: minmax(50px, 10%) minmax(100px, 80%) minmax(50px, 10%);
        padding: 0 3%;
    }

    header#header_nav .header_left {
        grid-column: 3;
    }

    #header_nav #search_nav {
        grid-column: 2;
    }

    header#header_nav {
        display: block;
    }

    header#header_nav .header_right .company_img_container,
    header#header_nav .header_right .user_menu_container,
    header#header_nav .header_right .pro2,
    header#header_nav .header_right .pro_header_div,
    header#header_nav .header_right .obligo,
    header#header_nav .header_wrapper .favorites,
    header#header_nav .header_left .cart_wrapper {
        display: none;
    }




    /* Categories wrapper */

    header#header_nav .categories_wrapper {
        background-color: white;
        border-bottom: unset;
        padding: 0 20px;
    }

    header#header_nav .categories_wrapper .nav_links {
        width: 100%;
        padding: 22px 0;
        gap: 20px;
        scrollbar-color: #a8ff78 #f2f1f1;
    }

    header#header_nav .categories_wrapper .all_categories_wrapper {
        display: none;
    }

    header#header_nav .categories_wrapper .nav_links > * {
        background-color: #f2f1f1;
        border-radius: 6px;
        font-size: 14px;
    }

    header#header_nav .categories_wrapper .nav_links > *.highlight {
        background: linear-gradient(90deg, #a8ff78 0.32%, #78ffd6 99.82%);
        font-size: 14px;
    }

    header#header_nav .categories_wrapper .nav_links>* a {
        color: inherit !important;
        font-weight: inherit;
        padding: 7px 13px;
    }



    /* Search bar*/
    #search_nav .content_wrapper .nav_search .search-btn span {
        display: none;
    }

    #search_nav .content_wrapper .nav_search .search-btn .magnifying-green-img {
        display: block;
    }
}

@media only screen and (max-width: 550px) {
    #search_nav .content_wrapper .header_menu_mobile .menu_company_wrapper .company_img {
        height: 20px;
    }

    .level_3_cat_wrapper img.left_arrow {
        display: none;
    }

    .cat-icon, .cat-icon-selected{
        margin-right: 35px;
    }

    header#header_nav #search_nav .content_wrapper .body_menu_desktop {
        width: 100dvw;
        height: 100dvh;
    }

    .aa-Panel {
        left: 0% !important;
        right: 0% !important;
        height: 100dvh;
    }
    .aa-PanelLayout {
        max-height: calc(100dvh - 150px) !important;
    }
}