/* LINKs */
a,
a i {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* FORM */
.iti {
  display: block;
}

.wpcf7 form .wpcf7-list-item {
  margin: unset;
  display: unset;
}

.wpcf7 form .ajax-loader {
  display: none;
}

.wpcf7 form textarea {
  height: 101px;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

@media screen and (min-width: 1200px) {
  .wpcf7 form textarea {
    height: 300px;
  }
}
.wpcf7-spinner {
  display: none;
  margin: 10px auto 0;
}

/* BG CONTAINERS & IMGs */
/* ::before */
[class*=before--],
[class*=before--] > * {
  position: relative;
}

[class*=before--]::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}

.block-img {
  position: relative;
  min-height: 248px;
  border-radius: 0.5rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .block-img {
    min-height: 360px;
  }
}
.block-img img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.arrow-icon {
  height: 45px;
}

@media screen and (min-width: 768px) {
  .arrow-icon {
    height: 56px;
  }
}
.card-icon {
  height: 63px;
  width: 63px;
}

@media screen and (min-width: 768px) {
  .card-icon {
    height: 111px;
    width: 111px;
  }
}
.card-icon--small {
  height: 60px;
}

.card-icon--big {
  height: 79px;
  width: 79px;
}

@media screen and (min-width: 768px) {
  .card-icon--big {
    height: 92px;
    width: 92px;
  }
}
/* .background-contain,
.background-cover,
.background-cover-min,
.background-lg-cover,
.background-cover-banner,
.background-cover-image,
.background-cover-block,
.background-cover-card,
.background-cover-sm-card {
  background-repeat: no-repeat;
  background-position: center;
} */
.background-cover,
.background-contain,
.background-cover-min,
.background-lg-cover {
  background-repeat: no-repeat;
  background-position: center;
}

.background-cover,
.background-cover-min {
  background-size: cover;
}

.background-contain {
  background-size: contain;
}

/* .background-cover,
.background-cover-min,
.background-cover-banner,
.background-cover-image,
.background-cover-block,
.background-cover-card,
.background-cover-sm-card {
  background-size: cover;
} */
.background-lg-cover {
  background-size: 0;
}

@media screen and (min-width: 992px) {
  .background-lg-cover {
    background-size: cover;
  }
}
.background-cover-min {
  min-height: 315px;
}

.background-cover-banner {
  min-height: 380px;
}

.background-contain {
  min-height: 230px;
}

.background-cover-image,
.background-cover-block,
.background-cover-card,
.background-cover-sm-card,
.background-cover-slide {
  height: 245px;
}

@media screen and (min-width: 768px) {
  .background-cover-banner {
    height: 550px;
  }
  .background-cover-block {
    height: 365px;
  }
}
@media screen and (min-width: 992px) {
  .background-cover-sm-card {
    height: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .background-cover {
    height: 500px;
  }
  .background-cover-image {
    height: 360px;
  }
  .background-cover-card {
    height: 300px;
  }
}
.zoom-pop .background-zoom-pop,
.zoom-pop .background-zoom-pop-dark {
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.zoom-pop .img-zoom-pop,
.zoom-pop .attachment-woocommerce_thumbnail {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.zoom-pop:hover .img-zoom-pop,
.zoom-pop:hover .attachment-woocommerce_thumbnail {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.background-cover-homepage {
  position: relative;
}

.background-cover-homepage::before {
  content: "";
  top: -1;
  left: 0;
  right: 0;
  bottom: -1;
}

@media screen and (min-width: 992px) {
  .background-cover-homepage::before {
    position: absolute;
  }
  .background-cover-homepage > div:first-child {
    margin-top: 15rem;
  }
}
/* NAVBAR */
nav:last-of-type {
  z-index: 900;
}

.hamburger .bar {
  display: block;
  width: 20px;
  height: 4px;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav .nav-item {
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

nav .nav-item.current-page a {
  font-weight: 600;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.subnav-item {
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  white-space: nowrap;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

.nav-logins .current-subpage {
  font-weight: 600;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  color: var(--neutral-darker);
}

#dropdownSubMenu img {
  transform: rotate(-90deg);
  transition: all 0.2s ease-in-out;
}

#dropdownSubMenu::after {
  display: none;
}

ul[aria-labelledby=dropdownSubMenu] {
  border: none;
  inset: auto !important;
  transform: translate(0, 0) !important;
  min-width: 20rem;
  width: max-content;
}

ul[aria-labelledby=dropdownSubMenu] > div {
  display: flex;
  flex-direction: column;
}

#dropdownSubMenu img.icon-rotation {
  transform: rotate(0);
}

#account-menu-empty,
#shop-menu-empty {
  text-align: center;
  max-width: 20%;
}

#account-menu-container,
#shop-menu-container {
  width: 80%;
}

.subnav-shop > div > div {
  min-height: 50px;
}

ul#dropdownSubMenuWrapper > div > div:nth-child(1) {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
  z-index: 2;
}

@media screen and (max-width: 576px) {
  body nav.subnav-shop .dropdown {
    position: static !important;
  }
  .subnav-shop .order-2 {
    border-top: 1px solid var(--white);
  }
  .subnav-shop .dropdown button {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
#healthyLifestyleCollapse > div > ul > a:last-child,
#howItWorksCollapse > div > ul > a:last-child {
  border: none !important;
}

.offcanvas {
  width: 66.66667%;
}

@media screen and (min-width: 500px) {
  .offcanvas {
    width: 400px;
  }
}
/* ACCORDIONs */
#faqsAccordion .accordion-button::after {
  content: none;
}

#faqsAccordion .level-1 > button.accordion-button {
  border-width: 1px;
  border-style: solid;
  max-width: 100%;
}

#faqsAccordion .level-1 > button.accordion-button i {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

#faqsAccordion .level-1 > button.accordion-button:not(.collapsed) i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#faqsAccordion .level-2 > button.accordion-button {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  max-width: 100%;
}

#faqsAccordion .level-2 > button.accordion-button:not(.collapsed) i:before {
  content: "\f056";
}

