@charset "utf-8";

.facts{
    margin-top:20px;
    margin-right: 1rem;
    z-index:10;
    background:#fff;
    border:1px solid #000;
    padding:20px 0px 0px 0px;
    font-size:15px;
    line-height:15px;
    box-shadow:4px 10px 10px rgba(0,0,0,0.2);
}
.on-label-blue .facts {
    border: 2px solid #000000;
}

.facts .facts_title {
    font-family: 'NeueBlk';
    font-size: 35px;
    color:#231f20;
    padding-left:10px;
    padding-right:10px;
    margin-bottom: 5px;
}

.facts a {
    color:#231f20;
    text-decoration: none;
    transition:all 0.5s;
    position: relative;
    z-index: 10;
}

.facts a.light {
    background:#FF0;
    text-decoration:underline;
    box-shadow:0 0 0px 2px #FF0;
}

.facts a:hover {
    text-decoration: underline;
}


.facts .facts_serving_size {
    padding-top:4px;
    padding-bottom:3px;
    font-size:16px;
    font-family: 'NeueBlk';
    line-height:14px;
    padding-left:10px;
    padding-right:10px;
}

.facts .facts_serving_pre {
    padding-bottom:3px;
    font-size:14px;
    line-height:14px;
    padding-left:10px;
    padding-right:10px;
}

.facts .calories {
    padding-top:4px;
    padding-bottom:12px;
    font-size:1.5em !important;
    font-family: 'NeueBlk';
    line-height:1em !important;
    position:relative;
}
.facts .calorieamt {
    padding-top:4px;
    padding-bottom:12px;
    font-size:1.8em !important;
    font-family: 'NeueBlk';
    line-height:14px;
}
.facts .txt_right {
    text-align: right;
}
.facts strong {
    font-family: 'NeueBlk';
}
.facts .facts_box {
    border-top:13px solid #231f20;
    margin-left:10px;
    margin-right:10px;
}

.facts .facts_box.thin {
    border-width:5px;
}

.facts .fact_row {
    padding-bottom:2px;
    padding-top:5px;
    font-size:14px;
    line-height:14px;
    border-bottom:1px solid #838181;
    position:relative;
}
.facts .fact_row_norule {
    padding-bottom:2px;
    padding-top:5px;
    font-size:14px;
    line-height:14px;
    position:relative;
}

.facts .fact_row.pinkbg { background:#feeab8; padding-left: 10px; padding-right: 10px; margin-left: -10px; margin-right: -10px;}
.facts .fact_row.bluebg { background:#ebf3c0; padding-left: 10px; padding-right: 10px; margin-left: -10px; margin-right: -10px;}

.facts .fact_row.pinkbg.sub {padding-left: 28px;}
.facts .fact_row.bluebg.sub {padding-left: 28px;}


.facts .fact_row.sub {
    padding-left:18px;
}
.facts .fact_row.sublv2 {
    margin-left:18px;
}
.facts .fact_row.sublv3 {
    padding-left:36px;
}


#b_box #b_content .facts .plus_in_label,
#b_box #b_content .facts .minus_in_label {
    width: 40px;
    position: absolute;
    top: 23px;
    left: -33px;
    z-index: 2;
    display: none;
}

#b_box #b_content .facts .fact_row.pinkbg.withicon:before {
    content:"\0020";
    background: #fab2dc;
    width: 35px;
    height: 100%;
    border-top:1px solid #fab2dc;
    position: absolute;
    top:0;
    left:-39px;
    z-index: 1;
    display: none;
}

#b_box #b_content .facts .fact_row.bluebg.withicon:before {
    content:"\0020";
    background: #b2e7fa;
    width: 35px;
    height: 100%;
    border-top:1px solid #b2e7fa;
    position: absolute;
    top:0;
    left:-39px;
    z-index: 1;
    display: none;
}

#b_box #b_content .facts .fact_row.pinkbg.withicon.withicon_min:before,
#b_box #b_content .facts .fact_row.bluebg.withicon.withicon_min:before {
    width: 19px;
    left:-23px;
    display: none;
}

#b_box #b_content .facts .plus_in_label_min,
#b_box #b_content .facts .minus_in_label_min {
    width: 20px;
    position: absolute;
    top: 2px;
    left: -16px;
    z-index: 2;
    display: none;
}

.facts .fact_row small {
    font-size:12px;
    line-height:12px;
    font-family: 'NeueBl';
    color:#000;
}

.facts .fact_row div {
    float:right;
}

.facts strong {
    color:#000;
}

