.nutrition-table .gda-product ul li{
    background-color: #c5c2a9;
}
.nutrition-table .gda-product ul li.low{
    background-color: #81D350;
    color: #fff;
}
.nutrition-table .gda-product ul li.medium{
    background-color: #E7AD3D;
    color: #fff;
}
.nutrition-table .gda-product ul li.high{
    background-color: #ff1924;
    color: #fff;
}
/* data table fix*/
@media screen and (max-width: 63.9375em){
    .nutrition-table .fact_figures table td:nth-child(6):before {
        content: "%RI*" !important;
    }
}

#BVRRContainer{
  background: linear-gradient(45deg,#ad1008 0,#e1261c 100%) !important;
}
body.red #BVRRContainer{
  background: linear-gradient(45deg,#ad1008 0,#e1261c 100%) !important;
}
body.blue #BVRRContainer{
  background: linear-gradient(45deg,#117baa 0,#70aad9 100%) !important;
}
body.green #BVRRContainer{
  background: linear-gradient(45deg,#51801a 0,#b9d970 100%) !important;
}
body.gold #BVRRContainer{
  background: linear-gradient(45deg,#926e3b 0,#e5c898 100%) !important;
}
body.orange #BVRRContainer{
  background: linear-gradient(45deg,#c05529 0,#ff9856 100%) !important;
}
body.cyan #BVRRContainer{
  background: linear-gradient(45deg,#257f76 0,#63ccc2 100%) !important;
}
body.purple #BVRRContainer{
  background: linear-gradient(45deg,#883aa0 0,#cf81ce 100%) !important;
}
body.brown #BVRRContainer{
  background: linear-gradient(45deg,#a35f35 0,#d68f71 100%) !important;
}
.product-stage .bv-cv2-cleanslate div{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.product-stage .bv-rating-stars{
  line-height: 24px !important
}