#searchRecipes button.accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#searchRecipes .accordion-item,
#footerForm {
  border-width: 1px;
  border-style: solid;
}

#searchRecipes .accordion-item.active,
#footerForm.active {
  border-width: 2px;
}

#footerAccordion .accordion-button {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
}

#footerAccordion .accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
}

#footerAccordion .accordion-button:focus {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
}

#footerAccordion .icon-border {
  width: 2rem;
  height: 2rem;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

@media screen and (min-width: 768px) {
  #footerAccordion .accordion-button:after {
    content: none;
  }
  #footerAccordion .collapse {
    display: block;
    height: auto !important;
    visibility: visible;
  }
  #footerAccordion .collapsing {
    position: relative;
    height: unset !important;
    overflow: hidden;
  }
}
/* PAGINATION */
.page-numbers {
  display: inline-block;
  padding: 8px;
  margin-right: 2px;
  line-height: 1;
  width: 32px;
  text-decoration: none;
  border-radius: 50%;
  font-weight: 600;
}

/* ANIMATIONS */
.fade-in-on-scroll {
  opacity: 0;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.already-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .fade-in-on-scroll-md {
    opacity: 0;
  }
  .already-visible-md {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: none;
    animation: none;
  }
}
/* WOOCOMMERCE */
.product-card {
  -webkit-transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.product-card:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1;
  border-radius: 99px;
  padding: 0.5rem;
}

.wp-post-image {
  max-width: 100%;
  height: auto;
}

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  max-width: 150px;
  height: auto;
}

.flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
}

.flex-control-thumbs li img {
  max-width: 100%;
  height: auto;
  cursor: pointer;
  opacity: 0.5;
}

.flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.woocommerce-product-attributes-item__value p {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .woocommerce table.shop_table_responsive tr td:before,
  .woocommerce-page table.shop_table_responsive tr td:before {
    display: none;
  }
}
.woocommerce table.shop_table_responsive tr td.actions::before,
.woocommerce table.shop_table_responsive tr td.order-actions::before,
.woocommerce table.shop_table_responsive tr td.product-remove::before,
.woocommerce table.shop_table_responsive tr td.product-thumbnail::before,
.woocommerce-page table.shop_table_responsive tr td.actions::before,
.woocommerce-page table.shop_table_responsive tr td.product-remove::before,
.woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before {
  display: none;
}

.validate-required label abbr {
  text-decoration: none;
  border: none;
}

.payment_box > p:last-child {
  margin-bottom: 0;
}

.woocommerce-order-overview li {
  border-bottom-width: 2px;
  border-bottom-style: dotted;
}

.woocommerce-order-overview li:last-child {
  border: 0;
}

@media screen and (min-width: 768px) {
  .woocommerce-order-overview li {
    border-bottom: 0;
    border-right-width: 2px;
    border-right-style: dotted;
  }
}
.woocommerce-input-wrapper {
  display: block;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.quantity,
.shop_table .quantity {
  min-width: 1px;
}

.quantity {
  max-width: 90px;
}

.shop_table .quantity {
  max-width: 80px;
}

td.product-thumbnail {
  max-width: 150px;
}

/*
@media screen and (min-width:1200px) {
  .cart-collaterals {
    position: relative;
  }
  .cart-collaterals > .row {
    position: fixed;
  }
}
*/
/* Account navigation custom link */
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
  margin-left: auto;
}

/* ATUM store location dropdown inside tables */
td .atum-select-mi select {
  width: 100%;
}

#mailpoet_woocommerce_checkout_optin_field {
  display: none;
}

/* Datatables Search */
#new_table_length {
  display: none;
}

.woocommerce-account .dataTables_wrapper .dataTables_filter label {
  font-size: 0px;
  display: flex;
  align-items: center;
}

