/*----------------------------------------------- GENERAL -----------------------------------------------*/
body {
margin-bottom: 72px;
}

.products {
  overflow-x: hidden;
}

.products .text {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.products .text div {
  width: 550px;
  max-width: calc(100% - 60px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/*----------------------------------------------- GENERAL (END) -----------------------------------------------*/



















/*----------------------------------------------- SEMI`R (BANNER ONLY) -----------------------------------------------*/
/*Z-INDEXES*/
# {
  z-index: 4;
}
#seminar .banner {
  z-index: 6;
}
#seminar .module {
  z-index: 7;
}
#seminar .close-solera-module {
  z-index: 7;
}



/*SECTION*/
#seminar {
  width: 100%;
  margin: 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  animation-delay: 3.5s;
  animation-duration: 1.5s;
  position: relative;
  z-index: 4;
}



/*OVERALL DIV (1 OF 2)*/
#seminar .banner {
  background-color: #00CC91;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 6;
}

#seminar .banner h4 {
  color: white;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  margin-right: 12px;
}



/*BUTTON OVERRIDES*/
#seminar [class*="button-overlay-cta"] {
  background-color: #F5A623;
  text-decoration: none;
  animation-delay: 3.5s;
}

#seminar [class*="button-overlay-cta"]:hover {
  box-shadow: inset 0 0 0 3px #FE7E02;
}

@media screen and (max-width: 768px) {
  #seminar [class*="button-overlay-cta"] > div:first-of-type span:first-of-type {
    display: none;
  } 
}
/*----------------------------------------------- SEMINAR (BANNER ONLY) -----------------------------------------------*/



















/*----------------------------------------------- ICEBERG -----------------------------------------------*/
#iceberg {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #EFF5FC;
}
@media screen and (max-width: 900px) {
  #iceberg {
    padding-top: 125px;
  }
}
@media screen and (min-width: 901px) {
  #iceberg {
    padding-top: 175px;
  }
}



/*HEADER*/
#iceberg .header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}

/*H1*/
#iceberg .header h1 {
  width: 100%;
  text-align: center;
  font-weight: 800;
  animation-delay: 3.5s;
}
@media screen and (max-width: 590px) {
  #iceberg .header h1 {
    margin-bottom: 16px;
    line-height: 32px;
  }
}
@media screen and (min-width: 591px) {
  #iceberg .header h1 br {
    display: none;
  }
}

/*BLOG-TEXT-P*/
#iceberg .header .blog-text-p {
  width: 100%;
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
  font-weight: 600;
  opacity: 1;
  animation-delay: 3.5s;
}
@media screen and (max-width: 590px) {
  #iceberg .header .blog-text-p {
    max-width: 80vw;
  }
}
@media screen and (min-width: 591px) {
  #iceberg .header .blog-text-p {
    max-width: 550px;
  }
}



/*IMAGE*/
#iceberg .image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #iceberg .image {
    background:linear-gradient(0deg, #E0EBF9 193px, #EFF5FC 193px);
  }
}
@media screen and (min-width: 769px) {
  #iceberg .image {
    position: relative;
    background:linear-gradient(0deg, #E0EBF9 309px, #EFF5FC 309px);
  }
}

/*IMAGE DIV*/
#iceberg .image > div {
  width: 100%;
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #iceberg .image > div {
    height: 300px;
    max-width: 500px;
  }
}
@media screen and (min-width: 769px) {
  #iceberg .image > div {
    height: 480px;
    max-width: 1200px;
  }
}

/*IMAGE SITTING*/
@media screen and (max-width: 768px) {
  #iceberg .image .sitting {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 300px;
    height: 300px;
  }
}
@media screen and (min-width: 769px) {
  #iceberg .image .sitting {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 480px;
    height: 480px;
  }
}

/*IMAGE SCUBA*/
#iceberg .image .scuba {
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  #iceberg .image .scuba {
    width: 100px;
    height: 100px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 769px) {
  #iceberg .image .scuba {
    width: 160px;
    height: 160px;
    margin-top: 150px;
  }
}

/*IMAGE BOAT*/
#iceberg .image .boat {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  #iceberg .image .boat {
    width: 100px;
    height: 100px;
    margin-top: 46px;
  }
}
@media screen and (min-width: 769px) {
  #iceberg .image .boat {
    width: 160px;
    height: 160px;
    margin-top: 75px;
  }
}



/*ANIMATIONS*/
#iceberg .image .boat {
  position: absolute;
  x-transition: all 2s ease-in-out;
  animation: boat 3.4s infinite;
}
@keyframes boat {
  0% {
    right: 0px;
  }
  50% {
    right: 16px;
  }
  100% {
    right: 0px;
  }
}

#iceberg .image .scuba {
  position: absolute;
  x-transition: all 2s ease-in-out;
  animation: scuba 3.4s infinite;
}
@keyframes scuba {
  0% {
    top: 0px;
  }
  50% {
    top: 16px;
  }
  100% {
    top: 0px;
  }
}
/*----------------------------------------------- ICEBERG (END) -----------------------------------------------*/



















/*----------------------------------------------- KITS-SAMPLE -----------------------------------------------*/
#kits-sample {
  background-color: #EDF2FF;
}
@media screen and (max-width: 880px) {
  #kits-sample {
    padding-top: 125px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 881px) {
  #kits-sample {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}




/*TEXT*/
#kits-sample .text h1 {
  width: 100%;
  font-weight: 800;
  color: #4C84FF;
  margin-bottom: 50px;
}



/*IMAGE*/
#kits-sample .image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}



/*IMAGE KIT-WRAPPER*/
#kits-sample .image .kit-wrapper {
  margin-left: 30px;
  margin-right: 30px;
  box-sizing: content-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 880px) {
  #kits-sample .image .kit-wrapper {
    width: 100%;
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 881px) {
  #kits-sample .image .kit-wrapper {
    width: 100%;
    max-width: 400px;
  }
}



