
.section-padding {
  padding-top: 3em;
  padding-bottom: 3em;
  font-family: Inter, sans-serif;
  color: #333;
}

.section-padding h1,
.section-padding h2,
.section-padding h3,
.section-padding h4,
.section-padding h5,
.section-padding h6{ font-weight:bold; }

@media (min-width: 576px) {
  .section-padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media (min-width: 992px) {
  .section-padding {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}

.bg-white{ background-color: #fff; }

.bg-grey { background-color: #f2eeeb; }

.bg-light-grey { background-color: #FAF9F9; }

.bg-primary-color { background-color: #12517a; }

.btn-custom {
  display: inline-block;
  border-radius: 2em !important;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: bold !important;
  padding: 1em 1.75em;
  max-width: 100%;
  border-
  -webkit-transition: color 200ms ease-out, background-color 200ms ease-out, padding 200ms ease-out;
  -moz-transition: color 200ms ease-out, background-color 200ms ease-out, padding 200ms ease-out;
  -ms-transition: color 200ms ease-out, background-color 200ms ease-out, padding 200ms ease-out;
  -o-transition: color 200ms ease-out, background-color 200ms ease-out, padding 200ms ease-out;
  transition: color 200ms ease-out, background-color 200ms ease-out, padding 200ms ease-out;
}

.btn-custom.white {
  color: white;
  border: 2px solid white;
}
.btn-custom.white:hover {
  background-color: white;
  color: #05adf6;
  padding: 1em 2em;
}

.btn-custom.secondary {
  color: #05adf6;
  border: 2px solid #05adf6;
}
.btn-custom.secondary:hover {
  background-color: #05adf6;
  color: white;
  padding: 1em 2em;
}

.btn-top-spacing {
  margin-top: 0.5rem;
}

.btn-custom.tertiary {
  color: white;
  border: 2px solid #05adf6;
  background-color: #05adf6;
}
.btn-custom.tertiary:hover {
  background-color: #05adf6;
  color: white;
  padding: 1em 2em;
}

.btn-custom.grey {
  color: #237760 !important;
  border: 2px solid #237760;
  background-color: #ECF0ED;
  padding: 1em 3em;
}
.btn-custom.grey:hover {
  background-color: #237760;
  color: white !important;
}

.btn-custom.green {
  color: white;
  border: 2px solid #237760;
  background-color: #237760;
  padding: 1em 3em;
}
.btn-custom.green:hover {
  background-color: #05adf6;
  border: 2px solid #05adf6;
  color: white;
}

.half-button-right {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  padding-right: 1em;
}

.half-button-left {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  padding-left: 1em;
}

.btn-custom.grey.selected {
  background-color: #237760;
  color: white !important;
}

.btn-custom.small-pad {
  margin-left: 5px;
}
@media (max-width: 400px) {
  .btn-custom.small-pad {
    margin-top: 5px;
  }
}

#custom-add-current-product{ color:white; }

/* Woocommerce */


/* PRODUCTS */
#product-use-accordion .btn-link { font-size:12px; }
#product-details-accordion .btn-link, #product-use-accordion .btn-link {
  color: #212529;
  text-decoration: none;
  background-color: transparent !important;
  white-space: wrap;
}

#product-details-accordion i, #product-use-accordion i {
  color: #237760;
  -webkit-transition: transform 200ms ease-out;
  -moz-transition: transform 200ms ease-out;
  -ms-transition: transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
}

#product-details-accordion ul, #product-use-accordion ul {
  padding-inline-start: 0px;
  margin: 0 0 2em 1.5em;
}

#product-details-accordion .collapsed i, #product-use-accordion .collapsed i {
  -webkit-transform: rotate(-0.25turn);
  transform: rotate(-0.25turn);
}

#product-details-accordion .card-body, #product-use-accordion .card-body {
  padding: 1rem;
}

#collapsePlan > .card-body {
  padding: 0rem;
  border: none;
}

#product-use-accordion > .card > .card-header, #product-details-accordion > .card > .card-header {
  background-color: #F9F9F9;
}

#product-use-accordion > .card {
  background-color: #CECECE;
}

#product-use-accordion > .card {
  margin-bottom: 10px;
}

#product-use-accordion .close-container-wrapper {
  text-align: center;
  padding-top: 20px;
}

#product-use-accordion h5 {
  font-size: 1em;
}

#collapseOne-product-use > .card-body .card,
#collapseTwo-product-use > .card-body .card,
#collapseThree-product-use > .card-body .card,
#collapseFour-product-use > .card-body .card {
  border-radius: 10px;
}

