.chef-suggestion-menu .menu {
    position: sticky;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    overflow-x: auto;
}

.chef-suggestion-menu .menu-nav {
    list-style: none;
    margin: 3px;
    padding: 0;
    display: flex;
    flex-direction: row;
    background: #f1f1f1ff;
    border-radius: 24px;
    overflow: hidden;
}

.chef-suggestion-menu .menu-nav .menu-item {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.chef-suggestion-menu .menu-nav .menu-item .menu-link {
    margin: 0;
    padding: 0.25rem 0.5rem;
    display: flex;
    align-items: center;
    border-radius: 24px;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}

.chef-suggestion-menu .menu-nav .menu-item:not(.menu-item-active) .menu-link:hover {
    background: #00000010;
}

.chef-suggestion-menu .menu-nav .menu-item.menu-item-active .menu-link {
    background: #000000 !important;
    color: #ffffff;
}

.chef-suggestion-container {
    padding-inline: 0 !important;
    margin: 1.75rem 0;
}

.chef-suggestion-container .chef-suggestion-title-container {
    position: relative;
    margin-block: 2rem;
    margin-inline: auto;
}

.chef-suggestion-container .chef-suggestion-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.5rem;
}

.chef-suggestion-container .chef-suggestion__arrows {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem;
}

.chef-suggestion-container .chef-suggestion__arrow {
    position: static !important;
    transform: none !important;

    max-width: 100%;
    margin: 0;
    display: inline-flex;
    min-height: 32px;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    transition: all 200ms cubic-bezier(0.4, 0.4, 0, 1);
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #f1f1f1ff;
    box-shadow: inset 0 0 0 1px #f1f1f1ff;
    color: #191919ff;
    height: 32px;
    width: 32px;
    padding: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.chef-suggestion-container .chef-suggestion__arrow--disabled {
    background-color: #f7f7f7ff;
    box-shadow: inset 0 0 0 1px #f7f7f7ff;
    color: #b2b2b2ff;
    cursor: not-allowed;
}

.chef-suggestion-container .chef-suggestion__arrow--disabled svg path {
    fill: #b2b2b2ff;
}

.chef-suggestion-container .chef-suggestion-title {
    padding-inline: 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 120%;
    color: #191919ff;
}

.chef-suggestion__track {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    margin-top: 1rem;
}

.chef-suggestion__track .chef-suggestion__slides {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    overflow: scroll hidden;
    overscroll-behavior-x: contain;
}

.chef-suggestion__track .chef-suggestion__slides::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

.chef-suggestion__track .chef-suggestion__slides .chef-suggestion__slide {
    flex-shrink: 0;
    scroll-snap-align: start;
    margin-right: 0;
    width: 220px;
}

.chef-suggestion__track .chef-suggestion__slides .chef-suggestion__slide .suggested-item-container {
    padding: 0 0.5rem;
}

.chef-suggestion__track .chef-suggestion__slides .chef-suggestion__slide .suggested-item-container img {
    width: 100%;
}

.chef-suggestion__track .chef-suggestion__slides .chef-suggestion__slide .suggested-item-container .suggested-item-title {
    color: #191919ff;
}

.chef-suggestion__track .chef-suggestion__slides .chef-suggestion__slide .suggested-item-container .suggested-item-price {
    color: #606060ff;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 767px) {
    /*.chef-suggestion__track .chef-suggestion__slides {
        flex-direction: column;
        row-gap: 1rem;
    }*/

    .chef-suggestion__track .chef-suggestion__slides .chef-suggestion__slide {
        width: auto;
        display: flex;
        flex-direction: row;
        align-items: start;

    }

    .chef-suggestion-title-wrapper {
        padding: 0 1rem;
    }

    .chef-suggestion__track .chef-suggestion__slides .chef-suggestion__slide .suggested-item-container {
        padding: 0 0.25rem;
        width: 158px;
    }

    .chef-suggestion__track .chef-suggestion__slides .chef-suggestion__slide:first-child .suggested-item-container {
        padding-right: 0.5rem;
    }

    .chef-suggestion__track .chef-suggestion__slides .chef-suggestion__slide:last-child .suggested-item-container {
        padding-left: 0.5rem;
    }

    .chef-suggestion__track .chef-suggestion__slides .chef-suggestion__slide img {
        width: 154px;
        height: 154px;
    }

    .chef-suggestion-container .chef-suggestion__arrows {
        display: none;
    }
}

.chef-suggestion-menu .elementor-widget-wrap.elementor-element-populated {
    padding: 10px 0 !important;
}

.chef-suggestion-menu .elementor-widget {
    margin: 0 !important;
}

#wpadminbar {
    display: none !important;
}

body {
    background: #ffffff !important;
}

.chef-suggestion__extra {
    border-top: 1px dashed #7a7a7a;
    padding: 1rem 0.5rem 0;
    margin-top: 1rem;
    color: #7a7a7a;
    font-size: 13px;
}