/*new css*/

.add-food {
    display: flex;
    align-items: center;
    cursor:pointer;
}

.add-food span {
    display: flex;
    font-size: 18px;
    font-weight: 500;
}
.date-selector-header i, #mepr-account-nav i, .meal i{font-style: normal;}

.date-selector-header div{display: inline-block;}

.date-selector-header{font-size: 1.5rem;}

.date-selector-header .fa-calendar-days{
    margin-right: 15px;
}

.date-selector-header [class*='fa-chevron'], .meal-header .actions i {
  cursor:pointer;
}

.date-selector-header [class*='fa-chevron']:hover {
  cursor:pointer;
  color: #06429E;
}

.kcals-general-info .circle {
    width: 70%;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #000;
    margin-left: 20px;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 70%;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
}

.kcals-general-info .circle .text{
  position:absolute;
  top:50%; left:50%;
  transform: translate(-50%, -50%);
  margin:0;
}

.kcals-general-info{
    padding: 25px 0;
}

.meal-header .actions {
    flex-wrap: wrap;
    display: flex;
    align-content: center;
}

.meal-header {
    display: flex;
    justify-content: space-between;
}

.meal-header .actions i, .add-food i {
    cursor: pointer;
    font-size: 20px;
    font-style: normal;
    margin: 0 5px;
    color:#fc7c00;
}

.nutri-info-general {
    font-size: 1.2rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.p-t-b-60{
    padding: 5% 0px;
}

.nutri-info-general:after {
    position: absolute;
    content: '';
    height: 1px;
    top: 35px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    background: #000;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.show-min-1200{display:none;}

.meal .title{
  font-weight: bold;
  font-size: 1.2rem;
}

.meal .nutritional-info{
    padding-bottom: 5px;
    border-bottom: 1px solid;
    text-align: -webkit-center;
}

@media handheld, only screen and (max-width: 1700px) {
  .kcals-general-info .circle {
      width: 80%;
      font-size: 1.4rem;
      padding-bottom: 80%;
  }
}

@media handheld, only screen and (max-width: 1550px) {
  .kcals-general-info .circle {
      font-size: 1.2rem;
  }
}

@media handheld, only screen and (max-width: 1400px) {
  .kcals-general-info .circle {
      width: 85%;
      padding-bottom: 85%;
  }
}

@media handheld, only screen and (max-width: 1200px) {
  
  .show-min-1200{display:block;text-align: -webkit-center;}
  
  .show-max-1200{display:none;}
  
}

@media handheld, only screen and (max-width: 767px) {
  .kcals-general-info .circle {
      width: 50%;
      padding-bottom: 50%;
  }
}

@media handheld, only screen and (max-width: 545px) {
  .kcals-general-info .circle {
      width: 70%;
      padding-bottom: 70%;
  }
}

@media handheld, only screen and (max-width: 400px) {
  .kcals-general-info .circle {
      width: 90%;
      padding-bottom: 90%;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}