.nutritional {
    font-size: 1em;
    padding: 1rem 1rem 6.25em 1rem;
}

.nutritional .select2-drop {
    color: #77777A;
    font-size: 1.2em;
}

.nutritional-header {
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
}

.header-content {
    font-size: 1.15em;
    line-height: 1.2em;
    padding: 1.5rem;
    text-shadow: .5px 0 #f5f5f5, -.5px 0 #f5f5f5, 0 .5px #f5f5f5, 0 -.5px #f5f5f5, .5px .5px #f5f5f5, -.5px -.5px #f5f5f5, .5px -.5px #f5f5f5, -.5px .5px #f5f5f5;
}

.nutritional h1 {
    font-size: 1.5em;
    margin-bottom: 0.15em;
    margin-top: 0;
}

.nutritional h1,
.nutritional h2,
.nutritional h3,
.nutritional h4,
.nutritional h5,
.nutritional .emphasize {
    color: #9D142E;
}

.nutritional h2 {
    font-size: 1.8em;
    margin-bottom: 0.4em;
    margin-top: 0.8em;
}

.nutritional section {
    margin-left: 0.9em;
    margin-right: 0.9em;
}

.nutritional .nutritional-ingredients {
    text-align: justify;
}

.nutritional .nutritional-ingredients, .nutritional .nutritional-statements {
    font-size: 1.15em;
}

.nutritional .volume {
    background-color: #E3E3E3;
    border-radius: 1rem;
    display: inline-block;
    font-size: 1.35rem;
    margin-bottom: 1rem;
    padding: 0.25rem 0.5rem;
}

.nutritional-header .background-image,
.nutritional-header .background {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.nutritional-header .background {
    background-color: #F2F2F2;
    border: 1px solid #E3E3E3;
}

.nutritional-header .flag {
    max-width: 1rem;
}

.nutritional-header p {
    font-size: 0.95em;
    margin: 0.125em 0;
}

.nutritional-header .background-image img {
    filter: blur(0.15rem);
    opacity: 0.2;
    transform: rotate(22deg) translate(-30%, -45%) scale(1.5);
    width: 100%;
}

.nutritional .group,
.nutritional .line {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.nutritional .no-icon {
    padding-left: 0.7em;
}

.nutritional .icon .emphasize {
    font-size: 2rem;
}

.nutritional .line {
    justify-content: space-between;
    width: 100%;
}

.nutritional .line .child {
    font-style: italic;
}

.nutritional .values {
    margin-bottom: 0.5rem;
    padding: 0.5rem 0.5rem;
    width: 100%;
}

.nutritional .group {
    border-bottom: 1px solid #E3E3E3;
}

.nutritional .fixed-button {
    background-image: linear-gradient(to bottom, transparent 0%, #FFF 75%);
    bottom: 0;
    padding: 0 1em 1em 0;
    position: fixed;
    text-align: center;
    width: 100%;
}

.nutritional .fixed-button .btn-primary {
    align-items: center;
    border-radius: 2.5em;
    display: inline-flex;
    font-size: 1.2em;
    height: 3.5em;
    justify-content: center;
    line-height: 1em;
    padding: 0.75em 1.5em;
    white-space: initial;
    width: 60%;
}

.flag,
.select2-drop .flag {
    max-width: 1em;
}

.nutritional .select2-choice {
    color: #77777A;
    font-size: 1.2em;
    height: 2em;
    line-height: 1.2;
}

.nutritional .lang-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 2em;
}

.nutritional-ingredient-category {
    font-weight: bold;
}

.nutritional .lang-switcher {
    margin: 0 auto;
    max-width: 50%;
}

.nutritional .select2-chosen span,
.nutritional .select2-result-label span {
    align-items: center;
    display: inline-flex;
    justify-content: flex-start;
}

.nutritional .select2-chosen {
    margin-top: 0;
}

.nutritional .select2-chosen span img,
.nutritional .select2-result-label span img {
    margin-right: 0.5em;
}

.nutritional-pdf {
    width: 100%;
}