/*BIG IMAGE OF KIT*/
#kits-sample .image .kit-wrapper > img {
  aspect-ratio: 2 / 1;
  width: 100%;
  max-width: 400px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  box-shadow: 0px 10px 20px -10px rgba(58,59,69,.1), 0px 10px 40px -10px rgba(58,59,69,.24), 0px 10px 2px -10px rgba(58,59,69,.24); 
}
@media screen and (max-width: 880px) {
  #kits-sample .image .kit-wrapper > img {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 881px) {
  #kits-sample .image .kit-wrapper > img {
    margin-bottom: 32px;
  }
}



/*KIT ICONS*/
#kits-sample .image .kit-wrapper .kit-icons {
  width: 100%;
  display: flex;
  justify-content: center;
}

#kits-sample .image .kit-wrapper .kit-icons .kit-icon {
  display: flex;
  justify-content: center;
  position: relative;
}

#kits-sample .image .kit-wrapper .kit-icons .kit-icon img {
  width: 48px;
  height: 48px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
}



/*TEXT BELOW ICONS*/
#kits-sample .image .kit-wrapper > h5 {
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 880px) {
  #kits-sample .image .kit-wrapper > h5 {
    width: 240px;
  }
}
@media screen and (min-width: 881px) {
  #kits-sample .image .kit-wrapper > h5 {
    width: 100%;
    max-width: 320px;
  }
}



/*TOOLTIP*/
#kits-sample .image .kit-wrapper .kit-icons .kit-icon .tooltip {
  display: none;
  position: absolute;
  justify-content: center;
  top: -44px;
  margin: auto;
  height: 40px;
  border-radius: 16px;
  background-color: #00CC91;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
/*  box-shadow: 0px 10px 20px -10px rgba(58,59,69,.15), 0px 10px 40px -10px rgba(58,59,69,.36); */
}

/*TOOLTIP TIP*/
#kits-sample .image .kit-wrapper .kit-icons .kit-icon .tooltip:after, 
#kits-sample .image .kit-wrapper .kit-icons .kit-icon .tooltip:before {
  position: absolute;
  width: 0px; 
  height: 0px;
  bottom: -9px;
  right: 0px;
  left: 0px;
  margin: auto;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #00CC91;
  content: " ";
}

#kits-sample .image .kit-wrapper .kit-icons .kit-icon:hover {
  z-index: 2;
}

#kits-sample .image .kit-wrapper .kit-icons .kit-icon:hover .tooltip {
  display: flex;
}

#kits-sample .image .kit-wrapper .kit-icons .kit-icon .tooltip h6 {
  font-weight: 600;
  line-height: 12px;
  letter-spacing: -.5px;
  text-align: center;
  color: white;
}

#kits-sample .image .kit-wrapper .kit-icons .kit-icon .tooltip h5 {
  font-weight: 600;
  letter-spacing: -.5px;
  text-align: center;
  color: white;
  white-space: nowrap;
}



/*ANIMATIONS*/
#kits-sample .image .kit-wrapper:nth-of-type(1) .kit-icons .kit-icon:nth-of-type(1) {
  animation-delay: 0s;
}
#kits-sample .image .kit-wrapper:nth-of-type(1) .kit-icons .kit-icon:nth-of-type(2) {
  animation-delay: .1s;
}
#kits-sample .image .kit-wrapper:nth-of-type(1) .kit-icons .kit-icon:nth-of-type(3) {
  animation-delay: .2s;
}
#kits-sample .image .kit-wrapper:nth-of-type(1) .kit-icons .kit-icon:nth-of-type(4) {
  animation-delay: .3s;
}

#kits-sample .image .kit-wrapper:nth-of-type(2) .kit-icons .kit-icon:nth-of-type(1) {
  animation-delay: .4s;
}
#kits-sample .image .kit-wrapper:nth-of-type(2) .kit-icons .kit-icon:nth-of-type(2) {
  animation-delay: .5s;
}
#kits-sample .image .kit-wrapper:nth-of-type(2) .kit-icons .kit-icon:nth-of-type(3) {
  animation-delay: .6s;
}
#kits-sample .image .kit-wrapper:nth-of-type(2) .kit-icons .kit-icon:nth-of-type(4) {
  animation-delay: .7s;
}
/*----------------------------------------------- KITS-SAMPLE (END) -----------------------------------------------*/



















/*----------------------------------------------- SOLUTION -----------------------------------------------*/
#solution {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #4C84FF;
}
@media screen and (max-width: 900px) {
  #solution {
    padding-top: 100px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 901px) {
  #solution {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}



/*TEXT*/
#solution .text h1 {
  font-weight: 800;
  letter-spacing: -2.25px;
  color: white;
}



/*IMAGE*/
#solution .image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
/*  background-color: cyan;*/
}
@media screen and (max-width: 768px) {
  #solution .image {
    width: 100%;
    max-width: 384px;
  }
}

/*IMAGE DIV*/
#solution .image > div {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
#solution .image > div:first-of-type {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #solution .image > div {
    width: 100%;
    max-width: 384px;
    height: 100vh;
    max-height: 384px;
  }
  #solution .image > div:last-of-type {
    margin-top: 36px;
  }
}
@media screen and (min-width: 769px) {
  #solution .image > div {
    width: 384px;
    height: 384px;
  }
}

/*IMG - ARROW*/
#solution .image > img {
  width: 110px;
  height: 46px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #solution .image > img {
    top: calc(50% - 55px);
    transform: rotate(90deg) !important;
  }
}
@media screen and (min-width: 769px) {
  #solution .image > img {
    top: calc(50% - 23px);
    padding-right: 40px;
    transform: rotate(0deg) !important;
  }
}

/*IMG - EVERYTHING ELSE*/
#solution .image > div > img {
  top: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 384px;
  max-height: 384px;
}


