/**
*   Theme Settings
*/

:root{
  --master-header-height: 90px;
}

/**
*  Main header on each page
*/

div.root-master-header{
  position: relative;
  top: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  height: var(--master-header-height);
  background: var(--color-white);
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
  -webkit-box-shadow: 0px 5px 15px 0px var(--color-grey-10);
  -moz-box-shadow: 0px 5px 15px 0px var(--color-grey-10);
  box-shadow: 0px 5px 15px 0px var(--color-grey-10);
  z-index: 100;
}

div.root-master-header div.root-logo img{
  width: 40px;
  height: 35px;
  object-fit: none;
  object-position: -134px 0px;
}

@media (min-width:576px){

  div.root-master-header div.root-logo img{
    width: 174px;
    height: 35px;
    object-fit: cover;
    object-position: 0px 0px;
  }

}

@media (min-width:992px){

  div.root-master-header{
    position: fixed;
  }

  div.root-home{
    margin: var(--master-header-height) 0px 0px 0px;
  }

}

div.root-master-header nav.root-menu div.hamb{
  color: var(--color-rgb-1-0);
}
  div.root-master-header nav.root-menu div.hamb:hover{
    color: var(--color-rgb-1-1);
  }

div.root-master-header nav.root-menu div.content a.link.login,
div.root-master-header nav.root-menu div.content a.link.register{
  color: var(--color-rgb-2-0);
}
  div.root-master-header nav.root-menu div.content a.link.login:hover{
    color: var(--color-rgb-2-1);
  }
  
@media (min-width:1200px){

  div.root-master-header nav.root-menu div.hamb{
    display: none;
  }

  div.root-master-header nav.root-menu div.content{
    position: relative;
    display: block;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    min-width: inherit;
    max-width: inherit;
    min-height: inherit;
    max-height: inherit;
    background: none;
    box-shadow: none;
  }

  div.root-master-header nav.root-menu div.content a{
    padding: 5px 15px 5px 15px;
    border-bottom: none;
    display: inline-block;
    font-weight: 500;
  }

  div.root-master-header nav.root-menu div.content a:hover{
    padding: 5px 15px 5px 15px;
    border-bottom: 1px solid var(--color-rgb-1-0);
    background: initial;
    border-radius: initial;
    border: initial;
    color: var(--color-rgb-1-0);
  }

  div.root-master-header nav.root-menu div.content a.link.register{
    display: inline-flex;
    padding: 12px 26px;
    border: 0;
    border-radius: 50px !important;
    color: var(--color-white);
    background: linear-gradient(90deg, var(--color-rgb-2-0), var(--color-rgb-2-1));
    -webkit-box-shadow: 4px 4px 12px 0px var(--color-black-20);
    -moz-box-shadow: 4px 4px 12px 0px var(--color-black-20);
    box-shadow: 4px 4px 12px 0px var(--color-black-20);
  }
    div.root-master-header nav.root-menu div.content a.link.register:hover{
      filter: brightness(1.1);
    }

}

div.root-master-footer{
  padding: 60px 0px;
  color: var(--color-white);
  background: var(--color-grey-90);
}

div.root-master-footer > div.container{
  padding: 0px 20px;
}

div.root-master-footer div.root-logo{
  margin-bottom: 40px;
}

div.root-master-footer div.root-logo img{
  width: 135px;
  height: 35px;
  object-fit: cover;
  object-position: left;
}

div.root-master-footer div.root-calculators,
div.root-master-footer div.root-informations{
  margin-bottom: 40px;
  padding: 0px 10px;
}

div.root-master-footer div.title{
  font-size: 1.2rem;
  font-weight: 600;
  padding-bottom: 20px;
}

div.root-master-footer a.link{
  display: block;
  padding-bottom: 20px;
  color: var(--color-white);
  font-size: 0.9rem;
  font-weight: 200;
}

div.root-master-footer div.root-contact{
  margin-bottom: 40px;
}

