@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'Jost Light';
    src: url('../fonts/jost-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Jost Book';
    src: url('../fonts/jost-book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Jost Medium';
    src: url('../fonts/jost-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Jost Bold';
    src: url('../fonts/jost-bold.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Roboto Medium";
    src: url("fonts/RobotoMedium.eot");
    src: url("fonts/RobotoMedium.eot") format("embedded-opentype"), url("fonts/RobotoMedium.woff2") format("woff2"), url("fonts/RobotoMedium.woff") format("woff"), url("fonts/RobotoMedium.ttf") format("truetype"), url("fonts/RobotoMedium.svg#RobotoMedium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Nutrition';
    src: url('/Content/Nutrition/fontsnew/RobotoNutrition.eot');
    src: url('/Content/Nutrition/fontsnew/RobotoNutrition.eot?#iefix') format('embedded-opentype'), url('/Content/Nutrition/fontsnew/RobotoNutrition.woff2') format('woff2'), url('/Content/Nutrition/fontsnew/RobotoNutrition.woff') format('woff'), url('/Content/Nutrition/fontsnew/RobotoNutrition.ttf') format('truetype'), url('/Content/Nutrition/fontsnew/RobotoNutrition.svg#RobotoNutrition') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("fonts/RobotoRegular.eot");
    src: url("fonts/RobotoRegular.eot") format("embedded-opentype"), url("fonts/RobotoRegular.woff2") format("woff2"), url("fonts/RobotoRegular.woff") format("woff"), url("fonts/RobotoRegular.ttf") format("truetype"), url("fonts/RobotoRegular.svg#RobotoRegular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.recipes-container {
    color: #54534a;
    font-size: 1rem;
}

.main-content-wrapper.search-nutrition {
    padding-bottom: 62px;
}

.recipe-wrapper.main-content-wrapper {
    padding-bottom: 40px;
}

.recipes-container .heading h2 {
    font-weight: 900;
    font-size: 44px;
    margin-bottom: 2.5rem;
    line-height: 44px;
}

.recipes-container .Tag-module {
    display: flex;
    padding: 0.3rem 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    align-items: center;
    border-radius: 9999px;
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

    .recipes-container .Tag-module:hover {
        box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
    }

.recipes-container .Tag-module_height {
    height: 1.5rem;
}

.Tag-module_sizeIcon {
    display: inline;
    height: 1.5rem;
    fill: currentColor;
    overflow: hidden;
    animation: Tag-module_rotating_pBBTd 2s linear infinite;
}

.Tag-module_tagName {
    font-family: 'Jost Book';
    word-break: keep-all;
    font-weight: 400;
    margin: 0;
    color: #54534A
}

.InfoCard-module {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.InfoCard_fontIcon {
    font-weight: 600;
    color: #f47920;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 6px;
}

.InfoCard-fontLabel {
    font-weight: 600;
    color: #54534a;
    line-height: 22px;
    font-size: 14px;
}

.InfoCard-fontTime {
    font-family: 'Jost Book';
    font-weight: 400;
    color: #54534a;
}

.info-card-wrapper {
    justify-content: space-around;
    align-items: center;
    display: flex;
    column-gap: 1rem;
    border-radius: 10px;
    row-gap: 1.25rem;
    border: 1px solid #dee2e6;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 2rem;
    padding-right: 2rem;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 2.5rem;
}

    .info-card-wrapper .InfoCard-module p {
        margin: 0;
    }

.title-wrapper {
    display: flex;
    margin-bottom: 2rem;
}

.tag-container {
    padding: 60px 90px 0 90px;
    flex-basis: 50%;
}

.image-wrapper {
    padding: 0 90px 0 0;
    margin-top: 4rem;
    flex-basis: 50%;
}

.object-cover {
    object-fit: cover;
    /*max-width: 540px;*/
    width:100%;
    max-height:380px;
    height: 100%;
    border-radius: 15px;
    display: block;
    vertical-align: middle;
}

.tag-modules {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.25rem;
    column-gap: 1.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ingredient-wrapper {
    display: grid;
    row-gap: 0px;
    column-gap: 3.5rem;
    padding-top: 3rem;
    padding-left: 90px;
    padding-right: 90px;
    margin-bottom: 5rem;
}

.ingredient {
    grid-row-start: 1;
    grid-row-end: 3;
    overflow: hidden;
    grid-column-start: 1;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.Ingredients-module_container {
    height: -moz-fit-content;
    height: fit-content;
    background: #fff5ee;
    border-radius: 15px;
    padding: 32px 0 32px 32px;
}

.Detail-module_flexColCenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    /*border: 1px solid #dee2e6;*/
    padding: 20px 0px 30px 0px;
    margin-top: 2rem;
}

.Ingredients-module_title {
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    font-family: "Roboto",sans-serif;
}

.Ingredients-module_ingredients {
    font-family: 'Jost Book';
    font-weight: 400;
    line-height: 30px;
}

.Detail-module_flexCenter p {
    margin: 0;
}

.Detail-module_flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

.InfoCard-modul-container {
    width: 100%;
    display: flex;
    padding-top: 1.25rem;
    row-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.InfoCard-module_flexColCenter p {
    margin: 0;
}

.InfoCard-module_flexColCenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 10rem;
}

.InfoCard-module_fontLabel {
    font-weight: 600;
    color: #54534a;
    line-height: 22px;
    font-size: 14px;
}

.InfoCard-module_fontTime_3hsOh {
    font-family: 'Jost Book';
    font-weight: 400;
    color: #54534a;
}

.video-container {
    grid-column-start: 2;
   /* padding: 0 90px;*/
    grid-row-end: 2;
    grid-row-start: 1;
    display: block;
}

iframe {
    display: block;
    vertical-align: middle;
}

.instruction-container {
    height: auto;
    grid-column-start: 2;
    padding-top: 2rem;
    padding-bottom: 2rem;
    /*padding: 2rem 3rem 2rem 3rem;*/
    padding: 2rem 0rem 2rem 3rem;
}

.Instructions-module_title_3S5CE {
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    font-family: "Roboto",sans-serif;
}

.Instructions-module_instruction {
    font-family: "Jost Book";
    margin-left: 1.25rem;
    font-weight: 400;
    line-height: 30px;
    list-style-type: decimal;
}


/* search nutrition start */

.filter__list-item-title,
.filter__title {
    text-transform: capitalize;

}

.search-nutrition .filter__apply-button {
    /* border-radius: 5px; */
    outline: 0 !important;
    font-size: 18px;
    font-weight: 500;
}


/* search nutrition end */

.searchpage-modulelist {
    /* overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    max-height: 100vh; */
}

.searchpage-module {
    padding-bottom: 0;
}

.searchpage-grid {
    display: grid;
}

.Card-module_imgSize {
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 0.75rem;
    width: 100%;
    height: 8.5rem;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}

.Card-module_flexColBetween {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    min-height: 280px;
}

.card-module-title {
    font-size: 1rem;
    text-transform: capitalize;
    padding-left: 1rem;
    align-items: center;
    text-align: left;
    padding-right: 1rem;
    font-weight: 500;
    color: #54534A;
    font-family: 'Roboto Nutrition', sans-serif;
}

.Card-module_textTime {
    font-family: 'Jost Book';
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    text-align: left;
}

.Card-module_listTags {
    display: flex;
    gap: 0.375rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 0.75rem;
    margin-top: 0.5rem;
    flex-wrap: wrap;
}

.Tooltip-module_tooltipContainer {
    display: inline-block;
    position: relative;
}

.Card-module_iconHeight {
    display: inline;
    height: 1.5rem;
    fill: currentColor;
    animation: Card-module_rotating_jM9Jg 2s linear infinite;
    vertical-align: middle;
    overflow: hidden;
}

.Tooltip-module_tooltipText {
    font-family: "Jost Book";
    visibility: hidden;
    position: absolute;
    left: 50%;
    z-index: 40;
    padding: 0.125rem 0.5rem 0.125rem 0.5rem;
    border-radius: 0.125rem;
    width: -moz-max-content;
    width: max-content;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
    color: #ffffff;
    background: #54534A;
    top: 130%;
}

.Tooltip-module_tooltipContainer:hover .Tooltip-module_tooltipText {
    visibility: visible;
}

.search-nutrition .filter__content {
    min-height: inherit;
    overflow: auto;
    padding: 25px 20px;
}

.search-nutrition .result__wrapper h2 {
    margin: 30px 0 15px;
}

.search-nutrition .od-search-filter-wrapper {
    margin: 35px 0 0;
}

.search-nutrition .search-input {
    /* padding: 5px 1.5rem;
    color: #9b998e; */
    font-size: 16px;
    font-family: "Roboto",sans-serif;
}

    .search-nutrition .search-input::placeholder {
        /* color: #555553;
    opacity: .5; */
    }


/* meal plan start */

.MealPlan-module_container {
    padding-bottom: 150px;
    margin-right: auto;
    margin-left: auto;
}

.Calendar-module_bgCalendar {
    background-repeat: no-repeat;
    background-size: cover;
    height: 330px;
    background-image: url('../images/background-meal-plan-1.png');
    background-position: 0 -2px;
}

.calender-wrapper {
    height: 120px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1.75rem;
    --tw-bg-opacity: 0.9;
    background-color: #fff;
    position: relative;
}

.Calendar-module_fontTitle {
    margin-bottom: 0.25rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.25rem;
    line-height: 1.75rem;
/*    font-weight: 700;*/
    margin-right: auto;
    margin-left: auto;
    font-family: "RobotoCondensedBold";
}

.calender-content {
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    display: flex;
    margin: 0.5rem auto 0 auto;
    overflow: hidden;
}

.Calendar-module_curPointer.swiper-button-disabled {
    cursor: not-allowed;
    stroke: #D0D0D0;
}

.Calendar-module_curPointer.prevbutton {
    left: 3%;
    bottom: 27%;
    z-index : 1;
}

.Calendar-module_curPointer.nextbutton {
    right: 3%;
}

.Calendar-module_curPointer {
    cursor: pointer;
    stroke: #F47920;
    margin-right: 1rem;
    color: transparent;
    height: 1rem;
    z-index: 3;
    position: absolute;
}

    .Calendar-module_curPointer.nextbutton {
        margin-left: 1rem;
        margin-right: 0;
        bottom: 27%;
    }

.calender-wrapper .calender-text-wrapper {
    width: 1050px;
    line-height: 1.25rem;
    font-weight: 400;
    font-size: 0.875rem;
    display: flex;
}

.Calendar-module_textBrown {
    width: 4rem;
    line-height: 1rem;
    color: inherit;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    cursor: pointer;
    text-align: center;
}

    .Calendar-module_textBrown.swiper-slide.selected {
        color: #F47920;
    }

    .Calendar-module_textBrown.swiper-slide:hover {
        color: #f47920 !important;
    }
    .Calendar-module_textBrown:target {
        color: #F47920;
    }

.MealPlan-module_container {
    background-color: #ffffff;
    --tw-text-opacity: 1;
    color: #54534a;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
}

.Calendar-module_flex {
    display: flex;
    gap: 3px;
    justify-content: center;
}

.calender-module-month {
    padding-left: 15rem;
    padding-right: 15rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    justify-content: center;
    align-items: flex-end;
    display: flex;
}

.Calendar-module_fontDateSelected {
    font-size: 3rem;
    line-height: 56px;
    font-weight: 900;
    text-align: center;
    font-family: "Roboto Nutrition";
}

.Calendar-module_fontDescription {
    font-family: "Jost Book", serif;
    margin-top: 0.75rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: center;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-center {
    text-align: center;
}

.inline-block {
    display: inline-block;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.MealPlan-module {
    margin-bottom: 4rem;
}

.TabDietType-module_flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

button {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    text-transform: none;
}

.diet-type-btn {
    -webkit-appearance: button;
    font-size: 20px;
    width: 271px;
    --tw-text-opacity: 1;
    font-weight: 500;
    line-height: 1.75rem;
    --tw-border-opacity: 1;
    cursor: pointer;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    font-family: "Roboto Nutrition";
    padding: 10px;
    outline: 0 !important;
    border-bottom: 0;
    color: rgb(155, 155, 155);
}

.diet-type-btn.btnselected {
    color: rgb(244 121 32 / var(--tw-text-opacity));
    border-bottom: 4px solid rgb(244 121 32 / var(--tw-border-opacity));
}
.plant-based-btn {
    --tw-text-opacity: 1;
    color: rgb(155 155 155 / var(--tw-text-opacity));
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    border-bottom: 0;
}

.recipes-planner {
    padding-left: 0px;
    padding-right: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(222 226 230 / var(--tw-bg-opacity));
    height: 5rem;
}

.TabDietType-module_containerSubTab {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    width: 713px;
    line-height: 1.25rem;
    font-weight: 400;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-bg-opacity: 1;
    border-radius: 1rem;
    display: flex;
    background-color: #fff;
}

.TabDietType-module_isSelected {
    color: #F47920;
}

html {
    scroll-behavior: smooth;
}

.recipes-planner-btn {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 33.333333%;
    flex: 1 1 auto;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    border: 0;
    background: none;
    cursor: pointer;
    font-family: "Jost Book";
    outline: 0 !important;
}

    .recipes-planner-btn:hover {
        color: #F47920;
    }

.list-disc {
    list-style-type: disc;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.meal-plan-list {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1250px;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
}

.ListMealPlantRecipes-module_fontTitle {
    margin-bottom: 1.5rem;
   /* font-weight: 700;*/
    line-height: 2rem;
    text-align: center;
    text-transform: capitalize;
    font-size: 28px;
    font-family: "RobotoCondensedBold";
}

.ListMealPlantRecipes-module_flexWrap {
    display: flex;
    flex-wrap: wrap;
}

.meal-list-item {
    width: 33.33%;
    line-height: 1.5rem;
    font-size: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
}

.ListMealPlantRecipes-module_itemStyle {
    font-weight: 400;
    line-height: 2rem;
    text-decoration: none;
    text-underline-offset: 4px;
    color: inherit;
    display: block;
    font-family: 'Jost Book';
}

    .ListMealPlantRecipes-module_itemStyle:hover,
    .WeeklyPlanner-module_aStyle:hover {
        color: #F47920;
    }

.WeeklyPlanner-module_container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 5rem;
}

.WeeklyPlanner-module_fontTitle {
    margin-bottom: 1.5rem;
    /*font-weight: 700;*/
    line-height: 2rem;
    text-align: center;
    text-transform: capitalize;
    font-size: 28px;
    font-family: "RobotoCondensedBold";
}

.WeeklyPlanner-module_tableScroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    height: auto;
}

.WeeklyPlanner-module_alignMiddle {
    padding-right: 0.5rem;
    vertical-align: middle;
}

.WeeklyPlanner-module_tableScroll table {
    margin: auto;
    border-collapse: separate;
}

    .WeeklyPlanner-module_tableScroll table thead th:first-child {
        z-index: 5;
    }

.WeeklyPlanner-module_tableScroll th,
.WeeklyPlanner-module_tableScroll td {
    border: 5px solid #fff;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

th:first-child {
    position: sticky;
    background: white;
    left: 0;
    z-index: 2;
}

.WeeklyPlanner-module_tableScroll thead th {
    position: sticky;
    top: 0;
}

.table-heading {
    line-height: 1.75rem;
    font-size: 1.125rem;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    width: 14rem;
    height: 1.5rem;
    display: flex;
    text-align: center;
    font-family: "RobotoCondensedBold";
}

.meal-plan-day {
    line-height: 1.75rem;
    font-size: 1.125rem;
    width: 7rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: right;
    font-family: "RobotoCondensedBold";
}

.plan-day-desc {
    width: 8rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 244 236 / var(--tw-bg-opacity));
    border-radius: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: middle;
}

.WeeklyPlanner-module_aStyle {
    display: block;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-align: center;
    text-decoration: none;
    color: #000000;
    font-family: 'Jost Book';
}

.WeeklyPlanner-module_flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.WeeklyShopping-module_container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 5rem;
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto;
}

.WeeklyShopping-module_textBold {
    margin-bottom: 2rem;
   /* font-weight: 700;*/
    line-height: 2rem;
    text-align: center;
    text-transform: capitalize;
    font-size: 28px;
    font-family: "RobotoCondensedBold";
}

.weekly-shopping {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5%;
    width: 100%;
}

.weekly-shopping-title-main {
    width: 45%;
    padding: 10px;
    flex-grow: 1;
    height: 100%;
}

.shopping-title-main {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    --tw-bg-opacity: 1;
    background-color: rgb(255 244 236 / var(--tw-bg-opacity));
    border-radius: 10px;
    align-items: center;
    height: 53px;
    margin-bottom: 1.5rem;
    font-family: "RobotoCondensedBold";
}

.shopping-contanier {
    gap: 15px;
}

.shopping-content-wrapper {
    max-width: 270px;
    min-width: 255px;
    padding-bottom: 1rem;
}

.shopping-content-title {
    line-height: 1.25rem;
   /* font-weight: 700;*/
    font-size: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 0.25rem;
    font-family: "RobotoCondensedBold";
}

.shopping-content-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.shopping-contents-items {
    margin-right: 0.75rem;
}

.List-module_ulClass {
    margin-left: 1.25rem;
    list-style-type: disc;
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.List-module_liClass {
    font-family: "Jost Book";
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
    width: 190px;
    opacity: .9;
}

.meal-plan-list.scrolled-to-top {
    padding-top: 5rem;
}

.WeeklyPlanner-module_container.scrolled-to-top {
    padding-top: 5rem;
}

.recipes-planner-btn:focus-visible {
    outline: 0;
}

/* meal plan end */

@media all and (min-width: 768px) {
    .main-content-wrapper.search-nutrition .search__wrapper {
        padding: 0rem 30px 2rem 30px !important;
        overflow: hidden;
    }

    .search-nutrition .filter__action-wrapper {
        /*padding-bottom: 160px;*/
    }

    .search-nutrition .search-form {
        /* width: 391px; */
    }
}

@media all and (min-width: 1024px) {
    .search-nutrition .searchpage-grid {
       /* max-height: 410px;
        overflow-y: auto;*/
        padding-right: 1rem;
       /* overflow-x: hidden;*/
    }

    .Calendar-module_flex .hidden {
        display: block
    }

    .searchpage-grid {
        gap: 2rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .search-nutrition .filter__type-list.show {
        gap: 0px;
    }

    .search-nutrition .filter__wrapper {
        overflow-y: auto;
        /*max-height: 100vh;*/
        flex: 1 1 25%;
    }
}

/* @media all and (min-width: 1280px) {
    .searchpage-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
} */

@media all and (max-width: 1024px) {
    .search-nutrition .od-search-filter-wrapper {
        margin: 0 0px 20px 0;
    }

    .search-nutrition .result__wrapper h2 {
        margin-bottom: 3.5rem;
    }
}

@media all and (max-width: 1023px) {
    .hidden {
        display: none;
    }

    .tag-container,
    .image-wrapper {
        flex-basis: 100%;
        padding: 0rem 1.25rem 2rem 1.25rem;
        margin-top: 10px;
    }

    .title-wrapper {
        flex-direction: column;
    }

    .ingredient-wrapper {
        display: grid;
        row-gap: 0px;
        column-gap: 0;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 2rem;
    }

    .ingredient {
        grid-row-start: 2;
        grid-row-end: 2;
        overflow: hidden;
        grid-column-start: 1;
        height: auto;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .video-container {
        grid-column-start: 1;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        margin-bottom: 2.5rem;
        margin-top: 1rem;
        grid-row-end: 2;
        grid-row-start: 1;
        display: block;
    }

    .instruction-container {
        height: auto;
        grid-row-end: 4;
        grid-row-start: 3;
        grid-column-start: 1;
        padding: 2rem 3rem 2rem 3rem;
    }

    .tag-modules {
        row-gap: 0.75rem;
        column-gap: 0.75rem;
    }

    .searchpage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .searchpage-grid {
        grid-template-columns: unset !important;
        gap: 1.5rem;
        padding:0 10px;
    }
}


@media all and (max-width: 768px) {
    .search-nutrition .filter__wrapper {
        flex: 0 0 300px;
    }

    .main-content-wrapper.search-nutrition {
        padding-bottom: 95px;
    }
}

@media all and (max-width: 767px) {
    .search-nutrition .search__wrapper {
        padding: 0 1rem;
        margin-top: 2rem;
    }

    .search-nutrition .result__wrapper h2 {
        margin-bottom: 3rem;
    }

    .calender-wrapper {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .calender-content {
        width: 100%;
    }

    .calender-module-month {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .diet-type-btn {
        width: 160px;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .recipes-planner {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .recipes-planner-btn {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .meal-list-item {
        line-height: 1.25rem;
        font-size: 0.875rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        width: 100%;
    }

    .table-heading {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .meal-plan-day {
        line-height: 1rem;
        font-size: 0.75rem;
        width: 4rem;
    }

    .shopping-title-main {
        font-size: 1rem;
        line-height: 1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .weekly-shopping {
        display: block;
    }

    .weekly-shopping-title-main {
        width: 100%;
    }

    .recipes-container .heading h2 {
        padding-top: 2rem;
    }

    .info-card-wrapper {
        row-gap: 1rem;
        column-gap: 2rem;
        justify-content: center;
        padding: 1rem;
        width: 100%;
        flex-wrap: nowrap;
    }

        .info-card-wrapper .InfoCard-module {
            width: 25%;
        }

    .Ingredients-module_container {
        /* padding: 0; */
    }

    .search-nutritionbdy .main-content-wrapper {
        overflow-x: hidden;
    }

    .instruction-container .InfoCard-module_flexColCenter {
        width: 50px;
    }

    .instruction-container .Detail-module_flexColCenter {
        padding: 20px 1rem 20px 1rem;
    }

    .instruction-container .InfoCard-modul-container {
        column-gap: 10px;
    }
}