/*ANIMATION DELAY - MOBILE*/
@media screen and (max-width: 768px) {
  #solution .image > img {
    animation-delay: 1s;
  }
  #solution .image > div:last-of-type > img:nth-of-type(1) {
    animation-delay: 1.2s;
  }
  #solution .image > div:last-of-type > img:nth-of-type(2) {
    animation-delay: 1.4s;
  }
  #solution .image > div:last-of-type > img:nth-of-type(3) {
    animation-delay: 1.6s;
  }
  #solution .image > div:last-of-type > img:nth-of-type(4) {
    animation-delay: 1.8s;
  }
  #solution .image > div:last-of-type > img:nth-of-type(5) {
    animation-delay: 2.0s;
  }
  #solution .image > div:last-of-type > img:nth-of-type(6) {
    animation-delay: 2.2s;
  }
  #solution .image > div:last-of-type > img:nth-of-type(7) {
    animation-delay: 2.4s;
  }
}

/*ANIMATION DELAY - DESKTOP*/
@media screen and (min-width: 769px) {
  /*ARROW*/
  #solution .image > img {
    animation-delay: .6s;
  }
  /*DIGBI*/
  #solution .image > div:last-of-type > img:nth-of-type(1) {
    animation-delay: 1s;
  }
  #solution .image > div:last-of-type > img:nth-of-type(2) {
    animation-delay: 1.2s;
  }
  #solution .image > div:last-of-type > img:nth-of-type(3) {
    animation-delay: 1.4s;
  }
  #solution .image > div:last-of-type > img:nth-of-type(4) {
    animation-delay: 1.6s;
  }
  #solution .image > div:last-of-type > img:nth-of-type(5) {
    animation-delay: 1.8s;
  }
  #solution .image > div:last-of-type > img:nth-of-type(6) {
    animation-delay: 2.0s;
  }
  #solution .image > div:last-of-type > img:nth-of-type(7) {
    animation-delay: 2.2s;
  }
}
/*----------------------------------------------- SOLUTION (END) -----------------------------------------------*/



















/*----------------------------------------------- QUOTABLES SECTION -----------------------------------------------*/
#quotables {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #F2F6FF;
}
@media screen and (max-width: 768px) {
  #quotables {
    padding-top: 125px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  #quotables {
    padding-top: 125px;
    padding-bottom: 100px;
  }
}



/*TEXT*/
@media screen and (max-width: 768px) {
  #quotables .text {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
#quotables .text {
    margin-bottom: 30px;
  }
}
#quotables .text h1 {
  font-weight: 800;
/*  color: #00CC91;*/
}



/*QUOTES*/
#quotables .quotes {
  width: 100%;
  display: flex;
  justify-content: center;
}

#quotables .quotes > div {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #quotables .quotes > div {
    flex-wrap: wrap;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 769px) {
  #quotables .quotes > div {
    margin-left: 40px;
    margin-right: 40px;
  }
}

/*QUOTE*/
#quotables .quotes > div .quote {
  width: 100%;
  max-width: 360px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #quotables .quotes > div .quote {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 920px) {
  #quotables .quotes > div .quote:last-of-type {
    display: none;
  }
}



/*QUOTE BUBBLE*/
#quotables .quotes > div .quote .bubble {
  width: 100%;
  background-color: white;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 8px;
}
@media screen and (max-width: 768px) {
  #quotables .quotes > div .quote .bubble {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 769px) {
  #quotables .quotes > div .quote .bubble {
    margin-bottom: 20px;
  }
}

#quotables .quotes > div .quote .bubble h4 {
  margin-right: 30px;
  margin-left: 30px;
  font-weight: 600;
  line-height: 24px;
}

#quotables .quotes > div .quote .bubble h4 span {
  font-weight: 800;
  color: #00CC91;
  font-size: 30px;
  line-height: 15px;
}

#quotables .quotes > div .quote .bubble h4 span:first-of-type {
  margin-left: -18px;
}

/*QUOTE CREDENTIALS*/
#quotables .quotes > div .quote .credentials {
  display: flex;
  width: 100%;
}

#quotables .quotes > div .quote .credentials img {
  width: 80px;
  height: 80px;
}

#quotables .quotes > div .quote .credentials > div {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-left: 8px;
  margin: 0px;
}

#quotables .quotes > div .quote .credentials > div h4 {
  width: 100%;
  font-weight: 800;
}

#quotables .quotes > div .quote .credentials > div h5 {
  width: 100%;
  font-weight: 600;
}



/*ANIMATIONS*/
@media screen and (min-width: 769px) {
  #quotables .quotes > div .quote:nth-of-type(2) {
    animation-delay: .5s;
  }
  #quotables .quotes > div .quote:nth-of-type(3) {
    animation-delay: 1s;
  }
}
/*----------------------------------------------- QUOTABLES SECTION (END) -----------------------------------------------*/



















/*----------------------------------------------- COBESITY -----------------------------------------------*/
#cobesity {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #FCE9C8;
}
@media screen and (min-width: 1025px) {
  #cobesity {
    padding-top: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #cobesity {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #cobesity {
    padding-top: 100px;
  }
}



/*BACKGROUND-COLORS*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #cobesity .wrapper:nth-child(2),
  #cobesity .wrapper:nth-child(4) {
    background-color: #FBE2B8;
  }
}
@media screen and (max-width: 768px) {
  #cobesity .wrapper:nth-child(1) {
    background-color: #FCE9C8;
  }
  #cobesity .wrapper:nth-child(2) {
    background-color: #FBE2B8;
  }
  #cobesity .wrapper:nth-child(3) {
    background-color: #FBDBA7;
  }
  #cobesity .wrapper:nth-child(4) {
    background-color: #FAD597;
  }
}



/*TEXT*/
#cobesity h1 {
  width: 100%;
  font-weight: 800;
  margin-bottom: 100px;
}



/*IMAGE*/
#cobesity .image {
  width: 100%;
  max-width: 1060px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  #cobesity .image {
    justify-content: space-around;
  }
}