.facts .facts_descr {
    padding-left:20px;
    padding-right:10px;
    font-size:11px;
    line-height:12px;
    margin:8px 0 8px;
    position:relative;
    color:#000;
}

.facts .facts_descr:before {
    content:'*';
    font-size:12px;
    position:absolute;
    top:2px;
    left:12px;
}

.facts .facts_table {
    margin-left:10px;
    margin-right:10px;
    color:#000;
}

.facts table {
    width:100%;
}

.facts table th,
.facts table td {
    font-size:11px;
    line-height:11px;
}

.facts table th {
    text-align: left;
    padding-bottom:1px;
}

.facts table td {
    padding:3px 0 0px;
    vertical-align:bottom;
}

.facts table tbody {
    border-top:1px solid #4c4849;
}

.facts-EU .food-search-result-name {
    font-size: 1.4vw;
    line-height: normal;
    font-weight: bolder;
    padding-bottom: 5px;
}

.food-facts-ingredients {

}

.facts .ingredients-title{
    font-family: "din-2014";
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(131, 129, 129);
    padding-left: 0px;
}

.ingredient-box{
    margin-left: 10px;
    margin-right: 10px;
}

.ingredients-list{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "din-2014";
}

.facts .significant-source{
    display: none;
    font-size:12px;
    line-height:12px;
}

.facts-EU{
    margin-top:20px;
    margin-right: 1rem;
    z-index:10;
    background:#fff;
    border:1px solid #000;
    font-size:1.1vw;
    box-shadow:4px 10px 10px rgba(0,0,0,0.2);
}

.facts-EU-table{
    flex-direction: column;
}

.facts-EU-table-row{
    display: flex;
}

.facts-EU-table-row.border-bottom {
    border-bottom: 1px solid;
}
.facts-EU-table-cell{
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
}

.facts-EU-table-cell-sub{
    padding-left: 15px;

}

.facts-EU-table-cell.border-right {
    border-right: 1px solid;
}

.facts-EU-table-cell:nth-child(1) {
    flex-grow: 2;
}

.facts-EU-table-cell:nth-child(n+2) {
    width:22%;
    align-items: flex-end;
    justify-content: flex-end;
}
.facts-EU-table-cell:nth-child(n+3) {
    width:22%;
    align-items: flex-end;
    justify-content: flex-end;
}

.facts-EU-table-cell.span1-2 {
    flex: 8 24px;
}

.facts-EU-title {
    font-size: 1.4vw;
    color:#231f20;
    border-bottom: 1px solid;
}
.facts-EU-serving-size{
    white-space: pre;
    padding: 10px;
}

.facts-EU-box{
    border-bottom: 1px solid;
}

.facts-EU-column{
   padding-right: 5px;
}

.facts-EU-descr{
    font-size:0.6vw;
    padding-top: 5px;
    padding-bottom: 5px;
}

.facts-EU .significant-source{
    display: none;
    font-size:12px;
    line-height:12px;
}

.facts-chart{
    margin-top:20px;
    margin-right: 1rem;
    background:#fff;
    border:1px solid #000;
    box-shadow:4px 10px 10px rgba(0,0,0,0.2);
    display: grid;
    grid-template-rows: auto 1fr;
}
.facts-energy-chart{
    flex-grow: 1;
}

.facts-energy-unavailable{
    display: none;
    align-items: center;
    justify-content: center;
}

.facts-energy-available{
    display: flex;
}

.facts-chart-title{
    justify-content: center;
    font-size: 1.2vw;
}

.facts-chart-color-red{
   background-color: rgb(255, 51, 52);
}

.facts-chart-color-red-dark{
    background-color: rgb(204, 0, 1);
}

.facts-chart-color-red-bright{
    background-color: rgb(255, 103, 102);
}

.facts-chart-color-black {
    background-color: rgb(51, 51, 51);
}

.facts-chart-color-grey-dark{
    background-color: rgb(102, 102, 102);
}

.facts-chart-color-grey{
    background-color: rgb(153, 153, 153);
}

.facts-chart-color-grey-bright{
    background-color: rgb(204, 204, 204);
}

.facts-chart-legend-circle{
    height: 0.8vw;
    width: 0.8vw;
    border-radius: 100%;
    align-self: center;
    padding-right: 4px;
}

.facts-chart-legend-text{
    font-size: 0.8vw;
    align-self: center;
}

.legend-unit{
    padding-right: 8px;
}

.legend-value{
    justify-content: end;
    padding-right: 2px;
    width: 3em;
}