/** 
* Product details redesign
**/
body.node-type-food-menu-items .crm {
  display: none;
}
body.node-type-food-menu-items .recommendations {
  display: none;
}
body.node-type-food-menu-items .nutrition form.nutrition-form {
  display: none;
}
.product-hero {
  background-size: cover;
}
.product-hero p {
  padding-right: 0px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .product-hero p {
    padding-right: 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .product-hero p {
    font-size: 16px;
  }
}
.product-hero .image {
  float: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-hero .image {
    float: right;
  }
}
.product-hero .image img {
  width: auto;
  max-width: 100%;
}
.product-hero .post-description {
  text-align: center;
  padding: 10px 0px;
}
@media screen and (min-width: 768px) {
  .product-hero .post-description {
    text-align: left;
    padding: 20px 0px 10px;
  }
}
@media screen and (min-width: 992px) {
  .product-hero .post-description {
    text-align: left;
    padding: 40px 0px 10px;
    /* switch to 20px 0px, if using position: absolute */
  }
}
.product-hero .post-description img.logo {
  width: 84px;
  margin-right: 8px;
}
@media screen and (min-width: 375px) {
  .product-hero .post-description img.logo {
    width: 110px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .product-hero .post-description img.logo {
    width: 110px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .product-hero .post-description img.logo {
    width: 110px;
    margin-right: 20px;
  }
}
.product-hero .post-description .btn-food-quality {
  margin-top: 5px;
  padding: 1px 1px 0px;
}
@media screen and (min-width: 375px) {
  .product-hero .post-description .btn-food-quality {
    margin-top: 14px;
    padding: 1px 7px 0px;
  }
}
@media screen and (min-width: 992px) {
  .product-hero .post-description .btn-food-quality {
    margin-top: 14px;
    padding: 1px 10px 0px;
  }
}
.product-hero .close-product-detail {
  float: right;
}
@media screen and (min-width: 760px) {
  .product-hero .close-product-detail {
    display: none;
  }
}
body.node-type-food-menu-items .nutrition {
  background: url(../img/bg/line-med-horz.png);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat-x, repeat-y;
  margin-top: -2px;
  z-index: 10;
  position: relative;
}
body.node-type-food-menu-items {
  /*
    a.add-to-mymeal-link span.marker:before {
           border: none;
           background: none;
           content: "";
    }*/
}
body.node-type-food-menu-items a.add-to-mymeal-link {
  float: left;
  padding-top: 21px;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.node-type-food-menu-items a.add-to-mymeal-link {
    padding-top: 3px;
    margin-right: 20px;
  }
}
body.node-type-food-menu-items a.add-to-mymeal-link h2.sectionTitle {
  float: none;
  font-size: 18px;
  display: inline-block;
  margin-left: 27px;
  color: #E97920;
  width: 60px;
}
@media screen and (min-width: 414px) {
  body.node-type-food-menu-items a.add-to-mymeal-link h2.sectionTitle {
    width: auto;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  body.node-type-food-menu-items a.add-to-mymeal-link h2.sectionTitle {
    margin-left: 29px;
  }
}
body.node-type-food-menu-items a.add-to-mymeal-link span.circle {
  position: relative;
  top: -18px;
}
@media screen and (min-width: 414px) {
  body.node-type-food-menu-items a.add-to-mymeal-link span.circle {
    top: 0px;
  }
}
body.node-type-food-menu-items a.add-to-mymeal-link span.circle:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: -2px;
  border: 2px solid #E97920;
  border-radius: 50%;
}
body.node-type-food-menu-items a.add-to-mymeal-link span.circle > i.fa-plus {
  position: absolute;
  top: 3px;
  left: 6px;
  font-size: 10px;
  color: #E97920;
}
@media screen and (min-width: 768px) {
  body.node-type-food-menu-items a.add-to-mymeal-link span.circle > i.fa-plus {
    /* left: 6.75px; */
  }
}
body.node-type-food-menu-items a.add-to-mymeal-link span.marker {
  background: #ffffff url(/sites/all/themes/custom/bk_theme/img/checkMark.png) no-repeat center;
  background-size: 16px;
  position: absolute;
  top: 21px;
  left: 1px;
  width: 20px;
  height: 20px;
  display: none;
}
@media screen and (min-width: 768px) {
  body.node-type-food-menu-items a.add-to-mymeal-link span.marker {
    background-size: 18px;
    top: 4px;
  }
}
.nutrition .content .sectionTitle {
  cursor: initial;
  text-align: left;
  font-size: 24px;
  float: left;
}
@media screen and (min-width: 768px) {
  .nutrition .content a.custom-ingredients-link {
    float: left;
    margin-top: 3px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .nutrition .content a.custom-ingredients-link h3.sectionTitle {
    font-size: 20px;
    color: #444242;
    margin-right: 8px;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .nutrition .content a.custom-ingredients-link i.icon_heart {
    background: url(/sites/all/themes/custom/bk_theme/icons/allergens/heart.jpg) no-repeat;
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
    display: inline-block;
    position: relative;
    top: -3px;
  }
}
@media screen and (min-width: 768px) {
  .nutrition-header .links {
    float: right;
  }
}
.post-nutrition ul.download-items {
  padding-left: 0px;
}
.post-nutrition ul.download-items > li.download-item {
  list-style: none;
}
.post-nutrition .share-this {
  text-align: center;
  margin: 40px 0px 10px;
}
@media screen and (min-width: 768px) {
  .post-nutrition .content {
    padding: 10px 5px 30px;
  }
}
@media screen and (min-width: 768px) {
  .post-nutrition .share-this {
    margin: 0px 0px 10px;
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .post-nutrition .post-nutrition .share-this h3.label {
    margin-top: 5px;
  }
}
.ingredientPopup {
  /* Variation */
}
@media screen and (min-width: 768px) {
  .ingredientPopup .modal-dialog {
    width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .ingredientPopup .modal-dialog {
    width: 870px;
  }
}
.ingredientPopup .modal-content {
  border: 5px solid #fff;
  border-image: none;
  background-clip: unset;
}
.ingredientPopup .modal-header {
  position: relative;
  padding: 12px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .ingredientPopup .modal-header {
    padding: 12px 12px 12px 20px;
  }
}
.ingredientPopup .modal-header .close {
  position: absolute;
  top: 1px;
  right: 8px;
}
.ingredientPopup .modal-header .subheader {
  color: #e5a100;
  text-transform: uppercase;
  font-size: 13px;
}
.ingredientPopup .modal-header a.add-to-mymeal-link {
  float: right;
  margin-right: 45px;
}
.ingredientPopup .modal-body {
  padding: 0px 12px;
  background-color: #fff;
}
.ingredientPopup .modal-header .modal-title {
  font-size: 22px;
}
@media screen and (min-width: 375px) {
  .ingredientPopup .modal-header .modal-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .ingredientPopup .modal-header .modal-title {
    font-size: 30px;
  }
}
.ingredientPopup .nutrition-info {
  margin-top: 0px;
}
.ingredientPopup .nutrition-info .image {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ingredientPopup .nutrition-info .image {
    float: left;
    width: 26%;
    padding-right: 10px;
  }
}
.ingredientPopup .nutrition-info .image img {
  width: auto;
  max-width: 65%;
}
.ingredientPopup .nutrition-info .image span.name {
  display: block;
  font-weight: bold;
}
.ingredientPopup .nutrition-info .ingredient {
  margin-bottom: 0px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .ingredientPopup .nutrition-info .ingredient {
    height: 42px;
    min-height: 42px;
  }
}
.ingredientPopup .nutrition-info .ingredient span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  height: 25px;
  line-height: 20px;
  padding-left: 36px;
}
.ingredientPopup .nutrition-info .ingredient span:before {
  height: 25px;
  width: 25px;
}
.ingredientPopup .nutrition-info .ingredient input[type=checkbox]:checked + span:before {
  background-size: 20px;
}
.ingredientPopup .nutrition-info .nutrition-form {
  background-color: inherit;
  padding: 0px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .ingredientPopup .nutrition-info .nutrition-form {
    float: right;
    width: 72%;
  }
}
.ingredientPopup .nutrition-info .separator {
  background: url(/sites/all/themes/custom/bk_theme/img/bg/line-med-horz.png) center bottom repeat-x;
  background-size: 100% 2px;
  height: 2px;
  margin-bottom: 0px;
}
.ingredientPopup .nutrition-info .nutrition-content {
  padding: 15px 10px;
  background: url(/sites/all/themes/custom/bk_theme/img/bg/line-med-horz.png) center bottom repeat-x;
  background-size: 100% 2px;
}
.ingredientPopup .nutrition-info .nutrition-content .nutrition-data {
  background: none;
  padding: 0px;
}
.ingredientPopup .nutrition-info .nutrition-content .nutrition-data li .label {
  font-size: 15px;
  font-weight: normal;
}
.ingredientPopup .nutrition-info .nutrition-form .actions {
  display: none;
}
@media screen and (min-width: 768px) {
  .ingredientPopup .nutrition-info .nutrition-form h4 {
    text-align: left;
  }
}
.ingredientPopup .modal-footer {
  padding: 12px;
  background-color: #fff;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .ingredientPopup .modal-footer {
    padding: 20px 12px 12px 12px;
  }
}
.ingredientPopup .nutrition-and-wellness {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ingredientPopup .nutrition-and-wellness {
    background: url(/sites/all/themes/custom/bk_theme/img/product-details/Nutrition_Wellness.jpg) center top no-repeat;
    padding: 20px 40px;
    background-size: 720px;
    height: 264px;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .ingredientPopup .nutrition-and-wellness {
    background: url(/sites/all/themes/custom/bk_theme/img/product-details/Nutrition_Wellness.jpg) center top no-repeat;
    padding: 40px 44px;
    background-size: 840px;
    height: 308px;
  }
}
.ingredientPopup .nutrition-and-wellness h3.sectionTitle {
  text-align: left;
  margin-bottom: 15px;
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .ingredientPopup .nutrition-and-wellness h3.sectionTitle {
    color: #fff;
    font-size: 61px;
    margin-left: 0px;
    margin-top: 23px;
    line-height: 50px;
    width: 286px;
    /* Make & display on second line */
  }
}
@media screen and (min-width: 992px) {
  .ingredientPopup .nutrition-and-wellness h3.sectionTitle {
    font-size: 71px;
    margin-left: 0px;
    margin-top: 14px;
    line-height: 57px;
    width: 332px;
    /* Make & display on second line */
  }
}
.ingredientPopup .nutrition-and-wellness > a {
  text-align: left;
  padding: 1px 5px 0px;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 375px) {
  .ingredientPopup .nutrition-and-wellness > a {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .ingredientPopup .nutrition-and-wellness > a {
    margin-top: 35px;
  }
}
@media screen and (min-width: 992px) {
  .ingredientPopup .nutrition-and-wellness > a {
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) {
  .ingredientPopup .nutrition-and-wellness > a.bk-btn-green {
    margin-right: 20px;
  }
}
@media screen and (min-width: 480px) {
  .ingredientPopup .nutrition-info-variants {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .ingredientPopup .nutrition-info-variants {
    text-align: left;
  }
}
.ingredientPopup .nutrition-content a.add-to-mymeal-link {
  display: none;
}
.ingredientPopup .modal-footer a.add-to-mymeal-link {
  float: none;
  padding: 5px 0px 15px 0px;
  display: block;
}
.ingredientPopup .modal-footer a.add-to-mymeal-link h2.sectionTitle {
  width: auto;
  font-size: 20px;
}
.ingredientPopup .modal-footer a.add-to-mymeal-link span.circle {
  top: -1px;
}
.ingredientPopup .modal-dialog a.add-to-mymeal-link span.marker {
  top: 5px;
}
@media screen and (min-width: 768px) {
  .ingredientPopup .modal-dialog a.add-to-mymeal-link span.marker {
    top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .ingredientPopup .nutrition-content .nutrition-data li .nutri-item {
    height: 90px;
  }
}
.nutrition-content a.more-info-link {
  display: block;
  padding-top: 10px;
  text-align: right;
  float: right;
}
.nutrition-content a.more-info-link h2.sectionTitle {
  float: none;
  font-size: 18px;
  color: #444242;
  display: inline-block;
  margin-right: 8px;
}
.nutrition-content a.custom-ingredients-link i.icon_heart {
  background: url(/sites/all/themes/custom/bk_theme/icons/allergens/heart.jpg) no-repeat;
  background-size: 26px 26px;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  top: -3px;
}
.nutrition-content a.more-info-link i.icon_heart {
  background: url(/sites/all/themes/custom/bk_theme/icons/allergens/heart.jpg) no-repeat;
  background-size: 26px 26px;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  top: 5px;
}
#mymeal-monitor {
  width: 100%;
  background-color: #62a710;
  padding: 8px;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #mymeal-monitor {
    padding-left: 428px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 1000px) {
  #mymeal-monitor {
    padding-left: 687px;
  }
}
#mymeal-monitor > a {
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #mymeal-monitor > a {
    font-size: 16px;
  }
}
#mymeal-monitor > a span.number {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: #fff;
  color: #62a710;
  text-align: center;
  padding: 3px;
  position: relative;
  top: 1px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-right: 2px;
}
@media screen and (min-width: 768px) {
  #mymeal-monitor > a span.number {
    width: 24px;
    height: 24px;
    padding: 3px;
    font-size: 16px;
  }
}
#mymeal-monitor > a i.fa {
  margin-left: 10px;
}
#mymeal-monitor i.fa.fa-chevron-down {
  display: none;
}
@media screen and (min-width: 768px) {
  #mymeal-monitor i.fa.fa-chevron-down {
    display: inline;
  }
}
#mymeal-monitor i.fa.fa-chevron-up {
  display: inline;
}
@media screen and (min-width: 768px) {
  #mymeal-monitor i.fa.fa-chevron-up {
    display: none;
  }
}