/*WRAPPER*/
#cobesity .image .wrapper {
  display: flex;
}
@media screen and (min-width: 1025px) {
  #cobesity .image .wrapper {
    width: 240px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #cobesity .image .wrapper {
    width: 50%;
    padding-top: 60px;
  }
  /*GOOGBYE IBS/GERDS*/
  #cobesity .image .wrapper:nth-of-type(1) {
    justify-content: flex-end;
    order: 1;
  }
  /*REVERSE HYPERTENSION*/
  #cobesity .image .wrapper:nth-of-type(2) {
    justify-content: flex-end;
    order: 3;
  }
  /*IMPROVE SKIN HEALTH*/
  #cobesity .image .wrapper:nth-of-type(3) {
    justify-content: flex-start;
    order: 2;
  }
  /*REDUCE SLEEP APNEA*/
  #cobesity .image .wrapper:nth-of-type(4) {
    order: 4;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #cobesity .image .wrapper {
    width: 100%;
    padding-top: 60px;
    justify-content: center;
  }
}



/*CONTAINER*/
#cobesity .image .container {
  width: 240px;
  position: relative;
}



/*QUOTE DIV*/
#cobesity .image .container .quote {
  width: 150px;
  position: absolute;
}
/*POSITION - GOOGBYE IBS/GERDS*/
#cobesity .image .wrapper:nth-of-type(1) .container .quote {
  top: -48px;
  left: -28px;
}
/*POSITION - REVERSE HYPERTENSION*/
#cobesity .image .wrapper:nth-of-type(2) .container .quote {
  top: -24px;
  left: -4px;
}
/*POSITION - IMPROVE SKIN HEALTH*/
#cobesity .image .wrapper:nth-of-type(3) .container .quote {
  top: -56px;
  right: -16px;
}
/*POSITION - REDUCE SLEEP APNEA*/
#cobesity .image .wrapper:nth-of-type(4) .container .quote {
  top: -29px;
  right: -26px;
}

/*QUOTE H5*/
#cobesity .image .container .quote h5 {
  width: 96px;
  top: 38px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: absolute;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: -.5px;
  text-align: center;
  color: #F5A623;
}

/*QUOTE IMG*/
#cobesity .image .container .quote img {
  width: 150px;
  height: 120px;
  display: block;
}



/*DIGBI IMG*/
#cobesity .image .container > img {
  width: 240px;
  height: 180px;
  display: block;
}



/*FOOTER*/
#cobesity .footer {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgb(244,244,244);
}

/*FOOTER DIV*/
#cobesity .footer > div {
  width: 100%;
  max-width: 1060px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  #cobesity .footer > div {
    justify-content: space-around;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #cobesity .footer > div {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #cobesity .footer > div {
    justify-content: center;
  }
}

/*FOOTER LINK*/
#cobesity .footer a {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  #cobesity .footer a {
    width: 240px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #cobesity .footer a {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #cobesity .footer a {
    width: 100%;
  }
}

/*FOOTER LOGO*/
#cobesity .footer a img {
  width: 240px;
  height: 60px;
}



/*ANIMATIONS*/
#cobesity .image .wrapper:nth-of-type(2) .container .quote {
  animation-delay: .25s
}
#cobesity .image .wrapper:nth-of-type(3) .container .quote {
  animation-delay: .5s
}
#cobesity .image .wrapper:nth-of-type(4) .container .quote {
  animation-delay: .75s
}
/*----------------------------------------------- COBESITY (END) -----------------------------------------------*/



















/*----------------------------------------------- PAYMENTS SECTION -----------------------------------------------*/
#payments {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #F7F7F7;
}

@media screen and (max-width: 768px) {
  #payments {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 769px) {
  #payments {
    padding-top: 125px;
    padding-bottom: 100px;
  }
}





/*PAYMENTS-HEADER*/
#payments .payments-header {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#payments .payments-header h1 {
  font-weight: 800;
  text-align: center;
  color: #00CC91;
}



/*SEE-DETAILS-BUTTON*/
#payments .see-details-button-wrapper {
  width: 100%;  
  display: flex;
  justify-content: center;
}

#payments .see-details-button {
  display: flex;
  justify-content: space-between;
  width: 118px;
}

#payments .see-details-button:hover {
  cursor: pointer;
}
#payments .see-details-button > div {
  position: relative;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background-color: #E4EDFF;
  display: inline-block;
}
#payments .see-details-button:hover > div  {
  background-color: #BCD6F3;
}

#payments .see-details-button span {
  position: absolute; 
  width: 4px;
  height: 10px;
  margin: auto;
  border-radius: 2px;
  background-color: #4C84FF;
  -webkit-transition:all .1s ease-in-out;
     -moz-transition:all .1s ease-in-out;
      -ms-transition:all .1s ease-in-out;
       -o-transition:all .1s ease-in-out;
          transition:all .1s ease-in-out; 
}

#payments .see-details-button span:first-of-type {
  bottom: 6px;
  left: 7px; 
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#payments .see-details-button-span-first-of-type-active {
  -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
}

#payments .see-details-button span:last-of-type {
  bottom: 6px;
  left: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);  
}

#payments .see-details-button-span-last-of-type-active {
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}

#payments .see-details-button h4 {
  color: #4C84FF;
  font-weight: 700;
}



/*PHASES*/
#payments .phases {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 768px) {
  #payments .phases {
    justify-content: center;
    width: 240px;
  }
}

@media screen and (min-width: 769px) {
  #payments .phases {
    justify-content: space-around;
    width: 100%;
    max-width: 912px;
  }
}



/*PHASE (INDIVIDUAL PHASES)*/
#payments .phase {
  width: 240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #payments .phase {
    margin-bottom: 40px;
  }
}


/*PHASE UPPER/LOWER ORDERS*/
@media screen and (max-width: 768px) {
  #payments .phase-upper {
    order: 2;
  }
  #payments .phase-lower {
    order: 1;
  }
}