.woocommerce-account .dataTables_wrapper .dataTables_filter label:before {
  content: " ";
  background-image: url(https://demo.3stepdiet.com/wp-content/uploads/2022/03/Lupa_20x20px.png);
  background-repeat: no-repeat;
  font-size: 14px;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}

#new_table_filter > label > input[type=search] {
  border-radius: 50px;
  border: 3px solid #000;
  padding: 5px 10px;
  outline: none;
  font-size: 14px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

#new_table_filter > label > input[type=search]:hover {
  border-radius: 50px;
  border: 3px solid #A6D538;
  padding: 5px 10px;
  outline: none;
  font-size: 14px;
}

.fa-instagram:before {
  content: "\e055";
}

.border-bottom-color-white {
  border-bottom: 1px solid white;
}

.quote {
  font-size: 145px;
}

#cloud {
  background-image: url(https://3stepdiet.com/wp-content/uploads/2022/11/cloud.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  width: 50%;
  height: 100%;
  max-height: 750px;
  position: absolute;
  margin-top: -8%;
}

#splide04-slide01 > div > div > div:nth-child(1) > div > h5 > p, #splide04-slide02 > div > div > div:nth-child(1) > div > h5 > p, #splide04-slide03 > div > div > div:nth-child(1) > div > h5 > p {
  font-size: 32px;
}

@media screen and (min-width: 576.98px) and (max-width: 992px) {
  #cloud {
    background-image: url(https://3stepdiet.com/wp-content/uploads/2022/11/cloud.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: -30%;
    margin-left: -8%;
  }
  #real-result {
    margin-top: 100px;
  }
  #stories {
    position: relative;
  }
  .quote {
    font-size: 119px;
  }
}
@media screen and (max-width: 576px) {
  #cloud {
    background-image: url(https://3stepdiet.com/wp-content/uploads/2022/11/cloud.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    width: 116%;
    height: 73%;
    position: absolute;
    margin-top: -25%;
    margin-left: -23%;
  }
  #real-result {
    margin-top: 50px;
  }
  #stories {
    position: relative;
    justify-content: center;
  }
  .quote {
    font-size: 76px;
    margin-left: -3px;
  }
  #splide04-slide01 > div > div > div:nth-child(1) > div.col-12.col-lg-5.offset-md-1.offset-lg-2 > h5 > p, #splide04-slide01 > div > div > div:nth-child(1) > div.col-12.col-lg-5.offset-md-2.offset-lg-3 > h5 > p,
  #splide04-slide02 > div > div > div:nth-child(1) > div.col-12.col-lg-5.offset-md-1.offset-lg-2 > h5 > p, #splide04-slide02 > div > div > div:nth-child(1) > div.col-12.col-lg-5.offset-md-2.offset-lg-3 > h5 > p,
  #splide04-slide03 > div > div > div:nth-child(1) > div.col-12.col-lg-5.offset-md-1.offset-lg-2 > h5 > p, #splide04-slide03 > div > div > div:nth-child(1) > div.col-12.col-lg-5.offset-md-2.offset-lg-3 > h5 > p {
    font-size: 26px;
  }
  #stories {
    padding-left: 0;
    padding-right: 0;
  }
}
.border-bottom-primary {
  border-bottom: 1px solid #00A9B8;
}

#tab-title-nutritional-declaration, #tab-title-additional-info-declaration,
#tab-title-directions-declaration, #tab-title-warnings-declaration, .product-detail-tab {
  min-width: 215px;
  background-color: var(--gray-light);
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.subnav-item.active[role=tab] a {
  font-weight: bold;
}

#nutritional-table-container {
  background-color: var(--gray-light);
  border-radius: 9px;
}

#nutritional-table-container > a:hover {
  all: unset;
}

#nutritional-table-container > table > tbody > tr:not(:last-child) {
  border-bottom: 2px solid rgba(72, 96, 102, 0.3607843137);
}

#nutritional-table-container > table > thead, #nutritional-table-container > table > tbody > tr:last-child {
  border-bottom: 3px solid #4D5F65;
}

.small-text {
  font-size: 14px;
}

#iframe-container {
  width: 100%;
}

.wave-successful {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -1px;
}

.z-2 {
  z-index: 2;
}

#stepButton, #categoryButton {
  max-width: inherit;
}

.footer-link {
  font-size: 14px !important;
}

.footer-link:hover {
  color: #989898;
}

.border-top-secondary-light {
  border-top: 1px solid #C0C5C7;
}

.fa-brands {
  font-size: 28px;
}

.livro-recl {
  width: 125px;
}

.so-widget-sow-editor img {
  width: auto;
}

.aspect-ratio-16-9 {
  aspect-ratio: 16/9;
}

.object-fit-cover {
  object-fit: cover;
}

.contact-button {
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .contact-button {
    min-width: 180px;
  }
}