body.single-product .text-without-nutritional{
  background:#f4f4f4;
  padding:1.875rem;
  -webkit-border-radius:5px;
  -webkit-border-radius:.3125rem;
     -moz-border-radius:5px;
     -moz-border-radius:.3125rem;
          border-radius:5px;
          border-radius:.3125rem;
  margin:0 0 1.875rem;
}

@media (min-width:992px) and (max-width:1199.98px){
  body.single-product .text-without-nutritional{
    padding:1.25rem;
  }
}

@media (min-width:768px) and (max-width:991.98px){
  body.single-product .text-without-nutritional{
    padding:.9375rem;
  }
}

body.single-product .single-product-upc p{
  margin-bottom:0;
}

@media (max-width:1600px){
  body.single-product .banner_img .fl-row-content-wrap{
    padding-top:3.125rem;
  }
}

body.hidden_nutrition_facts .product_detail .fl-col-content{
  background:#fff;
  padding:1.875rem;
  -webkit-border-radius:.3125rem;
     -moz-border-radius:.3125rem;
          border-radius:.3125rem;
  border:.0625rem solid #ddd;
}
