@font-face {
    font-family: 'Gotham';
    src: url('/fonts/GothamBook.ttf') format('truetype');
}

@font-face {
    font-family: 'GothamBold';
    src: url('/fonts/GothamBold.ttf') format('truetype');
}

@font-face {
    font-family: "GothamMedium";
    src: url("/fonts/GothamMedium.ttf") format("opentype");
}

@font-face {font-family: 'MontserratBold';
    src: url("/fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat';
    src: url('/vendors/fonts/Montserrat/Montserrat-Regular.ttf');
}

.scalable-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.scalable-container {
    transform-origin: top center;
    width: 1280px; /* base content width */
}

.details-section {
    margin-left: -40px;
}

.details-section {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}
.details-section {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

.meal-image-cover {
    position: relative;
    width: 538px;
}

.meal-image-cover img {
    width: 538px;
    height: 538px;
}
.round-primary-macros{
    text-align: center;
    width: 538px;
    background-color: #F4F4F4;
    height: 94px;
    justify-content: space-evenly;
    display: inline-flex;
}

.round-primary-macros ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 538px;
}

.round-primary-macros ul li{
    margin: 15px 15px 5px;
    width: 100%;
}

.round-primary-macros .inner p.average-label {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: grey;
    padding-top: 4px;
}

.round-primary-macros .inner p.average {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    color: #595B61;
}

.row-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.meal-price {
    font-family: 'Gotham', 'Montserrat';
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    color: #212121;
}

.meal-serving-size {
    font-family: 'Gotham', 'Montserrat';
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    color: #595B61;
}

.round-primary-macros .inner {
    background-color: #F4F4F4;
    height: 62px;
    width: 100%;
    text-align: center;
    margin: 5px 2px 2px;
}

.meal-name {
    font-family: 'GothamBold', 'MontserratBold';
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 0.5rem;
    margin-top: 0;
    text-align: left;
}

.meal-description {
    font-family: 'Gotham', 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}

.meal-icon-section {
    margin-bottom: 30px;
    gap: 8px;
    display: flex;
}

.has-icons {
    margin-top: 20px;
}

.meal-icons {
    /*width: 141px;*/
    height: 40px;
    gap: 8px;
    opacity: 1;
    border-radius: 20px;
    padding: 11px 16px;
    background: #D6F1F0;
    display: flex;
}

.meal-icon-text {
    font-family: 'Gotham', 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: black;
}

.ingredients-tab, .nutrition-tab {
    font-family: 'Gotham';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}

.nav-link {
    color: #85878B !important;
    border-color: transparent !important;
    font-weight: 400;
}

.nav-link.active {
    color: #f36f21 !important;
    border-bottom: 5px solid #f36f21 !important;
    font-weight: 600;
}

.tab-content-section{
    padding-top: 15px;
}

.ingredients-section {
    font-family: 'Gotham', 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}

.apple-font {
    font-family: 'Montserrat' !important;
}

.apple-font-bold, .checkout-btn.apple-font-bold {
    font-family: 'MontserratBold' !important;
}

.allergens {
    font-family: 'GothamBold', 'MontserratBold';
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}

.may_contain {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}

.additional-notes {
    font-family: 'Gotham', 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    color: #595B61;
    padding-top: 20px;
}

.table-macros tr th {
    font-family: 'Gotham', 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}

.table-macros tr td, .table-macros tr th {
    border: none;
}

.table-macros tr td {
    text-align: left;
}

.table-macros tr td:not(:first-child) {
    text-align: right;
}

.table-macros tr td.indent-saturated-fat {
    text-indent: 30px;
}

.view-meal-toggle-container-main {
    width: 311px;
}

.byom-section {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    gap: 16px;
}

.view-meal-toggle-container {
    cursor: pointer;
    width: 100%;
    height: 43px;
    background: #e1e1e1;
    border-radius: 50px;
    justify-content: flex-start;
    align-items: center;
    gap: 1px;
    display: inline-flex;
}

.view-meal-toggle-regular {
    flex: 1 1 0;
    align-self: stretch;
    padding: 1px;
    color: #595B61;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
}

.view-meal-toggle-low-cal-text {
    color: #595B61;
    justify-content: center;
    align-items: center;
    width: 186px;
    opacity: 1;
    padding: 1px 2px 1px 1px;;
}

.view-meal-toggle-regular.selected {
    background: #008C8C;
}

.view-meal-toggle-regular-text, .view-meal-toggle-low-cal-text {
    display: inline-flex;
    gap: 8px;
    font-size: 18px;
    font-family: Barlow;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0;

}

.view-meal-toggle-regular-text.selected {
    color: white;
}

.view-meal-toggle-low-cal {
    flex: 1 1 0;
    align-self: stretch;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 2px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
    border-radius: 50px;
}

.view-meal-toggle-low-cal.selected {
    background: #008C8C;
}

.view-meal-toggle-low-cal-text.selected {
    color: white;
}

.meal-toggle-regular-text {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: #595B61;
}

.meal-toggle-low-cal-text {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
    color: #595B61;
}

.new-meal-switch-count-regular {
    height: 20px;
    width: 20px;
    padding-bottom: 1px;
    background: #00B6B6;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
}

.new-meal-switch-count-text {
    color: white;
    font-size: 12px;
    font-family: Barlow;
    font-weight: 500;
    word-wrap: break-word;
}

.new-meal-switch-count-low-cal {
    height: 20px;
    width: 20px;
    padding-bottom: 1px;
    background: #00B6B6;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
}

.checkout-btn {
    min-width: 280px;
    height: 46px;
    font-family: 'GothamBold', 'MontserratBold' !important;
    font-weight: unset !important;
    font-size: 20px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
}

.mobile-header {
    display: none;
}

.new-meal-added-button {
    min-width: 280px;
    height: 46px;
    background: rgb(255, 106, 33);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 4px;
    border-radius: 6px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 11px;
}

.new-minus-button {
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    color: white;
    cursor: pointer;
}

.new-minus-text{
    color: white;
    font-size: 20px;
    font-family: Barlow;
    font-weight: 700;
    word-wrap: break-word;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.new-quantity-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-quantity {
    color: white;
    font-size: 20px;
    font-family: Barlow;
    font-weight: 700;
    word-wrap: break-word;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.new-plus-button {
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    color: white;
    cursor: pointer;
}

.new-plus-text {
    color: white;
    font-size: 20px;
    font-family: Barlow;
    font-weight: 700;
    word-wrap: break-word;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.hidden {
    display: none;
}

.desktop-toggle {
    display: block;
}
.mobile-toggle {
    display: none;
}
.meal-meta-tab-cover {
    margin-top: 20px;
}

.breadcrumbs, .breadcrumbs-mobile {
    gap: 8px;
    display: flex;
    margin-bottom: 10px;
}

.breadcrumbs-mobile {
    margin-top: 15px;
}

.breadcrumbs-menu {
    font-family: 'Gotham', 'Montserrat';
    font-weight: 325;
    font-size: 16px;
    line-height: 150%;
    color: black;
}
.breadcrumbs-category {
    font-family: 'Gotham', 'Montserrat';
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: black;
    letter-spacing: 0%;
}

.table-macros-child th, .table-macros-child td {
    padding: 0.75rem !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.nav-child-item .nav-item .nav-link.active {
    color: #f36f21 !important
}
.nav-child-item .nav-item .nav-link {
    color: #212121 !important;
    font-family: Gotham;
    font-weight: 700;
    font-size: 18px;
}
.child-nutrition-info {
    font-family: 'GothamBold';
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: -10px !important;
}
.table-macros-child tr th {
    font-family: 'GothamBold';
}

.nav-child-item .nav-item {
    flex: 1 !important;
}

.new-minus-button {
    padding: 10px 30px 10px 0;
}
.new-plus-button {
    padding: 10px 0 10px 30px;
}

@media(max-width: 1200px) {
    .meal-image-cover img {
        width: 438px;
        height: 438px;
    }
    .image-overlay-section {
        width: 438px;
    }
    .round-primary-macros {
        width: 438px;
    }
    .view-meal-toggle-container-main {
        width: 100%;
    }
    .byom-section {
        padding: unset !important;
        width: 100%;
    }
    .add-section {
        width: 100%;
    }
    .checkout-btn {
        width: 100% !important;
    }
    .details-section {
        margin-left: unset;
    }
    .table-macros tr td.indent-saturated-fat {
        padding-left: 30px;
        text-indent: unset;
    }
    .new-meal-added-button {
        width: 100%;
    }
    .footer-wrapper .footer-links .col-md-3, .footer-wrapper .footer-links .col-lg-3 {
        flex: 0 0 100% !important;
    }
    .footer-wrapper .footer-links .row {
        padding: unset !important;
    }
}

@media(max-width: 870px) {
    .meal-image-cover img {
        width: 380px;
        height: 380px;
    }
    .image-overlay-section {
        width: 380px;
    }
    .round-primary-macros {
        width: 380px;
    }
    .round-primary-macros ul {
        width: 380px;
    }
    .round-primary-macros ul li {
        margin: 15px 10px 5px;
    }
}

@media(max-width: 850px) {
    .meal-image-cover img {
        width: 350px;
        height: 350px;
    }
    .image-overlay-section {
        width: 350px;
    }
    .round-primary-macros {
        width: 350px;
    }
    .round-primary-macros ul {
        width: 350px;
    }

    .scalable-wrapper {
        margin-top: 0;
    }
    .round-primary-macros .inner {
        height: 50px;
        width: 89%;
    }
    .round-primary-macros .inner p.average {
        font-size: 24px;
    }
    .round-primary-macros .inner p.average-label {
        font-size: 14px;
    }
    .round-primary-macros ul li {
        margin: 20px 0 5px;
    }
    .details-section {
        margin-left: unset;
        padding-left: unset;
        padding-right: unset;
    }
    .meal-name {
        font-size: 28px;
    }
    .view-meal-toggle-container-main {
        width: 100%;
    }
    .byom-section {
        padding: unset !important;
        width: 100%;
    }
    .add-section {
        width: 100%;
    }
    .checkout-btn {
        width: 100% !important;
    }
    .meal-details-section {
        padding: 0 !important;
    }
    .image-section {
        padding-right: unset;
        padding-left: unset;
    }
    .table-macros tr th:not(:first-child) {
        text-align: right;
    }
}

@media(max-width: 770px) {
    .meal-image-cover img {
        width: 340px;
        height: 340px;
    }
    .image-overlay-section {
        width: 340px;
    }
    .round-primary-macros {
        width: 340px;
    }
    .round-primary-macros ul {
        width: 340px;
    }
}

@media(max-width: 767px) {
    .details-section {
        flex: unset !important;
        max-width: unset !important;
    }
    .meal-image-cover img {
        width: 100%;
        height: auto;
    }
    .image-overlay-section {
        width: 100%;
    }
    .meal-image-cover {
        width: unset;
    }
    .round-primary-macros {
        width: 100%;
    }
}

@media(max-width: 700px) {
    .desktop-toggle {
        display: none;
    }
    .mobile-toggle {
        display: block;
        margin-top: 20px;
    }
    .meal-icon-section {
        margin-bottom: 0;
    }
    .add-section {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        padding: 10px 0;
        z-index: 999;
        text-align: center;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05);
    }
    .checkout-btn {
        width: 90% !important;
    }
    .byom-section {
        margin-bottom: 0 !important;
    }
    .custom-loader-wrapper {
        width: unset;

    }
    .custom-loader {
        position: relative;
        left: unset;
    }
    .bannerarea {
        display: none;
    }
    .scalable-wrapper {
        margin-top: 60px;
    }
    .scalable-container {
        width: unset !important;
    }
    .details-section {
        flex: unset !important;
        max-width: 100% !important;
    }
    .meal-image-cover {
        width: 100%;
    }
    .meal-image-cover img {
        width: 100%;
        height: auto;
    }
    .image-overlay-section {
        width: 100%;
    }
    .round-primary-macros {
        width: 100%;
    }
    .round-primary-macros .inner p.average, .round-primary-macros .inner p.average-label {
        font-size: 18px;
    }
    .round-primary-macros {
        height: 68px;
    }
    .round-primary-macros ul li {
        margin: 10px 0 5px;
    }
    .nav-link {
        font-size: 16px;
    }
    .non-mobile {
        display: none;
    }
    .mobile-header {
        display: flex;
    }
    .meal-description {
        margin-top: 20px;
    }
    .round-primary-macros ul {
        width: 380px;
    }
    .table-macros-child th, .table-macros-child td {
        padding: 0.75rem !important;
    }
}

@media(max-width: 414px) {
    .child-nutrition-info {
        padding-left: 0.75rem;
        margin-bottom: 0;
    }
    .nav-child-item .nav-item .nav-link {
        padding-left: 5px !important;
        padding-right: 5px !important;
        color: #212121 !important;
        font-family: 'Gotham';
        font-weight: 700;
        font-size: 14px;
    }
    .round-primary-macros ul {
        width: 360px;
    }
}

@media(max-width: 500px) {
    .new-meal-added-button {
        width: 90%;
    }
    .add-section {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


@media(max-width: 400px) {
    .view-meal-toggle-low-cal-text {
        width: unset;
    }
    .scalable-wrapper {
        display: block;
    }
    .meal-icons {
        padding: 13px 16px;
    }
    .meal-icon-text {
        font-size: 10px;
    }
    .view-meal-toggle-regular-text, .view-meal-toggle-low-cal-text {
        font-size: 15px;
    }
    .round-primary-macros .inner {
        width: 100%;
    }
    .macros-section-tab {
        margin-left: -15px;
    }
    .modal-body {
        padding: unset;
    }
    .footer-wrapper .footer-links .row {
        padding: 0 10px !important;
    }
    .meal-details-section {
        padding: 0 10px !important;
    }
}

@media(max-width: 385px) {
    .round-primary-macros ul {
        width: 340px;
    }
}

@media(max-width: 360px) {
    .round-primary-macros ul {
        width: 320px;
    }
}

@media(max-width: 320px) {
    #voucher-message-alert {
        margin-top: 60px !important;
    }
}