@media screen and (min-width: 769px) {
  #payments .phase-upper {
    order: 1;
  }
  #payments .phase-lower {
    order: 2;
  }
}



/*PHASE-LOWER*/
@media screen and (min-width: 769px) {
  #payments .phase-lower {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-self: flex-end;
  }
}

#payments .phase-lower img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  #payments .phase-lower img:nth-of-type(1) {
    display: none;
  }

  #payments .phase-lower img:nth-of-type(2) {
    display: block;
    height: 150px;
  }
}
@media screen and (min-width: 769px) {
  #payments .phase-lower img:nth-of-type(1) {
    display: block;
  }
  #payments .phase:nth-of-type(1) .phase-lower img:nth-of-type(1) {
    height: 187.5px;
  }
  #payments .phase:nth-of-type(2) .phase-lower img:nth-of-type(1) {
    height: 150px;
  }
  #payments .phase:nth-of-type(3) .phase-lower img:nth-of-type(1) {
    height: 225px;
  }
  #payments .phase-lower img:nth-of-type(2) {
    display: none;
  }
}

#payments .phase-lower .phase-lower-text {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #payments .phase-lower .phase-lower-text {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 769px) {
  #payments .phase-lower .phase-lower-text {
    margin-top: 18px;
  }
}

#payments .phase-lower .phase-lower-text h4 {
  width: 100%;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #payments .phase:nth-of-type(3) .phase-lower .phase-lower-text h4 {
    padding-left: 14px;
    width: calc(100% - 14px);
  }
}
#payments .phase-lower .phase-lower-text h4 span {
  font-size: 15px;
  color: #4C84FF;
  background-color: #E4EDFF;
  width: 18px;
  padding: 4px 2px 3px 2px;
  border-radius: 11px;
  margin-left: 2px;
}

#payments .phase-lower .phase-lower-text h5 {
  width: 100%;
  font-weight: 600;
  text-align: center;
  margin-top: -2px;
/*  display: none;*/
}



/*PRIME*/
#payments .phase-lower .phase-lower-text .prime {
  position: relative;
}

#payments .phase-lower .phase-lower-text .prime .tooltip {
  display: none;
}

/*PRIME TOOLTIP*/
#payments .phase-lower .phase-lower-text .prime:hover .tooltip {
  display: flex !important;
  cursor: default;
}

/* PRIME TOOLTIP*/
#payments .phase-lower .phase-lower-text .prime .tooltip {
  z-index: 2;
  display: none;
  position: absolute;
  right: 0px;
  left: 0px;
  margin: auto;
  bottom: 24px;
  background-color: white;
  border-radius: 8px;
  align-items: center;
  padding-top: 16px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  box-shadow: 0px 10px 20px -10px rgba(58,59,69,.1), 0px 10px 40px -10px rgba(58,59,69,.24); 
}
@media screen and (max-width: 768px) {
  #payments .phase-lower .phase-lower-text .prime .tooltip {
    width: 140px;
    margin-left: 73px;
  }
}
@media screen and (min-width: 769px) {
  #payments .phase-lower .phase-lower-text .prime .tooltip {
    width: 140px;
    margin-left: 118px;
  }
}

#payments .phase-lower .phase-lower-text .prime .tooltip:after, #payments .phase-lower .phase-lower-text .prime .tooltip:before {
  position: absolute;
  width: 0px; 
  height: 0px;
  bottom: -9px;
  right: 0px;
  left: 0px;
  margin: auto;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #F5F9FD;
  content: " ";
}

/*TOOLTIP H5*/
#payments .phase-lower .phase-lower-text .prime .tooltip h5 {
  text-align: center;
}



/*PHASE-UPPER*/
#payments > .phase-upper h5 {
  font-weight: 400;
  padding-bottom: 4px;
  color: #4C84FF;
}



/*PHASE-ITEM*/
#payments .phase-item {
  width: 240px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-bottom: 8px;
  justify-content: space-between;
  border-radius: 18px;
  cursor: pointer;
  padding: 8px 8px 4px 8px;
  background-color: white;
}



/*PHASE-ITEM-LEFT*/
#payments .phase-item-header-left {
  display: flex;
  align-items: center;
}

#payments .phase-item-header-left h4 {
  font-weight: 700;
  margin-top: -4px;
}

#payments .phase-item-header-left img {
  width: 32px;
  padding-right: 8px;
}

#payments .phase-item-header-left img:nth-of-type(1) {
  padding-bottom: 4px;
}

#payments .phase-item img:nth-of-type(2) {
  position: absolute;
  bottom: -8px;
  z-index: 2;
  width: 32px;
  height: 8px;
}

#payments .orange-arrow {
  position: absolute;
  top: 26px;
  left: 13px;
  width: 6px;
  height: 15px;
  background-color: #FF7E00;
}

.orange-arrow-extend {
  display: none;
  position: absolute;
  top: 41px;
  left: 13px;
  width: 6px;
  height: 54px;
  background-color: #FF7E00;
}



/*PHASE-ITEM-RIGHT (PLUS/MINUS)*/
#payments .phase-item:hover .phase-item-header-right {
  background-color: rgba(33,116,217,.15);
  -webkit-transition:all .25s ease-in-out;
     -moz-transition:all .25s ease-in-out;
      -ms-transition:all .25s ease-in-out;
       -o-transition:all .25s ease-in-out;
          transition:all .25s ease-in-out;
}

#payments .phase-item-header-right {
  position: relative;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-bottom: 4px;
}

#payments .phase-item-header-right span {
  position: absolute; 
  width: 4px;
  height: 10px;
  top: 7px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 3px;
  background-color: #4C84FF;
  -webkit-transition:all .25s ease-in-out;
     -moz-transition:all .25s ease-in-out;
      -ms-transition:all .25s ease-in-out;
       -o-transition:all .25s ease-in-out;
          transition:all .25s ease-in-out; 
}