div.root-master-footer div.root-contact div.email{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

div.root-master-footer div.root-contact div.email span.g-icon{
  padding-right: 8px;
}

div.root-master-footer div.root-contact div.email span.text{
  font-size: 0.9rem;
  font-weight: 200;
}

div.root-master-copyright{
  padding: 10px 20px;
  text-align: center;
  font-size: 0.8rem;
}

/**
*  Authentication
*/

div.root-authentication div.left-box,
div.root-authentication div.right-box{
  padding: 50px 80px;
}

div.root-authentication .bg-1{
  background: var(--color-white);
}

div.root-authentication .bg-2{
  background: var(--color-rgb-1-5);
}

div.root-authentication div.root-content{
  max-width: 570px;
  margin: 0 auto;
}

@media (min-width:1200px) {

  div.root-authentication div.left-box div.root-content{
    margin: 0 0 0 auto;
  }
  div.root-authentication div.right-box div.root-content{
    margin: 0 auto 0 0;
  }
  
}

div.root-authentication div.waiting-container{
  text-align: center;
}
  div.root-authentication div.waiting-container span.g-icon{
    color: var(--color-rgb-2-0);
    font-size: 5rem;
  }

div.root-authentication form.auth div.inp-title{
  font-size: 0.9rem;
  color: var(--color-grey-80);
  padding-bottom: 5px;
}

div.root-authentication form.auth div.validation{
  padding-top: 3px;
}

div.root-authentication a.forgot{
  color: var(--color-rgb-1-0);
}
  div.root-authentication a.forgot:hover{
    color: var(--color-rgb-1-1);
  }

div.root-authentication a.auth{
  display: block;
  text-align: center;
}

div.root-authentication div.line-break{
  margin: 40px 0px;
  height: 1px;
  background: var(--color-grey-3);
}

div.root-authentication div.external-auth a{
  width: 100%;
  margin-bottom: 15px; 
  border-width: 1px;
  font-size: 0.9rem;
}
  div.root-authentication div.external-auth a:last-child{
    margin-bottom: 0px; 
  }

div.root-authentication div.external-auth a div.img{
  display: flex;
  align-items: center;
}

div.root-authentication div.external-auth a div.img img{
  object-fit: fill;
  padding-right: 15px;
  width: 20px;
  height: 20px;
}

div.root-authentication div.side-title{
  font-size: 1.4rem;
}

div.root-authentication div.bg-box-300 div.xl-box{
  background: var(--color-white-40);
}

div.root-authentication div.concept-phone{
  padding-top: 75px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

div.root-authentication div.concept-phone div.green-speech-bubble{
  position: absolute;
  top: 23px;
  right: -73px;
  transform: rotate(14deg);
  background: var(--color-rgb-1-0);
  border-radius: 18px;
  padding: 10px;
  z-index: 20;
}
  div.root-authentication div.concept-phone div.green-speech-bubble:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 24px solid var(--color-rgb-1-0);
    border-right: 12px solid transparent;
    border-top: 12px solid var(--color-rgb-1-0);
    border-bottom: 20px solid transparent;
    left: 32px;
    bottom: -24px;
  }

div.root-authentication div.concept-phone div.green-speech-bubble div.img img{
  width: 60px;
  animation-name: spin;
  animation-duration: 30s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

div.root-authentication div.concept-phone div.green-speech-bubble div.box{
  width: 90px;
  padding-left: 12px;
}

div.root-authentication div.concept-phone div.green-speech-bubble div.box > div{
  width: 100%;
  height: 3px;
  background: var(--color-rgb-1-4);
  border-radius: 25px;
  margin-bottom: 8px;
}

div.root-authentication div.concept-phone div.ra-smartphone-mockup{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 15px;
  width: 180px;
  height: 300px;
  border-radius: 12px;
  border: 1px solid var(--color-grey-50);
  outline: 1px solid var(--color-grey-30);
  transform: rotate(350deg);
  z-index: 11;
}
div.root-authentication div.concept-phone div.ra-smartphone-mockup::before{
  border-radius: 9px;
}

div.root-authentication div.concept-phone div.ra-smartphone-mockup div.img img{
  width: 60px;
}

div.root-authentication div.concept-phone div.ra-smartphone-mockup div.box{
  padding: 0 12px;
}

div.root-authentication div.concept-phone div.ra-smartphone-mockup div.box > div{
  width: 100%;
  height: 5px;
  background: var(--color-grey-10);
  border-radius: 25px;
  margin-bottom: 5px;
}

div.root-authentication div.concept-card{
  width: 80%;
  height: 300px;
  background: var(--color-rgb-1-0);
  border-radius: 18px;
  padding: 40px;
}

div.root-authentication div.concept-card div.account-circle{
  position: absolute;
  top: -50px;
  left: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 140px;
  height: 140px;
  background: var(--color-white);
  border-radius: 12px;
  -webkit-box-shadow: 0px 5px 15px 0px var(--color-grey-70);
  -moz-box-shadow: 0px 5px 15px 0px var(--color-grey-70);
  box-shadow: 0px 5px 15px 0px var(--color-grey-70);
  transform: rotate(338deg);
  z-index: 10;
}

div.root-authentication div.concept-card div.account-circle span.g-icon{
  color: var(--color-rgb-1-0);
  font-size: 96px;
}

div.root-authentication div.concept-card div.photo-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 14px;
  border: 4px dashed var(--color-white-80);
  background: var(--color-white-10);
}

div.root-authentication div.concept-card div.photo-dots span.g-icon{
  color: var(--color-white);
  font-size: 48px;
}

div.root-authentication div.concept-card div.photo-filled{
  width: 100%;
  margin-top: 20px;
  border-radius: 14px;
  background: var(--color-white-90);
}

div.root-authentication div.concept-card div.box-lines{
  width: 100%;
}

div.root-authentication div.concept-card div.box-lines > div{
  width: 100%;
  height: 9px;
  background: var(--color-rgb-1-1);
  margin-bottom: 15px;
  border-radius: 10px;
}
  div.root-authentication div.concept-card div.box-lines > div:first-child{
    background: var(--color-white-90);
  }
  div.root-authentication div.concept-card div.box-lines > div:last-child{
    margin-bottom: 0px;
  }

div.root-authentication div.concept-card div.fake-button{
  position: absolute;
  bottom: -27px;
  right: 50px;
  width: 180px;
  height: 40px;
  background: linear-gradient(90deg, var(--color-rgb-2-0), var(--color-rgb-2-1));
  border-radius: 150px;
  -webkit-box-shadow: 0px 5px 15px 0px var(--color-grey-70);
  -moz-box-shadow: 0px 5px 15px 0px var(--color-grey-70);
  box-shadow: 0px 5px 15px 0px var(--color-grey-70);
  transform: rotate(350deg);
  z-index: 10;
}

div.root-authentication div.link-has-been-sent{
  padding: 20px;
  background: var(--color-rgb-1-3);
  border-radius: 15px;
  border: 2px solid var(--color-rgb-1-0);
}

div.root-authentication div.link-has-been-sent div.spam-prompt{
  display: flex;
  align-items: center;
  padding-top: 20px;
  font-size: 0.8rem;
}
div.root-authentication div.link-has-been-sent div.spam-prompt span.g-icon{
  color: var(--color-rgb-2-0);
  padding-right: 8px;
}

/**
*  Home
*/

div.root-home h1.container-title{
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 2rem;
  z-index: 1;
}

@media (min-width:992px){
  div.root-home h1.container-title{
    text-align: left;
  }
}

div.root-home div.root-take-care{
  overflow: hidden;
}

div.root-home div.root-take-care > div.container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  height: 700px;
}

