/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 0px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xs-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xs-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xs-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xs-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xs-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xs-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xs-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xs-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xs-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xs-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xs-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xs-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xs-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xs-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xs-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xs-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xs-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.333333%;
  }
  .offset-xs-2 {
    margin-left: 16.666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.333333%;
  }
  .offset-xs-5 {
    margin-left: 41.666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.333333%;
  }
  .offset-xs-8 {
    margin-left: 66.666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.333333%;
  }
  .offset-xs-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 769px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1340px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1840px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.align-items-start {
  align-items: start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: end;
}
@media (min-width: 769px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 1340px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1840px) {
  .hidden-lg {
    display: none;
  }
}
@font-face {
  font-family: "duper";
  src: url("https://use.typekit.net/af/6628e0/00000000000000007735caa8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/6628e0/00000000000000007735caa8/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/6628e0/00000000000000007735caa8/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "duper";
  src: url("https://use.typekit.net/af/57ab84/00000000000000007735caae/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/57ab84/00000000000000007735caae/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/57ab84/00000000000000007735caae/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "duper";
  src: url("https://use.typekit.net/af/fafe2b/00000000000000007735cab2/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/fafe2b/00000000000000007735cab2/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/fafe2b/00000000000000007735cab2/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "duper";
  src: url("https://use.typekit.net/af/40ee64/00000000000000007735cab6/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/40ee64/00000000000000007735cab6/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/40ee64/00000000000000007735cab6/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Areotype";
  src: url("https://use.typekit.net/af/cf5e5e/00000000000000007735c842/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/cf5e5e/00000000000000007735c842/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/cf5e5e/00000000000000007735c842/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Areotype";
  src: url("https://use.typekit.net/af/6d7060/00000000000000007735c845/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/6d7060/00000000000000007735c845/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/6d7060/00000000000000007735c845/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Mindset';
  src: url('fonts/Mindset.woff2') format('woff2'), url('fonts/Mindset.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: 'Duper', sans-serif;
  font-size: 18px;
  hyphens: none;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  color: #252525;
}
nobr, span {
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}
body {
  padding: 0;
  margin: 0;
}
a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.page.page-flexible h1 *, .page.page-flexible h2 *, .page.page-flexible h3 *, .page.page-flexible h4 *, .page.page-flexible h5 *, .page.page-flexible h6 *, .page.page-flexible p *, .page.page-flexible a * {
  font-size: inherit;
}
.page.page-flexible p {
  margin: 20px 0;
}
.page.page-flexible strong * {
  font-weight: bold;
}
.page.page-flexible strong a {
  text-decoration: none;
}
.product_bg_wrapper h1.product_title.entry-title {
  margin: 30px 0;
}
.product_bg_wrapper h1, .product_bg_wrapper h2, .product_bg_wrapper h3, .product_bg_wrapper h4, .product_bg_wrapper h5, .product_bg_wrapper h6, .product_bg_wrapper p, .product_bg_wrapper li, .product_bg_wrapper a, .product_bg_wrapper td, .product_bg_wrapper label, .product_bg_wrapper input, .product_bg_wrapper button {
  margin: 20px 0;
}
@media (max-width: 768px) {
  .product_bg_wrapper h1, .product_bg_wrapper h2, .product_bg_wrapper h3, .product_bg_wrapper h4, .product_bg_wrapper h5, .product_bg_wrapper h6, .product_bg_wrapper p, .product_bg_wrapper li, .product_bg_wrapper a, .product_bg_wrapper td, .product_bg_wrapper label, .product_bg_wrapper input, .product_bg_wrapper button {
    margin: 20px 0;
  }
}
h1, p.h1 {
  font-family: "Mindset";
  text-align: center;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
}
@media (max-width: 768px) {
  h1, p.h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
h2, p.h2 {
  font-family: "Mindset";
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 768px) {
  h2, p.h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.cursive, h3, p.h3 {
  font-size: 70px;
  line-height: 70px;
  font-family: 'Areotype';
}
h4, .h4 {
  font-family: "Mindset";
  font-size: 25px;
  line-height: 35px;
}
p {
  line-height: 180%;
}
strong {
  font-weight: 700;
}
button:focus, input:focus {
  outline: 0;
}
p.underline {
  text-decoration: underline;
}
p a {
  text-decoration: underline;
  font-weight: 400;
}
.lightbox {
  position: fixed;
  z-index: 999999999;
  max-width: 90vw;
  min-width: 400px;
  max-height: 90vh;
  overflow: scroll;
  background: white;
  padding: 50px;
  box-shadow: 1px 1px 28px -10px #000;
  color: #000;
  top: calc(50vh - 100px);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.lightbox .lightbox_close {
  cursor: pointer;
  text-align: right;
}
.lightbox * {
  text-align: left;
}
@media (max-width: 768px) {
  .lightbox {
    width: 100vw;
  }
}
.slider {
  padding: 0 !important;
  margin-bottom: 0;
  height: 500px;
  width: 100vw;
  overflow: hidden;
}
.slider div {
  padding: 0 !important;
  overflow: hidden;
}
.slider div .slick-slide {
  padding: 0 !important;
  width: 100vw;
}
.slider div img {
  object-fit: cover;
  max-width: 100%;
}
p a {
  font-size: inherit;
}
ul.slick-dots {
  width: 100%;
  bottom: 20px;
}
@media (min-width: 769px) {
  ul.slick-dots {
    bottom: 45px;
  }
}
ul.slick-dots li {
  height: 7px;
  width: 7px;
  margin: 0 5px;
}
ul.slick-dots li button:before {
  content: ' ';
}
ul.slick-dots li.slick-active button:before {
  background: white;
}
ul.slick-dots li button:before {
  border: 1px solid white;
  border-radius: 100%;
  color: transparent;
  opacity: 1;
  height: 7px;
  width: 7px;
}
.gform_confirmation_message, .gform_wrapper div.validation_error, .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, .gform_body ul.gform_fields li.gfield .ginput_container input::placeholder, .gform_body ul.gform_fields li.gfield .ginput_container select::placeholder, .gform_body ul.gform_fields li.gfield .ginput_container textarea::placeholder, .gform_body ul.gform_fields li.gfield .ginput_container select option, .gform_body ul.gform_fields li.gfield .gfield_description, .gform_body ul.gform_fields li.gfield .ginput_container * {
  font-style: normal;
  color: #252525;
}
.gform_confirmation_message {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 15px;
}
.gform_confirmation_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.gform_wrapper div.validation_error, .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0;
  background: none;
}
.gform_body ul.gform_fields * {
  color: #252525;
}
.gform_body ul.gform_fields li.gfield input, .gform_body ul.gform_fields li.gfield input:focus, .gform_body ul.gform_fields li.gfield * {
  font-size: 0.8rem !important;
}
.gform_body ul.gform_fields li.gfield label, .gform_body ul.gform_fields li.gfield .gfield_label {
  display: none;
}
.gform_body ul.gform_fields li.gfield input:not([type='checkbox']), .gform_body ul.gform_fields li.gfield .textarea {
  min-height: 15px;
  -webkit-appearance: none;
  border: 0;
  border-bottom: 1px solid #252525;
  width: 100%;
  line-height: 1.5 !important;
  min-width: 100%;
  padding: 8px 4px;
}
.gform_body ul.gform_fields li.gfield ul.gfield_checkbox input[type='checkbox'] {
  height: 40px;
  width: 30px !important;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
  display: inline-block;
}
.gform_body ul.gform_fields li.gfield ul.gfield_checkbox input[type='checkbox']:checked {
  background: black;
}
.gform_body ul.gform_fields li.gfield .gfield_description {
  display: inline-block;
  padding: 0;
  margin: 0;
  padding-top: 10px;
}
.gform_body ul.gform_fields li.gfield .ginput_container_select {
  position: relative;
}
.gform_body ul.gform_fields li.gfield .ginput_container_select:before {
  content: ' ';
  top: 12px;
}
.gform_body ul.gform_fields li.gfield .ginput_container.ginput_recaptcha {
  display: flex;
  justify-content: center;
}
.gform_body ul.gform_fields li.gfield .ginput_container_select select.gfield_select {
  background: white;
  padding: 5px;
}
.gform_body ul.gform_fields li.gfield .ginput_container input::placeholder, .gform_body ul.gform_fields li.gfield .ginput_container select::placeholder, .gform_body ul.gform_fields li.gfield .ginput_container textarea::placeholder, .gform_body ul.gform_fields li.gfield .ginput_container select option {
  text-align: left;
  color: #252525;
}
.overview-slider, .usp-slider, .resources-page, .single-post {
  height: auto;
}
@media (max-width: 768px) {
  .overview-slider .slick-slide, .usp-slider .slick-slide, .resources-page .slick-slide, .single-post .slick-slide {
    height: 0;
    transition: height 0.4s;
  }
  .overview-slider .slick-slide.slick-active, .usp-slider .slick-slide.slick-active, .resources-page .slick-slide.slick-active, .single-post .slick-slide.slick-active {
    height: 100%;
  }
}
.overview-slider ul.slick-dots li button:before, .usp-slider ul.slick-dots li button:before, .resources-page ul.slick-dots li button:before, .single-post ul.slick-dots li button:before {
  border: 1px solid #252525;
}
.overview-slider ul.slick-dots li.slick-active button:before, .usp-slider ul.slick-dots li.slick-active button:before, .resources-page ul.slick-dots li.slick-active button:before, .single-post ul.slick-dots li.slick-active button:before {
  background: #252525;
}
.gform_footer {
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
}
.gform_footer input.gform_button.button {
  max-width: 70px !important;
  position: relative;
  margin: 15px;
}
.gform_footer input.gform_button.button:hover {
  background: #000;
}
.gform_body ul.gform_fields li.gfield#field_1_10, .gform_body ul.gform_fields li.ts_cs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0;
}
.ginput_container_checkbox li {
  display: flex;
}
.ginput_container_checkbox label {
  position: relative;
  padding-left: 40px !important;
}
.ginput_container_checkbox label:before {
  content: " ";
  width: 30px;
  height: 30px;
  left: 700px;
  bottom: 570px;
  background: #FFFFFF;
  border: 1px solid #BDBABB;
  border-radius: 100%;
  left: 0;
  top: 0;
  position: absolute;
  pointer-events: none;
}
.ginput_container_checkbox input:checked + label::after {
  content: '✓';
  position: absolute;
  top: 0;
  font-size: 22px;
  left: 5px;
}
.gform_body ul.gform_fields li.gfield#field_1_10 {
  margin-top: 15px;
}
.gform_body ul.gform_fields li.ts_cs {
  margin-bottom: 15px;
}
.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']) {
  line-height: 1.5;
}
.gform_body ul.gform_fields li.gfield .gfield_description {
  text-align: left !important;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
  margin: 0 !important;
  padding: 0;
}
.gform_body ul.gform_fields li.gfield .ginput_container_select:before {
  position: absolute;
  height: 0;
  width: 0;
  border: 7px solid black;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: grey;
  border-bottom-color: transparent;
  right: 10px;
  top: 17px;
  pointer-events: none;
}
body img.gform_ajax_spinner {
  display: none !important;
}
@media (max-width: 768px) {
  .accordion-wrapper h2 {
    margin: 10px 0;
    font-size: 1.33rem;
  }
}
.page .wp-block-advgb-accordions *:focus {
  outline: none;
}
.page .wp-block-advgb-accordions * {
  font-size: 1rem;
}
@media (min-width: 769px) {
  .page .wp-block-advgb-accordions * {
    font-size: 1.33rem;
  }
}
.page .advgb-accordion-body * {
  color: #252525;
}
.page .wp-block-advgb-accordions .advgb-accordion-header {
  border: 0 !important;
  border-bottom: 1px solid #252525 !important;
  background: none !important;
  color: #252525 !important;
  border-radius: 0 !important;
}
.page .advgb-accordion-header-icon svg {
  display: none;
}
.page .advgb-accordion-header-icon::before {
  content: ' ';
  border: solid #252525;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 7px;
  transform: translateX(-4px) translateY(4px) rotate(-45deg);
  width: 10px;
  height: 10px;
  margin-left: 5px;
  box-sizing: border-box;
  overflow: visible;
  transition: all 0.4s;
}
.page .advgb-accordion-header {
  margin-top: 0;
}
.page .advgb-accordion-header[aria-expanded='true'] .advgb-accordion-header-icon {
  display: block !important;
  transform: rotate(90deg) translateX(-4px);
}
.page .advgb-accordion-body {
  border: none !important;
}
.cookie-notice-container * {
  font-size: 1rem;
}
.cookie-notice-container a.cn-button {
  box-shadow: none;
  border: none;
  color: #fff;
  text-shadow: none;
  margin: 0;
  border-radius: 0;
  padding: 10px 27px;
  margin: 20px 10px;
}
.cookie-notice-container span {
  transform: translateY(3px);
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 1350px) {
  .cookie-notice-container span {
    display: block;
  }
}
@media (max-width: 768px) {
  .cookie-notice-container {
    text-align: left;
  }
  .cookie-notice-container * {
    text-align: left;
  }
  .cookie-notice-container span#cn-notice-text {
    margin-bottom: 15px;
  }
  .cookie-notice-container a.cn-button {
    margin: 0 !important;
  }
  .cookie-notice-container #cn-more-info {
    background: none;
    display: inline-block;
    text-decoration: underline;
  }
  .cookie-notice-container #cn-more-info:hover {
    background: none;
  }
}
.usp-slider-wrap {
  z-index: 9999;
  position: relative;
  background: #F3F0DF;
  width: 100vw;
  margin-top: 45px;
}
@media (min-width: 769px) {
  .usp-slider-wrap {
    margin-top: 55px;
  }
}
@media (max-height: 650px) and (max-width: 365px) {
  .usp-slider-wrap {
    display: none;
  }
}
.usp-slider {
  background: #F3F0DF;
  color: #ffff;
  margin-bottom: 0 !important;
}
@media (min-width: 769px) {
  .usp-slider {
    width: auto;
    max-width: 500px;
    display: block;
    margin: auto;
  }
}
.usp-slider p {
  text-align: center;
  max-width: calc(100% - 50px);
  margin: 2px auto;
  margin-left: 30px;
  color: #ffff;
}
.usp-slider .slick-dots {
  display: none !important;
}
.usp-slider .slick-prev.slick-arrow, .usp-slider .slick-placeholder-arrows .prev {
  background: url('svg/arrow_left_thick.svg');
}
.usp-slider .slick-next.slick-arrow, .usp-slider .slick-placeholder-arrows .next {
  background: url('svg/arrow_right_thick.svg');
}
.usp-slider .slick-arrow, .usp-slider .slick-placeholder-arrows > div {
  height: 17px;
  width: 9.2px;
  margin: 0;
  margin-top: 3px;
}
@media (min-width: 769px) {
  .usp-slider .slick-arrow, .usp-slider .slick-placeholder-arrows > div {
    margin-top: 0;
  }
}
.cta-block {
  overflow: hidden;
  background: #FEFFF0;
  position: relative;
}
.cta-block h2 {
  font-size: 2.66rem;
  margin-top: 0;
  line-height: 3rem;
}
@media (max-width: 768px) {
  .cta-block h2 {
    font-size: 2.33rem;
    line-height: 2.66rem;
  }
}
@media (max-width: 768px) {
  .cta-block * {
    text-align: center;
  }
}
.cta-block .wp-block-image img :hover {
  transform: scale(1);
}
.cta-block .uagb-column__wrap {
  justify-content: center;
  align-items: center;
}
.cta-block .uagb-column__wrap .uagb-column__inner-wrap {
  height: max-content;
}
.cta-block::after, .cta-block::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  pointer-events: none;
  background-repeat: no-repeat !important;
  background-size: 106% !important;
}
@media (max-width: 768px) {
  .cta-block::after, .cta-block::before {
    height: 70vw;
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .cta-block::after {
    content: '';
    bottom: -17vw;
    background: url('svg/fruits_top_mobile.svg');
  }
}
.cta-block::before {
  content: '';
  top: 0;
  background: url('svg/cta_svg.svg');
}
@media (max-width: 768px) {
  .cta-block::before {
    background: url('svg/fruits_bottom_mobile.svg');
    top: -17vw;
  }
}
.cta-block .wp-block-image {
  background: #FEFFF0;
}
.cta-block .wp-block-image img {
  mix-blend-mode: multiply;
  background: #FEFFF0;
}
@media (max-width: 768px) {
  .cta-block .wp-block-image img {
    margin: 0 auto;
  }
}
.wp-block-button.cta .wp-block-button__link, .cta-block .wp-block-button .wp-block-button__link {
  background: #8BB52F;
  padding: 6px 80px 10px 80px;
  border-radius: 50px;
  transition: all 0.4s;
}
.wp-block-button.cta .wp-block-button__link:hover, .cta-block .wp-block-button .wp-block-button__link:hover {
  background: #4f4f4f;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);
}
.wp-block-button.cta a, .cta-block .wp-block-button a {
  color: #ffff;
  font-weight: 700;
}
.wp-block-button.cta strong, .cta-block .wp-block-button strong {
  font-size: inherit;
}
.in-footer.form-popup {
  position: fixed;
  z-index: 999999;
  min-height: 100vh;
  height: auto;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  display: none;
}
.in-footer.form-popup::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  backdrop-filter: blur(0px);
  transition: all 1s;
}
.in-footer.form-popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 9;
}
.in-footer.form-popup.showing {
  display: flex;
}
.in-footer.form-popup.showing::before {
  opacity: 0.5;
  backdrop-filter: blur(10px);
}
.in-footer.form-popup .inner {
  position: relative;
  z-index: 2;
  width: 460px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.in-footer.form-popup .inner * {
  color: #252525;
}
.in-footer.form-popup .inner input {
  margin: 0;
}
@media (max-width: 768px) {
  .in-footer.form-popup .inner {
    margin: 20px;
    overflow: scroll;
    max-height: calc(100vh - 80px);
  }
}
.in-footer.form-popup .inner .gform_confirmation_message {
  padding: 60px;
}
.in-footer.form-popup .inner .gform_wrapper div.validation_error {
  border: none;
}
.in-footer.form-popup .inner .gform_wrapper li.gfield.gfield_error, .in-footer.form-popup .inner .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none;
  border: none;
}
.in-footer.form-popup .inner .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
  padding: 0 20px;
}
.in-footer.form-popup .inner .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100%;
}
.in-footer.form-popup .inner .gform_title {
  text-align: center;
  font-size: 2rem;
  padding: 0 50px;
}
.in-footer.form-popup .inner .gform_body ul.gform_fields li.gfield label {
  display: block;
  margin: 0;
}
.in-footer.form-popup .inner .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}
.in-footer.form-popup .inner .gform_wrapper ul.gform_fields li.gfield {
  padding: 0 20px;
  margin: 10px 0;
}
.in-footer.form-popup .inner .gform_body ul.gform_fields li.gfield label {
  font-size: 1rem !important;
  margin: 15px 0 10px 0;
}
.in-footer.form-popup .inner .gform_body ul.gform_fields li.gfield input:not([type='checkbox']), .in-footer.form-popup .inner .gform_body ul.gform_fields li.gfield .textarea, .in-footer.form-popup .inner .gform_wrapper textarea, .in-footer.form-popup .inner .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  border: 0.5px solid #b5b5b5;
  border-radius: 2px;
  line-height: 2.5 !important;
  -webkit-appearance: none;
}
.in-footer.form-popup .inner .gform_wrapper textarea {
  height: 80px;
}
.in-footer.form-popup .inner .gform_wrapper .gform_footer {
  padding: 20px !important;
  margin: 0 !important;
}
.in-footer.form-popup .inner .ginput_container input::placeholder, .in-footer.form-popup .inner .ginput_container select::placeholder, .in-footer.form-popup .inner .ginput_container textarea::placeholder, .in-footer.form-popup .inner .ginput_container select option {
  padding-left: 5px;
  font-size: 1rem;
  color: #252525;
  opacity: 0.5;
}
.in-footer.form-popup .inner .gform_wrapper .gform_footer button {
  background: #EC948D;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  color: #ffff;
  font-weight: 700;
  padding: 13px 20px;
  font-size: 1rem;
  margin: 0;
  border: none;
}
.in-footer.form-popup.inline-form {
  display: block;
  position: relative;
  height: auto;
  width: auto;
}
.in-footer.form-popup.inline-form::before {
  content: none;
}
.in-footer.form-popup.inline-form .inner {
  box-shadow: none;
  border-radius: 5px;
}
.wp-block-group.max-width, .wp-block-advgb-accordions {
  padding: 20px;
  max-width: calc(100% - 20px);
  margin: 10px;
}
@media (min-width: 769px) {
  .wp-block-group.max-width, .wp-block-advgb-accordions {
    max-width: 860px;
    margin: auto;
    padding-bottom: 60px;
  }
}
.gform_wrapper form.out-of-stock {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 85px;
}
.gform_wrapper form.out-of-stock input {
  margin: 0;
}
.gform_wrapper form.out-of-stock .gform_body {
  border: 1px solid #3b3b3b;
  border-radius: 5px 0 0 5px;
  padding: 9.5px;
  min-width: calc(100% - 160px);
}
.gform_wrapper form.out-of-stock .ginput_container.ginput_container_email {
  margin: 0 !important;
  padding-right: 0;
}
.gform_wrapper form.out-of-stock .ginput_container.ginput_container_email input {
  border: none !important;
  background: transparent;
}
.gform_wrapper form.out-of-stock .gform_body li {
  margin: 0 !important;
}
.gform_wrapper form.out-of-stock .gform_body li:nth-of-type(2) {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -30px;
  left: 0;
}
.gform_wrapper form.out-of-stock .gform_body li:nth-of-type(2) .gfield_label {
  display: block;
  margin: 2px 10px;
}
.gform_wrapper form.out-of-stock .gform_body li:nth-of-type(2) div.ginput_container {
  margin-top: 0px !important;
}
.gform_wrapper form.out-of-stock .gform_body li:nth-of-type(2) .gfield_checkbox {
  margin: auto;
}
.gform_wrapper form.out-of-stock .gform_body li:nth-of-type(2) .gfield_checkbox input {
  margin: 2px 5px;
}
.gform_wrapper form.out-of-stock .gform_footer button {
  color: #fff;
  background: #3b3b3b;
  padding: 8.4px;
  text-align: center;
  border-radius: 0 5px 5px 0;
  outline: 0;
  border: 0;
  line-height: 35px;
  font-weight: bold;
  font-size: 14px !important;
  min-width: 162px;
}
@media (min-width: 769px) {
  .gform_wrapper form.out-of-stock .gform_footer button {
    padding: 7.3px;
  }
}
.gform_confirmation_wrapper.out-of-stock .gform_confirmation_message {
  text-align: left;
  font-size: 1.3rem;
  color: #252525;
}
.customised-referals-frogorange-no-login > a, .customised-referals-frogorange-link-only > a {
  background: #8BB52F;
  border-radius: 50px;
  color: #fff;
  font-weight: 800;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin-left: 10px;
  transition: all 0.4s;
  text-decoration: none;
  width: 140px;
}
@media (max-width: 768px) {
  .customised-referals-frogorange-no-login > a, .customised-referals-frogorange-link-only > a {
    margin-left: 0px;
  }
}
.customised-referals-frogorange-no-login > a span, .customised-referals-frogorange-link-only > a span {
  margin-top: -3px;
}
.customised-referals-frogorange-no-login a.normal-a, .customised-referals-frogorange-link-only a.normal-a {
  color: #ffff;
  text-decoration: none !important;
  margin: 10px 0 0 0;
  font-weight: bold;
}
.customised-referals-frogorange-no-login a.normal-a span, .customised-referals-frogorange-link-only a.normal-a span {
  font-weight: bold;
}
.customised-referals-frogorange-no-login .ref-deets, .customised-referals-frogorange-link-only .ref-deets {
  display: none;
}
.form-popup.options-addition.showing .inner2 {
  padding: 50px;
}
.form-popup.options-addition.showing .inner2 * {
  margin: 20px 0;
}
.form-popup.options-addition.showing .inner2 a {
  color: #ffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  padding: 10px 40px 12px;
}
.wp-block-group.max-small-width-centered {
  max-width: 800px;
  margin: auto;
}
@media (max-width: 768px) {
  .wp-block-group.max-small-width-centered {
    max-width: calc(100% - 40px);
  }
}
.wp-block-group.newspaper-columns .wp-block-group__inner-container p {
  margin: 15px 0;
}
.wp-block-group.newspaper-columns .wp-block-group__inner-container p:first-of-type {
  margin-top: 0;
}
@media (min-width: 769px) {
  .wp-block-group.newspaper-columns .wp-block-group__inner-container {
    column-count: 2;
    column-gap: 40px;
  }
}
.pinterest-boards {
  display: flex;
}
.pinterest-boards > span {
  margin: 10px;
}
@media screen and (max-width: 800px) {
  .pinterest-boards {
    display: block;
  }
  .pinterest-boards > span {
    display: block !important;
    margin: 10px auto;
    max-width: calc(100vw - 40px) !important;
  }
}
body {
  margin: 0;
  padding: 0;
}
body .mobile-hide a.acc::after {
  content: 'Login / Register';
}
body.logged-in .mobile-hide a.acc::after {
  content: 'Account';
}
img {
  display: block;
  max-width: 100%;
}
.page {
  min-height: 65vh;
  max-width: 100vw;
  height: auto;
}
.content {
  display: block;
  margin: auto;
}
.align-all-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: center;
  align-items: center;
  justify-self: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.line {
  height: 1px;
  width: 100%;
  display: block;
  clear: both;
  background: #252525;
}
.max-width, .container {
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
@media (min-width: 769px) {
  .max-width, .container {
    max-width: calc(100% - 180px);
  }
}
@keyframes scale-trans {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-sm {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@media (min-width: 769px) {
  .desktop-hide {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
}
.scroll-trigger-point {
  position: absolute;
  margin-top: -25vh;
}
@media (max-width: 768px) {
  .scroll-trigger-point {
    margin-top: -50vh;
  }
}
*:focus {
  outline: none;
}
body.ready {
  opacity: 1;
}
a.cta, button, .btn {
  border: 1px solid #252525;
  color: #252525;
  background: transparent;
  box-sizing: border-box;
  border-radius: 5px;
}
a.cta:hover, button:hover, .btn:hover {
  background: #E44D57;
  color: #ffff;
}
.cookie-notice-container {
  background: #d7daea;
}
.cookie-notice-container * {
  font-size: 1rem;
}
.cookie-notice-container a.cn-button {
  box-shadow: none;
  border: none;
  color: #fff;
  text-shadow: none;
  margin: 0;
  border-radius: 5px;
  padding: 10px 27px;
  margin: 20px 10px;
}
.cookie-notice-container span {
  transform: translateY(3px);
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 1350px) {
  .cookie-notice-container {
    text-align: left;
  }
  .cookie-notice-container * {
    text-align: left;
  }
  .cookie-notice-container span#cn-notice-text {
    margin-bottom: 15px;
  }
  .cookie-notice-container a.cn-button {
    margin: 0 !important;
  }
  .cookie-notice-container #cn-more-info {
    margin-left: 10px !important;
  }
  .cookie-notice-container span {
    display: block;
  }
}
.cookie-notice-container #cn-more-info {
  font-size: 1rem;
  margin-left: 0px !important;
  background: none;
  display: inline-block;
  text-decoration: underline;
}
.cookie-notice-container #cn-more-info:hover {
  background: none;
}
.container-bg-img {
  position: relative;
  overflow: hidden;
}
img.bg {
  position: absolute;
  max-width: initial;
  object-fit: cover;
  object-position: 0% 0%;
  object-position: 50% 50%;
  height: auto;
  max-height: inherit;
  margin: 0;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  left: 0%;
  top: 0%;
}
.background-orange {
  background-color: #ED7805;
}
.background-green {
  background-color: #8BB52F;
}
.page-404 .heading {
  max-width: 500px;
  margin: auto;
  margin-top: 60px;
}
.page-404 .heading h2, .page-404 .heading p {
  text-align: center;
  margin: 20px 0;
}
.page-404 .heading form {
  max-width: 360px;
  margin: 0 auto;
}
.overlay-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.overlay-wrap.showing {
  display: flex;
}
.overlay-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #342F2F;
  opacity: 0.4;
}
.overlay-wrap .overlay-inner {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  z-index: 1;
  width: calc(100vw - 20px);
}
@media (min-width: 769px) {
  .overlay-wrap .overlay-inner {
    width: 460px;
  }
}
.overlay-wrap .overlay-inner .head {
  display: flex;
  align-items: center;
  position: relative;
}
.overlay-wrap .overlay-inner .head .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.overlay-wrap .overlay-inner .head p {
  margin: 0;
  font-weight: bold;
  color: #EC948D;
  font-size: 25px;
  padding: 0 30px 0px 10px;
}
.overlay-wrap .overlay-inner .head * {
  display: inline-block;
}
.overlay-wrap .overlay-inner .body {
  margin: 10px;
}
.overlay-wrap .overlay-inner .body p, .overlay-wrap .overlay-inner .body * {
  margin: 10px 0;
}
.page.woocommerce-cart #breadcrumbs {
  margin-top: 2em;
  margin-bottom: 2em;
}
._cta_btn {
  width: 300px;
  margin: 0 auto;
  height: 60px;
  background: #FFFFFF;
  border-radius: 5px;
  font-family: 'Duper', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  ._cta_btn {
    width: 220px;
    margin: inherit;
  }
}
._cta_btn._white_cta_btn:hover {
  background-color: #E63E52;
  border-color: #E63E52;
  color: #fff;
}
._cta_btn:hover {
  background-color: #E63E52;
  border-color: #E63E52;
  color: #fff;
}
._desktop_only {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
}
@media (min-width: 769px) {
  ._desktop_only {
    display: inherit;
    visibility: visible;
    opacity: 1;
    height: auto;
    width: auto;
  }
}
._mobile_only {
  display: inherit;
  visibility: visible;
  opacity: 1;
  height: auto;
  width: auto;
}
@media (min-width: 769px) {
  ._mobile_only {
    display: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
  }
}
.page.page-default:not(._home_page), .page.blog {
  border-top: 10px solid transparent;
  border-image: url('/wp-content/uploads/2022/01/Group-9971.png') 15 15 round;
  border-image-width: 10px 0 0 0;
}
@media (min-width: 769px) {
  .page.page-default:not(._home_page), .page.blog {
    border-top: 13px solid transparent;
    border-image: url('/wp-content/uploads/2022/01/Group-9970.png') 15 15 round;
    border-image-width: 13px 0 0 0;
  }
}
.page.page-default:not(._home_page) ._intro, .page.blog ._intro {
  padding-top: 50px;
}
.page.page-default:not(._home_page) ._intro ._intro_wrapper, .page.blog ._intro ._intro_wrapper {
  display: flex;
  flex-direction: column;
  max-width: 773px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
@media (min-width: 769px) {
  .page.page-default:not(._home_page) ._intro ._intro_wrapper, .page.blog ._intro ._intro_wrapper {
    text-align: center;
  }
}
.page.page-default:not(._home_page) ._intro ._intro_wrapper .title, .page.blog ._intro ._intro_wrapper .title {
  background: url('/wp-content/uploads/2022/01/Vector2.png') no-repeat center center;
  width: 300px;
  margin: 0 auto;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .page.page-default:not(._home_page) ._intro ._intro_wrapper .title, .page.blog ._intro ._intro_wrapper .title {
    background: url('/wp-content/uploads/2022/01/Vector1.png') no-repeat center center;
    width: 430px;
  }
}
.page.page-default:not(._home_page) ._intro ._intro_wrapper .title h2, .page.blog ._intro ._intro_wrapper .title h2 {
  font-size: 40px;
  line-height: 50px;
}
@media (min-width: 769px) {
  .page.page-default:not(._home_page) ._intro ._intro_wrapper .title h2, .page.blog ._intro ._intro_wrapper .title h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
.page.page-default:not(._home_page) ._intro ._intro_wrapper .intro h2, .page.blog ._intro ._intro_wrapper .intro h2 {
  font-family: 'Duper', sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 45px;
}
@media (min-width: 769px) {
  .page.page-default:not(._home_page) ._intro ._intro_wrapper .intro h2, .page.blog ._intro ._intro_wrapper .intro h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.page.page-default:not(._home_page) ._intro ._intro_wrapper .intro p, .page.blog ._intro ._intro_wrapper .intro p {
  font-style: normal;
  font-weight: normal;
  color: #252525;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 769px) {
  .page.page-default:not(._home_page) ._intro ._intro_wrapper .intro p, .page.blog ._intro ._intro_wrapper .intro p {
    font-size: 25px;
    line-height: 35px;
  }
}
.page.page-default:not(._home_page) ._intro ._intro_wrapper .intro p strong, .page.blog ._intro ._intro_wrapper .intro p strong {
  font-family: 'Areotype';
  font-size: 35px;
  line-height: 30px;
}
@media (min-width: 769px) {
  .page.page-default:not(._home_page) ._intro ._intro_wrapper .intro p strong, .page.blog ._intro ._intro_wrapper .intro p strong {
    font-size: 40px;
    line-height: 35px;
  }
}
.page.page-default:not(._home_page) ._intro ._intro_wrapper .graphic, .page.blog ._intro ._intro_wrapper .graphic {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .page.page-default:not(._home_page) ._intro ._intro_wrapper .graphic, .page.blog ._intro ._intro_wrapper .graphic {
    margin: inherit;
    position: absolute;
    bottom: 0;
    right: -190px;
  }
}
.page.page-default.woo-styles {
  border-image: none;
}
.page-template-template-about .header-wrapper .header {
  background: #F3F0DF;
}
.page-template-template-about .header-wrapper .banner {
  background: #E89D8E;
}
.page-template-template-about .page {
  background: #F3F0DF;
}
.page-template-template-about .intro {
  padding: 0 30px;
}
._content_body._split_sections {
  background: #CEE0A4;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 769px) {
  ._content_body._split_sections {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
._content_body._split_sections .title {
  text-align: center;
  margin: 0 auto;
}
._content_body._split_sections .title h2 {
  font-family: 'Duper', sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 45px;
  padding: 0 20px;
}
@media (min-width: 769px) {
  ._content_body._split_sections .title h2 {
    font-size: 40px;
    line-height: 50px;
    padding: 0;
  }
}
._content_body._split_sections ._split_content_sections {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  ._content_body._split_sections ._split_content_sections {
    margin-bottom: 60px;
  }
}
._content_body._split_sections ._split_content_sections:nth-child(odd) {
  flex-direction: row-reverse;
}
._content_body._split_sections ._split_content_sections:last-of-type {
  margin-bottom: 0;
}
._content_body._split_sections ._split_content_sections .content p {
  font-size: 20px;
  line-height: 30px;
  padding: 0 30px;
}
@media (min-width: 769px) {
  ._content_body._split_sections ._split_content_sections .content p {
    font-size: 25px;
    line-height: 35px;
    padding: 0;
  }
}
._content_body._split_sections ._split_content_sections .content h3 {
  font-size: 40px;
  line-height: 40px;
  padding: 0 30px;
}
@media (min-width: 769px) {
  ._content_body._split_sections ._split_content_sections .content h3 {
    font-size: 50px;
    line-height: 50px;
    padding: 0;
  }
}
._content_body._split_sections ._split_content_sections .image img {
  margin: 0 auto;
}
._pre_footer_banner {
  top: -15px;
  margin-bottom: -15px;
  position: relative;
}
._pre_footer_banner ._pf_banner {
  position: relative;
  min-height: 439px;
}
@media (min-width: 769px) {
  ._pre_footer_banner ._pf_banner {
    min-height: auto;
  }
}
._pre_footer_banner ._pf_banner .content {
  position: absolute;
  background: url('/wp-content/uploads/2022/01/Vector-3031.png') no-repeat;
  width: 320px;
  height: 335px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 40px;
}
@media (min-width: 769px) {
  ._pre_footer_banner ._pf_banner .content {
    background: url('/wp-content/uploads/2022/01/Vector-303.png') no-repeat;
    height: inherit;
    width: 720px;
    top: 50%;
    left: inherit;
    right: 0;
    transform: translateY(-50%);
    padding: 60px 90px;
  }
}
._pre_footer_banner ._pf_banner .content .inner {
  position: relative;
}
._pre_footer_banner ._pf_banner .content .inner .title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
}
@media (min-width: 769px) {
  ._pre_footer_banner ._pf_banner .content .inner .title {
    font-size: 40px;
    line-height: 50px;
    text-align: left;
  }
}
._pre_footer_banner ._pf_banner .content .inner .subtitle {
  margin-top: 10px;
  margin-bottom: 45px;
  font-size: 20px;
  line-height: 25px;
  padding-left: 125px;
}
@media (min-width: 769px) {
  ._pre_footer_banner ._pf_banner .content .inner .subtitle {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 35px;
    padding-left: 0;
  }
}
._pre_footer_banner ._pf_banner .content .inner .button ._cta_btn {
  width: 240px;
  background: transparent;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 5px;
}
._pre_footer_banner ._pf_banner .content .inner .button ._cta_btn._transparent_cta_btn:hover {
  background-color: #E63E52;
  border-color: #E63E52;
  color: #fff;
}
._pre_footer_banner ._pf_banner .content .inner .graphic {
  position: absolute;
  left: 30px;
  bottom: 110px;
}
@media (min-width: 769px) {
  ._pre_footer_banner ._pf_banner .content .inner .graphic {
    left: auto;
    right: -10%;
    bottom: 0;
  }
}
._pre_footer_banner ._pf_banner .content .inner:before {
  content: "";
  background: url('/wp-content/uploads/2022/01/Group-99571.png') no-repeat center center;
  position: absolute;
  top: -30px;
  right: -10px;
  height: 55px;
  width: 65px;
}
._pre_footer_banner ._pf_banner .content .inner:after {
  content: "";
  background: url('/wp-content/uploads/2022/01/Group-99581.png') no-repeat center center;
  position: absolute;
  bottom: 70px;
  left: -15px;
  height: 58px;
  width: 68px;
}
@media (min-width: 769px) {
  ._pre_footer_banner ._pf_banner .content .inner:before {
    content: "";
    background: url('/wp-content/uploads/2022/01/Group-9957.png') no-repeat center center;
    position: absolute;
    top: -40px;
    right: 80px;
    height: 80px;
    width: 121px;
  }
  ._pre_footer_banner ._pf_banner .content .inner:after {
    content: "";
    background: url('/wp-content/uploads/2022/01/Group-9958.png') no-repeat center center;
    position: absolute;
    bottom: -60px;
    left: -100px;
    height: 129px;
    width: 143px;
  }
}
._pre_footer_banner ._pf_banner .background_image {
  object-fit: cover;
  width: 100%;
  min-height: 370px;
}
.page-template-template-sustainability .header-wrapper .header {
  background: #CEE0A4;
}
.page-template-template-sustainability .page {
  background: #CEE0A4;
}
.page-template-template-sustainability ._intro {
  position: relative;
}
.page-template-template-sustainability ._pre_footer_banner ._pf_banner .content .inner {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .page-template-template-sustainability ._pre_footer_banner ._pf_banner .content .inner {
    top: inherit;
    transform: none;
  }
}
.page-template-template-sustainability ._pre_footer_banner ._pf_banner .content .inner:before {
  right: 0;
}
@media (min-width: 769px) {
  .page-template-template-sustainability ._pre_footer_banner ._pf_banner .content .inner:before {
    right: 0;
  }
}
._intro_wrapper_lower_bg {
  position: relative;
  background: #fff;
  max-width: 1180px;
}
._intro_wrapper_lower_bg ._ic_top_border {
  background: url('/wp-content/uploads/2022/01/Vector-294.png') no-repeat top center /cover;
  width: 100%;
  height: 85px;
  position: absolute;
  top: -50px;
  z-index: 0;
}
._intro_wrapper_lower_bg ._ic_bottom_border {
  background: url('/wp-content/uploads/2022/01/Vector-2941.png') no-repeat bottom center /cover;
  width: 100%;
  height: 85px;
  position: absolute;
  bottom: -50px;
  z-index: 0;
}
._intro_wrapper_lower_bg .row {
  padding: 0 15px;
}
@media (min-width: 769px) {
  ._intro_wrapper_lower_bg .row {
    padding: 0;
  }
}
._intro_wrapper_lower_bg .row._invert_row {
  flex-direction: column-reverse;
}
@media (min-width: 769px) {
  ._intro_wrapper_lower_bg .row._invert_row {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  ._intro_wrapper_lower_bg {
    background: transparent;
    background: url('/wp-content/uploads/2022/01/Vector-3032.png') no-repeat center center /cover;
    padding: 60px 100px;
  }
  ._intro_wrapper_lower_bg:before {
    content: "";
    background: url('/wp-content/uploads/2022/01/Group-9968.png') no-repeat center center;
    position: absolute;
    top: -60px;
    left: -50px;
    height: 68px;
    width: 65px;
  }
  ._intro_wrapper_lower_bg:after {
    content: "";
    background: url('/wp-content/uploads/2022/01/Group-9969.png') no-repeat center center;
    position: absolute;
    bottom: -50px;
    right: -40px;
    height: 69px;
    width: 65px;
  }
}
._intro_wrapper_lower_bg ._image_block img {
  padding: 20px;
}
._intro_wrapper_lower_bg .subtitle h2 {
  font-family: 'Duper', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 45px;
}
@media (min-width: 769px) {
  ._intro_wrapper_lower_bg .subtitle h2 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
}
._intro_wrapper_lower_bg .intro {
  max-width: 550px;
  margin: 0 auto 30px;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 769px) {
  ._intro_wrapper_lower_bg .intro {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
}
._intro_wrapper_lower_bg .inner_wrap {
  position: relative;
  margin-bottom: 150px;
}
._intro_wrapper_lower_bg .inner_wrap .content p {
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 769px) {
  ._intro_wrapper_lower_bg .inner_wrap .content p {
    font-size: 25px;
    line-height: 35px;
  }
}
._intro_wrapper_lower_bg .inner_wrap .content p strong {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  max-width: 140px;
  display: block;
}
@media (min-width: 769px) {
  ._intro_wrapper_lower_bg .inner_wrap .content p strong {
    max-width: inherit;
    display: inherit;
  }
}
._intro_wrapper_lower_bg .inner_wrap .content p ._arrow_lc {
  position: absolute;
  left: 40px;
}
@media (min-width: 769px) {
  ._intro_wrapper_lower_bg .inner_wrap .content p ._arrow_lc {
    left: 40%;
  }
}
._intro_wrapper_lower_bg .inner_wrap .graphic {
  position: absolute;
  right: 50px;
  bottom: -120px;
}
._intro_wrapper_lower_bg ._image_block img {
  margin: 0 auto;
}
._icon_columns {
  background: #F7F3DF;
  position: relative;
  margin-top: 150px;
  margin-bottom: 100px;
  z-index: 1;
}
._icon_columns ._ic_top_border {
  background: url('/wp-content/uploads/2022/01/Vector-295.png') no-repeat top center /cover;
  width: 100%;
  height: 300px;
  position: absolute;
  top: -50px;
  z-index: 0;
}
._icon_columns ._ic_bottom_border {
  background: url('/wp-content/uploads/2022/01/Vector-327.png') no-repeat bottom center /cover;
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: -50px;
  z-index: 0;
}
._icon_columns .container {
  position: relative;
  z-index: 1;
}
._icon_columns .title h2 {
  font-family: Duper;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 45px;
}
@media (min-width: 769px) {
  ._icon_columns .title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
._icon_columns .subtitle {
  max-width: 780px;
  margin: 0 auto;
}
._icon_columns .subtitle p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 769px) {
  ._icon_columns .subtitle p {
    font-size: 25px;
    line-height: 35px;
  }
}
._icon_columns ._wbg .container {
  background: url('/wp-content/uploads/2022/01/Vector-3271.png') no-repeat center center /cover;
  min-height: 546px;
  padding: 50px;
}
._icon_columns ._wbg .container ._border_right_sect {
  border-bottom: 5px solid #000;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (min-width: 769px) {
  ._icon_columns ._wbg .container ._border_right_sect {
    border-bottom: 0;
    border-right: 5px solid #000;
    padding: 0;
  }
}
._icon_columns ._wbg .container .inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  height: 100%;
}
._icon_columns ._wbg .container .inner .title {
  font-size: 25px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  height: 65px;
}
._icon_columns ._wbg .container .inner .content {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
  margin-top: 0;
}
._icon_columns ._wbg .container .inner .graphic {
  margin-top: auto;
}
._img_banner_section {
  position: relative;
  z-index: 0;
  top: -100px;
  margin-bottom: -100px;
}
._img_banner_section .banner_inner img {
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 430px;
}
._content_section_two {
  background: #CEE0A4;
  position: relative;
  margin-top: 100px;
  margin-bottom: -50px;
  z-index: 1;
  top: -100px;
}
._content_section_two ._ic_top_border {
  background: url('/wp-content/uploads/2022/01/Vector-328.png') no-repeat top center /cover;
  width: 100%;
  height: 300px;
  position: absolute;
  top: -50px;
  z-index: 0;
}
._content_section_two ._ic_bottom_border {
  background: url('/wp-content/uploads/2022/01/Vector-329.png') no-repeat bottom center /cover;
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: -50px;
  z-index: 0;
}
._content_section_two ._cst_wrapper {
  position: relative;
  z-index: 1;
}
._content_section_two ._cst_wrapper .title {
  font-family: Duper;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 35px;
  line-height: 45px;
}
@media (min-width: 769px) {
  ._content_section_two ._cst_wrapper .title {
    font-size: 40px;
    line-height: 50px;
  }
}
._content_section_two ._cst_wrapper .inner .image img {
  margin: 0 auto;
}
._content_section_two ._cst_wrapper .inner .content p {
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 769px) {
  ._content_section_two ._cst_wrapper .inner .content p {
    font-size: 25px;
    line-height: 35px;
  }
}
._content_section_two ._cst_wrapper .inner .lower_slogan_sect {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media (min-width: 769px) {
  ._content_section_two ._cst_wrapper .inner .lower_slogan_sect {
    flex-direction: row;
  }
}
._content_section_two ._cst_wrapper .inner .lower_slogan_sect .graphic {
  margin-left: 50%;
}
@media (min-width: 769px) {
  ._content_section_two ._cst_wrapper .inner .lower_slogan_sect .graphic {
    margin-left: 0;
  }
}
._content_section_two ._cst_wrapper .inner .lower_slogan_sect .graphic img {
  max-width: 132px;
}
@media (min-width: 769px) {
  ._content_section_two ._cst_wrapper .inner .lower_slogan_sect .graphic img {
    max-width: 156px;
  }
}
._content_section_two ._cst_wrapper .inner .lower_slogan_sect .slogan {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  max-width: 250px;
  margin-right: 100px;
}
._content_section_two ._cst_wrapper .inner .lower_slogan_sect ._arrow {
  position: absolute;
  bottom: 10%;
  left: 20%;
}
@media (min-width: 769px) {
  ._content_section_two ._cst_wrapper .inner .lower_slogan_sect ._arrow {
    bottom: 10%;
    left: 35%;
  }
}
@media (min-width: 769px) {
  ._content_section_two ._cst_wrapper:before {
    content: "";
    background: url('/wp-content/uploads/2022/01/Group-9967.png') no-repeat center center;
    position: absolute;
    top: 20px;
    left: 20px;
    height: 80px;
    width: 121px;
  }
  ._content_section_two ._cst_wrapper:after {
    content: "";
    background: url('/wp-content/uploads/2022/01/Group-9974.png') no-repeat center center;
    position: absolute;
    bottom: -20px;
    right: 20px;
    height: 129px;
    width: 143px;
  }
}
.page-template-default:not(.woocommerce-page, .home) .header-wrapper .header {
  background: #CEE0A4;
}
.page-template-default:not(.woocommerce-page, .home) .page {
  background: #CEE0A4;
  padding-bottom: 150px;
}
.page-template-default:not(.woocommerce-page, .home) ._intro {
  position: relative;
}
.page-template-default:not(.woocommerce-page, .home) ._intro h2._subttl {
  font-family: 'Duper', sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #252525;
  text-align: center;
  font-size: 35px;
  line-height: 45px;
}
@media (min-width: 769px) {
  .page-template-default:not(.woocommerce-page, .home) ._intro h2._subttl {
    font-size: 40px;
    line-height: 50px;
  }
}
.page-template-default:not(.woocommerce-page, .home) ._intro ._inner h2 {
  font-family: 'Duper', sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #252525;
  font-size: 25px;
  line-height: 35px;
}
.page-template-default:not(.woocommerce-page, .home) ._intro ._intro_wrapper_lower_bg {
  background: #fff;
  padding: 10px;
}
@media (min-width: 769px) {
  .page-template-default:not(.woocommerce-page, .home) ._intro ._intro_wrapper_lower_bg {
    padding: 10px 100px;
  }
}
.page-template-default:not(.woocommerce-page, .home) ._intro ._intro_wrapper_lower_bg ._ic_top_border {
  background: url('/wp-content/uploads/2022/01/Vector-3272.png') no-repeat top center /cover;
  width: 100%;
  height: 279px;
  position: absolute;
  top: -80px;
  z-index: 0;
  left: 0;
  margin-top: 50px;
}
.page-template-default:not(.woocommerce-page, .home) ._intro ._intro_wrapper_lower_bg ._ic_top_border + .row {
  position: relative;
  z-index: 1;
}
.page-template-default:not(.woocommerce-page, .home) ._intro ._intro_wrapper_lower_bg ._ic_bottom_border {
  background: url('/wp-content/uploads/2022/01/Vector-3281.png') no-repeat bottom center /cover;
  width: 100%;
  height: 85px;
  position: absolute;
  bottom: -50px;
  z-index: 0;
  left: 0;
}
.page-template-default:not(.woocommerce-page, .home) ._intro ._intro_wrapper_lower_bg::before {
  top: -90px;
  left: -50px;
}
.page-template-default:not(.woocommerce-page, .home) ._intro ._intro_wrapper_lower_bg::after {
  bottom: -120px;
  right: -40px;
}
.blog .header-wrapper .header, .archive.category .header-wrapper .header {
  background: #F3F0DF;
}
.blog .header-wrapper .banner, .archive.category .header-wrapper .banner {
  background: #E89D8E;
}
.blog .page, .archive.category .page {
  background: #F3F0DF;
}
.single-post .header-wrapper .header {
  background: #CEE0A4;
}
.single-post .page {
  background: #CEE0A4;
}
.blog ._pre_footer_banner ._pf_banner .content .inner .subtitle {
  padding: 10px 20px;
  text-align: center;
}
._blog_post {
  display: block;
  padding: 10px;
  margin-bottom: 30px;
}
._blog_post .image {
  background: url('/wp-content/uploads/2022/01/Vector-307.png') no-repeat;
  height: 100%;
  overflow: hidden;
  height: 250px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
._blog_post .image img {
  object-fit: contain;
  max-width: inherit;
  width: 100%;
  min-height: 250px;
  height: 100%;
}
._blog_post .content .title {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}
@media (min-width: 769px) {
  ._blog_post .content .title {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
}
._blog_post .content .excerpt p {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
@media (min-width: 769px) {
  ._blog_post .content .excerpt p {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }
}
._blog_post .content .link p._cta_btn {
  background: transparent;
  border: 1px solid;
  margin: 0 auto;
}
@media (min-width: 769px) {
  ._blog_post .content .link p._cta_btn {
    margin: inherit;
  }
}
._blog_post:hover .link p._cta_btn {
  background-color: #EC948D;
  color: #fff;
  border-color: #EC948D;
}
._blog_post:hover .title {
  text-decoration: underline;
}
._blog_nav .cat-select_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 780px;
  margin: 0 auto 30px;
  align-items: center;
  flex-wrap: wrap;
}
._blog_nav .cat-select_wrap ._filter {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (min-width: 769px) {
  ._blog_nav .cat-select_wrap ._filter {
    margin-right: 20px;
  }
}
._blog_nav .cat-select_wrap ._filter span {
  padding: 20px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  color: #252525;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 769px) {
  ._blog_nav .cat-select_wrap ._filter span {
    font-size: 18px;
    line-height: 30px;
  }
}
._blog_nav .cat-select_wrap ._filter.active span {
  background: #E89D8E;
  border-color: #E89D8E;
}
._blog_nav .cat-select_wrap ._filter._f_Uncategorized {
  display: none;
}
._blog_wrapper ._bnc {
  margin-bottom: 50px;
  margin-top: 30px;
}
._blog_wrapper .navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
._blog_wrapper .navigation ul li {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
._blog_wrapper .navigation ul li:last-of-type {
  width: auto;
  height: auto;
}
._blog_wrapper .navigation ul li a {
  color: #252525;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}
._blog_wrapper .navigation li a:hover, ._blog_wrapper .navigation li.active a, ._blog_wrapper .navigation li.disabled {
  color: #fff;
  text-decoration: none;
}
._blog_wrapper .navigation li {
  display: inline;
}
._blog_wrapper .navigation li a:hover, ._blog_wrapper .navigation li.active a, ._blog_wrapper .navigation li.disabled {
  background-color: #EC948D;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}
._blog_wrapper .navigation li a:hover, ._blog_wrapper .navigation li.active a {
  background-color: #EC948D;
  width: 100%;
}
._blog_wrapper ._bnc .navigation {
  text-align: center;
  margin-bottom: 30px;
}
body.single.single-post:not(._home_page) ._intro {
  padding-bottom: 150px;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  body.single.single-post:not(._home_page) ._intro {
    max-width: 100%;
    margin: inherit;
  }
}
body.single.single-post:not(._home_page) ._intro ._intro_wrapper .title {
  background: transparent;
  width: auto;
}
body.single.single-post:not(._home_page) ._intro ._intro_wrapper .title h2 {
  font-family: 'Duper', sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 45px;
  padding: 0 20px;
}
@media (min-width: 769px) {
  body.single.single-post:not(._home_page) ._intro ._intro_wrapper .title h2 {
    font-size: 40px;
    line-height: 50px;
    padding: 0;
  }
}
body.single.single-post:not(._home_page) ._intro_wrapper_lower_bg {
  background: #fff;
  padding: 10px;
}
@media (min-width: 769px) {
  body.single.single-post:not(._home_page) ._intro_wrapper_lower_bg {
    padding: 10px 100px;
  }
}
body.single.single-post:not(._home_page) ._intro_wrapper_lower_bg ._ic_top_border {
  background: url('/wp-content/uploads/2022/01/Vector-3272.png') no-repeat top center /cover;
  width: 100%;
  height: 279px;
  position: absolute;
  top: -80px;
  z-index: 0;
  left: 0;
  margin-top: 50px;
}
body.single.single-post:not(._home_page) ._intro_wrapper_lower_bg ._ic_top_border + .row {
  position: relative;
  z-index: 1;
}
body.single.single-post:not(._home_page) ._intro_wrapper_lower_bg ._ic_bottom_border {
  background: url('/wp-content/uploads/2022/01/Vector-3281.png') no-repeat bottom center /cover;
  width: 100%;
  height: 85px;
  position: absolute;
  bottom: -50px;
  z-index: 0;
  left: 0;
}
body.single.single-post:not(._home_page) ._intro_wrapper_lower_bg::before {
  top: -90px;
  left: -50px;
}
body.single.single-post:not(._home_page) ._intro_wrapper_lower_bg::after {
  bottom: -120px;
  right: -40px;
}
body.single.single-post:not(._home_page) ._intro_wrapper_lower_bg ._inner h2 {
  font-family: 'Duper', sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #252525;
  font-size: 25px;
  line-height: 35px;
}
body.woocommerce-page ._intro_wrapper, body.woocommerce-page ._ic_top_border._icb_white, body.woocommerce-page ._intro_wrapper_lower_bg::after, body.woocommerce-page ._ic_bottom_border._icb_white, body.woocommerce-page ._intro_wrapper_lower_bg::before {
  display: none !important;
}
body.woocommerce-page ._intro_wrapper_lower_bg {
  background: none;
}
.page-template-template-how .page.page-default, .page-template-template-how .header-wrapper {
  background: #F2C682;
}
.page-template-template-how ._intro ._inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.page-template-template-how ._intro ._inner .subtitle h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #252525;
  font-family: 'duper';
}
.page-template-template-how ._icon_columns {
  margin-bottom: 0;
  padding-bottom: 80px;
}
@media (min-width: 769px) {
  .page-template-template-how ._icon_columns {
    padding-bottom: 100px;
  }
}
.page-template-template-how ._icon_columns .col-md-24 {
  display: flex;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .page-template-template-how ._icon_columns .col-md-24 {
    margin-bottom: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.page-template-template-how ._icon_columns .col-md-24 .inner {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
.page-template-template-how ._icon_columns .col-md-24 .inner .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .page-template-template-how ._icon_columns .col-md-24 .inner .image {
    height: 170px;
  }
}
.page-template-template-how ._icon_columns .col-md-24 .inner .content {
  margin: 0;
}
.page-template-template-how ._icon_columns .col-md-24 .inner ._number_box {
  background: url('/wp-content/uploads/2022/01/Vector2-2.png') no-repeat;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #252525;
}
@media (min-width: 769px) {
  .page-template-template-how ._icon_columns .col-md-24 .inner ._number_box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.page-template-template-how ._pre_footer_banner ._pf_banner .content {
  display: flex;
  align-items: center;
}
.page-template-template-how ._pre_footer_banner ._pf_banner .content .inner .subtitle {
  margin-bottom: 20px;
  padding-left: 0;
  text-align: center;
}
.page-template-template-how ._pre_footer_banner ._pf_banner .content .inner:before {
  top: -45px;
  right: -20px;
}
@media (min-width: 769px) {
  .page-template-template-how ._pre_footer_banner ._pf_banner .content .inner:before {
    right: -80px;
  }
}
.page-template-template-how ._pre_footer_banner ._pf_banner .content .inner:after {
  bottom: -45px;
  left: -30px;
}
@media (min-width: 769px) {
  .page-template-template-how ._pre_footer_banner ._pf_banner .content .inner:after {
    left: -105px;
  }
}
.page-template-template-how ._pre_footer_banner ._pf_banner .content .inner .button ._cta_btn {
  width: 165px;
}
@media (min-width: 769px) {
  .page-template-template-how ._pre_footer_banner ._pf_banner .content .inner .button ._cta_btn {
    width: 240px;
  }
}
.page-template-template-how ._tabbed_diag_sect ._tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.page-template-template-how ._tabbed_diag_sect ._tabs ._tab {
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border: 1px solid #000;
  border-right: 0px solid #000;
}
.page-template-template-how ._tabbed_diag_sect ._tabs ._tab.tab_sect_1 {
  border-radius: 5px 0 0 5px;
}
.page-template-template-how ._tabbed_diag_sect ._tabs ._tab:last-of-type {
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #000;
}
.page-template-template-how ._tabbed_diag_sect ._tabs ._tab._current {
  background: #fff;
}
.page-template-template-how ._tabbed_diag_sect ._tabs ._tab .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
}
.page-template-template-how ._tabbed_diag_sect ._tabs ._tab:hover {
  cursor: pointer;
}
.page-template-template-how ._tabbed_diag_sect ._diags ._diag {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.page-template-template-how ._tabbed_diag_sect ._diags ._diag._current {
  display: block;
  opacity: 1;
  visibility: visible;
}
.page-template-template-how ._lower_cta {
  font-family: 'duper';
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #252525;
  margin-top: 60px;
  margin-bottom: -60px;
}
.page-template-template-faq .page.page-default, .page-template-template-faq .header-wrapper {
  background: #F2C682;
}
.page-template-template-faq ._intro_wrapper_lower_bg._faqs_block {
  background: transparent;
  background: none;
  padding: 0;
  max-width: 780px;
}
.page-template-template-faq ._intro_wrapper_lower_bg._faqs_block:before {
  position: absolute;
  background: url('/wp-content/uploads/2022/01/Group-100681.png') no-repeat;
  right: 0;
  height: 77px;
  width: 77px;
  top: -30px;
  left: auto;
  content: "";
}
@media (min-width: 769px) {
  .page-template-template-faq ._intro_wrapper_lower_bg._faqs_block:before {
    background: url('/wp-content/uploads/2022/01/Group-10068.png') no-repeat;
    right: -80px;
    height: 141px;
    width: 141px;
    top: -80px;
  }
}
.page-template-template-faq ._intro_wrapper_lower_bg._faqs_block:after {
  content: "";
  background: url('/wp-content/uploads/2022/01/Group-10114.png') no-repeat;
  bottom: 0;
  right: auto;
  left: 0;
  height: 77px;
  width: 76px;
  position: absolute;
}
@media (min-width: 769px) {
  .page-template-template-faq ._intro_wrapper_lower_bg._faqs_block:after {
    background: url('/wp-content/uploads/2022/01/Group-9967-2.png') no-repeat;
    bottom: -40px;
    right: auto;
    left: -100px;
    height: 141px;
    width: 141px;
  }
}
.page-template-template-faq ._fruity ._fruity_img {
  padding: 20px;
}
@media (min-width: 769px) {
  .page-template-template-faq ._fruity ._fruity_img {
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    margin-top: -40px;
    margin-bottom: 40px;
  }
}
._faq {
  margin-bottom: 60px;
}
._faq .content ul.accordion {
  list-style: none;
  perspective: 900;
  padding: 0;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  ._faq .content ul.accordion {
    max-width: 100%;
    margin: 0;
  }
}
._faq .content ul.accordion li {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
  margin-top: 18px;
  border-top: 1px dotted #dce7eb;
  animation: flipdown 0.5s ease both;
}
._faq .content ul.accordion li:nth-of-type(1) {
  animation-delay: 0.5s;
}
._faq .content ul.accordion li:nth-of-type(2) {
  animation-delay: 0.75s;
}
._faq .content ul.accordion li:nth-of-type(3) {
  animation-delay: 1s;
}
._faq .content ul.accordion li:last-of-type {
  padding-bottom: 0;
}
._faq .content ul.accordion li i {
  position: absolute;
  top: 20px;
  right: 40px;
}
@media (min-width: 769px) {
  ._faq .content ul.accordion li i {
    top: 40px;
    right: 60px;
  }
}
._faq .content ul.accordion li i:before, ._faq .content ul.accordion li i:after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 3px;
  height: 19px;
  transition: all 0.25s ease-in-out;
}
._faq .content ul.accordion li i:before {
  transform: translate(-6px, 0) rotate(45deg);
}
._faq .content ul.accordion li i:after {
  transform: translate(6px, 0) rotate(-45deg);
}
._faq .content ul.accordion li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  display: block;
}
._faq .content ul.accordion li input[type=checkbox]:checked ~ div.content {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
  height: 0;
  display: none;
}
._faq .content ul.accordion li input[type=checkbox]:checked ~ i:before {
  transform: translate(6px, 0) rotate(45deg);
}
._faq .content ul.accordion li input[type=checkbox]:checked ~ i:after {
  transform: translate(-6px, 0) rotate(-45deg);
}
._faq .content ul.accordion li h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 10px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: 'duper';
  font-style: normal;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #252525;
  font-size: 30px;
  line-height: 40px;
  background: url('/wp-content/uploads/2022/01/Vector3-3.png') no-repeat;
  height: 55px;
}
@media (min-width: 769px) {
  ._faq .content ul.accordion li h2 {
    font-size: 40px;
    line-height: 50px;
    background: url('/wp-content/uploads/2022/01/Vector-328-2.png') no-repeat;
    height: 91px;
  }
}
._faq .content ul.accordion li div.content {
  transition: all 0.25s ease-in-out;
  padding: 10px 40px 0;
  background: #fff;
  position: relative;
  top: -15px;
  margin: 0 1px 90px 0;
  z-index: 2;
}
@media (min-width: 769px) {
  ._faq .content ul.accordion li div.content {
    margin: 0 3px 90px 2px;
  }
}
._faq .content ul.accordion li div.content h3.p1, ._faq .content ul.accordion li div.content h3 {
  margin: 0;
  margin-top: 0px;
  font-family: 'duper';
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #252525;
  margin-top: 25px;
  text-transform: uppercase;
}
._faq .content ul.accordion li div.content p.p1, ._faq .content ul.accordion li div.content p {
  margin: 0;
  font-family: 'duper';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #252525;
}
._faq .content ul.accordion li div.content:after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
  background: url('/wp-content/uploads/2022/01/Vector-2944.png') no-repeat top;
  height: 86px;
  bottom: -60px;
  left: 0;
}
@media (min-width: 769px) {
  ._faq .content ul.accordion li div.content:after {
    background: url('/wp-content/uploads/2022/01/Vector-340.png') no-repeat top;
    height: 91px;
    bottom: -84px;
    left: -1px;
  }
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
@media (min-width: 769px) {
  .page-id-1076 ._content_body._split_sections ._split_content_sections .image img {
    padding: 0 60px;
  }
}
.page-template-template-how ._tabbed_diag_sect ._diags ._diag._current .inner_tabbed .inner_tab {
  display: none;
}
.page-template-template-how ._tabbed_diag_sect ._diags ._diag._current .inner_tabbed .inner_tab.active {
  display: block;
}
.page-template-template-how ._tabbed_diag_sect ._diags ._diag._current .inner_tabbed ._lower_cta {
  margin-bottom: 40px;
  margin-top: 0;
}
.page-template-template-how ._tabbed_diag_sect ._diags ._diag._current .inner_tabbed .instructions {
  margin: 20px;
  position: relative;
}
.page-template-template-how ._tabbed_diag_sect ._diags ._diag._current .inner_tabbed .instructions::before, .page-template-template-how ._tabbed_diag_sect ._diags ._diag._current .inner_tabbed .instructions::after {
  content: "";
  background: url(/wp-content/uploads/2022/01/Group-9970.png);
  width: 100%;
  height: 15px;
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
}
.page-template-template-how ._tabbed_diag_sect ._diags ._diag._current .inner_tabbed .instructions > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-template-template-how ._tabbed_diag_sect ._diags ._diag._current .inner_tabbed .instructions > div .instruction {
  width: 25%;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .page-template-template-how ._tabbed_diag_sect ._diags ._diag._current .inner_tabbed .instructions > div .instruction {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-template-template-how ._tabbed_diag_sect ._diags ._diag._current .inner_tabbed .instructions > div .instruction > * {
  padding: 0 20px;
}
.page-template-template-how ._tabbed_diag_sect ._diags ._diag._current .inner_tabbed .instructions > div .instruction .title {
  font-weight: bolder;
  margin: 15px auto 10px;
}
.page-template-template-how ._tabbed_diag_sect ._diags ._diag._current .inner_tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -20px;
}
.page-template-template-how ._tabbed_diag_sect ._diags ._diag._current .inner_tabs .inner_tab {
  padding: 10px 20px;
  border: solid 1px #000;
  margin: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .page-template-template-how ._tabbed_diag_sect ._diags ._diag._current .inner_tabs .inner_tab {
    width: 100%;
    margin: 5px 0;
  }
}
.page-template-template-how ._tabbed_diag_sect ._diags ._diag._current .inner_tabs .inner_tab.active.inner_1 {
  background: #ED7805;
}
.page-template-template-how ._tabbed_diag_sect ._diags ._diag._current .inner_tabs .inner_tab.active.inner_2 {
  background: #E63E52;
}
.page-template-template-how ._tabbed_diag_sect ._diags ._diag._current .inner_tabs .inner_tab.active.inner_3 {
  background: #8BB52F;
}
.page-template-template-how ._tabbed_diag_sect ._diags ._diag._current .inner_tabs .inner_tab.active.inner_4 {
  background: #E44D57;
}
.page-template-template-how ._tabbed_diag_sect ._diags ._diag._current .inner_tabs .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
}

/*
footer {
  background-color: #E89D8E;
  padding: 80px 0 50px;
  position: relative;
}
footer ._footer_top_border {
  position: absolute;
  top: -20px;
  z-index: 1;
  width: 100%;
  background: url('/wp-content/uploads/2022/01/Vector-2942.png') no-repeat top center /cover;
  height: 106px;
}
@media (min-width: 769px) {
  footer ._footer_top_border {
    background: url('/wp-content/uploads/2022/01/Vector-299.png') no-repeat top center /cover;
    height: 180px;
  }
}
footer .container {
  position: relative;
  z-index: 2;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li {
  padding-left: 0;
}
footer ul li a {
  font-family: 'duper';
  font-weight: normal;
  font-size: 25px;
  line-height: 40px;
  color: #252525;
  opacity: 0.8;
}
footer ._bold_links ul.menu li a {
  font-weight: bold;
}
footer .footer__menu.privacy {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
@media (min-width: 769px) {
  footer .footer__menu.privacy {
    flex-direction: row;
    justify-content: flex-start;
  }
}
footer .footer__menu.privacy #menu-footer-menu-3 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  footer .footer__menu.privacy #menu-footer-menu-3 {
    flex-direction: row;
    justify-content: space-evenly;
    width: 300px;
  }
}
footer .footer__menu.privacy #menu-footer-menu-3 li {
  margin-right: 40px;
}
footer .footer__menu.privacy #menu-footer-menu-3 li a {
  font-size: 20px;
  line-height: 30px;
}
footer .footer__menu.privacy .ctmark {
  margin-right: 40px;
}
@media (max-width: 768px) {
  footer .footer__menu.privacy .ctmark {
    margin: 0;
  }
}
footer .footer__menu.privacy .website_by a {
  text-decoration: none;
}
footer .additional {
  display: grid;
  grid-template-areas: 'one' 'two' 'three';
}
@media (min-width: 769px) {
  footer .additional {
    display: block;
  }
}
footer .footer__menu {
  grid-area: two;
}
footer .socials {
  margin-top: 30px;
  grid-area: one;
}
@media (min-width: 769px) {
  footer .socials {
    margin-top: 60px;
  }
}
footer .socials .fb {
  margin-right: 30px;
}
footer .credits {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
  grid-area: three;
}
footer .credits img {
  object-fit: contain;
}
*/

footer {
  background-color: #FCD3C9;
  padding: 30px 0 30px;
  position: relative;
}
footer ._footer_top_border {
  position: absolute;
  top: -20px;
  z-index: 1;
  width: 100%;
  background: url("/wp-content/uploads/2025/07/footer-bg-pink.png") no-repeat top center cover;
  height: 106px;
}
@media (min-width: 769px) {
  footer ._footer_top_border {
    background: url("/wp-content/uploads/2025/07/footer-bg-pink.png") no-repeat top center cover;
    height: 180px;
  }
}
footer .container {
  position: relative;
  z-index: 2;
}

footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li {
  padding-left: 0;
}
footer ul li a {
  font-family: "korolev";
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #252525;
}
footer ._bold_links ul.menu li a {
font-family: "korolev-condensed";
  font-weight:900;
  font-size:32px !important;
  text-transform:uppercase;
  line-height:46px;
}
footer .footer__menu.privacy {
  display: flex;
  flex-direction: column;
  margin-top:10px;
  font-size:16px;
  text-align:left;
}
@media (min-width: 769px) {
  footer .footer__menu.privacy {
    flex-direction: row;
    justify-content: flex-start;
    }
    footer .footer__menu.privacy p{
	  font-size:16px !important;
  }
}
footer .footer__menu.privacy #menu-footer-menu-3 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  footer .footer__menu.privacy #menu-footer-menu-3 {
    flex-direction: row;
    justify-content:space-between;
    width:100%;
	font-size:16px !important;
  }
}
footer .footer__menu.privacy #menu-footer-menu-3 li {
  font-size:16px !important;
}
footer .footer__menu.privacy #menu-footer-menu-3 li a {
  font-size:16px !important;
}
footer .footer__menu.privacy #menu-footer-menu-3 li a strong{
	font-size:16px !important;
}

footer .footer__menu.privacy .website_by a {
  text-decoration: none;
}
footer .additional {
  display: grid;
  grid-template-areas: "one" "two" "three";
}
@media (min-width: 769px) {
  footer .additional {
    display: block;
  }
}
footer .footer__menu {
  grid-area: two;
}
footer .socials{
  display:block;
  margin:0;
  padding:0;
  }
  footer .socials a{
	  display:inline-block;
	  margin:0 16px 0 0;
	  padding:0;
	  }
	  footer .socials a img{
		  width:40px;
		  }


footer .socials .fb {
  margin-right: 30px;
}
footer .credits {
  width:100%;
}
footer .credits img{
	float:right;
	margin-top:15px;
	max-width:260px;
}
@media (max-width: 769px) {
	footer .credits img{
		float:none;
		max-width:50%;
		}
}





.popup_for_non_UKEU {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  z-index: 9999999999;
  border-radius: 5px;
  background: #fff;
}
.popup_for_non_UKEU * {
  text-align: center;
}
.popup_for_non_UKEU a {
  display: block;
  margin: auto;
  background: #E63E52;
  color: #FFF;
  -webkit-appearance: none;
  border-radius: 5px;
  width: 240px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  border-color: transparent;
  display: block;
  font-weight: bolder;
  margin-top: 30px;
}
.popup_for_non_UKEU svg {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.popup_for_non_UKEU.show {
  display: block;
}
/*
 *   Slidebar
 */
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  content: '';
  height: 20px;
  width: 20px;
  background-size: 100%;
}
@media (max-height: 650px) and (max-width: 365px) {
  .woocommerce {
    margin-top: 45px;
  }
}
.slidebar-panel {
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -o-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}
.slidebar-panel::after {
  /* overlay layer */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -o-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.slidebar-panel .slidebar-panel__header {
  background: #f7f4e1;
  padding: 10px 15px;
  position: relative;
  text-align: center;
}
.slidebar-panel .slidebar-panel__header h2 {
  font-size: 25px;
  margin: 0;
}
.slidebar-panel .slidebar-panel__header a {
  margin: 0;
}
.slidebar-panel .slidebar-panel__header .slidebar-panel__close {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  height: 20px;
  width: 20px;
}
.slidebar-panel .slidebar-panel__header .slidebar-panel__close svg {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  pointer-events: none;
}
.slidebar-panel.slidebar-panel--from-right .slidebar-panel__header {
  right: 0;
}
.slidebar-panel.slidebar-panel--is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -o-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.slidebar-panel.slidebar-panel--is-visible::after {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.3s 0s;
  -o-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}
.slidebar-panel__container {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  top: 0;
  background: #fff;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  -o-transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
@media (min-width: 769px) {
  .slidebar-panel__container {
    width: 400px;
  }
}
.slidebar-panel--from-right .slidebar-panel__container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.slidebar-panel--is-visible .slidebar-panel__container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  height: 100vh;
  overflow: scroll;
}
.slidebar-panel__content li.woocommerce-mini-cart-item {
  padding-left: 0 !important;
}
.slidebar-panel__content ul.bundle_summary {
  padding-top: 10px;
  padding-left: 0;
}
.slidebar-panel__content ul.bundle_summary li {
  display: flex;
  align-items: center;
  padding-left: 0 !important;
}
.slidebar-panel__content ul.bundle_summary li .img {
  width: 25%;
  flex-grow: 0;
  padding-left: 15px;
}
.slidebar-panel__content ul.bundle_summary li .img img {
  width: 100%;
  height: auto;
}
.slidebar-panel__content ul.bundle_summary li .details {
  padding-left: 20px;
  width: 75%;
}
.slidebar-panel__content ul.bundle_summary li .details p {
  margin: 0;
}
.slidebar-panel__content .product {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.slidebar-panel__content .product * {
  color: #000;
}
.slidebar-panel__content .product .cart_adj-qty .sp-quantity {
  display: flex;
}
.slidebar-panel__content .product .cart_adj-qty .sp-quantity a.remove {
  position: relative;
  top: auto;
  left: auto;
  cursor: pointer;
  height: 30px;
  width: 30px;
  min-width: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  font-weight: bold;
  padding-bottom: 10px;
  background: url('img/bin.png');
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
}
.slidebar-panel__content .product .cart_adj-qty .sp-quantity input {
  width: 60px;
  text-align: center;
  height: 30px;
  border: none;
}
.slidebar-panel__content .product .cart_adj-qty .sp-quantity button.ddd {
  cursor: pointer;
  height: 30px;
  width: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  font-weight: bold;
  padding-bottom: 10px;
}
.slidebar-panel__content .product .cart_adj-qty .sp-quantity button.ddd:hover {
  background: transparent;
}
.slidebar-panel__content .product .img {
  width: 33%;
}
.slidebar-panel__content .product .img img {
  width: 100%;
  float: none;
}
.slidebar-panel__content .product .details {
  width: 66%;
  padding-left: 20px;
}
.slidebar-panel__content .product .details p {
  font-size: 20px !important;
  line-height: 30px;
  color: #000000 !important;
  margin: 5px 0;
}
.slidebar-panel__content .product .details p.title {
  font-weight: bold;
}
.slidebar-panel__content svg.show_summary {
  position: absolute;
  right: 15px;
  top: 24px;
  transform: rotate(180deg);
  transition: transform 0.4s;
}
.slidebar-panel__content svg.show_summary.showing {
  transform: rotate(0);
}
.slidebar-panel__content .product_controls_ {
  position: relative;
  margin-top: 20px;
  padding-top: 8px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}
.slidebar-panel__content .show_summary:not(svg) {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 10px;
  align-items: center;
  position: relative;
  align-items: center;
  text-align: center;
}
.slidebar-panel__content .show_summary:not(svg) p {
  margin: 0;
}
.slidebar-panel__content .button.wc-forward {
  display: block;
  width: 100%;
  background: #E63E52;
  height: 60px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.02em;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
}
.slidebar-panel__content .button.wc-forward:not(.checkout) {
  display: none;
}
.slidebar-panel__content .totals_bottom {
  background: #FFF;
  position: fixed;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.1);
}
.slidebar-panel__content .totals_bottom p {
  margin: 0;
}
.slidebar-panel__content .totals_bottom .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
}
.slidebar-panel__content .totals_bottom .woocommerce-mini-cart__total * {
  font-weight: bold;
  font-size: 18px;
}
.slidebar-panel__content .totals_bottom .delivery {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.slidebar-panel__content .totals_bottom .delivery svg {
  margin-right: 5px;
}
.slidebar-panel__content .sp-quantity .remove_from_cart_button {
  display: none;
}
.slidebar-panel__content .sp-quantity.sole_qty .sp-minus {
  display: none;
}
.slidebar-panel__content .sp-quantity.sole_qty .remove_from_cart_button {
  display: block;
}
.slidebar-panel__content .continue_shopping {
  width: calc(100% - 30px);
  cursor: pointer;
  margin: 20px auto;
  height: 60px;
  font-size: 18px;
  letter-spacing: 0.02em;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  color: #000;
  border: solid 1px #000;
  font-family: 'duper';
  font-weight: bold;
  display: none;
}
.slidebar-panel__content .continue_shopping.showing {
  display: block;
}
.slidebar-panel__content .no_items {
  padding-top: 50px;
}
.slidebar-panel__content .no_items svg {
  display: block;
  margin: auto;
}
.slidebar-panel__content .no_items .woocommerce-mini-cart__empty-message {
  padding: 0 15px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.slidebar-panel__content .no_items .menu-empty-cart-menu-container ul {
  list-style: none;
  padding: 20px;
  display: block;
}
.slidebar-panel__content .no_items .menu-empty-cart-menu-container ul li {
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  cursor: pointer;
  background: #E63E52;
  color: #fff;
  font-family: 'duper', sans-serif;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.slidebar-panel__content .no_items .menu-empty-cart-menu-container ul li a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.slidebar-panel__content .widget_shopping_cart_content {
  height: calc(100vh - 297px);
  overflow: scroll;
}
body.woocommerce .widget_shopping_cart .total, body.woocommerce.widget_shopping_cart .total {
  border-top: none;
}
.footer {
  clear: both;
}
span.sr-only {
  display: none;
}
.woocommerce-checkout {
  background-color: #ebe4df;
}
.woocommerce-checkout .woocommerce {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce > * {
  width: 100%;
}
.woocommerce-checkout #order_review .shop_table.woocommerce-checkout-review-order-table {
  border: none;
}
.woocommerce-checkout form.checkout.woocommerce-checkout {
  width: calc(100% - 375px);
  max-width: 100%;
  float: none;
  display: block !important;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .woocommerce-checkout form.checkout.woocommerce-checkout {
    width: 100%;
    float: none;
  }
}
.woocommerce-checkout form.checkout.woocommerce-checkout .col-1, .woocommerce-checkout form.checkout.woocommerce-checkout .col2-set {
  width: 100%;
  max-width: 100%;
}
.woocommerce-checkout form.checkout.woocommerce-checkout .step_two h3 {
  display: none;
}
.woocommerce-checkout form.checkout.woocommerce-checkout .select2-selection, .woocommerce-checkout form.checkout.woocommerce-checkout .wc-address-validation-shipping-field input {
  height: 50px;
}
.woocommerce-checkout form.checkout.woocommerce-checkout #shipping_country {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.woocommerce-checkout form.checkout.woocommerce-checkout #confirm_address {
  height: 50px;
  padding: 0 20px;
}
#kl_newsletter_checkbox_field {
  opacity: 0;
  pointer-events: none;
  z-index: -999;
  position: absolute;
}
.woocommerce-checkout .my_bag_wrap {
  width: 355px;
  float: none;
  height: min-content;
  position: sticky;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .woocommerce-checkout .my_bag_wrap {
    width: 100%;
  }
}
#_save_sub_freq {
  cursor: pointer;
  opacity: 1;
}
#_save_sub_freq._disabled_button {
  cursor: none;
  opacity: 0.7;
}
.header.checkout {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .header.checkout {
    margin-bottom: 0;
  }
}
.header.checkout img {
  width: 70px;
  height: auto;
  display: block;
  margin: auto;
}
.header.checkout h1 {
  font-family: 'Mindset';
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 35px;
  margin: auto;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 5px;
}
.woocommerce-order-received {
  padding: 0;
  margin-top: 0;
  background-color: #ebe4df;
}
@media (max-width: 768px) {
  .woocommerce-order-received .page .container {
    max-width: 100%;
  }
  .woocommerce-order-received .page .container .recommended_products > div > h3, .woocommerce-order-received .page .container .recommended_products > div > a, .woocommerce-order-received .page .container .creds, .woocommerce-order-received .page .container .further_info {
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  .woocommerce-order-received .page .container .slick-slider {
    margin-right: 15px;
  }
}
.woocommerce-order-received .bag_details {
  width: 380px;
  float: right;
}
.woocommerce-order-received .bag_details .product-name p {
  margin: 0;
}
.woocommerce-order-received .bag_details h3#order_review_heading {
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .woocommerce-order-received .bag_details {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
}
.woocommerce-order-received .bag_details .my_bag_wrap {
  position: relative;
  width: 100%;
}
.woocommerce-order-received .bag_details .my_bag_wrap table.shop_table {
  border: none;
  margin-bottom: 0;
}
.woocommerce-order-received .bag_details .my_bag_wrap p {
  text-align: left;
  margin: 0;
}
.woocommerce-order-received .bag_details .my_bag_wrap .product-total {
  font-weight: bold;
}
.woocommerce-order-received .bag_details .my_bag_wrap .product_qty {
  margin-bottom: 20px;
}
.woocommerce-order-received .bag_details .my_bag_wrap .cart-subtotal th, .woocommerce-order-received .bag_details .my_bag_wrap .cart-subtotal td {
  padding-top: 30px;
}
.woocommerce-order-received .bag_details .my_bag_wrap .order-total th, .woocommerce-order-received .bag_details .my_bag_wrap .order-total td {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .woocommerce-order-received .bag_details .my_bag_wrap .cart_ttl {
    border-bottom: none;
  }
  .woocommerce-order-received .bag_details .my_bag_wrap td {
    width: 100%;
  }
  .woocommerce-order-received .bag_details .my_bag_wrap .ts-product-image {
    float: left;
    max-width: 80px;
  }
  .woocommerce-order-received .bag_details .my_bag_wrap .cart-subtotal {
    display: none;
  }
}
.woocommerce-order-received .bag_details .my_bag_wrap tfoot {
  border-top: 0.5px solid rgba(0, 0, 0, 0.5);
}
.woocommerce-order-received .bag_details .my_bag_wrap tfoot * {
  border: none;
}
.woocommerce-order-received .bag_details .links {
  background: #FFFFFF;
  padding: 0 10px;
}
.woocommerce-order-received .bag_details .links a {
  display: block;
  text-align: center;
  padding: 15px;
  color: #252525;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
}
.woocommerce-order-received .bag_details .links .socials {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-order-received .bag_details .links .socials a {
  border-bottom: none;
  padding-left: 20px;
  padding-right: 0;
}
.woocommerce-order-received .bag_details .links .socials svg + svg {
  margin-left: 20px;
}
.woocommerce-order-received .order_details {
  background: #FFFFFF;
  padding: 30px;
  float: left;
  width: calc(100% - 400px);
}
@media (max-width: 768px) {
  .woocommerce-order-received .order_details {
    width: 100%;
    float: none;
    padding: 20px;
  }
}
.woocommerce-order-received .order_details h2 {
  font-family: 'Duper';
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .woocommerce-order-received .order_details h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.woocommerce-order-received .order_details *:not(h2) {
  font-family: 'Duper';
  font-size: 18px;
  line-height: 30px;
}
.woocommerce-order-received .order_details ul.order_details {
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
.woocommerce-order-received .order_details ul.order_details li {
  float: none;
  border: none;
  display: flex;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 15px;
}
.woocommerce-order-received .order_details ul.order_details li strong {
  margin-left: 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
}
.woocommerce-order-received .order_details ul.order_details li.delivery {
  flex-direction: column;
}
.woocommerce-order-received .order_details ul.order_details li.delivery strong {
  margin-left: 0;
}
.woocommerce-order-received .creds {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.woocommerce-order-received .creds img {
  width: 35px;
  height: auto;
  margin-right: 26px;
}
.woocommerce-order-received .further_info {
  padding-top: 30px;
  padding-right: 30px;
  clear: left;
  width: calc(100% - 400px);
}
.woocommerce-order-received .further_info a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
@media (max-width: 768px) {
  .woocommerce-order-received .further_info {
    width: 100%;
    float: none;
  }
}
.woocommerce-order-received .further_info h4, .woocommerce-order-received .further_info h5 {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Duper';
  margin: 0;
}
.woocommerce-order-received .further_info h4 + p, .woocommerce-order-received .further_info h5 + p {
  margin-top: 0;
}
.woocommerce-order-received .recommended_products {
  max-width: 100%;
  overflow: hidden;
  padding-top: 90px;
  clear: both;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .woocommerce-order-received .recommended_products {
    padding-top: 60px;
  }
}
.woocommerce-order-received .recommended_products > div {
  position: relative;
}
.woocommerce-order-received .recommended_products h3 {
  font-size: 30px;
  line-height: 40px;
  font-family: 'duper';
}
.woocommerce-order-received .recommended_products > div > a {
  display: block;
  font-family: 'duper';
  font-weight: bold;
  line-height: 50px;
  font-size: 20px;
  height: 50px;
  border: 1px solid #333232;
  border-radius: 3px;
  text-align: center;
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .woocommerce-order-received .recommended_products > div > a {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    display: block;
    margin: 40px auto 0;
  }
}
.woocommerce-order-received .other_products_content {
  margin-left: 0 !important;
}
@media (min-width: 769px) {
  .woocommerce-order-received .other_products_content {
    width: 1030px !important;
    width: calc(100% + 30px);
  }
}
@media (max-width: 768px) {
  .woocommerce-order-received .other_products_content {
    margin-right: 0;
    margin-left: 15px !important;
  }
}
.woocommerce-order-received .other_products_content .slick-slide {
  margin-right: 30px;
}
@media (min-width: 769px) {
  .woocommerce-order-received .other_products_content .slick-slide {
    min-width: 210px !important;
  }
}
@media (max-width: 768px) {
  .woocommerce-order-received .other_products_content .slick-slide {
    width: 240px !important;
    margin-right: 20px;
  }
}
.woocommerce-order-received .other_products_content .product {
  background-color: #FFF;
  padding: 10px 20px;
  border-radius: 5px;
  min-height: 395px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .woocommerce-order-received .other_products_content .product {
    min-height: 400px;
  }
}
.woocommerce-order-received .other_products_content .product * {
  text-align: center;
}
.woocommerce-order-received .other_products_content .product h6, .woocommerce-order-received .other_products_content .product p {
  margin: 0;
}
.woocommerce-order-received .other_products_content .product img {
  margin: auto;
  display: block;
  margin-bottom: 30px;
  max-height: 200px;
  max-width: 100%;
  height: auto;
  width: auto;
}
.woocommerce-order-received .other_products_content .product button {
  font-family: 'duper';
  background-color: #8BB52F;
  color: #FFF;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  margin-top: 20px;
}
body.woocommerce-checkout #kl_newsletter_checkbox_field {
  display: block;
  opacity: 1;
  position: relative;
  pointer-events: auto;
  z-index: 1;
}
body.woocommerce-checkout .woocommerce-privacy-policy-text {
  display: none;
}
@media (min-width: 769px) {
  body.woocommerce-checkout #order_review table.shop_table tfoot .order-total td {
    max-width: 150px;
  }
}
body.woocommerce-checkout #order_review table.shop_table tfoot .shipping.recurring-total {
  display: none;
}
body.woocommerce-checkout input, body.woocommerce-checkout textarea {
  padding-right: 15px;
  padding-left: 15px;
}
body.woocommerce-checkout .my_bag_wrap.not-active {
  display: none;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .wc-social-login.form-row-wide {
  display: block !important;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .jsi_sign_in.active .wc-social-login.form-row-wide {
  display: none !important;
}
body.woocommerce-checkout a.button-social-login.button-social-login-facebook, body.woocommerce-checkout a.button-social-login.button-social-login-google {
  width: 280px;
  margin-bottom: 20px;
  max-width: 100%;
}
.woocommerce form.checkout_coupon.woocommerce-form-coupon {
  opacity: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  padding: 0;
  margin: 0;
}
#stripe-payment-data fieldset {
  min-height: 0;
  border: none;
}
._cart_wrapper .woocommerce-cart-form__cart-item.cart_item.slidebar-panel__content {
  padding-bottom: 0;
}
.woocommerce-cart.woocommerce-page {
  background: #F3F0DF;
}
.woocommerce-cart.woocommerce-page .woocommerce ._cart_wrapper .cart-collaterals .cart_totals, .woocommerce-cart.woocommerce-page .woocommerce-page ._cart_wrapper .cart-collaterals .cart_totals {
  box-shadow: none;
}
.woocommerce-cart.woocommerce-page ._cart_wrapper .basket_header, .woocommerce-cart.woocommerce-page ._cart_wrapper .woocommerce-cart-form__cart-item.cart_item {
  border-radius: 0;
}
@media (max-width: 768px) {
  .woocommerce-cart.woocommerce-page ._cart_wrapper .woocommerce-cart-form__cart-item.cart_item {
    padding-top: 30px;
  }
}
.woocommerce-cart.woocommerce-page ._cart_wrapper .slidebar-panel__content ul.bundle_summary {
  padding-top: 0;
}
.woocommerce-cart.woocommerce-page .slidebar-panel__content .product_controls_ {
  position: static;
}
.woocommerce-cart.woocommerce-page .shop_table_body li {
  position: relative;
}
.woocommerce-cart.woocommerce-page .shop_table_body li ._edit_product {
  position: absolute;
  top: 15px;
  right: 15px;
  text-decoration: underline;
}
.woocommerce-cart.woocommerce-page .shop_table_body li .product_controls_ {
  display: block;
  border: none;
  margin-top: -10px;
  margin-left: 15px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .woocommerce-cart.woocommerce-page .shop_table_body li .product_controls_ {
    margin-top: 0;
  }
}
.woocommerce-cart.woocommerce-page .shop_table_body li .slidebar-panel__content .show_summary:not(svg) {
  width: 66%;
  display: block;
  margin: auto;
  margin-right: 0;
  text-align: left;
  padding: 0;
  text-decoration: underline;
}
.woocommerce-cart.woocommerce-page .show_summary span.hide {
  display: none;
}
.woocommerce-cart.woocommerce-page .show_summary.showing span.hide {
  display: inline;
}
.woocommerce-cart.woocommerce-page .show_summary.showing span.show {
  display: none;
}
.woocommerce-cart.woocommerce-page ._intro_wrapper_lower_bg {
  padding-top: 0;
}
.woocommerce-cart.woocommerce-page .page.page-default {
  border-top: none;
}
.woocommerce-cart.woocommerce-page .cart-subtotal th {
  font-weight: 400;
}
.woocommerce-cart.woocommerce-page h3 {
  font-family: 'Mindset';
  font-size: 25px;
  line-height: 35px;
  margin: 0;
  padding: 0;
}
.woocommerce-cart.woocommerce-page .button {
  font-family: 'duper';
  display: none;
}
.woocommerce-cart.woocommerce-page .cart-collaterals {
  padding: 20px;
  background: #FFF;
}
.woocommerce-cart.woocommerce-page .cart-collaterals .checkout-button {
  background: #E63E52;
}
.woocommerce-cart.woocommerce-page .cart-collaterals .cart_sum_footer p {
  margin: 10px 0;
}
.woocommerce-cart.woocommerce-page .cart-collaterals h3 {
  padding-bottom: 20px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}
.woocommerce-cart.woocommerce-page .cart-collaterals table.shop_table {
  border: none;
}
.woocommerce-cart.woocommerce-page .cart-collaterals table.shop_table th {
  padding-left: 0;
}
._cart_wrapper .woocommerce-cart-form__cart-item.cart_item.slidebar-panel__content {
  display: block;
}
._cart_wrapper .slidebar-panel__content ul.bundle_summary {
  padding-bottom: 30px;
}
@media (min-width: 769px) {
  ._cart_wrapper .slidebar-panel__content ul.bundle_summary {
    column-count: 2;
  }
}
._cart_wrapper .shop_table_body ul, .shop_table_body li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-wrapper {
  z-index: 9999999999;
  /*
	&.scrolled {
		background: #fff;
		.header .container ul.menu li {
			padding-top: 0;
			padding-bottom: 0;
		}
		.header .container {
			padding-bottom: 0;
			padding-top: 0;
		}
	}*/
}
.header-wrapper .menu-primary-menu-container {
  display: none;
}
@media (min-width: 1229px) {
  .header-wrapper .menu-primary-menu-container {
    display: inherit;
  }
}
.header .container {
  height: 90px;
  width: 100%;
  padding: 10px 0;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 1229px) {
  .header .container {
    height: 115px;
  }
}
@media (min-width: 1229px) {
  .header .container .burger {
    display: none;
  }
}
.header .container .burger {
  border: none;
  background: transparent;
  -webkit-appearance: none;
}
.header .container .burger svg {
  display: none;
}
.header .container .burger span.lines {
  width: 25px;
  height: 2px;
  background: #000;
  margin-bottom: 6px;
  display: block;
}
@media (max-width: 768px) {
  .header .container a.account {
    display: none !important;
  }
}
.header .container .menu--icons a {
  display: inline-block;
  position: relative;
}
.header .container .logo {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.header .container .logo img {
  height: 100%;
  width: auto;
}
.header .container .cart__total {
  position: absolute;
  right: -10px;
  top: -4px;
}
.header .container .cart__total::before {
  content: "";
  background: url('svg/heart_basket.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  margin: 0;
  display: block;
  margin-top: 1px;
}
.header .container .cart__total.none {
  opacity: 0;
}
.header .container .cart__total.none::before {
  content: none;
}
.header .container .cart__total span {
  position: absolute;
  left: 50%;
  top: 10px;
  color: #ffff;
  font-size: 14px;
  font-weight: bold;
  transform: translateX(-50%) translateY(-50%);
}
.header .container ul li {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.header .container ul.menu {
  list-style: none;
  display: flex;
  align-items: flex-start;
  padding-left: 0;
}
.header .container ul.menu li {
  padding: 15px;
  position: relative;
}
.header .container ul.menu li:not(.menu-item-has-children) a:hover {
  text-decoration: underline;
}
.header .container ul.menu .menu-item-has-children {
  padding-right: 30px;
  cursor: pointer;
}
.header .container ul.menu .menu-item-has-children::after {
  pointer-events: none;
  content: "";
  background: url('svg/down_arrow.svg');
  width: 10px;
  height: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.header .container ul.menu .menu-item-has-children:hover {
  background: #ffff;
}
.header .container ul.menu .menu-item-has-children:hover ul.sub-menu {
  display: block;
}
.header .container ul.sub-menu {
  min-width: 173px;
  display: block;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 45px;
  padding-top: 15px;
  left: 0;
  background: #ffff;
  z-index: 9999999;
  display: none;
}
.header .container ul.sub-menu li {
  padding: 15px;
}
.header .container svg {
  width: 20px;
  height: auto;
  margin-left: 30px;
}
.banner {
  background: #F3F0DF;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
}
.banner p {
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
header.checkout {
  background-color: #EC948D;
}
.header-wrapper .mobile_menu_container {
  display: none;
}
.header-wrapper .header .container svg {
  width: 25px;
}
@media (max-width: 1228px) {
  .header-wrapper.showing .burger svg {
    display: block;
    margin-left: 0;
    width: 35px;
  }
  .header-wrapper.showing .burger span.lines {
    display: none;
  }
  .header-wrapper.showing .header {
    background: transparent !important;
  }
  .header-wrapper.showing header.header {
    z-index: 999999999;
    position: fixed;
    width: 100%;
    top: 40px;
    left: 0;
    background: transparent;
  }
  .header-wrapper.showing .banner {
    z-index: 999999999;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  .header-wrapper.showing .mobile_menu_container {
    height: 100vh;
    width: 100vw;
    position: fixed;
    background: #f7f4e1;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: scroll;
    display: block;
  }
  .header-wrapper.showing .mobile_menu_container a.btn {
    background: #E63E52;
    color: #FFF;
    -webkit-appearance: none;
    border-radius: 5px;
    width: 240px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    border-color: transparent;
    display: block;
    margin-left: 35px;
    font-weight: bolder;
    margin-top: 30px;
  }
  .header-wrapper.showing .mobile_menu_container .socials {
    margin-left: 35px;
    margin-top: 35px;
    display: flex;
    align-items: center;
  }
  .header-wrapper.showing .mobile_menu_container .socials a {
    display: inline-block;
    margin-left: 20px;
  }
  .header-wrapper.showing .mobile_menu_container .socials p {
    font-family: 'Duper';
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
  }
  .header-wrapper.showing .mobile_menu_container .menu-mobile-menu-container {
    display: block;
    padding: 0 35px;
    padding-top: 180px;
  }
  .header-wrapper.showing .mobile_menu_container .menu-mobile-menu-container ul, .header-wrapper.showing .mobile_menu_container .menu-mobile-menu-container li {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
  }
  .header-wrapper.showing .mobile_menu_container .menu-mobile-menu-container ul li a {
    font-family: 'Duper';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
  }
  .header-wrapper.showing .mobile_menu_container .menu-mobile-menu-container ul.menu > li > a, .header-wrapper.showing .mobile_menu_container .menu-mobile-menu-container li.menu-item-has-children > a {
    font-family: 'Mindset';
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
  }
  .header-wrapper.showing .mobile_menu_container .menu-mobile-menu-container li.menu-item-has-children > a::after {
    content: "";
    background: url('svg/darr_mobile.svg');
    height: 13px;
    width: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-bottom: 5px;
    display: inline-block;
  }
  .header-wrapper.showing .mobile_menu_container .menu-mobile-menu-container .sub-menu {
    display: none;
  }
  .header-wrapper.showing .mobile_menu_container .menu-mobile-menu-container li.showing .sub-menu {
    display: block;
  }
  .header-wrapper.showing .mobile_menu_container .menu-mobile-menu-container li.menu-item-has-children.showing > a::after {
    transform: rotate(180deg);
    margin-bottom: 10px;
  }
}
.slidebar-panel__content .totals_bottom .woocommerce-mini-cart__total {
  border-color: transparent;
}
.slidebar-panel .slidebar-panel__header .slidebar-panel__close {
  transform: translateY(-75%);
}
.slidebar-panel {
  z-index: 10000000000000;
}
.cookie-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #E63E52;
  padding: 20px;
  z-index: 99999999999;
  display: none;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cookie-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cookie-container.showing {
  display: flex;
}
.cookie-container #notice {
  max-width: 600px;
}
.cookie-container #buttons {
  display: flex;
  width: 480px;
  align-items: center;
}
@media (max-width: 768px) {
  .cookie-container #buttons {
    margin-top: 20px;
    width: 100%;
  }
}
.cookie-container #accept {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background: #fff;
  color: #E63E52;
  font-weight: bolder;
  margin-right: 10px;
}
.cookie-container #info {
  text-decoration: underline;
}
.header .container .logo img:hover {
  animation: heartPulse 1s infinite;
}
@keyframes heartPulse {
  0% {
    height: 100%;
  }
  65% {
    height: 90%;
  }
  100% {
    height: 100%;
  }
}
.page-contact .container {
  max-width: 56rem;
}
.page-contact .contact__header h1 {
  margin-bottom: 1.25rem;
}
.page-contact .contact__header p {
  margin: 0;
  text-align: center;
}
.page-contact .contact__header a {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0.5rem 0 0;
  text-decoration: none;
  transition: 0.4s;
}
@media (min-width: 769px) {
  .page-contact .contact__header a {
    font-size: 1.5rem;
  }
}
.page-contact .contact__header a:hover {
  color: #EC948D;
}
.page-contact .contact__locations {
  margin: 40px -1.25rem;
}
@media (min-width: 769px) {
  .page-contact .contact__locations {
    margin: 60px -1.25rem;
  }
}
.page-contact .contact__location {
  line-height: 1.6667;
  padding: 0 1.25rem;
}
.page-contact .contact__location:last-child {
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .page-contact .contact__location:last-child {
    margin-top: 0;
  }
}
.page-contact .contact__location address {
  font-style: normal;
  margin: 1.5rem 0 1.25rem;
}
.page-contact .contact__location address strong {
  font-size: 1.25rem;
}
.page-contact .contact__location a {
  font-weight: 700;
  transition: 0.4s;
}
.page-contact .contact__location a:hover {
  color: #EC948D;
}
.page-contact .contact__location p {
  margin: 1.25rem 0;
}
.page-contact .contact__location p:last-child {
  margin-bottom: 0;
}
body.page-template-template-contact .banner {
  background: #E89D8E;
}
body.page-template-template-contact .header-wrapper, body.page-template-template-contact .page {
  background: #F3F0DF;
}
body.page-template-template-contact .header-wrapper ._intro_wrapper_lower_bg, body.page-template-template-contact .page ._intro_wrapper_lower_bg {
  background: transparent;
  padding: 10px 0;
}
@media (min-width: 769px) {
  body.page-template-template-contact .header-wrapper ._intro_wrapper_lower_bg, body.page-template-template-contact .page ._intro_wrapper_lower_bg {
    padding: 60px 100px 20px;
  }
}
body.page-template-template-contact .header-wrapper ._intro_wrapper_lower_bg::after, body.page-template-template-contact .header-wrapper ._intro_wrapper_lower_bg::before, body.page-template-template-contact .page ._intro_wrapper_lower_bg::after, body.page-template-template-contact .page ._intro_wrapper_lower_bg::before {
  content: none;
  display: none;
}
body.page-template-template-contact .header-wrapper .gform_wrapper.gravity-theme .gfield_label, body.page-template-template-contact .page .gform_wrapper.gravity-theme .gfield_label {
  display: none;
}
body.page-template-template-contact .header-wrapper .gform_wrapper.gravity-theme .gfield .ginput_container:not(.ginput_container_textarea), body.page-template-template-contact .page .gform_wrapper.gravity-theme .gfield .ginput_container:not(.ginput_container_textarea) {
  padding-right: 60px;
}
body.page-template-template-contact .header-wrapper .gform_wrapper.gravity-theme .gfield .ginput_container input, body.page-template-template-contact .page .gform_wrapper.gravity-theme .gfield .ginput_container input {
  height: 60px;
}
body.page-template-template-contact .header-wrapper .gform_wrapper.gravity-theme .gfield .ginput_container input, body.page-template-template-contact .header-wrapper .gform_wrapper.gravity-theme .gfield .ginput_container textarea, body.page-template-template-contact .page .gform_wrapper.gravity-theme .gfield .ginput_container input, body.page-template-template-contact .page .gform_wrapper.gravity-theme .gfield .ginput_container textarea {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #252525;
  font-family: 'duper';
}
body.page-template-template-contact .header-wrapper .gform_wrapper.gravity-theme .gform_footer, body.page-template-template-contact .page .gform_wrapper.gravity-theme .gform_footer {
  display: flex;
}
body.page-template-template-contact .header-wrapper .gform_wrapper.gravity-theme .gform_footer button.gform_button, body.page-template-template-contact .page .gform_wrapper.gravity-theme .gform_footer button.gform_button {
  margin: 30px auto;
  height: 60px;
  width: 240px;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: 'duper';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #252525;
}
body.page-template-template-contact .header-wrapper .contact_form, body.page-template-template-contact .page .contact_form {
  margin-top: 40px;
}
@media (min-width: 769px) {
  body.page-template-template-contact .header-wrapper .contact_form, body.page-template-template-contact .page .contact_form {
    margin-top: 0;
    padding: 0 20px;
  }
}
@media (min-width: 769px) {
  body.page-template-template-contact .header-wrapper .contact_content, body.page-template-template-contact .page .contact_content {
    padding: 0 0 0 20px;
  }
}
body.page-template-template-contact .header-wrapper .contact_content .contact_details, body.page-template-template-contact .page .contact_content .contact_details {
  display: flex;
  flex-direction: column;
}
body.page-template-template-contact .header-wrapper .contact_content .contact_details ._contact_detail, body.page-template-template-contact .page .contact_content .contact_details ._contact_detail {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
body.page-template-template-contact .header-wrapper .contact_content .contact_details ._contact_detail .contact_icon, body.page-template-template-contact .page .contact_content .contact_details ._contact_detail .contact_icon {
  margin-right: 20px;
}
body.page-template-template-contact .header-wrapper .contact_content p, body.page-template-template-contact .page .contact_content p {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 35px;
  color: #252525;
  margin-top: 0;
}
body.page-template-template-contact .contact_form::before {
  content: "";
  background: url('/wp-content/uploads/2022/01/Group-99681.png') no-repeat center center;
  position: absolute;
  top: -60px;
  right: 0px;
  height: 82px;
  width: 83px;
  left: inherit;
}
body.page-template-template-contact .contact_form::after {
  content: "";
  background: url('/wp-content/uploads/2022/01/Group-10014.png') no-repeat center center;
  position: absolute;
  bottom: -40px;
  left: -20px;
  height: 74px;
  width: 76px;
}
@media (min-width: 769px) {
  body.page-template-template-contact .contact_form::before {
    content: "";
    background: url('/wp-content/uploads/2022/01/Group-9975.png') no-repeat center center;
    position: absolute;
    top: -90px;
    right: 0;
    height: 111px;
    width: 115px;
    left: inherit;
  }
  body.page-template-template-contact .contact_form::after {
    content: "";
    background: url('/wp-content/uploads/2022/01/Group-9968-2.png') no-repeat center center;
    position: absolute;
    bottom: 25px;
    left: -60px;
    height: 114px;
    width: 117px;
  }
}
body.page-template-template-contact .contact_wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 769px) {
  body.page-template-template-contact .contact_wrapper {
    display: flex;
    flex-direction: row;
  }
}
body.page-template-template-contact .fruit_veg_img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 60px 90px 60px;
}
body.page-template-template-contact .lower_contact {
  border-top: 13px solid transparent;
  border-image: url('/wp-content/uploads/2022/01/Group-9970.png') 15 15 round;
  border-image-width: 1;
  border-image-width: 13px 0 0 0;
  min-height: 360px;
  padding: 60px 0;
  display: flex;
}
body.page-template-template-contact .lower_contact .cta_section {
  width: 100%;
  padding: 80px 10px;
  margin: 0 auto;
  max-width: 760px;
  position: relative;
  display: flex;
}
body.page-template-template-contact .lower_contact .cta_section .inner_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
body.page-template-template-contact .lower_contact .cta_section .inner_wrap p {
  font-family: 'duper';
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #252525;
  margin: 0 auto 10px;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 769px) {
  body.page-template-template-contact .lower_contact .cta_section .inner_wrap p {
    font-size: 25px;
    line-height: 35px;
  }
}
body.page-template-template-contact .lower_contact .cta_section .inner_wrap p strong {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #252525;
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 769px) {
  body.page-template-template-contact .lower_contact .cta_section .inner_wrap p strong {
    font-size: 40px;
    line-height: 50px;
  }
}
body.page-template-template-contact .lower_contact .cta_section .inner_wrap ._cta_btn {
  background: transparent;
  border: 1px solid;
  max-width: 240px;
}
body.page-template-template-contact .lower_contact .cta_section .inner_wrap .question_mark_speech {
  position: absolute;
  left: -20px;
  top: -140px;
  transform: scale(0.66);
}
@media (min-width: 769px) {
  body.page-template-template-contact .lower_contact .cta_section .inner_wrap .question_mark_speech {
    transform: scale(1);
    left: -3%;
    top: -35%;
  }
}
body.page-template-template-contact .lower_contact .cta_section .inner_wrap .upper_right {
  position: absolute;
  top: -65px;
  right: 0;
  transform: scale(0.9);
}
@media (min-width: 769px) {
  body.page-template-template-contact .lower_contact .cta_section .inner_wrap .upper_right {
    transform: scale(1);
    top: -25%;
    right: 12.5%;
  }
}
body.page-template-template-contact .lower_contact .cta_section .inner_wrap .lower_left {
  position: absolute;
  left: -20px;
  bottom: -120px;
  transform: scale(0.9);
}
@media (min-width: 769px) {
  body.page-template-template-contact .lower_contact .cta_section .inner_wrap .lower_left {
    transform: scale(1);
    left: 15%;
    bottom: -12.5%;
  }
}
body.page-template-template-contact .lower_contact .cta_section .inner_wrap .arrow_right {
  position: absolute;
  right: 10px;
  top: 33%;
}
@media (min-width: 769px) {
  body.page-template-template-contact .lower_contact .cta_section .inner_wrap .arrow_right {
    right: 25%;
    top: 45%;
  }
}
body.page-template-template-contact .lower_contact .cta_section .inner_wrap .lower_right_dot {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 769px) {
  body.page-template-template-contact .lower_contact .cta_section .inner_wrap .lower_right_dot {
    opacity: 1;
    visibility: visible;
    right: 15%;
    top: 46%;
  }
}
body.page-template-template-contact .lower_contact .cta_section .inner_wrap .question_mark {
  position: absolute;
  right: 15%;
  bottom: -110px;
  transform: scale(0.7);
}
@media (min-width: 769px) {
  body.page-template-template-contact .lower_contact .cta_section .inner_wrap .question_mark {
    transform: scale(1);
    right: 0;
    bottom: 0;
  }
}
body.woocommerce-account.logged-in .page.page-default {
  background: #ebe4df;
  padding-top: 30px;
}
@media (min-width: 769px) {
  body.woocommerce-account .page.page-default .container {
    max-width: 900px;
  }
}
body.woocommerce-account .page.page-default .join__us {
  display: none;
}
body.woocommerce-account .page.page-default ._username_wrap {
  width: auto;
  max-width: 100%;
  margin-right: 45px;
  margin-left: 45px;
  background: #FFFFFF;
  height: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 60px;
}
@media (min-width: 767px) {
  body.woocommerce-account .page.page-default ._username_wrap {
    max-width: 280px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  body.woocommerce-account .page.page-default ._username_wrap {
    margin-left: 0;
    margin-right: 0;
    margin-top: 150px;
    padding-left: 0;
  }
  body.woocommerce-account .page.page-default ._username_wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 150px;
    background: url('img/holiday_bg_account_img.jpg');
    background-size: cover;
  }
}
body.woocommerce-account .page.page-default ._username_wrap ._intro_dash {
  font-family: 'duper';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #212121;
}
@media (max-width: 768px) {
  body.woocommerce-account .page.page-default ._username_wrap ._intro_dash {
    display: block;
    margin: auto;
  }
}
body.woocommerce-account .page.page-default ._username_wrap svg, body.woocommerce-account .page.page-default ._username_wrap ._initials {
  position: absolute;
  left: -45px;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  body.woocommerce-account .page.page-default ._username_wrap svg, body.woocommerce-account .page.page-default ._username_wrap ._initials {
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
body.woocommerce-account .page.page-default ._username_wrap svg {
  width: 90px;
  height: auto;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
  max-width: 100%;
  margin-right: 45px;
  margin-left: 45px;
  margin-bottom: 55px;
}
@media (min-width: 767px) {
  body.woocommerce-account .page.page-default .woocommerce-MyAccount-navigation {
    float: left;
    width: 38%;
    max-width: 280px;
    margin-right: 0;
  }
}
@media (min-width: 1023px) {
  body.woocommerce-account .page.page-default .woocommerce-MyAccount-navigation {
    float: left;
    width: 35%;
    max-width: 280px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  body.woocommerce-account .page.page-default .woocommerce-MyAccount-navigation {
    margin-left: 0;
    margin-right: 0;
  }
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-navigation ul {
  margin-top: 10px;
  background: #fff;
  overflow: hidden;
  padding-left: 0;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  height: 60px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  padding: 10px 25px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.3);
  margin: 0 10px;
  font-family: Archia;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #212121;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
  background: #F4F4F4;
  margin: 0;
  padding: 10px 35px;
  position: relative;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  color: #000000;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #8BB52F;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:last-child {
  border-bottom: 0;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
  display: none;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.logout__nav a {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.logout__nav a img {
  margin-right: 15px;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-navigation ul {
  margin-bottom: 0;
}
body.woocommerce-account .page.page-default .img_welcome {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  body.woocommerce-account .page.page-default .img_welcome {
    position: relative;
  }
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-content {
  margin-bottom: 30px;
  background: #fff;
  float: none;
  position: relative;
  width: auto;
  max-width: 100%;
  margin-right: 45px;
  margin-top: 10px;
  margin-left: 45px;
  padding: 20px;
}
@media (min-width: 767px) {
  body.woocommerce-account .page.page-default .woocommerce-MyAccount-content {
    margin-left: 0;
    margin-right: 0;
    top: -130px;
    float: right;
    width: calc(60% - 55px);
  }
}
@media (min-width: 1023px) {
  body.woocommerce-account .page.page-default .woocommerce-MyAccount-content {
    margin-left: 0;
    margin-right: 0;
    top: -130px;
    float: right;
    width: calc(65% - 55px);
    margin-bottom: -100px;
  }
}
@media (max-width: 768px) {
  body.woocommerce-account .page.page-default .woocommerce-MyAccount-content {
    margin-left: 0;
    margin-right: 0;
  }
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-content ._brewser_variety {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-content ._brewser_variety img {
  max-width: 75%;
  margin-bottom: 20px;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-content .overview__block {
  font-size: 16px;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-content .overview__block h5 {
  font-weight: bold;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-content .woocommerce-notices-wrapper:last-child {
  margin-bottom: 20px;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-content #billing_birth_date {
  padding: 10px 20px;
  height: 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #212121;
  border: 1px solid rgba(33, 33, 33, 0.4);
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-content #account_first_name, body.woocommerce-account .page.page-default .woocommerce-MyAccount-content #account_last_name, body.woocommerce-account .page.page-default .woocommerce-MyAccount-content #account_display_name, body.woocommerce-account .page.page-default .woocommerce-MyAccount-content #account_email, body.woocommerce-account .page.page-default .woocommerce-MyAccount-content #password_current, body.woocommerce-account .page.page-default .woocommerce-MyAccount-content #password_1, body.woocommerce-account .page.page-default .woocommerce-MyAccount-content #password_2, body.woocommerce-account .page.page-default .woocommerce-MyAccount-content .woocommerce-Input {
  width: 345px;
  max-width: 100%;
  padding: 0 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #212121;
  border: 1px solid rgba(33, 33, 33, 0.4);
  box-sizing: border-box;
  height: 50px;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-content .password-input {
  width: 345px;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-content .password-input .show-password-input {
  top: auto;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-content .wc-social-login-profile h2 {
  font-size: 25px;
  font-weight: bold;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account {
  margin-bottom: 50px;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
  width: 345px;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: #8BB52F;
  height: 60px;
  text-align: center;
  color: #fff;
  line-height: 37px;
  font-size: 20px;
  font-family: 'duper';
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-content .woocommerce-Address-title.title h3 {
  font-style: normal;
  font-weight: 600;
  font-family: 'duper';
  font-size: 16px;
  line-height: 25px;
  color: #212121;
}
body.woocommerce-account .payment-method {
  margin-bottom: 40px;
  padding-right: 220px;
  position: relative;
  min-height: 96px;
}
body.woocommerce-account .payment-method .payment-method-actions {
  position: absolute;
  left: 220px;
  top: 0;
}
body.woocommerce-account .payment-method .button {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #212121;
  min-width: 85px;
  height: auto;
  padding: 8px 12px;
  margin-bottom: 10px;
}
body.woocommerce-account .payment-method .button:hover {
  background: #E5E5E5;
}
body.woocommerce-account .woocommerce-Address .edit__address {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #212121;
  min-width: 90px;
  height: auto;
  padding: 8px 12px;
}
body.woocommerce-account .woocommerce-Address .edit__address:hover {
  background: #E5E5E5;
}
body.woocommerce-account #billing_postcode, body.woocommerce-account #shipping_postcode {
  max-width: 120px;
}
body.woocommerce-account .wc-address-validation-field a.button {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #212121;
  min-width: 90px;
  height: auto;
  padding: 8px 12px;
}
body.woocommerce-account .wc-address-validation-field a.button:hover {
  background: #E5E5E5;
}
.woocommerce-account.page-template-template-checkout .container {
  margin-bottom: 0;
}
.woocommerce-account.page-template-template-checkout .container .woocommerce-info {
  display: none;
}
.woocommerce-account .woocommerce-order {
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce-account .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  margin-bottom: 20px;
  margin-top: 50px;
}
.woocommerce-account .container.header__wrap._ob_no_wrap {
  margin-bottom: 10px;
  justify-content: center;
}
.woocommerce-account .header__wrap._ob_no_wrap ._onboarding_steps {
  display: none;
}
.woocommerce-account .woocommerce-customer-details, .woocommerce-account .section.section--testimonials.pb-0 {
  display: none;
}
.woocommerce-account .woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead {
  display: none;
}
.woocommerce-account ._related_subs_nc, .woocommerce-account .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received, .woocommerce-account .subtotal_, .woocommerce-account .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details + p {
  display: none;
}
.woocommerce-account ._checkout_wrap_conf {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.woocommerce-account ._checkout_wrap_conf .box_delivered_soon {
  max-width: 580px;
  background: #FFFFFF;
  border: 0.5px solid rgba(204, 204, 204, 0.5);
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  padding: 30px;
}
.woocommerce-account ._checkout_wrap_conf .box_delivered_soon ._bds_img video {
  max-width: 420px;
  margin: 0 auto;
  display: block;
}
.woocommerce-account ._checkout_wrap_conf .box_delivered_soon ._bds_content ._lrg_t {
  font-family: Archia;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #212121;
  max-width: 300px;
  margin: 5px auto 20px;
}
.woocommerce-account ._checkout_wrap_conf .box_delivered_soon ._bds_content p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #212121;
}
.woocommerce-account ._checkout_wrap_conf .box_delivered_soon ._bds_syp {
  text-align: center;
  margin-top: 30px;
}
.woocommerce-account ._checkout_wrap_conf .woocommerce-order-details {
  background: #FFFFFF;
  border: 0.5px solid rgba(204, 204, 204, 0.5);
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 360px;
}
.woocommerce-account ._checkout_wrap_conf .woocommerce-order-details .woocommerce-order-details__title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce-account ._checkout_wrap_conf .woocommerce-order-details table.shop_table {
  border: 0;
}
.woocommerce-account ._checkout_wrap_conf .woocommerce-order-details table.shop_table td, .woocommerce-account ._checkout_wrap_conf .woocommerce-order-details table.shop_table th {
  border: 0;
}
.woocommerce-account ._checkout_wrap_conf .woocommerce-order-details table.shop_table tfoot tr th, .woocommerce-account ._checkout_wrap_conf .woocommerce-order-details table.shop_table tfoot tr td {
  border-bottom: 0.5px solid rgba(33, 33, 33, 0.2);
}
.woocommerce-account ._checkout_wrap_conf .woocommerce-order-details table.shop_table tfoot tr th {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #212121;
}
.woocommerce-account ._checkout_wrap_conf .woocommerce-order-details table.shop_table tfoot tr td {
  text-align: right;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #212121;
}
.woocommerce-account ._checkout_wrap_conf .woocommerce-order-details table.shop_table tfoot tr.total_ th, .woocommerce-account ._checkout_wrap_conf .woocommerce-order-details table.shop_table tfoot tr.total_ td {
  font-weight: 600;
}
.woocommerce-account ._checkout_wrap_conf .woocommerce-order-details table.shop_table td.woocommerce-table__product-name ._selected._your_box {
  margin-bottom: 25px;
}
.woocommerce-account ._checkout_wrap_conf .woocommerce-order-details table.shop_table td.woocommerce-table__product-name ._selected._your_box ._box_wrap {
  display: flex;
  flex-direction: row;
  max-width: 300px;
  margin: 0 auto;
  align-items: center;
}
.woocommerce-account ._checkout_wrap_conf .woocommerce-order-details table.shop_table td.woocommerce-table__product-name ._selected._your_box ._box_wrap ._logo {
  width: 90px;
  height: 90px;
  background: #FFFFFF;
  border: 1px solid rgba(204, 204, 204, 0.5);
  box-sizing: border-box;
  border-radius: 100%;
  min-width: 90px;
  max-width: 90px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 90px;
  min-height: 90px;
}
.woocommerce-account ._checkout_wrap_conf .woocommerce-order-details table.shop_table td.woocommerce-table__product-name ._selected._your_box ._box_wrap ._box_info {
  padding-left: 20px;
}
.woocommerce-account ._checkout_wrap_conf .woocommerce-order-details table.shop_table td.woocommerce-table__product-name ._selected._your_box ._box_wrap ._box_info p._box_ttl {
  font-family: 'Archia';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #212121;
  margin-bottom: 0;
}
.woocommerce-account ._checkout_wrap_conf .woocommerce-order-details table.shop_table td.woocommerce-table__product-name ._selected._your_box ._box_wrap ._box_info p._prod_dsc_ {
  font-family: 'Archia';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #212121;
}
#dashboard-menu-item-wcv_wcs_subscription {
  display: none;
}
.container.page-404 {
  margin-bottom: 40px;
}
body.woocommerce-account .col2-set .col-2, body.woocommerce-account .col2-set .col-1 {
  flex: 0 0 48%;
  max-width: 48%;
}
@media (max-width: 768px) {
  body.woocommerce-account .col2-set .col-2, body.woocommerce-account .col2-set .col-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.woocommerce-account .woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-name + td {
  display: none;
}
.woocommerce-account ._checkout_wrap_conf .woocommerce-order-details {
  border: 0;
  box-shadow: none;
}
.woocommerce-account ._checkout_wrap_conf .box_delivered_soon {
  border: 0;
  box-shadow: none;
}
body.woocommerce-account.woocommerce-view-subscription.woocommerce-account.logged-in .page-default .container {
  max-width: 1220px;
}
body.woocommerce-account.woocommerce-view-subscription.woocommerce-account.logged-in .page.page-default .woocommerce-MyAccount-content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  top: -100px;
  margin-bottom: -160px;
}
body.woocommerce-account .hide__mobile--desktop {
  display: none !important;
}
body.woocommerce-account ._yp_edit_nc {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #212121;
  margin-top: 5px;
  margin-bottom: 10px;
}
body.woocommerce-account .woocommerce-button.button.wcv-mark-order-received, body.woocommerce-account .shop_table.subscription_details + h2, body.woocommerce-account .shop_table.subscription_details + h2 + .shop_table, body.woocommerce-account .shop_table + header, body.woocommerce-account .shop_table + header + .my_account_orders {
  display: none;
}
body.woocommerce-account .subscription_details a.button, body.woocommerce-account .shop_table a.button {
  display: inline;
  padding: 5px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-direction: column;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  order: 6;
  display: none;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_first_name_field, .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #wcms_address_new_first_name_field {
  width: 100%;
  order: 1;
  display: block;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_last_name_field, .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #wcms_address_new_last_name_field {
  width: 100%;
  order: 2;
  display: block;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_company_field, .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #wcms_address_new_country_field {
  order: 4;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_phone_field {
  display: block;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_phone_field, .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #wcms_address_new_company_field {
  order: 5;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #wcms_address_search_field {
  order: 2;
  display: block;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #enter_addr_manually {
  display: block;
  margin-top: 40px;
  cursor: pointer;
  padding-top: 20px;
  border-top: 0.5px solid rgba(0, 0, 0, 0.3);
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper.expanded .form-row {
  display: block;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper.expanded #enter_addr_manually {
  display: none;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .btn {
  width: 100%;
}
.woocommerce-MyAccount-content a.cta, .woocommerce-MyAccount-content button, .woocommerce-MyAccount-content .btn {
  background-color: #8BB52F;
  color: #fff;
  height: 60px;
  text-align: center;
  display: block;
  line-height: 60px;
  font-weight: bold;
  border: none;
  width: 345px;
  max-width: 100%;
  font-family: 'duper';
  font-size: 20px;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .each_sub + .each_sub {
  padding-top: 10px;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .subs:last-child {
  margin-bottom: -30px;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .each_sub {
  position: relative;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .each_sub::after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0;
  height: 10px;
  width: calc(100% + 40px);
  background: #ebe4df;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions.back-to {
  padding: 20px;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .header {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  margin: 30px 0;
  margin-top: 0;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .header svg {
  margin-right: 40px;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .header a, .woocommerce-MyAccount-content .lovestruck_subscriptions .header h2 {
  font-size: 25px;
  margin: 0;
  font-family: 'Mindset';
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .sub_header {
  position: absolute;
  left: 0;
  top: 80px;
  background-color: #F4F4F4;
  width: 100%;
  height: 60px;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .sub_header p {
  margin: 0;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .summary {
  margin-bottom: 30px;
  display: flex;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .summary img {
  width: 110px;
  margin-right: 25px;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .summary .title {
  font-size: 22px;
  margin-bottom: 0;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .summary .pack_size {
  font-size: 18px;
  margin: 0;
  margin-top: -10px;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .change_frequency {
  position: relative;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .change_frequency::before {
  content: " ";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 20px;
  bottom: 18px;
  background: url(svg/renewal_arrow.svg);
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .change_frequency::after {
  content: " ";
  display: block;
  width: 10px;
  height: 22px;
  position: absolute;
  right: 20px;
  bottom: 17px;
  background: url(svg/selector_arrow.svg);
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .change_frequency select {
  width: 100%;
  height: 60px;
  -webkit-appearance: none;
  height: 55px;
  font-family: 'duper';
  padding-left: 60px;
  font-size: 18px;
  line-height: 20px;
  width: 100%;
  border: none;
  border-radius: 5px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  position: relative;
  background: transparent;
  margin: 0 auto 10px;
  display: block;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .details {
  margin-top: 20px;
  margin-bottom: 30px;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .details > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.5px solid rgba(0, 0, 0, 0.2);
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .details > div p, .woocommerce-MyAccount-content .lovestruck_subscriptions .details > div b {
  margin: 5px 0;
  line-height: 180%;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions table.actions a, .woocommerce-MyAccount-content .lovestruck_subscriptions .wcs-switch-link.button {
  width: 100%;
  margin-bottom: 20px;
  background-color: #8BB52F;
  height: 60px;
  text-align: center;
  color: #fff;
  line-height: 37px;
  font-size: 20px;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .wcs-switch-link.button {
  display: block !important;
  line-height: 50px;
  margin-bottom: 10px;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .shop_table.order_details, .woocommerce-MyAccount-content .lovestruck_subscriptions .change_frequency, .woocommerce-MyAccount-content .lovestruck_subscriptions .details, .woocommerce-MyAccount-content .lovestruck_subscriptions table {
  max-width: 100%;
  width: 345px;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .shop_table.order_details {
  border: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .shop_table.order_details tr, .woocommerce-MyAccount-content .lovestruck_subscriptions .shop_table.order_details td {
  border: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .shop_table.order_details .product-total, .woocommerce-MyAccount-content .lovestruck_subscriptions .shop_table.order_details thead, .woocommerce-MyAccount-content .lovestruck_subscriptions .shop_table.order_details td *:not(.wcs-switch-link.button) {
  display: none;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions .each_sub.status-On .change_frequency, .woocommerce-MyAccount-content .lovestruck_subscriptions .each_sub.status-On .details {
  opacity: 0.5;
  pointer-events: none;
}
.woocommerce-MyAccount-content .pay_methods {
  margin-bottom: 50px;
}
.woocommerce-MyAccount-content .pay_methods .header {
  padding-bottom: 0;
}
.woocommerce-MyAccount-content .payment-method {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.woocommerce-MyAccount-content .payment-method::after {
  height: 10px;
  content: "";
  background: #ebe4df;
  width: calc(100% + 40px);
  position: absolute;
  left: -20px;
}
.woocommerce-MyAccount-content .payment-method::after {
  top: -20px;
}
.woocommerce-MyAccount-content .payment-method small {
  opacity: 0.5;
  margin-top: 20px;
  display: block;
}
.woocommerce-MyAccount-content .add_payment_method {
  width: 345px;
  max-width: 100%;
}
.woocommerce-MyAccount-content .add_payment_method {
  background-color: #8BB52F;
  color: #fff;
  height: 60px;
  text-align: center;
  display: block;
  line-height: 60px;
  font-weight: bold;
  border: none;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions.account_details > * {
  display: none !important;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions.account_details .header, .woocommerce-MyAccount-content .lovestruck_subscriptions.account_details .account-fields.initial-page {
  display: flex !important;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions.account_details .header {
  padding-bottom: 0;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .form-row-last {
  float: none;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields select, .woocommerce-MyAccount-content form .woocommerce-address-fields .select2-container, .woocommerce-MyAccount-content form .woocommerce-address-fields .select2-selection.select2-selection--single, .woocommerce-MyAccount-content form .woocommerce-address-fields input {
  min-height: 50px;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions.addresses .header {
  padding-bottom: 0;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions.addresses .button {
  background-color: #8BB52F;
  color: #fff;
  height: 60px;
  text-align: center;
  display: block;
  line-height: 37px;
  font-weight: bold;
  border: none;
  width: 345px;
  max-width: 100%;
  margin-bottom: 30px;
  font-weight: bold;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions.addresses .woocommerce-Address {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions.addresses .woocommerce-Address::after {
  height: 10px;
  content: "";
  background: #ebe4df;
  width: calc(100% + 40px);
  position: absolute;
  left: -20px;
}
.woocommerce-MyAccount-content .lovestruck_subscriptions.addresses .woocommerce-Address::after {
  top: -20px;
}
.woocommerce-account {
  background: #ebe4df;
}
.woocommerce-form-register__submit, body .button.woocommerce-form-login__submit {
  margin: 5px auto 15px;
  background-color: #8BB52F !important;
  border-radius: 3px;
  color: #fff !important;
  text-transform: capitalize !important;
  width: 345px;
  max-width: 100%;
  font-family: 'duper';
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce form.login, .woocommerce form.register, .woocommerce-form.woocommerce-form-login {
  max-width: 540px;
  margin: 0 auto 20px;
  background: #FFF;
}
.woocommerce form.login p._ttl, .woocommerce form.register p._ttl, .woocommerce-form.woocommerce-form-login p._ttl {
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 18px;
}
.woocommerce form.login .wc-social-login.form-row-wide, .woocommerce form.register .wc-social-login.form-row-wide, .woocommerce-form.woocommerce-form-login .wc-social-login.form-row-wide {
  text-align: center;
}
.woocommerce form.login .wc-social-login.form-row-wide > p, .woocommerce form.register .wc-social-login.form-row-wide > p, .woocommerce-form.woocommerce-form-login .wc-social-login.form-row-wide > p {
  display: none;
}
.woocommerce form.login input, .woocommerce form.register input, .woocommerce-form.woocommerce-form-login input {
  min-height: 50px;
}
.woocommerce form.login .form-row, .woocommerce form.register .form-row, .woocommerce-form.woocommerce-form-login .form-row {
  margin: 20px auto;
  float: none;
  width: 345px;
  max-width: 100%;
}
.woocommerce form.login .lost_password, .woocommerce form.register .lost_password, .woocommerce-form.woocommerce-form-login .lost_password {
  text-align: center;
}
.woocommerce form.login .button.woocommerce-form-login__submit, .woocommerce form.register .button.woocommerce-form-login__submit, .woocommerce-form.woocommerce-form-login .button.woocommerce-form-login__submit {
  float: none;
  margin: auto;
  margin-top: 30px !important;
}
.woocommerce form.login .remember_me, .woocommerce form.register .remember_me, .woocommerce-form.woocommerce-form-login .remember_me {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -10px;
  margin-top: -10px;
  display: none;
}
.woocommerce form.login .remember_me input, .woocommerce form.register .remember_me input, .woocommerce-form.woocommerce-form-login .remember_me input {
  min-height: 0;
}
.woocommerce form.login ._gc_btn, .woocommerce form.register ._gc_btn, .woocommerce-form.woocommerce-form-login ._gc_btn {
  border: none;
}
.lost_password a {
  text-decoration: underline;
}
.woocommerce-account div.woocommerce-form-login ._login_ttl a {
  padding: 20px 0 10px;
}
.woocommerce-account div.woocommerce-form-login .woocommerce-form.woocommerce-form-register.register {
  border: none;
}
.woocommerce-account div.woocommerce-form-login .jsi_join.active {
  padding: 20px;
}
.woocommerce-account div.woocommerce-form-login p {
  text-align: center;
}
.woocommerce-account div.woocommerce-form-login p.woocommerce-form-row {
  text-align: left;
}
.woocommerce-account #payment #place_order {
  background: #8BB52F;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
  display: none !important;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account {
  border-bottom: none !important;
}
.woocommerce-account #add_payment_method #payment div.payment_box, .woocommerce-account .woocommerce-cart #payment div.payment_box, .woocommerce-account .woocommerce-checkout #payment div.payment_box {
  background: transparent;
  margin-top: 0;
  padding-top: 0;
}
.woocommerce-account #add_payment_method #payment div.payment_box::before, .woocommerce-account .woocommerce-cart #payment div.payment_box::before, .woocommerce-account .woocommerce-checkout #payment div.payment_box::before {
  content: none;
}
.woocommerce-account #add_payment_method #payment div.payment_box .form-row, .woocommerce-account .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-account .woocommerce-checkout #payment div.payment_box .form-row {
  padding: 0;
}
.woocommerce-account #add_payment_method #payment ul.payment_methods, .woocommerce-account .woocommerce-cart #payment ul.payment_methods, .woocommerce-account .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .r_t, .l_t {
    max-width: 20%;
  }
  div.woocommerce-form.woocommerce-form-login.login {
    position: relative;
  }
  div.woocommerce-form.woocommerce-form-login.login::before, div.woocommerce-form.woocommerce-form-login.login::after {
    content: "";
    height: 100%;
    width: 20px;
    background: #FFF;
    top: 0;
    position: absolute;
    display: block;
  }
  div.woocommerce-form.woocommerce-form-login.login::before {
    left: -15px;
  }
  div.woocommerce-form.woocommerce-form-login.login::after {
    right: -15px;
  }
  .page-id-1061 .page.woo-styles .max-width, .page-id-1061 .page.woo-styles .container {
    max-width: 100%;
  }
}
.woocommerce-account .refer_table .email-button, .woocommerce-account .refer_table .aw-email-referral-form p.form-row {
  text-align: center;
}
body.woocommerce-account .page.page-default .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--referrals {
  border-top: 1px solid rgba(33, 33, 33, 0.3);
  border-bottom: 0;
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wt-smart-coupon {
  border-top: 1px solid rgba(33, 33, 33, 0.3);
  border-bottom: 0 !important;
}
.woocommerce-account.referrals .woocommerce-MyAccount-content {
  display: flex;
  flex-direction: column;
}
.woocommerce-account.referrals .woocommerce-MyAccount-content > p {
  position: relative;
  margin-top: -10px;
  z-index: 2;
}
.woocommerce-account.referrals .woocommerce-MyAccount-content > p::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -10px;
  height: 5 0px;
  width: calc(100% + 40px);
  z-index: -1;
  background: #F4F4F4;
}
.woocommerce-account.referrals .woocommerce-MyAccount-content > p a {
  display: block;
  background: #8BB52F;
  color: #FFF;
  width: 100%;
  max-width: 300px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  font-weight: bolder;
  margin: auto;
  margin-top: 50px;
}
.woocommerce-account.referrals .woocommerce-MyAccount-content .refer_table {
  order: 5;
  display: none;
}
.woocommerce-account.referrals .woocommerce-MyAccount-content .refer_table.showing {
  display: block;
}
.lovestruck_subscriptions.Refferals .header {
  padding-bottom: 0;
}
body.woocommerce-view-order .woocommerce-MyAccount-content, body.orders .woocommerce-MyAccount-content {
  padding-bottom: 0 !important;
}
body.woocommerce-view-order .header.orders, body.orders .header.orders {
  display: flex;
  align-items: center;
}
body.woocommerce-view-order .header.orders svg, body.orders .header.orders svg {
  margin-right: 10px;
}
body.woocommerce-view-order .header.orders h2, body.orders .header.orders h2 {
  margin: 0;
  font-size: 25px;
}
body.woocommerce-view-order p.info, body.orders p.info {
  position: relative;
  text-align: center;
  z-index: 2;
}
body.woocommerce-view-order p.info::before, body.orders p.info::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -10px;
  height: 50px;
  width: calc(100% + 40px);
  background: #F4F4F4;
  z-index: -1;
}
body.woocommerce-view-order .each_sub, body.orders .each_sub {
  padding-bottom: 50px;
  position: relative;
}
body.woocommerce-view-order .each_sub::before, body.orders .each_sub::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0px;
  height: 40px;
  width: calc(100% + 40px);
  background: #ebe4df;
}
body.woocommerce-view-order .each_sub .head, body.orders .each_sub .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.woocommerce-view-order .each_sub .head p, body.orders .each_sub .head p {
  font-family: 'Duper';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}
body.woocommerce-view-order .each_sub .head a, body.orders .each_sub .head a {
  text-decoration: underline;
}
body.woocommerce-view-order .each_sub .summary, body.orders .each_sub .summary {
  align-items: center;
  display: flex;
}
body.woocommerce-view-order .each_sub .summary .img, body.orders .each_sub .summary .img {
  width: 100px;
  padding-right: 20px;
  margin: 10px 0;
}
body.woocommerce-view-order .each_sub .summary .img img, body.orders .each_sub .summary .img img {
  width: 100%;
  height: auto;
}
body.woocommerce-view-order .each_sub .summary p, body.orders .each_sub .summary p {
  margin: 0;
}
body.woocommerce-view-order .each_sub .footer, body.orders .each_sub .footer {
  margin-top: 20px;
}
body.woocommerce-view-order .each_sub .footer > div, body.orders .each_sub .footer > div {
  border-top: 0.5px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.woocommerce-edit-address .header.orders {
  display: flex;
  align-items: center;
}
body.woocommerce-edit-address .header.orders svg {
  margin-right: 10px;
}
body.woocommerce-edit-address .header.orders h2 {
  margin: 0;
  font-size: 25px;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row {
  margin: 10px 0;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form > h4 {
  display: none;
}
body.woocommerce-view-order .p-b.each_sub {
  padding-bottom: 70px !important;
}
body.woocommerce-view-order .p-b.each_sub > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.5px solid rgba(0, 0, 0, 0.2);
}
body.woocommerce-view-order .p-b.each_sub > div p, body.woocommerce-view-order .p-b.each_sub > div b {
  margin: 10px 0;
}
body.woocommerce-view-order .each_sub > b {
  display: block;
  text-transform: uppercase;
  margin: 20px 0;
}
body.build-your-own-bundle {
  background-color: #f7f4e1;
}
body.build-your-own-bundle .header-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: transparent !important;
}
body.build-your-own-bundle .header-wrapper.scrolled {
  background-color: #f7f4e1 !important;
}
body.build-your-own-bundle .banner {
  background: #EC948D;
}
@media (min-width: 769px) {
  .postid-22051.build-your-own-bundle .header-wrapper.scrolled {
    background-color: #ffff !important;
  }
  .postid-22051.build-your-own-bundle .header-wrapper.scrolled .container {
    height: 80px;
  }
}
body.build-your-own-bundle #primary, body.build-your-own-bundle .ast-container {
  width: 100%;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
section.byob .woocommerce-product-gallery, section.byob .summary.entry-summary {
  display: none;
}
p.d_serve {
  padding-left: 10px;
}
.byob header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  position: relative;
  flex-direction: column;
}
@media (max-width: 768px) {
  .byob header::after {
    content: "";
    display: block;
    height: 114px;
    width: 100%;
    background: url('img/central_fruit.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.byob header * {
  text-align: center;
}
.byob header h1 {
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  font-family: 'Mindset', sans-serif !important;
  text-transform: uppercase;
  margin: 20px auto;
  padding-top: 130px;
}
@media (max-width: 768px) {
  .byob header h1 {
    padding-top: 20px;
  }
}
.byob header p {
  font-weight: normal;
  font-size: 20px;
  line-height: 35px;
  margin-top: 10px;
  max-width: 500px;
  margin: auto;
}
.byob header h1, .byob * {
  font-family: 'duper';
}
.byob header > div {
  position: relative;
  z-index: 2;
  line-height: 30px;
}
@media (min-width: 769px) {
  .byob header > div {
    max-width: 473px;
  }
}
.byob header img {
  position: absolute;
  bottom: -19%;
  max-width: calc(50vw - 300px);
  height: auto;
}
@media (max-width: 900px) {
  .byob header > div {
    padding: 0 15px;
  }
  .byob header img {
    display: none;
  }
}
@media (min-width: 600px) {
  .bundle_wrapper .column2 > h2 {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .byob header h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .byob header p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .bundle_wrapper h2 {
    margin-bottom: 0 !important;
    margin-top: 20px !important;
  }
  .bundle_wrapper .column2 {
    margin-top: 20px;
  }
  .byob header {
    padding-top: 90px;
  }
}
.byob header img.right {
  left: 0;
  bottom: -32%;
}
.byob header img.left {
  right: 0;
}
.byob.tab-content .tabs p {
  cursor: pointer;
}
@media (max-width: 900px) {
  .byob.tab-content {
    position: sticky;
    top: 0;
    left: 0;
    overflow: scroll;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: calc(100% - 20px);
  }
  .byob.tab-content.scrolled {
    z-index: 99999;
    position: fixed;
    width: 100%;
    background: #FFF;
    left: -10px;
    padding: 20px;
  }
}
.bundled_product_summary .bundled_product_images figure {
  height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bundled_product_summary .bundled_product_images figure img {
  padding: 20px !important;
}
.tab-content {
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
  margin-left: 10px;
}
.woocommerce ul.products li.bundled_product.product .question {
  margin: 0;
  color: #E63E52;
  position: absolute;
  left: 20px;
  top: 20px;
  border: solid 1px #E63E52;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  cursor: pointer;
  height: 30px;
  z-index: 2;
}
.woocommerce ul.products li.bundled_product.product .question svg {
  margin-top: 11px;
  padding: 6px;
}
.woocommerce ul.products li.bundled_product.product .question svg path {
  fill: #E63E52;
}
.woocommerce ul.products p.double_serve {
  margin: 0;
  color: #8BB52F;
  position: absolute;
  left: 55px;
  top: 20px;
  border: solid 1px #8BB52F;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  cursor: pointer;
  height: 30px;
  z-index: 2;
}
.byob.tab-content > .tabs p.active {
  position: relative;
  font-weight: bold;
}
.byob.tab-content > .tabs p.active::before {
  content: "";
  position: absolute;
  left: -2px;
  width: calc(100% + 4px);
  bottom: -5px;
  background: #252525;
  display: block;
  height: 2px;
}
.byob.tab-content .tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .byob.tab-content .tabs {
    justify-content: center;
  }
}
.byob.tab-content > .tabs p {
  font-size: 30px;
  line-height: 40px;
  padding: 10px 20px;
  margin: 0;
  cursor: pointer;
}
.byob.tab-content > .tabs p:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .byob.tab-content > .tabs p {
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 150%;
  }
}
.bundle_wrapper {
  display: flex;
  max-width: 1250px;
  margin: auto;
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .bundle_wrapper {
    max-width: 840px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.bundle_wrapper h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .bundle_wrapper h2 {
    text-align: center;
  }
}
.bundle_wrapper .column1 {
  width: 270px;
}
@media (max-width: 900px) {
  .bundle_wrapper .column1 {
    width: 33.33%;
  }
}
@media (max-width: 600px) {
  .bundle_wrapper .column1 {
    width: 100%;
    max-width: 225px;
    margin: auto;
  }
  .bundle_wrapper .column1 .card, .bundle_wrapper .column1 h2 {
    display: none;
  }
}
.bundle_wrapper .sticky {
  position: sticky;
  top: 140px;
  left: 0;
}
.bundle_wrapper .column2 {
  width: 80%;
}
@media (max-width: 900px) {
  .bundle_wrapper .column2 {
    width: 66.66%;
  }
}
@media (max-width: 600px) {
  .bundle_wrapper .column2 {
    width: 100%;
  }
}
.woocommerce .bundle_wrapper .column2 ul.products li.product {
  width: calc(33% - 32px);
  margin: 8px;
}
@media (max-width: 900px) {
  .woocommerce .bundle_wrapper .column2 ul.products {
    width: calc(50% - 25px);
    margin: auto;
  }
  .woocommerce .bundle_wrapper .column2 ul.products li.product {
    width: 100%;
    margin: 25px auto;
  }
}
@media (max-width: 600px) {
  .woocommerce .bundle_wrapper .column2 ul.products li.product {
    margin: 12.5px auto;
  }
}
@media (max-width: 470px) {
  .woocommerce .bundle_wrapper .column2 ul.products {
    width: calc(100% - 60px);
  }
  .woocommerce .bundle_wrapper .column2 ul.products li.product {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .bundle_wrapper {
    margin-bottom: 100px;
  }
}
.bundle_wrapper .column1 h2 {
  margin-left: 12.5px;
}
.bundle_wrapper .card {
  width: calc(100% - 25px);
  margin: 12.5px;
}
.bundle_wrapper {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .bundle_wrapper {
    margin-top: 0;
  }
}
.woocommerce .bundle_wrapper .column2 ul.products li.product, .bundle_wrapper .card .inner {
  background: #FFFFFF;
  border-radius: 10px;
  padding-top: 17px;
}
.woocommerce .bundle_wrapper .column2 ul.products li.product a img {
  max-height: 275px;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
  padding: 0 8px;
}
.woocommerce .bundle_wrapper .column2 ul.products li.product.added .level p {
  left: 0px;
  width: calc(100%);
}
.woocommerce .bundle_wrapper .column2 ul.products li.product.added .nc_bundle_add .amt {
  opacity: 1;
}
.woocommerce .bundle_wrapper .column2 ul.products li.product .trending {
  background: url('img/trending2.png');
  height: 70px;
  width: 70px;
  position: absolute;
  top: 7px;
  right: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 9;
}
.bundle_wrapper .badges {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -45px;
  min-height: 45px;
}
.woocommerce .bundle_wrapper div.product div.images .badges img {
  width: 45px;
  height: auto;
  margin: 2.5px;
}
.bundle_wrapper .details {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.woocommerce .bundle_wrapper .column2 ul.products li.product {
  padding-bottom: 165px;
}
.bundle_wrapper .details > div:first-of-type {
  height: 100%;
}
.bundle_wrapper .details .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.woocommerce .bundle_wrapper div.product .product_title {
  padding: 0 30px;
}
.nc_bundle_add {
  display: flex;
}
.nc_bundle_add .plus, .nc_bundle_add .minus {
  width: 60px;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nc_bundle_add .amt {
  width: calc(100% - 120px);
}
.byob *, .nc_bundle_add .plus:focus, .nc_bundle_add .minus:focus {
  outline: none;
}
.nc_bundle_add .plus span, .nc_bundle_add .minus span {
  pointer-events: none;
}
.nc_bundle_add .plus::selection, .nc_bundle_add .minus::selection, .nc_bundle_add .plus span::selection, .nc_bundle_add .minus span::selection {
  background-color: #E63E52;
}
.bundle_wrapper .details .bundled_product_title.product_title {
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .bundle_wrapper .details .bundled_product_title.product_title {
    font-size: 25px;
  }
}
.bundle_wrapper .details .bottom .display-price *, .bundle_wrapper .details .bottom .cat * {
  font-size: 18px;
  line-height: 25px;
}
.bundle_wrapper .details .bottom .cat {
  padding: 0 30px;
  padding-right: 10px;
}
.bundle_wrapper .details .bottom .cat_and_price {
  display: flex;
  align-items: center;
}
.bundle_wrapper .details .bottom .cat_and_price .cat {
  display: flex;
}
.bundle_wrapper .details .bottom .cat p {
  margin: 0;
  position: relative;
  padding-right: 15px;
  text-transform: capitalize;
}
.bundle_wrapper .details .bottom .cat p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  background: #252525;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.double_serve_mssg, .nc-error-message {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #FFF;
  z-index: 999;
  padding: 40px;
  border-radius: 10px;
  border: solid 1px #EC948D;
}
@media (max-width: 768px) {
  .double_serve_mssg, .nc-error-message {
    width: 100%;
    padding: 20px;
  }
}
.double_serve_mssg .close, .nc-error-message .close {
  cursor: pointer;
  text-align: right;
  width: 100%;
  display: block;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 10px;
}
.heart_filler {
  position: relative;
}
.heart_filler .bg .wave1, .heart_filler .bg .wave2 {
  position: absolute;
  width: 100%;
  height: 26px;
  margin: 0 auto;
  border-top: 0;
  background-image: url('img/waveFill.svg');
  background-size: 100% auto;
  background-repeat: repeat-x;
  background-color: #fff;
  will-change: background-position;
  background-position: 1100px;
  opacity: 1;
}
.heart_filler .bg {
  position: absolute;
  bottom: 1px;
  left: 1px;
  z-index: 999;
}
.heart_filler .bg {
  width: 144px;
  height: 0%;
  transition: height 0.4s;
  overflow: hidden;
}
.heart_filler .wrap {
  width: 147px;
  height: 150.42px;
  overflow: hidden;
  position: relative;
  margin: auto;
}
.heart_filler svg {
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: relative;
}
.heart_filler .below {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 16px;
  background-color: #EC948D;
}
.heart_filler.move .bg .wave2 {
  animation: wave 2.7s ease;
}
@keyframes wave {
  0% {
    background-position: 1100px;
  }
  30% {
    background-position: 900px;
  }
  100% {
    background-position: 1100px;
    opacity: 1;
  }
}
.heart_filler .total_amt {
  color: black;
  font-weight: bold;
  font-size: 55px;
  line-height: 45px;
  z-index: 99999;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translateX(-50%) translateY(-50%);
}
.heart_filler > p, .bundle_wrapper .total span {
  font-size: 17px;
  line-height: 25px;
}
.heart_filler > p {
  text-align: center;
  margin: 10px auto 15px;
}
.bundle_wrapper .total {
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
}
.bundle_wrapper .total .h3 {
  margin-bottom: 0;
  margin-top: 0;
}
.bundle_wrapper .prices p {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bundle_wrapper .prices {
  margin: 12.5px;
  border-radius: 5px;
  overflow: hidden;
}
.theme-astra.woocommerce .bundle_wrapper div.product form.bundle_form {
  margin-top: 0;
}
.nc_bundle_mobile_prog {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #fff;
  padding: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 99;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
}
.nc_bundle_mobile_prog .go_to_checkout {
  width: 100%;
}
.nc_bundle_mobile_prog .go_to_checkout button {
  width: 100%;
  background: #E63E52;
  border: none;
  height: 60px;
}
.nc_bundle_mobile_prog .go_to_checkout button:hover {
  background: #BA1A2D;
}
.nc_bundle_mobile_prog * {
  display: inline;
}
.nc_bundle_mobile_prog .bar .wrap {
  width: 100%;
  position: relative;
  display: flex;
}
body .nc_bundle_mobile_prog .bundle-size {
  border-bottom: none;
  padding: 0;
  margin-left: 0;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 0.5px solid rgba(0, 0, 0, 0.3);
}
body .nc_bundle_mobile_prog .bundle-size .sizes .min {
  margin-left: 0;
}
.nc_bundle_mobile_prog .bar {
  display: flex;
  width: 100%;
}
.nc_bundle_mobile_prog .bar .wrap span {
  background: #8BB52F;
  height: 100%;
  position: absolute;
  left: 0;
  width: 0%;
  border-radius: 0px;
  height: 60px;
  border: none;
  top: -1px;
  transition: width 0.4s;
}
.nc_bundle_mobile_prog .wrap_contain {
  position: relative;
  width: 100%;
  transform: translateY(-4px);
}
.nc_bundle_mobile_prog .no_items_in_bundle > div, .chosen_options .no_items_in_bundle.disabled {
  display: none;
}
.nc_bundle_mobile_prog .no_items_in_bundle > div.active {
  display: inline-block;
}
.nc_bundles.go_to_checkout.mobile > div {
  display: flex;
  align-items: center;
}
.nc_bundles.go_to_checkout.mobile .total_amt {
  margin: 0;
  margin-right: 2px;
}
.nc_bundles.go_to_checkout.mobile .total {
  padding: 0;
  justify-content: center;
  margin-bottom: 0;
}
.nc_bundles.go_to_checkout.mobile .quants {
  display: flex;
  align-items: center;
}
.nc_bundles.go_to_checkout.mobile .details {
  padding: 15px;
}
.nc_bundles.go_to_checkout.mobile .running_totals, .nc_bundles.go_to_checkout.mobile .total_amt {
  font-size: 14px;
  text-align: center;
  line-height: 100%;
}
.nc_bundle_mobile_prog .for_wrap.total_amt {
  width: 45px;
  height: 45px;
  background: #8BB52F;
  border: solid 1px #fff;
  border-radius: 100%;
  font-weight: bold;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: -5px;
  z-index: 8;
  transition: left 0.4s;
  font-size: 20px;
  margin: 0;
}
.nc_bundle_mobile_prog .bar .container {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
.bundle-size .sizes .min.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.nc_bundle_mobile_prog .bar .container .upper_ {
  justify-content: space-between;
  display: flex;
}
.nc_bundle_mobile_prog .total {
  min-width: max-content;
  margin-bottom: -7px;
}
.nc_bundle_mobile_prog .total_amt {
  margin-right: 5px;
}
.nc_bundle_mobile_prog .wrap {
  display: block;
  width: 100%;
  background: #fff;
  border: solid 1px #8BB52F;
  border-radius: 100px;
  height: 35px;
  overflow: hidden;
}
.nc_bundle_mobile_prog * {
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  font-family: 'duper', sans-serif;
  text-transform: uppercase;
}
.nc_bundle_mobile_prog .quants {
  margin-left: 5px;
}
body .nc_bundle_mobile_prog .bundle-size .sizes * {
  font-size: 20px;
}
@media (min-width: 601px) {
  .nc_bundle_mobile_prog {
    display: none;
  }
}
.nc_bundle_mobile_prog .go_to_checkout, .byob .go_to_checkout {
  display: none;
}
.checkout_ready .go_to_checkout {
  display: block;
}
@media (min-width: 768px) {
  .checkout_ready .go_to_checkout {
    margin-top: 10px;
  }
}
.checkout_ready .prices {
  display: none;
}
.nc_bundle_mobile_prog .go_to_checkout button, .bundle_wrapper .go_to_checkout button {
  background: #E63E52;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 3px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  cursor: pointer;
}
.nc_bundle_mobile_prog .go_to_checkout button:hover, .bundle_wrapper .go_to_checkout button:hover {
  background: #BA1A2D;
}
@media (max-width: 768px) {
  .nc_bundle_mobile_prog .go_to_checkout button, .bundle_wrapper .go_to_checkout button {
    margin: 15px;
  }
}
.bundle_wrapper .go_to_checkout p {
  font-size: 17px;
  poƒsition: relative;
  line-height: 30px;
  padding-left: 25px;
  margin: 20px 0;
}
.bundle_wrapper .go_to_checkout p::before {
  content: "";
  background: url('img/tick.svg');
  width: 19px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 4px;
}
.nc_bundle_mobile_prog.checkout_ready {
  padding: 0;
}
.nc_bundle_mobile_prog.checkout_ready .bar {
  display: none;
}
.nc_bundle_mobile_prog.checkout_ready .total {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.byob .related.products, .byob .woocommerce-tabs.wc-tabs-wrapper, .byob .cart.bundle_data, .byob .bundled_product_optional_checkbox, .byob li.bundled_product .cart {
  opacity: 0;
  z-index: -999;
  pointer-events: none;
  height: 0;
  position: absolute;
}
body.build-your-own-bundle .related.products {
  display: none !important;
}
.byob .bundled_product_permalink {
  display: none;
}
.woocommerce-cart-form__cart-item.cart_item.bundled_table_item .quantity input {
  pointer-events: none;
  -moz-appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
  border: none;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  padding: none;
  width: auto;
  min-width: 50px;
}
.woocommerce-cart-form__cart-item.cart_item.bundled_table_item .product-subtotal span, .woocommerce-cart-form__cart-item.cart_item.bundled_table_item .product-price span {
  display: none;
}
@media (max-width: 600px) {
  .woocommerce-cart-form__cart-item.cart_item.bundled_table_item td.product-price, .woocommerce-cart-form__cart-item.cart_item.bundled_table_item td.product-remove, .woocommerce-cart-form__cart-item.cart_item.bundled_table_item td.product-subtotal {
    display: none !important;
  }
  .woocommerce-cart-form__cart-item.cart_item.bundled_table_item .quantity::before {
    content: "x";
  }
  .bundled_table_item .bundled_table_item_indent {
    text-align: center;
  }
  .bundled_table_item .bundled_table_item_indent {
    padding-left: 0 !important;
  }
  .woocommerce-cart .bundled_table_item td.product-name {
    padding-left: 0;
  }
}
.woocommerce-cart-form__cart-item.cart_item.bundled_table_item input::-webkit-outer-spin-button, .woocommerce-cart-form__cart-item.cart_item.bundled_table_item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.bundle_wrapper .woocommerce-notices-wrapper {
  display: none;
}
.build-your-own-bundle h2.shakes {
  display: block;
  width: 100%;
  border-top: 1px solid #EC948D;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  margin-left: 20px;
  padding-top: 50px;
}
.build-your-own-bundle h2.shakes > span {
  font-size: 20px;
}
@media (max-width: 600px) {
  .build-your-own-bundle h2.shakes {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
  }
}
.byob .go_to_checkout, .nc_bundles.go_to_checkout {
  position: relative;
  content: "";
}
.byob .go_to_checkout.spinner, .nc_bundles.go_to_checkout.spinner {
  opacity: 0.8;
}
@media (min-width: 601px) {
  .byob .p.link_.active {
    background-color: #EC948D;
    color: #FFF !important;
  }
}
.byob .go_to_checkout.spinner::before, .nc_bundles.go_to_checkout.spinner::before {
  content: "";
  margin: 100px auto;
  font-size: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -5px;
}
@-webkit-keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.byob .bundled_product_title_inner .item_qty {
  display: none;
}
.bundled_table_item td.product-total, .elementor-menu-cart__main .elementor-menu-cart__product-remove.product-remove {
  display: none;
}
.bundled_table_item td a {
  pointer-events: none;
}
.woocommerce-cart-form .continueshopping {
  display: none;
}
.woocommerce-cart-form .coupon {
  display: none;
}
.elementor-menu-cart__main span.bundled_table_item_price {
  display: none;
}
.bundled_product.bundled_product_summary:not(.bundled_item_optional) .nc_bundle_add .minus, .bundled_product.bundled_product_summary:not(.bundled_item_optional) .nc_bundle_add .plus {
  display: none;
}
.bundled_product.bundled_product_summary:not(.bundled_item_optional) .nc_bundle_add .amt {
  width: 100%;
}
.woocommerce ul.products li.product .ast-woo-product-category, .woocommerce-page ul.products li.product .ast-woo-product-category {
  display: none;
}
.double_serve_mssg {
  border-color: #D2DEAA;
}
.double_serve_mssg p.head {
  text-align: center;
}
.postid-495 .elementor-4875 .elementor-element.elementor-element-4d3d055, .postid-497 .elementor-4875 .elementor-element.elementor-element-727bc9b, .postid-499 .elementor-4875 .elementor-element.elementor-element-4d3d055, .postid-506 .elementor-4875 .elementor-element.elementor-element-4d3d055 {
  width: 100px;
  height: auto;
  right: 0;
  left: auto !important;
}
.bundle_wrapper .total .h3 {
  font-family: 'Duper';
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
}
.nc_bundle_mobile_prog .bundle-size, .bundle_wrapper .bundle-size {
  margin: 0 20px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.nc_bundle_mobile_prog .bundle-size p, .bundle_wrapper .bundle-size p {
  margin: 0;
}
.nc_bundle_mobile_prog .bundle-size .sizes, .bundle_wrapper .bundle-size .sizes {
  display: flex;
}
.nc_bundle_mobile_prog .bundle-size .sizes > div, .bundle_wrapper .bundle-size .sizes > div {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #8BB52F;
  cursor: pointer;
}
.nc_bundle_mobile_prog .bundle-size .sizes > div.active, .bundle_wrapper .bundle-size .sizes > div.active {
  background-color: #8BB52F;
  color: #fff;
}
.nc_bundle_mobile_prog .bundle-size .sizes .min, .bundle_wrapper .bundle-size .sizes .min {
  margin-left: 10px;
  margin-right: 10px;
}
.heart_filler {
  padding-bottom: 1px;
}
.bundle_wrapper .display-price * {
  font-size: 17px;
}
.display-price > div {
  display: none;
}
.display-price > div.active {
  display: block;
  text-align: center;
}
.archive a.card.all .stars > div, .woocommerce .bundle_wrapper li.product .stars > div {
  position: absolute;
  left: 0;
  top: 0;
}
.archive a.card.all .stars, .woocommerce .bundle_wrapper li.product .stars {
  min-height: 40px;
}
.archive a.card.all .stars .filled, .woocommerce .bundle_wrapper li.product .stars .filled {
  overflow: hidden;
  z-index: 2;
  left: 0px;
}
.archive a.card.all .stars_container, .woocommerce .bundle_wrapper li.product .stars_container {
  position: relative;
  width: 171px;
  height: 30px;
}
.archive a.card.all .stars .stars_container, .woocommerce .bundle_wrapper li.product .stars .stars_container {
  position: relative;
  width: 162px;
  display: flex;
  margin: 5px 10px 10px 30px;
  transform: scale(0.8) translateX(-13%);
}
.nc_bundle_add .amt {
  font-weight: bold;
  font-size: 35px;
  line-height: 50px;
  opacity: 0.2;
}
.nc_bundle_add {
  position: relative;
  padding: 30px;
  padding-top: 0;
}
.nc_bundle_add .plus.add_first {
  cursor: pointer;
  border: 1px solid #000000;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  width: calc(100% - 60px);
  position: absolute;
  top: 0;
  left: 30px;
  background: #FFF;
  height: 60px;
  z-index: 2;
}
.nc_bundle_add .amt * {
  font-family: 'Mindset', sans-serif;
  font-size: 30px;
  line-height: 50px;
  color: #252525;
}
.nc_bundle_add .minus, .nc_bundle_add .plus:not(.add_first) {
  background: #E63E52;
  border-radius: 5px;
  height: 60px;
  width: 60px;
  color: #ffff;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  font-family: 'duper', sans-serif;
}
.nc_bundle_add .minus:hover, .nc_bundle_add .plus:not(.add_first):hover {
  background: #BA1A2D;
}
.woocommerce .bundle_wrapper ul.products li.product.added .add_first {
  display: none;
}
.chosen_options_wrapper {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  width: 100vw;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.chosen_options_wrapper .chosen_options {
  transform: translateX(100%);
  transition: transform 0.4s;
  transition-delay: 0.4s;
}
.chosen_options_wrapper.showing {
  opacity: 1;
  pointer-events: auto;
}
.chosen_options_wrapper.showing .chosen_options {
  transform: translateX(0%);
}
.chosen_options_wrapper .outer {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.chosen_options {
  height: 100vh;
  background: white;
  overflow: scroll;
  width: 400px;
}
.chosen_options .head {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .chosen_options .head {
    background: #f7f4e1;
  }
}
.chosen_options .head h4 {
  text-align: center;
  width: 100%;
  margin: 0;
}
.chosen_options .body, .chosen_options .foot {
  padding: 15px;
}
.chosen_options .body .product {
  display: flex;
}
.chosen_options .body .product .details {
  width: 66%;
}
.chosen_options .body .product .img {
  width: 33%;
  padding-right: 25px;
}
.chosen_options .body .details p {
  font-size: 22px;
  margin: 0;
}
.chosen_options .body .details .quants {
  display: flex;
}
.chosen_options .body .details .quants .no_items_in_bundle {
  margin-right: 5px;
}
.chosen_options .body .details .delivery p, .chosen_options .body .details span {
  margin: 0;
  font-size: 17px;
  display: block;
}
.chosen_options .body .details .delivery {
  display: flex;
  align-items: center;
}
.chosen_options .body .details .delivery svg {
  margin-right: 5px;
}
.chosen_options .body .qtys {
  margin-top: 12px;
  display: flex;
}
.chosen_options .body .qtys .minus, .chosen_options .body .qtys .plus {
  cursor: pointer;
  width: 30px;
  flex-shrink: 0;
}
.chosen_options .body .qtys input {
  text-align: center;
  width: 45px;
  margin: 0 10px;
  border: none;
  font-family: 'duper';
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
}
.chosen_options .foot button {
  cursor: pointer;
  background: #E63E52;
  height: 60px;
  text-align: center;
  border: none;
  -webkit-appearance: none;
  width: 100%;
  display: block;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  font-family: 'duper';
  border-radius: 5px;
}
.sub_options .sub, .sub_options .otp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 20px;
  height: 55px;
  padding: 16px;
}
.sub_options .sub p, .sub_options .otp p {
  margin: 0;
  width: 100%;
  padding-left: 20px;
}
.sub_options .sub .min, .sub_options .sub .max, .sub_options .otp .min, .sub_options .otp .max {
  font-size: 20px;
  line-height: 25px;
  margin: 0 !important;
}
.sub_options .sub .selector, .sub_options .otp .selector {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  border: 1px solid #8BB52F;
  flex-grow: 0;
  flex-shrink: 0;
}
.sub_options .each_sub_options {
  position: relative;
}
.sub_options .each_sub_options::before {
  content: " ";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 38px;
  bottom: 18px;
  background: url('svg/renewal_arrow.svg');
  pointer-events: none;
}
.sub_options .each_sub_options::after {
  content: " ";
  display: block;
  width: 10px;
  height: 22px;
  position: absolute;
  right: 35px;
  bottom: 17px;
  pointer-events: none;
  background: url('svg/selector_arrow.svg');
}
.sub_options .each_sub_options select {
  height: 55px;
  font-family: 'duper';
  padding-left: 60px;
  font-size: 18px;
  line-height: 20px;
  width: 100%;
  border: none;
  border-radius: 5px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  position: relative;
  background: transparent;
  width: calc(100% - 40px);
  margin: 0 auto 10px;
  display: block;
}
.sub_options .sub_wrap, .sub_options .otp {
  border-radius: 5px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.sub_options .sub_wrap.active, .sub_options .otp.active {
  border: 0.5px solid rgba(0, 0, 0, 0.6);
}
.sub_options .sub_wrap.active .selector, .sub_options .otp.active .selector {
  background: #8BB52F;
  position: relative;
}
.sub_options .sub_wrap.active .selector::before, .sub_options .otp.active .selector::before {
  content: "";
  background: url('svg/choice_tick.svg');
  height: 14px;
  width: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  z-index: 1;
  left: 5px;
}
.sub_options .otp {
  margin-bottom: 10px;
  margin-top: 25px;
}
.build-your-own-bundle.preset_bundle_page .purchasable.product-type-bundle {
  position: absolute;
  z-index: -99;
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.sub_benefits {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 0 20px;
  padding-bottom: 15px;
}
.sub_benefits .benefit {
  display: flex;
  align-items: center;
}
.sub_benefits .benefit svg {
  width: 30px;
  height: auto;
  margin-right: 17px;
}
.sub_benefits .benefit p {
  margin: 5px 0;
  font-size: 16px;
}
.sub_benefits .benefit p strong {
  font-size: inherit;
}
@media (max-width: 768px) {
  .sub_benefits .benefit p {
    font-size: 15px;
  }
}
.sub_benefits .benefit.featured-yes {
  order: 1;
}
.sub_benefits .benefit.featured-no {
  order: 2;
  display: none;
}
.sub_benefits .read_more {
  cursor: pointer;
  order: 3;
}
.sub_benefits .read_more span {
  display: block;
  font-family: 'Duper';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .sub_benefits .read_more .desktop {
    display: none;
  }
}
@media (min-width: 769px) {
  .sub_benefits .read_more .mobile {
    display: none;
  }
}
.sub_benefits .read_more .expanded {
  display: none;
}
@media (max-width: 768px) {
  .sub_benefits {
    text-align: left;
  }
}
.sub_benefits.expanded .read_more span {
  display: none;
}
.sub_benefits.expanded .read_more .expanded {
  display: block;
}
.sub_benefits.expanded .benefit.featured-no {
  display: flex;
}
.running_totals_sub {
  display: none;
}
body.build-your-own-bundle.switch-subscription .running_totals_sub {
  display: block;
}
body.build-your-own-bundle.switch-subscription .running_totals {
  display: none;
}
body.build-your-own-bundle.switch-subscription .bundle-size {
  display: none;
}
@media (max-width: 768px) {
  .postid-22051 .header-wrapper.scrolled {
    opacity: 0;
    pointer-events: none;
  }
}
.other_products_content .product {
  position: relative;
}
.other_products_content .product > a {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  body .byob header img.left, body .byob header img.right {
    bottom: -23%;
  }
}
.chosen_options_wrapper.showing .chosen_options .body .qtys {
  display: none;
}
body.build-your-own-bundle.preset_bundle_page .header-wrapper {
  position: sticky;
}
.preset_bundle section::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.6vw;
  width: 100%;
  height: 20px;
}
.preset_bundle section.yellow {
  background-color: #f7f4e1;
  position: relative;
}
.preset_bundle section.yellow::before {
  background: url('img/yellow_top_edge.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .preset_bundle section::before {
    top: -1.2%;
  }
  .preset_bundle section.yellow::before {
    background: url('img/yellow_top_edge_mobile.svg');
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.preset_bundle section.white {
  background-color: #FFFFFF;
  position: relative;
}
.preset_bundle section.white::before {
  background: url('img/white_top_edge.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .preset_bundle section.white::before {
    background: url('img/white_top_edge_mobile.svg');
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.preset_bundle section.orange {
  background-color: #F8C377;
  position: relative;
}
.preset_bundle section.orange::before {
  background: url('img/orange_top_edge.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .preset_bundle section.orange::before {
    background: url('img/orange_top_edge_mobile.svg');
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.preset_bundle .max-width {
  width: 100%;
  max-width: calc(100% - 30px);
  margin: auto;
}
@media (min-width: 767px) {
  .preset_bundle .max-width {
    max-width: calc(100% - 180px);
  }
  .preset_bundle .small-max-width {
    max-width: 780px;
  }
}
@media (min-width: 1500px) {
  .preset_bundle .max-width {
    max-width: 1300px;
  }
  .preset_bundle .small-max-width {
    max-width: 780px;
  }
}
.preset_bundle .prev_page {
  padding: 20px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .preset_bundle .prev_page {
    display: none;
  }
}
.preset_bundle .prev_page p {
  margin: 0;
  margin-left: 10px;
}
.wave_wrap {
  background: url('img/wave_clip.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.wave_wrap img {
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  width: auto;
  height: auto;
  margin: auto;
}
/* Hero  section */
.preset_bundle .hero {
  display: flex;
}
.preset_bundle .hero .image {
  width: 50%;
}
.preset_bundle .hero #add_products_section {
  margin-top: 10px;
  border: none;
  display: inline-block;
}
@media (max-width: 768px) {
  .preset_bundle .hero {
    padding-top: 30px;
    flex-direction: column;
  }
  .preset_bundle .hero .image {
    width: 100%;
  }
}
.preset_bundle .prod_slider_wrapper {
  display: flex;
}
.preset_bundle .product_slider {
  width: calc(100% - 105px);
}
@media (max-width: 1050px) {
  .preset_bundle .product_slider {
    width: calc(100% - 70px);
  }
  .preset_bundle .product_slider img {
    max-height: calc(50vw - 200px);
  }
}
@media (max-width: 768px) {
  .preset_bundle .product_slider img {
    max-height: 100%;
  }
}
@media (min-width: 1050px) {
  .preset_bundle .product_slider img {
    max-height: calc(50vw - 230px);
  }
}
@media (min-width: 1500px) {
  .preset_bundle .product_slider img {
    max-height: 470px;
  }
}
.preset_bundle .product_slider img {
  width: auto !important;
  height: auto;
  margin: auto;
  display: block !important;
  max-width: 100%;
}
@media (min-width: 767px) {
  .preset_bundle .slider-nav {
    width: 80px;
  }
  .preset_bundle .slider-nav img {
    max-width: 100%;
    max-height: 70px;
    padding-top: 8px;
  }
  .preset_bundle .product_slider img {
    padding-top: 30px;
    max-width: 100%;
    width: auto !important;
    margin: auto !important;
    display: block !important;
  }
}
@media (max-width: 768px) {
  .preset_bundle .product_slider img {
    max-height: calc(100vw - 80px);
    padding-top: 10px;
  }
  .preset_bundle .product_slider {
    width: calc(100%);
  }
  .preset_bundle .slider-nav {
    margin-top: 15px;
  }
}
.preset_bundle .slider-nav {
  margin-right: 25px;
}
@media (max-width: 1050px) {
  .preset_bundle .slider-nav {
    margin-right: 0;
  }
  .preset_bundle .slider-nav .wave_wrap.img {
    height: calc(100% / 5 - 10px);
    overflow: hidden;
    padding-top: 5px;
  }
}
@media (max-width: 769px) {
  .preset_bundle .slider-nav .wave_wrap.img {
    height: calc(100vw / 5 - 10px);
    overflow: hidden;
    padding-top: 5px;
  }
}
body.preset_bundle_page.build-your-own-bundle #primary {
  overflow: hidden;
}
body.preset_bundle_page .prev_page {
  display: none;
}
body.preset_bundle_page .breadcrumbs {
  padding-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body.preset_bundle_page .breadcrumbs {
    padding-top: 20px;
    margin-bottom: -20px;
  }
}
body.preset_bundle_page .breadcrumbs a {
  padding: 0 10px;
}
body.preset_bundle_page .breadcrumbs a:hover {
  text-decoration: underline;
}
.preset_bundle .slider-nav img {
  cursor: pointer;
}
.preset_bundle .slider-nav .slick-slide img {
  opacity: 1;
}

/* .preset_bundle .slider-nav .slick-slide img {
  opacity: 1;
} */
.preset_bundle .slider-nav .slick-slide.slick-current img {
  opacity: 1;
}
@media (max-width: 768px) {
  .preset_bundle .prod_slider_wrapper {
    flex-direction: column-reverse;
  }
}
.preset_bundle .hero .content {
  padding: 25px;
  display: flex;
  align-items: center;
  margin-left: 0;
  width: 50%;
  flex-grow: 0;
  line-height: 25px;
}
@media (max-width: 768px) {
  .preset_bundle .hero .content {
    padding: 25px 0;
    padding-top: 0;
    text-align: center;
    width: 100%;
  }
  .preset_bundle .slider-nav .slick-slide {
    margin: 0 5px;
  }
  .preset_bundle .slider-nav .slick-slide .wave_wrap img {
    max-width: calc(100% - 10px);
    max-height: calc(100% - 10px);
  }
  .preset_bundle .hero .content a.btn {
    margin-top: 10px;
  }
}
.preset_bundle .hero .content p {
  max-width: 420px;
  margin: 20px 0;
}
.preset_bundle a.btn {
  margin: 30px 0;
  display: inline-block;
  background: #E63E52;
  border-radius: 5px;
  color: #FFF;
  min-width: 240px;
  text-align: center;
  padding: 16.5px;
  font-weight: 700;
  font-family: 'Duper', sans-serif;
  font-size: 18px;
}
#add_preset_bundle_to_cart {
  font-family: 'Duper', sans-serif;
  font-size: 18px;
}
#add_preset_bundle_to_cart:hover, .preset_bundle a.btn:hover {
  background: #BA1A2D;
  color: #FFF;
}
@media (max-width: 768px) {
  .preset_bundle a.btn {
    width: 100%;
  }
}
.preset_bundle h1 {
  font-family: 'Mindset', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}
@media (max-width: 768px) {
  .preset_bundle h1 {
    margin-top: 30px;
    font-size: 35px;
    text-align: center;
    line-height: 45px;
  }
}
/* includes section */
.preset_bundle .includes > h3 {
  font-family: "Areotype", Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 70px !important;
  line-height: 70px !important;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 90px;
}
@media (max-width: 768px) {
  .preset_bundle .includes > h3 {
    padding-top: 0px;
    font-size: 50px !important;
    line-height: 50px !important;
  }
  .preset_bundle > .includes_content {
    padding-top: 60px;
  }
}
.preset_bundle .includes_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 60px;
}
.preset_bundle .includes_content .bundle_item {
  width: 33.33%;
}
.preset_bundle .includes_content .bundle_item .content {
  line-height: 25px;
}
.preset_bundle .includes_content .bundle_item .content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .preset_bundle .includes_content {
    justify-content: space-between;
  }
  .preset_bundle .includes_content .bundle_item .content {
    line-height: 25px;
  }
  .preset_bundle .includes_content {
    padding-bottom: 30px;
  }
  .preset_bundle .includes_content .bundle_item {
    width: calc(50% - 7.5px);
  }
  .preset_bundle .includes_content .bundle_item .image {
    background-size: cover;
    min-height: calc(68vw - 30px);
    display: flex;
    align-items: center;
  }
}
.preset_bundle .includes_content .bundle_item .image {
  height: 265px;
  margin: 15px;
  position: relative;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .preset_bundle .includes_content .bundle_item .image {
    margin: 0;
    height: auto;
  }
}
.preset_bundle .includes_content .content {
  margin: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .preset_bundle .includes_content .content {
    text-align: left;
  }
}
.preset_bundle .includes_content .bundle_item img {
  display: block;
  margin: auto;
}
.preset_bundle .includes_content .question {
  margin: 0;
  color: #E63E52;
  position: absolute;
  left: 20px;
  top: 20px;
  border: solid 1px #E63E52;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  cursor: pointer;
  height: 30px;
  z-index: 2;
}
.preset_bundle .includes_content .question:hover {
  background: #E63E52;
  color: #fff;
}
@media (max-width: 768px) {
  .preset_bundle .includes_content .question {
    top: 10px;
    left: 5px;
  }
}
/* Product Options section */
.preset_bundle .product_options {
  padding: 30px 0;
  display: flex;
}
@media (max-width: 768px) {
  .preset_bundle .product_options {
    flex-direction: column;
  }
  .preset_bundle .product_options {
    padding: 30px 0;
  }
}
.sub_options .sub p, .sub_options .otp p {
  line-height: 100%;
}
@media (max-width: 768px) {
  .sub_options .sub p, .sub_options .otp p {
    text-align: left;
  }
}
.sub_benefits .benefit p {
  text-align: left;
}
.preset_bundle .product_options .image {
  width: 50%;
  display: flex;
  align-items: center;
}
.preset_bundle .product_options .image img {
  max-height: 520px;
  width: auto;
  height: auto;
  margin: auto;
}
@media (max-width: 768px) {
  .preset_bundle .product_options .image {
    width: 100%;
  }
  .preset_bundle .product_options .image img {
    max-height: 330px;
    width: auto;
    height: auto;
    margin: auto;
  }
}
.preset_bundle .product_options .content {
  padding: 25px;
}
@media (min-width: 767px) {
  .preset_bundle .product_options .content {
    display: flex;
    align-items: center;
  }
  .preset_bundle .excerpt {
    margin-bottom: 20px;
    max-width: 405px;
  }
}
@media (max-width: 768px) {
  .preset_bundle .product_options .content {
    padding: 25px 0;
    text-align: center;
  }
  .preset_bundle .excerpt {
    margin-bottom: 20px;
  }
}
.preset_bundle .product_options h3, .preset_bundle .product_options h4, .preset_bundle .product_options h2 {
  font-family: 'Mindset', sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 40px !important;
  line-height: 50px !important;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 768px) {
  .preset_bundle .product_options h3, .preset_bundle .product_options h4, .preset_bundle .product_options h2 {
    font-size: 35px !important;
    line-height: 45px !important;
  }
}
.preset_bundle .product_options .sizes {
  display: flex;
}
.preset_bundle .product_options .bundle-size p {
  margin-bottom: 0;
  margin-top: 0;
}
.preset_bundle .product_options .bundle-size {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .product_options .bundle-size p {
    display: none;
  }
}
.preset_bundle .product_options .bundle-size {
  display: flex;
  align-items: center;
}
.preset_bundle .product_options .bundle-size .sizes > div {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #8BB52F;
  cursor: pointer;
}
@media (max-width: 768px) {
  .preset_bundle .product_options .sizes {
    width: 100%;
  }
  .preset_bundle .product_options .bundle-size .sizes > div {
    width: 50%;
    height: 55px;
    border-radius: 5px;
  }
  .preset_bundle .product_options .bundle-size .sizes .min {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .preset_bundle .product_options .bundle-size .sizes .max {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .preset_bundle .product_options .bundle-size .sizes .max span::after, .preset_bundle .product_options .bundle-size .sizes .min span::after {
    content: " Pouches";
  }
  body .product_options .bundle-size .sizes .min {
    margin: 0 !important;
  }
}
.preset_bundle .product_options .bundle-size .sizes > div.active {
  background-color: #8BB52F;
  color: #fff;
}
.preset_bundle .product_options .bundle-size .sizes .min {
  margin-left: 10px;
  margin-right: 10px;
}
.preset_bundle .adds_to_cart {
  display: flex;
  margin-top: 30px;
}
.preset_bundle .adds_to_cart button {
  margin-left: 20px;
  background: #E63E52;
  border-radius: 5px;
  max-width: 240px;
  width: calc(100vw - 165px);
  font-weight: bold;
  border: none;
  color: #FFF;
}
@media (max-width: 768px) {
  .preset_bundle .adds_to_cart button {
    margin-left: 15px;
  }
}
.preset_bundle .adds_to_cart .qty {
  display: flex;
  background: #FFFFFF;
  border: 1px solid rgba(196, 196, 196, 0.6);
  box-sizing: border-box;
  border-radius: 5px;
  width: 120px;
  align-items: center;
  justify-content: space-evenly;
  height: 60px;
}
.preset_bundle .adds_to_cart .qty input {
  border: none;
  width: 41%;
  text-align: center;
}
.slidebar-panel__content .product .qtys input, .preset_bundle .adds_to_cart .qty input, .preset_bundle .adds_to_cart .qty span {
  color: #000;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: 'Mindset', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.preset_bundle .purchase_options .prices > div {
  display: none;
  font-family: 'Duper', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin-top: 20px;
}
.preset_bundle .purchase_options .prices > div.active {
  display: block;
}
/* FAQs section */
.preset_bundle .faqs.max-width {
  padding: 90px 0;
}
.preset_bundle .faqs.max-width h4 {
  font-family: "Areotype", Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  color: #252525;
  margin: 40px auto;
}
@media (max-width: 768px) {
  .preset_bundle .faqs.max-width {
    padding: 50px 0;
  }
  .preset_bundle .faqs.max-width h4 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (min-width: 767px) {
  .preset_bundle .reviews.max-width svg.divider.top {
    display: none;
  }
}
.preset_bundle .faq_content {
  margin: 40px 0;
}
.preset_bundle .faq_content .faq .heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-family: 'Duper', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 40px;
  margin: 10px 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .preset_bundle .faq_content .faq .heading {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
  }
}
.preset_bundle .faq_content .faq .heading p {
  margin: 0;
}
.preset_bundle .faq_content .faq .heading svg {
  width: 30px;
  margin-left: 10px;
  margin-top: 15px;
  cursor: pointer;
  flex-shrink: 0;
}
.preset_bundle .faq_content .faq.active .heading svg {
  transform: rotate(180deg);
}
.preset_bundle .faq_content .faq .content {
  display: none;
}
.preset_bundle a.more_faqs {
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 5px;
  width: 260px;
  text-align: center;
  display: block;
  margin: auto;
  padding: 15.5px;
  color: #000000;
  font-weight: bold;
}
.preset_bundle a.more_faqs:hover {
  background: #E63E52;
  color: #FFF;
  border-color: #E63E52;
}
/* Other bundles / products section */
.woocommerce-page .other_product h5 {
  font-family: "Areotype", Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  margin: auto;
  padding: 60px 0 30px;
}
@media (max-width: 768px) {
  .woocommerce-page .other_product h5 {
    font-size: 50px;
    line-height: 50px;
    max-width: 300px;
    margin: auto;
  }
  .woocommerce-page .max-width.other_product {
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
  }
  .other_products_content {
    width: calc(250vw - 90px);
    margin-left: calc(-75vw + 30px);
  }
}
.woocommerce-page .other_product .product {
  text-align: center;
  margin: 5px;
}
.woocommerce-page .other_product .product h6 {
  font-family: 'Mindset', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
}
.woocommerce-page .other_product .product p {
  margin-top: 0;
}
@media (max-width: 768px) {
  .woocommerce-page .other_product .product {
    margin: 0 30px;
    max-width: calc(100vw - 120px);
  }
  .woocommerce-page .other_product .product .image.wave_wrap {
    height: calc(100vw - 150px);
  }
  .woocommerce-page .other_product .product img {
    padding: 10px 0px;
  }
}
@media (max-width: 768px) {
  .woocommerce-page .other_product .product img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .woocommerce-page .other_product .product {
    margin: 0 30px;
    max-width: 100vw;
  }
  .woocommerce-page .other_product.max-width {
    max-width: 100vw;
    margin: auto;
    margin-right: 0;
  }
  .woocommerce-page .other_products_content {
    margin-left: -10vw;
    width: 120vw;
  }
  .woocommerce-page .other_product .product {
    max-width: calc((100vw - 70px) / 5 - 15px);
  }
  .woocommerce-page .other_product .product .wave_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .woocommerce-page.woocommerce-order-received .other_product .product .wave_wrap {
    height: 295px;
  }
  .woocommerce-page .other_product .product img {
    width: auto;
    height: auto;
    margin: auto;
    max-height: calc((100vw - 300px) / 5 - 15px);
  }
  .woocommerce-page .other_product.max-width {
    padding-bottom: 90px;
    position: relative;
  }
}
.woocommerce-page .other_product.max-width {
  overflow: hidden;
}
@media (min-width: 1800px) {
  .woocommerce-page .other_product.max-width {
    max-width: 1600px;
    margin: auto;
  }
}
.preset_bundle .slick-next.slick-arrow, .preset_bundle .slick-placeholder-arrows .next {
  left: 50%;
  top: 0;
  z-index: 2;
  background: red;
  top: auto;
  height: 50px;
  width: 50px;
  margin-left: 30px;
  background: url(img/slick_right_box_arrow.svg);
}
.preset_bundle .slick-prev.slick-arrow, .preset_bundle .slick-placeholder-arrows .prev {
  left: 50%;
  z-index: 2;
  background: red;
  bottom: -75px;
  top: auto;
  height: 50px;
  width: 50px;
  margin-left: -30px;
  background: url(img/slick_left_box_arrow.svg);
}
@media (max-width: 768px) {
  .preset_bundle .slick-next.slick-arrow, .preset_bundle .slick-placeholder-arrows .next {
    bottom: -75px;
  }
}
@media (min-width: 767px) {
  .preset_bundle .slick-next.slick-arrow, .preset_bundle .slick-placeholder-arrows .next {
    top: -65px;
    margin-left: 350px;
  }
  .preset_bundle .slick-prev.slick-arrow, .preset_bundle .slick-placeholder-arrows .prev {
    top: -65px;
    margin-left: -400px;
  }
}
/* Banner section */
.preset_bundle .banner_section {
  position: relative;
  overflow: hidden;
}
body .preset_bundle .banner_section a.btn {
  background: transparent;
  color: #252525;
  border: solid 1px #252525 !important;
}
.preset_bundle .banner_section > img {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  z-index: 0;
  object-fit: cover;
}
.preset_bundle .banner_section .banner {
  position: relative;
  background: none;
  z-index: 1;
  width: 60%;
  float: right;
  margin: 60px auto;
  padding: 60px 90px 30px;
  display: block;
  height: 100%;
}
@media (min-width: 769px) {
  .preset_bundle .banner_section .banner {
    margin: 35px auto;
  }
}
@media (min-width: 767px) {
  .preset_bundle .banner_section .banner {
    min-width: 750px;
  }
}
@media (max-width: 768px) {
  .preset_bundle .banner_section .banner {
    width: calc(100% - 60px);
    float: none;
    margin: auto;
   
  }
}

.preset_bundle .banner_section .banner .content {
  max-width: 450px;
  position: relative;
  margin-left: 0;
}
@media (max-width: 768px) {
  .preset_bundle .banner_section .banner .content {
    max-width: 100%;
    bottom:100px;
  }
  .preset_bundle .banner_section .banner {
    padding: 160px 30px;
  }
  .preset_bundle .banner_section .banner .content > *:not(a.btn) {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.preset_bundle .banner_section .banner .content::before {
  content: "";
  position: absolute;
  top: -24px;
  right: -40px;
  width: 85px;
  height: 85px;
  background: url('img/bling_top_right.svg');
  background-repeat: no-repeat;
}
.preset_bundle .banner_section .banner .content::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: -63px;
  width: 85px;
  height: 85px;
  background: url('img/bling_bottom_left.svg');
  background-repeat: no-repeat;
  transform: rotate(25deg);
}
.preset_bundle .banner_section .banner h4, .preset_bundle .banner_section .banner h3 {
  font-size: 40px !important;
  font-family: 'duper', sans-serif;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .preset_bundle .banner_section .banner p {
    font-size: 25px !important;
    margin-bottom: 15px;
  }
}
.preset_bundle .banner_section .banner p {
  text-transform: none;
  letter-spacing: initial;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 768px) {
  .preset_bundle .banner_section .banner p {
    font-size: 16px !important;
    margin-bottom: 10px;
  }
  .preset_bundle .banner_section .banner h4, .preset_bundle .banner_section .banner h3 {
    font-size: 35px !important;
    line-height: 40px;
  }
  .preset_bundle .banner_section .banner .content::before {
    right: -21px;
    top: -41px;
  }
  .preset_bundle .banner_section .banner .content::after {
    bottom: -53px;
    left: -24px;
    transform: rotate(0deg);
  }
  .preset_bundle .banner_section .banner::before {
    background-size: cover !important;
  }
  .preset_bundle .banner_section {
    padding: 60px 0;
  }
}
.preset_bundle .banner_section .banner a.btn {
  margin-top: 0;
}
.preset_bundle .banner_section .banner::before {
  content: "";
  background: url('img/banner_bg_vector.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .preset_bundle .banner_section .banner::before {
    content: "";
    background: url('img/wave_clip.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
    opacity: 0.6;
  }
}
/* Reviews.io */
.preset_bundle .reviews.max-width > .heading {
  padding-top: 90px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .preset_bundle .reviews.max-width > .heading {
    padding-top: 50px;
    flex-direction: column;
  }
}
.preset_bundle .reviews.max-width .heading img {
  width: 197px;
  height: auto;
  margin-top: 20px;
  mix-blend-mode: multiply;
}
.preset_bundle .reviews.max-width .heading h3 {
  font-family: "Areotype", Sans-serif;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  color: #252525;
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  margin: 0;
}
.preset_bundle .reviews.max-width .heading h3::before {
  content: "Rated ";
}
@media (max-width: 768px) {
  .preset_bundle .reviews.max-width .heading img {
    width: 120px;
    margin-top: 5px;
  }
  .preset_bundle .reviews.max-width .heading h3 {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    font-size: 50px !important;
  }
  .preset_bundle .reviews.max-width .heading img, .preset_bundle .reviews.max-width .heading .stars {
    order: 3;
  }
  .preset_bundle .reviews.max-width .heading .stars {
    transform: scale(0.7);
    margin-top: 15px;
  }
}
.preset_bundle .reviews.max-width .heading h3 span {
  display: none;
}
.preset_bundle .stars {
  position: relative;
  width: 162px;
  display: flex;
}
.preset_bundle .stars > div {
  position: absolute;
  left: 0;
  top: 0;
}
.preset_bundle .stars .filled {
  overflow: hidden;
  z-index: 2;
  left: 0px;
}
.preset_bundle .hero .stars_container {
  position: relative;
  width: 171px;
  height: 30px;
}
.preset_bundle .hero .details {
  display: flex;
  align-items: center;
}
.preset_bundle .hero .details a {
  display: inline-block;
  margin: 20px 0;
  text-decoration: underline;
}
.preset_bundle .hero .details a + a, .preset_bundle .hero .details a + p, .preset_bundle .hero .details p + a, .preset_bundle .hero .details p + p {
  margin-left: 10px;
  text-decoration: none;
}
.preset_bundle .reviews.max-width .review .heading .name {
  display: flex;
  align-items: center;
}
@media (min-width: 767px) {
  .preset_bundle .reviews.max-width .review .content img {
    max-width: 230px;
  }
}
@media (max-width: 768px) {
  .preset_bundle .hero .details {
    justify-content: center;
    flex-wrap: wrap;
  }
  .preset_bundle .hero .stars_container {
    width: 100%;
    margin: 10px 0 -10px;
  }
  .preset_bundle .hero .stars_container .stars {
    margin: auto;
  }
  .preset_bundle .reviews.max-width .review .heading .name {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
  .preset_bundle .reviews.max-width .review .heading .stars {
    transform: scale(0.7) translateX(-22%);
    margin-top: 0;
  }
  .preset_bundle .reviews.max-width .review p {
    margin-top: 5px;
  }
}
.preset_bundle .reviews.max-width .review .heading {
  display: flex;
  justify-content: space-between;
}
.preset_bundle .reviews.max-width .review .heading {
  padding-top: 30px;
}
.preset_bundle .reviews.max-width .review p {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .preset_bundle .reviews.max-width .review p {
    margin-bottom: 0px;
  }
  .preset_bundle .reviews.max-width .review .heading {
    padding-top: 0;
  }
}
.preset_bundle .reviews.max-width .review .heading .name b {
  margin-right: 10px;
}
.preset_bundle .max-width svg.divider {
  width: 100%;
  height: 6px;
}
.preset_bundle .show_more_reviews {
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 5px;
  width: 260px;
  text-align: center;
  display: block;
  margin: auto;
  padding: 21.5px;
  background: transparent;
  color: #000000;
  font-weight: bold;
  margin-top: 30px;
  font-size: 16px;
  font-family: 'duper', sans-serif;
}
.preset_bundle .show_more_reviews:hover {
  background: #E63E52;
  color: #FFF;
  border-color: #E63E52;
}
body.build-your-own-bundle.preset_bundle_page {
  background: #f7f4e1;
}
#add_products_section {
  cursor: pointer;
}
.reviews_io_svg {
  width: 197px;
  height: auto;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .reviews_io_svg {
    order: 2;
    width: 120px;
    margin-top: 0px;
  }
}
.preset_bundle section.orange.banner_section::before {
  transform: rotate(180deg);
  z-index: 2;
}
body.build-your-own-bundle.preset_bundle_page .flavour_modal .add-to-bundle-from-modal.btn {
  display: none;
}
.sub_benefits .benefit img {
  margin: 5px 10px 5px 0px;
  width: 40px;
  height: auto;
}
.product-template-default:not(.build-your-own-bundle) {
  background: #f7f4e1;
}
.product-template-default:not(.build-your-own-bundle) .header-wrapper .banner {
  background: #EC948D;
}
.product-template-default:not(.build-your-own-bundle) .product {
  width: 100%;
  max-width: calc(100% - 30px);
  margin: auto;
}
.product-template-default:not(.build-your-own-bundle) .product h1 {
  text-align: left;
  margin: 0;
}
@media (max-width: 768px) {
  .product-template-default:not(.build-your-own-bundle) .product h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
.product-template-default:not(.build-your-own-bundle) .product p {
  line-height: 25px;
}
.product-template-default:not(.build-your-own-bundle) .product p.price {
  margin: 10px 0;
  line-height: 100%;
}
@media (min-width: 769px) {
  .product-template-default:not(.build-your-own-bundle) .product {
    max-width: calc(100% - 180px);
  }
}
@media (min-width: 1500px) {
  .product-template-default:not(.build-your-own-bundle) .product {
    max-width: 1300px;
  }
}
.product-template-default:not(.build-your-own-bundle) .product .woocommerce-product-gallery__wrapper {
  max-width: 475px;
  padding: 20px !important;
  margin: auto !important;
  margin-right: 0 !important;
}
.product-template-default:not(.build-your-own-bundle) .product .woocommerce-product-gallery__wrapper img {
  width: auto;
}
@media (min-width: 1230px) {
  .product-template-default:not(.build-your-own-bundle) .product .woocommerce-product-gallery__wrapper img {
    max-height: 400px;
  }
}
.product-template-default:not(.build-your-own-bundle) .product .summary.entry-summary > * {
  max-width: 405px;
}
.product-template-default:not(.build-your-own-bundle) .product .product_meta {
  display: none;
}
.product-template-default:not(.build-your-own-bundle) .product .quantity {
  display: none !important;
}
.product-template-default:not(.build-your-own-bundle) .product .summary.entry-summary {
  margin-bottom: 90px;
}
.product-template-default:not(.build-your-own-bundle) .product .single_add_to_cart_button.button {
  border-radius: 5px;
  background-color: #E63E52;
  font-family: 'Duper';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  height: 60px;
  line-height: 0;
  width: 240px;
}
@media (max-width: 768px) {
  .product-template-default:not(.build-your-own-bundle) .product .single_add_to_cart_button.button {
    max-width: 300px;
    width: 100%;
    margin: auto;
    float: none !important;
    display: block;
  }
}
@media (max-width: 768px) {
  .product-template-default:not(.build-your-own-bundle) .product h1, .product-template-default:not(.build-your-own-bundle) .product p.price, .product-template-default:not(.build-your-own-bundle) .product p, .product-template-default:not(.build-your-own-bundle) .product .woocommerce-product-details__short-description * {
    text-align: center;
  }
}
.product-template-default:not(.build-your-own-bundle) .other_products_content .product {
  margin: 0 30px;
  max-width: 100vw;
}
@media (min-width: 769px) {
  .product-template-default:not(.build-your-own-bundle) .other_products_content .product {
    max-width: calc((100vw - 70px) / 5 - 15px);
  }
}
.product-template-default:not(.build-your-own-bundle) .single_bottom.preset_bundle {
  clear: both;
}
.product-template-default:not(.build-your-own-bundle).e-gift-card table.variations {
  width: 300px !important;
  max-width: 100%;
}
@media (max-width: 768px) {
  .product-template-default:not(.build-your-own-bundle).e-gift-card table.variations {
    max-width: 300px !important;
    width: 100% !important;
    margin: auto;
  }
}
.product-template-default:not(.build-your-own-bundle).e-gift-card table.variations .label {
  display: none;
}
.product-template-default:not(.build-your-own-bundle).e-gift-card table.variations .reset_variations {
  display: none !important;
}
.product-template-default:not(.build-your-own-bundle).e-gift-card table.variations .value select {
  min-width: auto;
  max-width: 100%;
  width: 100%;
  height: 60px;
  background: #FFF;
  font-family: 'Duper';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  line-height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-appearance: none;
  padding-left: 20px;
  padding-right: 40px;
}
.product-template-default:not(.build-your-own-bundle).e-gift-card table.variations .value {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.product-template-default:not(.build-your-own-bundle).e-gift-card table.variations .value::before {
  content: "";
  display: block;
  background: url('svg/select_singular_arrow.svg');
  background-size: contain;
  height: 15px;
  width: 15px;
  top: 25px;
  right: 15px;
  pointer-events: none;
  z-index: 2;
  position: absolute;
}
.product-template-default:not(.build-your-own-bundle).e-gift-card .pwgc-field-container #pwgc-message, .product-template-default:not(.build-your-own-bundle).e-gift-card .pwgc-field-container #pwgc-to, .product-template-default:not(.build-your-own-bundle).e-gift-card .pwgc-field-container #pwgc-from {
  width: 100%;
}
.product-template-default:not(.build-your-own-bundle).e-gift-card .pwgc-field-container label {
  margin-bottom: 10px;
}
.product-template-default:not(.build-your-own-bundle).e-gift-card .pwgc-field-container input, .product-template-default:not(.build-your-own-bundle).e-gift-card .pwgc-field-container textarea {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  border-radius: 5px;
}
.product-template-default:not(.build-your-own-bundle).e-gift-card .pwgc-field-container input::placeholder, .product-template-default:not(.build-your-own-bundle).e-gift-card .pwgc-field-container textarea::placeholder {
  opacity: 0;
}
.product-template-default:not(.build-your-own-bundle).e-gift-card .pwgc-field-container input {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
}
.product-template-default:not(.build-your-own-bundle).e-gift-card .pwgc-field-container textarea {
  padding: 20px;
}
.product-template-default:not(.build-your-own-bundle).e-gift-card .pwgc-field-container .pwgc-subtitle {
  font-size: 14px;
}
.product-template-default:not(.build-your-own-bundle).e-gift-card .pwgc-field-container input#pwgc-to + .pwgc-subtitle {
  display: none;
}
@media (max-width: 768px) {
  body.single-product section.yellow {
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) {
  body.single-product .preset_bundle .slick-next.slick-arrow, body.single-product .preset_bundle .slick-placeholder-arrows .next {
    margin-left: 450px;
  }
  body.single-product .preset_bundle .slick-prev.slick-arrow, body.single-product .preset_bundle .slick-placeholder-arrows .prev {
    margin-left: -500px;
  }
}
body.single-product .header-wrapper {
  background: #f7f4e1;
}
body.single-product .preset_bundle a.btn {
  border: none;
}
body.single-product .flavour_details {
  display: flex;
}
@media (max-width: 768px) {
  body.single-product .flavour_details {
    display: block;
  }
}
body.single-product .flavour_details > div {
  width: 50%;
  padding-right: 50px;
  padding-left: 25px;
}
@media (max-width: 768px) {
  body.single-product .flavour_details > div {
    width: 100%;
    padding: 0;
  }
  body.single-product .flavour_details > div *:not(li) {
    text-align: center;
  }
  body.single-product .flavour_details > div li, body.single-product .flavour_details > div ul {
    text-align: left;
  }
  body.single-product .flavour_details > div table {
    width: 100%;
  }
}
body.single-product .flavour_details h4 {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
}
body.single-product .flavour_details p {
  font-size: 18px;
}
body.single-product .flavour_details li, body.single-product .flavour_details p {
  margin-bottom: 10px;
}
body.single-product .flavour_details h5 {
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  margin-top: 30px;
}
body.single-product .flavour_details .badges {
  display: flex;
}
@media (max-width: 768px) {
  body.single-product .flavour_details .badges {
    justify-content: center;
  }
}
body.single-product .flavour_details .badges img {
  width: 45px;
  height: auto;
  margin-right: 5px;
}
body.single-product .flavour_details .wrap table {
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 20px;
}
body.single-product .flavour_details .wrap table * {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  font-weight: 400;
}
body.single-product .flavour_details .wrap table tr {
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}
body.single-product .flavour_details .wrap table tr:nth-of-type(odd) {
  background: #FFFFFF;
}
body.single-product .flavour_details .wrap table tr:nth-of-type(even) {
  background: #F3F3F3;
}
body.single-product .flavour_details .wrap table td, body.single-product .flavour_details .wrap table th {
  padding: 7.5px 15px;
}
.flavour_modal .reviews.max-width .review p {
  margin-top: 0;
}
.flavour_modal {
  position: fixed;
  z-index: 9999999999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.flavour_modal section .faqs.max-width, .flavour_modal section > *:not(.top), .flavour_modal section .top .content {
  padding: 0 75px;
  text-align: center;
}
@media (max-width: 768px) {
  .flavour_modal section .faqs.max-width, .flavour_modal section > *:not(.top), .flavour_modal section .top .content {
    padding: 0 15px;
  }
}
.flavour_modal section .flavour_details.max-width {
  max-width: 100%;
}
.flavour_modal a.btn {
  background: url('svg/red_button_buy.svg');
  background-size: cover;
}
.flavour_modal a.btn:hover {
  background: url('svg/red_button_buy.svg');
  background-size: cover;
}
.flavour_modal .inner {
  padding-bottom: 75px;
  background: #FFF;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  width: 600px;
  max-width: calc(100vw - 60px);
  margin: auto;
  margin-top: 80px;
  max-height: calc(100vh - 70px);
  overflow: scroll;
}
.flavour_modal .inner .close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
@media (max-width: 768px) {
  .flavour_modal .inner {
    max-width: 100vw;
    max-height: 100vh;
    border-radius: 0;
    margin-top: 0;
  }
}
.flavour_modal .inner .top.max-width {
  max-width: 100%;
  width: 100%;
}
.flavour_modal .inner .top_img {
  background: rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
}
.flavour_modal .inner .top_img img {
  max-height: 250px;
  width: auto;
  mix-blend-mode: multiply;
}
.flavour_modal .inner .badges {
  justify-content: center;
  align-items: center;
}
.flavour_modal .inner .content .inner_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flavour_modal .inner .content .inner_cont > *:not(h1) {
  order: 2;
  margin: 7px auto;
}
.flavour_modal .inner .content .inner_cont h1 {
  order: 1;
  margin-top: 50px;
}
.flavour_modal .inner .content .add-to-bundle-from-modal {
  display: inline-block;
  margin-top: 30px !important;
}
.flavour_modal .inner .content .add-to-bundle-from-modal:hover {
  opacity: 0.5;
}
.flavour_modal .inner .content .excerpt {
  display: none;
}
.flavour_modal .inner .content h1 {
  text-align: center;
  text-transform: none;
  font-family: 'duper';
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
}
.flavour_modal .inner .content .details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.flavour_modal .inner .content .details .stars_container {
  width: 100%;
}
.flavour_modal .inner .content .details .stars {
  margin: auto;
  padding-top: 40px;
}
.flavour_modal .inner .content .details p {
  margin: 0;
  margin-left: 5px;
}
.flavour_modal .inner .flavour_details {
  flex-direction: column;
}
.flavour_modal .inner .flavour_details .wrap {
  width: 100%;
}
.flavour_modal .inner .flavour_details .wrap * {
  text-align: center;
}
.flavour_modal .inner .flavour_details .wrap th, .flavour_modal .inner .flavour_details .wrap td {
  text-align: left;
}
.flavour_modal .inner .flavour_details .wrap ul, .flavour_modal .inner .flavour_details .wrap li, .flavour_modal .inner .flavour_details .wrap ol {
  text-align: left;
}
.flavour_modal .inner .flavour_details table {
  margin: auto;
}
.flavour_modal .inner .reviews.max-width::before {
  content: "Reviews";
  font-family: 'duper';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .flavour_modal .inner .reviews.max-width .divider.top {
    display: none;
  }
  .flavour_modal .inner .reviews.max-width .review {
    padding: 15px 0;
  }
}
.flavour_modal .inner .faq, .flavour_modal .inner .review {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}
.flavour_modal .inner .faq .divider, .flavour_modal .inner .review .divider {
  display: none;
}
.flavour_modal .inner .faq p, .flavour_modal .inner .review p {
  text-align: left;
}
@media (max-width: 768px) {
  .flavour_modal .inner .faq {
    padding: 15px 0;
  }
}
.flavour_modal .inner .faqs.max-width h4 {
  font-family: 'duper';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
.flavour_modal .inner .reviews.max-width > .heading {
  display: none;
}
.flavour_modal .inner .wrap h5 {
  font-size: 20px;
  line-height: 30px;
}
.flavour_modal .outer {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.preset_bundle_page .flavour_modal .inner .cat_price {
  display: none;
}
.flavour_modal .inner .flavour_details > div.wrap {
  padding-left: 0;
  padding-right: 0;
}
.flavour_modal .inner .faqs.max-width {
  margin-top: 60px;
}
.flavour_modal .inner .reviews.max-width::before {
  margin-top: 10px;
}
.post-type-archive-product {
  background: #f7f4e1;
}
@media (max-width: 768px) {
  .post-type-archive-product .byob.product_archive.tabs {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: transparent;
  }
  .post-type-archive-product .byob.product_archive.tabs.scrolled {
    background: #fff;
  }
}
.post-type-archive-product .byob.product_archive.intro {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .post-type-archive-product .byob.product_archive.intro {
    margin-top: 70px;
  }
}
.post-type-archive-product .products a.card button:hover {
  background: #E63E52;
  color: #fff !important;
  border-color: #E63E52;
}
.post-type-archive-product .byob header h1 {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .post-type-archive-product .byob header h1 {
    padding-top: 70px;
    max-width: 300px;
  }
}
@media (min-width: 769px) {
  .post-type-archive-product .byob header img {
    max-width: calc(50vw - 300px);
  }
}
.post-type-archive-product .byob.tab-content > .tabs p {
  cursor: pointer;
}
.post-type-archive-product .byob.tab-content > .tabs p:hover {
  opacity: 0.5;
}
.post-type-archive-product .banner {
  background: #EC948D;
}
.post-type-archive-product .single_bottom.preset_bundle section.orange::before {
  background: url(img/yellow_top_edge.svg);
}
.post-type-archive-product .byob.tab-content .tabs {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .post-type-archive-product .byob.tab-content .tabs {
    margin-bottom: 20px;
  }
}
.post-type-archive-product .header-wrapper {
  position: fixed;
  width: 100%;
  top: 0%;
  left: 0;
}
.post-type-archive-product .header-wrapper.scrolled {
  background: #f7f4e1;
}
.post-type-archive-product .products {
  display: flex;
  margin: auto;
  margin-bottom: 80px;
  max-width: 1180px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .post-type-archive-product .products {
    max-width: 280px;
  }
}
.post-type-archive-product .products a.card {
  display: block;
  width: calc(25% - 10px);
  border-radius: 10px;
  background: #fff;
  padding: 20px 40px;
  margin: 10px 0;
  max-width: 280px;
}
@media (max-width: 800px) {
  .post-type-archive-product .products a.card {
    width: 48%!important;
    max-width: 100%!important;
  }
}
@media (max-width: 600px) {
  .post-type-archive-product .products a.card {
    width: 100%!important;
    margin-right: 0;
  }
}
.post-type-archive-product .products a.card .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 769px) {
  .post-type-archive-product .products a.card .inner {
    min-height: 400px;
  }
}
.post-type-archive-product .products a.card img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .post-type-archive-product .products a.card img {
    max-height: 200px;
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
.post-type-archive-product .products a.card p {
  font-size: 18px;
  margin: 5px auto;
  text-align: center;
  line-height: 150%;
}
.post-type-archive-product .products a.card p.title {
  font-size: 20px;
  font-weight: bold;
}
.post-type-archive-product .products a.card p.title.h1 {
  font-size: 35px;
}
.post-type-archive-product .products a.card button {
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  background-color: transparent;
  display: block;
  margin: 15px auto 0;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
}
.post-type-archive-product .products a.card button:hover {
  color: initial;
}
@media (max-width: 768px) {
  body.woocommerce-shop.post-type-archive-product section.byob.product_archive.tabs .max-width {
    max-width: 100%;
  }
  body.woocommerce-shop.post-type-archive-product section.byob.product_archive.tabs .max-width .tab-content {
    width: 100%;
  }
  body.woocommerce-shop.post-type-archive-product section.byob.product_archive.tabs .max-width .tab-content .tabs {
    flex-wrap: nowrap;
  }
}
.blog {
  /* clear fix */
  /* ---- .grid-item ---- */
}
.blog ._blog_nav .cat-select_wrap ._filter {
  cursor: pointer;
}
.blog .grid {
  width: 100%;
  height: auto;
  padding-bottom: 150px;
}
.blog .grid:after {
  content: '';
  display: block;
  clear: both;
}
.blog .grid-sizer, .blog .grid-item {
  width: 33.333%;
  height: auto;
}
@media (max-width: 768px) {
  .blog .grid-sizer, .blog .grid-item {
    width: 50%;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .blog .grid-sizer, .blog .grid-item {
    width: 100%;
  }
}
.blog .grid-sizer img, .blog .grid-item img {
  width: 100%;
  height: auto;
}
.blog .grid-sizer .post_wrap, .blog .grid-sizer > a, .blog .grid-item .post_wrap, .blog .grid-item > a {
  display: block;
  text-decoration: none;
  color: inherit;
  margin: 12.5px;
}
.blog .post_wrap p, .blog .post_wrap h3 {
  color: #252525;
}
.blog .grid-item {
  float: left;
}
.blog .grid-item img {
  display: block;
  max-width: 100%;
}
.blog h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  margin: 0;
}
.blog .intro {
  max-width: 680px;
  margin-left: 0;
  padding: 170px 0 60px;
}
.blog #blog-circle {
  width: 340px;
  height: 340px;
  margin: auto;
  margin-right: 0px;
  margin-top: 170px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
@media (max-width: 768px) {
  .blog #blog-circle {
    margin-right: -20px;
    margin-top: 380px;
    width: 150px;
    height: 150px;
  }
}
.blog .blog_wrap .shapes {
  width: 100vw;
  overflow: hidden;
}
main > .sharedaddy {
  display: none;
}
body .botttom .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
  color: blue !important;
  background: none !important;
  padding: 0 10px;
  opacity: 1;
}
body .botttom .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button::before {
  font-size: 30px;
}
body .alm-btn-wrap button.alm-load-more-btn {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: none;
  width: 300px;
  border-radius: 100px;
  color: #252525;
  border: 1px solid #252525;
}
body .alm-btn-wrap button.alm-load-more-btn.loading, body .alm-btn-wrap button.alm-load-more-btn.done, body .alm-btn-wrap button.alm-load-more-btn:hover {
  background: none;
  color: #252525;
}
@media (min-width: 769px) {
  .shapes_circle {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    padding-top: 100px;
    z-index: -1;
  }
  .shapes_circle #blog-circle {
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
  }
}
@media (min-width: 769px) {
  .blog ._pre_footer_banner ._pf_banner .content .inner .subtitle {
    text-align: left;
  }
}
body.home .header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
body.home header.scrolled {
  background: #EC948D;
}
body.home ._our_range .row {
  justify-content: center;
  max-width: 1000px;
  margin: auto;
}
@media (min-width: 769px) {
  body.home ._our_range .row .col.col-md-4 {
    margin-bottom: 20px;
  }
}
._our_range ._our_range_block.disabled {
  pointer-events: none;
}
._home_banner {
  position: relative;
  height: 920px;
  min-height: 920px;
  padding-top: 120px;
}
@media (min-width: 769px) {
  ._home_banner {
    height: 800px;
    min-height: 800px;
    padding-top: 150px;
  }
}
@media (min-width: 1479px) {
  ._home_banner {
    min-height: 75vh;
    height: 75vh;
  }
}
._home_banner .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  ._home_banner .container {
    top: 50%;
    transform: translateY(-50%);
  }
}
._home_banner ._background_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
._home_banner ._background_image img {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
}
@media (min-width: 1265px) {
  ._home_banner ._background_image img {
    height: 800px;
  }
}
@media (min-width: 1479px) {
  ._home_banner ._background_image img {
    object-position: center;
    height: 75vh;
  }
}
._home_banner ._vertical_align_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
._home_banner ._vertical_align_content ._banner_content ._upper h2 {
  font-family: "Mindset";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #252525;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  ._home_banner ._vertical_align_content ._banner_content ._upper h2 {
    font-size: 48px !important;
    line-height: 60px;
    text-align: left;
  }
}
@media (min-width: 1281px) {
  ._home_banner ._vertical_align_content ._banner_content ._upper h2 {
    font-size: 50px;
    line-height: 60px;
    text-align: left;
  }
}
._home_banner ._vertical_align_content ._banner_content ._upper h2 span {
  font-family: "Mindset";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  color: #252525;
  position: relative;
}
@media (min-width: 769px) {
  ._home_banner ._vertical_align_content ._banner_content ._upper h2 span {
    font-size: 50px;
    line-height: 60px;
    text-align: left;
  }
}
._home_banner ._vertical_align_content ._banner_content ._upper h2 span:after {
  content: '';
  position: absolute;
  top: 45%;
  left: -6%;
  width: 112%;
  height: 7px;
  background: #252525;
  transform: translateY(-50%) rotate(-12deg);
  animation: tickSpan 2s;
}
@keyframes tickSpan {
  0% {
    width: 0%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 112%;
  }
}
._home_banner ._vertical_align_content ._banner_content ._upper h1.normal__text, ._home_banner ._vertical_align_content ._banner_content ._upper p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Duper', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #252525;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
@media (min-width: 769px) {
  ._home_banner ._vertical_align_content ._banner_content ._upper h1.normal__text, ._home_banner ._vertical_align_content ._banner_content ._upper p {
    text-align: left;
    padding-right: 50px;
    font-size: 25px;
    line-height: 35px;
  }
}
._home_banner ._vertical_align_content ._banner_content ._upper span {
  font-size: 13px;
}
._home_banner ._vertical_align_content ._banner_content ._lower {
  margin-top: 370px;
}
@media (min-width: 769px) {
  ._home_banner ._vertical_align_content ._banner_content ._lower {
    margin-top: 120px;
  }
}
._home_banner ._vertical_align_content ._banner_content ._lower ._banner_logos {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 769px) {
  ._home_banner ._vertical_align_content ._banner_content ._lower ._banner_logos {
    justify-content: flex-start;
  }
}
._home_banner ._vertical_align_content ._banner_content ._lower ._banner_logos ._banner_logo {
  margin-right: 26px;
}
._home_banner ._vertical_align_content ._banner_content ._lower ._banner_logos ._banner_logo img {
  max-width: 55px;
  height: auto;
}
._home_banner ._vertical_align_content ._banner_content ._lower ._banner_logos:last-child {
  margin-right: 0;
}
._as_seen_on {
  padding: 0 0 50px;
  position: relative;
}
._as_seen_on ._as_seen_on_top_border {
  position: absolute;
  top: -20px;
  z-index: 1;
  width: 100%;
  background: url('/wp-content/uploads/2022/01/Vector-2941-2.png') no-repeat top center /cover;
  height: 106px;
}
@media (min-width: 769px) {
  ._as_seen_on ._as_seen_on_top_border {
    background: url('/wp-content/uploads/2022/01/Vector-294-2.png') no-repeat top center /cover;
    height: 180px;
  }
}
._as_seen_on .container {
  position: relative;
  z-index: 2;
}
._as_seen_on ._title p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #252525;
}
._as_seen_on ._logos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  ._as_seen_on ._logos {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
._as_seen_on ._logos ._logo {
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  ._as_seen_on ._logos ._logo {
    margin-bottom: 0;
  }
}
._video_section {
  background: #CEE0A4;
  padding: 60px 0;
}
._video_section ._inner {
  position: relative;
  padding: 0 0 20px;
}
._video_section ._inner:after {
  content: "";
  background: url('/wp-content/uploads/2022/01/Group-100211.png') no-repeat center center;
  position: absolute;
  bottom: 0;
  left: 2%;
  height: 62px;
  width: 62px;
}
@media (min-width: 769px) {
  ._video_section ._inner:before {
    content: "";
    background: url('/wp-content/uploads/2022/01/Group-10020.png') no-repeat center center;
    position: absolute;
    top: -5%;
    right: 2%;
    height: 100px;
    width: 100px;
  }
  ._video_section ._inner:after {
    content: "";
    background: url('/wp-content/uploads/2022/01/Group-10021.png') no-repeat center center;
    position: absolute;
    bottom: -5%;
    left: 2%;
    height: 100px;
    width: 100px;
  }
}
._video_section ._inner ._upper_section {
  margin: 0;
  width: auto;
}
._video_section ._inner ._upper_section ._title {
  text-align: center;
  margin-bottom: 55px;
}
@media (min-width: 769px) {
  ._video_section ._inner ._upper_section ._title {
    text-align: left;
    margin-left: 20%;
    margin-bottom: 0;
  }
}
._video_section ._inner ._upper_section ._title h2 {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  ._video_section ._inner ._upper_section ._title h2 {
    padding-right: 50px;
  }
}
._video_section ._inner ._upper_section ._title p {
  margin-top: 5px;
}
._video_section ._inner ._upper_section ._graphic:before {
  content: "";
  background: url('/wp-content/uploads/2022/01/Group-100201.png') no-repeat center center;
  position: absolute;
  top: -50%;
  right: 2%;
  height: 62px;
  width: 62px;
}
@media (min-width: 769px) {
  ._video_section ._inner ._upper_section ._graphic:after {
    content: none;
  }
}
._video_section ._inner ._lower {
  flex-direction: column-reverse;
  margin-top: 60px;
}
@media (min-width: 769px) {
  ._video_section ._inner ._lower {
    flex-direction: row;
    margin-top: 0;
  }
}
._video_section ._inner ._lower ._icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 40px;
  margin-bottom: -40px;
}
@media (min-width: 769px) {
  ._video_section ._inner ._lower ._icons {
    margin: auto;
    margin-top: 80px;
    margin-bottom: 0;
    margin-left: 20%;
  }
  ._video_section ._inner ._lower ._icons ._statement {
    padding-right: 60px;
  }
}
._video_section ._inner ._lower ._icons ._statement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 150px;
}
@media (max-width: 768px) {
  ._video_section ._inner ._lower ._icons ._statement {
    justify-content: flex-end;
  }
}
@media (min-width: 769px) {
  ._video_section ._inner ._lower ._icons ._statement:nth-child(4), ._video_section ._inner ._lower ._icons ._statement:nth-child(5) {
    min-width: 210px !important;
  }
}
._video_section ._video_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._video_section ._video_wrapper ._video .wp-video .mejs-controls {
  display: none;
  opacity: 0;
}
._video_section ._video_wrapper ._video ._desktop_only._wp_video_desktop {
  display: flex;
  justify-content: center;
  align-items: center;
}
._video_section ._video_wrapper ._video video {
  max-width: 100%;
  height: auto;
  width: auto;
}
._our_range {
  background: #F3F0DF;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 769px) {
  ._our_range {
    padding-bottom: 90px;
  }
}
._our_range ._our_range_top_border {
  background: url('/wp-content/uploads/2022/01/Vector-294-2.png') no-repeat top center /cover;
  position: absolute;
  height: 180px;
  top: -20px;
  z-index: 1;
  width: 100%;
}
._our_range .container {
  position: relative;
  z-index: 2;
}
._our_range ._title {
  text-align: center;
}
._our_range ._title h3 {
  margin: 20px 0;
  font-size: 50px;
  line-height: 50px;
}
@media (min-width: 769px) {
  ._our_range ._title h3 {
    font-size: 70px;
    line-height: 70px;
  }
}
._our_range ._our_range_block {
  transition: all ease-in-out 0.3s;
}
._our_range ._our_range_block .image {
  transition: all ease-in-out 0.3s;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
._our_range ._our_range_block .image:nth-child(odd) {
  background: url('/wp-content/uploads/2022/01/Vector-304.png') no-repeat center center;
}
._our_range ._our_range_block .image:nth-child(even) {
  background: url('/wp-content/uploads/2022/01/Vector-3041.png') no-repeat center center;
}
._our_range ._our_range_block .image img {
  max-height: 195px;
  transition: all ease-in-out 0.3s;
}
._our_range ._our_range_block .content {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  ._our_range ._our_range_block .content {
    margin-bottom: 0;
  }
}
._our_range ._our_range_block .content ._block_title p {
  font-family: "Mindset";
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #252525;
}
._our_range ._our_range_block .content ._block_btn {
  margin: 0 auto;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 5px;
  width: 200px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #252525;
}
._our_range ._our_range_block:hover ._block_btn {
  border: #E63E52;
  background: #E63E52;
  color: #fff;
}
._our_range ._our_range_block:hover img {
  transform: scale(1.05);
}
._our_range ._our_range_block:hover .content ._block_title p {
  text-decoration: underline;
}
._preset_bundle_slider {
  background: #F8C377;
  padding-top: 50px;
  padding-bottom: 90px;
  position: relative;
}
._preset_bundle_slider ._preset_bundle_slider_top_border {
  background: url('/wp-content/uploads/2022/01/Vector-307-2.png') no-repeat top center /cover;
  position: absolute;
  height: 180px;
  top: -20px;
  z-index: 1;
  width: 100%;
}
._preset_bundle_slider .container {
  position: relative;
  z-index: 2;
}
._preset_bundle_slider ._title {
  text-align: center;
}
._preset_bundle_slider ._title h3 {
  margin: 20px 0;
  font-size: 50px;
  line-height: 50px;
}
@media (min-width: 769px) {
  ._preset_bundle_slider ._title h3 {
    font-size: 70px;
    line-height: 70px;
  }
}
._preset_bundle_slider ._product_slider ._bundle_product .image {
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
._preset_bundle_slider ._product_slider ._bundle_product .image:nth-child(odd) {
  background: url('/wp-content/uploads/2022/01/Vector-304.png') no-repeat center center;
}
._preset_bundle_slider ._product_slider ._bundle_product .image:nth-child(even) {
  background: url('/wp-content/uploads/2022/01/Vector-3041.png') no-repeat center center;
}
._preset_bundle_slider ._product_slider ._bundle_product .image img {
  max-height: 195px;
  object-fit: contain;
  transition: all ease-in-out 0.3s;
}
._preset_bundle_slider ._product_slider ._bundle_product .content {
  text-align: center;
}
._preset_bundle_slider ._product_slider ._bundle_product .content ._block_title p {
  font-family: "Mindset";
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #252525;
  margin: 0;
}
._preset_bundle_slider ._product_slider ._bundle_product:hover img {
  transform: scale(1.05);
}
._preset_bundle_slider .splide .splide__arrows .splide__arrow {
  top: 100%;
  z-index: 4;
  background: transparent;
  border: 1px solid #252525;
  box-sizing: border-box;
  border-radius: 5px;
  transform: rotate(-180deg);
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  ._preset_bundle_slider .splide .splide__arrows .splide__arrow {
    top: -85px;
  }
}
._preset_bundle_slider .splide .splide__arrows .splide__arrow ._arrow_border {
  display: flex;
  justify-content: center;
  align-items: center;
}
._preset_bundle_slider .splide .splide__arrows .splide__arrow.splide__arrow--prev {
  left: 20%;
}
@media (min-width: 769px) {
  ._preset_bundle_slider .splide .splide__arrows .splide__arrow.splide__arrow--prev {
    left: 10%;
  }
}
._preset_bundle_slider .splide .splide__arrows .splide__arrow.splide__arrow--next {
  right: 20%;
}
@media (min-width: 769px) {
  ._preset_bundle_slider .splide .splide__arrows .splide__arrow.splide__arrow--next {
    right: 10%;
  }
}
._preset_bundle_slider .splide .splide__arrows .splide__arrow.splide__arrow--next svg {
  transform: scaleX(-1);
}
._preset_bundle_slider .splide .splide__arrows .splide__arrow svg {
  fill: transparent;
}
._preset_bundle_slider .splide .splide__pagination {
  display: none;
  visibility: hidden;
}
._reviews {
  background: #F3F0DF;
  padding-top: 50px;
  padding-bottom: 90px;
  position: relative;
}
._reviews ._reviews_top_border {
  background: url('/wp-content/uploads/2022/01/Vector-294-2.png') no-repeat top center /cover;
  position: absolute;
  height: 180px;
  top: -20px;
  z-index: 1;
  width: 100%;
}
._reviews ._reviews_top_border.bottom {
  bottom: -10px;
  top: auto;
  transform: rotate(180deg);
}
._reviews .container {
  position: relative;
  z-index: 2;
}
._reviews ._title {
  text-align: center;
}
._reviews ._title h3 {
  margin: 20px 0;
  font-size: 50px;
  line-height: 50px;
}
@media (min-width: 769px) {
  ._reviews ._title h3 {
    font-size: 70px;
    line-height: 70px;
  }
}
body.home #sb_instagram .sbi_item:not(.sbi_transition) .sbi_photo {
  margin: auto;
}
._what_makes_us {
  background: #CEE0A4;
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
}
@media (min-width: 769px) {
  ._what_makes_us {
    padding-bottom: 90px;
  }
}
._what_makes_us ._what_makes_us_top_border {
  background: url('/wp-content/uploads/2022/01/Vector-298.png') no-repeat top center /cover;
  position: absolute;
  height: 180px;
  top: -20px;
  z-index: 1;
  width: 100%;
}
._what_makes_us .container {
  position: relative;
  z-index: 2;
}
._what_makes_us ._title {
  text-align: center;
}
._what_makes_us ._title h3 {
  margin: 20px 0;
  font-size: 50px;
  line-height: 50px;
}
@media (max-width: 768px) {
  ._what_makes_us ._title h3 {
    max-width: 260px;
    margin: auto;
  }
}
@media (min-width: 769px) {
  ._what_makes_us ._title h3 {
    font-size: 70px;
    line-height: 70px;
  }
}
._what_makes_us ._inner {
  position: relative;
  padding: 0 0 20px;
}
._what_makes_us ._inner:before {
  content: "";
  background: url('/wp-content/uploads/2022/01/Group-10192.png') no-repeat center center;
  position: absolute;
  top: -2%;
  left: 1%;
  height: 71px;
  width: 82px;
  z-index: 2;
}
._what_makes_us ._inner:after {
  content: "";
  background: url('/wp-content/uploads/2022/01/Group-101911.png') no-repeat center center;
  position: absolute;
  bottom: -3%;
  right: 1%;
  height: 73px;
  width: 82px;
}
@media (min-width: 769px) {
  ._what_makes_us ._inner:before {
    content: "";
    background: url('/wp-content/uploads/2022/01/Group-10018.png') no-repeat center center;
    position: absolute;
    top: 5%;
    left: 5%;
    height: 80px;
    width: 121px;
  }
  ._what_makes_us ._inner:after {
    content: "";
    background: url('/wp-content/uploads/2022/01/Group-10191.png') no-repeat center center;
    position: absolute;
    bottom: -15%;
    right: 2%;
    height: 129px;
    width: 143px;
  }
}
._what_makes_us ._statement {
  padding: 0 10px;
}
._what_makes_us ._statement .graphic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  width: 100%;
}
._what_makes_us ._statement .content {
  text-align: center;
}
._what_makes_us ._statement .content .title p {
  font-family: "Mindset";
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #252525;
  margin: 0;
}
._what_makes_us ._statement .content .description p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #252525;
}
.what_makes_you {
  background: #F8C377;
  padding-top: 50px;
  padding-bottom: 90px;
  position: relative;
}
.what_makes_you ._what_makes_you_top_border {
  background: url('/wp-content/uploads/2022/01/Vector-307-2.png') no-repeat top center /cover;
  position: absolute;
  height: 180px;
  top: -20px;
  z-index: 1;
  width: 100%;
}
.what_makes_you ._what_makes_you_bottom_border {
  background: url('/wp-content/uploads/2022/01/Vector-297.png') no-repeat bottom center /cover;
  position: absolute;
  height: 180px;
  bottom: -20px;
  z-index: 1;
  width: 100%;
}
.what_makes_you .container {
  position: relative;
  z-index: 2;
}
.what_makes_you ._title {
  text-align: center;
}
.what_makes_you ._title h3 {
  margin: 20px 0;
  font-size: 50px;
  line-height: 50px;
}
@media (min-width: 769px) {
  .what_makes_you ._title h3 {
    font-size: 70px;
    line-height: 70px;
  }
}
.what_makes_you ._title h3 u {
  font-style: normal;
  font-family: 'Areotype';
  font-weight: normal;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  color: #252525;
}
.what_makes_you ._insta_feed {
  position: relative;
  z-index: 2;
}
.what_makes_you ._insta_feed .svg-inline--fa.fa-clone.fa-w-16.sbi_lightbox_carousel_icon {
  display: none !important;
}
.what_makes_you ._insta_feed .sbi-owl-item {
  padding: 0 10px;
}
.what_makes_you ._insta_feed .sbi-owl-item .sbi_item {
  background: url('/wp-content/uploads/2022/01/Vector-303-2.png') no-repeat top center /cover;
  padding: 10px;
}
@media (max-width: 769px) {
  .what_makes_you ._insta_feed .sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
    max-height: 200px !important;
    max-width: calc(100% - 20px);
  }
}
.what_makes_you ._follow_btn_cont {
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .what_makes_you ._follow_btn_cont ._dotty_border {
    border-top: 13px solid transparent;
    border-image: url('/wp-content/uploads/2022/01/Group-9970.png') 15 300;
    border-image-width: 13px 0 0 0;
    margin-top: 25px;
  }
}
.what_makes_you ._follow_btn_cont ._dotty_border._left_dotty {
  margin-right: 30px;
}
.what_makes_you ._follow_btn_cont ._dotty_border._right_dotty {
  margin-left: 30px;
}
.what_makes_you ._follow_btn_cont ._insta_follow ._cta_btn {
  background: transparent;
  border: 1px solid;
  flex-direction: row;
  width: 250px;
  justify-content: space-evenly;
}
._smoothies_cta {
  position: relative;
  margin-bottom: -2px;
  background-color: #EC948D;
}
._smoothies_cta ._background_image img {
  min-width: 100%;
}
._smoothies_cta ._content_container {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  left: 0;
}
@media (min-width: 769px) {
  ._smoothies_cta ._content_container {
    top: 50%;
  }
}
._smoothies_cta ._vertical_align_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
._smoothies_cta ._vertical_align_content ._banner_content ._upper h2 {
  font-family: "Mindset";
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 60px;
  color: #252525;
  margin-bottom: 0;
}
._smoothies_cta ._vertical_align_content ._banner_content ._upper h2 span {
  font-family: "Mindset";
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 60px;
  color: #252525;
}
._smoothies_cta ._vertical_align_content ._banner_content ._upper p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Duper', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 35px;
  color: #252525;
}
@media (min-width: 769px) {
  ._smoothies_cta ._vertical_align_content ._banner_content ._upper p {
    padding-right: 100px;
  }
}
._smoothies_cta ._vertical_align_content ._banner_content ._upper ._cta_btn {
  margin: inherit;
}
.CarouselWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon {
  color: #F29F02 !important;
}
.CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner {
  background: #FFF !important;
}
.CarouselWidget__header .header__inner .R-ReviewsioLogo.R-ReviewsioLogo--sm, .CarouselWidget__header .header__inner .R-RatingStars {
  margin-right: 25px;
}
body.home .js-scroll-left-btn.R-ReviewsList__controlButton.R-ReviewsList__controlButton--left {
  position: absolute;
  top: 0;
  margin: 0;
  top: -130px;
  left: 50%;
  margin-left: -350px;
  border-radius: 0px;
  background: url(img/slick_left_box_arrow.svg);
  width: 20px;
  height: 50px;
  width: 50px;
  display: block;
  background-size: 100%;
}
@media (max-width: 768px) {
  body.home .js-scroll-left-btn.R-ReviewsList__controlButton.R-ReviewsList__controlButton--left {
    margin-left: -60px;
    top: auto;
    bottom: -90px;
  }
}
body.home .js-scroll-left-btn.R-ReviewsList__controlButton.R-ReviewsList__controlButton--left i, body.home .js-scroll-left-btn.R-ReviewsList__controlButton.R-ReviewsList__controlButton--left .js-scroll-left-btn .ricon-thin-arrow--left.controlButton__icon {
  display: none !important;
}
body.home .js-scroll-right-btn.R-ReviewsList__controlButton.R-ReviewsList__controlButton--right {
  position: absolute;
  top: 0;
  margin: 0;
  top: -130px;
  left: 50%;
  margin-left: 300px;
  border-radius: 0px;
  background: url(img/slick_right_box_arrow.svg);
  width: 20px;
  height: 50px;
  width: 50px;
  display: block;
  background-size: 100%;
}
@media (max-width: 768px) {
  body.home .js-scroll-right-btn.R-ReviewsList__controlButton.R-ReviewsList__controlButton--right {
    margin-left: 10px;
    top: auto;
    bottom: -90px;
  }
}
body.home .js-scroll-right-btn.R-ReviewsList__controlButton.R-ReviewsList__controlButton--right i, body.home .js-scroll-right-btn.R-ReviewsList__controlButton.R-ReviewsList__controlButton--right .js-scroll-left-btn .ricon-thin-arrow--left.controlButton__icon {
  display: none !important;
}
.home .words_wrap {
  position: relative;
  width: 100%;
  height: 75px;
  overflow: hidden;
}
@keyframes animateTick {
  0% {
    transform: translateX(100%);
  }
  20% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0%);
  }
}
.home .words_wrap .words .slick-active span.reveal {
  transform: translateX(-100%);
  animation: animateTick 2s;
  animation-direction: reverse;
  transition-delay: 1s;
}
.home .words_wrap .words h2 {
  margin-top: 0;
}
.home .words_wrap .words span {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: inline-block;
}
.home .words_wrap .words span.reveal {
  position: absolute;
  width: 60px;
  transform: translateX(0%);
  overflow: hidden;
  left: 0;
  top: 0;
  background: #ee948e;
}
@media (max-width: 768px) {
  .home .words_wrap .words span.reveal {
    background: #ffc0bf;
  }
}
/*# sourceMappingURL=base.css.map */