#payments .phase-item-header-right span:first-of-type {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);  
}

#payments .phase-item-header-right span:last-of-type {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);  
}

.plus-minus-rotate {
    -webkit-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important;
}



/*PHASE-ITEM-FOOTER*/
#payments .phase-item-footer {
  width: 100%;
  display: none;
}

#payments .phase-item-footer h5 {
  margin-left: 40px;
  margin-right: 4px;
  margin-bottom: 12px;
  width: 100%;
  font-weight: 600;
}



/*TIMELINE*/
#payments .phases .timeline {
  position: absolute;
  display: flex;
  width: calc(100% - 8px);
  left: 4px;
  right: 4px;
  margin: auto;
  bottom: 46px;
}
@media screen and (max-width: 768px) {
  #payments .phases .timeline {
    display: none;
  }
}

#payments .phases .timeline span {
  -webkit-transition:all .75s ease-in-out;
     -moz-transition:all .75s ease-in-out;
      -ms-transition:all .75s ease-in-out;
       -o-transition:all .75s ease-in-out;
          transition:all .75s ease-in-out; 
}

#payments .phases .timeline span:nth-of-type(1) {
  width: 100%;
  position: absolute;
  height: 12px;
  border-radius: 6px;
  background-color: #EBE9D7;
}

#payments .phases .timeline span:nth-of-type(2) {
  width: 0%;
  height: 12px;
  border-radius: 6px;
  background-color: #F8DEB3;
  z-index: 1;
}

#payments .phases .timeline span:nth-of-type(3) {
  height: 12px;
  border-radius: 6px;
  margin-left: -6px;
  background-color: #F6C779;
  animation-delay: .75s;
  z-index: 1;
}
#payments .phases .timeline span:nth-of-type(4) {
  height: 12px;
  border-radius: 6px;
  margin-left: -6px;
  background-color: #F5A623;
  animation-delay: 1.5s;
  z-index: 1;
}

.timeline-span-width {
  width: calc(33% + 7px)!important;
}
/*----------------------------------------------- PAYMENTS SECTION (END) -----------------------------------------------*/



















/*----------------------------------------------- DIGBI CARES -----------------------------------------------*/
[id*="digbi-cares"] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 80px;
}

[id*="digbi-cares"] .wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}



/*NON-MOBILE*/
@media screen and (max-width: 640px) {
  [id*="digbi-cares"] .wrapper .non-mobile {
    display: none;
  }
}



/*NON-MOBILE IMAGES (STATIC)*/
@media screen and (min-width: 641px) {
  [id*="digbi-cares"] .wrapper .non-mobile .static .non-mobile-image {
    display: block;
    position: absolute;
  }
  [id*="digbi-cares"] .wrapper .non-mobile .static .non-mobile-image:first-of-type {
    z-index: 2;
  }
  [id*="digbi-cares"] .wrapper .non-mobile .static .non-mobile-image:last-of-type {
    z-index: 0;
  }
}

/*NON-MOBILE IMAGES (NON-STATIC)*/
@media screen and (min-width: 641px) {
  [id*="digbi-cares"] .wrapper .non-mobile .non-static .non-mobile-image {
    z-index: 1;
    position: relative;
    display: none;
  }
  [id*="digbi-cares"] .wrapper .non-mobile .non-static .non-mobile-image:nth-of-type(1) {
    display: block;
  }
}



/*CONTAINER*/
[id*="digbi-cares"] .wrapper .container {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  [id*="digbi-cares"] .wrapper .container {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  [id*="digbi-cares"] .wrapper .container{
    width: 300px;
  }
}



/*HEADER*/
[id*="digbi-cares"] .wrapper .container .header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  [id*="digbi-cares"] .wrapper .container .header {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 641px) {
  [id*="digbi-cares"] .wrapper .container .header {
    margin-bottom: 24px;
  }
}

[id*="digbi-cares"] .wrapper .container .header h1 {
  width: 100%;
  font-weight: 800;
  text-align: center;
  margin-bottom: -4px;
  color: white;
}

[id*="digbi-cares"] .wrapper .container .header h4 {
  width: 100%;
  font-weight: 600;
  text-align: center;
  max-width: 240px;
  color: white;
}




/*FEATURES*/
[id*="digbi-cares"] .wrapper .container .features {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*FEATURE*/
[id*="digbi-cares"] .wrapper .container .features .feature {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 641px) {
  [id*="digbi-cares"] .wrapper .container .features .feature {
    cursor: pointer;
  }
  [id*="digbi-cares"] .wrapper .container .features .feature:not(:last-child) {
    margin-bottom: 8px;
  }
}



/*MOBILE-IMAGE*/
@media screen and (min-width: 641px) {
  [id*="digbi-cares"] .wrapper .container .features .feature .mobile-image {
    display: none;
  }
}








/*CARD*/
[id*="digbi-cares"] .wrapper .container .features .feature .card {
  width: 100%;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  -webkit-transition:all .25s ease-in-out;
     -moz-transition:all .25s ease-in-out;
      -ms-transition:all .25s ease-in-out;
       -o-transition:all .25s ease-in-out;
          transition:all .25s ease-in-out;
}
@media screen and (max-width: 640px) {
  [id*="digbi-cares"] .wrapper .container .features .feature .card {
    padding: 20px 12px;
/*    border-radius: 32px;*/
  }
}
@media screen and (min-width: 641px) {
  [id*="digbi-cares"] .wrapper .container .features .feature .card {
    max-width: calc(240px - 24px);
    padding: 12px;
    border-radius: 22px;
    background-color: white;
  }
  [id*="digbi-cares"] .wrapper .container .features .feature .card:hover {
    box-shadow: inset 0 0 0 3px #19B99A;
  }
}


/*IMG*/
@media screen and (max-width: 640px) {
  [id*="digbi-cares"] .wrapper .container .features .feature .card img {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  [id*="digbi-cares"] .wrapper .container .features .feature .card img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
}

/*TEXT*/
[id*="digbi-cares"] .wrapper .container .features .feature .card .text {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  [id*="digbi-cares"] .wrapper .container .features .feature .card .text {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  [id*="digbi-cares"] .wrapper .container .features .feature .card .text {
    width: calc(100% - 40px);
  }
}


/*H5*/
[id*="digbi-cares"] .wrapper .container .features .feature .card .text h4 {
  width: 100%;
}
@media screen and (max-width: 640px) {
  [id*="digbi-cares"] .wrapper .container .features .feature .card .text h4 {
    text-align: center;
    color: white;
    font-weight: 900;
  }
}
@media screen and (min-width: 641px) {
  [id*="digbi-cares"] .wrapper .container .features .feature .card .text h4 {
    text-align: left;
    color: #4C84FF;
    margin-top: 5px;
    font-weight: 700;
  }
}

/*H6*/
[id*="digbi-cares"] .wrapper .container .features .feature .card .text h5 {
  width: 100%;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  [id*="digbi-cares"] .wrapper .container .features .feature .card .text h5 {
    text-align: center;
    color: white;
  }
}
@media screen and (min-width: 641px) {
  [id*="digbi-cares"] .wrapper .container .features .feature .card .text h5 {
    text-align: left;
    display: none;
  }
  [id*="digbi-cares"] .wrapper .container .features .feature:nth-of-type(1) .card .text h5 {
    display: block;
  }
}




/*FOR COACHING ONLY*/
/*BACKGROUND-COLORS*/
#digbi-cares-coaching {
  background-color: #33D6A7;
}
@media screen and (max-width: 640px) {
  #digbi-cares-coaching .feature:nth-child(1) {
    background-color: #33D6A7;
  }
  #digbi-cares-coaching .feature:nth-child(1) .card {
    background-color: #34D2AB;
  }
  #digbi-cares-coaching .feature:nth-child(2) {
    background-color: #38C5B9;
  }
  #digbi-cares-coaching .feature:nth-child(2) .card {
    background-color: #39C1BD;
  }
  #digbi-cares-coaching .feature:nth-child(3) {
    background-color: #3DB5CA;
  }
  #digbi-cares-coaching .feature:nth-child(3) .card {
    background-color: #3EB1CF;
  }
}