div.root-home div.root-take-care div.left-box{
  max-width: 570px;
  padding: 30px;
  z-index: 10;
}

div.root-home div.root-take-care div.root-care{
  background: var(--color-white-50);
  padding: 30px;
  border-radius: 25px;
}

div.root-home div.root-take-care div.root-care h1{
  color: var(--color-grey-90);
  font-size: 3rem;
  margin: 0;
}

div.root-home div.root-take-care div.root-care h2{
  color: var(--color-grey-70);
  font-size: 1.2rem;
  font-weight: 400;
  margin: 20px 0px 30px 0px;
}

div.root-home div.root-take-care div.root-care h2 .free{
  color: var(--color-rgb-1-0);
  font-weight: 500;
}

div.root-home div.root-take-care div.mobile-lightening{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: var(--color-white-90);
  opacity: 1;
  z-index: 9;
}

@media (min-width:992px){

  div.root-home div.root-take-care div.mobile-lightening{
    opacity: 0;
  }

}

div.root-home div.root-take-care div.right-box{
  position: absolute;
  right: -260px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  width: 100%;
  height: 100%;
  z-index: 8;
}

@media (min-width:768px){
  div.root-home div.root-take-care div.right-box{
    right: -170px;
  }
}
@media (min-width:1200px){
  div.root-home div.root-take-care div.right-box{
    right: 0px;
  }
}

div.root-home div.root-take-care div.screen{
  position: absolute;
  width: max-content;
  z-index: 11;
}

div.root-home div.root-take-care div.screen > img{
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 15px 0px var(--color-grey-70);
  -moz-box-shadow: 0px 5px 15px 0px var(--color-grey-70);
  box-shadow: 0px 5px 15px 0px var(--color-grey-70);
}

div.root-home div.root-take-care div.screen.scr0001{
  top: 157px;
  left: 153px;
}

div.root-home div.root-take-care div.screen.scr0002{
  top: 276px;
  left: -6px;
}

div.root-home div.root-take-care div.avocado{
  position: absolute;
  top: 499px;
  left: 499px;
  width: max-content;
  z-index: 12;
}

div.root-home div.root-how-it-works{
  background: var(--color-rgb-1-5);
}

div.root-home div.root-how-it-works > div.container{
  padding: 20px;
}

div.root-home div.root-how-it-works div.root-cards{
  margin: 50px 0;
}

div.root-home div.root-how-it-works div.root-content-box{
  padding: 20px;
  text-align: center;
}

div.root-home div.root-how-it-works div.root-image{
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100px;
  height: 100px;
  background: var(--color-rgb-1-3);
  margin: 10px auto;
  color: var(--color-rgb-1-1);
  border-radius: 50px;
}

div.root-home div.root-how-it-works div.root-content{
  font-weight: 300;
}

div.root-home div.root-how-it-works h1.container-title span.highlight::before{
  position: absolute;
  left: 18px;
  bottom: -7px;
  width: 120%;
  height: 26px;
  background: var(--color-rgb-1-4);
  content: "";
  z-index: -1;
}

div.root-home div.root-plan-your-menu{
  overflow: hidden;
}

div.root-home div.root-plan-your-menu div.left-box{
  padding: 20px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  z-index: 10;
}

@media (min-width:992px){
  div.root-home div.root-plan-your-menu div.left-box{
    padding: 20px 115px 20px 20px;
  }
}

div.root-home div.root-plan-your-menu h1.container-title{
  margin-bottom: 50px;
}

div.root-home div.root-plan-your-menu div.plan-text{
  font-size: 1.1rem;
  padding-bottom: 30px;
}

div.root-home div.root-plan-your-menu div.green-box{
  padding: 20px;
  border-radius: 20px;
  color: var(--color-white);
  background: var(--color-rgb-1-0);
}