#collapseOne-product-use > .card-body .card-header,
#collapseTwo-product-use > .card-body .card-header,
#collapseThree-product-use > .card-body .card-header,
#collapseFour-product-use > .card-body .card-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.step-gaps {
  gap: 30px 0px;
}

.step-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #ECF0ED;
}

.step-list {
  display: flex;
  align-items: flex-start;
}

.step-number {
  color: white;
  background-color: #237760;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.schedule-cell {
  position: relative;
  border-left: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 20px 0px 10px 25px;
}

.schedule-cell:first-of-type {
  margin-top: -20px;
  padding-top: 30px;
}

.schedule-cell svg {
  position: absolute;
  left: -8px;
  top: 18px;
  z-index: 2;
}

.schedule-weeks-circle {
  position: absolute;
  background-color: #d9d9d9;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  z-index: 1;
  left: -13px;
  top: 15px;
}

.schedule-weeks {
  font-size: 7px;
  color: green;
  position: absolute;
  z-index: 3;
}

#collapsePlan > .card-body {
  padding: 0rem;
  border: none;
}

.alert-green {
  background-color: #237760 !important;
  color: white;
}

@media (min-width: 768px) {
  #product-details-accordion .btn-link, #product-use-accordion .btn-link {
    font-size: 18px;
  }

  #product-details-accordion .card-body, #product-use-accordion .card-body {
    padding: 2rem;
  }

}
@media (min-width: 576px) {
  .product-table td {
    display: table-cell;
    width: 50%;
  }

  .product-cell-padding {
    padding: 4.166666% 8.333333%;
  }

  .product-cell-padding.flavors-strengths {
    text-align: left;
    padding: 4.166666% 8.333333% 4.166666% 16.666666%;
  }

  .product-section-whatitdoes-warning .last-image {
    max-width: 250px;
    position: absolute;
    right: 0em;
    bottom: -8em;
  }
}

@media (max-width: 576px) {
  #product-use-accordion .btn-custom.green{ font-size: 14px !important; padding:1em 1.75em !important; white-space: wrap; }
}


/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xxl, col-xxl-push, hidden-xxl, etc.
*/
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-xxl-block,
.visible-xxl-inline,
.visible-xxl-inline-block,
.visible-xxl {
  display: none !important;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1570px;
  }

  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    -webkit-box-flex: 0;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxl-pull-12 {
    right: 100%;
  }

  .col-xxl-pull-11 {
    right: 91.66666667%;
  }

  .col-xxl-pull-10 {
    right: 83.33333333%;
  }

  .col-xxl-pull-9 {
    right: 75%;
  }

  .col-xxl-pull-8 {
    right: 66.66666667%;
  }

  .col-xxl-pull-7 {
    right: 58.33333333%;
  }

  .col-xxl-pull-6 {
    right: 50%;
  }

  .col-xxl-pull-5 {
    right: 41.66666667%;
  }

  .col-xxl-pull-4 {
    right: 33.33333333%;
  }

  .col-xxl-pull-3 {
    right: 25%;
  }

  .col-xxl-pull-2 {
    right: 16.66666667%;
  }

  .col-xxl-pull-1 {
    right: 8.33333333%;
  }

  .col-xxl-pull-0 {
    right: auto;
  }

  .col-xxl-push-12 {
    left: 100%;
  }

  .col-xxl-push-11 {
    left: 91.66666667%;
  }

  .col-xxl-push-10 {
    left: 83.33333333%;
  }

  .col-xxl-push-9 {
    left: 75%;
  }

  .col-xxl-push-8 {
    left: 66.66666667%;
  }

  .col-xxl-push-7 {
    left: 58.33333333%;
  }

  .col-xxl-push-6 {
    left: 50%;
  }

  .col-xxl-push-5 {
    left: 41.66666667%;
  }

  .col-xxl-push-4 {
    left: 33.33333333%;
  }

  .col-xxl-push-3 {
    left: 25%;
  }

  .col-xxl-push-2 {
    left: 16.66666667%;
  }

  .col-xxl-push-1 {
    left: 8.33333333%;
  }

  .col-xxl-push-0 {
    left: auto;
  }

  .offset-xxl-12 {
    margin-left: 100%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .visible-xxl {
    display: block !important;
  }

  table.visible-xxl {
    display: table;
  }

  tr.visible-xxl {
    display: table-row !important;
  }

  th.visible-xxl, td.visible-xxl {
    display: table-cell !important;
  }

  .visible-xxl-block {
    display: block !important;
  }

  .visible-xxl-inline {
    display: inline !important;
  }

  .visible-xxl-inline-block {
    display: inline-block !important;
  }

  .hidden-xxl {
    display: none !important;
  }
}