/*!
 * scafold
 * http://miwebb.com
 * @author miWebb
 * @version 1.4.2
 * Copyright 2025. UNLICENSED licensed.
 */
/** 
* Variable file, please import in other stylesheets
**/
/**
 * Functions file, please import in other stylesheets
 **/
.single-product .product__main__cart-cta .variations_form table.variations tbody tr td select, .dropdown select, .wpcf7-form-control-wrap select, form input:not([type=checkbox], [type=radio], [type=submit]), form textarea, form button {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.shop .shop__sidebar .shop__sidebar__content .product-categories li a,
.shop .shop__sidebar .shop__sidebar__content .woocommerce-widget-layered-nav-list li a, form .form-element span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**
 * CSS Grid
 *
 * @author miWebb <info@miwebb.com>
 * @version 1.2.0
 */
[class^=row], [class^=col], [class*=" row"], [class*=" col"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.row.row--no-outer-gutter {
  margin-left: -15px;
  margin-right: -15px;
}
.row.row--same-size {
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.row.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.row.row--top {
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.row.row--middle {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row.row--bottom {
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.row.row--left {
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.row.row--center {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row.row--right {
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.row.row--around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.row.row--between {
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.row.row--evenly {
  -webkit-box-pack: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.row:not(.row--no-gutter) > [class^=col], .row:not(.row--no-gutter) > [class*=" col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.row > .col {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.row > .col-1 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.row > .col-offset-1 {
  margin-left: 8.3333333333%;
}
.row.row--reverse > .col-offset-1 {
  margin-right: 8.3333333333%;
  margin-left: inherit;
}
.row > .col-order-1 {
  -webkit-box-ordinal-group: 2;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.row > .col-2 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.row > .col-offset-2 {
  margin-left: 16.6666666667%;
}
.row.row--reverse > .col-offset-2 {
  margin-right: 16.6666666667%;
  margin-left: inherit;
}
.row > .col-order-2 {
  -webkit-box-ordinal-group: 3;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.row > .col-3 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.row > .col-offset-3 {
  margin-left: 25%;
}
.row.row--reverse > .col-offset-3 {
  margin-right: 25%;
  margin-left: inherit;
}
.row > .col-order-3 {
  -webkit-box-ordinal-group: 4;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.row > .col-4 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row > .col-offset-4 {
  margin-left: 33.3333333333%;
}
.row.row--reverse > .col-offset-4 {
  margin-right: 33.3333333333%;
  margin-left: inherit;
}
.row > .col-order-4 {
  -webkit-box-ordinal-group: 5;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.row > .col-5 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.row > .col-offset-5 {
  margin-left: 41.6666666667%;
}
.row.row--reverse > .col-offset-5 {
  margin-right: 41.6666666667%;
  margin-left: inherit;
}
.row > .col-order-5 {
  -webkit-box-ordinal-group: 6;
     -moz-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.row > .col-6 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.row > .col-offset-6 {
  margin-left: 50%;
}
.row.row--reverse > .col-offset-6 {
  margin-right: 50%;
  margin-left: inherit;
}
.row > .col-order-6 {
  -webkit-box-ordinal-group: 7;
     -moz-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.row > .col-7 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.row > .col-offset-7 {
  margin-left: 58.3333333333%;
}
.row.row--reverse > .col-offset-7 {
  margin-right: 58.3333333333%;
  margin-left: inherit;
}
.row > .col-order-7 {
  -webkit-box-ordinal-group: 8;
     -moz-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.row > .col-8 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.row > .col-offset-8 {
  margin-left: 66.6666666667%;
}
.row.row--reverse > .col-offset-8 {
  margin-right: 66.6666666667%;
  margin-left: inherit;
}
.row > .col-order-8 {
  -webkit-box-ordinal-group: 9;
     -moz-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.row > .col-9 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.row > .col-offset-9 {
  margin-left: 75%;
}
.row.row--reverse > .col-offset-9 {
  margin-right: 75%;
  margin-left: inherit;
}
.row > .col-order-9 {
  -webkit-box-ordinal-group: 10;
     -moz-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.row > .col-10 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.row > .col-offset-10 {
  margin-left: 83.3333333333%;
}
.row.row--reverse > .col-offset-10 {
  margin-right: 83.3333333333%;
  margin-left: inherit;
}
.row > .col-order-10 {
  -webkit-box-ordinal-group: 11;
     -moz-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.row > .col-11 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.row > .col-offset-11 {
  margin-left: 91.6666666667%;
}
.row.row--reverse > .col-offset-11 {
  margin-right: 91.6666666667%;
  margin-left: inherit;
}
.row > .col-order-11 {
  -webkit-box-ordinal-group: 12;
     -moz-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.row > .col-12 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.row > .col-offset-12 {
  margin-left: 100%;
}
.row.row--reverse > .col-offset-12 {
  margin-right: 100%;
  margin-left: inherit;
}
.row > .col-order-12 {
  -webkit-box-ordinal-group: 13;
     -moz-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.row > .col-offset-0 {
  margin-left: 0px;
}
.row.row--reverse > .col-offset-0 {
  margin-right: 0px;
  margin-left: inherit;
}
.row > .col-order-0 {
  -webkit-box-ordinal-group: 1;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 1440px) {
  .row > .col-laptop {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row > .col-laptop-1 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row > .col-laptop-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row.row--reverse > .col-laptop-offset-1 {
    margin-right: 8.3333333333%;
    margin-left: inherit;
  }
  .row > .col-laptop-order-1 {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .row > .col-laptop-2 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row > .col-laptop-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row.row--reverse > .col-laptop-offset-2 {
    margin-right: 16.6666666667%;
    margin-left: inherit;
  }
  .row > .col-laptop-order-2 {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .row > .col-laptop-3 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row > .col-laptop-offset-3 {
    margin-left: 25%;
  }
  .row.row--reverse > .col-laptop-offset-3 {
    margin-right: 25%;
    margin-left: inherit;
  }
  .row > .col-laptop-order-3 {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .row > .col-laptop-4 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row > .col-laptop-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row.row--reverse > .col-laptop-offset-4 {
    margin-right: 33.3333333333%;
    margin-left: inherit;
  }
  .row > .col-laptop-order-4 {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .row > .col-laptop-5 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row > .col-laptop-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row.row--reverse > .col-laptop-offset-5 {
    margin-right: 41.6666666667%;
    margin-left: inherit;
  }
  .row > .col-laptop-order-5 {
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .row > .col-laptop-6 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row > .col-laptop-offset-6 {
    margin-left: 50%;
  }
  .row.row--reverse > .col-laptop-offset-6 {
    margin-right: 50%;
    margin-left: inherit;
  }
  .row > .col-laptop-order-6 {
    -webkit-box-ordinal-group: 7;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .row > .col-laptop-7 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row > .col-laptop-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row.row--reverse > .col-laptop-offset-7 {
    margin-right: 58.3333333333%;
    margin-left: inherit;
  }
  .row > .col-laptop-order-7 {
    -webkit-box-ordinal-group: 8;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .row > .col-laptop-8 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row > .col-laptop-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row.row--reverse > .col-laptop-offset-8 {
    margin-right: 66.6666666667%;
    margin-left: inherit;
  }
  .row > .col-laptop-order-8 {
    -webkit-box-ordinal-group: 9;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .row > .col-laptop-9 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .row > .col-laptop-offset-9 {
    margin-left: 75%;
  }
  .row.row--reverse > .col-laptop-offset-9 {
    margin-right: 75%;
    margin-left: inherit;
  }
  .row > .col-laptop-order-9 {
    -webkit-box-ordinal-group: 10;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .row > .col-laptop-10 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row > .col-laptop-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row.row--reverse > .col-laptop-offset-10 {
    margin-right: 83.3333333333%;
    margin-left: inherit;
  }
  .row > .col-laptop-order-10 {
    -webkit-box-ordinal-group: 11;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .row > .col-laptop-11 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row > .col-laptop-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row.row--reverse > .col-laptop-offset-11 {
    margin-right: 91.6666666667%;
    margin-left: inherit;
  }
  .row > .col-laptop-order-11 {
    -webkit-box-ordinal-group: 12;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .row > .col-laptop-12 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row > .col-laptop-offset-12 {
    margin-left: 100%;
  }
  .row.row--reverse > .col-laptop-offset-12 {
    margin-right: 100%;
    margin-left: inherit;
  }
  .row > .col-laptop-order-12 {
    -webkit-box-ordinal-group: 13;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .row > .col-laptop-offset-0 {
    margin-left: 0px;
  }
  .row.row--reverse > .col-laptop-offset-0 {
    margin-right: 0px;
    margin-left: inherit;
  }
  .row > .col-laptop-order-0 {
    -webkit-box-ordinal-group: 1;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 991px) {
  .row > .col-tablet {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row > .col-tablet-1 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row > .col-tablet-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row.row--reverse > .col-tablet-offset-1 {
    margin-right: 8.3333333333%;
    margin-left: inherit;
  }
  .row > .col-tablet-order-1 {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .row > .col-tablet-2 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row > .col-tablet-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row.row--reverse > .col-tablet-offset-2 {
    margin-right: 16.6666666667%;
    margin-left: inherit;
  }
  .row > .col-tablet-order-2 {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .row > .col-tablet-3 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row > .col-tablet-offset-3 {
    margin-left: 25%;
  }
  .row.row--reverse > .col-tablet-offset-3 {
    margin-right: 25%;
    margin-left: inherit;
  }
  .row > .col-tablet-order-3 {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .row > .col-tablet-4 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row > .col-tablet-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row.row--reverse > .col-tablet-offset-4 {
    margin-right: 33.3333333333%;
    margin-left: inherit;
  }
  .row > .col-tablet-order-4 {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .row > .col-tablet-5 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row > .col-tablet-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row.row--reverse > .col-tablet-offset-5 {
    margin-right: 41.6666666667%;
    margin-left: inherit;
  }
  .row > .col-tablet-order-5 {
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .row > .col-tablet-6 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row > .col-tablet-offset-6 {
    margin-left: 50%;
  }
  .row.row--reverse > .col-tablet-offset-6 {
    margin-right: 50%;
    margin-left: inherit;
  }
  .row > .col-tablet-order-6 {
    -webkit-box-ordinal-group: 7;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .row > .col-tablet-7 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row > .col-tablet-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row.row--reverse > .col-tablet-offset-7 {
    margin-right: 58.3333333333%;
    margin-left: inherit;
  }
  .row > .col-tablet-order-7 {
    -webkit-box-ordinal-group: 8;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .row > .col-tablet-8 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row > .col-tablet-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row.row--reverse > .col-tablet-offset-8 {
    margin-right: 66.6666666667%;
    margin-left: inherit;
  }
  .row > .col-tablet-order-8 {
    -webkit-box-ordinal-group: 9;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .row > .col-tablet-9 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .row > .col-tablet-offset-9 {
    margin-left: 75%;
  }
  .row.row--reverse > .col-tablet-offset-9 {
    margin-right: 75%;
    margin-left: inherit;
  }
  .row > .col-tablet-order-9 {
    -webkit-box-ordinal-group: 10;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .row > .col-tablet-10 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row > .col-tablet-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row.row--reverse > .col-tablet-offset-10 {
    margin-right: 83.3333333333%;
    margin-left: inherit;
  }
  .row > .col-tablet-order-10 {
    -webkit-box-ordinal-group: 11;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .row > .col-tablet-11 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row > .col-tablet-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row.row--reverse > .col-tablet-offset-11 {
    margin-right: 91.6666666667%;
    margin-left: inherit;
  }
  .row > .col-tablet-order-11 {
    -webkit-box-ordinal-group: 12;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .row > .col-tablet-12 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row > .col-tablet-offset-12 {
    margin-left: 100%;
  }
  .row.row--reverse > .col-tablet-offset-12 {
    margin-right: 100%;
    margin-left: inherit;
  }
  .row > .col-tablet-order-12 {
    -webkit-box-ordinal-group: 13;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .row > .col-tablet-offset-0 {
    margin-left: 0px;
  }
  .row.row--reverse > .col-tablet-offset-0 {
    margin-right: 0px;
    margin-left: inherit;
  }
  .row > .col-tablet-order-0 {
    -webkit-box-ordinal-group: 1;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 767px) {
  .row > .col-vc-mobile {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row > .col-vc-mobile-1 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row > .col-vc-mobile-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row.row--reverse > .col-vc-mobile-offset-1 {
    margin-right: 8.3333333333%;
    margin-left: inherit;
  }
  .row > .col-vc-mobile-order-1 {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .row > .col-vc-mobile-2 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row > .col-vc-mobile-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row.row--reverse > .col-vc-mobile-offset-2 {
    margin-right: 16.6666666667%;
    margin-left: inherit;
  }
  .row > .col-vc-mobile-order-2 {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .row > .col-vc-mobile-3 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row > .col-vc-mobile-offset-3 {
    margin-left: 25%;
  }
  .row.row--reverse > .col-vc-mobile-offset-3 {
    margin-right: 25%;
    margin-left: inherit;
  }
  .row > .col-vc-mobile-order-3 {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .row > .col-vc-mobile-4 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row > .col-vc-mobile-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row.row--reverse > .col-vc-mobile-offset-4 {
    margin-right: 33.3333333333%;
    margin-left: inherit;
  }
  .row > .col-vc-mobile-order-4 {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .row > .col-vc-mobile-5 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row > .col-vc-mobile-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row.row--reverse > .col-vc-mobile-offset-5 {
    margin-right: 41.6666666667%;
    margin-left: inherit;
  }
  .row > .col-vc-mobile-order-5 {
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .row > .col-vc-mobile-6 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row > .col-vc-mobile-offset-6 {
    margin-left: 50%;
  }
  .row.row--reverse > .col-vc-mobile-offset-6 {
    margin-right: 50%;
    margin-left: inherit;
  }
  .row > .col-vc-mobile-order-6 {
    -webkit-box-ordinal-group: 7;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .row > .col-vc-mobile-7 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row > .col-vc-mobile-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row.row--reverse > .col-vc-mobile-offset-7 {
    margin-right: 58.3333333333%;
    margin-left: inherit;
  }
  .row > .col-vc-mobile-order-7 {
    -webkit-box-ordinal-group: 8;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .row > .col-vc-mobile-8 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row > .col-vc-mobile-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row.row--reverse > .col-vc-mobile-offset-8 {
    margin-right: 66.6666666667%;
    margin-left: inherit;
  }
  .row > .col-vc-mobile-order-8 {
    -webkit-box-ordinal-group: 9;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .row > .col-vc-mobile-9 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .row > .col-vc-mobile-offset-9 {
    margin-left: 75%;
  }
  .row.row--reverse > .col-vc-mobile-offset-9 {
    margin-right: 75%;
    margin-left: inherit;
  }
  .row > .col-vc-mobile-order-9 {
    -webkit-box-ordinal-group: 10;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .row > .col-vc-mobile-10 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row > .col-vc-mobile-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row.row--reverse > .col-vc-mobile-offset-10 {
    margin-right: 83.3333333333%;
    margin-left: inherit;
  }
  .row > .col-vc-mobile-order-10 {
    -webkit-box-ordinal-group: 11;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .row > .col-vc-mobile-11 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row > .col-vc-mobile-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row.row--reverse > .col-vc-mobile-offset-11 {
    margin-right: 91.6666666667%;
    margin-left: inherit;
  }
  .row > .col-vc-mobile-order-11 {
    -webkit-box-ordinal-group: 12;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .row > .col-vc-mobile-12 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row > .col-vc-mobile-offset-12 {
    margin-left: 100%;
  }
  .row.row--reverse > .col-vc-mobile-offset-12 {
    margin-right: 100%;
    margin-left: inherit;
  }
  .row > .col-vc-mobile-order-12 {
    -webkit-box-ordinal-group: 13;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .row > .col-vc-mobile-offset-0 {
    margin-left: 0px;
  }
  .row.row--reverse > .col-vc-mobile-offset-0 {
    margin-right: 0px;
    margin-left: inherit;
  }
  .row > .col-vc-mobile-order-0 {
    -webkit-box-ordinal-group: 1;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 640px) {
  .row > .col-mobile {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row > .col-mobile-1 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row > .col-mobile-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row.row--reverse > .col-mobile-offset-1 {
    margin-right: 8.3333333333%;
    margin-left: inherit;
  }
  .row > .col-mobile-order-1 {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .row > .col-mobile-2 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row > .col-mobile-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row.row--reverse > .col-mobile-offset-2 {
    margin-right: 16.6666666667%;
    margin-left: inherit;
  }
  .row > .col-mobile-order-2 {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .row > .col-mobile-3 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row > .col-mobile-offset-3 {
    margin-left: 25%;
  }
  .row.row--reverse > .col-mobile-offset-3 {
    margin-right: 25%;
    margin-left: inherit;
  }
  .row > .col-mobile-order-3 {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .row > .col-mobile-4 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row > .col-mobile-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row.row--reverse > .col-mobile-offset-4 {
    margin-right: 33.3333333333%;
    margin-left: inherit;
  }
  .row > .col-mobile-order-4 {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .row > .col-mobile-5 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row > .col-mobile-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row.row--reverse > .col-mobile-offset-5 {
    margin-right: 41.6666666667%;
    margin-left: inherit;
  }
  .row > .col-mobile-order-5 {
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .row > .col-mobile-6 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row > .col-mobile-offset-6 {
    margin-left: 50%;
  }
  .row.row--reverse > .col-mobile-offset-6 {
    margin-right: 50%;
    margin-left: inherit;
  }
  .row > .col-mobile-order-6 {
    -webkit-box-ordinal-group: 7;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .row > .col-mobile-7 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row > .col-mobile-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row.row--reverse > .col-mobile-offset-7 {
    margin-right: 58.3333333333%;
    margin-left: inherit;
  }
  .row > .col-mobile-order-7 {
    -webkit-box-ordinal-group: 8;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .row > .col-mobile-8 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row > .col-mobile-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row.row--reverse > .col-mobile-offset-8 {
    margin-right: 66.6666666667%;
    margin-left: inherit;
  }
  .row > .col-mobile-order-8 {
    -webkit-box-ordinal-group: 9;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .row > .col-mobile-9 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .row > .col-mobile-offset-9 {
    margin-left: 75%;
  }
  .row.row--reverse > .col-mobile-offset-9 {
    margin-right: 75%;
    margin-left: inherit;
  }
  .row > .col-mobile-order-9 {
    -webkit-box-ordinal-group: 10;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .row > .col-mobile-10 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row > .col-mobile-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row.row--reverse > .col-mobile-offset-10 {
    margin-right: 83.3333333333%;
    margin-left: inherit;
  }
  .row > .col-mobile-order-10 {
    -webkit-box-ordinal-group: 11;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .row > .col-mobile-11 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row > .col-mobile-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row.row--reverse > .col-mobile-offset-11 {
    margin-right: 91.6666666667%;
    margin-left: inherit;
  }
  .row > .col-mobile-order-11 {
    -webkit-box-ordinal-group: 12;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .row > .col-mobile-12 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row > .col-mobile-offset-12 {
    margin-left: 100%;
  }
  .row.row--reverse > .col-mobile-offset-12 {
    margin-right: 100%;
    margin-left: inherit;
  }
  .row > .col-mobile-order-12 {
    -webkit-box-ordinal-group: 13;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .row > .col-mobile-offset-0 {
    margin-left: 0px;
  }
  .row.row--reverse > .col-mobile-offset-0 {
    margin-right: 0px;
    margin-left: inherit;
  }
  .row > .col-mobile-order-0 {
    -webkit-box-ordinal-group: 1;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

/**
 * Fonts file, please import in other stylesheets
 **/
/* Include fonts here with @include font() */
@font-face {
  font-family: "DinPro";
  font-display: swap;
  src: url("../webfonts/DINPro.woff") format("woff");
}
@font-face {
  font-family: "Trade Gothic LT";
  font-weight: 700;
  font-display: swap;
  src: url("../webfonts/Trade-Gothic-LT-Bold.woff") format("woff");
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1440px;
}
@media (min-width: 991px) {
  .container {
    padding: 0 60px;
  }
}

.page-wrapper {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

body {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(76.58%, #F3F0EA), color-stop(99.99%, #FFFFFF)) no-repeat;
  background: #fff linear-gradient(180deg, #F3F0EA 76.58%, #FFFFFF 99.99%) no-repeat;
  background-size: 100% 1430px;
}
body.scroll-stop {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .overflow-hidden {
    overflow: hidden !important;
  }
}
@media screen and (max-width: 991px) {
  .overflow-hidden {
    min-height: 100vh;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #d3d2d2;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d38939;
}

.shop__sidebar::-webkit-scrollbar-thumb {
  background: #d3d2d2;
}

.shop__sidebar::-webkit-scrollbar-track {
  background: #fff;
}

.is-wpbakery-page .wpb_button, .is-wpbakery-page .wpb_content_element, .is-wpbakery-page ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
.is-wpbakery-page h1,
.is-wpbakery-page h2,
.is-wpbakery-page h3,
.is-wpbakery-page h4,
.is-wpbakery-page h5,
.is-wpbakery-page h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none;
}

.screen-reader-text {
  display: none !important;
}

/**
* Typography file, please import in other stylesheets
**/
body {
  font-family: "DinPro", Arial, sans-serif;
  font-weight: 400;
  color: #213332;
}

a {
  color: #8E320A;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p, li {
  color: #213332;
  font-size: 16px;
  line-height: 1.8em;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Trade Gothic LT", Arial, sans-serif;
  color: #213332;
  font-weight: 700;
}

h1 {
  font-size: 50px;
  line-height: 60px;
  margin-top: 65px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

h2 {
  font-size: 40px;
  line-height: 48px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

h3 {
  font-size: 30px;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 29px;
  }
}

h4 {
  font-size: 24px;
  line-height: 29px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

h5, h6 {
  font-size: 18px;
  line-height: 22px;
  margin-top: 40px;
  margin-bottom: 20px;
}

em, i {
  font-style: italic;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

blockquote {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  color: #aaa;
}
blockquote::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #aaa;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}

ul,
ol {
  padding-left: 25px;
}
ul li + li,
ol li + li {
  margin-top: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 10px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

form {
  /**
   * NOTE: pseudo-selectors for date type currently only work on chrome
   */
}
form input[type=submit] .hide, form button .hide, form .button .hide {
  display: none;
}
form input[type=submit] .ajax-loader, form button .ajax-loader, form .button .ajax-loader {
  display: none !important;
}
form .form-element {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
form .form-element span {
  display: block;
  font-family: "DinPro", Arial, sans-serif;
  color: #aaa;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff;
  padding: 0 3px;
  max-width: 220px;
}
form .input-type-label {
  position: relative;
}
form .input-type-label input:not([type=checkbox], [type=radio], [type=submit]) {
  padding-right: 50px;
}
form .input-type-label input:not([type=checkbox], [type=radio], [type=submit]) ~ span {
  position: absolute;
  right: 20px;
  top: 8px;
}
form input {
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
form input:focus,
form textarea:focus,
form span[role=combobox]:focus {
  outline: none !important;
}
form form textarea {
  min-height: 100px;
}
form input[type=date]::-webkit-datetime-edit {
  padding-left: 45px;
  background: url(../images/date.svg) no-repeat 0 50%;
  background-size: 18px;
}
form input[type=date]::-webkit-calendar-picker-indicator {
  background-image: url(../images/chevron-down.svg);
  background-size: 15px;
}
form input:not([type=checkbox], [type=radio], [type=submit]) {
  display: block;
  width: 100%;
  border: 1px solid #d3d2d2;
  background-color: #fff;
  color: #213332;
  border-radius: 20px;
  outline: none;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-family: "DinPro", Arial, sans-serif;
  font-weight: 400;
  padding-left: 23px;
  padding-right: 19px;
}
form input:not([type=checkbox], [type=radio], [type=submit])[disabled] {
  background-color: #FBFBFB;
  border-color: #FBFBFB;
  color: #d3d2d2;
}
form input:not([type=checkbox], [type=radio], [type=submit])[aria-invalid=true] {
  border-color: #F82B2B;
}
form input:not([type=checkbox], [type=radio], [type=submit]):focus {
  border-color: #d38939;
}
form input::-webkit-outer-spin-button,
form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
form span > label {
  position: relative;
}
form span > label:hover input[type=checkbox] ~ span:before,
form span > label:hover input[type=radio] ~ span:before {
  border-color: #d38939;
}
form span > label input[type=checkbox],
form span > label input[type=radio] {
  display: none;
}
form span > label input[type=checkbox]:checked ~ span:after,
form span > label input[type=radio]:checked ~ span:after {
  display: block;
}
form span > label input[type=checkbox] ~ span,
form span > label input[type=radio] ~ span {
  padding-left: 32px;
}
form span > label input[type=checkbox] ~ span:before,
form span > label input[type=radio] ~ span:before {
  content: "";
  position: absolute;
  background-color: #fff;
  border: 1px solid #d3d2d2;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
form span > label input[type=checkbox] ~ span:after,
form span > label input[type=radio] ~ span:after {
  content: "";
  position: absolute;
  display: none;
}
form span > label input[type=checkbox] ~ span:before {
  border-radius: 2px;
}
form span > label input[type=checkbox] ~ span:after {
  left: 6px;
  top: 5px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
form span > label input[type=checkbox]:checked ~ span:before {
  background-color: #d38939;
  border-color: transparent;
}
form span > label input[type=radio] ~ span:before {
  border-radius: 50%;
}
form span > label input[type=radio] ~ span:after {
  left: 4px;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #d38939;
}
form textarea {
  min-height: 100px;
  font-family: "DinPro", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #d3d2d2;
  background-color: #fff;
  color: #213332;
  border-radius: 20px;
  padding: 12px 19px 12px 23px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
}
form textarea[disabled] {
  background-color: #FBFBFB;
  border-color: #FBFBFB;
  color: #d3d2d2;
}
form textarea:focus {
  border-color: #d38939;
}
form button {
  cursor: pointer;
  border: none;
}
form button[disabled] {
  cursor: initial;
}
form .cart .quantity, form.cart .quantity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  border: 1.5px solid #f3f0ea;
  border-radius: 0 34px 34px 0;
  border-left: none;
  position: relative;
}
form .cart .quantity:before, form.cart .quantity:before {
  content: "";
  position: absolute;
  left: -2px;
  width: 8px;
  height: calc(100% + 1px);
  background: url(../images/warmer-branding-line.svg) no-repeat;
}
form .cart .quantity input[type=number], form.cart .quantity input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  height: auto;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 18px;
  width: 30px;
  text-align: center;
}
@media screen and (max-width: 410px) {
  form .cart .quantity input[type=number], form.cart .quantity input[type=number] {
    width: 20px;
  }
}
form .cart .quantity input[type=number]::-webkit-inner-spin-button, form.cart .quantity input[type=number]::-webkit-inner-spin-button {
  display: none;
}
form .cart .quantity .qty-add,
form .cart .quantity .qty-subtract, form.cart .quantity .qty-add,
form.cart .quantity .qty-subtract {
  color: #bf7626;
  padding: 0 16px;
  line-height: 56px;
  height: auto;
  display: inline-block;
  font-size: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  cursor: pointer;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 410px) {
  form .cart .quantity .qty-add,
  form .cart .quantity .qty-subtract, form.cart .quantity .qty-add,
  form.cart .quantity .qty-subtract {
    padding: 0 14px;
  }
}
form .cart .quantity .qty-add:hover,
form .cart .quantity .qty-subtract:hover, form.cart .quantity .qty-add:hover,
form.cart .quantity .qty-subtract:hover {
  color: #d38939;
  -webkit-transform: translateZ(0) scale(1.2);
          transform: translateZ(0) scale(1.2);
}
form .cart .quantity .qty-add:active,
form .cart .quantity .qty-subtract:active, form.cart .quantity .qty-add:active,
form.cart .quantity .qty-subtract:active {
  color: #bf7626;
  -webkit-transform: translateZ(0) scale(0.9);
          transform: translateZ(0) scale(0.9);
}
form .cart .quantity .qty-add, form.cart .quantity .qty-add {
  border-top-right-radius: 34px;
  border-bottom-right-radius: 34px;
}

body.woocommerce-cart .fc-wrapper form.woocommerce-cart-form div.quantity {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 0px !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: unset !important;
  max-width: unset !important;
  height: 65px !important;
  border: 2px solid #f3f0ea !important;
  border-left: none !important;
  border-radius: 0 34px 34px 0 !important;
  background-color: unset !important;
  text-align: unset !important;
}
body.woocommerce-cart .fc-wrapper form.woocommerce-cart-form div.quantity input.qty {
  top: 0 !important;
  width: 30px !important;
  min-width: unset !important;
  max-width: unset !important;
  height: auto !important;
  min-height: unset !important;
  max-height: unset !important;
  font-size: 18px !important;
}
body.woocommerce-cart .fc-wrapper form.woocommerce-cart-form div.quantity input.qty:focus {
  outline: none;
}

.checkbox-container {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: relative;
  top: 2px;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px solid #d3d2d2;
  border-radius: 2px;
  display: inline-block;
  margin-right: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 4px;
  top: 0px;
  width: 3px;
  height: 7px;
  border: solid #d38939;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio-container input[type=radio] {
  display: none;
}
.radio-container input[type=radio]:checked ~ div:after {
  display: block;
}
.radio-container input[type=radio] ~ div {
  padding-left: 32px;
  position: relative;
}
.radio-container input[type=radio] ~ div:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  border: 1px solid #d3d2d2;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.radio-container input[type=radio] ~ div:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #d38939;
}
.radio-container.radio-container--large input[type=radio] ~ div {
  padding-left: 66px;
}
.radio-container.radio-container--large input[type=radio] ~ div:before {
  width: 35px;
  height: 35px;
}
.radio-container.radio-container--large input[type=radio] ~ div:after {
  left: 9px;
  top: 11px;
  width: 18.5px;
  height: 18.5px;
}

.wpforms-container .wpforms-required-label {
  display: none;
}
.wpforms-container p {
  margin: 0;
}
.wpforms-container .wpforms-field-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  opacity: 1;
}
.wpforms-container .wpforms-field-checkbox {
  padding: 0;
}
.wpforms-container .wpforms-field-checkbox ul {
  list-style-type: none;
  padding-left: 0;
}
.wpforms-container .wpforms-field-checkbox ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpforms-container .wpforms-field-checkbox ul label {
  font-size: 14px;
  font-weight: 700;
}
.wpforms-container .wpforms-field-content p {
  font-size: 14px;
  font-weight: 700;
}
.wpforms-container .wpforms-error {
  color: #dc3232;
  font-weight: 700;
}
.wpforms-container .wpforms-field-phone button {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wpforms-container .wpforms-field-phone button::before, .wpforms-container .wpforms-field-phone button::after {
  content: none;
}
.wpforms-container .wpforms-field-phone button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wpforms-container .wpforms-field-phone .iti__country-container:hover button {
  background-color: transparent !important;
}
.wpforms-container .wpforms-field:not(.wpforms-field-layout, .wpforms-field-checkbox) {
  padding: 0;
  margin-bottom: 15px;
}

.advice-form.wpforms-container .wpforms-field-label {
  font-size: 0.9722222222vw;
  line-height: 1.25vw;
  margin-bottom: 0.3472222222vw;
}
@media screen and (min-width: 1920px) {
  .advice-form.wpforms-container .wpforms-field-label {
    font-size: 18.6666666667px;
  }
}
@media screen and (max-width: 1440px) {
  .advice-form.wpforms-container .wpforms-field-label {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .advice-form.wpforms-container .wpforms-field-label {
    line-height: 24px;
  }
}
@media screen and (max-width: 1440px) {
  .advice-form.wpforms-container .wpforms-field-label {
    line-height: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .advice-form.wpforms-container .wpforms-field-label {
    margin-bottom: 6.6666666667px;
  }
}
@media screen and (max-width: 1440px) {
  .advice-form.wpforms-container .wpforms-field-label {
    margin-bottom: 5px;
  }
}
.advice-form.wpforms-container input, .advice-form.wpforms-container textarea {
  font-size: 0.9722222222vw;
  line-height: 1.1111111111vw;
}
@media screen and (min-width: 1920px) {
  .advice-form.wpforms-container input, .advice-form.wpforms-container textarea {
    font-size: 18.6666666667px;
  }
}
@media screen and (max-width: 1440px) {
  .advice-form.wpforms-container input, .advice-form.wpforms-container textarea {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .advice-form.wpforms-container input, .advice-form.wpforms-container textarea {
    line-height: 21.3333333333px;
  }
}
@media screen and (max-width: 1440px) {
  .advice-form.wpforms-container input, .advice-form.wpforms-container textarea {
    line-height: 16px;
  }
}
.advice-form.wpforms-container .wpforms-field:not(.wpforms-field-layout, .wpforms-field-checkbox) p {
  font-size: 16px;
  line-height: 1.8em;
}
.advice-form.wpforms-container .wpforms-field:not(.wpforms-field-layout, .wpforms-field-checkbox) span {
  font-size: 0.9722222222vw;
  line-height: 1.1111111111vw;
}
@media screen and (min-width: 1920px) {
  .advice-form.wpforms-container .wpforms-field:not(.wpforms-field-layout, .wpforms-field-checkbox) span {
    font-size: 18.6666666667px;
  }
}
@media screen and (max-width: 1440px) {
  .advice-form.wpforms-container .wpforms-field:not(.wpforms-field-layout, .wpforms-field-checkbox) span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .advice-form.wpforms-container .wpforms-field:not(.wpforms-field-layout, .wpforms-field-checkbox) span {
    line-height: 21.3333333333px;
  }
}
@media screen and (max-width: 1440px) {
  .advice-form.wpforms-container .wpforms-field:not(.wpforms-field-layout, .wpforms-field-checkbox) span {
    line-height: 16px;
  }
}
.advice-form.wpforms-container .wpforms-field-container .wpforms-field-checkbox {
  padding: 0;
}
.advice-form.wpforms-container .wpforms-submit-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dropdown, .wpcf7-form-control-wrap {
  position: relative;
}
.dropdown select, .wpcf7-form-control-wrap select {
  display: block;
  width: 100%;
  border-radius: 20px;
  border: solid 1px #d3d2d2;
  outline: none;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 23px;
  padding-right: 19px;
  color: #213332;
  background: #fff url(../images/chevron-down.svg) no-repeat;
  background-position: right 20px top 50%;
  background-size: 15px;
}
.dropdown select:focus, .wpcf7-form-control-wrap select:focus {
  outline: none;
}

body {
  padding-top: 89px;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 149px;
  }
}
@media screen and (max-width: 991px) {
  body.has-fc-checkout-steps.has-fluidcheckout {
    padding-top: 94px;
  }
}

header.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}
header.header .header__bar {
  background-color: #f3f0ea;
  -webkit-box-shadow: 4px 2px 40px 5px rgba(175, 103, 70, 0.23);
          box-shadow: 4px 2px 40px 5px rgba(175, 103, 70, 0.23);
}
header.header .header__bar .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
}
header.header .header__bar .container .header__bar__hamburger {
  padding: 0;
  border: none;
  border-radius: 50%;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d38939;
  cursor: pointer;
  display: none;
}
header.header .header__bar .container .header__bar__hamburger svg {
  width: 22px;
  height: 22px;
}
header.header .header__bar .container .header__bar__logo {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
header.header .header__bar .container .header__bar__logo img {
  min-width: 150px;
  width: 150px;
  min-height: 29px;
  height: 29px;
}
header.header .header__bar .container .header__bar__search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
}
header.header .header__bar .container .header__bar__search input {
  height: 45px;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border: none;
  padding-left: 25px;
  padding-right: 30px;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  outline: none;
}
header.header .header__bar .container .header__bar__search .header__bar__search__button {
  display: block;
  padding: 0;
  border: none;
  border-radius: 50%;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d38939;
  cursor: pointer;
  position: relative;
  left: -25px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
header.header .header__bar .container .header__bar__search .header__bar__search__button::before, header.header .header__bar .container .header__bar__search .header__bar__search__button::after {
  content: none;
}
header.header .header__bar .container .header__bar__search .header__bar__search__button:hover {
  background-color: #af6746;
}
header.header .header__bar .container .header__bar__menu {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  justify-items: flex-end;
}
header.header .header__bar .container .header__bar__menu .main-menu-navigation > div:nth-child(2) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 3vw;
}
header.header .header__bar .container .header__bar__menu .main-menu-navigation ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
header.header .header__bar .container .header__bar__menu .main-menu-navigation ul li + li {
  margin: 0;
  margin-left: 25px;
}
header.header .header__bar .container .header__bar__menu .main-menu-navigation ul li a {
  font-size: 14px;
  line-height: 18px;
  color: #213332;
  display: block;
  height: 100%;
}
header.header .header__bar .container .header__bar__menu .main-menu-navigation ul > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header.header .header__bar .container .header__bar__menu .main-menu-navigation ul > li:focus {
  outline: none !important;
}
header.header .header__bar .container .header__bar__menu .main-menu-navigation ul > li svg {
  display: none;
}
header.header .header__bar .container .header__bar__menu .main-menu-navigation ul > li.arrow svg {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  header.header .header__bar .container .header__bar__menu .main-menu-navigation ul > li.arrow svg {
    display: none;
  }
}
header.header .header__bar .container .header__bar__menu .main-menu-navigation .calculator-cta {
  display: none;
}
header.header .header__bar .container .header__bar__menu .header__bar__menu__mobile {
  display: none;
}
header.header .header__bar .container .header__bar__menu .header__bar__menu__mobile .header__bar__menu__mobile__logo img {
  min-width: 150px;
  width: 150px;
  min-height: 29px;
  height: 29px;
}
header.header .header__bar .container .header__bar__cart-wrapper {
  display: block;
  padding: 0;
  border: none;
  border-radius: 50%;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  background-color: #239d83;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
header.header .header__bar .container .header__bar__cart-wrapper:hover {
  background-color: #2b413f;
}
header.header .header__bar .container .header__bar__cart-wrapper .header__bar__cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
header.header .header__bar .container .header__bar__cart-wrapper .header__bar__cart #cart-icon-count {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  color: #fff;
  background-color: #d38939;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -5px;
  right: -5px;
}
header.header .header__bar .container .header__bar__close {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 50%;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d38939;
  cursor: pointer;
}
header.header .header__bar .container .header__bar__close span {
  height: 3px;
  width: 19px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: calc(50% - 2px);
}
header.header .header__bar .container .header__bar__close span:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header.header .header__bar .container .header__bar__close span:last-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 991px) {
  header.header nav.main-menu-navigation ul li:hover .menu-expand {
    pointer-events: initial;
  }
  header.header nav.main-menu-navigation ul li:hover .menu-expand .container {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
  }
  header.header nav.main-menu-navigation ul li .menu-expand {
    position: absolute;
    width: 100%;
    top: 52px;
    left: 0;
    right: 0;
    padding-top: 40px;
    pointer-events: none;
  }
  header.header nav.main-menu-navigation ul li .menu-expand .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 35px 70px;
    background-color: white;
    z-index: 1001;
    border-radius: 30px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    position: absolute;
    width: 100%;
    top: 25px;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  header.header nav.main-menu-navigation ul li .menu-expand .container .sub-menu-column {
    text-align: left;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  header.header nav.main-menu-navigation ul li .menu-expand .container .sub-menu-column + .sub-menu-column {
    padding-left: 15px;
  }
  header.header nav.main-menu-navigation ul li .menu-expand .container .sub-menu-column a {
    padding: 0;
  }
  header.header nav.main-menu-navigation ul li .menu-expand .container .sub-menu-column .sub-menu-column__head a,
  header.header nav.main-menu-navigation ul li .menu-expand .container .sub-menu-column .sub-menu-column__head span {
    -webkit-box-flex: initial;
       -moz-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
    font-family: "DinPro", Arial, sans-serif;
    font-weight: 700;
    color: #d38939;
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
  }
  header.header nav.main-menu-navigation ul li .menu-expand .container .sub-menu-column .sub-menu-column__head a.mobile-only-text,
  header.header nav.main-menu-navigation ul li .menu-expand .container .sub-menu-column .sub-menu-column__head span.mobile-only-text {
    visibility: hidden;
  }
  header.header nav.main-menu-navigation ul li .menu-expand .container .sub-menu-column .sub-menu-column__content a {
    font-family: "DinPro", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #213332;
    text-transform: none;
    padding-bottom: 5px;
    display: block;
  }
  header.header nav.main-menu-navigation ul li .menu-expand .container .sub-menu-column .sub-menu-column__content a:hover {
    text-decoration: underline;
    color: #d38939;
  }
  header.header nav.main-menu-navigation ul li .menu-expand .container .sub-menu-column .sub-menu-column__content .sub-menu-column__content__mobile-return {
    display: none;
  }
  header.header nav.main-menu-navigation ul li .menu-expand .container .sub-menu-column .sub-menu-column__footer {
    color: #d38939;
    margin-top: 10px;
  }
  header.header nav.main-menu-navigation ul li .menu-expand .container .menu-expand__mobile-return {
    display: none;
  }
}
@media (max-width: 991px) {
  header.header .header__bar .container {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header.header .header__bar .container .header__bar__hamburger {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  header.header .header__bar .container .header__bar__logo {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  header.header .header__bar .container .header__bar__cart-wrapper {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  header.header .header__bar .container .header__bar__search {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 15px;
  }
  header.header .header__bar .container .header__bar__search input {
    margin-right: 20px;
  }
  header.header .header__bar .container .header__bar__search .header__bar__search__button {
    position: absolute;
    left: initial;
    right: 20px;
  }
  header.header .header__bar .container .header__bar__menu {
    position: fixed;
    height: 100dvh;
    width: 100dvw;
    left: -100dvw;
    right: 0;
    top: 0;
    z-index: 50;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
  }
  header.header .header__bar .container .header__bar__menu .menu-expand {
    position: fixed;
    z-index: 12;
    top: 95px;
    left: -100vw;
    visibility: visible;
    opacity: 1;
    height: calc(100vh - 95px);
    max-height: none;
    width: 100vw;
    background-color: #f3f0ea;
    height: 100%;
    overflow-y: auto;
    -webkit-transition: left 500ms ease;
    transition: left 500ms ease;
    padding: 0 0 120px 0;
  }
  header.header .header__bar .container .header__bar__menu .menu-expand .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 15px;
    background-color: #f3f0ea;
  }
  header.header .header__bar .container .header__bar__menu .menu-expand .container .sub-menu-column {
    width: 100%;
    border-bottom: 1px solid #fbfbfb;
  }
  header.header .header__bar .container .header__bar__menu .menu-expand .container .sub-menu-column .sub-menu-column__head {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f3f0ea;
    z-index: 2;
    position: relative;
  }
  header.header .header__bar .container .header__bar__menu .menu-expand .container .sub-menu-column .sub-menu-column__head.has-children::after {
    content: "";
    background-image: url(../images/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header.header .header__bar .container .header__bar__menu .menu-expand .container .sub-menu-column .sub-menu-column__content {
    position: fixed;
    z-index: 12;
    top: 95px;
    left: -100vw;
    background-color: #f3f0ea;
    visibility: visible;
    opacity: 1;
    height: calc(100vh - 95px);
    max-height: none;
    width: 100vw;
    overflow-y: auto;
    -webkit-transition: left 500ms ease;
    transition: left 500ms ease;
    padding: 15px 20px 50px 20px;
  }
  header.header .header__bar .container .header__bar__menu .menu-expand .container .sub-menu-column .sub-menu-column__content .head {
    border-top: 1px solid #fbfbfb;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 2;
    height: initial;
    position: relative;
  }
  header.header .header__bar .container .header__bar__menu .menu-expand .container .sub-menu-column .sub-menu-column__content .head:first-of-type {
    border-top: none;
  }
  header.header .header__bar .container .header__bar__menu .menu-expand .container .sub-menu-column .sub-menu-column__content .head:last-of-type {
    border-bottom: 1px solid #fbfbfb;
  }
  header.header .header__bar .container .header__bar__menu .menu-expand .container .sub-menu-column .sub-menu-column__content .sub-menu-column__content__mobile-return {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.header .header__bar .container .header__bar__menu .menu-expand .container .sub-menu-column .sub-menu-column__content .sub-menu-column__content__mobile-return::before {
    content: "";
    background-image: url(../images/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 14px;
    height: auto;
    margin-right: 10px;
  }
  header.header .header__bar .container .header__bar__menu .menu-expand .container .sub-menu-column .sub-menu-column__footer {
    display: none;
  }
  header.header .header__bar .container .header__bar__menu .menu-expand .container .menu-expand__mobile-return {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.header .header__bar .container .header__bar__menu .menu-expand .container .menu-expand__mobile-return::before {
    content: "";
    background-image: url(../images/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 14px;
    height: auto;
    margin-right: 10px;
  }
  header.header .header__bar .container .header__bar__menu nav.main-menu-navigation {
    height: 100dvh;
    background-color: #f3f0ea;
    padding: 17px 20px;
    overflow: auto;
  }
  header.header .header__bar .container .header__bar__menu nav.main-menu-navigation > div:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
  header.header .header__bar .container .header__bar__menu nav.main-menu-navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.header .header__bar .container .header__bar__menu nav.main-menu-navigation ul li + li {
    margin-left: 0;
    border-top: 1px solid #fbfbfb;
  }
  header.header .header__bar .container .header__bar__menu nav.main-menu-navigation ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }
  header.header .header__bar .container .header__bar__menu nav.main-menu-navigation ul li:last-of-type {
    border-bottom: 1px solid #fbfbfb;
  }
  header.header .header__bar .container .header__bar__menu nav.main-menu-navigation ul li.arrow::after {
    content: "";
    background-image: url(../images/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header.header .header__bar .container .header__bar__menu nav.main-menu-navigation ul li a {
    font-size: 16px;
    line-height: 20px;
  }
  header.header .header__bar .container .header__bar__menu nav.main-menu-navigation .header__bar__menu__mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin-bottom: 50px;
  }
  header.header .header__bar .container .header__bar__menu nav.main-menu-navigation .header__bar__menu__mobile > div:first-of-type {
    width: 45px;
  }
  header.header .header__bar .container .header__bar__menu nav.main-menu-navigation .calculator-cta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 70px;
  }
  header.header .header__bar.open .header__bar__menu {
    left: 0;
  }
  header.header .header__bar.open .header__bar__menu .menu-expand.open {
    left: 0;
  }
  header.header .header__bar.open .header__bar__menu .menu-expand .sub-menu-column .sub-menu-column__content.open {
    left: 0;
  }
}
footer p {
  margin: 0;
}
footer .footer__top {
  background-color: #f3f0ea;
  -webkit-box-shadow: inset 0px 0px 30px rgba(211, 137, 57, 0.1);
          box-shadow: inset 0px 0px 30px rgba(211, 137, 57, 0.1);
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
  footer .footer__top {
    padding-bottom: 0px;
  }
}
footer .footer__top .container {
  position: relative;
  background: url(../images/footer-heat-icon.svg) no-repeat calc(100% - 20px) 50%;
  background-size: auto calc(100% - 70px);
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (max-width: 640px) {
  footer .footer__top .container {
    padding-bottom: 0;
    background-position: top center;
    background-size: 100% calc(100% - 90px);
  }
}
@media screen and (max-width: 640px) {
  footer .footer__top .widget-area {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  footer .footer__top .widget-area:first-child {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 640px) {
  footer .footer__top .widget-area:nth-child(2) {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 640px) {
  footer .footer__top .widget-area:nth-child(2) {
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  footer .footer__top .widget-area:nth-child(3) {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    background-color: #f0e2db;
    padding-top: 20px;
    margin-top: 50px;
  }
}
footer .footer__top .widget-area strong {
  display: block;
  font-family: "Trade Gothic LT", Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 25px;
  text-transform: none;
}
@media screen and (max-width: 640px) {
  footer .footer__top .widget-area strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  footer .footer__top .widget-area strong {
    line-height: 24px;
  }
}
@media screen and (max-width: 640px) {
  footer .footer__top .widget-area strong {
    margin-bottom: 20px;
  }
}
footer .footer__top .widget-area p, footer .footer__top .widget-area a {
  line-height: 30px;
  color: #213332;
}
@media screen and (max-width: 640px) {
  footer .footer__top .widget-area--socials strong {
    display: none;
  }
}
footer .footer__top .widget-area--socials .footer__top__socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  footer .footer__top .widget-area--socials .footer__top__socials {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer__top .widget-area--socials .footer__top__socials a {
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  border-radius: 50%;
  background-color: #d38939;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
footer .footer__top .widget-area--socials .footer__top__socials a:hover {
  background-color: #af6746;
}
footer .footer__top .widget-area--socials .footer__top__socials a + a {
  margin-left: 10px;
}
footer .footer__bottom {
  background-color: #f0e2db;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .footer__bottom .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  footer .footer__bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer__bottom .footer__bottom__copyright {
  position: absolute;
  left: 20px;
}
@media (max-width: 991px) {
  footer .footer__bottom .footer__bottom__copyright {
    left: initial;
    position: static;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
footer .footer__bottom .footer__bottom__copyright p {
  font-size: 12px;
  line-height: 18px;
}
@media screen and (max-width: 640px) {
  footer .footer__bottom .footer__bottom__copyright p {
    font-size: 14px;
  }
}
footer .footer__bottom .footer__bottom__disclaimers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  footer .footer__bottom .footer__bottom__disclaimers {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 991px) {
  footer .footer__bottom .footer__bottom__disclaimers {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  footer .footer__bottom .footer__bottom__disclaimers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  footer .footer__bottom .footer__bottom__disclaimers {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .footer__bottom .footer__bottom__disclaimers a {
  font-size: 14px;
  line-height: 18px;
  color: #213332;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
footer .footer__bottom .footer__bottom__disclaimers a:hover {
  color: #d38939;
}
footer .footer__bottom .footer__bottom__disclaimers a + a {
  margin-left: 15px;
}
@media screen and (max-width: 640px) {
  footer .footer__bottom .footer__bottom__disclaimers a + a {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  footer .footer__bottom .footer__bottom__disclaimers a + a {
    margin-top: 10px;
  }
}

.woocommerce nav.woocommerce-pagination,
.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce nav.woocommerce-pagination ul,
.pagination ul {
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.woocommerce nav.woocommerce-pagination ul li,
.pagination ul li {
  border: none;
  margin-top: 0px;
  margin-right: 8px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span:not(.pagination-icon),
.pagination ul li a,
.pagination ul li span:not(.pagination-icon) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-radius: 50%;
  font-size: 16px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #FBFBFB;
  color: #213332;
  text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.pagination ul li a.next,
.pagination ul li a.prev {
  background-color: rgba(0, 0, 0, 0);
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination ul li a:hover,
.pagination ul li a.current,
.pagination ul li span.current {
  background-color: #d38939;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:hover .pagination-icon,
.woocommerce nav.woocommerce-pagination ul li a.current .pagination-icon,
.woocommerce nav.woocommerce-pagination ul li span.current .pagination-icon,
.pagination ul li a:hover .pagination-icon,
.pagination ul li a.current .pagination-icon,
.pagination ul li span.current .pagination-icon {
  background-color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:not(.prev, .next),
.pagination ul li a.page-numbers:not(.prev, .next) {
  background-color: #FBFBFB;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:not(.prev, .next):hover,
.pagination ul li a.page-numbers:not(.prev, .next):hover {
  background-color: #d38939;
}
.woocommerce nav.woocommerce-pagination ul li span.page-numbers,
.pagination ul li span.page-numbers {
  background-color: #bf7626;
  color: #fff;
}

.pagination-icon {
  background-color: #000;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-mask-size: 12px;
          mask-size: 12px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.pagination-icon:hover {
  background-color: #fff;
}

.pagination__prev-next {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 2px;
}
.pagination__prev-next:hover {
  background-color: #d38939;
}
.pagination__prev-next:hover path {
  fill: white;
}
.pagination__prev-next svg {
  width: 6px;
  height: 8px;
}
.pagination__prev-next svg path {
  fill: #213332;
}

.pagination-icon--left {
  -webkit-mask-image: url(../images/chevron-left.svg);
          mask-image: url(../images/chevron-left.svg);
  -webkit-mask-position: 11px 12px;
          mask-position: 11px 12px;
}

.pagination-icon--right {
  -webkit-mask-image: url(../images/chevron-right.svg);
          mask-image: url(../images/chevron-right.svg);
  -webkit-mask-position: 13px 12px;
          mask-position: 13px 12px;
}

.table-overflow {
  overflow-x: auto;
}

table {
  border-spacing: 0;
  margin-bottom: 20px;
}
table thead td {
  border-bottom: 2px solid #d38939;
}
table tbody tr:nth-child(odd) {
  background-color: #f3f0ea;
}

.single-page__header .single-page__header__top {
  width: 100%;
  height: 470px;
}
@media screen and (max-width: 767px) {
  .single-page__header .single-page__header__top {
    height: 210px;
  }
}
.single-page__header .single-page__header__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-page__header .single-page__header__bottom {
  position: relative;
  top: -85px;
  margin-bottom: -85px;
  padding-top: 40px;
  padding-bottom: 70px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(243, 240, 234, 0)), color-stop(0.01%, #F3F0EA), color-stop(39.85%, #F3F0EA), color-stop(73.06%, #FFFFFF), to(rgba(255, 255, 255, 0.65)));
  background: linear-gradient(0deg, rgba(243, 240, 234, 0) 0%, #F3F0EA 0.01%, #F3F0EA 39.85%, #FFFFFF 73.06%, rgba(255, 255, 255, 0.65) 100%);
}
@media screen and (max-width: 767px) {
  .single-page__header .single-page__header__bottom {
    padding-bottom: 40px;
  }
}
.single-page__header .single-page__header__bottom .warmer-breadcrumbs {
  margin-bottom: 20px;
}
.single-page__header .single-page__header__bottom h1 {
  margin-top: 0;
  margin-bottom: 30px;
}
.single-page__header .single-page__header__bottom .container {
  position: relative;
}
.single-page__header .single-page__header__bottom .container .single-category-label {
  padding: 13px 32px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 10px rgba(211, 210, 210, 0.3);
          box-shadow: 0px 4px 10px rgba(211, 210, 210, 0.3);
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: -40px;
  left: 20px;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  pointer-events: none;
}
.single-page__header .author-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-page__header .author-section .author-section__image {
  width: 51px;
  height: 51px;
  border-radius: 10px;
  margin-right: 10px;
  overflow: hidden;
}
.single-page__header .author-section .author-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-page__header .author-section .author-section__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.single-page__header .author-section .author-section__info div p, .single-page__header .author-section .author-section__info div strong {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
.single-page__header .author-section .author-section__info div + div {
  margin-left: 20px;
}

.row-highlight {
  position: relative;
}
.row-highlight::before {
  content: "";
  width: 350px;
  height: 350px;
  position: absolute;
  background-color: rgba(211, 137, 57, 0.5);
  -webkit-filter: blur(187px);
          filter: blur(187px);
  z-index: -1;
  top: 0;
}
.row-highlight.row-highlight--left::before {
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.row-highlight.row-highlight--right::before {
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.vc_row.block-background,
.block-background {
  position: relative;
}
.vc_row.block-background::before,
.block-background::before {
  content: "";
  display: block;
  height: 40%;
  position: absolute;
  background-color: rgba(243, 239, 235, 0.5);
  z-index: -1;
  bottom: 0;
  left: 15px;
  right: 15px;
  margin: auto;
}

.vc_row.white-transition {
  position: relative;
  top: -85px;
  margin-bottom: -85px;
  padding-bottom: 70px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(243, 240, 234, 0)), color-stop(0.01%, #F3F0EA), color-stop(39.85%, #F3F0EA), color-stop(73.06%, #FFFFFF), to(rgba(255, 255, 255, 0.65)));
  background: linear-gradient(0deg, rgba(243, 240, 234, 0) 0%, #F3F0EA 0.01%, #F3F0EA 39.85%, #FFFFFF 73.06%, rgba(255, 255, 255, 0.65) 100%);
}
@media screen and (max-width: 767px) {
  .vc_row.white-transition {
    padding-bottom: 40px;
  }
}

.vc_row.row-fade,
.row-fade {
  -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 20px, rgb(0, 0, 0) 80px, rgb(0, 0, 0) calc(100% - 80px), rgba(0, 0, 0, 0) calc(100% - 20px));
          mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 20px, rgb(0, 0, 0) 80px, rgb(0, 0, 0) calc(100% - 80px), rgba(0, 0, 0, 0) calc(100% - 20px));
}

.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 25px 0 25px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__close-button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__close-button:hover {
  opacity: 1;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container {
  margin: 0 135px 25px 135px;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media screen and (max-width: 640px) {
  .warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container {
    margin: 0 30px 25px 30px;
  }
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.63);
  border-radius: 30px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress .progress-step {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 800px) {
  .warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress .progress-step {
    height: 6px;
  }
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress .progress-step:first-of-type {
  border-radius: 30px 0 0 30px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress .progress-step:first-of-type .bar {
  border-radius: 30px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress .progress-step:last-of-type {
  border-radius: 0 30px 30px 0;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress .progress-step:last-of-type.active {
  background-color: #fff;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress .progress-step:last-of-type .bar {
  display: none;
}
@media screen and (max-width: 767px) {
  .warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress .progress-step:last-of-type {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress .progress-step:last-of-type .bar {
    display: unset;
  }
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress .progress-step:not(:last-of-type) {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress .progress-step .bar {
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  position: absolute;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.3s ease, border-radius 0.1s 0.25s ease;
  transition: width 0.3s ease, border-radius 0.1s 0.25s ease;
}
@media screen and (max-width: 800px) {
  .warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress .progress-step .bar {
    background-color: #d38939;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress .progress-step .text {
  background-color: #FBFBFB;
  color: #d3d2d2;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: color 0.3s 0.1s ease, background-color 0.3s 0.1s ease;
  transition: color 0.3s 0.1s ease, background-color 0.3s 0.1s ease;
}
@media screen and (max-width: 800px) {
  .warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress .progress-step .text {
    display: none;
  }
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress .progress-step.active .text {
  color: #fff;
  background-color: #d38939;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress .progress-step.active .bar {
  width: 100%;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress .progress-step.completed {
  background-color: #fff;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress .progress-step.completed .text {
  color: #fff;
  background-color: #239d83;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress .progress-step.completed .bar {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__header .warmer-calculator__modal__header__progress-container .warmer-calculator__modal__header__progress-container__progress .progress-step.completed .bar {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 75px;
}
@media screen and (max-width: 640px) {
  .warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__footer {
    padding: 20px;
  }
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__footer .warmer-calculator__modal__footer__button-left {
  visibility: hidden;
  color: #213332;
  position: relative;
  padding-left: 25px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__footer .warmer-calculator__modal__footer__button-left:hover {
  color: #d38939;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__footer .warmer-calculator__modal__footer__button-left:hover:before {
  background-color: #d38939;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__footer .warmer-calculator__modal__footer__button-left:before {
  position: absolute;
  content: "";
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #213332;
  -webkit-mask-image: url(../images/arrow-left.svg);
          mask-image: url(../images/arrow-left.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__footer .warmer-calculator__modal__footer__button-right {
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__footer .warmer-calculator__modal__footer__button-right {
    padding-right: 89px;
    width: unset;
  }
}

.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .room-isolation-page .isolation-radio-container {
  max-height: 250px;
  overflow-y: scroll;
}

.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .room-size-page .room-size-input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .room-size-page .room-size-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .room-size-page .room-size-input .size-input-heading {
  display: block;
  margin-bottom: 10px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .room-size-page .room-size-input .size-input-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .room-size-page .room-size-totals {
  float: right;
  opacity: 0;
  padding: 25px 35px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 35px;
  width: 50%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 640px) {
  .warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .room-size-page .room-size-totals {
    width: 100%;
  }
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .room-size-page .room-size-totals table {
  width: 100%;
  margin-bottom: 0;
  border-spacing: 0 10px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .room-size-page .room-size-totals table tr:nth-child(odd) {
  background-color: transparent;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .room-size-page .room-size-totals table tr td:last-of-type {
  color: #d38939;
  font-weight: bold;
  text-align: right;
}

.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 30px;
}
@media screen and (max-width: 640px) {
  .warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-content {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 350px;
          flex: 0 1 350px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-content .overview-values {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 30px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-content .overview-values.no-products-found {
  height: 100%;
  text-align: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-content .overview-values h4 {
  color: #af6746;
  border-bottom: 1px solid #f3f0ea;
  padding: 0 5px 10px 5px;
  margin: 0 0 10px 0;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-content .overview-values .overview-values__details {
  padding: 0 5px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-content .overview-values .overview-values__details strong {
  color: #239d83;
  margin-bottom: 10px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-content .overview-values .overview-values__details table {
  font-size: 14px;
  width: 100%;
  margin-bottom: 0;
  border-spacing: 0 5px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-content .overview-values .overview-values__details table tr:nth-child(odd) {
  background-color: transparent;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-content .overview-values .overview-values__details table tr:not(:last-of-type) {
  margin-bottom: 10px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-content .overview-values .overview-values__details table tr td:first-of-type {
  font-weight: bold;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-content .custom-solution-cta {
  color: #fff;
  background-color: #af6746;
  border-radius: 30px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-content .custom-solution-cta:hover .custom-solution-cta__arrow {
  background-color: #2b413f;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-content .custom-solution-cta .custom-solution-cta__image {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-content .custom-solution-cta .custom-solution-cta__image img {
  border-radius: 50%;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-content .custom-solution-cta .custom-solution-cta__text {
  -webkit-box-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-content .custom-solution-cta .custom-solution-cta__arrow {
  position: relative;
  width: 45px;
  height: 45px;
  background-color: #239d83;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-content .custom-solution-cta .custom-solution-cta__arrow:before {
  position: absolute;
  content: "";
  left: calc(50% - 8px);
  top: calc(50% - 7px);
  width: 16px;
  height: 14px;
  background-color: #fff;
  -webkit-mask-image: url(../images/arrow-right.svg);
          mask-image: url(../images/arrow-right.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-products {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-products .swiper-container {
  width: 250px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-products .swiper-container .swiper .swiper-slide-shadow-left {
  border-radius: 0 30px 30px 0;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-products .swiper-container .swiper .swiper-slide-shadow-right {
  border-radius: 30px 0 0 30px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-products .swiper-container .swiper-pagination {
  position: unset;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-products .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #fbfbfb;
  opacity: 1;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-products .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d38939;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-products .swiper-container .swiper-navigation .swiper-button-prev {
  left: -20px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-products .swiper-container .swiper-navigation .swiper-button-next {
  right: -20px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .overview-page .overview-products .swiper-container .swiper-navigation .swiper-button-disabled {
  display: none;
}

.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .frame-option-page .options {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .frame-option-page .options > a {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .frame-option-page .options > a > img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 140px;
}

.warmer-calculator {
  display: none;
  position: fixed;
  overflow-y: scroll;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1337;
}
.warmer-calculator .warmer-calculator__backdrop {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
}
.warmer-calculator a {
  cursor: pointer;
}
.warmer-calculator a:hover {
  text-decoration: none;
}
.warmer-calculator .warmer-calculator__modal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(76.58%, #F3F0EA), to(#FFFFFF));
  background-image: linear-gradient(180deg, #F3F0EA 76.58%, #FFFFFF 100%);
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation-name: animate-in;
          animation-name: animate-in;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
@media screen and (min-width: 800px) {
  .warmer-calculator .warmer-calculator__modal {
    border-radius: 30px;
    width: 800px;
    height: 710px;
    top: 10%;
    left: calc(50% - 400px);
    -webkit-animation-name: animate-in-offset;
            animation-name: animate-in-offset;
  }
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden auto;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .heading,
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .text {
  text-align: center;
  padding: 0 75px;
}
@media screen and (max-width: 640px) {
  .warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .heading,
  .warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .text {
    padding: 0;
  }
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .heading h1,
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .text h1 {
  margin-bottom: 40px;
  margin-top: 0;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .heading.heading--overview h1 {
  margin-bottom: 10px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .text.text--overview p {
  margin-top: 0px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .options {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 640px) {
  .warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .options {
    row-gap: 0px;
  }
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .options.dropdown {
  width: 350px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .options.dropdown {
    width: 100%;
    padding: 0 30px;
  }
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .radio-container:not(:last-of-type) {
  margin-bottom: 30px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .radio-container h4 {
  margin: 0;
  padding-top: 5px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .radio-container .description {
  font-size: 14px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .calculator-page-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 75px;
}
@media screen and (max-width: 640px) {
  .warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .calculator-page-wrapper {
    padding: 0 20px;
  }
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .calculator-page-wrapper--prev, .warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .calculator-page-wrapper--next {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .calculator-page-wrapper--prev {
  left: -150%;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .calculator-page-wrapper--next {
  left: 150%;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .calculator-page-wrapper .page-inset {
  padding: 0 65px;
}
@media screen and (max-width: 767px) {
  .warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .calculator-page-wrapper .page-inset {
    padding: 0;
  }
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .calculator-page-wrapper .option-no-preference {
  display: block;
  text-align: right;
  text-decoration: underline;
  font-size: 14px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-bottom: 20px;
}
.warmer-calculator .warmer-calculator__modal .warmer-calculator__modal__page .calculator-page-wrapper .option-no-preference:hover {
  color: #213332;
}
.warmer-calculator .warmer-calculator__suggested-product {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
}
.warmer-calculator .warmer-calculator__suggested-product a {
  color: #213332;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.warmer-calculator .warmer-calculator__suggested-product a:hover {
  color: #d38939;
}
.warmer-calculator .warmer-calculator__suggested-product:before {
  content: "";
  background-color: #f3f0ea;
  border-radius: 30px;
  position: absolute;
  top: 0;
  right: -5px;
  width: 100%;
  height: calc(100% - 5px);
  z-index: -1;
}
.warmer-calculator .warmer-calculator__suggested-product:after {
  content: "";
  background-color: #fbfbfb;
  border-radius: 30px;
  position: absolute;
  top: 0;
  right: -10px;
  width: 100%;
  height: calc(100% - 10px);
  z-index: -2;
}
.warmer-calculator .warmer-calculator__suggested-product .warmer-calculator__suggested-product__details .warmer-calculator__suggested-product__details__brand {
  font-size: 14px;
}
.warmer-calculator .warmer-calculator__suggested-product .warmer-calculator__suggested-product__price h5 {
  color: #239d83;
  margin: 0;
}
.warmer-calculator .warmer-calculator__suggested-product .warmer-calculator__suggested-product__price h5 del {
  opacity: 0.5;
}

@-webkit-keyframes animate-in {
  from {
    top: -300px;
  }
  to {
    top: 0;
  }
}

@keyframes animate-in {
  from {
    top: -300px;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes animate-in-offset {
  from {
    top: -300px;
  }
  to {
    top: 10%;
  }
}
@keyframes animate-in-offset {
  from {
    top: -300px;
  }
  to {
    top: 10%;
  }
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content button, .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .shop .shop__sidebar .shop__sidebar__top a.button, .woocommerce .widget_price_filter .price_slider_amount .button, #wpsaurus-live-search .wpsaurus-search-container__filters .wpsaurus-search-price-range-reset-button, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__options .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item .wpsaurus-search-container__item-button-link, #wpsaurus-live-search .wpsaurus-search-container__mobile .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button, .button,
input[type=submit],
button:not(.dfd-close-button, .dfd-is-action, .dfd-view-more-button, .dfd-sort-button, .dfd-btn-term-filter, .dfd-clear-filters-button, .dfd-back-to-top-button, .dfd-delete-link-button, .dfd-btn-icon, .dfd-toggle-filters-button, .dfd-close-filters-button) {
  display: inline-block;
  position: relative;
  color: #fff;
  font-family: "DinPro", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  padding-left: 25px;
  padding-right: 89px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom-left-radius: 32px;
  border-top-left-radius: 32px;
  text-decoration: none;
  -webkit-box-shadow: 0px 4px 10px rgba(211, 137, 57, 0.3);
          box-shadow: 0px 4px 10px rgba(211, 137, 57, 0.3);
  border: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content button, .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .shop .shop__sidebar .shop__sidebar__top a.button, .woocommerce .widget_price_filter .price_slider_amount .button, #wpsaurus-live-search .wpsaurus-search-container__filters .wpsaurus-search-price-range-reset-button, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__options .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item .wpsaurus-search-container__item-button-link, #wpsaurus-live-search .wpsaurus-search-container__mobile .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button, .button,
  input[type=submit],
  button:not(.dfd-close-button, .dfd-is-action, .dfd-view-more-button, .dfd-sort-button, .dfd-btn-term-filter, .dfd-clear-filters-button, .dfd-back-to-top-button, .dfd-delete-link-button, .dfd-btn-icon, .dfd-toggle-filters-button, .dfd-close-filters-button) {
    padding-right: 25px;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content button, .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .shop .shop__sidebar .shop__sidebar__top a.button, .woocommerce .widget_price_filter .price_slider_amount .button, #wpsaurus-live-search .wpsaurus-search-container__filters .wpsaurus-search-price-range-reset-button, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__options .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item .wpsaurus-search-container__item-button-link, #wpsaurus-live-search .wpsaurus-search-container__mobile .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button, .button,
  input[type=submit],
  button:not(.dfd-close-button, .dfd-is-action, .dfd-view-more-button, .dfd-sort-button, .dfd-btn-term-filter, .dfd-clear-filters-button, .dfd-back-to-top-button, .dfd-delete-link-button, .dfd-btn-icon, .dfd-toggle-filters-button, .dfd-close-filters-button) {
    width: 100%;
  }
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content button::before, .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-Button::before, .shop .shop__sidebar .shop__sidebar__top a.button::before, .woocommerce .widget_price_filter .price_slider_amount .button::before, #wpsaurus-live-search .wpsaurus-search-container__filters .wpsaurus-search-price-range-reset-button::before, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__options .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button::before, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item .wpsaurus-search-container__item-button-link::before, #wpsaurus-live-search .wpsaurus-search-container__mobile .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button::before, .button::before,
input[type=submit]::before,
button:not(.dfd-close-button, .dfd-is-action, .dfd-view-more-button, .dfd-sort-button, .dfd-btn-term-filter, .dfd-clear-filters-button, .dfd-back-to-top-button, .dfd-delete-link-button, .dfd-btn-icon, .dfd-toggle-filters-button, .dfd-close-filters-button)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 32px;
  border-top-left-radius: 32px;
  background-color: #d38939;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content button::after, .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-Button::after, .shop .shop__sidebar .shop__sidebar__top a.button::after, .woocommerce .widget_price_filter .price_slider_amount .button::after, #wpsaurus-live-search .wpsaurus-search-container__filters .wpsaurus-search-price-range-reset-button::after, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__options .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button::after, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item .wpsaurus-search-container__item-button-link::after, #wpsaurus-live-search .wpsaurus-search-container__mobile .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button::after, .button::after,
input[type=submit]::after,
button:not(.dfd-close-button, .dfd-is-action, .dfd-view-more-button, .dfd-sort-button, .dfd-btn-term-filter, .dfd-clear-filters-button, .dfd-back-to-top-button, .dfd-delete-link-button, .dfd-btn-icon, .dfd-toggle-filters-button, .dfd-close-filters-button)::after {
  content: "";
  background-image: url(../images/heat-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -10px;
  top: 0px;
  margin: auto;
  height: 100%;
  aspect-ratio: 1/1;
  z-index: -1;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content button:hover, .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover, .shop .shop__sidebar .shop__sidebar__top a.button:hover, .woocommerce .widget_price_filter .price_slider_amount .button:hover, #wpsaurus-live-search .wpsaurus-search-container__filters .wpsaurus-search-price-range-reset-button:hover, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__options .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button:hover, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item .wpsaurus-search-container__item-button-link:hover, #wpsaurus-live-search .wpsaurus-search-container__mobile .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button:hover, .button:hover,
input[type=submit]:hover,
button:hover:not(.dfd-close-button, .dfd-is-action, .dfd-view-more-button, .dfd-sort-button, .dfd-btn-term-filter, .dfd-clear-filters-button, .dfd-back-to-top-button, .dfd-delete-link-button, .dfd-btn-icon, .dfd-toggle-filters-button, .dfd-close-filters-button) {
  text-decoration: none;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content button:hover::before, .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover::before, .shop .shop__sidebar .shop__sidebar__top a.button:hover::before, .woocommerce .widget_price_filter .price_slider_amount .button:hover::before, #wpsaurus-live-search .wpsaurus-search-container__filters .wpsaurus-search-price-range-reset-button:hover::before, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__options .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button:hover::before, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item .wpsaurus-search-container__item-button-link:hover::before, #wpsaurus-live-search .wpsaurus-search-container__mobile .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button:hover::before, .button:hover::before,
input[type=submit]:hover::before,
button:hover:not(.dfd-close-button, .dfd-is-action, .dfd-view-more-button, .dfd-sort-button, .dfd-btn-term-filter, .dfd-clear-filters-button, .dfd-back-to-top-button, .dfd-delete-link-button, .dfd-btn-icon, .dfd-toggle-filters-button, .dfd-close-filters-button)::before {
  background-color: #af6746;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content button:hover::after, .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover::after, .shop .shop__sidebar .shop__sidebar__top a.button:hover::after, .woocommerce .widget_price_filter .price_slider_amount .button:hover::after, #wpsaurus-live-search .wpsaurus-search-container__filters .wpsaurus-search-price-range-reset-button:hover::after, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__options .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button:hover::after, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item .wpsaurus-search-container__item-button-link:hover::after, #wpsaurus-live-search .wpsaurus-search-container__mobile .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button:hover::after, .button:hover::after,
input[type=submit]:hover::after,
button:hover:not(.dfd-close-button, .dfd-is-action, .dfd-view-more-button, .dfd-sort-button, .dfd-btn-term-filter, .dfd-clear-filters-button, .dfd-back-to-top-button, .dfd-delete-link-button, .dfd-btn-icon, .dfd-toggle-filters-button, .dfd-close-filters-button)::after {
  -webkit-filter: invert(45%) sepia(89%) saturate(473%) hue-rotate(351deg) brightness(94%) contrast(79%);
          filter: invert(45%) sepia(89%) saturate(473%) hue-rotate(351deg) brightness(94%) contrast(79%);
}

.button.button--full,
input[type=submit].button--full,
button:not(.dfd-close-button, .dfd-is-action, .dfd-view-more-button, .dfd-sort-button, .dfd-btn-term-filter, .dfd-clear-filters-button, .dfd-back-to-top-button, .dfd-delete-link-button, .dfd-btn-icon, .dfd-toggle-filters-button, .dfd-close-filters-button).button--full {
  width: 100%;
}

body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .fc-coupon-code-section button, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .button, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot .coupon-code-form .collapsible-content__inner .fc-coupon-code-section button, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .service-box .fc-place-order .button, .button.button--green,
input[type=submit].button--green,
button:not(.dfd-close-button, .dfd-is-action, .dfd-view-more-button, .dfd-sort-button, .dfd-btn-term-filter, .dfd-clear-filters-button, .dfd-back-to-top-button, .dfd-delete-link-button, .dfd-btn-icon, .dfd-toggle-filters-button, .dfd-close-filters-button).button--green {
  -webkit-box-shadow: 0px 4px 10px rgba(35, 157, 131, 0.3);
          box-shadow: 0px 4px 10px rgba(35, 157, 131, 0.3);
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .fc-coupon-code-section button::before, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .button::before, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot .coupon-code-form .collapsible-content__inner .fc-coupon-code-section button::before, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .service-box .fc-place-order .button::before, .button.button--green::before,
input[type=submit].button--green::before,
button.button--green:not(.dfd-close-button, .dfd-is-action, .dfd-view-more-button, .dfd-sort-button, .dfd-btn-term-filter, .dfd-clear-filters-button, .dfd-back-to-top-button, .dfd-delete-link-button, .dfd-btn-icon, .dfd-toggle-filters-button, .dfd-close-filters-button)::before {
  background-color: #239d83;
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .fc-coupon-code-section button::after, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .button::after, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot .coupon-code-form .collapsible-content__inner .fc-coupon-code-section button::after, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .service-box .fc-place-order .button::after, .button.button--green::after,
input[type=submit].button--green::after,
button.button--green:not(.dfd-close-button, .dfd-is-action, .dfd-view-more-button, .dfd-sort-button, .dfd-btn-term-filter, .dfd-clear-filters-button, .dfd-back-to-top-button, .dfd-delete-link-button, .dfd-btn-icon, .dfd-toggle-filters-button, .dfd-close-filters-button)::after {
  background-image: url(../images/heat-icon--green.svg);
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .fc-coupon-code-section button:hover::before, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .button:hover::before, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot .coupon-code-form .collapsible-content__inner .fc-coupon-code-section button:hover::before, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .service-box .fc-place-order .button:hover::before, .button.button--green:hover::before,
input[type=submit].button--green:hover::before,
button.button--green:hover:not(.dfd-close-button, .dfd-is-action, .dfd-view-more-button, .dfd-sort-button, .dfd-btn-term-filter, .dfd-clear-filters-button, .dfd-back-to-top-button, .dfd-delete-link-button, .dfd-btn-icon, .dfd-toggle-filters-button, .dfd-close-filters-button)::before {
  background-color: #2b413f;
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .fc-coupon-code-section button:hover::after, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .button:hover::after, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot .coupon-code-form .collapsible-content__inner .fc-coupon-code-section button:hover::after, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .service-box .fc-place-order .button:hover::after, .button.button--green:hover::after,
input[type=submit].button--green:hover::after,
button.button--green:hover:not(.dfd-close-button, .dfd-is-action, .dfd-view-more-button, .dfd-sort-button, .dfd-btn-term-filter, .dfd-clear-filters-button, .dfd-back-to-top-button, .dfd-delete-link-button, .dfd-btn-icon, .dfd-toggle-filters-button, .dfd-close-filters-button)::after {
  -webkit-filter: invert(94%) sepia(97%) saturate(1478%) hue-rotate(141deg) brightness(75%) contrast(83%);
          filter: invert(94%) sepia(97%) saturate(1478%) hue-rotate(141deg) brightness(75%) contrast(83%);
}

.woocommerce .widget_price_filter .price_slider_wrapper button.button, #wpsaurus-live-search .wpsaurus-search-container__filters .wpsaurus-search-price-range-reset-button, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__options .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item .wpsaurus-search-container__item-button-link, #wpsaurus-live-search .wpsaurus-search-container__mobile .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button, .button.button--small,
input[type=submit].button--small,
button:not(.dfd-close-button, .dfd-is-action, .dfd-view-more-button, .dfd-sort-button, .dfd-btn-term-filter, .dfd-clear-filters-button, .dfd-back-to-top-button, .dfd-delete-link-button, .dfd-btn-icon, .dfd-toggle-filters-button, .dfd-close-filters-button).button--small {
  padding-top: 11px;
  padding-bottom: 11px;
}
.woocommerce .widget_price_filter .price_slider_wrapper button.button::after, #wpsaurus-live-search .wpsaurus-search-container__filters .wpsaurus-search-price-range-reset-button::after, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__options .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button::after, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item .wpsaurus-search-container__item-button-link::after, #wpsaurus-live-search .wpsaurus-search-container__mobile .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button::after, .button.button--small::after,
input[type=submit].button--small::after,
button.button--small:not(.dfd-close-button, .dfd-is-action, .dfd-view-more-button, .dfd-sort-button, .dfd-btn-term-filter, .dfd-clear-filters-button, .dfd-back-to-top-button, .dfd-delete-link-button, .dfd-btn-icon, .dfd-toggle-filters-button, .dfd-close-filters-button)::after {
  right: -8px;
}

.button-align.left {
  text-align: left;
}
.button-align.center {
  text-align: center;
}
.button-align.right {
  text-align: right;
}

.animate .button::after {
  -webkit-animation: 3s infinite linear flame;
          animation: 3s infinite linear flame;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

@-webkit-keyframes flame {
  0% {
    -webkit-transform: skew(0deg, 0deg) scaleY(1);
            transform: skew(0deg, 0deg) scaleY(1);
  }
  25% {
    -webkit-transform: skew(4deg, 0deg) scaleY(0.9);
            transform: skew(4deg, 0deg) scaleY(0.9);
  }
  50% {
    -webkit-transform: skew(0deg, 0deg) scaleY(0.8);
            transform: skew(0deg, 0deg) scaleY(0.8);
  }
  75% {
    -webkit-transform: skew(-4deg, 0deg) scaleY(0.9);
            transform: skew(-4deg, 0deg) scaleY(0.9);
  }
  100% {
    -webkit-transform: skew(0deg, 0deg) scaleY(1);
            transform: skew(0deg, 0deg) scaleY(1);
  }
}

@keyframes flame {
  0% {
    -webkit-transform: skew(0deg, 0deg) scaleY(1);
            transform: skew(0deg, 0deg) scaleY(1);
  }
  25% {
    -webkit-transform: skew(4deg, 0deg) scaleY(0.9);
            transform: skew(4deg, 0deg) scaleY(0.9);
  }
  50% {
    -webkit-transform: skew(0deg, 0deg) scaleY(0.8);
            transform: skew(0deg, 0deg) scaleY(0.8);
  }
  75% {
    -webkit-transform: skew(-4deg, 0deg) scaleY(0.9);
            transform: skew(-4deg, 0deg) scaleY(0.9);
  }
  100% {
    -webkit-transform: skew(0deg, 0deg) scaleY(1);
            transform: skew(0deg, 0deg) scaleY(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    background-color: rgba(211, 137, 57, 0.5);
  }
  25% {
    background-color: rgba(211, 137, 57, 0.7);
  }
  50% {
    background-color: rgba(211, 137, 57, 0.8);
  }
  75% {
    background-color: rgba(211, 137, 57, 0.7);
  }
  100% {
    background-color: rgba(211, 137, 57, 0.5);
  }
}
@keyframes pulse {
  0% {
    background-color: rgba(211, 137, 57, 0.5);
  }
  25% {
    background-color: rgba(211, 137, 57, 0.7);
  }
  50% {
    background-color: rgba(211, 137, 57, 0.8);
  }
  75% {
    background-color: rgba(211, 137, 57, 0.7);
  }
  100% {
    background-color: rgba(211, 137, 57, 0.5);
  }
}
#wpsaurus-live-search .wpsaurus-search-container__filters {
  min-width: 250px;
}
#wpsaurus-live-search .wpsaurus-search-container__filters .wpsaurus-search-price-range-reset-button {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  #wpsaurus-live-search .wpsaurus-search-container__filters .wpsaurus-search-price-range-reset-button {
    width: initial;
  }
}
#wpsaurus-live-search .wpsaurus-search-container__filters .irs .irs-bar {
  background-color: #d38939;
}
#wpsaurus-live-search .wpsaurus-search-container__filters .irs .irs-from, #wpsaurus-live-search .wpsaurus-search-container__filters .irs .irs-to {
  background-color: #d38939;
}
#wpsaurus-live-search .wpsaurus-search-container__filters .irs .irs-from::before, #wpsaurus-live-search .wpsaurus-search-container__filters .irs .irs-to::before {
  border-top-color: #d38939;
}
#wpsaurus-live-search .wpsaurus-search-container__filters .irs .irs-single {
  background-color: #d38939;
}
#wpsaurus-live-search .wpsaurus-search-container__filters .irs .irs-single::before {
  border-top-color: #d38939;
}
#wpsaurus-live-search .wpsaurus-search-container__filters .irs .irs-handle i {
  background-color: #d38939;
}
#wpsaurus-live-search .wpsaurus-search-container__filters .wpsaurus-search-container__taxonomies .wpsaurus-search-container__taxonomy .wpsaurus-search-container__term-count {
  font-family: "DinPro", Arial, sans-serif;
  font-weight: 400;
  font-size: 11px;
  height: 1.65em;
  width: 1.65em;
  min-width: 1.65em;
  color: #fff;
  background: #d38939;
  border-radius: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3px;
  padding-right: 3px;
}
#wpsaurus-live-search .wpsaurus-search-container__filters .wpsaurus-search-container__taxonomies .wpsaurus-search-container__taxonomy input {
  accent-color: #bf7626;
}
#wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__options .wpsaurus-search-container__sort select {
  height: 43px;
  border-radius: 22px;
  outline: none;
}
#wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__options .wpsaurus-search-container__sort select option {
  border-radius: 0;
}
#wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__options .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button {
  font-size: 14px;
}
#wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item:hover .wpsaurus-search-container__item-button-link::before {
  background-color: #af6746;
}
#wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item:hover .wpsaurus-search-container__item-button-link::after {
  -webkit-filter: invert(45%) sepia(89%) saturate(473%) hue-rotate(351deg) brightness(94%) contrast(79%);
          filter: invert(45%) sepia(89%) saturate(473%) hue-rotate(351deg) brightness(94%) contrast(79%);
}
#wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item a:hover {
  text-decoration: none;
}
#wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item h3, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item h3 {
    margin-bottom: 5px;
  }
}
#wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item h3 a {
  font-family: "DinPro", Arial, sans-serif;
  color: #213332;
}
@media screen and (max-width: 767px) {
  #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item h3 a {
    font-size: 18px;
  }
}
#wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item p a, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item p mark {
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item p a, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item p mark {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item p a, #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item p mark {
    line-height: 22px;
  }
}
#wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item .wpsaurus-search-container__item-price-value {
  color: #239d83;
  font-family: "DinPro", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item .wpsaurus-search-container__item-price-value {
    font-size: 16px;
  }
}
#wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item .wpsaurus-search-container__item-button-link {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #wpsaurus-live-search .wpsaurus-search-container--active .wpsaurus-search-container__item .wpsaurus-search-container__item-aside {
    margin-top: 10px;
  }
}
#wpsaurus-live-search .wpsaurus-search-container__mobile .wpsaurus-search-container__tabs .wpsaurus-search-container__tab {
  background-color: #d3d2d2;
  font-family: "Trade Gothic LT", Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  #wpsaurus-live-search .wpsaurus-search-container__mobile .wpsaurus-search-container__tabs .wpsaurus-search-container__tab {
    font-size: 20px;
  }
}
#wpsaurus-live-search .wpsaurus-search-container__mobile .wpsaurus-search-container__tabs .wpsaurus-search-container__tab:hover {
  text-decoration: none;
}
#wpsaurus-live-search .wpsaurus-search-container__mobile .wpsaurus-search-container__tabs .wpsaurus-search-container__tab--active {
  background-color: #239d83;
}
#wpsaurus-live-search .wpsaurus-search-container__mobile .wpsaurus-search-container__sort select {
  height: 43px;
  border-radius: 22px;
  outline: none;
}
#wpsaurus-live-search .wpsaurus-search-container__mobile .wpsaurus-search-container__sort select option {
  border-radius: 0;
  font-size: 14px;
}
#wpsaurus-live-search .wpsaurus-search-container__mobile .wpsaurus-search-container__exit .wpsaurus-search-container__exit-button {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  #wpsaurus-live-search .wpsaurus-search-container__search {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #wpsaurus-live-search .wpsaurus-search-container__search {
    border-bottom: 2px solid #f3f0ea;
  }
  #wpsaurus-live-search .wpsaurus-search-container__search .wpsaurus-search-container__header p {
    font-family: "Trade Gothic LT", Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
  }
  #wpsaurus-live-search .wpsaurus-search-container__search .wpsaurus-search-container__price-range strong {
    font-family: "Trade Gothic LT", Arial, sans-serif;
    font-size: 18px;
  }
  #wpsaurus-live-search .wpsaurus-search-container__search .wpsaurus-search-container__selected-price-range {
    font-size: 16px;
  }
  #wpsaurus-live-search .wpsaurus-search-container__search .wpsaurus-search-container__selected-price-range input {
    font-size: 16px;
  }
  #wpsaurus-live-search .wpsaurus-search-container__search .wpsaurus-search-container__taxonomy strong {
    display: block;
    margin-bottom: 10px;
    font-family: "Trade Gothic LT", Arial, sans-serif;
    font-size: 18px;
  }
  #wpsaurus-live-search .wpsaurus-search-container__search .wpsaurus-search-container__taxonomy .wpsaurus-search-container__term label {
    font-size: 16px;
  }
}

.woocommerce-store-notice {
  position: fixed;
  z-index: 100000;
  max-width: 500px;
  margin: auto;
  background: #f3f0ea;
  padding: 30px;
  height: auto;
  width: 100%;
  max-height: 100vh;
  overflow: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 10px;
  -webkit-box-shadow: 1px 2px 14px 2px rgba(33, 51, 50, 0.3);
          box-shadow: 1px 2px 14px 2px rgba(33, 51, 50, 0.3);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
  font-weight: 600;
}

.vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
  background-color: #d38939 !important;
}
.vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus,
.vc_tta-color-chino.vc_tta-style-modern .vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: #d38939 !important;
}
.vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
  color: #fff !important;
}
.vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #267463 !important;
  background-color: #267463 !important;
}
.vc_tta-color-chino.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #fff !important;
}

.cta-element .cta-element__image {
  display: block;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  margin-left: 107px;
  width: calc(100% - 107px - 64px);
  position: relative;
  top: 64px;
  z-index: 2;
}
@media (max-width: 640px) {
  .cta-element .cta-element__image {
    margin-left: 37px;
    width: calc(100% - 37px - 37px);
  }
}
.cta-element .cta-element__content {
  padding: 125px 111px 32px 107px;
  background-color: #f3f0ea;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cta-element .cta-element__content {
    padding: 67px 37px 56px 37px;
  }
}
.cta-element .cta-element__content .cta-element__content__title {
  display: block;
  font-family: "Trade Gothic LT", Arial, sans-serif;
  font-weight: 700;
  color: #213332;
  text-transform: none;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .cta-element .cta-element__content .cta-element__content__title {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .cta-element .cta-element__content .cta-element__content__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .cta-element .cta-element__content .cta-element__content__title {
    line-height: 36px;
  }
}
.cta-element .cta-element__content .cta-element__content__text {
  font-family: "DinPro", Arial, sans-serif;
  font-weight: 400;
  color: #213332;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .cta-element .cta-element__content .cta-element__content__text {
    margin-bottom: 20px;
  }
}
.cta-element .cta-element__content .cta-element__content__button-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .cta-element .cta-element__content .cta-element__content__button-area {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cta-element .cta-element__content .cta-element__content__button-area .button {
  width: initial;
}
@media (max-width: 640px) {
  .cta-element .cta-element__content .cta-element__content__button-area .button {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    margin-left: -5px;
  }
}

.calculator-cta {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #239d83;
  -webkit-box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.0509803922);
          box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.0509803922);
  border-radius: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 60px 40px 85px;
}
@media screen and (max-width: 640px) {
  .calculator-cta {
    background-color: unset;
    border-radius: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.calculator-cta > div {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.calculator-cta .calculator-cta__text-area {
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 30px;
  -webkit-box-pack: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .calculator-cta .calculator-cta__text-area {
    -webkit-box-flex: 2;
       -moz-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media screen and (max-width: 640px) {
  .calculator-cta .calculator-cta__text-area {
    background-color: #239d83;
    border-radius: 30px;
    -webkit-box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.0509803922);
            box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.0509803922);
    margin-right: 0;
    padding: 40px 40px 65px;
  }
}
.calculator-cta .calculator-cta__text-area strong {
  font-family: "Trade Gothic LT", Arial, sans-serif;
  font-size: 30px;
  text-transform: none;
}
@media screen and (max-width: 640px) {
  .calculator-cta .calculator-cta__text-area span {
    margin-top: 20px;
  }
}
.calculator-cta .calculator-cta__button-area > div {
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .calculator-cta .calculator-cta__button-area > div {
    margin-top: -33px;
  }
}

.calculator-cta--large .calculator-cta__text-area {
  -webkit-box-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.calculator-cta--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 25px;
}
@media screen and (max-width: 640px) {
  .calculator-cta--vertical {
    padding: unset;
  }
}
.calculator-cta--vertical .calculator-cta__text-area {
  -webkit-box-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-right: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .calculator-cta--vertical .calculator-cta__text-area {
    margin-bottom: unset;
  }
}
.calculator-cta--vertical .calculator-cta__text-area strong, .calculator-cta--vertical .calculator-cta__text-area span {
  padding-left: 5px;
}
.calculator-cta--vertical .calculator-cta__button-area {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .calculator-cta--vertical .calculator-cta__button-area {
    width: auto;
  }
}
.calculator-cta--vertical .calculator-cta__button-area > div {
  width: 100%;
  padding-right: 7px;
}
.calculator-cta--vertical .calculator-cta__button-area > div .button {
  padding-right: 25px;
  margin-right: 5px;
}

.pagelink {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d3d2d2;
  color: #213332;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  padding: 0px 12px 34px 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pagelink .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
.pagelink .icon path {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
  fill: #af6746;
}
.pagelink:hover {
  border-bottom: 1px solid #d38939;
  color: #af6746;
  text-decoration: none;
}
.pagelink:hover .icon path {
  fill: #d38939;
}

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
     -moz-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
     -moz-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-container {
  position: relative;
}
.swiper-container.swiper-container--fade .swiper {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .swiper-container.swiper-container--fade .swiper {
    margin: 0;
  }
}
.swiper-container.swiper-container--fade .swiper-slide {
  height: auto;
}
.swiper-container .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
@media screen and (max-width: 767px) {
  .swiper-container .swiper-navigation:not(.swiper-navigation--gallery-controls) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .swiper-container .swiper-navigation:not(.swiper-navigation--gallery-controls) .swiper-button-next,
  .swiper-container .swiper-navigation:not(.swiper-navigation--gallery-controls) .swiper-button-prev {
    margin-top: 20px;
    position: unset;
  }
}
.swiper-container .swiper-navigation .swiper-navigation__swiper-button {
  background-color: #fff;
  border: 1px solid #d38939;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  height: 35px;
  width: 35px;
}
.swiper-container .swiper-navigation .swiper-navigation__swiper-button:after {
  content: "";
  height: 15px;
  width: 15px;
  background-color: #213332;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.swiper-container .swiper-navigation .swiper-navigation__swiper-button:hover {
  background-color: #f7f7f7;
}
.swiper-container .swiper-navigation .swiper-navigation__swiper-button:hover:after {
  background-color: #d38939;
}
.swiper-container .swiper-navigation .swiper-navigation__swiper-button.swiper-navigation__swiper-button--solid {
  background-color: #d38939;
  border: none;
}
.swiper-container .swiper-navigation .swiper-navigation__swiper-button.swiper-navigation__swiper-button--solid:hover {
  background-color: #b26f27;
}
.swiper-container .swiper-navigation .swiper-navigation__swiper-button.swiper-navigation__swiper-button--solid:hover:after {
  background-color: #fff;
}
.swiper-container .swiper-navigation .swiper-navigation__swiper-button.swiper-navigation__swiper-button--solid:after {
  background-color: #fff;
}
.swiper-container .swiper-navigation .swiper-button-prev {
  left: 95px;
}
@media screen and (max-width: 1200px) {
  .swiper-container .swiper-navigation .swiper-button-prev {
    left: 70px;
  }
}
@media screen and (max-width: 991px) {
  .swiper-container .swiper-navigation .swiper-button-prev {
    left: 55px;
  }
}
.swiper-container .swiper-navigation .swiper-button-prev:after {
  -webkit-mask-image: url(../images/chevron-left.svg);
          mask-image: url(../images/chevron-left.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.swiper-container .swiper-navigation .swiper-button-next {
  right: 95px;
}
@media screen and (max-width: 1200px) {
  .swiper-container .swiper-navigation .swiper-button-next {
    right: 70px;
  }
}
@media screen and (max-width: 991px) {
  .swiper-container .swiper-navigation .swiper-button-next {
    right: 55px;
  }
}
.swiper-container .swiper-navigation .swiper-button-next:after {
  -webkit-mask-image: url(../images/chevron-right.svg);
          mask-image: url(../images/chevron-right.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}

.swiper-container--single-slider > .swiper,
.swiper-container--product-gallery > .swiper {
  border-radius: 30px;
}
.swiper-container--single-slider .swiper-navigation .swiper-button-prev,
.swiper-container--product-gallery .swiper-navigation .swiper-button-prev {
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.swiper-container--single-slider .swiper-navigation .swiper-button-next,
.swiper-container--product-gallery .swiper-navigation .swiper-button-next {
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.swiper-container--product-gallery .swiper-slide img {
  border-radius: 20px;
  margin: auto;
  display: block;
}
.swiper-container--product-gallery .swiper-navigation .swiper-button-disabled {
  display: none;
}

.swiper-container--gallery-controls .swiper--gallery-controls {
  margin-top: 10px;
}
.swiper-container--gallery-controls .swiper--gallery-controls .swiper-wrapper .swiper-slide {
  border-radius: 20px;
  border: 3px solid transparent;
  overflow: hidden;
  width: 135px;
  height: 135px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 640px) {
  .swiper-container--gallery-controls .swiper--gallery-controls .swiper-wrapper .swiper-slide {
    width: 90px;
    height: 90px;
  }
}
.swiper-container--gallery-controls .swiper--gallery-controls .swiper-wrapper .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-container--gallery-controls .swiper--gallery-controls .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border-color: #d38939;
}
.swiper-container--gallery-controls .swiper--gallery-controls .swiper-navigation .swiper-button-disabled {
  display: none;
}
.swiper-container--gallery-controls .swiper--gallery-controls .swiper-navigation .swiper-button-prev {
  left: 5px;
}
.swiper-container--gallery-controls .swiper--gallery-controls .swiper-navigation .swiper-button-next {
  right: 5px;
}

.content-media-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .content-media-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-media-block > div {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  .content-media-block > div {
    max-width: 100%;
  }
}
.content-media-block .content-media-block__content {
  padding: 80px 105px 80px 15px;
  height: 100%;
  background-color: #f3f0ea;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 991px) {
  .content-media-block .content-media-block__content {
    padding: 35px 105px;
  }
}
@media screen and (max-width: 991px) {
  .content-media-block .content-media-block__content {
    background: linear-gradient(180deg, #f3f0ea calc(100% - 32px), rgba(243, 240, 234, 0) calc(100% - 32px));
    padding: 25px 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .content-media-block .content-media-block__content.no-clamp .content-media-block__content__text {
    display: initial;
  }
}
@media screen and (max-width: 991px) {
  .content-media-block .content-media-block__content.no-button {
    padding-bottom: 25px;
  }
}
.content-media-block .content-media-block__content .content-media-block__content__title {
  font: 40px "Trade Gothic LT", Arial, sans-serif;
  margin-bottom: 15px;
  text-transform: none;
}
@media screen and (max-width: 991px) {
  .content-media-block .content-media-block__content .content-media-block__content__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .content-media-block .content-media-block__content .content-media-block__content__title {
    margin-bottom: 25px;
  }
}
.content-media-block .content-media-block__content .content-media-block__content__text {
  margin: 0 0 15px 0;
}
.content-media-block .content-media-block__content .content-media-block__content__text p {
  margin: 0;
  margin-bottom: 15px;
}
.content-media-block .content-media-block__content .content-media-block__content__text p:empty {
  margin: 0;
}
.content-media-block .content-media-block__content .content-media-block__content__text h1, .content-media-block .content-media-block__content .content-media-block__content__text h2, .content-media-block .content-media-block__content .content-media-block__content__text h3, .content-media-block .content-media-block__content .content-media-block__content__text h4, .content-media-block .content-media-block__content .content-media-block__content__text h5, .content-media-block .content-media-block__content .content-media-block__content__text h6 {
  margin-bottom: 15px;
}
.content-media-block .content-media-block__content .content-media-block__content__text ul, .content-media-block .content-media-block__content .content-media-block__content__text ol {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .content-media-block .content-media-block__content .content-media-block__content__text {
    margin-bottom: 25px;
  }
}
.content-media-block .content-media-block__content .content-media-block__content__button-area {
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  .content-media-block .content-media-block__content .content-media-block__content__button-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .content-media-block .content-media-block__content .content-media-block__content__button-area .button {
    padding-right: 89px;
    width: unset;
  }
}
.content-media-block .content-media-block__gallery {
  padding: 35px 85px 35px 10px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, rgba(243, 240, 234, 0)), color-stop(70%, #f3f0ea));
  background: linear-gradient(90deg, rgba(243, 240, 234, 0) 70%, #f3f0ea 70%);
}
.content-media-block .content-media-block__gallery .single-image-mode {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.content-media-block .content-media-block__gallery .single-image-mode img {
  aspect-ratio: 1.25;
  height: auto;
  width: 100%;
}
.content-media-block .content-media-block__gallery .swiper-container {
  height: 100%;
  overflow: visible;
}
.content-media-block .content-media-block__gallery .swiper-container .swiper {
  height: 100%;
}
.content-media-block .content-media-block__gallery .swiper-container .swiper .swiper-wrapper {
  height: 100%;
}
.content-media-block .content-media-block__gallery .swiper-container .swiper .swiper-wrapper .swiper-slide {
  height: 100% !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-media-block .content-media-block__gallery .swiper-container .swiper .swiper-wrapper .swiper-slide img {
  aspect-ratio: 1.25;
  height: auto;
  width: 100%;
}
.content-media-block .content-media-block__gallery .swiper-container--single-slider .swiper-navigation__swiper-button {
  position: absolute;
}
@media screen and (max-width: 991px) {
  .content-media-block .content-media-block__gallery {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(243, 240, 234, 0)), color-stop(70%, #f3f0ea));
    background: linear-gradient(180deg, rgba(243, 240, 234, 0) 70%, #f3f0ea 70%);
    padding: 0 64px 0 107px;
  }
}
@media screen and (max-width: 991px) {
  .content-media-block .content-media-block__gallery {
    padding: 0 35px;
  }
}
.content-media-block .content-media-block__gallery img {
  border-radius: 30px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .content-media-block .content-media-block__gallery img {
    aspect-ratio: 1.7777777778;
  }
}

.content-media-block--image-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .content-media-block--image-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-media-block--image-right .content-media-block__content {
  padding-right: 45px;
  padding-left: 105px;
}
@media screen and (max-width: 991px) {
  .content-media-block--image-right .content-media-block__content {
    padding: 35px 105px;
  }
}
@media screen and (max-width: 991px) {
  .content-media-block--image-right .content-media-block__content {
    padding: 25px 40px 0;
  }
}
.content-media-block--image-right .content-media-block__gallery {
  background: -webkit-gradient(linear, right top, left top, color-stop(70%, rgba(243, 240, 234, 0)), color-stop(70%, #f3f0ea));
  background: linear-gradient(270deg, rgba(243, 240, 234, 0) 70%, #f3f0ea 70%);
  padding-right: 15px;
  padding-left: 70px;
}
@media screen and (max-width: 991px) {
  .content-media-block--image-right .content-media-block__gallery {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(243, 240, 234, 0)), color-stop(70%, #f3f0ea));
    background: linear-gradient(180deg, rgba(243, 240, 234, 0) 70%, #f3f0ea 70%);
    padding: 0 64px 0 107px;
  }
}
@media screen and (max-width: 991px) {
  .content-media-block--image-right .content-media-block__gallery {
    padding: 0 35px;
  }
}

.content-media-block--image-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-media-block--image-top > div {
  max-width: 100%;
}
.content-media-block--image-top .content-media-block__content {
  padding: 40px 105px;
}
@media screen and (max-width: 991px) {
  .content-media-block--image-top .content-media-block__content {
    padding: 25px 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .content-media-block--image-top .content-media-block__content .content-media-block__content__title {
    font-size: 30px;
  }
}
.content-media-block--image-top .content-media-block__gallery {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(243, 240, 234, 0)), color-stop(70%, #f3f0ea));
  background: linear-gradient(180deg, rgba(243, 240, 234, 0) 70%, #f3f0ea 70%);
  padding: 0 64px 0 107px;
}
@media screen and (max-width: 991px) {
  .content-media-block--image-top .content-media-block__gallery {
    padding: 0 35px;
  }
}
.content-media-block--image-top .content-media-block__gallery img {
  aspect-ratio: 1.7777777778;
}

.warmer-card {
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.05);
          box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.05);
  color: #213332;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Trade Gothic LT", Arial, sans-serif;
  font-size: 24px;
  min-height: 135px;
  padding: 0 48px;
  margin-bottom: 15px;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
}
@media (max-width: 640px) {
  .warmer-card {
    min-height: 110px;
    padding: 0 30px;
  }
}
.warmer-card .warmer-card__heading {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.warmer-card .warmer-card__heading .warmer-card__heading__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  background-color: #213332;
  -webkit-mask-position: center;
          mask-position: center;
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.warmer-card .warmer-card__heading .warmer-card__heading__icon--arrow-right {
  -webkit-mask-image: url(../images/arrow-right.svg);
          mask-image: url(../images/arrow-right.svg);
}
.warmer-card .warmer-card__heading .warmer-card__heading__icon--download {
  -webkit-mask-image: url(../images/icon-download.svg);
          mask-image: url(../images/icon-download.svg);
}
.warmer-card p {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-family: "DinPro", Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.warmer-card:hover {
  color: #fff;
  background-color: #d38939;
  text-decoration: none;
}
.warmer-card:hover p {
  color: #fff;
}
.warmer-card:hover .warmer-card__heading__icon {
  background-color: #fff;
}

.warmer-card--with-image {
  padding: 30px;
}
@media (max-width: 640px) {
  .warmer-card--with-image {
    border-radius: 20px;
    padding: 10px 10px 25px 10px;
  }
}
.warmer-card--with-image img {
  border-radius: 20px;
  margin-bottom: 12px;
  padding: 4px;
  width: 100%;
}
.warmer-card--with-image .warmer-card__heading__icon {
  margin-right: 14px;
}

.warmer-accordion {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .warmer-accordion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.warmer-accordion .warmer-accordion__column {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.warmer-accordion .warmer-accordion__item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  -webkit-box-shadow: 4px 2px 50px 10px rgba(33, 51, 50, 0.031372549), 0px 4px 5px 0px rgba(33, 51, 50, 0.031372549);
          box-shadow: 4px 2px 50px 10px rgba(33, 51, 50, 0.031372549), 0px 4px 5px 0px rgba(33, 51, 50, 0.031372549);
}
.warmer-accordion .warmer-accordion__item .warmer-accordion__item__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  padding: 25px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.warmer-accordion .warmer-accordion__item .warmer-accordion__item__title:hover {
  color: #d38939;
}
.warmer-accordion .warmer-accordion__item .warmer-accordion__item__title:hover .warmer-accordion__item__title__icon svg path {
  fill: #d38939;
}
.warmer-accordion .warmer-accordion__item .warmer-accordion__item__title .warmer-accordion__item__title__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
.warmer-accordion .warmer-accordion__item .warmer-accordion__item__title .warmer-accordion__item__title__icon svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.warmer-accordion .warmer-accordion__item .warmer-accordion__item__title .warmer-accordion__item__title__icon svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.warmer-accordion .warmer-accordion__item .warmer-accordion__item__content {
  padding: 0 25px 25px 25px;
  display: none;
}
.warmer-accordion .warmer-accordion__item .warmer-accordion__item__content p {
  margin: 0;
}
.warmer-accordion .warmer-accordion__item.open .warmer-accordion__item__title .warmer-accordion__item__title__icon svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.warmer-breadcrumbs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.warmer-breadcrumbs .warmer-breadcrumbs__breadcrumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
.warmer-breadcrumbs .warmer-breadcrumbs__breadcrumb .warmer-breadcrumbs__breadcrumb__home svg {
  display: block;
}
.warmer-breadcrumbs .warmer-breadcrumbs__breadcrumb .warmer-breadcrumbs__breadcrumb__home svg path {
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.warmer-breadcrumbs .warmer-breadcrumbs__breadcrumb .warmer-breadcrumbs__breadcrumb__home:hover svg path {
  fill: #d38939;
}
.warmer-breadcrumbs .warmer-breadcrumbs__breadcrumb .warmer-breadcrumbs__breadcrumb__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.warmer-breadcrumbs .warmer-breadcrumbs__breadcrumb .warmer-breadcrumbs__breadcrumb__link {
  color: #213332;
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
.warmer-breadcrumbs .warmer-breadcrumbs__breadcrumb a.warmer-breadcrumbs__breadcrumb__link {
  border-bottom: 1px solid #213332;
}
.warmer-breadcrumbs .warmer-breadcrumbs__breadcrumb a.warmer-breadcrumbs__breadcrumb__link:hover {
  color: #d38939;
  border-color: #d38939;
}

.warmer-breadcrumbs--mobile {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 15px;
}
.warmer-breadcrumbs--mobile .warmer-breadcrumbs__breadcrumb {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.warmer-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  padding: 45px 0;
}
.warmer-product:hover .warmer-product__product-image:before {
  opacity: 1;
}
.warmer-product:hover .warmer-product__product-image--flip .warmer-product__product-image__wrapper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.warmer-product--compact {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.warmer-product--horizontal {
  padding: 35px 0;
}
@media screen and (max-width: 640px) {
  .warmer-product--horizontal {
    padding: 10px 0 20px 0;
  }
}
.warmer-product--horizontal.warmer-product--full {
  border-bottom: 1px solid rgba(33, 51, 50, 0.2);
}
@media screen and (max-width: 767px) {
  .warmer-product--horizontal.warmer-product--full {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 30px 0;
  }
}
.warmer-product--horizontal.warmer-product--full .warmer-product__product-image {
  margin-left: 40px;
}
@media screen and (max-width: 640px) {
  .warmer-product--horizontal.warmer-product--full .warmer-product__product-image {
    margin-left: 0;
    margin-top: 20px;
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .warmer-product--horizontal.warmer-product--full .warmer-product__product-info__product-description {
    margin-bottom: 20px;
  }
  .warmer-product--horizontal.warmer-product--full .warmer-product__product-info__product-description p {
    padding-right: 0;
    -webkit-line-clamp: 4;
  }
}
.warmer-product--horizontal.warmer-product--full .warmer-product__product-info__product-description__product-name h2 {
  line-height: normal;
}
.warmer-product--horizontal.warmer-product--full .warmer-product__product-info__button-area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-top: 5px;
}

.warmer-product--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 20px 40px 0;
}
.warmer-product--vertical:before {
  left: unset;
  right: 0;
}
@media screen and (max-width: 640px) {
  .warmer-product--vertical {
    padding: 0;
  }
}
.warmer-product--vertical .warmer-product__product-image {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .warmer-product--vertical .warmer-product__product-image {
    width: 160px;
    height: 160px;
  }
}
.warmer-product--vertical .warmer-product__product-image:before {
  left: unset;
  right: -40px;
}
.warmer-product--vertical .warmer-product__product-info__product-name h2 {
  font-size: 16px;
  line-height: 22px;
}
.warmer-product--vertical .warmer-product__product-info__product-description p {
  margin-bottom: 30px;
  padding-right: 0;
  -webkit-line-clamp: 5;
}
.warmer-product--vertical .warmer-product__product-info__button-area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 40px;
}
.warmer-product--vertical.warmer-product--full .warmer-product__product-image:before {
  top: -20px;
}
.warmer-product--vertical.warmer-product--full .warmer-product__product-info__button-area {
  -webkit-box-align: unset;
     -moz-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
@media screen and (max-width: 640px) {
  .warmer-product--vertical.warmer-product--full .warmer-product__product-info__button-area {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.warmer-product--vertical.warmer-product--compact {
  padding: 40px 0 0 0;
}
@media screen and (max-width: 640px) {
  .warmer-product--vertical.warmer-product--compact {
    padding-top: 0;
  }
}
.warmer-product--vertical.warmer-product--compact .warmer-product__product-info a {
  text-align: center;
}
.warmer-product--vertical.warmer-product--compact .warmer-product__product-info__button-area {
  row-gap: 20px;
}

.warmer-product__product-image {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 0 220px;
          flex: 1 0 220px;
  -webkit-perspective: 1200px;
          perspective: 1200px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .warmer-product__product-image {
    -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
  }
}
.warmer-product__product-image:before {
  background-color: rgba(211, 137, 57, 0.5);
  -webkit-mask: url(../images/heat-icon.svg) no-repeat;
          mask: url(../images/heat-icon.svg) no-repeat;
  width: 155px;
  height: 155px;
  position: absolute;
  content: "";
  top: -40px;
  left: -40px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 767px) {
  .warmer-product__product-image:before {
    width: 100px;
    height: 100px;
  }
}

.warmer-product__product-image__wrapper {
  height: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.warmer-product__product-image__wrapper img {
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 220px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 640px) {
  .warmer-product__product-image__wrapper img {
    height: 160px;
  }
}
.warmer-product__product-image__wrapper img:nth-of-type(2) {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  border-radius: 20px;
}

.warmer-product__product-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.warmer-product__product-info a {
  color: #213332;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
}
.warmer-product__product-info a:hover, .warmer-product__product-info a:hover h2 {
  color: #d38939;
}

.warmer-product__product-info__product-brand {
  font-size: 14px;
}

.warmer-product__product-info__product-name {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .warmer-product__product-info__product-name {
    margin-bottom: 20px;
  }
}
.warmer-product__product-info__product-name h2 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 0;
  text-transform: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .warmer-product__product-info__product-name h2 {
    line-height: 24px;
  }
}

.warmer-product__product-info__product-tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 5px;
}

.warmer-product__product-info__product-tags__product-tag {
  background-color: rgba(191, 118, 38, 0.2);
  border-radius: 10px;
  font-size: 12px;
  padding: 2px 10px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.warmer-product__product-info__product-description p {
  margin-bottom: 0;
  padding-right: 20px;
  -moz-hyphens: auto;
   -ms-hyphens: auto;
       hyphens: auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.warmer-product__product-info__button-area {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: auto;
}
.warmer-product__product-info__button-area .added_to_cart {
  display: none;
}

.warmer-product__product-info__button-area__product-price {
  font-family: "Trade Gothic LT", Arial, sans-serif;
  font-size: 18px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.warmer-product__product-info__button-area__add-to-cart-button {
  background-color: #239d83;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
}
.warmer-product__product-info__button-area__add-to-cart-button:hover {
  background-color: #2b413f;
}
.warmer-product__product-info__button-area__add-to-cart-button:hover ~ .warmer-product__product-info__button-area__product-price {
  color: #239d83;
}
.warmer-product__product-info__button-area__add-to-cart-button:not(.loading, .added) .icon.icon-cart {
  visibility: visible;
  opacity: 1;
  height: unset;
  width: unset;
}
.warmer-product__product-info__button-area__add-to-cart-button .icon {
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
}
.warmer-product__product-info__button-area__add-to-cart-button .icon path {
  fill: #fff;
}
.warmer-product__product-info__button-area__add-to-cart-button.loading .icon.icon-cart {
  -webkit-animation: fade-out 0.3s linear 1 forwards;
          animation: fade-out 0.3s linear 1 forwards;
}
.warmer-product__product-info__button-area__add-to-cart-button.loading .icon.icon-loading {
  -webkit-animation: fade-in 0.3s linear 1 0.1s forwards, rotate 0.8s linear infinite;
          animation: fade-in 0.3s linear 1 0.1s forwards, rotate 0.8s linear infinite;
}
.warmer-product__product-info__button-area__add-to-cart-button.added .icon.icon-loading {
  -webkit-animation: fade-out 0.3s linear 1 forwards, rotate 0.8s linear infinite;
          animation: fade-out 0.3s linear 1 forwards, rotate 0.8s linear infinite;
}
.warmer-product__product-info__button-area__add-to-cart-button.added .icon.icon-check {
  -webkit-animation: fade-in 0.3s linear 1 0.1s forwards, fade-out 0.3s linear 1 2.3s forwards;
          animation: fade-in 0.3s linear 1 0.1s forwards, fade-out 0.3s linear 1 2.3s forwards;
}
.warmer-product__product-info__button-area__add-to-cart-button.added .icon.icon-cart {
  -webkit-animation: fade-in 0.3s linear 1 2.4s forwards;
          animation: fade-in 0.3s linear 1 2.4s forwards;
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-out {
  from {
    visibility: visible;
    opacity: 1;
    height: unset;
    width: unset;
  }
  to {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
  }
}
@keyframes fade-out {
  from {
    visibility: visible;
    opacity: 1;
    height: unset;
    width: unset;
  }
  to {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
  }
}
@-webkit-keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
    height: unset;
    width: unset;
  }
}
@keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
    height: unset;
    width: unset;
  }
}
.warmer-product-slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  overflow: hidden;
}
.warmer-product-slider .swiper-container--product-slider .swiper--product-slider {
  padding: 0;
  margin: 0 -50px;
}
.warmer-product-slider .swiper-container--product-slider .swiper--product-slider {
  margin: 0 -50px;
}
.warmer-product-slider .swiper-container--product-slider .swiper-navigation__swiper-button {
  background-color: #fff;
  border: 1px solid #d38939;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.warmer-product-slider .swiper-container--product-slider .swiper-navigation__swiper-button:after {
  background-color: #213332;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.warmer-product-slider .swiper-container--product-slider .swiper-navigation__swiper-button:hover {
  background-color: #f7f7f7;
}
.warmer-product-slider .swiper-container--product-slider .swiper-navigation__swiper-button:hover:after {
  background-color: #d38939;
}

.warmer-product-slider__shop-link {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.warmer-product-slider__shop-link a {
  color: #af6746;
  font-weight: 700;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.warmer-product-slider__shop-link a:hover {
  color: #d38939;
}

.warmer-hero__main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 30px;
}
@media screen and (min-width: 767px) {
  .warmer-hero__main {
    min-height: max(500px, 80vh);
  }
}
@media screen and (max-width: 767px) {
  .warmer-hero__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 50px;
    min-height: unset;
  }
}

.warmer-hero__main__content {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
  margin-bottom: 140px;
  margin-left: calc(max(100% - 1440px, 0px) / 2 + 20px);
}
@media screen and (max-width: 767px) {
  .warmer-hero__main__content {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 0;
    padding: 0 20px;
    row-gap: 20px;
    width: 100%;
  }
}

.warmer-hero__main__content__text {
  background: -webkit-gradient(linear, left top, left bottom, from(#D38939), to(#4F2613));
  background: linear-gradient(180deg, #D38939 0%, #4F2613 100%);
  -webkit-background-clip: text;
          background-clip: text;
  padding: 15px 0;
}

.is-wpbakery-page .warmer-hero__main__content__text__brand {
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .is-wpbakery-page .warmer-hero__main__content__text__brand {
    font-size: 40px;
    margin-bottom: 0;
  }
}

.warmer-hero__main__content__text__subtext {
  font-family: "Trade Gothic LT", Arial, sans-serif;
  font-size: 80px;
  line-height: 68px;
}
@media screen and (max-width: 767px) {
  .warmer-hero__main__content__text__subtext {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .warmer-hero__main__content__shop-button {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 991px) {
  .warmer-hero__main__content__shop-button a {
    width: unset;
  }
}

.warmer-hero__main__logo {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  width: 350px;
  height: 350px;
  position: relative;
  margin-bottom: 140px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .warmer-hero__main__logo {
    display: none;
  }
}
.warmer-hero__main__logo:before, .warmer-hero__main__logo:after {
  content: "";
  position: absolute;
}
.warmer-hero__main__logo:after {
  -webkit-mask: url(../images/heat-icon.svg) no-repeat;
          mask: url(../images/heat-icon.svg) no-repeat;
  background-color: #CD7D34;
  opacity: 0.3;
  width: 175px;
  height: 175px;
  left: calc(50% - 87.5px);
  top: 25%;
}
.warmer-hero__main__logo:before {
  background-color: rgba(211, 137, 57, 0.5);
  -webkit-filter: blur(187px);
          filter: blur(187px);
  z-index: -1;
  width: 100%;
  height: 100%;
}

.animate .warmer-hero__main__logo::after {
  -webkit-animation: 3s infinite linear flame;
          animation: 3s infinite linear flame;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.animate .warmer-hero__main__logo::before {
  -webkit-animation: 3s infinite linear pulse;
          animation: 3s infinite linear pulse;
}

.warmer-hero__main__image {
  -webkit-box-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2 0;
          flex: 2 0;
  -ms-flex-item-align: normal;
      -ms-grid-row-align: normal;
      align-self: normal;
}
@media screen and (max-width: 991px) {
  .warmer-hero__main__image {
    -webkit-box-flex: 3;
       -moz-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
}
@media screen and (max-width: 767px) {
  .warmer-hero__main__image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-right: 0;
    max-height: 375px;
  }
}
.warmer-hero__main__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .warmer-hero__main__image img {
    border-radius: 0 0 30px 30px;
  }
}

.warmer-hero__cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: -25vh auto 60px;
}
@media screen and (max-width: 991px) {
  .warmer-hero__cards {
    margin-top: -20vh;
  }
}
@media screen and (max-width: 767px) {
  .warmer-hero__cards {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .warmer-hero__cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
}

.warmer-hero__cards__container {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  row-gap: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .warmer-hero__cards__container {
    row-gap: 10px;
  }
}
.warmer-hero__cards__container:nth-of-type(2) .warmer-card--with-image img {
  margin: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .warmer-hero__cards__container:nth-of-type(2) .warmer-card--with-image img {
    margin: 0 0 12px;
  }
}

.warmer-review-slider {
  overflow: hidden;
}
.warmer-review-slider .warmer-review {
  background: #fff;
  -webkit-box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.0509803922);
          box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.0509803922);
  border-radius: 30px;
  padding: 35px 85px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 640px) {
  .warmer-review-slider .warmer-review {
    padding: 20px;
  }
}
.warmer-review-slider .warmer-review__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (max-width: 640px) {
  .warmer-review-slider .warmer-review__header {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.warmer-review-slider .warmer-review__header__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.warmer-review-slider .warmer-review__header__image img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 65px;
  height: 65px;
}
.warmer-review-slider .warmer-review__header__text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.warmer-review-slider .warmer-review__header__text strong {
  font-family: "Trade Gothic LT", Arial, sans-serif;
  font-size: 18px;
  text-transform: none;
}
.warmer-review-slider .warmer-review__header__text span {
  font-size: 14px;
}
.warmer-review-slider .warmer-review__rating span {
  margin-left: 10px;
}
.warmer-review-slider .warmer-review__text {
  height: 80px;
  overflow: auto;
  padding-right: 15px;
}
.warmer-review-slider .warmer-review__text::-webkit-scrollbar {
  width: 12px;
  padding: 3px;
  border-radius: 8px;
}
.warmer-review-slider .warmer-review__text::-webkit-scrollbar-track {
  background-color: #fbfbfb;
}
.warmer-review-slider .warmer-review__text::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #d3d2d2;
  border: 3px solid transparent;
  background-clip: content-box;
}
.warmer-review-slider .warmer-review__text::-webkit-scrollbar-button {
  display: none;
}
.warmer-review-slider .warmer-review__text p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .warmer-review-slider .swiper-container .swiper {
    padding-bottom: 0;
  }
}

.contact-cta {
  background-color: #239d83;
  border-radius: 30px;
  padding: 50px 100px;
}
@media screen and (max-width: 767px) {
  .contact-cta {
    padding: 30px;
  }
}
.contact-cta strong {
  font-family: "Trade Gothic LT", Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact-cta strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact-cta strong {
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .contact-cta strong {
    margin-bottom: 15px;
  }
}
.contact-cta > p {
  color: #fff;
  margin-bottom: 30px;
}
.contact-cta .contact-cta__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .contact-cta .contact-cta__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact-cta .contact-cta__info .contact-cta__info__left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-cta .contact-cta__info .contact-cta__info__left {
    margin-bottom: 35px;
  }
}
.contact-cta .contact-cta__info .contact-cta__info__left .contact-cta__info__left__image {
  display: block;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 116px;
  aspect-ratio: 1/1;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .contact-cta .contact-cta__info .contact-cta__info__left .contact-cta__info__left__image {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-cta .contact-cta__info .contact-cta__info__left .contact-cta__info__left__image {
    width: 100px;
  }
}
.contact-cta .contact-cta__info .contact-cta__info__left .contact-cta__info__left__details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-cta .contact-cta__info .contact-cta__info__left .contact-cta__info__left__details strong {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .contact-cta .contact-cta__info .contact-cta__info__left .contact-cta__info__left__details strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-cta .contact-cta__info .contact-cta__info__left .contact-cta__info__left__details strong {
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contact-cta .contact-cta__info .contact-cta__info__left .contact-cta__info__left__details strong {
    margin-bottom: 5px;
  }
}
.contact-cta .contact-cta__info .contact-cta__info__left .contact-cta__info__left__details a {
  color: #fff;
  margin-bottom: 5px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .contact-cta .contact-cta__info .contact-cta__info__right {
    width: 100%;
  }
}
.contact-cta .contact-cta__info .contact-cta__info__right .button {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact-cta .contact-cta__info .contact-cta__info__right .button {
    width: 96%;
  }
}

.alt-hero {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 95px;
}
@media (min-width: 767px) {
  .alt-hero {
    min-height: max(500px, 80vh);
  }
}
@media (max-width: 767px) {
  .alt-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 80px;
  }
}
.alt-hero .warmer-breadcrumbs {
  position: absolute;
  top: 30px;
  left: calc(max(100% - 1440px, 0px) / 2 + 20px);
}
@media screen and (max-width: 767px) {
  .alt-hero .warmer-breadcrumbs {
    display: none;
  }
}
.alt-hero .alt-hero__content {
  width: calc(60% - 115px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: calc(max(100% - 1440px, 0px) / 2 + 20px);
  margin-right: 115px;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .alt-hero .alt-hero__content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .alt-hero .alt-hero__content {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .alt-hero .alt-hero__content {
    padding: 0 20px;
  }
}
.alt-hero .alt-hero__content h1 {
  font-size: 50px;
  line-height: 60px;
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .alt-hero .alt-hero__content h1 {
    -moz-hyphens: auto;
     -ms-hyphens: auto;
         hyphens: auto;
  }
}
.alt-hero .alt-hero__content p {
  margin-top: 0;
  margin-bottom: 5px;
}
.alt-hero .alt-hero__content .button {
  max-width: 250px;
  white-space: nowrap;
  margin-top: 25px;
}
.alt-hero .alt-hero__logo {
  width: 350px;
  height: 350px;
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 40%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .alt-hero .alt-hero__logo {
    display: none;
  }
}
.alt-hero .alt-hero__logo:before, .alt-hero .alt-hero__logo:after {
  content: "";
  position: absolute;
}
.alt-hero .alt-hero__logo:after {
  background: url(../images/heat-icon.svg) no-repeat;
  opacity: 0.3;
  width: 175px;
  height: 175px;
  left: calc(50% - 87.5px);
  top: 25%;
}
.alt-hero .alt-hero__logo:before {
  background-color: rgba(211, 137, 57, 0.5);
  -webkit-filter: blur(187px);
          filter: blur(187px);
  z-index: -1;
  width: 100%;
  height: 100%;
}
.alt-hero .alt-hero__image {
  width: 40%;
  -ms-flex-item-align: normal;
      -ms-grid-row-align: normal;
      align-self: normal;
}
@media screen and (max-width: 767px) {
  .alt-hero .alt-hero__image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .alt-hero .alt-hero__image {
    margin-bottom: 30px;
  }
}
.alt-hero .alt-hero__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .alt-hero .alt-hero__image img {
    border-radius: 0 0 30px 30px;
  }
}

.info-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 20px 30px 20px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.05);
          box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.05);
}
.info-card .info-card__image {
  display: block;
  height: 210px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.info-card .info-card__image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.info-card .info-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.info-card .info-card__image .info-card__label {
  padding: 13px 32px;
  background-color: #fff;
  color: #213332;
  -webkit-box-shadow: 0px 4px 10px rgba(211, 210, 210, 0.3);
          box-shadow: 0px 4px 10px rgba(211, 210, 210, 0.3);
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: 11px;
  left: 18px;
}
.info-card .info-card__content .info-card__content__title {
  display: block;
  font-family: "Trade Gothic LT", Arial, sans-serif;
  color: #213332;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  min-height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  word-break: break-word;
}
@media (max-width: 767px) {
  .info-card .info-card__content .info-card__content__title {
    font-size: 24px;
    line-height: 29px;
    min-height: 58px;
    margin-bottom: 20px;
  }
}
.info-card .info-card__content .info-card__content__title:hover {
  text-decoration: none;
  color: #d38939;
}
.info-card .info-card__content p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 30px;
}
.info-card .info-card__button-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .info-card .info-card__button-section {
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.info-card .info-card__button-section .info-card__button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-card .info-card__button-section .info-card__button:hover {
  text-decoration: none;
}
.info-card .info-card__button-section .info-card__button:hover span {
  color: #d38939;
  text-decoration: none;
}
.info-card .info-card__button-section .info-card__button:hover div {
  background-color: #af6746;
}
.info-card .info-card__button-section .info-card__button span {
  color: #213332;
  margin-right: 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.info-card .info-card__button-section .info-card__button div {
  width: 35px;
  height: 35px;
  background-color: #d38939;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.info-card-slider {
  overflow: hidden;
}
.info-card-slider .swiper-navigation__swiper-button {
  background-color: #fff;
  border: 1px solid #d38939;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.info-card-slider .swiper-navigation__swiper-button:after {
  background-color: #213332;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.info-card-slider .swiper-navigation__swiper-button:hover {
  background-color: #f7f7f7;
}
.info-card-slider .swiper-navigation__swiper-button:hover:after {
  background-color: #d38939;
}
.info-card-slider .swiper-container--info-card-slider .swiper--info-card-slider {
  margin: 0 -50px;
}
.info-card-slider .swiper-container--info-card-slider .swiper--info-card-slider .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.info-card-slider .swiper-container--info-card-slider .swiper--info-card-slider .swiper-slide .info-card {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  .info-card-slider .swiper-container--info-card-slider .swiper--info-card-slider .swiper-slide .info-card {
    padding: 10px;
  }
  .info-card-slider .swiper-container--info-card-slider .swiper--info-card-slider .swiper-slide .info-card .info-card__image .info-card__label {
    color: #fff;
    background-color: #2b413f;
    padding: 3px 22px;
    border-radius: 20px 0 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 0;
    left: 0;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .info-card-slider .swiper-container--info-card-slider .swiper--info-card-slider .swiper-slide .info-card {
    padding: 10px;
  }
  .info-card-slider .swiper-container--info-card-slider .swiper--info-card-slider .swiper-slide .info-card .info-card__image .info-card__label {
    width: 100%;
  }
}

.product-advice-popup {
  width: 100vw;
  min-height: 100vh;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 100vw;
  z-index: 1100;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
.product-advice-popup.active {
  right: 0;
}
.product-advice-popup .product-advice-popup__background {
  position: relative;
  width: 50%;
  height: 100%;
  background-color: #2b413f;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .product-advice-popup .product-advice-popup__background {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .product-advice-popup .product-advice-popup__background {
    display: none;
  }
}
.product-advice-popup .product-advice-popup__form {
  position: relative;
  width: 50%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 3.4722222222vw;
  overflow-y: scroll;
}
@media screen and (min-width: 1920px) {
  .product-advice-popup .product-advice-popup__form {
    padding: 66.6666666667px;
  }
}
@media screen and (max-width: 1440px) {
  .product-advice-popup .product-advice-popup__form {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .product-advice-popup .product-advice-popup__form {
    width: 70%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-advice-popup .product-advice-popup__form {
    width: 100%;
  }
}
.product-advice-popup .product-advice-popup__form .product-advice-popup__form__close {
  position: absolute;
  top: 1.3888888889vw;
  right: 3.4722222222vw;
  font-weight: 900;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
}
@media screen and (min-width: 1920px) {
  .product-advice-popup .product-advice-popup__form .product-advice-popup__form__close {
    top: 26.6666666667px;
  }
}
@media screen and (max-width: 1440px) {
  .product-advice-popup .product-advice-popup__form .product-advice-popup__form__close {
    top: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .product-advice-popup .product-advice-popup__form .product-advice-popup__form__close {
    right: 66.6666666667px;
  }
}
@media screen and (max-width: 1440px) {
  .product-advice-popup .product-advice-popup__form .product-advice-popup__form__close {
    right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .product-advice-popup .product-advice-popup__form .product-advice-popup__form__close {
    right: 20px;
  }
}
.product-advice-popup .product-advice-popup__form .advice-form h2 {
  font-size: 4.1666666667vw;
  line-height: 4.3055555556vw;
  margin-bottom: 15px;
  font-weight: 900;
}
@media screen and (min-width: 1920px) {
  .product-advice-popup .product-advice-popup__form .advice-form h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1440px) {
  .product-advice-popup .product-advice-popup__form .advice-form h2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .product-advice-popup .product-advice-popup__form .advice-form h2 {
    line-height: 82.6666666667px;
  }
}
@media screen and (max-width: 1440px) {
  .product-advice-popup .product-advice-popup__form .advice-form h2 {
    line-height: 62px;
  }
}
@media screen and (max-width: 640px) {
  .product-advice-popup .product-advice-popup__form .advice-form h2 {
    font-size: 54px;
  }
}
@media screen and (max-width: 640px) {
  .product-advice-popup .product-advice-popup__form .advice-form h2 {
    line-height: 56px;
  }
}
.product-advice-popup .product-advice-popup__form .advice-form p {
  font-size: 1.1111111111vw;
  line-height: 1.3888888889vw;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (min-width: 1920px) {
  .product-advice-popup .product-advice-popup__form .advice-form p {
    font-size: 21.3333333333px;
  }
}
@media screen and (max-width: 1440px) {
  .product-advice-popup .product-advice-popup__form .advice-form p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .product-advice-popup .product-advice-popup__form .advice-form p {
    line-height: 26.6666666667px;
  }
}
@media screen and (max-width: 1440px) {
  .product-advice-popup .product-advice-popup__form .advice-form p {
    line-height: 20px;
  }
}
.product-advice-popup .product-advice-popup__form .advice-form .form-field {
  margin-bottom: 15px;
}
.product-advice-popup .product-advice-popup__form .advice-form .form-field input {
  width: 100%;
  font-size: 0.9722222222vw;
  line-height: 1.1111111111vw;
  padding-left: 23px;
  padding-right: 19px;
}
@media screen and (min-width: 1920px) {
  .product-advice-popup .product-advice-popup__form .advice-form .form-field input {
    font-size: 18.6666666667px;
  }
}
@media screen and (max-width: 1440px) {
  .product-advice-popup .product-advice-popup__form .advice-form .form-field input {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .product-advice-popup .product-advice-popup__form .advice-form .form-field input {
    line-height: 21.3333333333px;
  }
}
@media screen and (max-width: 1440px) {
  .product-advice-popup .product-advice-popup__form .advice-form .form-field input {
    line-height: 16px;
  }
}
.product-advice-popup .product-advice-popup__form .advice-form .form-field span {
  display: block;
  font-size: 0.9722222222vw;
  line-height: 1.25vw;
  margin-bottom: 0.3472222222vw;
  font-weight: 700;
}
@media screen and (min-width: 1920px) {
  .product-advice-popup .product-advice-popup__form .advice-form .form-field span {
    font-size: 18.6666666667px;
  }
}
@media screen and (max-width: 1440px) {
  .product-advice-popup .product-advice-popup__form .advice-form .form-field span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .product-advice-popup .product-advice-popup__form .advice-form .form-field span {
    line-height: 24px;
  }
}
@media screen and (max-width: 1440px) {
  .product-advice-popup .product-advice-popup__form .advice-form .form-field span {
    line-height: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .product-advice-popup .product-advice-popup__form .advice-form .form-field span {
    margin-bottom: 6.6666666667px;
  }
}
@media screen and (max-width: 1440px) {
  .product-advice-popup .product-advice-popup__form .advice-form .form-field span {
    margin-bottom: 5px;
  }
}
.product-advice-popup .product-advice-popup__form .advice-form .acceptance-content .acceptance-text {
  font-size: 12px;
  line-height: 16px;
}
.product-advice-popup .product-advice-popup__form .advice-form .acceptance-content .recaptcha-text {
  margin-top: 5px;
}
.product-advice-popup .product-advice-popup__form .advice-form .button-col {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-advice-popup .product-advice-popup__form .advice-form .button-col button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 991px) {
  .product-advice-popup .product-advice-popup__form .advice-form .button-col button {
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .product-advice-popup .product-advice-popup__form .advice-form .button-col button {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-advice-popup .product-advice-popup__form .advice-form .button-col button {
    width: 100%;
  }
}

.list-element strong {
  display: block;
  font-family: "Trade Gothic LT", Arial, sans-serif;
  color: #213332;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .list-element strong {
    font-size: 24px;
    line-height: 29px;
  }
}
.list-element .list-element__table {
  padding-left: 10px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .list-element .list-element__table {
    padding-left: 0;
  }
}
.list-element .list-element__table tr {
  background-color: unset;
}
.list-element .list-element__table th {
  border-bottom: 1px solid #f3f0ea;
  font-weight: normal;
  text-align: left;
  width: 50%;
}
.list-element .list-element__table td {
  border-bottom: 1px solid #f3f0ea;
  font-weight: bold;
  width: 50%;
}
.list-element .list-element__table th p, .list-element .list-element__table td p {
  margin: 10px 0;
  -moz-hyphens: auto;
   -ms-hyphens: auto;
       hyphens: auto;
}

.woocommerce-order-received .woocommerce-order {
  background-color: #f3f0ea;
}
.woocommerce-order-received .desktop-title {
  display: block;
  margin-top: 50px;
}
@media (max-width: 640px) {
  .woocommerce-order-received .desktop-title {
    display: none;
  }
}
.woocommerce-order-received .mobile-title {
  display: none;
}
@media (max-width: 640px) {
  .woocommerce-order-received .mobile-title {
    display: block;
  }
}
@media (max-width: 640px) {
  .woocommerce-order-received .container.with-max-width {
    padding: 0;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order-received {
  font-family: "Trade Gothic LT", Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #000;
  padding-top: 83px;
  padding-bottom: 58px;
  margin: 0;
}
@media (max-width: 640px) {
  .woocommerce-order-received .woocommerce-thankyou-order-received {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 49px;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations {
  position: relative;
  background-color: #F3F0EA;
  padding-top: 0;
  padding-bottom: 75px;
}
@media (max-width: 640px) {
  .woocommerce-order-received .woocommerce-thankyou-order__expectations {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations h2 {
  font-family: "Trade Gothic LT", Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: none;
  margin-bottom: 61px;
}
@media (max-width: 640px) {
  .woocommerce-order-received .woocommerce-thankyou-order__expectations h2 {
    font-size: 20px;
    line-height: 24px;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 34px;
    margin-left: 21px;
    -ms-flex-item-align: self-start;
        -ms-grid-row-align: self-start;
        align-self: self-start;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content ul {
  list-style-type: none;
  padding-left: 66px;
  margin-right: 142px;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991px) {
  .woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content ul {
    padding-left: 57px;
    margin-right: 20px;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content ul li {
  position: relative;
  padding-bottom: 31px;
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content ul li svg.warmer-wave-svg {
  position: absolute;
  top: -15px;
  left: 0;
  margin-left: -182px;
}
@media (max-width: 640px) {
  .woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content ul li svg.warmer-wave-svg {
    top: 10px;
    margin-left: -52px;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content ul li svg.warmer-ellipse-svg {
  position: absolute;
  left: -567px;
  top: -411px;
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content ul li .ellipse {
  width: 30px;
  height: 30px;
  color: white;
  border-radius: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -62px;
  top: 4px;
}
@media (max-width: 640px) {
  .woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content ul li .ellipse {
    top: 24px;
    left: -37px;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content ul li .ellipse.green {
  background-color: #43B4A6;
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content ul li .ellipse.orange {
  background-color: #D38939;
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content ul li strong {
  font-family: "Trade Gothic LT", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: none;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 640px) {
  .woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content ul li strong {
    font-size: 18px;
    line-height: 22px;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content ul li span {
  font-family: "DinPro", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 640px) {
  .woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content ul li span {
    font-size: 16px;
    line-height: 20px;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content .woocommerce-thankyou-order__expectations-content-underway {
  background-color: white;
  border-radius: 30px;
  padding-top: 37px;
  padding-left: 52px;
  padding-bottom: 37px;
  padding-right: 52px;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: self-start;
      -ms-grid-row-align: self-start;
      align-self: self-start;
}
@media (max-width: 991px) {
  .woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content .woocommerce-thankyou-order__expectations-content-underway {
    margin-right: 0;
    margin-bottom: 47px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: calc(100% - 40px);
    padding-top: 37px;
    padding-left: 38px;
    padding-bottom: 47px;
    padding-right: 38px;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content .woocommerce-thankyou-order__expectations-content-underway h3 {
  font-family: "Trade Gothic LT", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 32px;
}
@media (max-width: 640px) {
  .woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content .woocommerce-thankyou-order__expectations-content-underway h3 {
    margin-bottom: 0;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content .woocommerce-thankyou-order__expectations-content-underway hr {
  display: none;
}
@media (max-width: 640px) {
  .woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content .woocommerce-thankyou-order__expectations-content-underway hr {
    display: block;
    color: #F3F0EA;
    border: 0;
    height: 1px;
    border-bottom: 1px solid #F3F0EA;
    margin-top: 23px;
    margin-bottom: 23px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content .woocommerce-thankyou-order__expectations-content-underway div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 48px;
}
@media (max-width: 640px) {
  .woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content .woocommerce-thankyou-order__expectations-content-underway div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content .woocommerce-thankyou-order__expectations-content-underway div .deliver-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  width: 115px;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 96px) / 3);
          flex: 0 1 calc((100% - 96px) / 3);
}
@media (max-width: 991px) {
  .woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content .woocommerce-thankyou-order__expectations-content-underway div .deliver-item {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 48px) / 2);
            flex: 0 1 calc((100% - 48px) / 2);
    min-width: 115px;
  }
}
@media (max-width: 640px) {
  .woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content .woocommerce-thankyou-order__expectations-content-underway div .deliver-item {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-width: 115px;
    width: 100%;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content .woocommerce-thankyou-order__expectations-content-underway div .deliver-item figure {
  max-width: 132px;
}
@media (max-width: 640px) {
  .woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content .woocommerce-thankyou-order__expectations-content-underway div .deliver-item figure {
    margin-right: 14px;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content .woocommerce-thankyou-order__expectations-content-underway div .deliver-item main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10px;
}
@media (max-width: 640px) {
  .woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content .woocommerce-thankyou-order__expectations-content-underway div .deliver-item main {
    padding-top: 0;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content .woocommerce-thankyou-order__expectations-content-underway div .deliver-item main span.deliver-item-company {
  font-family: "DinPro", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
}
@media (max-width: 640px) {
  .woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content .woocommerce-thankyou-order__expectations-content-underway div .deliver-item main span.deliver-item-company {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content .woocommerce-thankyou-order__expectations-content-underway div .deliver-item main span.deliver-item-name {
  font-family: "DinPro", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 5px;
}
@media (max-width: 640px) {
  .woocommerce-order-received .woocommerce-thankyou-order__expectations .woocommerce-thankyou-order__expectations-content .woocommerce-thankyou-order__expectations-content-underway div .deliver-item main span.deliver-item-name {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    padding-top: 4px;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .warmer-home-button {
  display: none;
  position: relative;
  width: 234px;
  height: 65px;
  color: white;
  background-color: #239d83;
  margin: 0 auto;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  font-family: "DinPro", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 640px) {
  .woocommerce-order-received .woocommerce-thankyou-order__expectations .warmer-home-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .warmer-home-button svg {
  position: absolute;
  right: -8px;
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .warmer-home-button svg path {
  fill: #43b4a6;
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .warmer-home-button svg.long-wave-1 {
  right: 40px;
}
.woocommerce-order-received .woocommerce-thankyou-order__expectations .warmer-home-button svg.short-wave-2 {
  right: 16px;
  bottom: 0;
}

.woocommerce-order-details {
  display: none;
}

.error404 .page-wrapper {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error404 .page-404 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
.error404 .page-404 h1 {
  margin-bottom: 40px;
}
.error404 .page-404 p {
  margin: 0;
  margin-bottom: 30px;
}

.project-page {
  overflow-x: hidden;
}
.project-page .project-page__content .project-page__content__top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 160px;
}
@media screen and (max-width: 991px) {
  .project-page .project-page__content .project-page__content__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .project-page .project-page__content .project-page__content__top {
    margin-bottom: 100px;
  }
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__left {
  margin-right: 125px;
  -ms-flex-preferred-size: calc(100% - 525px);
      flex-basis: calc(100% - 525px);
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (max-width: 991px) {
  .project-page .project-page__content .project-page__content__top .project-page__content__top__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 991px) {
  .project-page .project-page__content .project-page__content__top .project-page__content__top__left {
    margin-right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .project-page .project-page__content .project-page__content__top .project-page__content__top__left {
    margin-bottom: 100px;
  }
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__left h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__left .project-page__content__top__left__stats {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
  gap: 25px;
}
@media screen and (max-width: 1200px) {
  .project-page .project-page__content .project-page__content__top .project-page__content__top__left .project-page__content__top__left__stats {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .project-page .project-page__content .project-page__content__top .project-page__content__top__left .project-page__content__top__left__stats {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .project-page .project-page__content .project-page__content__top .project-page__content__top__left .project-page__content__top__left__stats {
    margin-top: 30px;
  }
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__left .project-page__content__top__left__stats div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: calc(25% - 25px);
      flex-basis: calc(25% - 25px);
}
@media screen and (max-width: 1200px) {
  .project-page .project-page__content .project-page__content__top .project-page__content__top__left .project-page__content__top__left__stats div {
    -ms-flex-preferred-size: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
  }
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__left .project-page__content__top__left__stats div strong {
  font-family: "Trade Gothic LT", Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__left .project-page__content__top__left__stats div span {
  font-size: 16px;
  line-height: 20px;
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right {
  position: relative;
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .project-page .project-page__content .project-page__content__top .project-page__content__top__right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right::before {
  content: "";
  background: url(../images/heat-icon--top.svg) no-repeat;
  width: 139px;
  height: 139px;
  position: absolute;
  top: 0;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .project-page .project-page__content .project-page__content__top .project-page__content__top__right::before {
    content: none;
  }
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right:after {
  content: "";
  position: absolute;
  background-color: rgba(211, 137, 57, 0.5);
  -webkit-filter: blur(187px);
          filter: blur(187px);
  z-index: 0;
  width: 100%;
  height: 100%;
  top: -139px;
  right: -100px;
}
@media screen and (max-width: 767px) {
  .project-page .project-page__content .project-page__content__top .project-page__content__top__right:after {
    top: 140px;
  }
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box {
  width: 400px;
  padding: 40px;
  background-color: #239d83;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box {
    width: 100%;
  }
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box::after {
  content: "";
  background: url(../images/heat-icon--bottom.svg) no-repeat;
  width: 139px;
  height: 139px;
  position: absolute;
  top: 0;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box::after {
    content: none;
  }
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box h3, .project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box p, .project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box span, .project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box strong {
  color: #fff;
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box h3 {
  margin-top: 0;
  margin-bottom: 35px;
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box .project-page__content__top__right__box__content {
  margin-bottom: 50px;
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box .project-page__content__top__right__box__content .project-page__content__top__right__box__content__item {
  border-bottom: 2px solid #43b4a6;
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box .project-page__content__top__right__box__content .project-page__content__top__right__box__content__item.open .project-page__content__top__right__box__content__item__subitems {
  display: block;
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box .project-page__content__top__right__box__content .project-page__content__top__right__box__content__item.open .has-subitems span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box .project-page__content__top__right__box__content .project-page__content__top__right__box__content__item .project-page__content__top__right__box__content__item__main {
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box .project-page__content__top__right__box__content .project-page__content__top__right__box__content__item .project-page__content__top__right__box__content__item__main.has-subitems {
  cursor: pointer;
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box .project-page__content__top__right__box__content .project-page__content__top__right__box__content__item .project-page__content__top__right__box__content__item__main.has-subitems span {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box .project-page__content__top__right__box__content .project-page__content__top__right__box__content__item .project-page__content__top__right__box__content__item__main.has-subitems span::after {
  content: "";
  background-image: url(../images/chevron-down--white.svg);
  background-size: cover;
  display: inline-block;
  width: 18px;
  height: 15px;
  margin-left: 5px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box .project-page__content__top__right__box__content .project-page__content__top__right__box__content__item .project-page__content__top__right__box__content__item__subitems {
  padding-left: 20px;
  display: none;
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box .project-page__content__top__right__box__content .project-page__content__top__right__box__content__item .project-page__content__top__right__box__content__item__subitems .project-page__content__top__right__box__content__item__subitems__sub {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box .project-page__content__top__right__box__total {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box .project-page__content__top__right__box__total span {
  font-size: 16px;
  line-height: 20px;
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box .project-page__content__top__right__box__total strong {
  font-family: "Trade Gothic LT", Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
}
.project-page .project-page__content .project-page__content__top .project-page__content__top__right .project-page__content__top__right__box .button {
  white-space: nowrap;
  width: 96%;
}
.project-page .project-page__content .project-page__content__mid {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .project-page .project-page__content .project-page__content__mid {
    margin-bottom: 40px;
  }
}
.project-page .project-page__content .project-page__content__bottom .project-page__content__bottom__contact {
  max-width: 1026px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .project-page .project-page__content .project-page__content__bottom .project-page__content__bottom__contact {
    margin-bottom: 40px;
  }
}
.project-page .project-page__content .project-page__content__bottom .project-page__content__bottom__slider h3 {
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .project-page .project-page__content .project-page__content__bottom .project-page__content__bottom__slider h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .project-page .project-page__content .project-page__content__bottom .project-page__content__bottom__slider .info-card-slider {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .project-page .project-page__content .project-page__content__bottom .project-page__content__bottom__slider .info-card-slider .swiper--info-card-slider {
    padding-bottom: 20px;
  }
}

.archive-project .archive-project__header {
  width: 100%;
  height: 290px;
  position: relative;
  padding-top: 90px;
  padding-bottom: 60px;
  margin-bottom: 50px;
}
.archive-project .archive-project__header .archive-project__header__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.archive-project .archive-project__header .archive-project__header__image::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.archive-project .archive-project__header .archive-project__header__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.archive-project .archive-project__header .warmer-breadcrumbs {
  margin-top: 0;
  margin-bottom: 65px;
  position: relative;
  z-index: 1;
}
.archive-project .archive-project__header h1 {
  position: relative;
  z-index: 1;
}
.archive-project .archive-project__content .row--same-size > div {
  margin-bottom: 50px;
}
.archive-project .archive-project__content .info-card {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .archive-project .archive-project__content .info-card {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .archive-project .archive-project__content .info-card .info-card__content strong {
    min-height: initial;
  }
}
.archive-project .archive-project__content .content-media-block {
  margin-top: 135px;
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .archive-project .archive-project__content .content-media-block {
    margin-top: 60px;
  }
}
.archive-project .archive-project__content .archive-project__content__contact {
  max-width: 1026px;
  margin: 0 auto;
  margin-bottom: 110px;
}

.kb-page {
  overflow-x: hidden;
}
.kb-page .kp-page__content .kb-page__content__top {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .kb-page .kp-page__content .kb-page__content__top {
    margin-bottom: 40px;
  }
}
.kb-page .kp-page__content .kb-page__content__bottom .kb-page__content__bottom__contact {
  max-width: 1026px;
  margin: 0 auto;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kb-page .kp-page__content .kb-page__content__bottom .kb-page__content__bottom__contact {
    margin-bottom: 40px;
  }
}
.kb-page .kp-page__content .kb-page__content__bottom .kb-page__content__bottom__contact::before {
  content: "";
  width: 350px;
  height: 350px;
  position: absolute;
  background-color: rgba(211, 137, 57, 0.5);
  -webkit-filter: blur(187px);
          filter: blur(187px);
  z-index: -1;
  top: -150px;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .kb-page .kp-page__content .kb-page__content__bottom .kb-page__content__bottom__contact::before {
    content: none;
  }
}
.kb-page .kp-page__content .kb-page__content__bottom .kb-page__content__bottom__slider h3 {
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .kb-page .kp-page__content .kb-page__content__bottom .kb-page__content__bottom__slider h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .kb-page .kp-page__content .kb-page__content__bottom .kb-page__content__bottom__slider .info-card-slider {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .kb-page .kp-page__content .kb-page__content__bottom .kb-page__content__bottom__slider .info-card-slider .swiper--info-card-slider {
    padding-bottom: 20px;
  }
}

.archive-kb .archive-kb__header {
  width: 100%;
  height: 290px;
  position: relative;
  padding-top: 90px;
  padding-bottom: 60px;
  margin-bottom: 50px;
}
.archive-kb .archive-kb__header .archive-kb__header__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.archive-kb .archive-kb__header .archive-kb__header__image::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.archive-kb .archive-kb__header .archive-kb__header__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.archive-kb .archive-kb__header .warmer-breadcrumbs {
  margin-top: 0;
  margin-bottom: 65px;
  position: relative;
  z-index: 1;
}
.archive-kb .archive-kb__header h1 {
  position: relative;
  z-index: 1;
}
.archive-kb .archive-kb__content .row--same-size > div {
  margin-bottom: 50px;
}
.archive-kb .archive-kb__content .info-card {
  height: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .archive-kb .archive-kb__content .info-card {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .archive-kb .archive-kb__content .info-card .info-card__content strong {
    min-height: initial;
  }
}
.archive-kb .archive-kb__content .archive-kb__content__filterarea h2 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
.archive-kb .archive-kb__content .archive-kb__content__filterarea .archive-kb__content__filterarea__filters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 55px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .archive-kb .archive-kb__content .archive-kb__content__filterarea .archive-kb__content__filterarea__filters {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-bottom: 20px;
    overflow-x: scroll;
  }
}
.archive-kb .archive-kb__content .archive-kb__content__filterarea .archive-kb__content__filterarea__filters .archive-kb__content__filterarea__filters__filter {
  padding: 13px 32px;
  background-color: #fff;
  color: #213332;
  -webkit-box-shadow: 0px 4px 10px rgba(211, 210, 210, 0.3);
          box-shadow: 0px 4px 10px rgba(211, 210, 210, 0.3);
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.archive-kb .archive-kb__content .archive-kb__content__filterarea .archive-kb__content__filterarea__filters .archive-kb__content__filterarea__filters__filter:hover {
  background-color: #d38939;
  color: #fff;
}
.archive-kb .archive-kb__content .archive-kb__content__filterarea .archive-kb__content__filterarea__filters .archive-kb__content__filterarea__filters__filter.current {
  background-color: #d38939;
  color: #fff;
}
.archive-kb .archive-kb__content .pagination {
  margin-top: 40px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .archive-kb .archive-kb__content .pagination {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .archive-kb .archive-kb__content .pagination {
    margin-bottom: 70px;
  }
}

.archive .warmer-breadcrumbs {
  margin-top: 35px;
  margin-bottom: 65px;
}
.archive h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.archive .woocommerce__searchbar {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .archive .woocommerce__searchbar {
    margin-bottom: 50px;
  }
}
.archive .shop {
  margin-bottom: 100px;
}

.shop {
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.shop.shop--single .shop__content ul.products .warmer-product,
.shop.shop--single .shop__content ul.products .calculator-cta {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.shop.shop--single .shop__content ul.products .warmer-product .warmer-product__product-image,
.shop.shop--single .shop__content ul.products .calculator-cta .warmer-product__product-image {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1 35%;
          flex: 1 1 35%;
}
.shop.shop--single .shop__content ul.products .warmer-product .warmer-product__product-info,
.shop.shop--single .shop__content ul.products .calculator-cta .warmer-product__product-info {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
}
.shop .shop__content {
  width: calc(100% - 325px);
}
@media screen and (max-width: 1440px) {
  .shop .shop__content {
    width: 100%;
  }
}
.shop .shop__content > p {
  margin-top: 0;
}
.shop .shop__content .woocommerce-pagination {
  margin-top: 50px;
}
.shop .shop__content ul.products {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.shop .shop__content ul.products::before, .shop .shop__content ul.products::after {
  content: none;
}
.shop .shop__content ul.products li.product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
.shop .shop__content ul.products li.product img {
  margin: 0;
}
.shop .shop__content ul.products > div:nth-child(1) {
  -webkit-box-ordinal-group: 2;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.shop .shop__content ul.products > div:nth-child(2) {
  -webkit-box-ordinal-group: 3;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.shop .shop__content ul.products > div:nth-child(3) {
  -webkit-box-ordinal-group: 4;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.shop .shop__content ul.products > div:nth-child(4) {
  -webkit-box-ordinal-group: 5;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.shop .shop__content ul.products > div:nth-child(5) {
  -webkit-box-ordinal-group: 6;
     -moz-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.shop .shop__content ul.products > div:nth-child(6) {
  -webkit-box-ordinal-group: 7;
     -moz-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.shop .shop__content ul.products > div:nth-child(7) {
  -webkit-box-ordinal-group: 8;
     -moz-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.shop .shop__content ul.products > div:nth-child(8) {
  -webkit-box-ordinal-group: 9;
     -moz-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.shop .shop__content ul.products > div:nth-child(9) {
  -webkit-box-ordinal-group: 10;
     -moz-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.shop .shop__content ul.products > div:nth-child(10) {
  -webkit-box-ordinal-group: 11;
     -moz-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.shop .shop__content ul.products > div:nth-child(11) {
  -webkit-box-ordinal-group: 12;
     -moz-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.shop .shop__content ul.products > div:nth-child(12) {
  -webkit-box-ordinal-group: 13;
     -moz-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
@media screen and (max-width: 640px) {
  .shop .shop__content ul.products > div:nth-child(10) {
    -webkit-box-ordinal-group: 10;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .shop .shop__content ul.products > div:nth-child(9) {
    -webkit-box-ordinal-group: 11;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
.shop .shop__content ul.products .warmer-product {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 calc(33.3333333333% - 26.6666666667px);
          flex: 0 1 calc(33.3333333333% - 26.6666666667px);
  padding: 0;
}
@media screen and (max-width: 640px) {
  .shop .shop__content ul.products .warmer-product {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 20px);
            flex: 0 1 calc(50% - 20px);
  }
}
.shop .shop__content ul.products .warmer-product .warmer-product__product-image {
  width: 100%;
}
.shop .shop__content ul.products .warmer-product .warmer-product__product-info__product-name,
.shop .shop__content ul.products .warmer-product h2 {
  margin-bottom: 20px;
}
.shop .shop__content ul.products .warmer-product.warmer-product--horizontal {
  padding: 35px 0;
}
@media screen and (max-width: 640px) {
  .shop .shop__content ul.products .warmer-product.warmer-product--horizontal {
    padding: 10px 0 20px 0;
  }
}
.shop .shop__content ul.products .calculator-cta {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 calc(33.3333333333% - 26.6666666667px);
          flex: 0 1 calc(33.3333333333% - 26.6666666667px);
  height: auto;
}
@media screen and (max-width: 640px) {
  .shop .shop__content ul.products .calculator-cta {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.shop .shop__content .mobile-filter-button {
  padding: 11px;
  background-color: #fff;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  gap: 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: none;
}
@media screen and (max-width: 991px) {
  .shop .shop__content .mobile-filter-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.shop .shop__content .mobile-filter-button:hover {
  background-color: #d3d2d2;
}
.shop .shop__content .mobile-filter-button span {
  font-family: "DinPro", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #213332;
}
.shop .shop__content .mobile-filter-button span.mobile-filter-button__count {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  border-radius: 50%;
  background-color: rgba(211, 137, 57, 0.5);
}
.shop .shop__content .shop__content__sorting {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .shop .shop__content .shop__content__sorting {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .shop .shop__content .shop__content__sorting {
    margin-bottom: 60px;
  }
}
.shop .shop__content .shop__content__sorting.no-results-found .shop__content__sorting__right {
  display: none;
}
.shop .shop__content .shop__content__sorting.no-results-found .mobile-filter-button {
  width: 100%;
}
.shop .shop__content .shop__content__sorting .woocommerce-result-count {
  font-family: "Trade Gothic LT", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .shop .shop__content .shop__content__sorting .woocommerce-result-count {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-family: "DinPro", Arial, sans-serif;
    font-weight: 400;
  }
}
@media screen and (max-width: 991px) {
  .shop .shop__content .shop__content__sorting .woocommerce-ordering-header, .shop .shop__content .shop__content__sorting .woocommerce-ordering {
    display: none;
  }
}
.shop .shop__content .shop__content__sorting .shop__content__sorting__right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop .shop__content .shop__content__sorting .shop__content__sorting__right .woocommerce-ordering-header {
  font-family: "DinPro", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-right: 5px;
}
.shop .shop__content .shop__content__sorting .shop__content__sorting__right .shop__content__switcher {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
}
.shop .shop__content .shop__content__sorting .shop__content__sorting__right .shop__content__switcher a {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  border: 1px solid #d38939;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.shop .shop__content .shop__content__sorting .shop__content__sorting__right .shop__content__switcher a:hover {
  background-color: #d38939;
}
.shop .shop__content .shop__content__sorting .shop__content__sorting__right .shop__content__switcher a:hover svg path {
  fill: #fff;
}
.shop .shop__content .shop__content__sorting .shop__content__sorting__right .shop__content__switcher a.active {
  background-color: #d38939;
}
.shop .shop__content .shop__content__sorting .shop__content__sorting__right .shop__content__switcher a.active svg path {
  fill: #fff;
}
.shop .shop__content .shop__content__sorting .shop__content__sorting__right .shop__content__switcher a svg path {
  fill: #d38939;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.shop .shop__content .shop__content__sorting .shop__content__sorting__right .shop__content__switcher a + a {
  margin-left: 10px;
}
.shop .shop__sidebar {
  width: 100%;
  max-width: 325px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .shop .shop__sidebar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
    padding-right: 0;
    position: fixed;
    left: -100vw;
    top: 0;
    width: 100vw;
    height: 100%;
    overflow: auto;
    background-color: #f3f0ea;
    z-index: 10;
    -webkit-transition: left 500ms ease;
    transition: left 500ms ease;
  }
}
.shop .shop__sidebar .shop__sidebar__check {
  cursor: pointer;
}
.shop .shop__sidebar .shop__sidebar__top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .shop .shop__sidebar .shop__sidebar__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .shop .shop__sidebar .shop__sidebar__top {
    padding: 15px 20px 0px 20px;
  }
}
.shop .shop__sidebar .shop__sidebar__top h2 {
  font-size: 30px;
  line-height: 36px;
  font-family: "Trade Gothic LT", Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .shop .shop__sidebar .shop__sidebar__top h2 {
    margin-top: 35px;
  }
}
.shop .shop__sidebar .shop__sidebar__top a.button {
  font-size: 12px;
  line-height: 12px;
  font-family: "Trade Gothic LT", Arial, sans-serif;
  font-weight: 400;
}
.shop .shop__sidebar .shop__sidebar__top .shop__sidebar__top__mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .shop .shop__sidebar .shop__sidebar__top .shop__sidebar__top__mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .shop .shop__sidebar .shop__sidebar__top .shop__sidebar__top__mobile {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .shop .shop__sidebar .shop__sidebar__top .shop__sidebar__top__mobile {
    width: 100%;
  }
}
.shop .shop__sidebar .shop__sidebar__top .shop__sidebar__top__mobile .shop__sidebar__top__mobile__logo img {
  min-width: 150px;
  width: 150px;
  min-height: 29px;
  height: 29px;
}
.shop .shop__sidebar .shop__sidebar__bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
}
@media (max-width: 991px) {
  .shop .shop__sidebar .shop__sidebar__bottom {
    margin-top: 40px;
    background-color: #f3f0ea;
    -webkit-box-shadow: 4px -4px 40px rgba(175, 103, 70, 0.23);
            box-shadow: 4px -4px 40px rgba(175, 103, 70, 0.23);
    padding: 10px 30px 10px 45px;
  }
}
.shop .shop__sidebar .shop__sidebar__bottom .button {
  display: none;
  max-width: 190px;
}
@media screen and (max-width: 991px) {
  .shop .shop__sidebar .shop__sidebar__bottom .button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.shop .shop__sidebar .shop__sidebar__close {
  display: none;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 8px;
  right: 20px;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  border-radius: 50%;
  background-color: #d38939;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .shop .shop__sidebar .shop__sidebar__close {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.shop .shop__sidebar .erase-filters {
  font-size: 16px;
  line-height: 20px;
  color: #213332;
}
.shop .shop__sidebar.loading::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.75);
}
.shop .shop__sidebar.loading::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/wp-content/themes/warmer/dist/images/loading.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
  z-index: 11;
  -webkit-animation: rotate 1.2s linear infinite;
          animation: rotate 1.2s linear infinite;
}
@media screen and (max-width: 991px) {
  .shop .shop__sidebar .shop__sidebar__content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.shop .shop__sidebar .shop__sidebar__content .count {
  display: none;
}
.shop .shop__sidebar .shop__sidebar__content .product-categories,
.shop .shop__sidebar .shop__sidebar__content .woocommerce-widget-layered-nav-list {
  overflow: hidden;
  margin-bottom: 20px;
}
.shop .shop__sidebar .shop__sidebar__content .product-categories li + li,
.shop .shop__sidebar .shop__sidebar__content .woocommerce-widget-layered-nav-list li + li {
  margin-top: 0;
}
.shop .shop__sidebar .shop__sidebar__content .product-categories li,
.shop .shop__sidebar .shop__sidebar__content .woocommerce-widget-layered-nav-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.shop .shop__sidebar .shop__sidebar__content .product-categories li a,
.shop .shop__sidebar .shop__sidebar__content .woocommerce-widget-layered-nav-list li a {
  font-family: "DinPro", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #213332;
}
.shop .shop__sidebar .shop__sidebar__content .product-categories li a:hover,
.shop .shop__sidebar .shop__sidebar__content .woocommerce-widget-layered-nav-list li a:hover {
  text-decoration: none;
}
.shop .shop__sidebar .shop__sidebar__content .product-categories li.current-cat a, .shop .shop__sidebar .shop__sidebar__content .product-categories li.current-cat span,
.shop .shop__sidebar .shop__sidebar__content .woocommerce-widget-layered-nav-list li.current-cat a,
.shop .shop__sidebar .shop__sidebar__content .woocommerce-widget-layered-nav-list li.current-cat span {
  font-weight: 700;
}
.shop .shop__sidebar .shop__sidebar__content .product-categories li.current-cat a::before,
.shop .shop__sidebar .shop__sidebar__content .woocommerce-widget-layered-nav-list li.current-cat a::before {
  content: none !important;
}
.shop .shop__sidebar .shop__sidebar__content .product-categories li.current-cat .checkbox-container .checkmark::after,
.shop .shop__sidebar .shop__sidebar__content .woocommerce-widget-layered-nav-list li.current-cat .checkbox-container .checkmark::after {
  display: block;
}
.shop .shop__sidebar .shop__sidebar__content .product-categories li.cat-parent,
.shop .shop__sidebar .shop__sidebar__content .woocommerce-widget-layered-nav-list li.cat-parent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.shop .shop__sidebar .shop__sidebar__content .product-categories li.cat-parent > a,
.shop .shop__sidebar .shop__sidebar__content .woocommerce-widget-layered-nav-list li.cat-parent > a {
  margin-bottom: 5px;
}
.shop .shop__sidebar .shop__sidebar__content .product-categories li.cat-parent ul.children,
.shop .shop__sidebar .shop__sidebar__content .woocommerce-widget-layered-nav-list li.cat-parent ul.children {
  margin-top: 0;
}
.shop .shop__sidebar .shop__sidebar__content .shop__sidebar__content__mobile-sorting {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  .shop .shop__sidebar .shop__sidebar__content .shop__sidebar__content__mobile-sorting {
    display: block;
  }
}
@media (max-width: 991px) {
  .shop .shop__sidebar .shop__sidebar__content .shop__sidebar__content__mobile-sorting .mobile-filter-button {
    display: none;
  }
  .shop .shop__sidebar .shop__sidebar__content .shop__sidebar__content__mobile-sorting .shop__content__switcher {
    display: none;
  }
  .shop .shop__sidebar .shop__sidebar__content .shop__sidebar__content__mobile-sorting .shop__content__sorting__right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 14px;
    padding-top: 15px;
    border-bottom: 1px solid #bf7626;
  }
  .shop .shop__sidebar .shop__sidebar__content .shop__sidebar__content__mobile-sorting .woocommerce-ordering-header {
    font-family: "DinPro", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #213332;
    padding-left: 25px;
  }
  .shop .shop__sidebar .shop__sidebar__content .shop__sidebar__content__mobile-sorting .woocommerce-ordering {
    height: 40px;
  }
  .shop .shop__sidebar .shop__sidebar__content .shop__sidebar__content__mobile-sorting .woocommerce-ordering::after {
    width: 18px;
    height: 18px;
  }
  .shop .shop__sidebar .shop__sidebar__content .shop__sidebar__content__mobile-sorting .woocommerce-ordering select {
    border-radius: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .shop .shop__sidebar .shop__sidebar__content .shop-sidebar__widget {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .shop .shop__sidebar .shop__sidebar__content .shop-sidebar__widget {
    padding-right: 20px;
  }
}
.shop .shop__sidebar .shop__sidebar__content .shop-sidebar__widget .shop-sidebar__widget__header {
  font-family: "DinPro", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
  color: #213332;
  padding-top: 15px;
  display: block;
  text-transform: initial;
  padding-left: 25px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #bf7626;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .shop .shop__sidebar .shop__sidebar__content .shop-sidebar__widget .shop-sidebar__widget__header {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .shop .shop__sidebar .shop__sidebar__content .shop-sidebar__widget ul, .shop .shop__sidebar .shop__sidebar__content .shop-sidebar__widget form {
    margin-top: 22px;
  }
}
.shop .shop__sidebar .shop__sidebar__content > div:not(.shop__sidebar__close):not(.shop__sidebar__top) .count {
  font-family: "DinPro", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-left: 5px;
}
.shop .shop__sidebar .shop__sidebar__content > div:not(.shop__sidebar__close):not(.shop__sidebar__top) .shop-sidebar__widget__header {
  position: relative;
}
.shop .shop__sidebar .shop__sidebar__content > div:not(.shop__sidebar__close):not(.shop__sidebar__top) .shop-sidebar__widget__header::after {
  content: "";
  background-image: url("/wp-content/themes/warmer/dist/images/chevron-down.svg");
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.shop .shop__sidebar .shop__sidebar__content > div:not(.shop__sidebar__close):not(.shop__sidebar__top).open .shop-sidebar__widget__header::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.shop .shop__sidebar .shop__sidebar__content > div:not(.shop__sidebar__close):not(.shop__sidebar__top) > ul {
  list-style: none;
  margin-left: 0;
}
.shop .shop__sidebar .shop__sidebar__content > div:not(.shop__sidebar__close):not(.shop__sidebar__top) > ul > li .checkbox-container {
  display: inline;
  pointer-events: none;
  margin-right: 5px;
}
.shop .shop__sidebar .shop__sidebar__content > div:not(.shop__sidebar__close):not(.shop__sidebar__top) > ul > li .checkbox-container input {
  width: 14px;
  height: 14px;
}
.shop .shop__sidebar .shop__sidebar__content > div:not(.shop__sidebar__close):not(.shop__sidebar__top) > ul > li.chosen a, .shop .shop__sidebar .shop__sidebar__content > div:not(.shop__sidebar__close):not(.shop__sidebar__top) > ul > li.chosen span {
  font-weight: 700;
}
.shop .shop__sidebar .shop__sidebar__content > div:not(.shop__sidebar__close):not(.shop__sidebar__top) > ul > li.chosen a::before {
  content: none !important;
}
.shop .shop__sidebar .shop__sidebar__content > div:not(.shop__sidebar__close):not(.shop__sidebar__top) > ul > li.chosen .checkbox-container .checkmark::after {
  display: block;
}
.shop .shop__sidebar .product-categories,
.shop .shop__sidebar .woocommerce-widget-layered-nav-list {
  height: 200px;
  overflow: hidden;
}
.shop .shop__sidebar .open-categories {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0 0 0;
  cursor: pointer;
}
.shop .shop__sidebar .open-categories svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.shop .shop__sidebar .open-categories.open svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.shop .shop__content {
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  .shop .shop__content {
    padding-left: 0;
  }
}
.shop .shop__content ul {
  padding-left: 0;
}
.shop.open .shop__sidebar {
  width: 25%;
}
@media (max-width: 991px) {
  .shop.open .shop__sidebar {
    width: 100vw;
    left: 0;
  }
}

/**
* Overwrite price widget
*/
.woocommerce .widget_price_filter form {
  max-width: none;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 35px;
  margin-top: 30px;
}
.woocommerce .widget_price_filter .price_slider_amount {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .widget_price_filter .price_slider_amount #min_price,
.woocommerce .widget_price_filter .price_slider_amount #max_price {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 35%;
  outline: 0;
  line-height: 24px;
  padding: 5px;
  height: 38px;
}
@media screen and (max-width: 991px) {
  .woocommerce .widget_price_filter .price_slider_amount #min_price,
  .woocommerce .widget_price_filter .price_slider_amount #max_price {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce .widget_price_filter .price_slider_amount #min_price {
    margin-right: 25%;
  }
}
.woocommerce .widget_price_filter .price_slider_amount #max_price {
  margin-left: 30%;
}
@media screen and (max-width: 991px) {
  .woocommerce .widget_price_filter .price_slider_amount #max_price {
    margin-left: 25%;
  }
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  display: none !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .woocommerce .widget_price_filter .price_slider_amount .button {
    max-width: 150px;
  }
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #bf7626;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  left: 0;
  width: 100%;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -0.3em;
  margin-left: -0.5em;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider.ui-widget-content .ui-slider-handle {
  background-color: #d38939;
  z-index: 1;
}
.woocommerce .widget_price_filter .ui-slider.ui-widget-content .ui-slider-range {
  background-color: #d38939;
  z-index: 0;
}

.woocommerce__searchbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.woocommerce__searchbar input {
  height: 45px;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border: none;
  padding-left: 25px;
  padding-right: 30px;
  margin-right: 20px;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  outline: none;
}
.woocommerce__searchbar .woocommerce__searchbar__button {
  display: block;
  padding: 0;
  border: none;
  border-radius: 50%;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d38939;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.woocommerce__searchbar .woocommerce__searchbar__button::before, .woocommerce__searchbar .woocommerce__searchbar__button::after {
  content: none;
}
.woocommerce__searchbar .woocommerce__searchbar__button:hover {
  background-color: #bf7626;
}

.woocommerce-ordering {
  height: 45px;
  position: relative;
}
.woocommerce-ordering::after {
  content: "";
  background-image: url(../images/chevron-down.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.woocommerce-ordering select {
  background-color: #fff;
  height: 100%;
  border-radius: 20px;
  border: none;
  outline: none;
  padding-left: 20px;
  padding-right: 40px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  font-family: "DinPro", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.single-product .page-breadcrumbs {
  margin: 55px 0;
}
.single-product .product__header__title h1 {
  margin-top: 0;
  margin-bottom: 40px;
}
.single-product .product__main {
  row-gap: 60px;
  margin-bottom: 15px;
}
.single-product .product__main__gallery {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .single-product .product__main__gallery {
    padding-right: 0;
  }
}
.single-product .product__main__gallery .swiper-container--product-gallery .swiper-slide img {
  max-height: 465px;
}
@media screen and (max-width: 767px) {
  .single-product .product__main__gallery .swiper-container--product-gallery .swiper-slide img {
    max-height: 360px;
  }
}
@media screen and (max-width: 640px) {
  .single-product .product__main__gallery .swiper-container--product-gallery .swiper-slide img {
    max-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .single-product .product__main__gallery .swiper-container--product-gallery .swiper-navigation {
    display: none;
  }
}
.single-product .product__main__gallery .swiper--gallery-controls .swiper-wrapper .swiper-slide:not(.swiper-slide-active):hover {
  cursor: pointer;
  border-color: #d38939;
}
.single-product .product__main__cart-cta {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.05);
          box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.05);
  padding: 35px;
  position: relative;
}
@media screen and (max-width: 410px) {
  .single-product .product__main__cart-cta {
    padding: 20px;
  }
}
.single-product .product__main__cart-cta:before, .single-product .product__main__cart-cta:after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 767px) {
  .single-product .product__main__cart-cta:before, .single-product .product__main__cart-cta:after {
    display: none;
  }
}
.single-product .product__main__cart-cta:after {
  -webkit-mask: url(../images/heat-icon.svg) no-repeat;
          mask: url(../images/heat-icon.svg) no-repeat;
  background-color: #CD7D34;
  opacity: 0.3;
  width: 175px;
  height: 175px;
  right: -78px;
  bottom: -32px;
  z-index: -1;
}
.single-product .product__main__cart-cta:before {
  background-color: rgba(211, 137, 57, 0.5);
  -webkit-filter: blur(187px);
          filter: blur(187px);
  z-index: -2;
  width: 350px;
  height: 350px;
  bottom: -120px;
  right: -165px;
}
.single-product .product__main__cart-cta .bundle_price {
  display: none !important;
}
.single-product .product__main__cart-cta .price {
  margin-bottom: 15px;
}
.single-product .product__main__cart-cta .price .price-text {
  color: #239d83;
  font-family: "Trade Gothic LT", Arial, sans-serif;
  font-weight: bold;
  font-size: 32px;
}
.single-product .product__main__cart-cta .price .price-text del {
  opacity: 0.5;
}
.single-product .product__main__cart-cta .cart:not(.bundle_form, .bundle_data, .variations_form),
.single-product .product__main__cart-cta .cart .bundle_button, .single-product .product__main__cart-cta .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  gap: 15px;
}
.single-product .product__main__cart-cta .cart:not(.bundle_form, .bundle_data, .variations_form) button,
.single-product .product__main__cart-cta .cart .bundle_button button, .single-product .product__main__cart-cta .woocommerce-variation-add-to-cart button {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 25px;
}
.single-product .product__main__cart-cta .cart:not(.bundle_form, .bundle_data, .variations_form) .quantity_hidden,
.single-product .product__main__cart-cta .cart .bundle_button .quantity_hidden, .single-product .product__main__cart-cta .woocommerce-variation-add-to-cart .quantity_hidden {
  display: none;
}
.single-product .product__main__cart-cta .cart .bundle_button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-product .product__main__cart-cta .variations_form table.variations {
  width: 100%;
}
.single-product .product__main__cart-cta .variations_form table.variations tbody tr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: transparent;
  margin-bottom: 15px;
}
.single-product .product__main__cart-cta .variations_form table.variations tbody tr:last-of-type {
  margin-bottom: 0px;
}
.single-product .product__main__cart-cta .variations_form table.variations tbody tr:last-of-type .reset_variations {
  display: block;
  margin-top: 5px;
}
.single-product .product__main__cart-cta .variations_form table.variations tbody tr th {
  margin-bottom: 5px;
}
.single-product .product__main__cart-cta .variations_form table.variations tbody tr td {
  width: 100%;
}
.single-product .product__main__cart-cta .variations_form table.variations tbody tr td select {
  display: block;
  width: 100%;
  border-radius: 20px;
  border: solid 1px #d3d2d2;
  outline: none;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 23px;
  padding-right: 19px;
  color: #213332;
  background: #fff url(../images/chevron-down.svg) no-repeat;
  background-position: right 20px top 50%;
  background-size: 15px;
}
.single-product .product__main__cart-cta .variations_form table.variations tbody tr td select:focus {
  outline: none;
}
.single-product .product__main__cart-cta .variations_form .single_variation_wrap .woocommerce-variation-price .price {
  margin-bottom: 15px;
  display: block;
}
.single-product .product__main__cart-cta .variations_form .single_variation_wrap .woocommerce-variation-price .price .amount {
  color: #239d83;
  font-family: "Trade Gothic LT", Arial, sans-serif;
  font-weight: bold;
  font-size: 40px;
}
.single-product .product__main__cart-cta .product__main__cart-cta__advice-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  text-decoration: underline;
  cursor: pointer;
}
.single-product .product__main__cart-cta .product__main__cart-cta__advice-form svg {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  width: 22px;
  height: auto;
  margin-right: 2px;
}
.single-product .product__main__cart-cta .product__main__cart-cta__advice-form:hover {
  color: #bf7626;
}
.single-product .product__main__cart-cta .product__main__cart-cta__advice-form:hover svg {
  fill: #bf7626;
}
.single-product .product-type-variable .product__main__cart-cta .price .price-text {
  font-size: 32px;
}
.single-product .product__main__cart-cta__watt-options {
  margin-bottom: 40px;
}
.single-product .product__main__cart-cta__watt-options strong {
  text-transform: none;
}
.single-product .product__main__cart-cta__watt-options__swatches {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 5px;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .single-product .product__main__cart-cta__watt-options__swatches {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.single-product .product__main__cart-cta__watt-options__swatches .watt-swatch {
  border-radius: 15px;
  border: 1px solid #d38939;
  display: inline-block;
  font-weight: bold;
  padding: 12px 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-product .product__main__cart-cta__watt-options__swatches .watt-swatch:hover, .single-product .product__main__cart-cta__watt-options__swatches .watt-swatch.watt-swatch--active {
  color: #fff;
  text-decoration: none;
  background-color: #d38939;
}
.single-product .product__main__cart-cta__watt-options__calculator-cta {
  color: #d38939;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.single-product .product__main__cart-cta__watt-options__calculator-cta .text {
  border-bottom: 1px solid #d38939;
  vertical-align: top;
}
.single-product .product__main__cart-cta__watt-options__calculator-cta:hover {
  color: #bf7626;
  text-decoration: none;
}
.single-product .product__main__shop-usp {
  margin-top: 40px;
}
.single-product .product__main__shop-usp ul {
  list-style-image: url(../images/check-green.svg);
}
.single-product .product__content__product-description {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-product .product__content__product-description:after {
    position: absolute;
    content: "";
    -webkit-mask: url(../images/heat-icon.svg) no-repeat;
            mask: url(../images/heat-icon.svg) no-repeat;
    background-color: #CD7D34;
    opacity: 0.3;
    width: 60px;
    height: 60px;
    right: 0;
    top: -15px;
    z-index: -1;
  }
}
.single-product .product__content__tabs {
  margin-bottom: 30px;
}
.single-product .product__content__tabs__tab-header {
  border-bottom: 1px solid #f3f0ea;
  list-style: none;
  padding: 0;
}
.single-product .product__content__tabs__tab-header li {
  display: inline-block;
}
.single-product .product__content__tabs__tab-header li.active {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(191, 118, 38, 0.2)), to(rgba(191, 118, 38, 0.05)));
  background: linear-gradient(360deg, rgba(191, 118, 38, 0.2) 0%, rgba(191, 118, 38, 0.05) 100%);
  position: relative;
}
.single-product .product__content__tabs__tab-header li.active:before {
  content: "";
  position: absolute;
  border-radius: 3px 3px 0 0;
  width: 65px;
  height: 6px;
  top: -6px;
  background-color: rgba(191, 118, 38, 0.05);
}
@media screen and (max-width: 767px) {
  .single-product .product__content__tabs__tab-header li.active:before {
    width: 35px;
  }
}
.single-product .product__content__tabs__tab-header li a {
  display: inline-block;
  color: #213332;
  text-decoration: none;
  padding: 15px 60px;
}
@media screen and (max-width: 767px) {
  .single-product .product__content__tabs__tab-header li a {
    padding: 15px 10px;
  }
}
.single-product .product__content__tabs__tab-content {
  width: 75%;
}
@media screen and (max-width: 640px) {
  .single-product .product__content__tabs__tab-content {
    width: 100%;
  }
}
.single-product .product__content__tabs__tab-content .shop_attributes {
  padding-left: 10px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .single-product .product__content__tabs__tab-content .shop_attributes {
    padding-left: 0;
  }
}
.single-product .product__content__tabs__tab-content .shop_attributes tr {
  background-color: unset;
}
.single-product .product__content__tabs__tab-content .shop_attributes th {
  border-bottom: 1px solid #f3f0ea;
  font-weight: normal;
  text-align: left;
  width: 50%;
}
.single-product .product__content__tabs__tab-content .shop_attributes td {
  border-bottom: 1px solid #f3f0ea;
  font-weight: bold;
  width: 50%;
}
.single-product .product__content__tabs__tab-content .shop_attributes td p {
  margin: 10px 0;
}
.single-product .product__faq {
  min-height: 560px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .single-product .product__faq {
    min-height: unset;
  }
}
.single-product .product__faq:before, .single-product .product__faq:after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 640px) {
  .single-product .product__faq:before, .single-product .product__faq:after {
    display: none;
  }
}
.single-product .product__faq:after {
  -webkit-mask: url(../images/heat-icon.svg) no-repeat;
          mask: url(../images/heat-icon.svg) no-repeat;
  background-color: #CD7D34;
  opacity: 0.3;
  width: 175px;
  height: 175px;
  left: 262px;
  bottom: 88px;
  z-index: -1;
}
.single-product .product__faq:before {
  background-color: rgba(211, 137, 57, 0.5);
  -webkit-filter: blur(187px);
          filter: blur(187px);
  z-index: -2;
  width: 350px;
  height: 350px;
  bottom: 0;
  left: 175px;
}
.single-product .product__faq h2 {
  margin-bottom: 55px;
}
.single-product .product__related-products {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .single-product .product__related-products {
    margin-bottom: 20px;
  }
}
.single-product .product__reviews h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single-product .product__reviews .warmer-review-slider {
    margin-bottom: 50px;
  }
}
.single-product .out-of-stock {
  font-size: 20px;
  color: #aaa;
  line-height: 24px !important;
  font-weight: bold;
}

body.has-fluid-checkout.woocommerce-cart .fc-content {
  padding-bottom: 110px;
}
body.has-fluid-checkout .fc-content {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
body.has-fluid-checkout .fc-content h1.screen-reader-text {
  all: initial;
  display: block;
  position: static !important;
  font-family: "Trade Gothic LT", Arial, sans-serif;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content h1.screen-reader-text {
    font-size: 40px;
    line-height: 48px;
  }
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section {
  border: none;
  background-color: transparent;
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form {
  max-width: initial;
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table thead {
  display: none;
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td {
  border-top: none !important;
  border-bottom: 1px solid rgba(33, 51, 50, 0.1) !important;
  padding: 20px !important;
  position: relative;
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td:has(div.quantity) {
  height: 170px;
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td .product-name {
  position: static;
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td .product-name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td .product-name {
    width: 100%;
  }
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td .product-name img {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 120px !important;
  background-color: transparent;
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td .product-name .product-details .cart-item__product-name a {
  font-family: "Trade Gothic LT", Arial, sans-serif;
  color: #213332;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td .product-name .product-details .cart-item__product-name a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td .product-name .product-details .cart-item__product-name a {
    line-height: 22px;
  }
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td .product-name .product-details .cart-item__price {
  display: none;
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td .product-name .product-details .variation {
  display: none;
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td .product-name .product-details .bundled_table_item__quantity:has(div.quantity) {
  font-size: 0;
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td .product-name .product-details .quantity {
  border-color: #fff !important;
  position: absolute !important;
  right: 0;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td .product-name .product-details .quantity {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td .product-name .product-details .quantity .qty-subtract, body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td .product-name .product-details .quantity .qty-add {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td .product-name .product-details .quantity .qty-subtract, body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td .product-name .product-details .quantity .qty-add {
    padding-right: 10px;
  }
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td .product-name .product-details .quantity::before {
  background: url(../images/warmer-branding-line--white.svg) no-repeat;
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td .product-total span {
  font-family: "Trade Gothic LT", Arial, sans-serif;
  color: #213332;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td .product-total span {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .cart_item td .product-total span {
    line-height: 18px;
  }
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .bundled_table_item td {
  padding-left: 75px !important;
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .woocommerce-cart-form table tbody .bundled_table_item td .product-name img {
  width: 90px !important;
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .fc-cart-coupon-code-form {
  border-top: none !important;
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .fc-cart-coupon-code-form .fc-coupon-codes__coupon-code {
  font-weight: 400;
  font-style: italic;
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .fc-coupon-code-section button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  cursor: pointer;
  outline: none;
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .fc-coupon-code-section button::after {
  right: -8px;
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .fc-coupon-code-section input#coupon_code {
  height: 45px;
  border-radius: 22px;
  padding-left: 10px;
  width: calc(100% - 120px) !important;
  border: 1px solid #d3d2d2;
  outline: none;
}
body.has-fluid-checkout .fc-content .fc-inside .fc-cart-section .fc-coupon-code-section input#coupon_code:focus {
  border: 1px solid #d38939;
}
body.has-fluid-checkout .fc-content .fc-sidebar {
  margin-top: -100px;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner {
  padding-top: 100px;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review {
  position: relative;
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review {
    background-color: transparent;
  }
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review::after {
  content: "";
  background: url(../images/heat-icon--top.svg) no-repeat;
  width: 139px;
  height: 139px;
  position: absolute;
  top: 0;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review::after {
    content: none;
  }
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner {
  background-color: #239d83 !important;
  padding: 40px !important;
  border-radius: 30px !important;
  -webkit-box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.05);
          box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.05);
  position: relative;
  overflow: hidden;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner::after {
  content: "";
  background: url(../images/heat-icon--bottom.svg) no-repeat;
  width: 139px;
  height: 139px;
  position: absolute;
  top: 0;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner::after {
    content: none;
  }
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner .fc-cart-order-review__head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner .fc-cart-order-review__head .fc-cart-items-count {
  display: none;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner h3, body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner span, body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner p, body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner th, body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner a {
  color: #fff;
  font-weight: 400;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner strong {
  color: #fff;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner a:not(.button) {
  text-decoration: underline;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner h3 {
  text-transform: initial;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin: 0;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .table-overflow {
  overflow: initial;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .woocommerce-shipping-totals #shipping_method {
  border: 0;
  border-radius: 0;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .woocommerce-shipping-totals #shipping_method label.shipping-method__option-label.has-price {
  background-color: transparent !important;
  padding: 10px !important;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .woocommerce-shipping-totals #shipping_method label.shipping-method__option-label.has-price::before, body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .woocommerce-shipping-totals #shipping_method label.shipping-method__option-label.has-price::after {
  left: unset;
  right: 10px;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .woocommerce-shipping-totals #shipping_method label.shipping-method__option-label.has-price span {
  color: #fff;
  font-weight: 700;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .woocommerce-shipping-totals #shipping_method input[type=radio]:focus + .shipping-method__option-label::before {
  outline-color: #af6746 !important;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .woocommerce-shipping-totals #shipping_method input[type=radio]:checked + .shipping-method__option-label::before {
  border-color: #bf7626 !important;
  background-color: #bf7626 !important;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .woocommerce-shipping-totals .woocommerce-shipping-calculator #shipping-calculator-form #calc_shipping_country_field .select2 .select2-selection, body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .woocommerce-shipping-totals .woocommerce-shipping-calculator #shipping-calculator-form #calc_shipping_state_field .select2 .select2-selection {
  height: 40px;
  border-radius: 30px;
  overflow: hidden;
  padding-left: 12px;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .woocommerce-shipping-totals .woocommerce-shipping-calculator #shipping-calculator-form #calc_shipping_country_field .select2 .select2-selection span, body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .woocommerce-shipping-totals .woocommerce-shipping-calculator #shipping-calculator-form #calc_shipping_state_field .select2 .select2-selection span {
  color: #213332;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .woocommerce-shipping-totals .woocommerce-shipping-calculator #shipping-calculator-form #calc_shipping_country_field {
  margin-bottom: 0;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .woocommerce-shipping-totals .woocommerce-shipping-calculator #shipping-calculator-form #calc_shipping_state_field {
  margin: 0;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .woocommerce-shipping-totals .woocommerce-shipping-calculator #shipping-calculator-form #calc_shipping_state_field.validate-required {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .woocommerce-shipping-totals .woocommerce-shipping-calculator #shipping-calculator-form .button {
  outline: none;
  background-color: transparent;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .woocommerce-shipping-totals .woocommerce-shipping-calculator #shipping-calculator-form input:focus {
  border-color: #d3d2d2;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .order-total th, body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .order-total td span {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .order-total th {
  text-transform: initial;
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .wc-proceed-to-checkout {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review .wc-proceed-to-checkout {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .fc-cart-order-review__inner #order_review table tfoot .cart-discount td {
  color: #fff;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .service-box {
  padding: 40px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.05);
          box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.05);
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .service-box {
    padding: 23px 18px 23px 18px;
  }
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .service-box h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .service-box h3 {
    padding-left: 15px;
  }
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .service-box .service-box__usp {
  padding-left: 35px;
  position: relative;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .service-box .service-box__usp {
    margin-left: 15px;
  }
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .service-box .service-box__usp:last-of-type {
  margin-bottom: 30px;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .service-box .service-box__usp + .service-box__usp {
  margin-top: 15px;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .service-box .service-box__usp::before {
  content: "";
  background: url(../images/check-green.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 12px;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .service-box .service-box__payment strong {
  display: block;
  margin-bottom: 15px;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .service-box .service-box__payment .service-box__payment__images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .service-box .service-box__payment .service-box__payment__images .service-box__payment__images__single {
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  border-radius: 50%;
  background-color: #fbfbfb;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .service-box .service-box__payment .service-box__payment__images .service-box__payment__images__single + .service-box__payment__images__single {
  margin-left: 5px;
}
body.has-fluid-checkout .fc-content .fc-sidebar .fc-sidebar__inner .service-box .service-box__payment .service-box__payment__images img {
  width: 24px;
  height: auto;
}
body.has-fluid-checkout.woocommerce-cart .fc-content {
  margin-top: 50px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) {
  background-color: #f3f0ea;
  background-image: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 5px solid #d3d2d2;
  position: relative;
}
body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar::before {
  content: "";
  width: 0px;
  height: 5px;
  background-color: #43b4a6;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: width 2s ease;
  transition: width 2s ease;
}
body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar::after {
  content: "";
  background: url(../images/warmer-truck.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 59px;
  height: 43px;
  -webkit-transition: left 2s ease;
  transition: left 2s ease;
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar::after {
    width: 45px;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar::after {
    height: 33px;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar.step-1::before {
  width: 25%;
}
body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar.step-1::after {
  left: calc(25% - 59px);
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar.step-1::after {
    left: calc(25% - 45px);
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar.step-2::before {
  width: 50%;
}
body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar.step-2::after {
  left: calc(50% - 59px);
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar.step-2::after {
    left: calc(50% - 45px);
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar.step-3::before {
  width: 75%;
}
body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar.step-3::after {
  left: calc(75% - 59px);
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar.step-3::after {
    left: calc(75% - 45px);
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar.step-4::before {
  width: 90%;
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar.step-4::before {
    width: 85%;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar.step-4::after {
  left: calc(90% - 59px);
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar.step-4::after {
    left: calc(85% - 45px);
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar .container {
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar .container .header__bar__search, body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar .container .header__bar__menu, body.woocommerce-checkout:not(.woocommerce-order-received) header.header .header__bar .container .header__bar__hamburger {
  display: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) footer {
  display: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .page-wrapper::after {
  content: "";
  background: url(../images/heat-icon--down-spacing.svg) repeat;
  height: 114px;
  position: absolute;
  top: 94px;
  left: 0;
  right: 0;
  z-index: -1;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .page-wrapper .fc-content.fc-container {
  max-width: 1440px;
  padding: 0 20px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .page-wrapper .fc-content.fc-container h1 {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .fc-progress-bar {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .fc-progress-bar {
    margin-right: 0;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) .fc-progress-bar .fc-progress-bar__bar.is-complete, body.woocommerce-checkout:not(.woocommerce-order-received) .fc-progress-bar .fc-progress-bar__bar.is-current {
  background-color: #43b4a6;
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps {
    margin-right: 0;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step {
  border-radius: 30px;
  -webkit-box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.05);
          box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.05);
  border: none;
  overflow: hidden;
  margin-bottom: 25px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .fc-step__substep {
  background-color: #fff;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .fc-step__substep .select2 .select2-selection {
  border-radius: 30px;
  overflow: hidden;
  padding-left: 12px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .fc-step__substep button.button {
  width: 97% !important;
  outline: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .fc-step__substep .woocommerce-account-fields .woocommerce-form__label {
  cursor: pointer;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .fc-step__substep .woocommerce-account-fields .woocommerce-form__label #createaccount {
  accent-color: #bf7626;
}
@media (min-width: 550px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .fc-step__substep .woocommerce-shipping-fields .form-row-first + .form-row-first, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .fc-step__substep .woocommerce-billing-fields .form-row-first + .form-row-first {
    clear: none;
    float: left;
    width: 48% !important;
    margin-right: 0;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .fc-step__substep .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper::after, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .fc-step__substep .woocommerce-billing-fields .form-row .woocommerce-input-wrapper::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .fc-step__substep .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper .woocommerce-error, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .fc-step__substep .woocommerce-billing-fields .form-row .woocommerce-input-wrapper .woocommerce-error {
  background-color: transparent;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .fc-step__substep .woocommerce-shipping-fields .form-row.address-field, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .fc-step__substep .woocommerce-billing-fields .form-row.address-field {
  width: 100% !important;
  margin-top: 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .fc-step__substep .woocommerce-shipping-fields .validate-phone, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .fc-step__substep .woocommerce-shipping-fields .validate-postcode, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .fc-step__substep .woocommerce-billing-fields .validate-phone, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .fc-step__substep .woocommerce-billing-fields .validate-postcode {
  width: 100% !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .fc-step__substep #shipping_method label::before {
  background-color: #43b4a6 !important;
  border-color: #43b4a6 !important;
  visibility: hidden;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step[data-step-complete] .fc-step__substep h3::before {
  background-color: #43b4a6;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .button {
  width: 98% !important;
  outline: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step #payment .wc_payment_methods li {
  min-width: 100%;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step #payment .wc_payment_methods label::before {
  background-color: #43b4a6 !important;
  border-color: #43b4a6 !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .woocommerce-billing-fields input[type=checkbox] {
  cursor: pointer;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .woocommerce-billing-fields input[type=checkbox]:checked {
  accent-color: #bf7626;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-inside .fc-checkout-steps .fc-checkout-step .woocommerce-billing-fields label {
  cursor: pointer;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner {
  padding-top: 50px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#F3F0EA), color-stop(0.01%, #F3F0EA), color-stop(76.58%, #F3F0EA), color-stop(99.99%, #FFFFFF), to(#FFFFFF));
  background: linear-gradient(180deg, #F3F0EA 0%, #F3F0EA 0.01%, #F3F0EA 76.58%, #FFFFFF 99.99%, #FFFFFF 100%);
  border-radius: 30px;
  border: none;
  -webkit-box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.05);
          box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.05);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner {
    margin: 50px 0 25px 0;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner {
    padding: 23px 18px !important;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner .fc-checkout-order-review__head {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner .fc-checkout-order-review__head h3 {
  text-transform: initial;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin: 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner .fc-checkout-order-review__head a {
  color: #d38939;
  padding: 0;
  right: 0;
  float: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review .table-overflow {
  overflow: initial;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review .checkout-sidebar-products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review .checkout-sidebar-products span {
  margin-right: 5px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review .checkout-sidebar-products svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review .checkout-sidebar-products.open svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table tr td .product-name img {
  padding: 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table tr td .product-name .product-quantity {
  background-color: #239d83;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table tr td .product-name:not(:has(img)) {
  padding-left: 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table tr td .product-name:not(:has(img)) .product-details {
  padding-left: 77px;
  width: 100%;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table tr td .product-name:not(:has(img)) .product-quantity {
  left: 37px;
  top: calc(50% - 7px);
  -webkit-transform: none;
          transform: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tbody {
  display: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tbody tr {
  background-color: transparent;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tbody tr .product-details .variation {
  display: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tbody .bundled_table_item .product-name {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot {
    padding-right: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot {
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot th {
    padding: 0;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th {
  font-weight: 400;
  font-size: 16px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot .cart-discount th {
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot .coupon-code-form td {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot .coupon-code-form td {
    padding-right: 0;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot .coupon-code-form .collapsible-content__inner a {
  font-size: 16px;
  padding-left: 0;
  text-transform: capitalize;
  text-decoration: underline;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot .coupon-code-form .collapsible-content__inner a::before {
  content: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot .coupon-code-form .collapsible-content__inner .fc-coupon-code-section button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  cursor: pointer;
  outline: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot .coupon-code-form .collapsible-content__inner .fc-coupon-code-section button::after {
  right: -8px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot .coupon-code-form .collapsible-content__inner .fc-coupon-code-section input#coupon_code {
  height: 45px;
  border-radius: 22px;
  padding-left: 10px;
  width: calc(100% - 120px) !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals {
  border-bottom: 1px solid #213332 !important;
  font-size: 16px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals th {
  font-weight: 400;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td span {
  font-weight: 700;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot .order-total {
  font-size: 16px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot .order-total th {
  text-transform: initial;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner #order_review table.woocommerce-checkout-review-order-table tfoot .order-total td span {
  color: #43b4a6;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .fc-checkout-order-review__inner table tr {
  border: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .service-box {
  background-color: #f3f0ea;
  -webkit-box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.05);
          box-shadow: 4px 2px 60px 10px rgba(33, 51, 50, 0.05);
}
@media (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .service-box h3, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .service-box .service-box__usp, body.woocommerce-checkout:not(.woocommerce-order-received) .checkout .fc-sidebar .fc-sidebar__inner .service-box .service-box__payment {
    display: none;
  }
}

body.woocommerce-cart div.fc-wrapper #order_review table.woocommerce-checkout-review-order-table tfoot td small.tax_label,
body.woocommerce-cart div.fc-wrapper #order_review table.woocommerce-checkout-review-order-table tfoot td small.includes_tax {
  color: white;
}

body.woocommerce-cart div.fc-shipping-method__packages .woocommerce-shipping-destination,
body.woocommerce-cart div.fc-shipping-method__packages .woocommerce-shipping-calculator {
  display: none;
}
body.woocommerce-cart div.fc-shipping-method__packages div.shipping.shipping-method__package {
  margin: 0px;
}

.woocommerce-account:not(.logged-in) .container > .woocommerce {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-account .container h1 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .container h1 {
    margin-bottom: 50px;
  }
}
.woocommerce-account .container > .woocommerce {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .container > .woocommerce {
    margin-bottom: 50px;
  }
}
.woocommerce-account .container > .woocommerce h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.woocommerce-account .container > .woocommerce p {
  margin: 0;
}
.woocommerce-account .container > .woocommerce p.woocommerce-form-row + .woocommerce-form-row {
  margin-top: 15px;
}
.woocommerce-account .container > .woocommerce p.woocommerce-form-row label {
  margin-bottom: 5px;
}
.woocommerce-account .container > .woocommerce p.form-row .woocommerce-form-login__rememberme {
  margin-top: 5px;
  margin-bottom: 15px;
  cursor: pointer;
}
.woocommerce-account .container > .woocommerce p.form-row .woocommerce-form-login__rememberme input {
  accent-color: #bf7626;
}
.woocommerce-account .container > .woocommerce p.form-row button {
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .container > .woocommerce p.form-row button {
    width: 96%;
  }
}
.woocommerce-account .container > .woocommerce p.form-row .show-password-input {
  display: none;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .container > .woocommerce .u-column1 {
    margin-bottom: 50px;
  }
}
.woocommerce-account .container > .woocommerce .woocommerce-form-register p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.woocommerce-account.woocommerce-lost-password h1 {
  text-align: center;
}
.woocommerce-account.woocommerce-lost-password .woocommerce {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-lost-password .woocommerce {
    margin-bottom: 50px;
  }
}
.woocommerce-account.woocommerce-lost-password .woocommerce form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-account.woocommerce-lost-password .woocommerce form p {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce-account.woocommerce-lost-password .woocommerce form button {
  max-width: 96%;
  cursor: pointer;
}
.woocommerce-account.woocommerce-lost-password .woocommerce form .password-input .woocommerce-password-strength {
  border-radius: 23px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce-account.woocommerce-lost-password .woocommerce p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce-account.woocommerce-lost-password.logged-in .woocommerce {
  border: none;
  border-radius: 0;
}

.woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button {
  float: none;
  -webkit-box-ordinal-group: 3;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  padding: 1em 2em 1em 2em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.woocommerce .woocommerce-error {
  border-top-color: #92140c;
}
.woocommerce .woocommerce-info {
  border-top-color: #bf7626;
}
.woocommerce .woocommerce-message {
  border-top-color: #239d83;
}

.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px 0.5em;
  font-size: 1em;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content mark {
  background-color: transparent;
}
.woocommerce-account.logged-in.woocommerce-orders .woocommerce {
  margin-bottom: 30px;
}

.woocommerce-account.logged-in .woocommerce {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #d3d2d2;
  border-radius: 20px;
  margin-bottom: 50px;
  margin-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .woocommerce-account.logged-in .woocommerce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.woocommerce-account.logged-in .woocommerce > p {
  padding-left: 25px;
}
.woocommerce-account.logged-in .woocommerce p, .woocommerce-account.logged-in .woocommerce strong {
  font-size: 16px;
}
.woocommerce-account.logged-in .woocommerce p + p {
  margin-top: 15px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-details {
  font-size: 16px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-details .product-quantity {
  font-weight: 700;
  font-size: 18px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-details .woocommerce-table--order-details .bundle_table_item .component {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-details .woocommerce-table--order-details .bundle_table_item .component .composited_product_quantity {
  display: none;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-details .woocommerce-table--order-details .bundle_table_item .component dt {
  margin-right: 5px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-details .woocommerce-table--order-details .bundle_table_item .component p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-details .woocommerce-table--order-details .bundle_table_item .product-total {
  font-size: 16px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-details .woocommerce-table--order-details .bundled_table_item .product-name .bundled-product-name {
  font-size: 16px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-details .woocommerce-table--order-details .bundled_table_item .product-name .bundled-product-name .product-quantity {
  display: none;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-details .woocommerce-table--order-details .bundled_table_item .product-name .bundled-product-name ul {
  padding-left: 0;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-details .woocommerce-table--order-details .bundled_table_item .product-name .bundled-product-name ul li strong, .woocommerce-account.logged-in .woocommerce .woocommerce-order-details .woocommerce-table--order-details .bundled_table_item .product-name .bundled-product-name ul li p {
  font-size: 16px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-details .woocommerce-table--order-details .bundled_table_item .product-name .bundled-product-name ul li strong {
  text-transform: none;
  font-weight: 400;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-details .woocommerce-table--order-details .bundled_table_item .product-name .bundled-product-name ul li p {
  margin: 0;
  font-weight: 700;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-customer-details .woocommerce-column__title {
  text-transform: capitalize;
  font-size: 24px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-account__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-account.logged-in .woocommerce nav {
  border-right: 1px solid #d3d2d2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  float: none;
  width: auto;
}
@media screen and (max-width: 991px) {
  .woocommerce-account.logged-in .woocommerce nav {
    border-right: none;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-account.logged-in .woocommerce nav {
    border-bottom: 1px solid #d3d2d2;
  }
}
.woocommerce-account.logged-in .woocommerce nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.woocommerce-account.logged-in .woocommerce nav ul li {
  padding: 20px 40px;
  border-bottom: 1px solid #d3d2d2;
}
.woocommerce-account.logged-in .woocommerce nav ul li:last-of-type {
  border-bottom: none;
}
.woocommerce-account.logged-in .woocommerce nav ul li + li {
  margin-top: 0;
}
.woocommerce-account.logged-in .woocommerce nav ul li.is-active {
  text-decoration: underline;
}
.woocommerce-account.logged-in .woocommerce nav ul li.is-active a:hover {
  color: #000;
}
.woocommerce-account.logged-in .woocommerce nav ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
.woocommerce-account.logged-in .woocommerce nav ul li a:hover {
  color: #d38939;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
  float: none;
}
@media screen and (max-width: 991px) {
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content form h3 {
  text-transform: capitalize;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content mark {
  background-color: initial;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .summary-list {
  padding-left: 15px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .summary-list.check .summary-list__item::before {
  color: #239d83;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
  text-transform: capitalize;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content address {
  padding: 10px 10px 20px 10px;
  border: 1px solid #d3d2d2;
  font-style: normal;
  font-size: 16px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content address .woocommerce-customer-details--phone,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content address .woocommerce-customer-details--email {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  margin-top: 20px;
  padding: 10px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .password-input .show-password-input {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button {
    width: 100%;
  }
}
.woocommerce-account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__header {
  font-size: 16px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__row {
  font-size: 16px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .woocommerce-account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .woocommerce-account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a {
    text-align: center;
  }
}

.woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table {
  border: 1px solid #d3d2d2;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table thead th {
  padding: 8px;
}
.woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table tbody tr {
  border-top: 1px solid #d3d2d2;
}
@media screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table tbody tr {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table tbody tr {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table tbody tr {
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table tbody tr:first-of-type {
    border-top: none;
  }
}
.woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table tbody tr td {
  padding: 4px 8px;
}
@media screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table tbody tr td {
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table tbody tr td a.button {
    padding-top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table tbody tr td a.button {
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table tbody tr td a.button {
    width: 96% !important;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table tbody tr td a.button::after {
    right: -8px;
  }
}
.woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content .woocommerce-message--info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content .woocommerce-message--info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content .woocommerce-message--info .button {
  float: none;
  -webkit-box-ordinal-group: 3;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content .woocommerce-message--info .button {
    margin-top: 15px;
  }
}

.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Message {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Message .button {
  float: none;
  -webkit-box-ordinal-group: 3;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Message .button {
    margin-top: 15px;
  }
}

.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address a {
  display: inline-block;
  margin-bottom: 5px;
}

.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content form p.woocommerce-form-row {
  margin-bottom: 10px;
}
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content form p.woocommerce-form-row + p {
  margin: 0;
}
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content form fieldset {
  margin-bottom: 20px;
  border-color: #d3d2d2;
}
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content form fieldset .woocommerce-form-row .password-input .show-password-input {
  display: none;
}
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content form fieldset .woocommerce-form-row .password-input .woocommerce-password-strength {
  border-radius: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content form button {
    width: 96% !important;
  }
}

.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce table.shop_table td small {
  font-weight: normal;
}
.woocommerce table.shop_table td del {
  font-weight: normal;
}
.woocommerce table.shop_table td ul.wc-item-meta li {
  list-style-type: none;
}
.woocommerce table.shop_table td ul.wc-item-meta p {
  margin: 0;
}
.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce table.shop_table tbody:first-child tr:first-child td {
  border-top: 0;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-checkout #payment {
  background: #f1eadf;
  border-radius: 5px;
}
.woocommerce-checkout #payment .wc_payment_method {
  max-width: 320px;
}
.woocommerce-checkout #payment .wc_payment_method.payment_method_bacs {
  max-width: inherit;
}
.woocommerce-checkout #payment ul.payment_methods {
  *zoom: 1;
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #e1d3bc;
  margin: 0;
  list-style: none outside;
}
.woocommerce-checkout #payment ul.payment_methods::before, .woocommerce-checkout #payment ul.payment_methods::after {
  content: " ";
  display: table;
}
.woocommerce-checkout #payment ul.payment_methods::after {
  clear: both;
}
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: normal;
}
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-checkout #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice) {
  *zoom: 1;
}
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  content: " ";
  display: table;
}
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  clear: both;
}
.woocommerce-checkout #payment div.form-row {
  padding: 1em;
}
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #e9decd;
  color: #5d5241;
}
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  border-color: #dac7aa;
  border-top-color: #d2bb98;
}
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
  color: #d2bb98;
}
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
  color: #d2bb98;
}
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
  color: #d2bb98;
}
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0;
}
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
  margin: 0 0 0.5em;
}
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
  cursor: pointer;
}
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  background-size: 32px 20px;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url("../images/icons/credit-cards/visa.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url("../images/icons/credit-cards/laser.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url("../images/icons/credit-cards/amex.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url("../images/icons/credit-cards/discover.svg");
}
.woocommerce-checkout #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #767676;
  font-weight: normal;
}
.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #e9decd; /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}
.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}