div.root-home div.root-plan-your-menu div.green-box div.title{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

div.root-home div.root-plan-your-menu div.green-box div.title span.g-icon{
  font-size: 34px;
}

div.root-home div.root-plan-your-menu div.green-box div.title span.text{
  font-size: 1.5rem;
  padding-left: 16px;
}

div.root-home div.root-plan-your-menu div.green-box div.content{
  font-weight: 300;
}

div.root-home div.root-plan-your-menu div.right-box{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  min-height: 800px;
  z-index: 8;
}

div.root-home div.root-plan-your-menu h1.container-title span.highlight::before{
  position: absolute;
  left: -67px;
  bottom: -7px;
  width: 200%;
  height: 26px;
  background: var(--color-rgb-1-4);
  content: "";
  z-index: -1;
}

div.root-home div.root-plan-your-menu div.ra-smartphone-mockup{
  width: 312px;
  height: 600px;
  z-index: 11;
}

div.root-home div.root-plan-your-menu div.ra-smartphone-mockup div.body{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

div.root-home div.root-plan-your-menu div.ra-smartphone-mockup div.header{
  padding: 30px 15px 15px 15px;
  text-align: center;
  color: var(--color-white);
  background: var(--color-rgb-1-0);
  background: linear-gradient(90deg, var(--color-rgb-1-1), var(--color-rgb-1-0));
  font-size: 1.15rem;
  border-top-left-radius: 41px;
  border-top-right-radius: 41px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-weight: 600;
  margin: 2%;
}

div.root-home div.root-plan-your-menu div.ra-smartphone-mockup div.recipe{
  position: absolute;
  top: 10px;
  left: 20px;
  right: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 7px 17px -10px var(--color-grey-60);
  -moz-box-shadow: 5px 7px 17px -10px var(--color-grey-60);
  box-shadow: 5px 7px 17px -10px var(--color-grey-60);
}
  div.root-home div.root-plan-your-menu div.ra-smartphone-mockup div.recipe:nth-of-type(2){
    top: 115px;
  }
  div.root-home div.root-plan-your-menu div.ra-smartphone-mockup div.recipe:nth-of-type(3){
    top: 220px;
  }
  div.root-home div.root-plan-your-menu div.ra-smartphone-mockup div.recipe:nth-of-type(4){
    top: 325px;
  }

div.root-home div.root-plan-your-menu div.ra-smartphone-mockup div.recipe div.title{
  background: var(--color-rgb-1-3);
  text-transform: uppercase;
  padding: 4px 8px;
  font-size: 0.65rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

div.root-home div.root-plan-your-menu div.ra-smartphone-mockup div.recipe div.content{
  flex-flow: nowrap;
  background: var(--color-white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

div.root-home div.root-plan-your-menu div.ra-smartphone-mockup div.recipe div.content div.img{
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 70px;
  padding: 8px;
}

div.root-home div.root-plan-your-menu div.ra-smartphone-mockup div.recipe div.content div.text{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 10px;
}

div.root-home div.root-plan-your-menu div.ra-smartphone-mockup div.recipe div.content div.text div.name{
  font-weight: 700;
  font-size: 0.7rem;
}

div.root-home div.root-plan-your-menu div.ra-smartphone-mockup div.recipe div.content div.icons{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

div.root-home div.root-plan-your-menu div.ra-smartphone-mockup div.recipe div.content div.icons span.g-icon{
  font-size: 18px;
  color: var(--color-rgb-2-0);
  padding-right: 8px;
}

div.root-home div.root-plan-your-menu div.ra-smartphone-mockup div.recipe div.content div.icons span.kcal{
  padding-right: 15px;
}

div.root-home div.root-plan-your-menu div.ra-smartphone-mockup div.recipe div.content div.icons span.kcal,
div.root-home div.root-plan-your-menu div.ra-smartphone-mockup div.recipe div.content div.icons span.time{
  font-weight: 300;
  font-size: 0.7rem;
}

div.root-home div.root-plan-your-menu div.ra-smartphone-mockup div.shopping{
  position: absolute;
  top: 440px;
  left: 20px;
  right: 20px;
}

div.root-home div.root-plan-your-menu div.ra-smartphone-mockup div.shopping a{
  width: 100%;
  justify-content: center;
}

div.root-home div.root-diet-calculators{
  background: var(--color-rgb-1-3);
}

div.root-home div.root-diet-calculators > div.container{
  padding: 100px 0px;
}

div.root-home div.root-diet-calculators a.calc-btn{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
  color: var(--color-grey-70);
}
div.root-home div.root-diet-calculators a.calc-btn:hover{
  text-decoration: none;
  color: var(--color-rgb-1-1);
}

div.root-home div.root-diet-calculators a.calc-btn div.icon{
  display: flex;
  flex: 0 0 75px;
  padding: 0px 10px;
}


div.root-home div.root-diet-calculators a.calc-btn div.content{
  display: flex;
  flex: 1 1 auto;
  padding: 0px 10px;
}

div.root-home div.root-make-shopping-list{
  overflow: hidden;
}

div.root-home div.root-make-shopping-list div.bg-box-500 div.xs-box{
  background: var(--color-rgb-2-0);
}

div.root-home div.root-make-shopping-list div.left-box{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding-top: 100px;
  z-index: 8;
}

div.root-home div.root-make-shopping-list div.ra-smartphone-mockup{
  width: 312px;
  height: 600px;
  z-index: 11;
}

div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.body{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.header{
  padding: 30px 15px 15px 15px;
  text-align: center;
  color: var(--color-white);
  background: var(--color-rgb-1-0);
  background: linear-gradient(90deg, var(--color-rgb-1-1), var(--color-rgb-1-0));
  font-size: 1.15rem;
  border-top-left-radius: 41px;
  border-top-right-radius: 41px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-weight: 600;
  margin: 2%;
}

div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section{
  position: absolute;
  top: 2px;
  left: 20px;
  right: 20px;
}
  div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section.floating{
    opacity: 0;
  }
  div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section:nth-of-type(2){
    top: -44px;
    left: -122px;
    right: 90px;
  }
  div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section:nth-of-type(3){
    top: 160px;
  }
  div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section:nth-of-type(4){
    top: 271px;
  }

@media (min-width:1200px){

  div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section.floating{
    opacity: 1;
  }
  
}

div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section div.category-name{
  padding: 4px 8px;
}

div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section div.category-name img{
  width: 18px;
}
  div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section.floating div.category-name img{
    width: 24px;
  }

div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section div.category-name span.name{
  text-transform: uppercase;
  font-size: 0.6rem;
  font-weight: 700;
  padding-left: 5px;
}
div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section.floating div.category-name span.name{
  font-size: 0.8rem;
}

div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section div.products{
  border-radius: 10px;
  background: var(--color-white);
  padding: 8px;
  font-size: 0.85rem;
  -webkit-box-shadow: 5px 7px 17px -10px var(--color-grey-60);
  -moz-box-shadow: 5px 7px 17px -10px var(--color-grey-60);
  box-shadow: 5px 7px 17px -10px var(--color-grey-60);
}

div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section div.product{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section div.product div.check span.g-icon,
div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section div.product div.uncheck span.g-icon{
  font-size: 20px;
}

div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section.floating div.product div.check span.g-icon,
div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section.floating div.product div.uncheck span.g-icon{
  font-size: 24px;
}

div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section div.product div.check{
  display: none;
  color: var(--color-rgb-1-0);
}
  div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section div.product.checked div.check{
    display: block;
  }

div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section div.product div.uncheck{
  display: block;
  color: var(--color-rgb-2-0);
}
  div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section div.product.checked div.uncheck{
    display: none;
  }

div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section div.product div.name{
  font-size: 0.8rem;
  padding-left: 5px;
  flex-grow: 1;
  flex-shrink: 1;
}
  div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section.floating div.product div.name{
    font-size: 0.9rem;
    padding-left: 10px;
  }
  div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section div.product.checked div.name{
    text-decoration: line-through;
    color: var(--color-grey-50);
  }

div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section div.product div.quantity{
  color: var(--color-grey-50);
  font-size: 0.6rem;
}
  div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.category-section.floating div.product div.quantity{
    font-size: 0.7rem;
  }

div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.add-product{
  position: absolute;
  top: 440px;
  left: 20px;
  right: 20px;
}

div.root-home div.root-make-shopping-list div.ra-smartphone-mockup div.add-product a{
  width: 100%;
  justify-content: center;
}

div.root-home div.root-make-shopping-list div.right-box{
  padding: 20px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  z-index: 10;
}

@media (min-width:992px){
  div.root-home div.root-make-shopping-list div.right-box{
    padding: 20px 20px 20px 115px;
  }
}

div.root-home div.root-make-shopping-list h1.container-title{
  margin-bottom: 50px;
}

div.root-home div.root-make-shopping-list h1.container-title span.highlight::before{
  position: absolute;
  left: -36px;
  bottom: -7px;
  width: 140%;
  height: 26px;
  background: var(--color-rgb-1-4);
  content: "";
  z-index: -1;
}

div.root-home div.root-make-shopping-list div.plan-text{
  font-size: 1.1rem;
  padding-bottom: 30px;
}

div.root-home div.root-make-shopping-list div.green-box{
  padding: 20px;
  border-radius: 20px;
  color: var(--color-white);
  background: var(--color-rgb-1-0);
  margin-bottom: 80px;
}

div.root-home div.root-make-shopping-list div.green-box div.title{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

div.root-home div.root-make-shopping-list div.green-box div.title span.g-icon{
  font-size: 34px;
}

div.root-home div.root-make-shopping-list div.green-box div.title span.text{
  font-size: 1.5rem;
  padding-left: 16px;
}

div.root-home div.root-make-shopping-list div.green-box div.content{
  font-weight: 300;
}

div.root-home div.root-generate-diet{
  overflow: hidden;
  padding: 100px 0px;
}

div.root-home div.root-generate-diet div.left-box{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

div.root-home div.root-generate-diet div.right-box{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

div.root-home div.root-generate-diet h1.container-title{
  margin-bottom: 50px;
}
  div.root-home div.root-generate-diet h1.container-title span.highlight::before{
    position: absolute;
    left: -22px;
    bottom: -7px;
    width: 150%;
    height: 26px;
    background: var(--color-rgb-1-4);
    content: "";
    z-index: -1;
  }

div.root-home div.root-generate-diet div.plan-text{
  font-size: 1.1rem;
  padding-bottom: 30px;
}

div.root-home div.root-generate-diet div.green-box{
  padding: 20px;
  border-radius: 20px;
  color: var(--color-grey-80);
  background: var(--color-rgb-1-3);
  width: 100%;
}

div.root-home div.root-generate-diet div.green-box div.title{
  font-size: 1.2rem;
  margin: 40px 0px 30px 0px;
  font-weight: 700;
  text-align: center;
}

div.root-home div.root-generate-diet div.green-box div.calories-slider-value{
  text-align: center;
}

div.root-home div.root-generate-diet div.green-box div.calories-slider-value span.value{
  font-size: 4rem;
  color: var(--color-rgb-1-0);
}

div.root-home div.root-generate-diet div.green-box div.calories-slider-value span.unit{
  color: var(--color-grey-60);
}

div.root-home div.root-generate-diet div.green-box div.calories-slider{
  padding: 30px 0px 50px 0px;
}

div.root-home div.root-generate-diet div.green-box div.calories-slider input{
  height: 15px;
}
  div.root-home div.root-generate-diet div.green-box div.calories-slider input::-webkit-slider-thumb{
    width: 40px;
    height: 40px;
    background: var(--color-rgb-1-1);
  }
  div.root-home div.root-generate-diet div.green-box div.calories-slider input:hover::-webkit-slider-thumb{
    background: var(--color-rgb-1-0);
  }
  div.root-home div.root-generate-diet div.green-box div.calories-slider input::-moz-range-thumb{
    width: 40px;
    height: 40px;
    background: var(--color-rgb-1-1);
  }
  div.root-home div.root-generate-diet div.green-box div.calories-slider input:hover::-moz-range-thumb{
    background: var(--color-rgb-1-0);
  }
  
div.root-home div.root-generate-diet div.green-box div.generate{
  text-align: center;
  margin-bottom: 20px;
}

div.root-home div.root-generate-diet div.green-box div.floating{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

div.root-home div.root-generate-diet div.green-box img.floating{
  --img-size: 100px;
  position: absolute;
  width: var(--img-size);
  height: var(--img-size);
  z-index: 20;
}
  @media (min-width:768px){
    div.root-home div.root-generate-diet div.green-box img.floating{
      --img-size: 125px;
    }
  }
  @media (min-width:992px){
    div.root-home div.root-generate-diet div.green-box img.floating{
      --img-size: 150px;
    }
  }
  div.root-home div.root-generate-diet div.green-box img.floating:nth-of-type(1){
    bottom: calc(var(--img-size) / 3 * -1);
    left: calc(var(--img-size) / 3 * -1);
  }
  div.root-home div.root-generate-diet div.green-box img.floating:nth-of-type(2){
    top: calc(var(--img-size) / 3 * -1);
    right: calc(var(--img-size) / 3 * -1);
  }

div.root-home div.root-opinions{
  overflow: hidden;
  background: var(--color-rgb-1-5);
  padding: 40px 0px;
}

div.root-home div.root-opinions > div.container{
  padding: 20px;
}

div.root-home div.root-opinions div.title{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
  div.root-home div.root-opinions div.title h1.container-title span.highlight::before{
    position: absolute;
    left: -30px;
    bottom: -7px;
    width: 100%;
    height: 26px;
    background: var(--color-rgb-1-4);
    content: "";
    z-index: -1;
  }

div.root-home div.root-opinions div.opinion{
  padding: 20px 20px 5px 20px;
  font-size: 1.1rem;
  font-weight: 300;
  text-align: justify;
}

div.root-home div.root-opinions div.author{
  padding: 0px 20px 20px 20px;
  text-align: right;
  color: var(--color-grey-60);
}

div.root-home div.root-recommended-recipes{
  overflow: hidden;
  padding: 40px 0px;
}

div.root-home div.root-recommended-recipes > div.container{
  padding: 20px;
  margin-bottom: 50px;
}

div.root-home div.root-recommended-recipes div.title{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

div.root-home div.root-recommended-recipes div.title h1.container-title span.highlight::before{
  position: absolute;
  left: -10px;
  bottom: -7px;
  width: 120%;
  height: 26px;
  background: var(--color-rgb-1-4);
  content: "";
  z-index: -1;
}

div.root-home div.root-recommended-recipes div.recipes{
  margin-top: 20px;
}

div.root-home div.root-recommended-recipes div.root-recipe{
  --img-recipe-size: 180px;
  padding: 20px;
  width: 100%;
  margin-top: 90px;
}

div.root-home div.root-recommended-recipes div.root-recipe div.recipe{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  background: var(--color-rgb-1-3);
  border-radius: 20px;
  height: 100%;
  max-width: 350px;
  padding-top: calc(var(--img-recipe-size) / 2);
  margin: 0 auto;
}

div.root-home div.root-recommended-recipes div.root-recipe div.recipe div.image{
  position: absolute;
  top: calc(var(--img-recipe-size) / 2 * -1);
  width: var(--img-recipe-size);
  height: var(--img-recipe-size);
}

div.root-home div.root-recommended-recipes div.root-recipe div.recipe div.name{
  flex-grow: 1;
  flex-shrink: 1;
  padding: 15px 12px;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}

div.root-home div.root-recommended-recipes div.root-recipe div.recipe div.icons{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

div.root-home div.root-recommended-recipes div.root-recipe div.recipe div.icons span.g-icon{
  padding: 0px 5px;
  color: var(--color-rgb-1-0);
}

div.root-home div.root-recommended-recipes div.root-recipe div.recipe div.icons span.kcal,
div.root-home div.root-recommended-recipes div.root-recipe div.recipe div.icons span.time{
  font-size: 0.9rem;
  color: var(--color-grey-80);
}

div.root-home div.root-recommended-recipes div.root-recipe div.recipe div.check{
  padding: 35px 5px 20px 5px;
}
  div.root-home div.root-recommended-recipes div.root-recipe div.recipe div.check a{
    background: var(--color-white);
  }
  div.root-home div.root-recommended-recipes div.root-recipe div.recipe div.check a:hover{
    background: linear-gradient(90deg, var(--color-rgb-2-0), var(--color-rgb-2-1));
    text-decoration: none;
  }

div.root-home div.root-recommended-recipes div.show-all{
  text-align: center;
}

div.root-home div.root-our-dieticians{
  padding: 20px 0px;
}

div.root-home div.root-our-dieticians > div.container{
  padding: 0px 20px;
}

div.root-home div.root-our-dieticians div.title{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

div.root-home div.root-our-dieticians div.title h1.container-title span.highlight::before{
  position: absolute;
  left: -18px;
  bottom: -7px;
  width: 200%;
  height: 26px;
  background: var(--color-rgb-1-4);
  content: "";
  z-index: -1;
}

div.root-home div.root-our-dieticians div.title-prompt{
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

div.root-home div.root-our-dieticians div.dieticians{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 40px 0px;
}

div.root-home div.root-our-dieticians div.root-dietician{
  padding: 20px;
  max-width: 250px;
}

div.root-home div.root-our-dieticians div.dietician{
  background: var(--color-rgb-1-3);
  border-radius: 25px;
}

div.root-home div.root-our-dieticians div.dietician div.image{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  background: var(--color-rgb-1-5);
  border-radius: 25px;
}
  div.root-home div.root-our-dieticians div.dietician div.image img{
    width: 180px;
    height: 180px;
  }

div.root-home div.root-our-dieticians div.dietician div.name{
  padding: 20px 10px 0px 10px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}

div.root-home div.root-our-dieticians div.dietician div.profession{
  font-size: 0.9rem;
  padding: 0px 10px 20px 10px;
  text-align: center;
}

div.root-home div.root-our-dieticians div.go-btn{
  text-align: center;
  margin-bottom: 40px;
}

/**
*  Anim backgrounds
*/

div.bg-box-300{
  position: absolute;
  width: 300px;
  height: 300px;
}

div.bg-box-300 div.xs-box{
  position: absolute;
  top: 0px;
  width: 25px;
  height: 25px;
  border-radius: 8px;
  background: var(--color-rgb-1-0);
  z-index: 5;
}

div.bg-box-300 div.xs-box.b1{
  transform: translateY(-22px) rotate(45deg);
  left: 86px;
  animation: anim-bg-box-300-b1 15s linear infinite;
}
div.bg-box-300 div.xs-box.b2{
  transform: translateX(-22px) rotate(45deg);
  top: 192px;
  animation: anim-bg-box-300-b2 15s linear infinite;
}
div.bg-box-300 div.xs-box.b3{
  transform: translateY(296px) rotate(45deg);
  left: 192px;
  animation: anim-bg-box-300-b3 15s linear infinite;
}
div.bg-box-300 div.xs-box.b4{
  transform: translateX(296px) rotate(45deg);
  top: 86px;
  animation: anim-bg-box-300-b4 15s linear infinite;
}

div.bg-box-300 div.xl-box{
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: var(--color-rgb-1-3);
  transform: rotate(45deg);
  animation: anim-bg-box-300 15s linear infinite;
  z-index: 4;
}

@keyframes anim-bg-box-300-b1 {

  0%{transform: translateY(-22px) rotate(45deg)}
  10%{transform: translateY(-10px) rotate(72deg)}
  20%{transform: translateY(-6px) rotate(99deg)}
  30%{transform: translateY(-3px) rotate(126deg)}
  40%{transform: translateY(-6px) rotate(153deg)}
  50%{transform: translateY(-12px) rotate(180deg)}
  60%{transform: translateY(-22px) rotate(207deg)}
  70%{transform: translateY(-34px) rotate(234deg)}
  80%{transform: translateY(-43px) rotate(261deg)}
  90%{transform: translateY(-40px) rotate(288deg)}
  100%{transform: translateY(-22px) rotate(315deg)}

}

@keyframes anim-bg-box-300-b2 {

  0%{transform: translateX(-22px) rotate(45deg)}
  10%{transform: translateX(-7px) rotate(72deg)}
  20%{transform: translateX(-4px) rotate(99deg)}
  30%{transform: translateX(-1px) rotate(126deg)}
  40%{transform: translateX(-5px) rotate(153deg)}
  50%{transform: translateX(-12px) rotate(180deg)}
  60%{transform: translateX(-22px) rotate(207deg)}
  70%{transform: translateX(-36px) rotate(234deg)}
  80%{transform: translateX(-43px) rotate(261deg)}
  90%{transform: translateX(-37px) rotate(288deg)}
  100%{transform: translateX(-22px) rotate(315deg)}

}

@keyframes anim-bg-box-300-b3 {

  0%{transform: translateY(296px) rotate(45deg)}
  10%{transform: translateY(284px) rotate(72deg)}
  20%{transform: translateY(277px) rotate(99deg)}
  30%{transform: translateY(276px) rotate(126deg)}
  40%{transform: translateY(281px) rotate(153deg)}
  50%{transform: translateY(288px) rotate(180deg)}
  60%{transform: translateY(298px) rotate(207deg)}
  70%{transform: translateY(310px) rotate(234deg)}
  80%{transform: translateY(318px) rotate(261deg)}
  90%{transform: translateY(312px) rotate(288deg)}
  100%{transform: translateY(296px) rotate(315deg)}

}

@keyframes anim-bg-box-300-b4 {

  0%{transform: translateX(296px) rotate(45deg)}
  10%{transform: translateX(287px) rotate(72deg)}
  20%{transform: translateX(281px) rotate(99deg)}
  30%{transform: translateX(279px) rotate(126deg)}
  40%{transform: translateX(282px) rotate(153deg)}
  50%{transform: translateX(288px) rotate(180deg)}
  60%{transform: translateX(298px) rotate(207deg)}
  70%{transform: translateX(310px) rotate(234deg)}
  80%{transform: translateX(318px) rotate(261deg)}
  90%{transform: translateX(315px) rotate(288deg)}
  100%{transform: translateX(296px) rotate(315deg)}

}

@keyframes anim-bg-box-300 {

  0%{transform: rotate(45deg)}
  100%{transform: rotate(135deg)}

}

div.bg-box-500{
  position: absolute;
  width: 500px;
  height: 500px;
}

div.bg-box-500 div.xs-box{
  position: absolute;
  top: 0px;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background: var(--color-rgb-1-0);
  z-index: 5;
}

div.bg-box-500 div.xs-box.b1{
  transform: translateY(-31px) rotate(45deg);
  left: 143px;
  animation: anim-bg-box-500-b1 15s linear infinite;
}
div.bg-box-500 div.xs-box.b2{
  transform: translateX(-31px) rotate(45deg);
  top: 323px;
  animation: anim-bg-box-500-b2 15s linear infinite;
}
div.bg-box-500 div.xs-box.b3{
  transform: translateY(495px) rotate(45deg);
  left: 323px;
  animation: anim-bg-box-500-b3 15s linear infinite;
}
div.bg-box-500 div.xs-box.b4{
  transform: translateX(495px) rotate(45deg);
  top: 143px;
  animation: anim-bg-box-500-b4 15s linear infinite;
}

div.bg-box-500 div.xl-box{
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--color-rgb-1-3);
  transform: rotate(45deg);
  animation: anim-bg-box-500 15s linear infinite;
  z-index: 4;
}

@keyframes anim-bg-box-500-b1 {

  0%{transform: translateY(-31px) rotate(45deg);}
  10%{transform: translateY(-9px) rotate(72deg)}
  20%{transform: translateY(1px) rotate(99deg)}
  30%{transform: translateY(1px) rotate(126deg)}
  40%{transform: translateY(-5px) rotate(153deg)}
  50%{transform: translateY(-16px) rotate(180deg)}
  60%{transform: translateY(-35px) rotate(207deg)}
  70%{transform: translateY(-56px) rotate(234deg)}
  80%{transform: translateY(-67px) rotate(261deg)}
  90%{transform: translateY(-60px) rotate(288deg)}
  100%{transform: translateY(-31px) rotate(315deg)}

}

@keyframes anim-bg-box-500-b2 {

  0%{transform: translateX(-31px) rotate(45deg);}
  10%{transform: translateX(-9px) rotate(72deg)}
  20%{transform: translateX(1px) rotate(99deg)}
  30%{transform: translateX(1px) rotate(126deg)}
  40%{transform: translateX(-5px) rotate(153deg)}
  50%{transform: translateX(-16px) rotate(180deg)}
  60%{transform: translateX(-35px) rotate(207deg)}
  70%{transform: translateX(-56px) rotate(234deg)}
  80%{transform: translateX(-67px) rotate(261deg)}
  90%{transform: translateX(-60px) rotate(288deg)}
  100%{transform: translateX(-31px) rotate(315deg)}

}

@keyframes anim-bg-box-500-b3 {

  0%{transform: translateY(495px) rotate(45deg)}
  10%{transform: translateY(476px) rotate(72deg)}
  20%{transform: translateY(470px) rotate(99deg)}
  30%{transform: translateY(466px) rotate(126deg)}
  40%{transform: translateY(471px) rotate(153deg)}
  50%{transform: translateY(483px) rotate(180deg)}
  60%{transform: translateY(498px) rotate(207deg)}
  70%{transform: translateY(521px) rotate(234deg)}
  80%{transform: translateY(533px) rotate(261deg)}
  90%{transform: translateY(526px) rotate(288deg)}
  100%{transform: translateY(495px) rotate(315deg)}

}

@keyframes anim-bg-box-500-b4 {

  0%{transform: translateX(495px) rotate(45deg)}
  10%{transform: translateX(476px) rotate(72deg)}
  20%{transform: translateX(470px) rotate(99deg)}
  30%{transform: translateX(466px) rotate(126deg)}
  40%{transform: translateX(471px) rotate(153deg)}
  50%{transform: translateX(483px) rotate(180deg)}
  60%{transform: translateX(498px) rotate(207deg)}
  70%{transform: translateX(521px) rotate(234deg)}
  80%{transform: translateX(533px) rotate(261deg)}
  90%{transform: translateX(526px) rotate(288deg)}
  100%{transform: translateX(495px) rotate(315deg)}

}

@keyframes anim-bg-box-500 {

  0%{transform: rotate(45deg)}
  100%{transform: rotate(135deg)}

}