#digbi-cares-coaching .wrapper {
  align-items: flex-end;
}
@media screen and (min-width: 641px) {
  #digbi-cares-coaching .wrapper .container {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 640px) {
  #digbi-cares-coaching .wrapper .container .features .feature .mobile-image {
    display: block;
    width: 220px;
    height: 220px;
  }
}
@media screen and (min-width: 641px) {
  #digbi-cares-coaching .wrapper .non-mobile {
    width: 300px;
    height: 300px;
    overflow: hidden;
  }
}
@media screen and (min-width: 641px) {
  #digbi-cares-coaching .wrapper .non-mobile .non-mobile-image {
    width: 300px;
    height: 300px;
  }
}



/*FOR REPORTS ONLY*/
/*BACKGROUND-COLORS*/
@media screen and (min-width: 641px) {
  #digbi-cares-reports {
    background-color: #36CDB0;;
  }
}
@media screen and (max-width: 640px) {
  #digbi-cares-reports {
    background-color: #33D6A7;
  }
}
@media screen and (max-width: 640px) {
  #digbi-cares-reports .feature:nth-child(1) {
    background-color: #33D6A7;
  }
  #digbi-cares-reports .feature:nth-child(1) .card {
    background-color: #34D2AB;
  }
  #digbi-cares-reports .feature:nth-child(2) {
    background-color: #38C5B9;
  }
  #digbi-cares-reports .feature:nth-child(2) .card {
    background-color: #39C1BD;
  }
  #digbi-cares-reports .feature:nth-child(3) {
    background-color: #3DB5CA;
  }
  #digbi-cares-reports .feature:nth-child(3) .card {
    background-color: #3EB1CF;
  }
}

/*WRAPPER*/
#digbi-cares-reports .wrapper {
  align-items: flex-end;
}
@media screen and (min-width: 641px) {
  #digbi-cares-reports .wrapper .container {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 640px) {
  #digbi-cares-reports .wrapper .container .features .feature .mobile-image {
    display: block;
    width: 220px;
    height: 220px;
  }
}
@media screen and (min-width: 641px) {
  #digbi-cares-reports .wrapper .non-mobile {
    width: 300px;
    height: 300px;
    overflow: hidden;
  }
}
@media screen and (min-width: 641px) {
  #digbi-cares-reports .wrapper .non-mobile .non-mobile-image {
    width: 300px;
    height: 300px;
  }
}
/*----------------------------------------------- DIGBI CARES (END) -----------------------------------------------*/



















/*----------------------------------------------- BUY-BAR SECTION -----------------------------------------------*/
/*BUY-BAR*/
#buy-bar {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 11;
  background-color: white;
}



/*BUY-BAR TOP*/
#buy-bar .top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
#buy-bar .top {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 30px;

  }
}
@media screen and (min-width: 769px) {
#buy-bar .top {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;

  }
}


/*BUY-BAR TOP TEXT*/
#buy-bar .top h3 {
  font-weight: 700;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  #buy-bar .top h3 span {
    display: none;
  }  
}



/*ITEM DESCRIPTION*/
#buy-bar .item-description-button {
  display: flex;
  width: 118px;
  justify-content: space-between;
}

#buy-bar .item-description-button:hover {
  cursor: pointer;
}

#buy-bar .item-description-button h4 {
  color: #00CC91;
}

#buy-bar .item-description-button h4:first-of-type {
  margin-left: 2px;
  font-weight: 700;
  color: #4C84FF;
}

#buy-bar .item-description-button > div {
  position: relative;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background-color: #E4EDFF;
  display: inline-block;
}
#buy-bar .item-description-button:hover > div  {
  background-color: #BCD6F3;
}

