.nutricional-tables tr th {
    font-size: 18px;
    font-weight: bold;
}
.nutricional-table tr th {
    background-color: #FFF;
}
.nutricional-tables tr td {
    font-size: 16px;
    font-weight: 300;
}
.nutricional-tables tr td, .nutricional-tables tr th {
    width: 150px;
    height: 30px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-family: "Roboto Condensed";
    z-index: 1;
}
.nutricional-tables tr td:first-child, .nutricional-tables tr th:first-child {
    border-radius: 5px 0 0 5px;
}
.nutricional-tables tr td:first-child {
    font-weight: 400;
}
.nutricional-tables tr th.group {
    font-weight: bold;
}
.nutricional-tables tr td:last-child, .nutricional-tables tr th:last-child {
    border-radius: 0 5px 5px 0;
}
.nutricional-tables tr.bottom-cells td {
    border-radius: 5px;
    font-weight: 300;
}
.nutricional-tables tr.bottom-cells td:first-child {
    padding-top: 10px;
    padding-bottom: 3px;
}
.nutricional-table .columns-3 {
    width: 150px;
}
.nutricional-table .columns-2{
    width: 235px;
}
.nutricional-table .columns-1{
    width: 490px;
}
.nutricional-tables table {
    position: relative;
    width: 805px;
}
.nutricional-table tbody tr:nth-child(even) td, .supplement-table .grey {
    background-color: #E5EEF3;
}
.nutricional-table tbody tr:nth-child(odd) td {
    background-color: #FFF;
}
.nutricional-table tbody tr.bottom-cells.name td {
    background-color: #FFF!important;
}
.nutricional-table tbody tr.bottom-cells.content td {
    background-color: #E5EEF3!important;
}
.nutricional-tables tbody tr:nth-child(2) td {
    height: 60px;
}
.nutricional-tables tbody tr:nth-child(2) td:not(.first){
    vertical-align: middle;
}
.nutricional-tables tbody tr:nth-child(1) th:nth-child(1), .nutricional-tables .first {
    width: 305px;
}
.nutricional-tables tbody tr:nth-last-child(1) {
    height: 63px;
}
.nutricional-wrapper-mobile {
    display: none;
}
.supplement-table tr td, .supplement-table tr th {
    width: 235px;
    background-color: #FFF;
}
.supplement-table .group {
    font-size: 16px;
    font-weight: bold;
}
.nutritional-title {
    font-family: "Oswald";
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}
.nutricional-tables .group_name-padding {
    padding-top: 16px;
}
@media (max-width: 767px) {
    .nutricional-tables tr th {
        font-size: 16px;
        font-weight: bold;
    }
    .nutricional-tables {
        overflow: auto;
    }
    .nutricional-tables table {
        overflow-x: auto;
    }
    .nutricional-tables .first {
        border-radius: 5px;
        border-left: 0;
        border-right: 0;
        z-index: 3;
        line-height: 20px;
        height: inherit;
    }


    .nutricional-tables table {
        position: static;
    }

    .nutricional-tables .table-columns-1, .nutricional-tables .table-columns-2, .nutricional-tables .table-columns-3 {
        min-width: 280px !important;
        width: 100%;
    }
    .nutricional-table .table-columns-3 tr td:nth-child(1), .nutricional-table .table-columns-3 tbody tr th:nth-child(1){
        width: 140px !important;
    }
    .nutricional-tables tr td:nth-child(1), .nutricional-tables tbody tr th:nth-child(1){
        width: 150px !important;
    }
    .nutricional-tables tbody tr:nth-child(1) th:nth-child(1) {
        padding-left: 0;
    }
    .nutricional-table tr td:nth-child(2).columns-2 {
        width: 95px !important;
    }
    .nutricional-table tr td:nth-child(3).columns-2 {
        width: 85px !important;
    }
    .nutricional-tables tr td.columns-3, .nutricional-tables tr th.columns-3 {
        width: 105px !important;
    }
    .nutricional-tables tr td, .nutricional-tables tr th {
        width: 125px !important;
        height: 30px;
        line-height: 20px;
    }
    .nutricional-tables tr {
        vertical-align: top;
    }

    .nutricional-table {
        height: auto;
        min-height: max-content;
    }
    .bottom-cells {
        display: none;
    }
    .nutricional-wrapper-mobile {
        display: block;
        margin-top: 15px;
        font-weight: normal;
        font-size: 16px;
    }
    .nutricional-wrapper-mobile .nutricional-blocks {
        width: 100%;
        height: auto;
        padding-top: 5px;
        padding-left: 10px;
        padding-bottom: 5px;
        font-weight: 300;
    }
    .nutricional-wrapper-mobile .nutricional-blocks:first-child {
        padding: 0 0 3px;
    }
    .nutricional-blocks.allergens {
        background-color: #E9EEF0;
        border-radius:  5px;
    }
    .supplement-table table {
        position: static;
    }
    .supplement-table tr td:nth-child(1), .supplement-table tbody tr th:nth-child(1){
        width: 165px !important;
    }
    .supplement-table tr td, .supplement-table tr th {
        width: 90px !important;
    }
    .supplement-table .highlight-form  {
        height: calc(40px + 30px * var(--groups, 0));
        width: 160px;
    }
    .supplement-table {
       height: auto;
    }
    .nutritional-title {
        font-size: 16px;
        margin: 10px 0;
    }
}
@media (max-width: 499px) {
    .nutricional-table tr td:nth-child(2).columns-3 {
        border-radius: 5px 0 0 5px;
    }
    .nutricional-tables table.table-columns-3 {
        width: 470px !important;
    }
    .nutricional-tables .fixed {
        position: sticky;
        left: 0;
		z-index: 4;
        border-radius: 5px !important;
    }
}