#buy-bar .item-description-button span {
  position: absolute; 
  width: 4px;
  height: 10px;
  margin: auto;
  border-radius: 3px;
  background-color: #4C84FF;
  -webkit-transition:all .1s ease-in-out;
     -moz-transition:all .1s ease-in-out;
      -ms-transition:all .1s ease-in-out;
       -o-transition:all .1s ease-in-out;
          transition:all .1s ease-in-out; 
}



#buy-bar .item-description-button span:first-of-type {
  bottom: 6px;
  left: 7px; 
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.item-description-button-span-first-of-type-active {
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}

#buy-bar .item-description-button span:last-of-type {
  bottom: 6px;
  left: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);  
}

.item-description-button-span-last-of-type-active {
  -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
}

#buy-bar .item-description-detail {
  display: none;
}



/*BOTTOM FRAMEWORK*/
#buy-bar .bottom {
  display: none;
  padding-top: 30px;
  border-top: 2px solid rgb(244,244,244);
}
@media screen and (max-width: 768px) {
#buy-bar .bottom {
    margin-left: 10px;
    margin-right: 10px;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 769px) {
#buy-bar .bottom {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#buy-bar .bottom > div {
  display: flex;
  flex-wrap: wrap;
}


/*DETAIL-ITEM*/
#buy-bar .bottom .detail-item {
  width: 240px;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1079px) {
  #buy-bar .bottom .detail-item {
      width: 100%;
      max-width: 600px;
  }
}



/*DETAIL-ITEM H4*/
#buy-bar .bottom .detail-item h4 {
  font-weight: 800;
}

/*DETAIL-ITEM H5*/
#buy-bar .bottom .detail-item h5 {
  font-weight: 600;
}



/*RESULTS*/
#buy-bar .results {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1079px) {
  #buy-bar .results {
    padding-top: 4px;
  }  
}
@media screen and (min-width: 1080px) {
  #buy-bar .results {
    padding-top: 19px;
  }  
}

/*RESULTS H5*/
#buy-bar  .results h5 {
  font-weight: 300;
  margin-top: -1px;
}
#buy-bar  .results h5:first-of-type {
  width: calc(100% - 25px);
  margin-left: 5px;
}
#buy-bar  .results h5:nth-of-type(2) {
  display: none;
  width: 100%;
  margin-top: 3px;
}



/*CHECKBOX*/
#buy-bar .container {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 17px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#buy-bar .container .input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#buy-bar .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 2px solid rgba(76,132,255,.5);
  border-radius: 8px;
}

#buy-bar .container:hover .input[type="checkbox"] ~ .checkmark {
  border-color: rgba(76,132,255,1);
}

#buy-bar .container .input[type="checkbox"]:checked ~ .checkmark {
  border-color: #4C84FF;
  background-color: #4C84FF;
}

#buy-bar .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#buy-bar .container .input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}

#buy-bar .container .checkmark:after {
  width: 3px;
  height: 7px;
  left: 4.5px;
  top: 1.5px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/*BUTTON-CTA*/
#buy-bar .button-cta-add-to-cart {
  background-color: #4C84FF;
  -webkit-box-shadow: 0px 10px 15px -10px rgba(33,116,217,1);
     -moz-box-shadow: 0px 10px 15px -10px rgba(33,116,217,1);
          box-shadow: 0px 10px 15px -10px rgba(33,116,217,1);
}

#buy-bar .button-cta-add-to-cart > div:last-of-type {
  position: relative;
  background-color: #4173E8;
  overflow: hidden;
}

#buy-bar .button-cta-add-to-cart > div:last-of-type span {
  position: absolute;
  height: 10px;
  width: 7px;
  top: -10px;
  left: 10px;
  border-radius: 1px;
  background-color: #F5A623;
}

#buy-bar .button-cta-add-to-cart > div:last-of-type img {
  z-index: 2;
  position: relative;
}

#buy-bar .button-cta-add-to-cart:hover > div:last-of-type span {
  top: 4px;
  -webkit-transform:translateZ();
  -webkit-transition:all .25s ease-in-out;
     -moz-transition:all .25s ease-in-out;
      -ms-transition:all .25s ease-in-out;
       -o-transition:all .25s ease-in-out;
          transition:all .25s ease-in-out;
}



/*BUTTON OVERRIDES*/
#buy-bar [class*="button-overlay-cta"] {
  background-color: #4C84FF;
  text-decoration: none;
  animation-delay: .5s;
}

#buy-bar [class*="button-overlay-cta"]:hover {
  box-shadow: inset 0 0 0 3px #4067C6;
}

@media screen and (max-width: 768px) {
  #buy-bar [class*="button-overlay-cta"] > div:first-of-type span:first-of-type {
    display: none;
  } 
}
/*----------------------------------------------- BUY-BAR SECTION (END) -----------------------------------------------*/



















/*----------------------------------------------- ADJSUTMENTS BECAUSE OF WIDGET -----------------------------------------------*/
/*HIDE "INTERACTIONS" FROM WIDGET WHEN IN MOBILE FORM, BECAUSE THOSE INTERACTIONS ARE NOT AVAILABLE ON MOBILE */
@media screen and (max-width: 768px) {
  #widget .column-group:nth-of-type(1) {
    display: none;
  } 
}



/*SHIFT WIDGET UP AND REDUCE ACTIVE HEIGHT ON SMALLER SCREENS SO IT DOESN'T COVER THE STICKY BUY BAR*/
@media screen and (max-width: 768px) {
  #widget {
    margin-bottom: 118px !important;
  } 
  #widget.widget-active {
    max-height: calc(100% - 138px);
  } 
}
@media screen and (min-width: 769px) {
  #widget {
    margin-bottom: 103px !important;
  } 
  #widget.widget-active {
    max-height: calc(100% - 123px);
  } 
}
/*----------------------------------------------- ADJSUTMENTS BECAUSE OF WIDGET (END) -----------------------------------------------*/


